

/* *************************************************
A 共通
    A-a Base
    A-b セクション関連
    A-c 共通クラス

B 各セクション
    B-a visual
    B-b intro
    B-c term
    B-d premium
    B-e faq
    B-f footer
************************************************* */
/* --------------------------- */
/* A 共通
/* --------------------------- */

body{
    position: relative;
    background: #1A1A1A;
}
body:before{
    content: "";
    position: fixed;
    left: 40px;
    top: calc((100% - (100% - 127px)));
    width: calc(100% - 80px);
    height: calc(100% - 167px);
    border: 4px solid #B09D70;
    border-radius: 5px;
    transition: 0.3s ease;
    box-sizing: border-box;
    min-height: 661px;
}
body.scrolled:before{
    height: calc(100% - 80px);
    top: calc((100% - (100% - 40px)));
}
#wrap {
    position: relative;
}
#footer{
    display: none;
}
.btn .btn--main, .btn .btn__main {
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 20px 26px;
    background: #EA6114;
    font-weight: 700;
    font-family: "Noto Sans JP";
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
.btn .btn--main, .btn .btn__main {
    font-size: 16px;
    height:64px;
    display: inline-flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
}
}

.btn .btn--main:hover, .btn .btn__main:hover {
    background: #ff8847;
}

.btn .btn--sub, .btn .btn__sub {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    padding: 20px 15px;
    border:2px solid #EA6114;
    color:#EA6114;
    font-weight: 700;
    margin-top:48px;
    color: #EA6114;
    font-family: "Noto Sans JP";
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
.btn .btn--sub, .btn .btn__sub {
    margin-top:24px;
    font-size: 16px;
    height: 64px;
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    width:auto;
}
}

.btn .btn--sub:hover, .btn .btn__sub:hover {
    color: #ff8847;
    background:#fff;
    border: 2px solid #ff8847;
}

.anc{
  position: relative;
}
.anc .ancPoint{
  position: absolute;
  top:0;
}
.scrolled .anc .ancPoint{
  position: absolute;
  top:-86px;
}

.anc .ancPoint.ancSpace{
  top: -40px;
}
.scrolled .anc .ancPoint.ancSpace{
  top: -126px;
}
/* A-a Base
======================== */
.campaign-body{
    font-size: 1.6rem;
    color: #121212;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
  }
  .campaign-body img{
    width: 100%;
    vertical-align: bottom;
  }
  .campaign-body ul{
    list-style: none;
  }
  a{
    text-decoration: none;
  }
  /* A-b セクション関連
  ======================== */
  .campaign-section{
    margin: 0 auto 40px;
    max-width: 1059px;
    position: relative;
    z-index: 1;
  }

  .campainDetailList{

  }
  .campainDetailList li{
    margin-bottom: 60px;
  }
  .campainDetailList li:last-child{
    margin-bottom: 0;
  }
  .campainDetailList li .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .campaign-section .thumb{
    margin-bottom: 0;
    width: 240px;
    position:relative;
  }
  .campaign-section .thumb span{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #FF7C60;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0;
  }
  .campaign-h2{
    color: #333;
    font-size: 2.4rem;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .sp-campaign{
    display: none;
  }
  .campaign-section .campaign-h2{
    margin-bottom: 15px;
    font-size: 30px;
  }
  .campaign-section .presentDetail{
padding: 0 0 0 20px;
    width: calc(100% - 240px);
  }
  .campaign-section .presentDetail dt{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
  }
  .campaign-section .presentDetail dd{

  }
  .campaign-section .presentDetail dd .innerLink{
    margin-top: 15px;
  }
  .campaign-section .presentDetail dd .innerLink a{
    font-weight: 600;
  }
  @media screen and (max-width: 599px){
    .campaign-section{
    }
    .campainDetailList li {
        margin-bottom: 40px;
    }
    .campainDetailList li .inner {
        display: block;
    }
    .campaign-section .thumb {
        width: 340px;
        max-width: 90%;
        margin: 0 auto 20px;
    }
    .campaign-section .presentDetail {
        padding: 0;
        width: 100%;
    }
    .campaign-section .presentDetail dt {
        font-size: 16px;
    }
    .campaign-section .presentDetail dd {
        font-size: 14px;
    }
    .campaign-section .presentDetail dd .innerLink {
        text-align: center;
    }
    .campaign-section .campaign-h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .term-txt {
        color: #ff7c60;
        font-weight: bold;
        font-size: 16px;
    }
    .campaign-section .btn{
        margin: 20px auto 0;
    }
    .campaign-h2{
      font-size: 2rem;
      margin-bottom: 9px;
    }
    .pc-campaign{
      display: none;
    }
    .sp-campaign{
      display: block;
    }
  }
  /* A-c 共通クラス
  ======================== */
  .txt-min{
    font-size: 0.8rem;
    font-weight: normal;
  }
  .flex{
    display: flex;
  }

/* --------------------------- */
/* B 各セクション
/* --------------------------- */

/* B-a visual
======================== */
.visual-wrapper{
    background-color:#000;
    width: 100%;
    position: relative;
    padding: 60px;
    box-sizing: border-box;
}
.visual-wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}
.visual-img{
    position: relative;
    margin: 0 auto 60px;
}
.visual-wrapper .btn{
    margin: 0 auto 0;
    position: relative;
}
.visual-wrapper .campaign-h2{
    color: #FFF;
    position: relative;
    font-size: 30px;
}
.visual-wrapper .lead{
    color: #FFF;
    position: relative;
}

