@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
/* ----------------------------------------------------------------------------------------
今回追加したcss
-------------------------------------------------------------------------------------------- */
main {
  background-color: #000000;
  font-family: "noto-sans-cjk-jp", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight:400;
  font-style: normal;
  background-image: url("../images/bg.jpg");
  background-size: 100%;
  background-attachment: fixed;
  color: #fff;

}
h1 {
  text-align: center;
  margin: auto;
  padding-top: 50px;
  font-size: 3rem;
}
h1 img {
  width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin:30px auto 50px;
  background-color: #181818;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
}
.flex2 {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 30px auto 50px;
  background-color: #181818;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
}
.container2 {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin:30px auto 50px;
    background-color: rgb(0, 0, 0);
    padding: 15px;
    border-radius: 15px;
    align-items: center;
    text-align: center;
  }
.left {
  width: 600px;
}
.right {
  width: 550px;
}
main h2 {
  width: 300px;
  margin: auto;
}
.top_btn {
  margin: 30px 0;
}
.top_btn a {
  width: 300px;
  margin: auto;
  background: linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  display: flex block;
  justify-content: center;
  font-size: 18px;
  line-height: 80%;
}
.blue a {
  background: linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
}
.pink a {
  background: linear-gradient(234deg, rgba(246,81,125,1) 0%, rgba(157,89,211,1) 100%);
}
.orange a {
  background: linear-gradient(234deg, rgba(249,141,44,1) 0%, rgba(246,81,125,1) 100%);
}
.top_btn a span {
  background-image: url("../images/playbtn.webp");
  background-position: center center;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  font-size: 0;
  margin-left: 15px;
}
.top_btn a:hover span {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.limited {
  position: relative;
}
.pop {
  position: absolute;
  top: -50%;
  left: 20px;
}
.pop img {
  width: 85px;
}
/*----------------------------------------
アコーディオン 
----------------------------------------*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  width: 1200px;
  position: relative;
}
.accordion-title {
  color: #151515;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  padding: 20px;
  background-color:  rgba(255,255,255,1);
  border-radius: 15px;
}
.accordion-title span {
  background: linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-content {
  display: none;
  padding: 30px;
  background-color:  rgba(255,255,255,1);
  margin-top: 10px;
  border-radius: 15px;
}
/* -------矢印-------- */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* ------- アコーディオン中身 ------- */
.cp_end {
  max-width: 1200px;
  margin: auto ;
  background: linear-gradient(90deg, rgba(105,122,122,1) 0%, rgba(147,139,146,1) 50%,rgba(105,122,122,1) 100%);
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  border: 4px solid #fff;
  text-align: center;
  padding: 15px;
}
.cp_inner {
  padding: 30px;
  background-color:  #181818;
  border-radius: 15px;
  width: 1200px;
  margin: 50px auto 0;
}
.flex_box {
  text-align: center;
}
.t_00 {
  text-align: center;
  font-size: 30px;
  color: #ff225d;
  font-weight: 700;
  line-height: 150%;
}
.t_00.sevencolor {
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.t_01 {
  text-align: center;
  font-size:20px;
  color: #ff225d;
  font-weight: 500;
  line-height: 150%;
  /*border: 2px dotted  #ff225d;*/
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 0;
}
.t_01 span {
  font-size: 22px;
  color: #ff225d;
  font-weight: 700;
}
.t_02 {
  text-align: center;
  font-size:18px;
  font-weight: 500;
  line-height: 150%;
  padding-top: 25px;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1.5em;
  height: 0.15em;
  border-radius: 0.1em;
  position: relative;
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  margin: 20px 0;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.t_00.lemino_color {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  position: relative;
  padding-bottom: 40px;
}
.t_00.lemino_color::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  border-radius: 20px;
}
/*.gradation {
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(255,189,218,0.8);
  width: 800px;
  margin: 50px auto 20px;
}*/
.date {
  /*background-color: #fff;*/
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border-radius:5px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(135, 206, 235, 0.7);
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  width: 800px;
  margin: 30px auto 20px;
}
.block {
  width: 800px;
  margin: auto;
  padding: 30px 0;
}
.p_img {
  max-width: 800px;
  margin: 20px auto 0;
}
.title {
  color: #7a83ff;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title:before, .title:after {
  border-top: 4px dotted;
  content: "";
  width:22em; /* 線の長さ */

}
.title:before {
  margin-right: 1em; /* 文字の右隣 */
}
.title:after {
  margin-left: 1em; /* 文字の左隣 */
}
.terms {
  padding-top: 20px;
  padding: 20px 20px ;
}
.terms li {
  padding-bottom: 10px;
}
.terms li:last-of-type {
  padding-bottom: 0;
}
.terms .small {
  font-size: 14px;
}
.terms.cp {
  padding-top: 30px;
  padding-bottom: 20px;
}
.cp {
  text-align: center;
}
.img {
  max-width: 600px;
  margin: auto;
}
.cp_btn_box {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: auto;
}
.top_btn.cp {
  margin: 0 auto 20px;
}
.top_btn.cp a {
  width: 260px;
  font-size: 16px;
}
.top_btn.cp.end a {
  background: #7a7a7a;
  pointer-events: none;
}
.top_btn.cp a span {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.step_box {
  box-shadow: 0px 0px 8px rgba(135, 206, 235, 0.7);
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
}
.step {
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
}
.step_tx {
  text-align: center;
  font-size: 18px;
  line-height: 180%;
}
.step_tx span {
  color: #ff225d;
  font-size: 22px;
  font-weight: 500;
}
.x_flex {
  display: flex;
  width: 650px ;
  margin:15px auto;
  justify-content: space-between;
  align-items: center;
}
.x_image {
  width: 300px;
  border: 1px solid #BEBEBE;
}
.arrow {
  width: 30px;
}
.x_follow a{
  width: 350px;
  margin:30px auto 0;
  background-color:#fff;
  border: 3px solid #3e3cff;
  color: #3e3cff;
  padding: 5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block flex;
  box-shadow: 0 3px #3e3cff;
  font-weight: 700;
  transition: all ease-in-out 0.2s;
  height: 50px;
}
.x_follow a img {
  width: 35px;
  margin-right: 15px;
}
.x_follow a:hover img {
  margin-right: 10px;
  transition: all ease-in-out 0.2s;
  width: 30px;
}
.x_follow a:hover {
  box-shadow: none;
  transform: translateY(3px)
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 2em;
  background: rgb(173 216 230 / 38%);
  color: #151515; 
  overflow: hidden;
  max-width: 900px;
  margin:20px auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  /*border: 2px solid #ff225d;*/
  scrollbar-color: #fff #ffbdda;
  scrollbar-width: thin;
  
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}

/* ------------------------------------
cp35
--------------------------------------*/
.cp35 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 60px 0;
}
.cp35 img {
  max-width: 600px;
}
.cp35 p {
  font-size: 22px;
  padding-bottom: 10px;
}
/* ----------------------------------------------------------------------------------------
slide部分
-------------------------------------------------------------------------------------------- */
.gallery__container {
  overflow: hidden;
}

.gallery__wrapper {
  display: flex;
  width: max-content;
  z-index: 1;
  animation: scroll 120s linear infinite;
}

/*.gallery__wrapper:hover {
  animation-play-state: paused;
}*/

.gallery__list {
  display: flex;
  margin: 0;
  list-style: none;
}

.gallery__list li {
  min-width: var(--this-width);
  max-width: var(--this-width);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* PC用：90秒でループ */
@media screen and (min-width: 768px){
  .gallery__wrapper {
    animation-duration: 80s;
  }
  .gallery__list li {
    --this-width: clamp(200px, 25vw, 230px);
  }
}

/* SP用：ゆっくりめに */
@media screen and (max-width: 767px){
  .gallery__wrapper {
    animation-duration: 33s;
  }
  .gallery__list li {
    --this-width: 220px;
  }
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px){
/* 追記*/
 img.item_im {
  max-width: 600px;
  width: 100%!important;
  margin: 30px auto 0 !important;
 }
 .item_im_flex.flex2 {
  width: 100% !important;
  padding: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
 }
 .item_im_flex.flex2 img {
  width: 100%!important;
  max-width: 600px;
  margin: 0 auto 0;
 }
main {
  background-image: url("../images/bg_sp.webp");
}
h1 {
  width: 95%;
  padding-top: 40px;
 font-size: min(6vw,35px);
}
.flex {
  width: 95%;
  margin:10px auto 30px;
  padding: 15px;
  flex-direction: column;
}
.container2 {
    width: 95%;
    margin:10px auto 30px;
    padding: 15px;
    flex-direction: column;
  }
.left {
  width: 100%;
}
.right {
  width: 100%;
}
main h2 {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 5px;
}
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  width: 90%;
  padding: 20px;
}
.pop {
  top: -15px;
  left: -8px;
}
.pop img {
  width: 55px;
}
/*----------------------------------------
アコーディオン 
----------------------------------------*/
.accordion {
  margin-top: 30px;
  width: 95%;
}
.accordion-title {
  font-size: 16px;
  padding: 15px;
  text-align: left;
  line-height:150% ;
}
.accordion-content {
  padding: 15px;
  margin-top: 10px;
}
/* -------矢印-------- */
.accordion-title::after {
  right: 10px;
  top: 38%;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* ------- アコーディオン中身 ------- */
.cp_end {
  width: 100%;
  font-size: 14px;
  border: 3px solid #fff;
}
.cp_inner {
  padding: 15px;
  background-color:  #181818;
  border-radius: 15px;
  width: 95%;
  margin: 30px auto 0;
}
.t_00 {
  padding: 10px 0 0;
  font-size: 20px;
}
.gradation {
  padding: 2px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(255,189,218,0.8);
  width: 100%
}
.t_01 {
  text-align: center;
  font-size: 15px;
  /*border: 2px dotted  #ff225d;*/
  border-radius: 8px;
}
.t_01 span {
  font-size: 17px;
}
.t_02 {
  font-size:16px;
  padding-top: 20px;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  border-radius: 0.1em;
  position: relative;
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  margin: 10px 0 ;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.t_00.lemino_color {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.t_00.lemino_color::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background:linear-gradient(234deg, rgba(157,89,211,1) 0%, rgba(71,153,215,1) 100%);
  border-radius: 20px;
}
.date {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  margin:20px auto;
  line-height: 150%;
}
.block {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
}
.p_img {
  margin-bottom: 15px;
}
.title:before, .title:after {
  border-top: 4px dotted;
  width:6em; /* 線の長さ */
}
.terms {
  padding: 10px;
  padding-left: 20px;
}
.terms li {
  padding-bottom: 10px;
}
.terms.cp {
  padding-top: 30px;
  padding-bottom: 20px;
}
.img {
  max-width: 600px;
  margin: auto;
}
.cp_btn_box {
  width: 100%;
  flex-direction: column;
}
.top_btn.cp {
  margin: 0 auto 20px;
}
.step_box {
  padding:15px;
  margin-top: 20px;
  text-align: center;
}
.step {
  font-size: 16px;
  margin-bottom: 10px;
}
.step_tx {
  font-size: 16px;
  line-height: 180%;
}
.step_tx span {
  font-size: 18px;
}
.x_flex {
  width: 100% ;
  margin:15px auto;
  flex-direction: column;
}
.x_image {
  width: 100%;
}
.arrow {
  width: 30px;
  margin: 15px auto;
}
.x_follow a{
  width: 100%;
  margin:15px auto 0;
  height: 50px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 1em;
  max-width: 900px;
  margin:10px auto;
  font-size: 13px;
}
.tokuten_scroll .inn {
  padding-right: 0;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 1em;
}
/* ------------------------------------
cp35
--------------------------------------*/
.cp35 {
  padding: 40px 0;
}
.cp35 img {
  width: 90%;
}
.cp35 p {
  padding-bottom: 10px;
  font-size: 18px;
}
}

/* ----------------------------------------------------------------------------------------
812px以下の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
    
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
/*PCフッター813*/
.footer_fix {
  margin: 5px auto 1%;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
.lp_cta_fixed {
  padding-top: 5px;
}
.wrapper {
  background: url("../images/bg_bottom_l.webp") no-repeat bottom left/35%,url("../images/bg_bottom_r.webp") no-repeat bottom right/35%;
  background-attachment: fixed;
  background-color: #000;
}
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 padding: 2em 3.2em; /* 変更前 padding: 1em 3.2em; */
 text-align: center;
 /*background-color: #fff; 
 border-radius: 0% 0% 20px 20px / 0% 0% 20px 20px ;
 box-shadow: 0px 0px 10px rgba(255,255,255,0.9);*/
 
}
.home {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}

.js-cta {
  display: block !important; 
  transition: opacity .2s ease;
}

