@charset "utf-8";
#wrapper {
   min-width: unset;
}
body {
   line-height: 1.7;
}
.copy {
   font-size: 10px;
   margin-top: 5px;
}
.p_copy{    margin: 2em auto 0;
    font-size: 0.8em;
    max-width: 1000px;
    width: 95%;}
.text01 {
   font-size: 24px;
   font-weight: bold;
   text-align: center;
}
.mt20 {
   margin-top: 20px !important;
}
.text02 {
   font-size: 20px;
   text-align: center;
   margin: 50px 0 40px;
}
a img {
   pointer-events: unset;
}
a img:hover {
   opacity: .8;
   transition: .5s;
}
.kv {
   padding-bottom: 50px;
}
.kv .mainimage {
   margin-top: 20px;
   background-image: none;
   height: auto;
}
.kv .mainimage .main {
   max-width: 1100px;
   height: auto;
}
.kv .mainimage .main_txt {
   max-width: 1100px;
   margin: 30px auto 0;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 100;
}
.btn_animate04 {
margin: 0 auto;
animation: vertical 2s infinite;
transform-origin:center;
cursor: pointer;
	position: relative;
	box-shadow:0 5px #ff0675;
}
@keyframes vertical {
0% {transform: translate(0px, 0px);top:0;box-shadow:0 5px #ff0675;}
50% {transform: translate(0px, 0px);top:5px;box-shadow:0 1px #ff0675}
	
}
/* ==========================================================================
header
========================================================================== */
header {
   background-color: #151515;
   font-size: 16px;
   position: block;
   top: 0;
   left: 0;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   color: white;
   padding: 0 10px;
   transition: top 0.3s;
   z-index: 9999;
}
header .inner{
   max-width:1200px;
   margin: 0 auto;
}
header .logo {
   padding: 10px;
}
header .logo a {
   display: block;
   background-image: url(../images/logo.svg);
   background-size: 100% 100%;
   width: calc(130px);
   height: calc(130px / 494.58 * 217.28);
   text-indent: -9999px;
   overflow: hidden;
   position: relative;
   margin-right: 15px;
}
/* ==========================================================================
parts
========================================================================== */
.kv {
   padding-top: 0;
}
.anchor {
   position: relative;
   max-width: 300px;
   margin: 0 auto 0;
}

h2.glad {
   background: linear-gradient(90deg, #FC8E3C 0%, #FF0576 100%);
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   padding: 20px 10px;
   line-height: 1.3;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   box-sizing: border-box;
}
h2 span {
   font-size: 24px;
}
.anchor-list {
   display: flex;
   flex-wrap: wrap;
}

.inner {
   max-width: 1000px;
   margin: 0 auto;
   padding: 0 20px;
}
.img_left {
   display: flex;
   justify-content: space-between;
}
.img_left .image {
   width: 37.4%;
}
.img_left .text {
   width: 60%;
}
.intro-list> li {
   margin-top: 60px;
}
.intro > dt {
   font-size: 28px;
   font-weight: bold;
   position: relative;
}
.intro > dt:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px; /* ボーダーの高さ */
   background: linear-gradient(90deg, #FC8E3C 0%, #FF0576 100%);
}
.intro > dd {
   margin-top: 20px;
}
.intro-txt dt {
   display: flex;
}
.intro-txt dt > .text{
   margin-left: 20px;
   flex: 1;
   font-size: 20px;
   font-weight: bold;
}
.intro-txt dd {
   font-size: 16px;
   margin-top: 20px;
}
.campaign {
   display: flex;
   margin-top: 60px;
}
.campaign dt {
   width: 23%;
   background: linear-gradient(90deg, #FC8E3C 0%, #FF0576 100%);
   min-height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   font-weight: bold;
   padding: 10px;
}
.campaign dd {
   width: 77%;
   background-color: #FFF;
   font-size: 22px;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #111;
   padding: 10px;
}
.campaign-detail {
   padding: 20px;
   margin-top: 40px;
   font-size: 16px;
   border: 2px solid #FFF;
}
.campaign-detail > dt {
   font-weight: bold;
   text-align: center;
   font-size: 20px;
}
.campaign-detail > dd {
   font-size: 16px;
}
.campaign-detail > dd > ul > li {
   margin-top: 20px;
}
.scroll-area {
   height: 400px;
   overflow-y: scroll;
   background-color: #2B2B2B;
   padding: 20px;
   font-size: 16px;
   margin-top: 30px;
}
.scroll-area a {
   color: #FFF;
}
.scroll-area > dl > dt {
   font-weight: bold;
   margin-bottom: 20px;
}
.scroll-area > dl > dd > ul > li {
   margin-top: 20px;
}
.btn01 {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 460px;
   border-radius: 90px;
   margin: 0 auto;
   position: relative;
   font-weight: 500;
   margin-top: 20px;
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
}
.btn01.entry {
   height: 60px;
    background-color: #FF1370;
    font-size: 20px;
    color: #fff;
}
.btn01::before {
   content: '';
   width: 12px;
   height: 12px;
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   background-image: url(../images/ico_txtlink_white.svg);
 }
 .btn.cs a{
   background-color: grey;
   color: #FFF;
   font-weight: bold;
   pointer-events: none;
 }
 .btn.cs a span {
   background-image: none;
 }
 section#method {
   background: #e8e8e8;
   padding: 40px 0 80px;
 }
 section#method .inner{
   max-width: 1000px;
   margin: 0 auto;
   width: auto;
 }
 .premium {
   width: 38%;
   margin: 50px auto 40px;
}
.lp_fv_cta_btn {
   display: block;
   width: min(44vw, 660px);
   margin: 0 auto;
   transition: .3s;
}
.common_footer_wrapper {
   overflow: hidden;
  }
  .footer_logo a {
    display: block;
    background-image: url(../images/logo.svg);
    background-size: 100% auto;
    width: calc(130px);
    height: calc(130px / 494.58 * 217.28);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
/* FEATURE */
.common_footer_feature {
   background: #efefef;
   margin: 0 calc(50% - 50vw);
   max-width: none;
 }
 
 .common_footer_feature_img {
   margin-bottom: 10px;
 }
 
 .common_footer_feature_img img {
   max-width: 610px;
 }
 .common_footer_section.feature {
   padding: 3.65% 0;
 }
 .common_footer_wrapper {
   font-size: 14px;
 }

 .common_footer_wrapper .md {
   display: none;
 }

 .common_footer_wrapper .sm {
   display: inline;
 }
/*チェック済みボタン*/
button.entry-btnStyle_checked {
   background-color: #FF1370;
   cursor: pointer;
 }
 button.entry-btnStyle_checked:hover {
   opacity: .8;
 }
 /*未チェックボタン*/
 button {
   background-color: #aaa;
   padding: 10px;
   color: #fff;
   width: 100%;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   border: none;
   border-radius: 40px;

 }
 #entry-block {
   max-width: 400px;
   margin: 30px auto 0;   
 }
 .button {
   position: relative;
 }
 .button ::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFF;
 }
 .all-btn {
   max-width: 400px;
   margin: 30px auto 0;   
 }
 .all-btn a {
   display: block;
   border: 2px solid #FFF;
   color: #FFF;
   font-size: 20px;
   font-weight: bold;
   border-radius: 40px;
   padding: 10px;
   text-align: center;
   text-decoration: none;
   position: relative;
 }
 .all-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFF;
 }
 .all-btn a:hover {
   opacity: .8;
 }