.sub-campaign{
  font-size: 10px;
  color: #9a9a9a !important;
  text-align: right;
  max-width: 1059px;
  margin: 100px auto 0;
}
@media screen and (max-width: 599px){
  .visual-wrapper{
    padding: 60px 0;
  }
  .visual-img {
      max-width: 100%;
      position: relative;
      margin: 0 auto 40px;
  }
  .visual-wrapper .btn {
      margin: 0 auto;
      position: relative;
      width: 100%;
  }
  .visual-wrapper .campaign-h2 {
      color: #FFF;
      position: relative;
      font-size: 22px;
  }
  .visual-wrapper .lead {
      text-align: left;
      font-size: 14px;
  }
}
/* B-b intro
======================== */
.intro-wrapper{
    background-color: #333;
    padding-bottom: 53px;
    margin-top: 0;
}
.intro-wrapper h2{
  color: white;
  margin-bottom: 19px;
}
.intro-wrapper p{
  color: white;
}
.intro-wrapper .lead{
    margin: 0 auto 20px;
}
.intro-wrapper .btn{
    margin: 0 auto;
}
@media screen and (min-width:600px) and ( max-width:768px) {
.intro-wrapper h2 {
    padding: 20px 0 0;
}
}
@media screen and (max-width: 599px){
  .intro-wrapper{
    padding: 0 0 50px;
    margin: 0 auto;
  }
  .intro-wrapper h2{
    margin: 20px 0 20px;
  }
  .intro-wrapper p{
    margin: 0 19px;
  }
  .intro-wrapper .lead{
    margin: 0 20px 20px;
  }
  .intro-wrapper .btn{
  margin-top: 0;
  }
}
/* A-c Term
======================== */
.term-txt{
    color: #ff7c60;
    font-weight: bold;
    font-size: 24px;
}
/* B-d premium
======================== */
.premium-h2{
  max-width: 446px;
  padding: 100px 0 27px;
  margin: 0 auto;
}
.benefits-img{
  max-width: 403px;
  margin: 0 auto;
  padding: 53px 0 27px;
}
.premium-list{
  margin: 27px auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}
