@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap");

/* 日本語フォント */
@font-face {
  font-family: "CustomFont";
  src: local("Noto Sans JP"), url("https://fonts.gstatic.com/s/notosansjp/v52/-F6ofjtqLzI2JPCgQBnw7HFQV1PxBOsqO2btpp0.woff2") format("woff2");
  unicode-range: U+4E00-9FFF, U+3000-303F, U+FF00-FFEF, U+3040-309F, U+30A0-30FF;
  /* 日本語と全角 */
}

/* 数字専用フォント */
@font-face {
  font-family: "CustomFont";
  src: local("Roboto"), url("https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lbBP.woff2") format("woff2");
  unicode-range: U+0030-0039;
  /* 数字 */
}

html {
  font-size: clamp(62.5%, 0.7vw, 87.5%);
  scroll-behavior: smooth;
}

body {
  font-family: "CustomFont", sans-serif;
  font-variant-numeric: lining-nums;
  /* 必要に応じて数字のスタイルを調整 */
  font-weight: 400;
  line-height: 1.5;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.header {
  margin-top: 0;
}

/* スライダー */
.slider {
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px 0;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

/****mixin****/
/**********************************************/
.div_wrap {
  display: flex;
  justify-content: center;
  /*************左 固定背景***************/
  /*************右 固定メニュー***************/
  /*************中央 共通パーツ***************/
  /****オリジナルアイテム****/
  /****基本情報****/
}

.div_wrap .bg_left {
  flex-grow: 1;
}

.bg_left__container {
  position: sticky;
  top: 0;
  background: #000;
  width: auto;
  height: 100vh;
  background-image: url(../img/PC_BG.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.bg_left__logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  position: absolute;
  left: 5rem;
  bottom: 5rem;
}

.bg_left__logo_container--roshiderelogo {
  width: 250px;
}

.bg_left__logo_container--lifelogo img {
  width: 250px;
}

/* 右側メニュー */
.div_wrap .right_wrap {
  position: sticky;
  top: 0;
  right: 0;
  width: 25%;
  height: 100vh;
  text-align: center;
  padding-top: 1.6rem;
  margin: 0 auto;
  background: #fff;
  background-image: url(../img/right_bg.webp);
  background-size: 390px;
}

.div_wrap .right_wrap .right_container {
  width: 100%;
  text-align: center;
}

.right_container__menu {
  width: 250px;
  margin: auto;
  background-color: #fff;
}

.div_wrap .right_wrap .right_container__img {
  width: 250px;
  margin: 0.8rem 0;
}

.div_wrap .right_wrap .right_container__menu a span {
  font-size: 1.4rem;
  font-weight: 800;
  padding: 6px;
  color: #8456B3;
  display: inline-block;
}

.div_wrap .right_wrap__cvbtn {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 40px auto 0;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s all;
}

/* CTAボタン1_2 */
.right_cta_btm {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px; 
}

@media screen and (max-height:860px) {
  .right_cta_btm{
    padding-bottom: 24px 0;
  }
}

.cta_btn1,
.cta_btn2 {
  font-size: clamp(12px, 2vw, 16px); 
  font-weight: 800;
  color: #fff;
  display: block;
  width: 90%;                
  max-width: 250px;          
  padding: 12px 30px;         
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  white-space: nowrap;     
}

/* グラデーション背景 */
.cta_btn1,
.cta_btn1::before,
.cta_btn2,
.cta_btn2::before {
  background: linear-gradient(to right, #A341B0 0%, #606DD1 80%, #606DD1 100%);
}

/* ホバー用シャドウ */
.cta_btn1::before,
.cta_btn2::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 5px;
  height: 40px;
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease-out;
  background: inherit;
}

.cta_btn1:hover::before,
.cta_btn2:hover::before {
  bottom: -10px;
  opacity: 0.8;
  filter: blur(15px);
}
@media (max-width: 768px) {
  .right_cta_btm {
    padding: 40px 0;
    gap: 16px;
  }

  .cta_btn1,
  .cta_btn2 {
    width: 100%;      
    max-width: none; 
    font-size: 1.2rem;  
    padding: 14px 20px;
  }
}
.div_wrap .main_wrap {
  /*可変用フォントサイズ指定*/
  font-size: 2.5641025641%;
  /*390pxでデザインを作成したので39*/
  width: 30%;
  max-width: 600px;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* スクロールバー非表示 IE, Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示 Firefox 対応 */
  scrollbar-width: none;
  /* スクロールバー非表示 Chrome, Safari 対応 */
  /****ヘッダー****/
  /****KV****/
  /****入会特典****/
  /****ポイント交換特典****/
  /****ポイントプログラム****/
}

.div_wrap .main_wrap::-webkit-scrollbar {
  display: none;
}

.div_wrap .main_wrap .header {
  background: #fff;
}

.div_wrap .main_wrap .header__logo_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin: auto;
}

.div_wrap .main_wrap .header__logo_container--roshidere {
  height: 5rem;
}

.div_wrap .main_wrap .header__logo_container--batu {
  width: 2rem;
  height: 2rem;
}

.div_wrap .main_wrap .header__logo_container--lifelogo {
  height: 4rem;
}

.div_wrap .main_wrap .kv img {
  width: 100%;
}

/****カードリリースキャンペーン****/
.CP_title {
  padding-top: 80px;
  background-color: white;
  text-align: center;
}

.CP_title_img {
  width: 90%;
}

.CP_title_img img {
  max-width: 100%;
}

/****プレゼント詳細****/
.conditions_box {
  padding: 2rem 3rem 0 3rem;
  margin-top: 24px;
  text-align: center;
}

.conditions_box .conditions_base {
  display: inline-block;
}

.conditions_box .conditions_base .conditions_title_txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background-color: #DB5EA0;
  color: white;
  margin: auto 0;
}

.conditions_box .conditions_base .conditions_area .conditions_sub_title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #DB5EA0;
  padding-top: 16px;
  text-align: left;
  margin: 0 16px;
}

