@charset "UTF-8";
section {
    position: relative;
}
.image {
  max-width: 100%;
  height: auto;
}
.anime_hover {
    transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.anime_hover:hover {
    text-decoration: none;
    opacity: 0.5;
}
.section__inner {
  max-width: 980px;
  margin: 0 auto;
}
.section__inner.wide {
    max-width: 1280px;
  }

.button-anchor {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 98px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #c3002f;
  text-align: center;
  line-height: 1.21875;
  text-decoration: none;
  position: relative;
}
.button-anchor:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: calc(50% - 7px);
}

.button-container {
    max-width: 50vw;
    margin: 0 auto;
    text-align: center;
}
.button-container > *+* {
    margin-top: 10px;
}

.button-block__date {
  font-size: 2rem;
  font-weight: 700;
}
.button-block__terms {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #e13930;
}

/* ============= SECTION MV ============= */
.mv-section {
    background-color: #fdebcc;
    padding-bottom: clamp(40px, 80px,5vw);
}
.mv-section .deco{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv-section .button-container-wrapper {
    padding: 0 5%;
}

/* ============= SECTION ANCHOR ============= */
.anchor-section {
    background-color: #fffbe8;
    padding: 80px 5%;
}
.anchor-section .bg {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    pointer-events: none;
}
.anchor-section .anchors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}
.anchor-section .section__inner > *+* {
    margin-top: 40px;
}


/* ============= SECTION CP ============= */
.cp-section {
    /* background-color: #fd9321; */
    padding: 80px 5%;
}
.cp-section .section__inner > *+* {
    margin-top: 80px;
}

.cp-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-cp.jpg) no-repeat top center / cover;
    z-index: -1;
    pointer-events: none;
}
.cp-section .title {
    max-width: 50%;
    /* margin: 0 auto 80px auto; */
    margin: 0 auto;
}
.cp-block {
    background-color: #fffbe8;
    padding: 0 8% 40px 8%;
}
.cp-block .ttl{ 
    max-width: 30%;
    margin: 0 auto;
    position: relative;
    top: -30px;
}
.cp-content {
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.1);
}
.cp-content .main-title{
    max-width: 90%;
    margin: 30px auto;
    position: relative;
    top: -20px;
}
.campaign-block-column__button {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 9px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.campaign-block-column__button:before {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
}
.campaign-block-column__button:after {
    content: "";
    width: 4px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 33px;
    top: calc(50% - 15px);
    transition: all 0.5s ease-out;
}
.campaign-block-column__button.-open:after {
    transition: all 0.5s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#chance1 .campaign-block-column__button {
    background-color: #20b5c9;
}
#chance2 .campaign-block-column__button {
    background-color: #8bb91e;
}
.campaign-block-column__summary {
    padding: 5%;
    display: none;
}


/* ============= FOOTER ============= */
.footnote-block__heading {
    font-size: 1rem;
}
.footnote {
    background-color: #2e2e2e;
    color: #fff;
    padding: 70px 0 60px;
}
.footnote-list {
    font-size: 1rem;
    line-height: 1.7;
}


/* ============= FLOATING ============= */
.float-bottom-conversion {
    height: auto;
    background-color: #7f7f7f;
}
.float-bottom-conversion_inner {
    padding: 18px 5%;
}
.floating_area {
    max-width: 50vw;
    margin: 0 auto;
}


/* ============= MODAL ============= */
.modal-terms {
    max-width: 890px;
    padding: 44px;
    background-color: #fff;
}
.present-notes {
text-align: left;
}
.present-notes__title {
font-size: 1.8rem;
font-weight: 700;
text-align: center;
line-height: 1.4;
margin-bottom: 20px;
}
.present-notes__heading {
margin: 30px 0;
text-align: center;
position: relative;
}
.present-notes__heading:before {
content: " ";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: #000;
z-index: 1;
}
.present-notes__heading-text {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
padding: 0 15px;
margin: 0 20px;
background: #fff;
position: relative;
z-index: 2;
}
.present-notes__subtitle {
margin: 20px 0 5px;
font-size: 16px;
font-weight: 700;
text-align: center;
}
.present-notes__text {
font-size: 12px;
margin-bottom: 20px;
line-height: 1.5;
}
.present-notes__dt {
margin: 20px 0 5px;
font-size: 14px;
font-weight: 700;
line-height: 1.5;
}
.present-notes__dd {
font-size: 12px;
margin-bottom: 20px;
line-height: 1.5;
}
.present-notes__anchor {
color: #1897e0;
transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.present-notes__anchor:hover {
text-decoration: none;
}
.present-notes__close {
width: 60px;
height: 60px;
position: absolute;
right: 15px;
top: 15px;
text-indent: -1000px;
background: url(../img/btn-modal_close.png) no-repeat center center;
background-size: contain;
cursor: pointer;
overflow: hidden;
transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.present-notes .o-indent {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}
.present-notes .o-indent-big {
display: inline-block;
padding-left: 1.25em;
text-indent: -1.25em;
}
.present-notes .o-bold {
font-weight: 700;
}
.present-notes .o-red {
color: #c3092f;
}
  
  
  
  



@media only screen and (max-width: 767px) {
    .button-container {
        max-width: 700px;
    }
    .button-block__date {
        line-height: 1.4;
        font-size: 1.6rem;
    }
    .button-block__terms-anchor {
        font-size: 1.4rem;
    }

    .anchor-section {
        padding: 40px 5%;
    }
    .anchor-section .bg {
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .anchor-section .anchors {
        grid-template-columns: repeat(1, 1fr);
    }

    .cp-section {
        padding: 40px 0;
    }
    .cp-section .section__inner > *+* {
        margin-top: 40px;
    }
    .cp-section .bg {
        background: url(../img/bg-cp_sp.jpg) no-repeat top center / cover;
    }
    .cp-section .title {
        max-width: 80%;
        margin-bottom:40px;
    }
    .cp-block {
        padding: 0 5% 40px 5%;
    }
    .cp-block .ttl{ 
        max-width: 60%;
        top: -20px;
    }
    .cp-content .main-title{
        margin-bottom: 0;
    }
    .campaign-block-column__button {
        font-size: 2rem;
    }
    .campaign-block-column__button:before {
        width: 18px;
        height: 3px;
        top: calc(50% - 1.5px);
    }
    .campaign-block-column__button:after {
        width: 3px;
        height: 18px;
        right: 27.5px;
        top: calc(50% - 9px);
    }

    .footnote {
        padding: 7% 5%;
    }

    .float-bottom-conversion_inner {
        padding: 10px 5%;
    }
    .floating_area {
        max-width: 90vw;
    }


    .modal_content_close {
        top: 0;
        right: 0;
    }
    .modal-terms {
        padding: 60px 15px 40px;
    }
    .present-notes__title {
        font-size: 1.5rem;
    }
    .present-notes__subtitle {
        font-size: 1.4rem;
    }
    .present-notes__close {
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background-size: 60px 60px;
    }
}


