@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500&display=swap');

/* 汎用レイアウト */
.l-content {
  width: 90%;
  margin: 0 auto;
  
}
@media screen and (min-width:1024px) {
  .l-content {
    width: 980px;
    max-width: 100%;
  }
}

.l-panel {
  width: 100%;
  margin: 0 auto;
  
}
@media screen and (min-width: 1260px) {
  .l-panel {
    width: 1180px;
    max-width: 100%;
  }
}


/* 汎用テキスト */
.p-text.-regular {
  font-weight: 400 !important;
}
.p-text.-medium {
  font-weight: 500 !important;
}
.p-text.-bold {
  font-weight: 700 !important;
}

.p-text.-h1 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}

.p-text.-t01 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
}

.p-text.-t02 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.p-text.-t03 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.p-text.-t04 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
}

.p-text.-t05 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.p-text.-t06 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.p-text.-t07 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-text.-h1 {
    font-size: 36px;
  }

  .p-text.-t03 {
    font-size: 24px;
  }

  .p-text.-t07 {
    font-size: 23px;  /* 26px * 0.9 */
  }
}
@media screen and (min-width: 1000px) {
  .p-text.-t07 {
    font-size: 26px;
  }
}

.p-text.-t08 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.p-text.-t09 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}

.p-text.-t10 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}