.conditions_sub_title span {
  border: 2.5px solid #DB5EA0;
  padding: 4px 24px;
  background-color: #fff;
  text-align: left;
}

.conditions_box .conditions_base .conditions_area .text_detail {
  padding: 1rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-align: left;
  margin: 0 16px;
  color: #4F4F4F;
  font-size: 14px;
}

.conditions_box .detail_area {
  padding-top: 1rem;
  padding-left: 1.8rem;
  display: inline-block;
  background-color: #F3F3F3;
  color: #4F4F4F;
}

.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
  background-color: #F3F3F3;
}

.conditions_text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 16px;
  text-align: left;
  color: #4F4F4F;
  margin-bottom: 40px;
}

/****カードデザイン****/
.CARD_design,
#CARD_design {
  background-image: url("../img/carddesign_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  margin: auto 0;
  min-height: 900px;
  margin-bottom: 40px;
}

.CARDdesign_title {
  text-align: center;
  padding: 80px 0 32px;
}

.CARDdesign_title_img {
  width: 50%;
  margin: auto 0;
}

.CARDdesign_title_text span {
  font-size: 1.6rem;
  color: #4F4F4F;
  display: block;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 900;
}

.alya_card {
  width: 50%;
  margin: auto 0;
  padding-bottom: 16px;
}

.yuuki_card {
  width: 50%;
  margin: auto 0;
  padding-bottom: 16px;
}
/* CTAボタン3_4 */

.cta_btn3,
.cta_btn4 {
  font-size: 12px;         
  font-weight: 800;
  color: #fff;
  display: block;
  width: 100%;                
  max-width: 200px;           
  min-width: auto;          
  padding: 12px 30px;         
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  white-space: nowrap;   
  margin: 0 auto;  
}

/* グラデーション背景 */
.cta_btn3,
.cta_btn3::before,
.cta_btn4,
.cta_btn4::before {
  background: linear-gradient(to right, #A341B0 0%, #606DD1 80%, #606DD1 100%);
}

/* ホバー用シャドウ */
.cta_btn3::before,
.cta_btn4::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 5px;
  height: 40px;
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease-out;
  background: inherit;
}

