a {
    color: #707070;
}

a:hover {
    color: #333;
}

article {
    color: #707070;
    font-size: clamp(15px,1.9vw,20px);
}

section {
    padding: 3em 15px;
}

section.modal-data {
    padding: 0;
}

.section_innerBlock {
    max-width: 990px;
    margin: 1.5em auto 3em;
}

.section_innerBlock:last-child {
    margin: 1.5em auto 0;
}

section h2 {
    font-size: clamp(22px,3.8vw,40px);
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin: 0 auto 1.75em;
}

.section_innerBlock + h2 {
    margin-top: 3em;
}

section h2 span {
    font-size: .875em;
    font-weight: normal;
    display: block;
}

strong {
    font-size: 1.3em;
    font-weight: normal;
}

.account_area {
    text-align: center;
}

.account_area a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    max-width: 600px;
    height: 100px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: none;
    -webkit-transition: none;
    cursor: pointer;
    background: #EE5835;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

.account_area a span {
    font-size: .6em;
}

.account_area a::after{
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 40px;
    top: 50%;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.account_area a:hover {
    opacity: .8;
}

.account_area label {
    text-align: center;
    margin-top: 1.5em;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s;
}

.account_area label:hover {
    opacity: .8;
}

.account_area label img {
    width: 100%;
    max-width: 600px;
}

p + p {
    margin-top: 1em;
}

.text-align-center {
    text-align: center !important;
}

p.caution,
.caution li {
    font-size: clamp(12px,1.6vw,16px);
    text-indent: -1em;
    padding-left: 1em;
    word-break: break-all;
}

p.caution_num {
    font-size: clamp(12px,1.6vw,16px);
    text-indent: -1.8em;
    padding-left: 1.8em;
}

.list_disc {
    font-size: clamp(12px,1.6vw,16px);
    padding-left: 1.5em;
    list-style-type: disc;
}

.small {
    font-size: .75em;
}

.sp {
    display: none;
}

.cmpg_banner {
    text-align: center;
    margin: 2em auto 0;
}

.li-disc {
    margin: 0;
    padding: 0 0 0 1.2em;
    list-style: disc;
}

.mt-3em {
    margin-top: 3em !important;
}

.mb-1em {
    margin-bottom: 1em;
}

.mb-3em {
    margin-bottom: 3em !important;
}

/* mv */
.mv {
    margin: 0;
    padding: 20px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(./bg_image.png);
    background-position: 0 0;
    animation: mvscroll 15s linear infinite;
}

@keyframes mvscroll {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 389px -369px;
    }
}

@keyframes mvscroll_sp {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 233px -221px;
    }
}

.mv h1 {
    font-size: 1px;
    line-height: 1;
    max-width: 1300px;
}

.mv img {
    vertical-align: bottom;
}

.mv p {
    font-size: clamp(12px,1.3vw,16px);
    text-align: center;
    margin-top: 2em;
}


/* section1 */
.section1_img1 {
    width: 85%;
    max-width: 600px;
    margin: 2em auto;
    text-align: center;
}

.youtube_block {
    width: calc(100% - 3em);
    max-width: 800px;
    margin: 1em auto 0;
    border: solid 1.5em #F7F8F8;
    border-radius: 34px;
    aspect-ratio: 16 / 9;
    box-sizing: initial;
}

.youtube_block iframe {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}


/* section2 */
.section2 {
    background-color: #F7F8F8;
}

.section2 h3 {
    font-size: clamp(19px,2.8vw,30px);
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 1.3em;
}

.section2 h2 strong {
    color: #0AB5AB;
    font-size: 1em;
    font-weight: bold;
}

.section2_img1 {
    text-align: center;
    margin-bottom: 3em;
}

.section2_block {
    max-width: 990px;
    margin: 3em auto 0;
    padding: 2em 2.5em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 34px;
}

.section2_block_number {
    color: #0AB5AB;
    font-size: clamp(22px, 3.4vw, 40px);
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin: 0 0 0 1.3em;
    flex-basis: 100%;
}

.section2_block .img_box {
    flex-basis: 42.5%;
    max-width: 376px;
}

.section2_block .img_box figcaption {
    display: none;
}

.section2_block .txt_box {
    padding-top: 1em;
    flex-basis: 55.5%;
}

.section2_block .txt_box h3 {
    text-align: left;
}

.section2_block .txt_box p {
    margin-top: 1em;
}

.section2_block .txt_box span {
    font-weight: bold;
}

.section2_block + h2 {
    margin-top: 3em;
}

.section2_block_pc {
    max-width: 990px;
    margin: 2em auto 3em;
    padding: 2em;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 34px;
}

.section2_block_pc img {
    vertical-align: bottom;
}


/* section5 */
.section5_img1 {
    text-align: center;
}

.section5_img1 img {
    max-width: 540px;
}

/* モーダル */
.modal-content input {
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.modal-content-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    z-index: -1;
    transition: opacity .3s ease;
}