.p-text.-t21 {
  font-family: 'Roboto', 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.p-fs.-per50 {
  font-size: 50%;
}

.p-fc.-wh {
  color: rgba(255, 255, 255, 1);
}
.p-fc.-bk {
  color: rgba(0, 0, 0, 1);
}
.p-fc.-gray {
  color: rgba(208, 208, 208, 1);
}
.p-fc.-blue {
  color: rgba(0, 18, 36, 1);
}
.p-fc.-yellow {
  color: rgba(255, 241, 0, 1);
}

.p-ta.-left {
  text-align: left;
}
.p-ta.-center {
  text-align: center;
}
.p-ta.-right {
  text-align: right;
}
.p-ta.-justify {
  text-align: justify;
}

.p-va.-top {
  vertical-align: top;
}
.p-va.-middle {
  vertical-align: middle;
}
.p-va.-baseline {
  vertical-align: baseline;
}
.p-va.-bottom {
  vertical-align: bottom;
}

.p-ttl.-frame {
  padding: 15px;
  border: 3px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  background-color: rgba(0, 18, 36, 0.5);
}
.p-ttl.-parallelogram01 {
  transform: skew(-16deg, 0);
  transform-origin: left bottom;
  padding: 5px 10px 7px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}
.p-ttl.-parallelogram01 p {
  transform: skew(16deg, 0);
}
.p-ttl.-parallelogram02 {
  transform: skew(-16deg, 0);
  padding: 5px 10px 7px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}
.p-ttl.-parallelogram02 p {
  transform: skew(16deg, 0);
}

/* 汎用リスト */
.p-list.-list01 {
  box-sizing: border-box;
  text-align: justify;

  & .-item {
  }
}
.p-list.-list01.-center {
  text-align: center;
}
.p-list.-list01 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.p-list.-list01.-center li {
  justify-content: center;
}
.p-list.-list01 li:before {
  display: block;
  position: relative;
  transform: translateY(-0.1em);
  content: "※";
  padding-right: 3px;
  box-sizing: border-box;
}

.p-list.-list02 {
  box-sizing: border-box;
  text-align: justify;

  & .-item {
  }
}
.p-list.-list02 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.p-list.-list02 li:before {
  display: block;
  position: relative;
  transform: translateY(0.2em);
  content: "※";
  padding-right: 3px;
  box-sizing: border-box;
}
/* 汎用リスト */

/* 汎用リンク */
.p-link.-link01 {
  border-bottom: 1px solid rgba(255, 241, 0, 1);
  color: rgba(255, 241, 0, 1);
}
.p-link.-link02 {
  border-bottom: 1px solid rgba(0, 176, 240, 1);
  color: rgba(0, 176, 240, 1);
}
/* 汎用リンク */


.lvstd{
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.lvstd h1,
.lvstd h2,
.lvstd h3,
.lvstd h4,
.lvstd h5{
  font-weight: 700;
}

.lvstd .rob{
  font-family: 'Roboto', 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}

/* 汎用テキスト */

/* 汎用margin */
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb20_half {
  margin-bottom: 10px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb30_20 {
  margin-bottom: 20px;
}
.u-mb30_half {
  margin-bottom: 15px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb35_half {
  margin-bottom: 20px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb55_half {
  margin-bottom: 30px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb140_half {
  margin-bottom: 70px;
}
@media screen and (min-width:769px){
  .u-mb20_half {
    margin-bottom: 20px;
  }
  .u-mb30_20 {
    margin-bottom: 30px;
  }
  .u-mb30_half {
    margin-bottom: 30px;
  }
  .u-mb35_half {
    margin-bottom: 35px;
  }
  .u-mb55_half {
    margin-bottom: 55px;
  }
  .u-mb140_half {
    margin-bottom: 140px;
  }
}
/* 汎用margin */

/* 汎用padding */
.u-pt5 {
  padding-top: 5px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-pb10 {
  padding-bottom: 10px;
}
/* 汎用padding */

/* 汎用ボタン */
.p-btn {
  cursor: pointer;
}

.p-btn.-btn01 {
  display: block;
  position: relative;
  padding: 30px;
  border: 2px solid rgba(255, 241, 0, 1);
  border-radius: 100vh;
  box-sizing: border-box;
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 241, 0, 1);
}
.p-btn.-btn01 span {
  color: rgba(0, 0, 0, 1);
}
.p-btn.-btn01 .btn01-txt {
  display: inline-block;
}
.p-btn.-btn01:hover {
  border: 2px solid rgba(255, 241, 0, 1);
  background-color: rgba(0, 18, 36, 0.8);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s;
}
.p-btn.-btn01:hover span {
  color: rgba(255, 241, 0, 1);
  transition: color 0.15s ease-in-out 0s;
}

.p-btn.-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 30px 15px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 100vh;
  box-sizing: border-box;
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.p-btn.-btn02 span {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
/*  color: rgba(0, 0, 0, 1);*/
}
.p-btn.-btn02::after {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
  width: 0;
  height: 0;
  content: "";
  margin-left: 20px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.p-btn.-btn03 {
  display: block;
  position: relative;
  padding: 12px 8px;
  border: 1px solid rgba(255, 241, 0, 1);
  border-radius: 100vh;
  box-sizing: border-box;
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2.600780234070221vw;  /* 20px / 769px * 100vw */
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 18, 36, 0.6);
}
.p-btn.-btn03 span {
  color: rgba(255, 241, 0, 1);
}
.p-btn.-btn03.active, .p-btn.-btn03:hover {
  background-color: rgba(255, 241, 0, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s;
}
.p-btn.-btn03.active span, .p-btn.-btn03:hover span {
  color: rgba(0, 0, 0, 1);
  transition: color 0.15s ease-in-out 0s;
}
@media screen and (min-width:375px){
  .p-btn.-btn03 {
    padding: 15px 10px;
  }
}
@media screen and (min-width:769px){
  .p-btn.-btn03 {
    padding: 27px;
    font-size: 22px;
  }
}

.p-btn.-btn04 {
  border-color: rgba(0, 176, 240, 1);/* #00b0f0 */
  background-color: rgba(0, 176, 240, 1);
}
.p-btn.-btn04:hover {
  border: 2px solid rgba(0, 176, 240, 1);
}
.p-btn.-btn04:hover span {
  color: rgba(0, 176, 240, 1);
}


.p-btn.-w240 {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.p-btn.-w350 {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.p-btn.-w780 {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.p-btn.-full {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* 汎用ボタン */


/* 個別指定 */
#content {
	margin: -12px auto 0;
	min-width: 100% !important;
/*	min-width: 1200px;*/
	max-width: 100%;
	min-height: 30px;
  color: #000;
	overflow: hidden;
}
@media screen and (min-width:769px){
  #content {
  	margin: -28px auto 0;
  }
  #content.-noscroll {
    margin-top: 78px;
  }
}
@media screen and (min-width:1024px){
  #content {
    margin: -28px auto 0;
  }
  #content.-noscroll {
    margin-top: -28px;
  }
}
@media screen and (max-width: 1366px){
  #content {
/*    margin: -28px auto 0;*/
  }
}
@media screen and (min-width:1400px) {
  #content.-noscroll {
    margin-top: -12px;
  }
}

.lvstd .lvstd_inner{
  max-width: 1180px;
  margin: 0 auto;
}

.lvstd img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.lvstd p.note{
  text-indent: -1em;
  padding-left: 1em;
}

.lvstd a{
  color: #2ea7e0;
}

.lvstd a.blank{
  padding-right: 1.3em;
  background: url("/.resources/webresources/cpn/23despt/images/icon_blank.png") right center no-repeat;
  background-size: 1em auto;
}

.lvstd .tac{
  text-align: center;
}

.lvstd .red{
  color: #ff0000 !important;
}


.mv {
  position: relative;
  text-align: center;
}

.bg-blue01 {
  overflow: hidden;
}

@media screen and (min-width:769px){
  .bg-blue01{
    background-color: rgba(0, 18, 36, 1);
  }
}

.mv .mv-pc01 {
  display: none;
  
}
.mv .mv-sp01 {
  display: block;
}

@media screen and (min-width:769px) {
  .mv .mv-pc01 {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .mv .mv-sp01 {
    display: none;
  }
}
@media screen and (min-width:1100px) {
  .mv h1 {
    /* 2023/12/25調整、高さ調整 */
    background: url("/.resources/webresources/cpn/23lvstd/images/kv_days_bg_pc.jpg") center top / auto 746px no-repeat;
  }
}

/* 2023/12/25追加 カウントダウンここから */
.mv .mv-countdown {
  position: absolute;
  top: 64.266666666666667vw;  /* 241px / 375px * 100vw */
  left: calc(50% + 5.866666666666667vw);   /* 22px / 375px * 100vw */
  width: 38.666666666666667vw;   /* 145px / 375px * 100vw */
  height: 38.666666666666667vw;   /* 145px / 375px * 100vw */
}
@media screen and (min-width:769px) {
  .mv .mv-countdown {
    position: absolute;
    top: 2vw;  /* 22px / 769px * 100vw */
    left: calc(50% + 23.636363636363636vw);   /* 260px / 1100px * 100vw */
    width: 18.272727272727273vw;   /* 201px / 1100px * 100vw */
    height: 18.272727272727273vw;   /* 201px / 1100px * 100vw */
  }
}
@media screen and (min-width:1100px) {
  .mv .mv-countdown {
    top: 22px;
    left: calc(50% + 260px);
    width: 201px;
    height: 201px;
  }
}

.mv .mv-countdown-inner {
  padding-top: 7.733333333333333vw;   /* 29px / 375px * 100vw */
  box-sizing: border-box;    
  text-align: center;
}
@media screen and (min-width:769px) {
  .mv .mv-countdown-inner {
    padding-top: 3.545454545454545vw;   /* 39px / 1100px * 100vw */
  }
}
@media screen and (min-width:1100px) {
  .mv .mv-countdown-inner {
    padding-top: 39px;
  }
}

.mv .mv-countdown-inner-digit1, .mv .mv-countdown-inner-digit2 {
  display: inline-block;
  width: 11.2vw;   /* 42px / 375px * 100vw */
  height: 21.6vw;   /* 81px / 375px * 100vw */
}
@media screen and (min-width:769px) {
  .mv .mv-countdown-inner-digit1, .mv .mv-countdown-inner-digit2 {
    display: inline-block;
    width: 5.272727272727273vw;   /* 58px / 1100px * 100vw */
    height: 9.090909090909091vw;   /* 100px / 1100px * 100vw */
  }
}
@media screen and (min-width:1100px) {
  .mv .mv-countdown-inner-digit1, .mv .mv-countdown-inner-digit2 {
    width: 58px;
    height: 100px;
  }
}
/* 2023/12/25追加 カウントダウンここまで */


.bg-into {
  position: relative;
/*
  background-image: url("/.resources/webresources/cpn/23lvstd/images/bg_stadium.png");
  background-repeat: no-repeat;
  background-position: center bottom 60px;
  background-size: 1400px auto;
*/

  background-image: url("/.resources/webresources/cpn/23lvstd/images/bg_campaign.jpg");
  background-repeat: no-repeat;
  background-position: center top 120px;
  background-size: 100% auto;
}
.bg-into::before {
  display: block;
  position: absolute;
  bottom: 260px;
  left: 0;
  z-index: 0;
  content: "";
  width: 100vw;
  height: 55.039313795568263vw; /* 1540px / 2798px * 100vw */
  background-image: url("/.resources/webresources/cpn/23lvstd/images/bg_stadium.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width:480px) {
  .bg-into::before {
    bottom: 280px;
  }
}
@media screen and (min-width:540px) {
  .bg-into::before {
    bottom: 290px;
  }
}
@media screen and (min-width:769px) {
  .bg-into::before {
    bottom: 290px;
  }
}
@media screen and (min-width:1000px) {
  .bg-into::before {
    bottom: 290px;
  }
}
@media screen and (min-width:1200px) {
  .bg-into::before {
    bottom: 290px;
  }
}
@media screen and (min-width:1400px) {
  .bg-into::before {
    bottom: 300px;
    background-size: 1400px auto;
  }
}
.into{
  padding: 100px 0 60px;
}

.into-period {
  position: relative;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.into-period-box {
  position: relative;
  z-index: 1;
}
.into-period-ttl {
  text-align: center;
}
.into-period-ttl img {
  width: 397px !important;
  max-width: 100%;
  height: auto;
}

.into-period-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(194, 203, 210, 1);
  box-sizing: border-box;
  background-color: rgba(0, 18, 36, 0.5);
}
.into-period-frame-head {
  position: relative;
  width: 100%; /*295px * 0.8 * 100% */
  padding-top: 20px;
  text-align: center;
}
.into-period-frame-head img {
  position: relative;
  width: 256px !important; /*320px * 0.8 * 100% */
  max-width: none;
}
.into-period-frame-head .into-period-frame-head-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 256px !important; /*320px * 0.8 * 100% */
  max-width: none;
/*  opacity: 0.42;*/
}
.into-period-frame-body {
  width: 100%; /* 100% - head幅 */
  padding: 20px 40px 40px;
  box-sizing: border-box;
}
.into-period-frame-body-ttl {
  width: 151px;
  margin-left: auto;
  margin-right: auto;
}
.into-period-modelnumber {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px 20px; 
  margin: 0;
  padding: 0;
}
.into-period-modelnumber li {
  display: inline-block;
  width: auto !important;
  margin: 0 !important;
}
.into-period-detail {
  margin-bottom: 160px;
}
@media screen and (min-width:480px){
  .into-period-detail {
    margin-bottom: 220px;
  }
}
@media screen and (min-width:540px){
  .into-period-detail {
    margin-bottom: 260px;
  }
}
@media screen and (min-width:769px){
  .into-period {
    padding: 80px 0 0;
  }
  .into-period-frame-head {
    width: 280px;
    padding-top: 0;
  }
  .into-period-frame-head img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 377px !important;
  }
  .into-period-frame-body {
    width: calc(100% - 280px); /* 100% - head幅 */
    padding: 40px;
  }
  .into-period-frame-body-ttl {
    margin-left: 0;
  }
  .into-period-modelnumber {
    justify-content: flex-start;
    gap: 30px 60px; 
  }
  .into-period-detail {
    margin-bottom: 350px;
  }
}
@media screen and (min-width:1000px){
  .into-period-detail {
    margin-bottom: 390px;
  }
}


/* カレンダー */
.calendar {
  padding: 60px 0 0;
}

.calendar-ttl {
  text-align: center;
}
.calendar-ttl img {
  width: 332px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.calendar-tbl {
  overflow-x: scroll;
}
.calendar-tbl img {
  width: 100%;
  min-width: 690px;
}
@media screen and (min-width:769px){
  .calendar {
    padding: 120px 0 0;
  }
  .calendar-tbl {
    overflow-x: auto;
  }
  .calendar-tbl img {
    min-width: 100%;
  }
}



/* キャンペーン */
.campaign {
  padding: 60px 0 0;
  box-sizing: border-box;
}
@media screen and (min-width:480px){
  .campaign {
    padding-top: 60px;
  }
}
@media screen and (min-width:540px){
  .campaign {
    padding-top: 60px;
  }
}
@media screen and (min-width:769px){
  .campaign {
    padding-top: 160px;
  }
}
@media screen and (min-width:1000px){
  .campaign {
    padding-top: 160px;
  }
}
.campaign-ttl {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-ttl {
  text-align: center;
}
.product-ttl img {
  width: 230px !important;
  max-width: 100%;
}
.product-frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(194, 203, 210, 1);
  box-sizing: border-box;
  background-color: rgba(0, 18, 36, 0.5);
}
.product-frame-head, .product-frame-body {
  position: relative;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width:769px){
  .product-frame-head {
    padding-right: 15px;
  }
  .product-frame-body {
    padding-left: 15px;
  }
}
@media screen and (min-width:1000px){
  .product-frame-head {
    padding-right: 30px;
  }
  .product-frame-body {
    padding-left: 30px;
  }
}
.product-frame-head img {
  width: 100%;
  max-width: 329px;
}
.product-frame-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media screen and (min-width:769px){
  .product-frame-head, .product-frame-body {
    width: 50%;
  }
  .product-frame-head {
    text-align: right;
  }
  .product-frame-body {
    align-items: stretch;
  }
}

.product-frame-body-ttl {
  display: block;
/*  max-width: 340px;*/
}
.product-frame-body-series {
}
.product-frame-body-series span {
  display: inline-block;
  transform: translateY(-25%);
}

.product-frame-body-btn {
  .p-btn {
    margin-left: 0;
  }
}


/* バナー */
.sportsbnr {
  padding: 80px 0 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.sportsbnr a {
  display: block;
}
.sportsbnr img {
  width: 780px;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:769px){
  .sportsbnr {
    padding: 160px 0 40px 0;
  }
}


/* キャンペーン内容・応募方法・よくあるご質問 */
.outline-ttl {
  text-align: center;
}
.outline-ttl img {
  width: 230px !important;
  max-width: 100%;
}
.detail {
  position: relative;
  z-index: 1;
}
.detail-bg {
  position: relative;
  padding: 60px 0 0;
  box-sizing: border-box;
  background: rgba(0, 18, 36, 1) url("/.resources/webresources/cpn/23lvstd/images/bg_detail.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/*
.detail-bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: "";
  background: rgba(0, 18, 36, 1) url("/.resources/webresources/cpn/23lvstd/images/bg_detail.jpg") no-repeat center top contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  mix-blend-mode: color-dodge;
}
*/
.detail .tab {
  display: flex;
  justify-content: space-between;
  gap: 0 2.600780234070221vw;  /* 20px / 769px * 100vw */
  margin-bottom: 90px;
}

.detail .tab li {
/*  width: 344px;*/
  width: calc( (100% / 3) - (2.600780234070221vw / 3 * 2) );
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width:769px){
  .detail-bg {
    padding: 160px 0 0;
  }

  .detail .tab {
    gap: 0 39px;
  }
  
  .detail .tab li {
    width: calc( (100% / 3) - (39px / 3 * 2) );
  }
}


.into p.note{
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
  padding: 0 20px;
}


.wbox {
  padding: 55px 0;
/*  padding: 55px 100px;*/
  background: rgba(0, 18, 36, 1);
}
.wbox .cp01, .wbox .cp02, .wbox .cp03 {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1260px) {
  .wbox{
    width: 100%;
  }
  .wbox .cp01, .wbox .cp02, .wbox .cp03 {
    width: calc(100% - 100px - 100px);
  }
}

.wbox .cp02,
.wbox .cp03{
  display: none;
}

.outline{
  text-align: center;
  margin-bottom: 25px;
}

.outline h2{
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.outline p{
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
}


.cp03 h2{
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.wbox .bkgr, .fri_p .bkgr {
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 241, 0, 1);
}
.wbox .bkgr.-nobgc {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
}

.wbox ul + .bkgr, .wbox p + .bkgr, .fri_p ul + .bkgr, .fri_p p + .bkgr{
  margin-top: 35px;
}

.step{
  margin-bottom: 40px;
}

.step > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px 30px;
  margin-bottom: 20px;
}


.step > ol > li {
  width: calc( (100% / 3) - (30px / 3 * 2) );
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  position: relative;
  background-color: rgba(0, 35, 62, 1);
}

.step > ol > li::after{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.step > ol > li:last-of-type::after{
  display: none;
}

.step > ol > li h4 {
  font-family: 'Roboto', 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 241, 0, 1);
  border-bottom: 1px solid #003f27;
}

.step > ol > li .step-ttl {
  padding: 4px 10px 5px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.step > ol > li .step-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}
.step > ol > li .step-txt p {
  display: block;
  width: 100%;
  height: auto;
}
.step > ol > li .step-txt p .small {
  font-size: 80%;
}

.step .need {
  padding: 15px 25px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  background-color: rgba(0, 35, 62, 1);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.step .need h4 {
  flex-shrink: 0;
/*  height: 50px;*/
  font-size: 20px;
  line-height: 50px;
  color: rgba(255, 241, 0, 1);
  padding-right: 25px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 241, 0, 1);
  vertical-align: middle;
}

.step .need ol{
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 5px;
  display: flex;
  justify-content: flex-start;
}

.step .need ol li{
  padding-top: 5px;
  padding-left: 45px;
  background: url("/.resources/webresources/cpn/23lvstd/images/no1_2.png") no-repeat left top;
  background-size: 36px auto !important;
}

.step .need ol li + li{
  padding-top: 0;
  margin-left: 45px;
  background: url("/.resources/webresources/cpn/23lvstd/images/no2_2.png") no-repeat left top;
}

.step > p{
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.step > p strong{
  color: #dc0012;
}

.lvstd .dot li,
.lvstd .dot2 li{
  font-size: 15px;
  line-height: 1.5;
  padding-left: 1.2em;
}

.lvstd .dot li::before{
  content: "●";
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.lvstd .dot2 li::before{
  content: "・";
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.lvstd .dot li + li{
  margin-top: 3px;
}

.lvstd .cbk_box p{
  font-size: 18px;
  line-height: 1.4;
}

.lvstd .cbk_box > div{
  display: flex;
  justify-content: flex-start;
  margin: 50px 0 20px;
}

.lvstd .cbk_box > div > div + div{
  width: 180px;
  margin-left: 30px;
  margin-top: -50px;
}

.lvstd .cbk_box ul{
  margin: 10px 0;
}

.lvstd .cbk_box li{
  text-indent: -1em;
  padding-left: 1em;
}

.lvstd .cbk_box li::before{
  display: none;
}

.proc{
  margin-bottom: 60px;
}

.proc > p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}

.pbk{
  font-size: 16px;
  line-height: 1.3;
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9caca;
  border-top: 1px solid #c9caca;
  display: flex;
  justify-content: flex-start;
}

ul + .pbk,
p + .pbk{
  margin-top: 25px;
}

.pbk span{
  width: 1em;
  display: inline-block;
}

.pbk span + span{
  width: auto;
}

.proc .c2,
.proc .c3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.proc .single_pic{
  margin-bottom: 50px;
}

.proc .c2 div{
  width: 40%;
}

.proc .c2 div + div{
  width: 55%;
}

.proc .c2.smimg div{
  width: 50%;
}

.proc .c2.smimg div + div{
  width: 50%;
}

.proc .c2.smimg img{
  width: 70%;
  display: block;
  margin: 0 auto;
}

.proc .c3 div + div{
  margin-left: 40px;
}

.proc .c2 h4,
.proc .c3 h4,
.proc .single_pic h4{
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.proc .single_pic p{
  margin-left: 1em;
}

.proc .single_pic img{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.proc .c3 h4{
  min-height: inherit;
  margin-bottom: 10px;
}

.proc .c2 p{
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.proc .dot2{
  margin-bottom: 40px;
}

.proc .re_box{
  width: 625px;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
}

.proc .re_box > div{
  width: 160px;
}

.proc .re_box > div + div{
  width: 425px;
}

.proc .re_box > div img:nth-of-type(2){
  width: 360px;
}

.proc .re_box h4{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.proc .re_box img + h4{
  margin-top: 25px;
}


.proc .re_box img{
  width: 100%;
  height: auto;
}

.proc .box{
  padding: 40px;
  padding-top: 0;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(0, 35, 62, 1);
}

.proc .box h3{
  width: 23%;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 241, 0, 1);
  margin: 0 auto;
  border-radius: 50px;
  transform: translateY(-50%)
}

.cp_date{
  font-size: 20px;
  line-height: 1;
  color: #ff0000;
  margin: 30px 0 35px;
  text-align: center;
}

.cp_date span{
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  background: #000;
  color: #FFF;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}

.ob{
  margin-bottom: 60px;
}

.ob > li + li{
  margin-top: 40px;
}

.ob > li:nth-of-type(2){
  margin-top: 20px;
}

.ob .step_no {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 241, 0, 1);
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.ob .step_no div{
  width: 70px;
  background: rgba(255, 241, 0, 1);
  border-right: 1px solid rgba(255, 241, 0, 1);
  position: relative;
}

.ob .step_no div + div{
  width: 100%;
  padding: 20px 5px 20px 25px;
  border: none;
  background: rgba(0, 35, 62, 1);
  position: relative;
}

.ob .step_no h3{
  width: 100%;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ob .step_no h3 span{
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
}

.ob .step_no p{
  font-size: 18px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.ob > li > p{
  font-size: 16px;
  line-height: 1.6;
}

.ob .btn,
.ob .btn_o{
  width: 380px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  background: #2f7327;
  display: block;
  margin: 30px auto;
}

.ob .btn_o{
  height: 75px;
  font-size: 26px;
  line-height: 75px;
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  background: #e0be00;
  box-shadow: 0px 6px 0px 0px rgba(128, 118, 0, 1);
}

@media screen and (min-width:769px){
  .ob .btn_o:hover{
    opacity: 1;
    transition: .3s;
    transform: translateY(6px);
    box-shadow: 0px 0px 0px 0px rgba(128, 118, 0, 1);
  }
}

.ob .btn span,
.ob .btn_o span{
  padding-right: 1em;
  background: url("/.resources/webresources/cpn/23despt/images/icon_blank_w.png") no-repeat right center;
  background-size: .8em auto;
  display: inline-block;
}

.ob .btn_o span{
  background: url("/.resources/webresources/cpn/23despt/images/icon_blank_b.png") no-repeat right center;
  background-size: .8em auto;
}

.ob > li > ol{
  margin: 40px 0 35px;
}

.ob > li > ol li + li{
  margin-top: 25px;
}

.ob > li > ol  ul{
  margin-left: 1.1em;
  font-feature-settings: "palt";
}

.ob > li > ol h4{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}

.ob .r_box{
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 20px 30px;
}

.ob > li >  ul + p{
  margin-top: 25px;
}

.ob .mt{
  margin-top: 25px !important;
}

.lvstd .note_list li{
  font-size: 15px;
  list-style: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.lvstd .note_list li + li{
  margin-top: 3px;
}

.lvstd .note_list li a{
  color: #000;
}

.caution ul + h3{
  margin-top: 55px;
}

.lvstd .faq{
  margin-bottom: 80px;
}

.lvstd  .faq ul +  h3{
  margin-top: 50px;
}

.lvstd  .faq h4{
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  padding: 28px 45px 25px 110px;
  margin-bottom: 30px;
  background: rgba(0, 35, 62, 1) !important;
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1);
  position: relative;
}

.lvstd .faq h4::after{
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(255, 241, 0, 1);
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%)
}

.lvstd  .faq h4::before{
  content: "Q";
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%)
}

.lvstd  .faq p{
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}

.lvstd  .faq p span{
/*  color: #2e9dd6;*/
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.lvstd  .faq p span:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.lvstd  .faq p a{
/*  color: #009ee7;*/
  text-decoration: none;
}

.lvstd  .faq p em{
  font-style: normal;
  display: block;
  margin-top: 1em;
}

.lvstd  .faq div{
  width: 100%;
  display: table;
  position: relative;
  padding-left: 110px;
  box-sizing: border-box;
}

.lvstd  .faq div::before{
  content: "A";
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 30px;
}

.lvstd  .faq div::after{
  content: "";
  width: 1px;
  height: 45px;
  min-height: 30px;
  background: rgba(255, 241, 0, 1);
  position: absolute;
  top: -10px;
  left: 80px;
}


.lvstd  .faq li + li{
  margin-top: 40px
}

.cp_banner{
  text-align: center;
  margin: 50px 0 80px;
}

.cp_banner a{
  display: block;
}

.cp_banner a + a{
  margin-top: 40px;
}

.tv{
  text-align: center;
  margin-bottom: 60px;
}

.tv h2{
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding: 20px 0;
  background: #333;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tv ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.tv ul li{
  width: 495px;
  color: #FFF;
  text-align: left;
  padding: 20px 15px 70px;
  background: #333;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

.tv ul li:nth-of-type(n + 3){
  margin-top: 20px;
}

.tv ul li.sed{
  padding-top: 50px;
  padding-bottom: 100px;
}

.tv ul li.sed.pb{
  padding-bottom: 60px;
}

.tv ul li.sed > p{
  width: 145px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  background: #ff3eb3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tv ul li > img{
  width: auto;
  height: 34px;
  margin-bottom: 15px;
  display: block;
}

.tv ul li .pic{
  width: 240px;
  position: absolute;
  top: 75px;
  right: 10px;
}

.tv ul li .pic img:first-of-type{
  width: auto;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: -35px;
}

.tv ul li.sed .pic{
  top: 50px;
}

.tv h4{
  font-size: 33px;
  line-height: 32px;
  margin-bottom: 5px;
}

.tv h4 em{
  font-style: normal;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}

.tv h4 span{
  font-size: 16px;
  padding-left: 10px;
}

.tv ul li h5{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.tv ul li p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tv ul li p span{
  line-height: 1.1;
  padding: 1px 4px;
  margin-left: .5em;
  color: #FFF;
  background: #ff3eb3;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}

.tv ul li .txt div p,
.br_box p{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.tv ul li  a,
.br_box a{
  font-size: 18px;
  line-height: 1;
  color: #000;
  background: #ffd100;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.tv ul li a + a,
.br_box a + a{
  margin-left: 13px;
}

.tv_box > p,
.br_box > p{
  font-size: 15px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}

.tv ul li a.single,
.br_box a.single{
  width: 50%;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.tv ul li a.single{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%)
}

.tv ul li .oln{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}

.tv ul li.rd img{
  width: 350px;
  height: auto;
  display: block;
  margin: 30px auto 0;
}

.foot_block{
/*  width: 1010px;*/
  margin: 100px auto 60px;
}

.contact h2{
  height: auto;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow: none;
}

.contact h3{
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.contact h3.line{
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

.contact table{
  width: 100%;
  margin-bottom: 10px;
  border-collapse:  collapse;
}

.contact table a{
  text-decoration: underline;
}

.contact th,
.contact td{
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  padding: 12px 20px;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
}

.contact th{
  width: 385px;
  background: #e8e8e8;
  text-align: center;
}

.contact td li{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.lvstd  .logo_box{
  margin-top: 50px;
}

.lvstd .logo {
  width: 100%;
  max-width: 800px;
/*  height: 368px;*/
/*  padding-right: 20px;*/
  margin: 0 auto 20px;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  gap: 10px 20px;
}

.lvstd .logo a {
/*  margin-left: 20px;*/
  display: inline-block;
  width: calc( (100% / 2) - (20px / 2) ) !important;
}
@media screen and (min-width:769px){
  .lvstd .logo {
    gap: 20px 20px;
  }
  .lvstd .logo a {
    width: calc( (100% / 3) - (20px / 3 * 2) ) !important;
  }
}

.lvstd  .logo img {
  border: 1px solid #00412e;
}

.lvstd  .logo_box > p{
  text-align: center;
  font-size: 16px;
}

.lvstd .logo_box h3 {
  font-size: 18px;
  line-height: 1;
  color: #004027;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}


.lvstd .link_box{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: -15px;
  margin-right: -15px;
}

.lvstd .link_box li{
  width: calc( (100% / 3) - (10px / 3 * 2) );
/*  width: 330px;*/
  height: 100px;
  text-align: center;
}

.lvstd .link_box li a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFF;
  background: #1a1a1a;
  padding-top: 23px;
  box-sizing: border-box;
  display: block
}

.lvstd .link_box li a span{
  font-size: 16px;
  display: block;
}

.sp{
  display: none;
}

.pc{
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .sp{
    display: block !important;
  }

  .pc{
    display: none !important;
    margin: 0;
  }
  
  #container {
    margin-top: 0 !important;
  }
  #content {
    margin: 0 auto 0;
    min-width: inherit;
    color: #000;
    overflow: hidden;
  }
  
  .lvstd {
    overflow: hidden;
    font-size: 3.5vw;
  }
  
  .lvstd a:hover{
    opacity: 1;
  }
    
  .lvstd img{
    width: 100%;
    height: auto;
  }
  
  .lvstd .tac{
    text-align: left;
  }  
  
  .lvstd p.note{
    font-size: 3vw;
    line-height: 1.5;
  }
  
  .lvstd .lvstd_inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .bg-blue01 {
    background-color: rgba(0, 18, 36, 1);
  }

  .mv{
    height: auto;
  }

  .mv h1{
    width: auto;
    height: auto;
  }

  .mv img{
    max-width: inherit;
    width: 100%;
    height: auto
  }

  .into{
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5vw 10vw;
  }

  .into h2 picture + picture{
    width: 100%;
    margin: 0;
  }

  .into ul{
    margin: 5vw 0 2vw;
    display: block;
  }

  .into ul li{
    width: 100%;
  }
  
  .into ul li + li{
    margin-top: 2vw;
  }

  .into p.note{
    font-size: 2.8vw;
    line-height: 1.3;
    padding: 0;
  }
  
  .into p.cplink{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-top: 8vw;
  }
  
  .into .btn{
    width: 100%;
    height: 20vw;
    font-size: 6.5vw;
    line-height: 20vw;
    border-radius: 4vw;
    margin: 8vw auto 0;
    box-shadow: 0px 1vw 0px 0px rgba(128, 118, 0, 1);
  }

  .hr{
    height: auto;
  }

  .desc{
    padding: 10vw 0 15vw;
  }

  .desc > div{
    width: 100%;
    padding: 0 5vw;
  }

  .desc h2{
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 2vw;
  }

  .desc h3{
    font-size: 4.8vw;
    line-height: 1.3;
    margin: 3vw 0;
    white-space: nowrap;
  }

  .desc h3.mih{
    min-height: inherit;
    position: relative;
  }

  .desc h3.mih span{
    display: block;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0)
  }

  .desc h3 + p,
  .desc h3 + a{
    height: 10vw;
    font-size: 4.3vw;
    line-height: 10vw;
  }

  .desc > div > p {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }

  .desc .c1 > div img,
  .desc .c2 img{
    width: 100%;
  }

  .desc .c1 > div img + img{
    border: none;
    display: block;
    width: 80%;
    margin: 6vw auto;
    position: static;
    top: auto;
    right: auto;
    transform: translateY(0)
  }

  .desc .c2 {
    display: block;
    margin-top: 15vw;
  }

  .desc .c2 > div{
    width: 100%;
  }
  
  .desc .c2 > div + div{
    margin-top: 15vw;
  }
  
  .desc .yt{
    width: 100%;
    margin: 0 auto 10vw;
    box-sizing: border-box;
  }

  .ts{
    padding: 10vw 5vw 15vw;
  }

  .ts h2{
    width: 75%;
    height: 15vw;
    font-size: 7vw;
    line-height: 14vw;
    margin: 0 auto 8vw;
  }

  .ts .ts_list{
    display: block;
  }

  .ts .ts_list + .ts_list{
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 1px solid #9d9d9e;
  }

  .ts .ts_list > div{
    width: 100%;
    text-align: center;
    box-sizing: content-box;
  }

  .ts .ts_list > div + div{
    margin-left: 0;
    padding-left: 0;
    padding-top: 8vw;
    margin-top: 8vw;
    border-left: none;
    border-top: 1px solid #9d9d9e;
  }

  .ts .ts_list h3{
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    border-radius: 10vw;
    margin: 5vw 0;
  }

  .ts .ts_list h3.sm{
    font-size: 3.5vw;
  }

  .ts .ts_list h4{
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .ts .ts_list p.type{
    min-height: inherit;
    font-size: 6.5vw;
    line-height: 1.2;
    margin-bottom: 5vw
  }

  .ts .ts_list p.txt{
    font-size: 4vw;
    line-height: 1.6;
    font-feature-settings: "palt";
    margin-bottom: 5vw;
  }

  .ts .ts_list a{
    width: 80%;
    height: 14vw;
    font-size: 4.5vw;
    line-height: 14vw;
    border-radius: 2vw;
    display: block;
    margin: 0 auto;
  }

  .ts .ts_list a::after{
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 2vw solid #000;
    right: 6vw;
  }
  
  .cp{
    padding: 10vw 3vw;
  }

  .tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6vw;
  }

  .wbox {
    padding: 8vw 3vw 5vw
  }
  
  .outline {
    text-align: center;
    margin-bottom: 5vw;
  }

  .outline h2 {
    font-size: 6vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5vw;
  }

  .outline p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  
  .cp03 h2 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
    
  .wbox .bkgr,
  .fri_p .bkgr{
    height: auto;
    font-size: 4.2vw;
    line-height: 1.3;
    font-weight: bold;
    padding: 2vw 4vw;
    margin-bottom: 3vw;
  }
  
  .fri_p .step .bkgr{
    margin-bottom: 5vw;
  }

  .wbox ul + .bkgr,
  .wbox p + .bkgr,
  .fri_p ul + .bkgr,
  .fri_p p + .bkgr{
    margin-top: 8vw;
  }

  .step{
    margin-bottom: 8vw;
  }

  .step > ol{
    display: block;
    margin-bottom: 3vw;
  }


  .step > ol > li{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  
  .step > ol > li + li{
    margin-top: 10vw;
  }

  .step > ol > li::after{
    border-top: 4.5vw solid rgba(255, 255, 255, 1);
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    position: absolute;
    top: auto;
    bottom: -8vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .step > ol > li h4{
    height: 8vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .step > ol > li p{
    width: 100%;
    height: 100%;
    font-size: 4.2vw;
    line-height: 1.4;
    padding: 3vw 0;
  }

  .step > ol > li p span{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  .step .need{
    padding: 4vw;
    margin-bottom: 3vw;
    display: block;
  }

  .step .need h4{
    height: auto;
    font-size: 4.5vw;
    line-height: 1;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-right: none;
    border-bottom: 1px solid rgba(255, 241, 0, 1);
  }

  .step .need ol{
    font-size: 3.8vw;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 0;
    display: block;
  }

  .step .need ol li{
    min-height: 8vw;
    padding-top: 1vw;
    padding-left: 9vw;
    background-size: 7vw auto !important;
  }

  .step .need ol li + li{
    margin-left: 0;
    padding-top: 1vw;
    margin-top: 2vw;
  }

  .step > p{
    font-size: 4vw;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .step > p strong{
    color: #dc0012;
  }  
  
  .lvstd .dot li,
  .lvstd .dot2 li{
    font-size: 3vw;
    line-height: 1.5;
  }

  .lvstd .dot li + li{
    margin-top: 1vw;
  }
  
  .lvstd .cbk_box p{
    font-size: 3.5vw !important;
    line-height: 1.4;
  }

  .lvstd .cbk_box > div{
    display: flex;
    justify-content: space-between;
    margin: 8vw 0 5vw;
  }
  
  .lvstd .cbk_box > div > div{
    width: 65%
  }

  .lvstd .cbk_box > div > div + div{
    width: 30%;
    margin-left: 0;
    margin-top: -3vw;
  }

  .lvstd .cbk_box ul{
    margin: 2vw 0;
  }
  
  .cptp > div > p{
    font-size: 3vw;
    line-height: 1.4;
    margin-top: 2vw;
  }

  .cptp > div > p.note{
    font-size: 3vw;
    margin-top: 2vw;
  }

  .proc{
    margin-bottom: 10vw;
  }
  
  .proc > p{
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  
  .fw{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .pbk{
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }

  ul + .pbk,
  p + .pbk{
    margin-top: 5vw;
  }

  .pbk span{
    width:1.2em;
    display: block;
  }

  .pbk span + span{
    width: auto;
  }

  .proc .c2,
  .proc .c3{
    display: block;
    margin-bottom: 10vw;
  }
  
  .proc .single_pic{
    margin-bottom: 10vw;
  }
  
  .proc .c2 h4,
  .proc .c3 h4,
  .proc .single_pic h4{
    min-height: inherit;
    font-size: 3.3vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }

  .proc .c3 h4{
    min-height: inherit;
    margin-bottom: 1vw;
  }
  
  .proc .c2 div{
    width: 100%;
  }

  .proc .c2 div + div{
    width: 100%;
  }

  .proc .c2.smimg div{
    width: 100%;
  }

  .proc .c2.smimg div + div{
    width: 100%;
  }

  .proc .c2.smimg img{
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  
  .proc .single_pic img{
    max-width: 100%;
    margin: 3vw auto 0;
  }
  
  .proc .c2 p{
    font-size: 3vw;
    line-height: 1;
    margin-top: 1vw;
    margin-bottom: 5vw;
  }

  .proc .dot2{
    margin-bottom: 5vw;
  }
  
  .proc .re_box{
    width: 100%;
    margin: 0 auto 10vw;
    display: block;
  }

  .proc .re_box > div{
    width: 50%;
  }

  .proc .re_box > div + div{
    width: 100%;
    margin-top: 5vw
  }

  .proc .re_box > div img:nth-of-type(2){
    width: 80%;
  }

  .proc .re_box h4{
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }

  .proc .re_box img + h4{
    margin-top: 5vw;
  }

  .proc .re_box img{
    height: auto;
  }

  .proc .box{
    padding: 0 4vw 4vw;
    border-radius: 2vw;
  }
  
  .proc .box h3{
    width: 50%;
    font-size: 4vw;
    line-height: 1;
    padding: 2.5vw 0;
    border-radius: 10vw;
    transform: translateY(-50%)
  }
  
  .cp_date{
    font-size: 4vw;
    line-height: 1.3;
    font-weight: bold;
    margin: 5vw 0;
  }

  .cp_date span{
    font-size: 4vw;
    line-height: 1;
    padding: 3vw;
    text-align: center;
    background: #000;
    color: #FFF;
    margin-right: 0;
    display: block;
    margin-bottom: 2vw;
  }
  
  .ob{
    margin-bottom: 5vw;
  }

  .ob > li + li{
    margin-top: 10vw;
  }

  .ob > li:nth-of-type(2){
    margin-top: 5vw;
  }

  .ob .step_no{
    min-height: 13vw;
    margin-bottom: 3vw;
  }

  .ob .step_no div{
    width: 15vw;
  }

  .ob .step_no div + div{
    padding: 3vw 3vw;
    padding-right: 1vw;
  }

  .ob .step_no h3{
    font-size: 4.5vw;
  }

  .ob .step_no h3 span{
    font-size: 3vw;
    margin-bottom: 0;
  }

  .ob .step_no p{
    font-size: 3.3vw;
    line-height: 1.6;
    font-feature-settings: "palt";
  }  

  .ob > li > p{
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .ob .btn,
  .ob .btn_o{
    width: 90%;
    height: 11vw;
    font-size: 3.5vw;
    line-height: 11vw;
    border-radius: 1vw;
    margin: 5vw auto;
  }

  .ob .btn_o{
    height: 13vw;
    font-size: 5vw;
    line-height: 13vw;
    box-shadow: 0px 1vw 0px 0px rgba(128, 118, 0, 1);
  }
  
  .ob > li > ol{
    margin: 5vw 0;
  }

  .ob > li > ol li + li{
    margin-top: 3vw;
  }

  .ob > li > ol h4{
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }

  .ob .r_box{
    font-size: 3.3vw !important;
    line-height: 1.5;
    padding: 4vw;
  }

  .ob > li >  ul + p{
    margin-top: 3vw;
  }

  .ob .mt{
    margin-top: 3vw !important;
  }
  
  .lvstd .note_list li{
    font-size: 3.5vw;
    list-style: 1.6;
  }

  .lvstd .note_list li + li{
    margin-top: 1vw;
  }

  .caution{
    margin-bottom: 10vw;
  }

  .caution h2{
    margin-bottom: 10vw;
  }

  .caution ul + h3{
    margin-top: 10vw;
  }

  
  .lvstd .faq{
    margin-bottom: 10vw;
  }

  .lvstd  .faq ul +  h3{
    margin-top: 8vw;
  }

  .lvstd  .faq h4{
    font-size: 4vw;
    line-height: 1.4;
    font-weight: normal;
    padding: 3vw 4vw 3vw 18vw;
    margin-bottom: 5vw;
    background: #FFF;
    position: relative;
  }

  .lvstd  .faq h4::after{
    content: "";
    width: 1px;
    height: 6vw;
    position: absolute;
    top: 3vw;
    left: 14vw;
    transform: translateY(0)
  }

  .lvstd  .faq h4::before{
    content: "Q";
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 3vw;
    left: 5vw;
    transform: translateY(0)
  }

  .lvstd  .faq p{
    font-size: 3.5vw;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1vw;
  }

  .lvstd  .faq p span{
    cursor: pointer;
    transition: 0.3s;
  }

  .lvstd  .faq p span:hover{
    opacity: 1;
    transition: 0.3s;
  }

  .lvstd  .faq p em{
    font-style: normal;
    display: block;
    margin-top: 1em;
  }
  
  .lvstd  .faq div{
    width: 100%;
    display: table;
    position: relative;
    padding-left: 18vw;
    box-sizing: border-box;
  }

  .lvstd  .faq div::before{
    content: "A";
    font-size: 6vw;
    line-height: 1;
    top: 0;
    left: 5vw;
  }

  .lvstd  .faq div::after{
    content: "";
    width: 1px;
    height: 6vw;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 14vw;
  }


  .lvstd  .faq li + li{
    margin-top: 5vw
  }    


  
  
  .foot_block{
    width: 100%;
    margin: 10vw auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  
  .lvstd  .contact h3{
    font-size: 3.3vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  
  .contact h2{
    height: auto;
    font-size: 3.8vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 3vw 0;
    margin-bottom: 5vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow: none;
  }
  
  .lvstd  h3.line{
    font-size: 4vw;
    line-height: 1.4;
    color: #00514b;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5vw;
    padding: 2vw 0;
  }

  .lvstd  .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }
  
  .lvstd  .contact th,
  .lvstd  .contact td{
    font-size: 3vw;
    line-height: 1.3;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 2vw 4vw;
    display: block;
    margin-top: -1px;
    background: #FFF;
  }
  
  .lvstd  .contact th{
    width: 100%;
    background: #efefef;
  }
  
  .lvstd  .contact td ul{
    text-align: left;
    margin-top: 2vw;
  }
  
  .lvstd  .contact td ul li{
    font-size: 2.5vw;
    font-weight: normal;
  }
  
  .lvstd .logo{
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    justify-content: space-between;
  }
  
  .lvstd .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .lvstd .logo img{
    border: 1px solid #00412e;
    box-sizing: border-box;
  }
  
  .lvstd .logo_box{
    width: 100%;
    padding: 0;
    margin-top: 5vw;
    box-sizing: border-box;
  }  
  .lvstd .logo_box > p{
    text-align: left;
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 4vw;
  }
  
  .lvstd .logo_box h3{
    font-size: 3.8vw;
    line-height: 1.4;
    color: #004027;
    font-weight: normal;
    text-align: center;
    margin-bottom: 2vw;
    margin-top: 0;
  }
  
  .lvstd .link_box{
    margin-top: 8vw;
    display: block;
  }

  .lvstd .link_box li{
    width: 100%;
    height: auto;
  }
  
  .lvstd .link_box li + li{
    margin-top: 2vw;
  }

  .lvstd .link_box li a{
    font-size: 4vw;
    line-height: 1.5;
    padding: 3vw 0;
    box-sizing: border-box;
    display: block
  }

  .lvstd .link_box li a span{
    font-size: 3.5vw;
    display: block;
  }
}


/* アニメーション指定 */
.js-fadeIn {
  opacity : 0;
}
.js-fadeInSlideUp {
  opacity : 0;
  transform : translate(0, 30px);
}
.js-fadeInOutPBG {
  opacity : 0;
}

.e-fadeIn {
  animation: 0.5s ease-in-out 0s both 1 fadeIn;
}
.e-fadeInSlideUp {
  animation: 0.5s ease-in-out 0s both 1 fadeInSlideUp30;
}
.e-fadeInOutPBG {
  animation: 1s linear 0s both 1 fadeInOutPBG;
}

.e-mv-img1 {
  animation: 1.2s ease 1.8s both 1 fadeInSlideUpZoomCentered20;
}
.e-mv-txt1 {
  animation: 0.7s ease 0.5s both 1 fadeInSlideUpCentered;
}
.e-mv-txt2 {
  animation: 0.4s ease 1.2s both 1 fadeInSlideRightCentered135;
}
.e-mv-txt3 {
  animation: 1s ease 3.1s both 1 fadeIn;
}
.e-mv-txt4 {
  animation: 1s ease 3.1s both 1 fadeIn;
}

@media screen and (min-width:769px){
  .e-mv-txt2 {
    animation: 0.4s ease 1.2s both 1 fadeInSlideRightCentered180;
  }
}

/* フェードイン */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* フェードイン＆スライドアップ */
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideUp20 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideUp30 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* フェードイン＆スライドアップ(中央寄せ対応) */
@keyframes fadeInSlideUpCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInSlideUpCentered20 {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInSlideUpCentered30 {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* フェードイン＆スライドライト(中央寄せ対応) */
@keyframes fadeInSlideRightCentered {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 10px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered20 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 20px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered30 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 30px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered60 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 60px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered135 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 135px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered180 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 180px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}

/* フェードイン＆スライドアップ＆拡大(中央寄せ対応) */
@keyframes fadeInSlideUpZoomCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes fadeInSlideUpZoomCentered20 {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes fadeInSlideUpZoomCentered30 {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードインアウト(クーポン適用期間背景) */
@keyframes fadeInOutPBG {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.84;
  }
  100% {
    opacity: 0.42;
  }
}