.cta_btn3:hover::before,
.cta_btn4:hover::before {
  bottom: -10px;
  opacity: 0.8;
  filter: blur(15px);
}




/****入会特典****/
.MB,
#MB {
  background: linear-gradient(#FFEEF6, #E0F2FF);
  padding-bottom: 16px;
}

.MB_title {
  text-align: center;
  padding: 80px 0 32px;
}

.MB_titele_img {
  width: 50%;
  margin: auto 0;
}

.MB_titele_text {
  padding-top: 32px;
  text-align: center;
}

.MB_titele_text1 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4F4F4F;
}

.MB_titele_text2 {
  font-family: serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #4F4F4F;
  padding-top: 8px;
}

.small_text {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.2rem;
  padding-top: 24px;
}

.MB_B2poster {
  width: 90%;            
  margin: 0 auto;         
  border-radius: 15px;
  background-color: white;
  text-align: center;
  padding: 80px 0 40px;
}

.MB_B2poster_title {
  padding-bottom: 24px;
  text-align: center;
  font-family: serif;
  color: #9B65D0;
  font-size: 1.6rem;
  font-weight: bold;
}

.MB_B2poster_img {
  padding-bottom: 40px;
  display: block;
  margin: 0 auto;
  width: 80%
}

.MB_Notes {
  width: 90%;
  text-align: center;
  color: #4F4F4F;
  margin: 24px auto;
  padding: 6px;
}

.MB_Notes ul {
  display: inline-block;
  text-align: left;
  padding: 0;
}

.MB_Notes li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

/****サンクスポイント交換特典****/
.TP,
#TP {
  background: linear-gradient(#FFFEEF, #FCE1C9);
  padding-bottom: 16px;
}

.TP_title {
  text-align: center;
  padding: 80px 0 0 ;
}

.TP_titele_img {
  width: 50%;
  margin: auto 0;
}

.TP_titele_text {
  padding-top: 32px;
  text-align: center;
}

.TP_titele_text1 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4F4F4F;
}

.TP_titele_text2 {
  font-family: serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #4F4F4F;
}

.TP_titele_text3 {
  font-family: serif;
  font-size: 1.6rem;
  color: #4F4F4F;
  padding: 24px 0;
}

.TP_sg {
  width: 90%;            
  margin: 0 auto;         
  border-radius: 15px;
  background-color: white;
  text-align: center;
  padding: 80px 0 40px;
}

.TP_sg_title {
  padding-bottom: 24px;
  text-align: center;
  font-family: serif;
  color: #9B65D0;
  font-size: 1.6rem;
  font-weight: bold;
}

.TP_sg_img {
  padding-bottom: 24px;
  display: block;
  margin: 0 auto;
  width: 50%
}

.small_text2 {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.2rem;

  padding-bottom: 8px;
}

.point {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.6rem;
  padding-bottom: 24px;
}

.TP_note {
  padding: 40px 0;
}

.button-TP {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.5em;
  margin: 16px auto;
  border: 2px solid #ff5f9d;
  border-radius: 9999px;    
  background-color: #fff;
  color: #ff5f9d;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.button-TP:hover {
  background-color: #ff5f9d;
  color: #fff;
  transform: scale(1.05);
}

/****アコーディオン****/
.accordion_area {
  width: 90%;            
  margin: 0 auto;         
  border-radius: 15px;
  background-color: white;
  text-align: center;
}

.accordion {
  background-color: #fff;
  border-radius: 200px;
  margin-bottom: 2rem;
  cursor: pointer;
}

.accordion .accordion-title {
  position: relative;
  font-size: 1.6rem;
  color: #FF5F9D;
  font-weight: bold;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.accordion .accordion-title .typeB {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 1.2rem;
  margin-bottom: 2rem;
}

.accordion .accordion-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ff5f9d;
  transition: transform 0.3s ease;
}

.accordion .accordion-title.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion .accordion-title.open::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion .accordion-content {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  border-radius: 0.75px;
  position: relative;
}