/* ==========================================================================
sns
========================================================================== */
.sns {
   padding-top: 80px;
   padding-bottom: 200px;
 }
 .sns dt {
   font-size: 30px;
   text-align: center;
   font-weight: bold;
 }
 .sns dd {
   margin-top: 20px;
 }
 .sns dd > ul {
   display: flex;
   justify-content: center;
 }
 .sns ul li {
   margin-left: 20px;
 }
 .sns ul li:first-child {
   margin-left: 0;
 }
 /* ==========================================================================
greyout
========================================================================== */
.greyout {
   position: relative;
   width: 100%;
   max-width: 1000px;
   margin: 80px auto 0;
   height: 100%;
 }
 .greyoutInner {
   position: relative;
   z-index: 1;
 }
 .greyoutInner::before {
   content: "キャンペーンは終了しました";
   position: absolute;
   top: 0;
   left: 0;
   width :100%;
   height: 100%;
   background-color: rgba(95, 95, 95, 0.7);
   display: flex;
   justify-content: center;
   align-items: center;
   color: #FFF;
   font-size: 32px;
   font-weight: bold;
   z-index: 9999;
 }
.bn_area{    max-width: 900px;width: 90%;
    margin: 4em auto 0;}
.bn_area a {
 display: block;
}
/*bn_camp*/
section.camp_bn{    max-width: 1070px;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    background: #2b2b2b;
    padding: 2em 1em;
background-image: url(../kuji/images/camp_bg.webp);
    background-size: cover;}
