@charset "shift_jis";

/*==============================================
 共通カラー
============================================= */
:root {
    --text-color: #333; /* テキスト カラー */
    --color-primary: #004ea2; /* プライマリ カラー */
    --color-secondary: #f78b00; /* セカンダリー カラー */ 
}
/*==============================================
 common
============================================= */
html {
    overflow: auto;
}
body {
    contain: paint;
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    z-index: 1;
}
.copyRightIn {
    width: calc(100% - 60px);
}
#mainContents {
    padding-bottom: 40px;
    background-color: #e4e6e7;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: var(--text-color);
    letter-spacing: .08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -120px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    background: linear-gradient(transparent 10%, #d9f4ff 10%);
    font-style: normal;
    font-weight: 700;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
/*==============================================
 font
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 共通ボタン
============================================= */
.btn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: var(--color-secondary);
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
}
.btn a::after,
a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.btn:hover,
a:hover .btn {
    opacity: .7;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    background: #e4e6e7 url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_dospara/main_title.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    align-items: center;
    width: 1170px;
    height: 670px;
    margin: 0 auto;
}
h1 {
    text-indent: -999em;
    font-size: 0;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
    box-shadow: 0 0 15px 0 rgba(59,58,61,.1);
}
/*--------------------------------------------*/
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    background-color:#fff;
}
.sidebar .bnr a {
    display: block;
    padding-top: 35px;
}
.sidebar .bnr .img {
    text-align: center;
}
.sidebar .bnr .txt {
    padding: 0 30px 30px;
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    transition: .2s;
}
.sidebar .bnr .txt .name .sub {
    display: block;
    margin-bottom: 5px;
    font-size: .6em;
    font-weight: 400;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    width: auto;
    height: 42px;
    margin-top: 12px;
    font-size: 14px;
}
/*--------------------------------------------*/
/* #index
----------------------------------------------*/
#index {
    padding: 45px 30px;
    background: linear-gradient(145deg, #004ea2, #0054a7, #00a2e6);
}
#index p {
    color: #00a2e6;
    font-size: 13px;
}
#index ul {
    margin-top: 5px;
}
#index ul li {
    border-top: 1px solid rgba(255,255,255,.25);
}
#index ul li:first-child {
    border-top: none;
}
#index ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    color: #fff;
    font-size: 15.5px;
    font-weight: 700;
}
#index ul li a small {
    font-size: 14px;
    vertical-align: -1px;
}
#index ul li a:hover {
    opacity: .7;
}
#index ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
#index ul li:last-child span a::before {
    content: "\23BF";
    border: 0;
    font-size: 9px;
    top: -2em;
    left: .3em;
    transform: none;
}
#index ul li:last-child span {
    display: block;
    padding-left: 1.5em;
}
#index ul li:last-child span a {
    font-size: 14px;
    text-indent: -1.5em;
    padding: .3em 0 .3em 1.5em;
}
#index .btn {
    line-height: 40px;
    width: 260px;
    height: 42px;
    margin-top: 5px;
    border: 1px solid var(--text-color);
    background-color: #fff;
    box-sizing: border-box;
    color: var(--text-color);
    font-size: 14px;
}
#index .btn a::after {
    display: none;
}
/* 高さ820未満 */
.main #index {
    margin-top: 40px;
}
.main #index p {
    text-align: center;
}
/*==============================================
 .main
============================================= */
.main {
    width: 830px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(59,58,61,.1);
}
/*--------------------------------------------*/
/* .point
----------------------------------------------*/
.pointWrap {
    padding: 65px;
}
.point {
    position: relative;
    padding: 30px 40px;
    border: 5px solid #d9d9d9;
    border-radius: 15px;
    background-color: #fff;
}
.point .title {
    margin: 0 auto 1.5em;
    background-color: #fff;
    text-align: center;
    color: #00a2e6;
    font-size: 14px;
    font-weight: 700;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.3em;
    font-size: 19px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 5px;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .4em;
    left: 0;
    line-height: 2.4em;
    padding: 0 1em 0 2em;
    background-color: #00a2e6;
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0;
}
.point ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: .55em;
    left: .4em;
    width: .35em;
    height: .25em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(135deg);
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
/*--------------------------------------------*/
/* .profile
----------------------------------------------*/
.profile {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.profile .face {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e8e8e8;
}
.profile .txt p {
    line-height: 1.6;
    font-size: 13px;
}
.profile .txt .name {
    margin-bottom: .5em;
    font-size: 15px;
}
/*--------------------------------------------*/
/* .review
----------------------------------------------*/
.review {
    display: flex;
    column-gap: 40px;
    margin-top: 40px;
}
.paragraph h3 + .review,
.paragraph h4 + .review,
.review + .review {
    margin-top: 15px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8e8e8;
    font-size: 0;
}
.review dt .name {
    line-height: 1.4;
    width: 70px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.review dd {
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}
.review dd::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - .2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
.review dd .link {
    margin-top: 10px;
}
.review dd .link a {
    position: relative;
    padding-right: 1.2em;
    color: var(--color-primary);
    font-size: 16px;
    text-decoration: underline;
}
.review dd .link a:hover {
    opacity: .7;
}
.review dd .link a .arrow {
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 1.1em;
    height: 1.1em;
    margin-left: .5em;
    vertical-align: middle;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.review dd .link a .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.1em;
    right: 0;
    width: .3em;
    height: .3em;
    margin: auto;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
/*--------------------------------------------*/
/* .paragraph 
----------------------------------------------*/
.paragraph {
    padding: 0 0 65px;
}
.paragraphIn {
    margin-top: 50px;
    padding: 0 65px;
}
/* h2 */
.paragraph h2 {
    background: #f0f0f0;
    position: relative;
    line-height: 1.4;
    padding: 40px 65px;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .8em;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .3em;
    font-size: 34px;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}
/* h5 */
.paragraph h5 {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
}
/* p */
.paragraph p,
.lineup p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph p + p {
    margin-top: 20px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
/* .btn */
.main .btn {
    width: 490px;
    margin-top: 40px;
}
/* .notice */
p span.notice {
    display: block;
    line-height: 1.6;
    margin-top: .5rem;
    font-size: 12px;
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
    margin: 50px auto;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.imgBox .column img,
.imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 14px;
}
.imgBox strong {
    display: block;
    font-size: 20px;
    border-left: 5px solid var(--color-primary);
    margin-bottom: 25px;
    padding: .1em 0 .2em .5em;
}
/*--------------------------------------------*/
/* .innerbnr
----------------------------------------------*/
.innerbnr {
    text-align: center;
}
.innerbnr p {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-primary);
}
.innerbnr p::before {
    content: "＼ ";
}
.innerbnr p::after {
    content: " ／";
}
.innerbnr .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.innerbnr .wrap a {
    display: block;
    width: 220px;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    position: relative;
    overflow: hidden;
}
.innerbnr .wrap a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: radial-gradient(circle at center 150%, #00a2e6, #004ea2 55%);
}
.innerbnr .wrap a dl {
    min-height: 280px;
    position: relative;
}
.innerbnr .wrap a dt {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_dospara/innerbnr_img.png) no-repeat center bottom;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 15px 0 155px;
}
.innerbnr .wrap a dt span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
    margin-bottom: .5em;
}
.innerbnr .wrap a dd.btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 33px;
    width: 180px;
    height: 33px;
    font-size: 12px;
}
/*--------------------------------------------*/
/* .lineup
----------------------------------------------*/
.lineup .wrap {
    padding: 35px;
}
.lineup h2 {
    display: flex;
    align-items: center;
    min-height: 220px;
    background: linear-gradient(140deg, #004ea2 40%, #00a2e6);
    position: relative;
    line-height: 1.6;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0 240px 0 65px;
}
.lineup h2::after {
    content: "";
    display: block;
    width: 205px;
    height: 247px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/10_dospara/prd_02.png) no-repeat 0 0;
    position: absolute;
    top: 35px;
    right: 20px;
}
.lineup h2.L {
    font-size: 28px;
    line-height: 1.5;
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
    margin-top: 10px;
}
.item + .item {
    margin-top: 30px;
}
.item .info h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: .2s;
}
.item .info h3 .min {
    display: block;
    font-size: .6em;
    font-weight: 400;
}
.item .info a:hover h3 {
    color: var(--color-primary);
}
.item .info .btn {
    line-height: 42px;
    width: 100%;
    height: 45px;
    margin: 10px 0 0;
    font-size: 14px;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    margin-top: 40px;
    overflow: auto;
    border: 1px solid #ddd;
}
.scroll::-webkit-scrollbar{
    height: 12px;
}
.scroll::-webkit-scrollbar-track{
    background: #f7f7f7;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse:separate;
    border-spacing:0;
    margin-top: 40px;
}
table th,
table td {
    min-width: 8em;
    padding: 6px 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 13px;
    white-space: normal;
}
table th {
    font-weight: 700;
}
/* thead */
table thead th,
table thead td {
    background-color: #f2f2f2;
}
/* tbody */
table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
/* a */
table a, table a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}
table a:hover {
    opacity: .7;
}
/*--------------------------------------------*/
/* .releasedate
----------------------------------------------*/
.releasedate {
    width: 1170px;
    margin: 15px auto 0;
    text-align: right;
    color: #666;
    font-size: 11px;
}
/*--------------------------------------------*/
/* .itemList
----------------------------------------------*/
.itemList {
    text-align: center;
    padding: 35px 35px 50px;
}
.itemList a {
    display: block;
    background: #fff;
    border: 4px double var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    padding: .8em 0;
    position: relative;
    transition: .2s;
}
.itemList a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .8em;
    height: .8em;
    margin: auto 0;
    border: 3px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.itemList a small {
    display: block;
    font-size: 16px;
}
.itemList a:hover {
    background: #d9f4ff;
}