.premium-details-wrapper{
  margin: 53px auto 0;
  padding-bottom: 100px;
}
.premium-details:hover{
  opacity: 0.5;
  transition: 0.5;
}
.premium-details{
  color: white;
}
.premium-details::before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 17px;
}
.premium-item{
  margin-bottom: 20px;
}
.premium-img{
  max-width: 110px;
  margin: 0 auto;
}
.premium-txt{
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1em;
}
.premium-btn{
  margin-top: 27px;
}
.premium-list-wrapper{

}
@media screen and (max-width: 599px){
  .premium-wrapper{
    background-image: url("../images/sp/premium_background.png");
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .premium-h2{
    max-width: 307px;
    padding: 42px 0 23px;
  }
  .premium-list{

  }
  .premium-list-wrapper{
    display: flex;
    justify-content: space-between;
  }
  .premium-list-sp1{
    margin-left: 15px;
  }
  .premium-list-sp2{
    margin-right: 15px;
    margin-top: 88px;
  }
  .premium-item{
    margin-bottom: 20px;
  }
  .premium-img{
    max-width: 121px;
    margin: 0 auto;
  }
  .premium-txt{
    font-size: 1.4rem;
  }
  .benefits-img{
    max-width: 237px;
    margin: 0 auto;
    padding: 50px 0 32px;
  }
  .premium-details-wrapper{
    margin-top: 23px;
    padding-bottom: 42px; 
  }
  .premium-btn{
    margin-top: 23px;
  }
}
/* B-e faq
======================== */
.campaign-section dl{
  text-align: left;
}
.faq-answer{
  display: none;
  padding: 12px 45px 30px 45px;
}
@media screen and (max-width: 599px){
  .faq-answer{
  padding: 12px 22px 22px;
}
}

/* B-e tos
======================== */
.tosSection{
    margin: 0 auto;
    padding: 0 0 40px;
}
.tosSection h2{
}
.tosSection .lead{
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
}

.tosSection .tosBox{
    border: 1px solid;
    padding: 30px;
    border-radius: 5px;
    text-align: left;
}
.tosSection .tosBox .txt{
    font-size: 12px;
}
.tosSection .tosBox .tosHide{
  display:none;
}
.tosSection .tosBox  .moreTxt{
    text-align: center;
    margin: 30px auto 0;
    font-weight: 500;
    display: block;
    width: 160px;
    cursor: pointer;
}
.tosSection .tosBox  .moreTxt span{
    border: 1px solid;
    display: inline-flex;
    width: 26px;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 10px;
    transition:0.3s ease;
}
.tosSection .tosBox  .moreTxt.open span{
    transform: rotate(180deg);
}
.tosSection .tosBox  .moreTxt span i{

}
@media screen and (max-width: 599px){
.campaign-section .campaign-h2 {
    line-height: 1em;
    margin-bottom: 10px;
}
.tosSection .lead {
    margin-bottom: 25px;
    font-size: 14px;
}
}

/* B-f footer
======================== */
.footer-background{
    background: #FFF url(../images/footer_background.png);
    background-size: cover;
    background-position: bottom;
    aspect-ratio: 5 / 1;
    height: 100%;
}
.footer-img{
  max-width: 478px;
  margin: 0 auto;
  margin-bottom: 27px;
}
.footer-wrapper{
  background-color: #191919;
  margin-top: -5px;
}
.footer-info{
  text-align: left;
  margin: 100px auto 0;
  max-width: 1059px;
  color: #9a9a9a;
  padding-bottom: 100px;
}
.footer-info ul{
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-info ul li{
  padding: 0 10px;
}
.footer-info li a{
    color: #FFF;
    font-size: 12px;
}
.footer-info .copyright{
    color: #FFF;
    padding: 10px 0 0;
    font-size: 12px;
}
.attention{
    font-size: 9px;
    color: #FFF;
    margin-top: 30px;
}



@media screen and (max-width: 599px){
  .footer-wrapper{
    padding: 40px 0 0;
    margin-top: 0;
  }
  .footer-background{
    background-image: url("../images/footer_background.png");
    height: 33px;
  }
  .footer-img{
    max-width: 368px;
    margin-bottom: 23px;
  }
  .footer-info{
    margin: 50px 19px 0;
    padding-bottom: 60px;
  }

}



/* ====================================================
  202408
=======================================================*/
.btn {
    width: calc(100% - 40px);
    margin: auto;
}
.btn .disabled {
    background: #e4e4e4;
    color: #959595;
}
.campaign-section .campaign-h2 {
    text-align: left;
    font-size: 16px;
}
.orange{
    color: #FF7C60;
}
.visual-wrapper {
    padding: 60px 0 60px;
}
.visual-img {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 auto 20px;
}
.visual-wrapper .campaign-h2 {
    margin-bottom: 20px;
    line-height: 1em;
}
.visual-wrapper .lead {
  text-align: left;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 1.5em;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
}
.visual-wrapper .lead span{
  font-size: 12px;
  color: #8A8A8A;
}
.groupOuter{
    background: #FFF;
}
.groupInner{
    padding: 40px 70px;
}
.contentBox{

}
.introBox{
    margin-bottom: 0;
}
.detailBox{
    margin-bottom: 40px;
}
.contentBox > *{
    margin-bottom: 20px;
}
.contentBox > *:last-child{
    margin-bottom: 0;
}
.contentBox .contentTit{ 
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 500;
}
.contentBox .contentLead{ 
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
.contentBox .contentTxt{ 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.contentBox .turmList{

}
.contentBox .turmList dt{
    background: #FFF;
    display: inline-block;
    color: #000;
    font-weight: 500;
    line-height: 1em;
    padding: 5px 10px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.contentBox .turmList dd{
    font-size: 18px;
}
.contentBox .cautionList{

}
.contentBox .cautionList li{
    line-height: 1.3em;
    font-size: 16px;
    color: #9B9B9B;
}
.contentBox .cautionList li:last-child{

}
.contentBox  .present{
    background: #FFF;
    color: #000;
    padding: 20px;
    border-radius: 2em 2em 0 0;
    margin-bottom: 0;
    margin-top: 40px;
}
.contentBox  .present .presentTit{
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contentBox  .present .presentLead{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.contentBox  .present .thumb{
    width: 100%;
    max-width: 100%;
}
.contentBox  .present .presentTxt{
    font-size: 14px;
}
.contentBox .btnGift{

}
.contentBox .btnGift a{
    display: block;
    background: #FFF;
    padding: 20px;
    border-radius: 0 0 2em 2em;
    border-top: 1px solid #E0E0E0;
    font-size: 14px;
    letter-spacing: 0;
}
.contentBox .btnGift a i{
    margin-left: 10px;
}
.btnEntry{

}
.btnEntry a{
    display: block;
    background: #FF7C60;
    color: #FFF;
    padding: 15px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    max-width: 375px;
    margin: 0 auto;
}

.campaign-section.tpSection {
    padding: 0;
    position: relative;
    z-index: 0;
}
.campaign-section.tpSection .tpBg{
    line-height: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -70px;
    width: calc(100% + 140px);
    transform: translate(0, -50%);
}
.campaign-section.tpSection .premium-wrapper{
    padding: 40px 20px 0;
    border-radius: 2em 2em 0 0;
    margin-bottom: 0;
    background: #1A1A1A;
    color: white;
    position: relative;
}
.campaign-section.tpSection .campaign-h2 {
    padding: 0;
}
.campaign-section.tpSection .lead{
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
}
.campaign-section.tpSection .premium-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.campaign-section.tpSection .premium-list li{
    width: 50%;
    text-align: center;
}
.campaign-section.tpSection .benefits-img {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0;
}
.premium-details-wrapper {
    margin: 0;
    padding: 30px;
    border-radius: 0 0 2em 2em;
    background: #1a1a1a;
    text-align: center;
}
.premium-details{
    display: flex;
    font-size: 14px;
    justify-content: center;
}
.premium-details i{
    background: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.premium-details::before {
    content: none;
}

.qa{
    margin: 20px 0 0;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1em;
}
.qa dt{
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4em;
    position: relative;
}
.qa dd{
    position: relative;
    padding: 20px 20px 20px 60px;
    font-size: 14px;
    line-height: 1.4em;
    border-top: 1px solid #EEEEEE;
}
.arrow-orange {
    background-image: url(/static/emtgpremium/index/renewal0516/arrow_gray.svg);
    transform: scaleY(-1);
}
.faq-question{
    position: relative;
    padding-left: 40px;
    padding-right: 30px;
}
.faq-question:before{
    content: "Q";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff7c60;
    width: 25px;
    height: 25px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.faq-answer:before{
    content: "A";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    width: 25px;
    height: 25px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.faq-arrow {
      position: absolute;
      right: 20px;
      margin-bottom: 10px;
      width: 15px;
      height: 8px;
}
.tosSection{
    color: #000;
}
.tosSection .tosBox .moreTxt {
    width: 160px;
    border: 1px solid;
    padding: 15px 15px 16px;
    border-radius: 100px;
    line-height: 1;
}
.footer-background {
    background: #FFF url(../images/footer_background.png);
    background-size: cover;
    background-position: bottom;
    height: 100%;
}
.footer-info {
    margin-left:20px ;
    margin-right:20px ;
}
.modaal-container .popup-inner {
    padding: 0 0 40px
}
.modaal-container .popup-inner .box {
    padding-bottom: 20px;
}

/*=================================================

===================================================*/
.fixKv{
    position: fixed;
    left: 40px;
    top: 127px;
    width: calc((100% - 580px) / 2);
    height: calc(100% - 167px);
    min-height: 660px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}
.scrolled .fixKv{
    top: 40px;
    height: calc(100% - 80px);
}
.fixKv figure{
    padding: 0;
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
}
.fixNav{
    position: fixed;
    right: 40px;
    top: 127px;
    width: calc((100% - 580px) / 2);
    height: calc(100% - 167px);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 660px;
}
.scrolled .fixNav{
    top: 40px;
    height: calc(100% - 80px);
}

.fixNav .fixNavInner{
    padding: 40px;
    max-width: 380px;
    box-sizing: border-box;
}
.fixNav .navList{
  margin-bottom: 40px;
}
.fixNav .navList li{
    margin-bottom: 10px;
}
.fixNav .navList li:last-child{
    margin-bottom: 0;
}
.fixNav .navList li a{
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}
.fixNav .premium-list{
  flex-wrap: wrap;
    margin: 0 auto 10px;
}
.fixNav .premium-list li{
  width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.fixNav .premium-list li .premium-img{
    width: 55px;
    max-width: initial;
    margin: 0;
}
.fixNav .premium-list li .premium-txt{
    color: #FFF;
    font-size: 14px;
    padding: 0;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.fixNav .btn{
  width: 310px;
}
.fixNav .btn .btn__main{
  width: 100%;
}
.introBox .campaign-h2{
    text-align: center;
    font-size: 20px;
}
.introBox .lead{
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}
.introBox .example{
    width: 70%;
    margin: 0 auto 20px;
    font-weight: 600;
}
.introBox .tarm{
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
}



/* SP-max-769 */
@media screen and (max-width: 1270px){
body:before,
.fixKv,
.fixNav{
  display: none;
}
}

@media screen and (max-width: 599px){
.groupInner {
    padding: 40px 20px;
}
.visual-wrapper {
    padding: 40px 0 40px;
}
.visual-img {
    margin: 0 auto 0;
}
.introBox .example {
    width: 80%;
}
.premium-details-wrapper {
    padding: 20px;
}
.tosSection {

    padding: 0;
}
.tosSection .tosBox .moreTxt {
    width: 140px;
}
}