section.camp_bn img{    max-width: 850px;
    margin: 0 auto;
    display: block;}

section.camp_bn h2{font-size: 1.8em;
    font-weight: bold;
    margin: 0.5em auto 0;}
/*section.camp_bn ul{    display: flex;
    flex-wrap: nowrap;   }
section.camp_bn ul li{        width: 40%;
    border: 4px double #ff0675;
    padding: 1em;
    margin: 1em auto;
    background: #000;}*/
section.camp_bn ul li p{font-size: 1.1em;}
section.camp_bn ul li p span{font-weight: bold;
    display: block;
    font-size: 1.2em;
    letter-spacing: 0.1em;}

/* ==========================================================================
btn
========================================================================== */

.btn_con{    margin: 2em auto 0;
    text-align: center;
    width: 90%;
    }
.btn_con p{font-size: 1.3em;
    font-weight: bold;}
.btn_con a{    display: flex;margin: 0 auto;
	background: #fff;    
    align-items: center;
    justify-content: center;
    height: 2.4em;
    font-size: 1.5em;
    text-decoration: none;
    color: #ff0875;
    font-weight: bold;
    border-radius: 50em;
    border: solid 3px #ff0875;
    position: relative;
max-width: 450px;
width: 90%;}
.btn_con a::before,.btn_con a::after{content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    width: 18px;
    height: 3px;
    border-radius: 9999px;
    background-color: #ff0875;
    transform-origin: calc(100% - 1px) 50%;}
.btn_con a::before{ transform: rotate(45deg);}
.btn_con a::after{transform: rotate(-45deg);}
.btn_con a:hover{transform: translateY(5px);}

/* ==========================================================================
tab
========================================================================== */