.accordion .accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1.5px;
  background-color: #DDDDDD;
  border-radius: 0.75px;
  opacity: 0;
  transition: opacity 0.2s;
}

.accordion .accordion-content.show::before {
  opacity: 1;
}

.accordion .accordion-content .typeA {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #4F4F4F;
  padding-right: 1.2rem;
  text-align: left;
}

/****ポイントプログラム****/
.pointprogram,
#pointprogram {
  background: linear-gradient(#F6FFEF, #DDFFE6);
  padding-bottom: 16px;
}

.pointprogram_title {
  text-align: center;
  padding: 80px 0 32px;
}

.PG_titele_img {
  width: 60%;
  margin: auto 0;
}

.rate {
  color: #4f4f4f;
}

.rate .rate__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
  padding-top: 24px;
}

.rate .rate__contents .rate__contents__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rate .rate__contents .rate__contents__content .rate__contents__content__img {
  width: 45%;
  height: auto;
  max-width: 100%;
}

.rate .rate__contents .rate__contents__content .rate__contents__content__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 3rem;
}

.rate .rate__contents .rate__contents__content .rate__contents__content__num {
  font-size: 3.2rem;
  font-weight: bold;
  color: #DB5EA0;
  text-align: center;
}

.rate .rate__contents .rate__contents__content .rate__contents__content__num span {
  font-size: 2.4rem;
}

.point_text {
  text-align: center;
  font-size: 1.2rem;
  color: #4F4F4F;
  padding: 24px 0;
}

.point_lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #4f4f4f;
  font-weight: bold;
}

.point_copy {
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
}

.PG_note {
  padding: 24px 0;
  text-align: center;
}

.button-PG {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.5em;
  margin: 16px auto;
  border: 2px solid #ff5f9d;
  border-radius: 9999px;    
  background-color: #fff;
  color: #ff5f9d;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.button-PG:hover {
  background-color: #ff5f9d;
  color: #fff;
  transform: scale(1.05);
}

/****電子決済対応****/
.Ep,
#Ep {
  background: linear-gradient(#F4EFFF, #E5D4FF);
  padding-bottom: 16px;
}

.Ep_title {
  text-align: center;
  padding: 80px 0 32px;
}

.Ep_title_img {
  width: 50%;
  margin: auto 0;
}

.Ep_titele_text {
  padding-top: 3.2rem;
  text-align: center;
}

.Ep_titele_text1 {
  font-size: 1.4rem;
  color: #4F4F4F;
}

.Ep_titele_text2 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #4F4F4F;
}

.Ep_img {
  width: 90%;            
  margin: 0 auto;         
  border-radius: 15px;
  background-color: white;
  text-align: center;
  padding: 80px 0 40px;
}

.Ep_img_title {
  padding-bottom: 24px;
  text-align: center;
  color: #9B65D0;
  font-size: 1.6rem;
  font-weight: bold;
}

.Ep_img_text {
  padding-bottom: 24px;
  text-align: center;
  color: #4F4F4F;
  font-size: 1.4rem;
  font-weight: bold;
}

.Epimg_img {
  padding-bottom: 24px;
  display: block;
  margin: 0 auto;
  width: 70%
}

.small_text {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.2rem;
  padding-bottom: 8x;
}

/****基本情報****/
/* ----- infoセクション全体 ----- */
.info,
#info {
  background: linear-gradient(#EFFAFF, #C3DCFF);
  padding-bottom: 16px;
}

/* タイトル */
.info_title {
  text-align: center;
  padding: 80px 0 32px;
}

.info_title_img {
  width: 50%;
  margin: auto 0;
}

/* テーブル全体のラッピング */
.info_table {
  width: 90%;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 1.2rem;
}

/* 縦型テーブル */
.vertical-table {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

/* thとtdを縦並びに */
.vertical-table th,
.vertical-table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 0;
}

/* th 見出し */
.vertical-table th {
  font-size: 1.4rem;
  color: #4f4f4f;
}

/* td 内容 */
.vertical-table td {
  font-weight: bold;
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 1.5;
}

