@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500;600&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.-h1 {
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 42px;
  line-height: 1.5;
  font-weight: 700;
}

.p-text.-t01 {
	font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
}

.p-text.-t02 {
	font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.p-text.-t03 {
	font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}
.p-text.-t04 {
	font-family: 'Noto Serif JP', serif;
  font-size: 18px;  /* 20px * 0.9 */
  line-height: 1.8;
  font-weight: 500;
}
.p-text.-t05 {
	font-family: 'Noto Serif JP', serif;
  font-size: 19px;  /* 21px * 0.9 */
  line-height: 1.8;
  font-weight: 600;
}
.p-text.-t06 {
	font-family: 'Noto Serif JP', serif;
  font-size: 21px;  /* 26px * 0.8 */
  line-height: 2;
  font-weight: 500; /*Medium*/
}
.p-text.-t07 {
	font-family: 'Noto Serif JP', serif;
  font-size: 21px;  /* 26px * 0.8 */
  line-height: 2;
  font-weight: 600; /*semi bold*/
}
.p-text.-t08 {
	font-family: 'Noto Serif JP', serif;
  font-size: 22px;  /* 28px * 0.8 */
  line-height: 2.3;
  font-weight: 600; /*semi bold*/
}
.p-text.-t08.-lh150 {
  line-height: 1.5 !important;
}
.p-text.-t09 {
	font-family: 'Noto Serif JP', serif;
  font-size: 25px;  /* 32px * 0.8 */
  line-height: 1.9;
  font-weight: 600; /*semi bold*/
}
.p-text.-t10 {
	font-family: 'Noto Serif JP', serif;
  font-size: 28px;  /* 35px * 0.8 */
  line-height: 1.8;
  font-weight: 600; /*semi bold*/
}
.p-text.-t11 {
	font-family: 'Noto Serif JP', serif;
  font-size: 29px;  /* 48px * 0.6 */
  line-height: 1.35;
  font-weight: 600; /*semi bold*/
}
.p-text.-t12 {
	font-family: 'Noto Serif JP', serif;
  font-size: 18px;  /* 20px * 0.9 */
  line-height: 1.8;
  font-weight: 600;
}
.p-text.-t13 {
	font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

@media screen and (min-width:480px) {
  .p-text.-t11 {
    font-size: 33px;  /* 48px * 0.7 */
  }
}
@media screen and (min-width:600px) {
  .p-text.-t11 {
    font-size: 38px;  /* 48px * 0.8 */
  }
}
@media screen and (min-width:769px) {
  .p-text.-t04 {
    font-size: 20px;
  }
  .p-text.-t05 {
    font-size: 21px;
  }
  .p-text.-t06 {
    font-size: 26px;
  }
  .p-text.-t07 {
    font-size: 26px;
  }
  .p-text.-t08 {
    font-size: 28px;
  }
  .p-text.-t09 {
    font-size: 32px;
  }
  .p-text.-t10 {
    font-size: 35px;
  }
  .p-text.-t11 {
    font-size: 48px;
  }
  .p-text.-t12 {
    font-size: 20px;
  }
  .p-text.-t13 {
    font-size: 16px;
  }
}


.p-text.-t21 {
	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.5;
  font-weight: 400;
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 1000px) {

}

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

.p-pmark.-lsm050 {
  letter-spacing: -0.5em;
}


.p-fc.-wh {
  color: rgba(255, 255, 255, 1);
}
.p-fc.-bk {
  color: rgba(0, 0, 0, 1);
}
.p-fc.-gold {
  color: rgba(203, 176, 71, 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-list.-list01 {
  box-sizing: border-box;
  text-align: justify;

  & .-item {
  }
}
.p-list.-list01 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.p-list.-list01 li:before {
  display: block;
  content: "※";
  padding-right: 3px;
  box-sizing: border-box;
}

.p-list.-list02 {
  margin-left: 1.5em;
  box-sizing: border-box;
  text-align: justify;

  & .-item {
  }
}
.p-list.-list02 li {
  list-style-type: decimal;
}

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

  & .-item {
  }
}
.p-list.-list03 li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.p-list.-list03 li:before {
  display: block;
  content: "※";
  padding-right: 3px;
  box-sizing: border-box;
}

/* 汎用リスト */

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

/* 汎用ボックス */
.p-box.-box01 {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.p-box.-box02 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
/* 汎用ボックス */


.gft100v {
	font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 1);
}

.gft100v h1,
.gft100v h2,
.gft100v h3,
.gft100v h4,
.gft100v h5{
  font-weight: 700;
}
/* 汎用テキスト */

/* 汎用margin */
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb15_half {
  margin-bottom: 10px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb20_half {
  margin-bottom: 10px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb35_half {
  margin-bottom: 20px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb40_half {
  margin-bottom: 20px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb50_half {
  margin-bottom: 25px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb60_half {
  margin-bottom: 30px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb80_half {
  margin-bottom: 40px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb100_half {
  margin-bottom: 50px;
}
.u-mb120_half {
  margin-bottom: 60px;
}
.u-mb140_half {
  margin-bottom: 70px;
}
.u-mb170_half {
  margin-bottom: 85px;
}
@media screen and (min-width:769px){
  .u-mb15_half {
    margin-bottom: 15px;
  }
  .u-mb20_half {
    margin-bottom: 20px;
  }
  .u-mb35_half {
    margin-bottom: 35px;
  }
  .u-mb40_half {
    margin-bottom: 40px;
  }
  .u-mb50_half {
    margin-bottom: 50px;
  }
  .u-mb60_half {
    margin-bottom: 60px;
  }
  .u-mb80_half {
    margin-bottom: 80px;
  }
  .u-mb100_half {
    margin-bottom: 100px;
  }
  .u-mb120_half {
    margin-bottom: 120px;
  }
  .u-mb140_half {
    margin-bottom: 140px;
  }
  .u-mb170_half {
    margin-bottom: 170px;
  }
}
/* 汎用margin */

/* 汎用padding */
.u-pt5 {
  padding-top: 5px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py20_half {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width:769px){
  .u-py20_half {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 汎用padding */

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

/* ボタンを無効にする */
.p-btn.-disable {
  pointer-events: none;
}

.p-btn.-btn01 {
  display: block;
  position: relative;
  padding: 8px 10px 10px;
  border: 1px solid rgba(203, 176, 71, 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: 12px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
}
.p-btn.-btn01 span {
  padding-right: 6px;
  box-sizing: border-box;
  color: rgba(203, 176, 71, 1);
}
.p-btn.-btn01 .btn01-txt {
  display: inline-block;
}
.p-btn.-btn01::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 6px;
  height: 8px;
  content: "";
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_gold.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
}
.p-btn.-btn01:hover {
  background-color: rgba(203, 176, 71, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn01:hover span {
  color: rgba(255, 255, 255, 1);
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn01:hover::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_wh.png");
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}


.p-btn.-btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 25px 22px;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
  font-size: 18.2px;  /* 26px * 0.7 */
  font-weight: 600; /*semi bold*/
  line-height: 1;
  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: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 10px;
  height: 12px;
  content: "";
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_wh.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
}
.p-btn.-btn02:hover {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn02:hover span {
  color: rgba(0, 0, 0, 1);
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn02:hover::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_bk.png");
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn02.-disable {
  background-color: rgba(37, 37, 37, 1);
}
.p-btn.-btn02.-disable span {
  color: rgba(255, 255, 255, 0.5);
}
.p-btn.-btn02.-disable::after {
  opacity: 0.27;
}
@media screen and (min-width:375px) {
  .p-btn.-btn02 {
    font-size: 20.8px;  /* 26px * 0.8 */
  }
}
@media screen and (min-width:400px) {
  .p-btn.-btn02 {
    font-size: 23px;  /* 26px * 0.9 */
  }
}
@media screen and (min-width:769px) {
  .p-btn.-btn02 {
    padding: 20px 30px 22px;
    font-size: 26px;
  }
}
.p-btn.-btn05 {
  background-color: rgba(255, 255, 255, 1);
}
.p-btn.-btn05 span {
  display: inline-block;
  color: rgba(0, 0, 0, 1);
}
.p-btn.-btn05::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_bk.png");
}
.p-btn.-btn05:hover {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn05:hover span {
  color: rgba(255, 255, 255, 1);
}
.p-btn.-btn02:hover::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_wh.png");
}



.p-btn.-btn03 {
  display: block;
  position: relative;
  max-width: 400px;
  padding: 12px 8px;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
  font-size: 21px;  /* 20px / 769px * 100vw */
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 18, 36, 0.6);
}
.p-btn.-btn03 span {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
/*  color: rgba(0, 0, 0, 1);*/
}
.p-btn.-btn03::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 10px;
  height: 12px;
  content: "";
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_wh.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
}
.p-btn.-btn03:hover {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn03:hover span {
  color: rgba(0, 0, 0, 1);
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn03:hover::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_bk.png");
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}


.p-btn.-btn04 {
  display: block;
  position: relative;
  padding: 12px 30px;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
  font-size: 21px;  /* 20px / 769px * 100vw */
  line-height: 1;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 18, 36, 0.6);
}
.p-btn.-btn04 span {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
/*  color: rgba(0, 0, 0, 1);*/
}
.p-btn.-btn04::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 10px;
  height: 12px;
  content: "";
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_wh.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
}
.p-btn.-btn04:hover {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: background-color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn04:hover span {
  color: rgba(0, 0, 0, 1);
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}
.p-btn.-btn04:hover::after {
  background-image: url("/.resources/webresources/cpn/23gft100v/images/icon_arw_bk.png");
  transition: color 0.15s ease-in-out 0s, background-image 0.15s ease-in-out 0s;
}


.p-btn.-w140 {
  width: 100%;
  max-width: 140px;
  margin-left: auto;
  margin-right: 0;
}
.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;
}
/* 汎用ボタン */


/* 個別指定 */
#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;
  }
}

.gft100v .gft100v_inner{
  max-width: 1180px;
  margin: 0 auto;
}

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

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

.gft100v a{
  color: #2ea7e0;
}

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

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

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


.mv {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

.mv .mv-bg-pc {
  display: none;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv-txt-pc {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv .mv-bg-sp {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv-txt-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:769px) {
  .mv .mv-bg-pc {
    display: block;
  }
  .mv .mv-txt-pc {
    display: block;
  }

  .mv .mv-bg-sp {
    display: none;
  }
  .mv .mv-txt-sp {
    display: none;
  }
}









@media screen and (min-width:769px){
  .bg-bk{
    background-color: rgba(0, 0, 0, 1);
  }
  .mv{
/*
    height: calc(49.428571428571429vw + 80px);  /* 692px / 1400px * 100vw */
/*
    background: url("/.resources/webresources/cpn/23lvstd/images/kv_bg_pc.jpg") no-repeat center top;
    background-size: auto 100%;
*/
  }
}
@media screen and (min-width:1024px){
  .mv{
/*
    height: 49.428571428571429vw;  /* 692px / 1400px * 100vw */
/*
    background-size: auto 100%;
*/
  }
}
@media screen and (min-width:1400px) {
  .mv{
 /*
   height: 692px;
    background: url("/.resources/webresources/cpn/23lvstd/images/kv_bg_pc.jpg") no-repeat center top;
    background-size: auto 100%;
*/
  }
}


.mv h1{
  width: 100%;
}

.mv img, .mv picture {
  width: 100%;
  height: auto;
}


/* ギフトカタログ */
.gift{
  padding: 60px 0 60px;
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .gift{
    padding: 120px 0 120px;
  }
}
.gift-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.gift-ttl::before {
  display: block;
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0);
  content: "";
  width: 100vw;
  height: 49.5vw; /* 1386px / 2800px * 100vw */
  background-image: url("/.resources/webresources/cpn/23gft100v/images/gift_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width:769px) {
  .gift-ttl::before {
    top: -160px;
  }
}
.gift-ttl img {
  width: 428px !important;
  max-width: 100%;
  height: auto;
}
.gift-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 1;
  gap: 25px 18px;
}
@media screen and (min-width:769px){
  .gift-list {
    gap: 30px 37px;
  }
}
.gift-list-item {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width:480px){
  .gift-list-item {
    width: calc( (100% / 2) - (37px / 2) );
  }
}
@media screen and (min-width:769px){
  .gift-list-item {
    width: calc( (100% / 3) - (37px / 3 * 2) );
  }
}
.gift-list-item-img img {
  width: 100%;
  height: auto;
}
.gift-list-item-ttl {
  margin-bottom: 7px;
}
.gift-list-item-subttl {
  margin-bottom: 10px;
  padding-bottom: 2px;
  box-sizing: border-box;
  line-height: 1.6;
  background-color: rgba(203, 176, 71, 1);
}
.gift-list-item-txt {
  margin-bottom: 15px;
}
.gift-list-item-btn {
  margin-top: auto;
}


/* 対象商品 */
.bg-product {
  position: relative;
  overflow: hidden;
}
.product {
  position: relative;
  padding: 35px 0 35px;
}
.product::before {
  display: block;
  position: absolute;
  top: 165px;
  right: -25%;
  width: 110.44921875vw;  /* 1131px / 1024 * 100 */
  height: 164.55078125vw;  /* 1685px / 1024 * 100 */
  content: "";
  background-image: url("/.resources/webresources/cpn/23gft100v/images/100v_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
@media screen and (min-width:375px) {
  .product::before {
    top: 150px;
  }
}
@media screen and (min-width:480px) {
  .product::before {
    top: 140px;
  }
}
@media screen and (min-width:540px) {
  .product::before {
    top: 120px;
  }
}
@media screen and (min-width:600px) {
  .product::before {
    top: 100px;
  }
}
@media screen and (min-width:650px) {
  .product::before {
    top: 90px;
  }
}
@media screen and (min-width:700px) {
  .product::before {
    top: 80px;
  }
}
@media screen and (min-width:730px) {
  .product::before {
    top: 60px;
  }
}
@media screen and (min-width:769px) {
  .product{
    padding: 70px 0 70px;
  }
  .product::before {
    top: 125px;
    right: calc(50% - 45%);
    width: 110.44921875vw;  /* 1131px / 1024 * 100 */
    height: 164.55078125vw;  /* 1685px / 1024 * 100 */
  }
}
@media screen and (min-width: 800px) {
  .product::before {
    top: 100px;
  }
}
@media screen and (min-width: 850px) {
  .product::before {
    top: 75px;
  }
}
@media screen and (min-width: 900px) {
  .product::before {
    top: 50px;
  }
}
@media screen and (min-width: 950px) {
  .product::before {
    top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .product::before {
    top: 0;
    width: 1131px;
    height: 1685px;
  }
}
.product-inner {
  position: relative;
  z-index: 1;
}
.product-ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.product-ttl span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
/*  width: 100%;*/
}
.product-ttl span::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
/*
  left: 50%;
  transform: translateX(-50%);
*/
  width: 100%;
  max-width: 100%;
  height: 3px;
  content: "";
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  background-image: url("/.resources/webresources/cpn/23gft100v/images/underline_gold01.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media screen and (min-width:769px) {
  .product-ttl span {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.product-lead {
  display: inline-block;
  margin-bottom: 90px;
  padding: 12px 13px 12px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
}
@media screen and (min-width:480px) {
  .product-lead {
    padding: 12px 25px 12px 25px;
  }
}
@media screen and (min-width:769px) {
  .product-lead {
    margin-bottom: 180px;
    padding: 25px 50px 25px 50px;
  }
}

.product-name {
  width: 100%;
  margin-bottom: 45px;
}
.product-name img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:769px) {
  .product-name {
    margin-bottom: 90px;
  }
}

.product-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
}
.product-box-imgbox {
  width: 100%;
}
.product-box-txtbox {
  width: 100%; /* 47% - gapの4% */
  color: rgba(255, 255, 255, 1);
}
.product-box-txt01 {
  margin-bottom: 1.46484375vw; /* 15px / 1024px * 100 */
}
.product-box-txt01 img {
  width: 154px !important;  /* 193px * 0.8 */
  height: auto;
}
.product-box-txt02 {
  margin-bottom: 1.953125vw; /* 20px / 1024px * 100 */
	font-family: 'Noto Serif JP', serif;
  font-size: 28px; /* 35px * 0.8 */
  line-height: 1;
  font-weight: 600;
  -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  -ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
}
.product-box-txt03 {
  margin-bottom: 2.9296875vw; /* 30px / 1024px * 100 */
	font-family: 'Noto Serif JP', serif;
  font-size: 15px; /* 17px * 0.9 */
  line-height: 1.8 !important;
  font-weight: 500;
  -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  -ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42), 0px 0px 18px rgba(0, 0, 0, 0.63);
}
.product-box-txt04 {
  margin-bottom: 3.41796875vw; /* 35px / 1024px * 100 */
}
.product-box-txt04 img {
  width: 264px !important; /* 330px * 0.8 */
  height: auto;
  transform: translateX(-4.242424242424242%); /* 14px / 330px * 100 */
}
.product-box-btn .p-btn.-btn03 {
  padding: 12px 8px; /* 12px / 1024px * 100、8px / 1024px * 100 */
  font-size: 21px; /* 21px / 1024px * 100 */
}
.product-box-btn .p-btn.-btn03::after {
  right: 20px; /* 20px / 1024px * 100 */
  width: 10px; /* 10px / 1024px * 100 */
  height: 12px; /* 12px / 1024px * 100 */
}
@media screen and (min-width:480px) {
  .product-box-txt01 img {
    width: 193px !important;
  }
  .product-box-txt02 {
    font-size: 35px; /* 35px / 1024px * 100 */
  }
  .product-box-txt03 {
    font-size: 17px; /* 17px / 1024px * 100 */
  }
  .product-box-txt04 img {
    width: 330px !important; /* 330px / 1024px * 100 */
  }
}
@media screen and (min-width:769px) {
  .product-box-imgbox {
    width: 53%;
  }
  .product-box-txtbox {
    width: 43%; /* 47% - gapの4% */
  }
  .product-box-txt01 {
    margin-bottom: 1.46484375vw; /* 15px / 1024px * 100 */
  }
  .product-box-txt01 img {
    width: 18.84765625vw !important; /* 193px / 1024px * 100 */
  }
  .product-box-txt02 {
    margin-bottom: 1.953125vw; /* 20px / 1024px * 100 */
    font-size: 3.41796875vw; /* 35px / 1024px * 100 */
  }
  .product-box-txt03 {
    margin-bottom: 2.9296875vw; /* 30px / 1024px * 100 */
    font-size: 1.66015625vw; /* 17px / 1024px * 100 */
  }
  .product-box-txt04 {
    margin-bottom: 3.41796875vw; /* 35px / 1024px * 100 */
  }
  .product-box-txt04 img {
    width: 32.2265625vw !important; /* 330px / 1024px * 100 */
  }
  .product-box-btn .p-btn.-btn03 {
    padding: 1.171875vw 0.78125vw; /* 12px / 1024px * 100、8px / 1024px * 100 */
    font-size: 2.05078125vw; /* 21px / 1024px * 100 */
  }
  .product-box-btn .p-btn.-btn03::after {
    right: 1.953125vw; /* 20px / 1024px * 100 */
    width: 0.9765625vw; /* 10px / 1024px * 100 */
    height: 1.171875vw; /* 12px / 1024px * 100 */
  }
}
@media screen and (min-width: 1024px) {
  .product-box-txtbox {
    width: 41%; /* 47% - gapの6% */
  }
  .product-box-txt01 {
    margin-bottom: 15px;
  }
  .product-box-txt01 img {
    width: 193px !important;
  }
  .product-box-txt02 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .product-box-txt03 {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .product-box-txt04 {
    margin-bottom: 35px;
  }
  .product-box-txt04 img {
    width: 330px !important;
  }
  .product-box-btn .p-btn.-btn03 {
    padding: 12px 8px;
    font-size: 21px;
  }
  .product-box-btn .p-btn.-btn03::after {
    right: 20px;
    width: 10px;
    height: 12px;
  }
}

.product-links {
  padding-top: 135px;
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .product-links {
    padding-top: 270px;
  }
}

.product-bnr {
  padding: 170px 0 65px;
  box-sizing: border-box;
  text-align: center;
}
.product-bnr img {
  width: 300px !important;
}
@media screen and (min-width:769px) {
  .product-bnr {
    padding: 340px 0 130px;
  }
}


/* 応募の流れ */
.bg-flow {
  padding-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (min-width:769px) {
  .bg-flow {
    padding-bottom: 100px;
  }
}








.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: '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.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.png") no-repeat left top;
}

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

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

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

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

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

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

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

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

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

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

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

.gft100v .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: 15px;
  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 70px;
  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;
}

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

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

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

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

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

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

.gft100v  .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);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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


.gft100v  .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 0;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.contact > p {
  color: rgba(255, 255, 255, 1);
}

.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 rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow: none;
  color: rgba(255, 255, 255, 1);
}

.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: rgba(255, 255, 255, 1);
  padding: 12px 20px;
  border: 1px solid rgba(194, 194, 194, 1);
  box-sizing: border-box;
}

.contact th{
  width: 385px;
  background: rgba(51, 51, 51, 1);;
  text-align: center;
}

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

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

.gft100v .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;
}

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

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

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

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


.gft100v .link_box{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: -15px;
  margin-right: -15px;
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

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

.gft100v .link_box li a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFF;
  background: rgba(15, 68, 45, 1);
  padding-top: 23px;
  box-sizing: border-box;
  display: block
}

.gft100v .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;
  }
  
  .gft100v {
    overflow: hidden;
    font-size: 3.5vw;
  }
  
  .gft100v a:hover{
    opacity: 1;
  }
    
  .gft100v img{
    width: 100%;
    height: auto;
  }
  
  .gft100v .tac{
    text-align: left;
  }  
  
  .gft100v p.note{
    font-size: 3vw;
    line-height: 1.5;
  }
  
  .gft100v .gft100v_inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .bg-bk {
    background-color: rgba(0, 0, 0, 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;
  }  
  
  .gft100v .dot li,
  .gft100v .dot2 li{
    font-size: 3vw;
    line-height: 1.5;
  }

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

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

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

  .gft100v .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;
  }
  
  .gft100v .note_list li{
    font-size: 3.5vw;
    list-style: 1.6;
  }

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

  .caution{
    margin-bottom: 10vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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


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


  
  
  .foot_block{
    width: 100%;
    margin: 10vw auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  
  .gft100v  .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;
  }
  
  .gft100v  h3.line{
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5vw;
    padding: 2vw 0;
  }

  .gft100v  .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }
  
  .gft100v  .contact th,
  .gft100v  .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;
  }
  
  .gft100v  .contact th{
    width: 100%;
    background: #efefef;
  }
  
  .gft100v  .contact td ul{
    text-align: left;
    margin-top: 2vw;
  }
  
  .gft100v  .contact td ul li{
    font-size: 2.5vw;
    font-weight: normal;
  }
  
  .gft100v .logo{
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    justify-content: space-between;
  }
  
  .gft100v .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
  }

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

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

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

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


/* アニメーション指定 */
.js-fadeIn {
  opacity : 0;
}
.js-fadeIn30 {
  opacity : 0;
}
.js-fadeInSlow {
  opacity : 0;
}
.js-fadeInSlideUp {
  opacity : 0;
  transform : translate(0, 20px);
}
.js-fadeInBlur {
  opacity : 0;
  filter: blur(5px);
}
.js-drawUnderline span::after {
  width: 0;
}

.e-fadeIn {
  animation: 2s ease-in-out 0s both 1 fadeIn;
}
.e-fadeIn30 {
  animation: 3s ease-in-out 0s both 1 fadeIn;
}
.e-fadeInSlow {
  animation: 3s ease-in-out 2s both 1 fadeIn;
}
.e-fadeInSlideUp {
  animation: 2s ease-in-out 0s both 1 fadeInSlideUp20;
}
.e-fadeInBlur {
  animation: 2s ease-in-out 0s both 1 fadeInBlur;
}

.e-drawUnderline span::after {
  animation: 0.5s ease 0s both 1 drawUnderline;
}

.product::before {
  opacity: 0; /* 初期状態では非表示にするため */
}
.e-fadeInProductBefore::before {
  animation: 3s ease-in-out 0s both 1 fadeIn;
}


.e-mv-bg {
  animation: 4s ease 0.1s both 1 animeMvBg;
}
.e-mv-txt2 {
  animation: 2s ease 3.7s both 1 fadeInZoomCentered;
}
.e-mv-txt3 {
  animation: 2s ease 3.7s both 1 fadeIn;
}

/* フェードイン */
@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 fadeInSlideUpZoomCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.925);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆拡大(中央寄せ対応) */
@keyframes fadeInZoomCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.925);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆縮小(中央寄せ対応) */
@keyframes fadeInZoomOutCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.075);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆縮小(中央寄せ対応・MV背景専用) */
@keyframes animeMvBg {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆ブラー */
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* アンダーラインを引く */
@keyframes drawUnderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
  