.tab {
   max-width: 1100px;
   margin: 0 auto;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.tab ul {
   display: flex;
   justify-content: space-between;
}
.tab ul li.active {
   width: 49.6%;
   border: 2px #FFF solid;
   border-bottom: none;
   background-color: #151515;
   color: #FFF;
}
.tab ul li {
   width: 50.4%;
   text-align: center;
   background-color: #FFF;
   color: #151515;
   background-color: #151515;
   height: 90px;
   box-sizing: border-box;
   position: relative;
   font-size: 30px;
}
.tab ul li:not(.active) {
   padding: 8px 0 2px 8px;
   cursor: pointer;
}
.tab ul li:first-child:not(.active) {
   padding: 8px 8px 2px 0;
}
.tab ul li:not(.active)::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px; /* ボーダーの太さと同じ */
   background: #FFF;
}
.tab ul li div {
   position: relative;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
}
.tab ul li:not(.active) div {
   position: relative;
   background-color: #FFF;
   height: 100%;
}
.tab ul li.active div::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 8px; /* ボーダーの太さと同じ */
   background: linear-gradient(90deg, #FC8E3C 0%, #FF0576 100%);
 }
 .tab-content {
   display: none;
   max-width: 1100px;
   border: 2px solid #FFF;
   border-top: none;
   box-sizing: border-box;
   margin: 0 auto;
   padding: 60px 0;
 }
 .tab-content.active {
   display: block;
 }
 @media only screen and (min-width: 813px) {
    .bn_area.flex {
 display: -webkit-flex;
 display: flex;-webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 justify-content: center; 
}
.bn_area.flex > a {
 width: 49%;
 margin-right: 2%;
}
.bn_area.flex > a:nth-of-type(2n), 
.bn_area.flex > a:last-of-type {
 margin-right: 0;
}
  .bn_area.flex > a:nth-of-type(n+3){
 margin-top: 15px;
}
.bn_area.flex > a {
 width: 49%;
}
   .anchor-list li {
      width: 23.8%;
      margin-left: 1.6%;
      margin-top: 1.6%;
   }
   .anchor-list li:nth-child(4n+1) {
      margin-left: 0;
   }
 }
 @media only screen and (max-width: 812px) {
  .bn_area.flex > a:nth-of-type(n+2) {
   margin-top: 15px;
  }
   * {
      box-sizing: border-box;
  }
   .kv .mainimage {
      margin-top: 10px;
   }
   .text01 {
      padding: 0 5%;
      font-size: 20px;
   }
   .text02{
      font-size: 16px;
      text-align: left;
      margin: 25px 0 20px;
   }
   .anchor {
      padding: 0 5%;
   }
   h2.glad {
      font-size: 20px;
      padding: 2% 4% 4%;
   }
   h2.glad span {
      font-size: 15px;
   }
   .inner {
      padding: 0 5%;
   }
   header {
      padding: 10px 20px 0;
   }
   header .inner {
      padding: 0;
   }
   header .logo {
      padding: 0;
   }
   .kv {
      padding-bottom: 10%;
   }
   .kv .mainimage .main_txt {
      margin: 5% 5% 0;
   }
   .anchor-list {
      margin-top: -4%;
   }
   .anchor-list li {
     width: 48%;
     margin-top: 4%;
   }
   .anchor-list li:nth-child(2n) {
      margin-left: 4%;
   }
   .img_left {
      flex-direction: column;
   }
   .img_left .image,
   .img_left .text {
      width: 100%;
   }
   .img_left .intro-txt {
      margin-top: 20px;
   }
   .img_left .intro-txt dd .hidden-txt {
      padding-bottom: 40px;
      position: relative;
   }
   .img_left .intro-txt dd .hidden-txt p {
      height: 50px;
      overflow: hidden;
   }
   .img_left .intro-txt dd .hidden-txt.open p {
      height: auto;
    }
   .img_left .intro-txt dd .hidden-txt::after{
      content: "";
      margin: auto;
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 13px; 
      height: 13px;
      border-top: 3px solid #FFF; 
      border-right: 3px solid #FFF; 
      transform: translateX(-50%) rotate(135deg);
    }
    .img_left .intro-txt dd .hidden-txt.open::after{
      transform: rotate(-45deg);
    }
   .intro-txt dt {
      flex-direction: column;
   }
   .intro-txt dt .icon img {
      max-width: 112px;
   }
   .intro-txt dt > .text {
      margin-left: 0;
      font-size: 18px;
   }
   .intro > dt {
      font-size: 20px;
      padding-bottom: 10px;
   }
   .intro-txt dd {
      font-size: 14px;
   }
   .intro-list> li {
      margin-top: 30px;
   }
   .campaign {
      flex-direction: column;
   }
   .campaign dt {
      width: 100%;
      font-size: 18px;
      min-height: unset;
      padding: 10px;
      box-sizing: border-box;
   }
   .campaign dd {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      font-size: 18px;
   }
   .campaign-detail {
      font-size: 14px;
   }
   .campaign-detail > dt {
      font-size: 18px;
   }
   .campaign-detail > dd {
      font-size: 12px;
   }
   .btn01.entry {
      margin: 10% 5% 0;
      width: 90%;
      font-size: 17px;
   }
   .cs .btn01 {
      margin: 10% 5% 0;
      width: 90%;
   }
   .sns {
      padding: 40px 0 80px;
   }
   .sns dt {
      font-size: 20px;
   }
   section#method {
      padding: 40px 0;
   }
   .premium {
      width: 60%;
      margin: 30px auto;
  }
  .lp_fv_cta_btn {
   width: min(88vw, 660px);
   }
   .pagetop {
      max-width: 50px;
      right: 20px;
   }
   .all-btn a {
      font-size: 18px;
   }
   .scroll-area {
      height: 300px;
   }
/* ==========================================================================
greyout
========================================================================== */
.greyoutInner::before {
  font-size: 22px;
  white-space: pre;
  content: "キャンペーンは\a終了しました";
  text-align: center;
}
.greyout {
   margin-top: 40px;
}
/* ==========================================================================
tab
========================================================================== */
.tab ul li {
   height: 70px;
   margin: 0 10px 0 20px;
}
.tab ul li:last-child {
   margin: 0 20px 0 0;
}
.tab ul li div {
   font-size: 19px;
}
.tab ul li:not(.active)::after {
   content:unset;
}
.tab ul li:first-child:not(.active) {
   padding: 10px 0 0 0;
   width: 49.6%;
}
.tab ul li:not(.active){
   padding: 10px 0 0;
}
.tab ul li.active {
   
}

.tab-content {
   border-top: 2px solid #FFF;
   margin-top: -2px;
   border-left: none;
   border-right: none;
   padding: 30px 0;
}
	 section.camp_bn h2{font-size: 1.2em;}
	 section.camp_bn ul{display: block;}
	 section.camp_bn ul li {
    width: 100%;font-size: 0.8em;}
	 section.camp_bn .ad_txt {
    font-size: 0.8em;
}
	 .btn_con{width: 100%;}
	 .btn_con a{width: 100%;font-size: 1.3em;}
	 .btn_con a::before, .btn_con a::after{width: 12px;}
	 .p_copy{font-size: 0.7em;}
	 
}
    