/* td内リンク */
.vertical-table td a {
  color: #4f4f4f;
  text-decoration: underline;
  text-decoration-color: #4f4f4f;
  font-weight: 900;
}

/* ulリスト全体をリセット（リストマーカー消す） */
.vertical-table ul {
  list-style: none;   /* マーカーを消す */
  padding-left: 0;    /* 左余白を消す */
  margin: 0;          /* 上下余白リセット */
}

/* liもリセットして間隔だけ調整 */
.vertical-table ul li {
  list-style: none;
  margin-bottom: 1em;
}

/* 小さい注釈文字 */
.small-note {
  font-size: 0.8em;
  color: #666;
}

/* trごとの区切り線 */
.vertical-table tr {
  display: block;
  border-bottom: 2px solid #C0C0C0;
  margin-bottom: 1.5em;
}

.vertical-table tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/****会社情報****/
.support {
  color: white;
  padding: 32px 0;
}

.site-links {
  width: 100%;
}

.site-links__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-links__link {
  font-size: 1.2rem;
  color: #4f4f4f;
  text-decoration: none;
  padding: 6px 2px;
  border-radius: 6px;
}

.site-links__link:hover {
  text-decoration: underline;
}

/****フッター****/
.div_wrap footer {
  color: #4F4F4F;
  font-size: 1.2rem;
  background: #fff;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 160px;
}


/****CTA****/
.main_cta {
  display: none; 
}

@media screen and (max-width: 768px) {
  .main_cta {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100vw;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);

    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: all 0.8s ease-out;
    display: block; 
  }

  .main_cta.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}



/* ボタン */
.main_cta_btm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  gap: 16px;
}

.maincta_btn1,
.maincta_btn2 {
  font-size: 1.0rem;
  font-weight: 800;
  color: #fff;
  min-width: 140px;
  padding: 15px 10px;
  display: block;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.maincta_btn1:hover,
.maincta_btn2:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

.maincta_btn1 {
  background: linear-gradient(to right, #A341B0 0%, #606DD1 80%, #606DD1 100%);
}

.maincta_btn2 {
  background: linear-gradient(to right, #A341B0 0%, #606DD1 80%, #606DD1 100%);
}

/* フェードイン用 */
.fadeIn {
  opacity: 0;
  transform: translateY(30px); /* 下からふわっと上がる感じ */
  transition: all 0.8s ease-out;
}

.fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}


/****レスポンシブ****/
@media screen and (max-width: 1366px) {
  .div_wrap .bg_left {
    display: none;
  }

  .div_wrap .right_wrap {
    width: 40vw;
  }

  .div_wrap .main_wrap {
    width: 60vw;
    max-width: none;
  }

  .header__logo_container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 2.5641025641vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .bg_left {
    display: none;
  }

  .right_wrap {
    display: none;
  }

  .main_wrap {
    width: 100vw;
    max-width: none;
  }
}

/*PC_header*/
@media screen and (min-width: 768px) {
  .div_wrap .main_wrap .header__logo_container {
    display: none;
  }

  .header {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .div_wrap .bg_left {
    display: none;
  }

  .div_wrap .right_wrap {
    width: 40vw;
  }

  .div_wrap .main_wrap {
    width: 60vw;
    max-width: none;
  }

  .div_wrap .main_wrap .header__logo_container {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 2.5641025641vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .div_wrap .bg_left {
    display: none;
  }

  .div_wrap .right_wrap {
    display: none;
  }

  .div_wrap .main_wrap {
    width: 100vw;
    max-width: none;
  }

  .div_wrap .main_wrap .header {
    z-index: 100;
    width: 100%;
  }

  .div_wrap .main_wrap .header__logo_container {
    width: 75%;
    margin-left: 10%;
  }

  .div_wrap .main_wrap .header__logo_container--lifelogo {
    height: 3.5rem;
  }

  .div_wrap .main_wrap .header nav {
    position: fixed;
    top: 5rem;
    width: 100%;
    z-index: 10;
    background: #000;
  }

  .div_wrap .main_wrap .is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}