.modal-content input:checked + .modal-content-overlay {
    opacity: 1;
    z-index: 19;
    transition: opacity .3s ease .2s;
}

.modal-content-layer {
    width: 90%;
    max-width: 900px;
    max-height: 90%;
    position: relative;
    overflow-y: auto;
}

.modal-content-close {
    text-align: right;
    margin-bottom: -50px;
    padding-right: 5px;
    display: block;
    position: sticky;
    top: 6px;
}

.modal-content-close img {
    vertical-align: bottom;
    width: 50px;
    cursor: pointer;
    opacity: .8;
}

.modal-content-close img:hover {
    opacity: 1;
    transition: opacity .2s;
}

.modal-content-inner {
    overflow-y: auto;
}

.modal-content-inner > div {
    overflow: auto;
}

.modal-content-inner h2 img {
    vertical-align: bottom;
}

.modal-content-inner dl {
    padding: 2em;
}

.modal-content-inner dt {
    font-size: 1.1em;
    font-weight: bold;
}

.modal-content-inner dd + dt {
    margin-top: 1.5em;
}

.bg-cashback {
    background: linear-gradient(0deg, rgba(255,245,247,1) 0%, rgba(255,255,255,1) 100%);
}

.bg-cashback h2 {
    color: #fff;
}

.bg-shemoney dt {
    color: #373553;
    margin-bottom: .2em;
    padding-bottom: .1em;
    border-bottom: solid 1px #373553;
}

.modal-content .account_area {
    padding-bottom: 1em;
}

.modal-content .account_area a {
    width: 94%;
    margin-top: 0;
}

body:has(.modal-content input:checked) {
    overflow: hidden;
}

/* 20250401_LPモーダル用追記 */

.account-area {
    max-width: 1070px;
    margin: 2.5em auto;
    padding: 0 15px;
    box-sizing: content-box;
}

.modal-content-inner .amgf {
    width: 90%;
    margin: auto;
    padding-left: clamp(0.688rem, 0.403rem + 1.21vw, 1.313rem);
    display: block;
}

.modal-content-inner p.caution, .caution li {
  font-size: clamp(10px, 1.6vw, 14px);
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
}

.bg-cashback dt {
    color: #f89d14;
    /* margin-bottom: .7em; */
    padding-bottom: .2em;
    /* border-bottom: solid 1px; */
    font-weight: normal;
    
}

.modal-content-inner .cp_dateil {
    margin: auto;
    text-align: center;
    border-bottom: 1px solid;
    width: clamp(14.813rem, 8.96rem + 24.97vw, 27.688rem);
    font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
    font-weight: bold;
    color: #f89d14;
}

.modal-content-inner .li-pa {
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
}

.modal-content-inner p.red {
    color: #fe5151;
}

.modal-content-inner span {
    font-weight: bold;
}

.modal-content-inner span.black {
    color: #000;
}

.modal-content-inner .li-disc {
    margin: 0;
    padding: 0 0 0 1.2em;
    list-style: disc;
}

.modal-content-inner .mb-1em {
    margin-bottom: 1em !important;
}

.modal-content-inner .mt-1em {
    margin-top: 1em !important;
}

.modal-content-inner .account_area {
    margin: 2.5em auto;
}

.bg-shemoney {
    background-color: #fff;
}

.bg-shemoney h2 {
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding: 2.5em 2em;
    background-color: #373553;
}

.bg-shemoney dd {
    color: #555;
}

.account_area label[for="modal-shemoney"] {
    display: none;
}

.SHEmoney .account_area label[for="modal-shemoney"] {
    display: inline-block;
}

.SHEmoney .account_area label[for="modal-cashback"] {
    display: none;
}

/* 追記ここまで */

@media (max-width: 767.98px) {
    .section_innerBlock {
        max-width: 600px;
    }

    section h2 span {
        font-size: .66em;
    }

    .account_area a {
        font-size: 1.3em;
        height: 80px;
      }
    
    .account_area a span {
        font-size: .7em;
    }

    .mv {
        padding: 15px 10px;
        background-size: 234px, 222px;
        animation: mvscroll_sp 15s linear infinite;
    }

    .section2_block {
        max-width: 600px;
        padding: 2em;
        flex-direction: column;
    }

    .section2_block_number {
        margin-left: 0;
    }

    .section2_block .img_box {
        text-align: center;
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .section2_block .img_box figcaption {
        font-size: clamp(19px,2.8vw,30px);
        font-weight: bold;
        letter-spacing: -1px;
        display: block;
    }

    .section2_block .img_box img {
        max-width: 250px;
    }

    .section2_block .txt_box {
        padding-top: 0;
        flex-basis: 100%;
    }

    .section2_block .txt_box h3 {
        display: none;
    }
    
    .section5_img1 img {
        width: 148px;
    }

    .modal-content-close {
        margin-bottom: -40px;
        opacity: 1;
    }

    .modal-content-close img {
        width: 40px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .bg-shemoney h2 {
        padding: 2.5em 1em;
    }
}