@charset "utf-8";
.inner {
  width: 1260px;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

.flex {
  display: flex;
  justify-content: center;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

#index header {
  margin-bottom: 100px;
}

.mv {
  background: url("../img/mv.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: calc(62.5vw + 10px);
  position: relative;
  overflow: hidden;
}

.bd01 {
  border: solid 8px #04003f;
}

.bd02 {
  border: solid 4px #04003f;
}

.bd01-lbl {
  border: solid 8px #00366d;
}

.bd02-lbl {
  border: solid 4px #00366d;
}

.mb01 {
  margin-bottom: 7px;
}

.txt {
  font-weight: 700;
}

.txt1 {
  position: relative;
  z-index: 2;
  color: #04003f;
  font-size: 73px;
  line-height: 1.5;
  text-align: center;
}

.red {
  color: #d9171d!important;
}

.grn {
  color: #01b302!important;
}

.arrow01 {
  margin-bottom: 180px;
}

.arrow01::after {
  content: "";
  position: absolute;
  height: 100%;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../img/arrow-bl.png) bottom / 100%;
  background-repeat: no-repeat;
}

.arrow02 {
  margin: 100px auto 160px;
}

.arrow02::after {
  content: "";
  position: absolute;
  height: 100%;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url("../img/arrow-yl.png") bottom / 100%;
  background-repeat: no-repeat;
}

.btn01 {
  color: #04003f;
  margin-bottom: 20px;
	animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 2s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: block;
}

.btn01 a {
  position: relative;
  font-weight: 700;
font-size: 75px;
  color: #04003f;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 150px;
  width: 100%;
  min-height: 130px;
  border: 2px solid #ffffff;
  transition: 0.3s;
  box-shadow: 0px 6px 0px -4px rgba(255, 186, 0, 1), 1px -4px 0px -2px rgba(255, 186, 0, 1), 1px 0px 0px 1px rgba(255, 186, 0, 1), -1px 0px 0px 1px rgba(255, 186, 0, 1), inset -1px 0px 0px 1px rgba(152, 152, 152, 0.24), -1px 0px 10px 1px rgba(152, 152, 152, 1);
  background-image: repeating-linear-gradient(180deg, rgba(255, 204, 0, 1), rgba(253, 234, 156, 1));
  overflow: hidden;
padding: 30px 0;
    line-height: 1.1;
	flex-wrap: wrap;
}

.btn01 small{
	display: block;
font-size: 60px;
}
.btn01 a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.btn01 a::after {
	position: absolute;
	right: 5%;
  content: "";
  width: 71px;
  height: 70px;
  background: url("../img/arrow-btn01.png") bottom / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.btn-col a::before,
.btn01 a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -200px;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn-col {
  color: #ffffff;
  margin-bottom: 20px;
	animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 3.5s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: block;
}

.btn-col a {
  position: relative;
  font-weight: 700;
  font-size: 65px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  width: 100%;
  min-height: 130px;
  border: 2px solid #ffffff;
  transition: 0.3s;
  box-shadow: 0px 0px 0px 2px rgba(13, 180, 0, 1), 2px 1px 4px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(13, 176, 0, 1) 30%, rgba(25, 97, 2, 1));
  overflow: hidden;

}

.btn-col a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.btn-col a::after {
  content: "";
  width: 71px;
  height: 70px;
  background: url("../img/arrow-btn02.png") bottom / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.btn-bl {
  margin-top: 80px;
animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 3.5s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: block;
}

.btn-bl a {
  box-shadow: 0px 0px 0px 2px rgba(4, 0, 63, 1), 2px 1px 4px 2px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(0, 54, 109, 1) 30%, rgba(4, 0, 63, 1));
}

.btn-bl a::after {
  content: "";
  background: url("../img/arrow-btn03.png") bottom / 100%;
}

.note {
  font-size: 22px;
  padding-left: 100px;
}

.note .txt-in {
  text-indent: 1em;
  display: block;
}

.section1 {
  margin-bottom: 75px;
}
.section1 .ph{
  margin-bottom: 40px;
}
.line {
  background: #01b302;
  color: #fff;
  font-size: 106px;
  font-weight: 700;
  margin-bottom: 100px;
}

.line .inner {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.line .inner::before {
  content: "";
  width: 65px;
  height: 229px;
  position: absolute;
  top: 10%;
  left: 10%;
  background: url("../img/ttl-w01.png") center / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.line .inner::after {
  content: "";
  width: 65px;
  height: 229px;
  position: absolute;
  top: 10%;
  right: 10%;
  background: url("../img/ttl-w02.png") center / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.ribbon1 {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 50px;
  background: #FFF;
  box-sizing: border-box;
  color: #01b302;
  width: 60%;
  margin: 0 auto;
  font-size: 40px;
}

.ribbon1:before,
.ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 35px;
  border-color: transparent transparent transparent #01b302;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 40px 35px 40px 0px;
  border-color: transparent #01b302 transparent transparent;
  border-style: solid;
}

.ribbon2 {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  background: #a27a00;
  box-sizing: border-box;
  color: #FFF;
  width: 40%;
  font-size: 28px;
}

.ribbon2:before,
.ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.line .ttl01 {
  width: 100%;
}

.cp .box {
  position: relative;
  margin-bottom: 100px
}


.section2 .box .bd-gr {
  border: solid 2px #01b302;
  padding: 80px 60px 50px 60px;
  font-size: 22px;
}

.cp .box .bd-gr .ph {
  float: right;
  padding-left: 10px;
}

.cp .box h2 {
  background: #01b302;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  border-radius: 30px 30px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20%;
}

.cp .box .icon {
  position: absolute;
  left: 20px;
  top: -40px;
z-index: 2;
}

.cp .box .txt-ud {
  background-color: #fff;
  /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
  linear-gradient(180deg, #ccc 1px, transparent 1px);
  /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
  100% 2.5em;
  /* 点線2のサイズ */
  line-height: 2.5em;
  /* 文字の高さ */
  padding-bottom: 1px;
  /* 最終行の下にも罫線を引く */
  font-size: 2rem;
	
}

.cp .box .txt-ud .flex {
  justify-content: flex-start;
}

.line-yel {
  background: linear-gradient(transparent 60%, #ffea00 0%);
}

.section2 .box .check::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #01b302;
  padding-right: 5px;
}

.section2 .box ul li:first-child {
  width: 50%;
  padding-left: 10px;
}

.bg-bl {
  background: url("../img/bl-bg.jpg") repeat;
  position: relative;
  z-index: 1;
  padding: 65px 0;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}

.bg-bl2 {
  background: #04003f;
  position: relative;
  z-index: 1;
  padding: 65px 0;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}

.bg-gry {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(249, 249, 249, 1) 4px, rgba(249, 249, 249, 1) 5px);
  position: relative;
  z-index: 1;
  padding: 65px 0;
  color: #04003c;
  text-align: center;
}

.bg-lbl {
  background: #cbdcf1;
  position: relative;
  z-index: 1;
  padding: 65px 0;
  text-align: center;
}

.bg-wh {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 65px 0;
  box-shadow: 5px 6px 0px 2px #04003f;
  margin-bottom: 60px;
}

.bg-wh2 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 65px 0;
  box-shadow: 5px 6px 0px 2px #ff4c40;
  margin-bottom: 100px;
  border-radius: 60px 0 60px 0;
  border: solid 1px #ff4c40;
}

.bg-pnk {
  background: #fffcfc;
  position: relative;
  z-index: 1;
  padding: 65px 0;
}

.bg-yel {
  background: url("../img/dt-bg-yel.jpg") repeat;
  position: relative;
  z-index: 1;
  padding: 65px 0;
}

.bg-lyel {
  background: #fffbe0;
  position: relative;
  z-index: 1;
  padding: 65px 0;
}

.bg-gd {
  background: url("../img/dt-bg.jpg") repeat;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  box-shadow: 5px 6px 0px 2px #a27a00;
  margin-bottom: 60px;
  border-radius: 80px;
  border: solid 1px #a27a00;
  overflow: hidden;
  align-items: center;
}

h3 {
  position: relative;
  font-size: 73px;
  display: inline-block;
  margin-bottom: 30px;
}

h3 em {
  font-style: italic;
  font-weight: bold;
}

h3 strong {
  font-size: 100px;
  font-weight: bold;
}

.section3 h3 {
  position: relative;
  border-bottom: solid 2px #fff;
}

.section3 h3 strong::after {
  content: "";
  width: 51px;
  height: 53px;
  position: absolute;
  top: -10%;
  right: 27%;
  background: url("../img/icon-sweat.png") center / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.sub-ttl {
  font-size: 60px;
  margin-bottom: 30px;
}

.txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  ;
  color: #002f5e;
  font-size: 50px;
  border-radius: 20px 0 20px 0;
  box-shadow: inset 0px 0px 10px 5px rgba(104, 104, 104, 0.4);
  padding: 30px 0;
  background-color: #FFFFFF;
}

.section3 .arrow01 {
  margin-top: 100px;
  font-size: 60px;
}

.section3 .first {
  margin-bottom: 30px;
}

.section3 .last {
  margin-bottom: 100px;
}

.section3 dl:first-child {
  margin-right: 30px;
}

.section3 dl {
  border: solid 2px #04003d;
  width: 45%;
}

.section3 dl dt {
  background: #e4e8f2;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 150px;
  font-size: 32px;
  border-bottom: 4px solid #04003d;
}

.section3 dd {
  background: url("../img/dt-bg.jpg") repeat;
  position: relative;
  padding: 30px 20px;
  font-size: 25px;
  line-height: 1.8;
  min-height: 300px;
}

#merit .sub-ttl {
  margin-bottom: 0;
}

#merit h3 {
  position: relative;
}

#merit h3::after {
  content: "";
  width: 53px;
  height: 92px;
  position: absolute;
  top: 30px;
  right: -50px;
  background: url("../img/icon-kira.png") center / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

#merit .first {
  margin-top: 85px;
}

.bl-box {
  box-shadow: 5px 6px 0px 2px #04003f;
  background: #FFF;
  margin-bottom: 60px;
}

.bl-box dt {
  border-bottom: solid 2px #04003f;
  font-size: 36px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
}

.bl-box dt .icon {
  background: #04003f;
  color: #FFF;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 30px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.bl-box dt .icon strong {
  font-size: 36px;
  font-style: italic;
}

.bl-box dd {
  font-size: 25px;
  text-align: left;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}

.step-box {
  margin-bottom: 60px;
  width: 50%;
}

.step-box a {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #01b302;
  display: block;
  box-shadow: 5px 6px 0px 2px #00441c;
  transition: 0.3s;
}

.step-box a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -300px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.step-box a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.section5 {
  margin-bottom: 100px;
}

.step-box:first-child {
  margin-right: 30px;
}

.step-box li:first-child {
  position: relative;
  background: #fff;
  width: 62%;
  text-align: center;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.step-box li:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #04003f;
}

.step-box li:last-child {
  margin-top: 10px;
}

.step-box .step {
  justify-content: space-between;
}

.step-box li .icon {
  background: #01b302;
  border-radius: 50px;
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  padding: 0 20px;
  width: 60%;
}

.step-box li .icon i {
  font-size: 55px;
}

.step-box li p {
  flex-wrap: wrap;
  font-size: 47px;
  color: #01b302;
  padding: 0 20px;
  text-align: center;
}

.step-box .btn02 {
  font-size: 47px;
  text-align: center;
  margin-top: 10px;
  color: #FFF;
}

.step-box .btn02::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 5px;
}

#intro {
  overflow: hidden;
  width: 100%;
}

#intro h3 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 0;
}

#intro h3::before {
  content: "";
  position: absolute;
  height: 2px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #fff 50%, transparent 50%);
  background-image: linear-gradient(90deg, transparent 0%, #fff 50%, transparent 50%);
  width: 30%;
  left: 22%;
}

#intro h3::after {
  content: "";
  position: absolute;
  height: 2px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 50%, #fff 50%, transparent 100%);
  width: 30%;
  right: 22%;
}

#intro .box {
  margin: 100px auto 60px;
}

#intro .box .ph {
  margin-right: 60px;
}

#intro .box .name {
  font-size: 35px;
  border-left: 5px solid #00366d;
  border-bottom: 1px solid #00366d;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
}

#intro .box .name em {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

#intro .box p {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: normal;
}

#intro .ph-img {
  margin-bottom: 60px;
}

#intro .ph-img img {
  margin-right: 10px;
}

#intro .ph-img img:last-child {
  margin-right: 0;
}

#intro .img2 img {
  margin-right: 40px;
}

#intro .box .li-box {
  background: #f3f3f3;
  padding: 20px 7%;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

#intro .box .li-box li {
  position: relative;
  width: 50%;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

#intro .box .li-box li:last-child {
  margin-bottom: 0;
}

#intro .box .li-box li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f26c";
  padding-right: 10px;
}

#intro .box .li-box li:last-child::before {
  content: "";
}

#intro .box .li2 li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02d";
  padding-right: 10px;
}

#intro .box .li2 li small {
  display: block;
  text-indent: 2em;
}

#intro .box .li2 li:last-child {
  display: none;
}

#intro .box .li2 li:nth-last-child(1),
#intro .box .li2 li:nth-last-child(2) {
  margin-bottom: 0
}

#ft-mv .mv {
  background: url("../img/ft-mv.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: calc(62.5vw + 10px);
  position: relative;
  overflow: hidden;
}

.section7 .box h2 {
  border-radius: 100px;
  box-shadow: 2px 2px 0px 2px #00441c;
}

.section7 .box {
  margin-bottom: 130px;
}

.section7 {
  margin-bottom: 150px;
}

footer {
  position: relative;
  background: #04003f;
  padding: 40px 0;
}

footer .flex {
  justify-content: flex-start;
}

footer li a:link {
  color: #fff;
  border-bottom: solid 1px #FFF;
  padding-bottom: 10px;
}

footer li {
  margin-right: 20px;
}

footer li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  padding-right: 5px;
}


/*リンクの形状*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002f5e;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 4rem;
  transition: all 0.3s;
  z-index: 9999;
}

#page-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
}


/*リンクを右下に固定*/

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  bottom: 20px;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

.btn-cp {
  position: fixed;
  left: 0px;
  bottom: 40%;
  z-index: 999;
  width: 150px;
}

.btn-cp a {
  background: linear-gradient(130deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  display: block;
  color: #04003f;
  width: 20%;
  /* margin-right: -6%; */
  padding: 30px 30px 30px 20px;
  border-radius: 0 30px 30px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.btn-cp:hover {
  left: -10px;
  transition: all 0.5s ease;
}

.btn-cp a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06b";
  padding-top: 3px;
}


/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}


/*funnel*/

.bd03 {
  background: repeating-linear-gradient(120deg, #04003f 0, #04003f 10px, white 10px, white 20px);
  height: 20px;
}

#funnel h2 {
  box-shadow: 0px 16px 18px -14px #999999;
  background: #fff;
  color: #04003f;
  text-align: center;
  font-size: 73px;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 10px 0;
}

#funnel .txt {
  line-height: 1.3;
  margin-bottom: 60px;
}

#funnel .txt small {
  font-size: 40px;
}

#funnel.fn3 .txt small {
  line-height: 1.5;
  display: block;
  margin-bottom: -7%;
}

#funnel.fn4 .txt small {
  line-height: 1.5;
  display: block;
}

#funnel .movie {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40%;
  height: 0;
  position: relative;
  width: 70%;
  overflow: hidden;
  margin-bottom: 100px;
}

#funnel .movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#funnel .movie a,
#funnel .movie-block a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#funnel .movie-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22%;
  height: 0;
  position: relative;
  width: 40%;
  overflow: hidden;
}

#funnel .movie-block iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#funnel .arrow01::after {
  bottom: 70px;
}

#funnel .arrow01.txt1 {
  padding-bottom: 15%;
  font-size: 53px;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -1px 0px 2px #ffffff, 0px -2px 2px #ffffff;
  margin-bottom: 0;
}

#funnel .sec-box.first {
  border-top: solid 10px #00366b;
}

#funnel .sec-box {
  border: solid 2px #00366b;
  text-align: left;
  padding: 40px 30px;
  color: #00366d;
  font-size: 30px;
  line-height: 1.6;
}

#funnel .sec-box.first dl:first-child {
  border-bottom: dashed #ccc 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#funnel .sec-box dt {
  border-left: 5px solid #00366d;
  border-bottom: 1px solid #00366d;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding-bottom: 10px;
}

#funnel .sec-box dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f008";
  padding-right: 10px;
}

#funnel .sec-box dd {
  color: #04003f;
  font-size: 25px;
  line-height: 1.8;
  padding-top: 10px;
}

#funnel .bl {
  color: #fff;
  background: #00366b;
  font-size: 32px;
  padding: 5px 40px;
}

#funnel .sec-box p {
  margin-top: 10px;
  font-size: 28px;
  color: #04003f;
}

#funnel.fn2 .sec-box p {
  margin-top: 0;
  font-size: 26px;
}

#funnel .navi {
  background: #04003f;
  padding: 10px 0;
  margin-bottom: 100px;
}

#funnel.fn4 .navi {
  margin-bottom: 0;
}

#funnel .navi .flex {
  padding: 20px 0;
}

#funnel .navi ul {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset -2px 4px 4px 2px rgba(0, 0, 0, 0.3);
  width: 25%;
  min-height: 200px;
  font-size: 32px;
  position: relative;
  margin-right: 20px;
}

#funnel .navi ul a {
  display: block;
color: #04003f;
}

#funnel .navi ul:last-child {
  margin-right: 0;
}

#funnel .navi li:first-child {
  background: #04003f;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

#funnel .navi li:last-child {
  text-align: center;
  line-height: 1.3;
  margin-top: 5%;
}

#funnel .navi li:last-child span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: block;
}

#funnel .navi ul.cs::before {
  content: '-coming soon-';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(228, 232, 242, 0.8);
  border-radius: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

#funnel #movie-cp .bg-bl {
  padding-top: 0;
  overflow: hidden;
}

#funnel #movie-cp .ribbon-bg {
  position: relative;
}

#funnel #movie-cp .ribbon-bg::before {
  content: "";
  width: 30%;
  height: 100vh;
  background: url(../img/bg-ribbon01.png) top / 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  z-index: 2;
  left: -66px;
}

#funnel #movie-cp .ribbon-bg::after {
  content: "";
  width: 20%;
  height: 100vh;
  background: url(../img/bg-ribbon02.png) top / 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  z-index: 2;
  right: -70px;
}

#funnel #movie-cp .bg-gry {
  position: relative;
  text-align: left;
  padding: 40px;
  text-align: center;
}

#funnel .line {
  position: relative;
  background: none;
  color: #fff;
  font-size: 106px;
  font-weight: 700;
  margin-bottom: 30px;
}

#funnel .ribbon1 {
  color: #00366d;
  width: 75%;
  font-size: 32px;
}

#funnel .line .inner::before {
  left: 20px;
}

#funnel .line .inner::after {
  right: 20px;
}

#funnel .ribbon1::before {
  border-color: transparent transparent transparent #00366d;
}

#funnel .ribbon1::after {
  border-color: transparent #00366d transparent transparent;
}

#funnel #movie-cp .ttl {
  background: #00366d;
  color: #FFF;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 35px;
  text-align: center;
}

#funnel #movie-cp .txt {
  font-size: 22px;
  padding-left: 30px;
  margin-bottom: 30px;
}

#funnel #movie-cp .txt span.red {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}

#funnel #movie-cp .sub-ttl,
#funnel #cp-area2 .sub-ttl{
  padding-left: 20px;
  padding-right: 20px;
  /*padding-bottom: 10px;*/
  font-size: 32px;
  color: #00366d;
  margin-bottom: 20px;
}

#funnel #movie-cp .sub-ttl::before,
#funnel #cp-area2 .sub-ttl::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06b";
  padding-right: 10px;
}

#funnel #movie-cp .box,
#funnel #cp-area2 .box{
  font-size: 25px;
  padding-left: 30px;
}

#funnel #movie-cp .box2 {
  position: relative;
  background: #FFF;
  border: solid 2px #a27a00;
  padding-top: 50px;
  width: 95%;
  margin: 5% auto 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

#funnel #movie-cp .box2 .ttl {
  position: absolute;
  top: -30px;
  left: 0;
  color: #a27a00;
  background: #fff479;
  box-shadow: 2px 2px 1px 2px #a27a00;
  right: 0;
  margin: auto;
  width: 50%;
}

#funnel #movie-cp ul {
  margin-top: 20px;
  position: relative;
  width: 33%;
  padding: 0 20px 10px;
  border-right: dashed 1px #c2c2c2;
}

#funnel #movie-cp ul li:last-child {
  border-right: none;
  text-align: left;
}

#funnel #movie-cp ul li img {
  margin: 0 auto 20px;
  display: block;
}

#funnel #movie-cp ul li:last-child {
  font-size: 23px;
  padding: 0 40px;
  color: #00366d;
  line-height: 1.5;
  letter-spacing: 2px;
}

#funnel #movie-cp ul li:last-child em {
  border-bottom: solid 2px #00366d;
  position: relative;
}

#funnel #movie-cp ul li:last-child em {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: inline-block;
}

#funnel #plates {
  margin: 100px auto;
}

#funnel #plates .cont {
  margin-bottom: 20px;
}

#funnel #plates .cont {
  border-bottom: dashed #ccc 1px;
  padding-bottom: 30px;
}

#funnel #plates .cont:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#funnel #plates .sec-box dl {
  margin-right: 60px;
  width: 60%;
}

#funnel #plates .sec-box .icon-pt {
  background: #00366d;
  color: #FFF;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 22px;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#funnel #plates .sec-box dl:first-child {
  border-bottom: none;
  margin-bottom: 0;
}
#funnel #plates .sec-box .ph{
  width: 35%;
}
#funnel #plates .sec-box .ph img{
  width: 100%;
}
#funnel.fn4 #reco h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
  font-size: 80px;
  text-align: center;
  line-height: 1;
}

#funnel.fn4 #reco h3 p {
  font-size: 80px;
  color: #00366d;
}

#funnel.fn4 #reco h3 span {
  background: #00366d;
  color: #FFF;
  border-radius: 50px;
  padding: 15px 70px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#funnel.fn4 #reco h3::after {
  content: "";
  width: 94px;
  height: 100%;
  position: absolute;
  top: 45px;
  right: -40px;
  background: url(../img/icon-light.png) center / 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

#funnel.fn4 #reco p::after {
  content: "";
  position: absolute;
  height: 2px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0, #00366d 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0, #00366d 50%, transparent 100%);
  width: 100%;
  bottom: -20px;
  left: 0;
  margin: auto;
}

#funnel #reco ul {
  font-size: 36px;
  color: #00366d;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  text-align: left;
}

#funnel #reco li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
  border-bottom: dashed #ccc 1px;
  padding-bottom: 10px;
}

#funnel #reco li:last-child {
  margin-bottom: 0;
}

#funnel #reco li::before {
  content: "";
  width: 53px;
  height: 46px;
  margin-right: 15px;
  background: url(../img/icon-check.png) center / 100%;
  background-repeat: no-repeat;
}

#funnel.fn4 .bl {
  width: 94.3%;
  margin-bottom: 50px;
  overflow: hidden;
  background: #04003f;
}

#funnel #val h3 {
  margin: 0 auto 80px;
  width: 100%;
  text-align: center;
  color: #04003f;
}

#funnel #val h3::after {
  content: "";
  height: 2px;
  border-width: 0;
  background: #ff4c40;
  width: 60%;
  display: block;
  margin: auto;
}

#funnel #val h3 p {
  font-size: 43px;
  position: relative;
}

#funnel #val h3 p::before {
  content: "";
  position: absolute;
  left: 22%;
  top: 0;
  width: 79px;
  height: 100%;
  margin-right: 15px;
  background: url(../img/icon-fuki.png) center / 100%;
  background-repeat: no-repeat;
}

#funnel #val h3 p::after {
  content: "";
  position: absolute;
  right: 22%;
  top: 0;
  width: 79px;
  height: 100%;
  margin-right: 15px;
  background: url(../img/icon-fuki2.png) center / 100%;
  background-repeat: no-repeat;
}

#funnel #val h3 span {
  font-size: 63px;
}

#funnel #val h3 .min {
  font-family: Zen Old Mincho;
  font-size: 90px;
  color: #ff4c40;
  line-height: 1;
}

#funnel #val h3 .min small {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 63px;
  color: #ff4c40;
}

#funnel #val dl {
  font-size: 32px;
  color: #04003f;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

#funnel #val dt {
  background: #ff4c40;
  color: #FFF;
  padding: 0 30px;
  margin-bottom: 10px;
  border-radius: 30px 0 30px 0;
}

#funnel #val dd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
  border-bottom: solid #ff4c40 1px;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 30px;
}

#funnel #val dd::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
  color: #04003f;
  padding-right: 5px;
}

#funnel #val a {
  display: block;
  color: #04003f;
}

#funnel #val .bg-wh2.rad-n {
  border-radius: 0;
  position: relative;
}

#funnel #val .bg-wh2 h4 {
  border-bottom: solid #ff4c40 2px;
  font-size: 34px;
  color: #ff4c40;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 20px 5px;
}

#funnel #val .bg-wh2.rad-n .icon {
  position: absolute;
  left: -30px;
  top: -25px;
}

#funnel #val .bg-wh2 .flex {
  width: 85%;
  margin: 0 auto;
  align-items: center;
}

#funnel #val .bg-wh2 .flex p {
  font-size: 22px;
  line-height: 2;
  margin-right: 50px;
  margin-bottom: 0;
  color: #04003f;
}

#funnel #fn4-cp {
  background: #fffbe0;
}

#funnel #fn4-cp img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#funnel #fn4-cp .bd01 {
  border: solid 8px #a27a00;
}

#funnel #fn4-cp .bd02 {
  border: solid 4px #a27a00;
}

#funnel #fn4-cp .bg-gd .ttl {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background: #a27a00;
  width: 115%;
  min-height: 120px;
  margin-left: -13%;
  padding-left: 15%;
}

#funnel #fn4-cp .icon {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

#funnel #fn4-cp .ph {
  width: 35%;
  margin-right: 20px;
}

#funnel #cta {
  margin-bottom: 100px;
}



@media screen and (max-width: 1200px) {
  .inner {
    width: 98%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  body {
    position: relative;
  }
  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    width: auto;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }

  .bd01 {
    border: solid 4px #04003f;
  }
  .mb01 {
    margin-bottom: 4px;
  }
  .bd02 {
    border: solid 2px #04003f;
  }
  .btn a {
    animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 2s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
    display: block;
  }
  .btn img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  #funnel #fn4-cp .bd01 {
    border: solid 4px #a27a00;
  }
  #funnel #fn4-cp .bd02 {
    border: solid 2px #a27a00;
  }
  #index header {
    margin-bottom: 30px;
  }
	.mv {
		background: url("../img/sp/mv.jpg") no-repeat top center;
		    background-size: 100%;
		    padding-bottom: calc(65.5vw + 10px);
	}
  .txt1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .arrow01 {
    margin-bottom: 60px;
  }
  .arrow01::after {
    bottom: -50px;
  }
  .note {
    font-size: 12px;
    padding-left: 0;
    line-height: 1;
    margin-top: 10px;
  }
  .section1 {
    margin-bottom: 35px;
  }
  .ribbon1 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .ribbon1:before {
    border-width: 25px 0px 25px 20px;
  }
  .ribbon1:after {
    border-width: 25px 20px 25px 0px;
  }
  .line img {
    display: flex;
  }
  .line .inner {
    padding: 10px 0;
  }
  .line {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .line .inner::before,
  .line .inner::after {
    content: none;
  }
  .cp .box .icon {
    width: 15%;
    position: static;
    text-align: center;
    margin: 0px auto -12px;
  }
  .cp .box h2 {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
  }
  .section2 .box .bd-gr {
    border: solid 1px #01b302;
    padding: 30px 10px 20px 10px;
  }
  .cp .box .txt-ud {
    font-size: 18px;
	  text-align: left;
  }
  .cp .box .txt-ud .flex {
    flex-wrap: wrap;
  }
  .section2 .box ul li:first-child {
    width: 100%;
    padding-left: 0;
  }
  .fs25 {
    font-size: 20px!important;
  }
  .cp .box {
    width: 98%;
    margin: 0 auto 20px;
  }
  h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  h3 strong {
    font-size: 50px;
  }
  .section3 h3 strong::after {
    width: 6%;
    height: 100%;
    top: -40%;
  }
  .bg-bl {
    padding: 20px 0;
  }
  .sub-ttl {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .txt-box {
    font-size: 2rem;
  }
  .section3 .arrow01 {
    margin-top: 40px;
    font-size: 28px;
  }
  .bd01-lbl {
    border: solid 4px #00366d;
  }
  .bd02-lbl {
    border: solid 2px #00366d;
  }
  .section3 .flex {
    flex-wrap: wrap;
  }
  .section3 .last {
    margin-bottom: 40px;
  }
  .section3 .first {
    margin-bottom: 0;
  }
  .section3 dl:first-child {
    margin-right: auto;
  }
  .section3 dl {
    border: solid 1px #04003d;
    width: 100%;
    margin: 0 auto 20px;
  }
  .section3 dl dt {
    min-height: 90px;
    font-size: 22px;
    border-bottom: 2px solid #04003d;
    line-height: 1.5;
  }
  .section3 dd {
    padding: 20px 10px;
    font-size: 18px;
    min-height: auto;
  }
  .bg-gry {
    padding: 20px 0;
  }
  #merit h3 strong::after {
    width: 12%;
    height: 100%;
    top: 0px;
    right: -40px;
  }
  #merit .first {
    margin-top: 0;
  }
  .bl-box {
    width: 100%;
    margin: 0 auto 60px;
  }
  .bl-box dt {
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .bl-box dt .icon {
    width: auto;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .bl-box dt .icon strong {
    font-size: 23px;
    font-style: italic;
  }
  .bl-box dd {
    font-size: 18px;
    width: auto;
    line-height: 1.8;
  }
  .arrow02::after {
    bottom: -70px;
  }
  .arrow02 {
    margin: 50px auto 80px;
  }
  .step-box {
    margin-bottom: 30px;
    width: auto;
  }
  .section5 .flex {
    flex-wrap: wrap;
  }
  .section5 {
    margin-bottom: 30px;
  }
  .step-box li .icon {
    font-size: 22px;
  }
  .step-box li .icon i {
    font-size: 28px;
  }
  .step-box li p {
    font-size: 32px;
    padding: 20px;
    line-height: 1.3;
  }
  .step-box:first-child {
    margin-right: 0;
  }
  .step-box li:first-child {
    width: 100%;
  }
  .step-box li:last-child {
    margin: 10px auto 0;
    width: 30%;
  }
  .step-box .btn02 {
    font-size: 28px;
    margin-top: 0;
  }
  .bg-bl2 {
    padding: 30px 0;
  }
  footer {
    margin-top: 100px;
  }
.btn-cp:hover {
    left: 0;
}
  #intro .box {
    margin: 10px auto;
    flex-wrap: wrap;
  }
  #intro .box .ph {
    width: 50%;
    margin: 0 auto 10px;
  }
  #intro .box .name {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #intro .box .name em {
    font-size: 16px;
  }
  #intro .txt {
    width: 90%;
    margin: 0 auto;
  }
  #intro .box p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #intro .ph-img img {
    margin-right: auto;
	margin-bottom: 10px;
    width: 100%;
  }
#intro .ph-img img:nth-child(n + 3) {
  display: none;
}
  #intro .ph-img {
    margin-bottom: 0;
	flex-wrap: wrap;
  }
	#intro .box .li-box{
    margin-bottom: 30px;
  }
  #intro .box .li-box li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #intro .img2 img {
    margin-right: auto;
	margin-left: auto; 
	border: solid #ccc 1px;
    width: 70%;
  }
  #intro .img2 img:nth-child(n + 2) {
  display: none;
}
  .section7 {
    margin-bottom: 60px;
  }
  .section7 .btn {
    margin-top: 40px;
  }
  .section7 .btn img {
    width: 100%;
  }
  footer .flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer li {
    margin-right: 0;
    width: 100%;
  }
  footer li:first-child {
    margin-bottom: 10px;
  }
  /*funnel*/
  .bd03 {
    height: 10px;
  }
  #funnel .btn {
    margin-top: 20px;
  }
  #funnel .btn img {
    width: 100%;
  }
  #funnel h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #funnel .txt small {
    font-size: 28px;
  }
  #funnel .txt {
    margin-bottom: 30px;
  }
  #funnel .movie {
    margin-bottom: 40px;
    padding-bottom: 55%;
    width: 100%;
  }
  #funnel .arrow01.txt1 {
    font-size: 28px;
  }
  #funnel .arrow01::after {
    bottom: 40px;
  }
  #funnel .sec-box {
    padding: 30px 20px;
  }
  #funnel .sec-box {
    font-size: 22px;
  }
  #funnel .sec-box dd {
    font-size: 18px;
  }
  #funnel .sec-box.first dl:first-child {
    padding-bottom: 10px;
  }
  #funnel .bl {
    font-size: 22px;
    padding: 0 10px;
  }
  #funnel .sec-box p {
    margin-top: 10px;
    font-size: 20px;
  }
  #funnel .navi {
    margin-bottom: 40px;
  }
  #funnel .navi li:last-child span,
  #funnel .navi ul.cs::before {
    text-align: center;
    line-height: 1;
  }
  #funnel .navi ul {
    font-size: 20px;
  }
  #funnel #movie-cp .ttl {
    font-size: 22px;
    display: flex;
    justify-content: center;
  }
  #funnel #movie-cp .txt span.red {
    font-size: 28px;
  }
  #funnel #movie-cp .txt {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
#funnel #movie-cp .sub-ttl,
#funnel #cp-area2 .sub-ttl{
    font-size: 22px;
	padding-bottom: 0;
	margin-bottom: 20px;
  }
#funnel #movie-cp .sub-ttl::before, #funnel #cp-area2 .sub-ttl::before{
    padding-right: 0;
}
  #funnel #movie-cp .box,
#funnel #cp-area2 .box{
    font-size: 20px;
  }
  #funnel #movie-cp .box2 .ttl {
    position: static;
    display: flex;
    justify-content: center;
    width: auto;
    margin-bottom: 20px;
  }
  #funnel #movie-cp .box2 {
    width: auto;
    margin-top: 20px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #funnel #movie-cp .box2 .flex {
    flex-wrap: wrap;
  }
  #funnel #movie-cp ul {
    width: 100%;
    border-right: none;
    border-bottom: dashed 1px #c2c2c2;
  }
  #funnel #movie-cp ul:last-child {
    border-bottom: none;
  }
  #funnel #movie-cp li img {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  #funnel #movie-cp .bg-bl .sp_only img {
    width: 100%;
    padding-top: 10px;
    display: flex;
  }
  .ribbon2 {
    width: 100%;
    font-size: 22px;
  }
  #funnel #movie-cp .ribbon-bg::before {
    width: 20%;
    height: 100vh;
    top: -30px;
    left: -40px;
  }
  #funnel #movie-cp .ribbon-bg::after {
    width: 10%;
    height: 100vh;
    right: -22px;
    top: -6px;
  }
  #funnel #movie-cp .bg-gry {
    padding: 10px;
  }
  #funnel #plates {
    margin: 40px auto;
  }
  #funnel #plates .sec-box .icon-pt {
    width: auto;
  }
  #funnel #plates .cont:first-child {
    padding-bottom: 20px;
  }
  #funnel #plates .flex {
    flex-wrap: wrap;
  }
  #funnel #plates .sec-box dl {
    margin-right: 0;
    width: 95%;
  }
	#funnel #plates .sec-box .ph{
	width: 95%;	
	}
  #funnel .sec-box dt {
    line-height: 1.3;
  }
  #funnel .movie-block {
    padding-bottom: 45%;
    width: 80%;
  }
  #funnel #movie-cp ul li:last-child {
    padding: 0;
  }
  #funnel.fn4 #reco h3 span {
    font-size: 30px;
  }
  #funnel.fn4 #reco h3 p {
    font-size: 50px;
  }
  #funnel.fn4 #reco h3::after {
    width: 12%;
    height: 100%;
    top: 40px;
    right: -18px;
    margin-left: 0;
  }
  #funnel #reco ul {
    font-size: 22px;
  }
  .bg-wh {
    width: 95%;
    margin: 0 auto;
  }
  .bl-box {
    width: 95%;
  }
  #merit h3::after {
    width: 12%;
    height: 100%;
    top: 0;
    right: -35px;
    margin-left: 0;
  }
  #funnel #val h3 {
    margin-bottom: 40px;
  }
  #funnel #val h3 p {
    font-size: 22px;
  }
  #funnel #val h3 p::before,
  #funnel #val h3 p::after {
    width: 5%;
  }
  #funnel #val h3 .min {
    font-size: 50px;
  }
  #funnel #val h3 span,
  #funnel #val h3 .min small {
    font-size: 33px;
  }
  #funnel #val .bg-wh2.rad-n .icon {
    position: static;
  }
  .bg-wh2 {
    width: 95%;
    margin: 0 auto 30px;
    padding: 30px 0;
  }
  #funnel #val dl {
    font-size: 22px;
  }
  #funnel #val dl:last-child dd {
    margin-bottom: 0;
  }
  #funnel #val .bg-wh2 h4 {
    font-size: 24px;
  }
  #funnel #val .bg-wh2 .flex {
    flex-wrap: wrap;
  }
  #funnel #val .bg-wh2 .flex p {
    font-size: 18px;
    line-height: 1.5;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bg-gd {
    flex-wrap: wrap;
    overflow: visible;
    border-radius: 30px;
  }
  #funnel #fn4-cp .icon img {
    width: 50%;
    margin-top: -30%;
  }
  #funnel #fn4-cp .bg-gd .ttl {
    width: 100%;
    margin-left: 0;
    font-size: 24px;
    min-height: auto;
    padding: 10px;
    justify-content: center;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #funnel #cta {
    margin-bottom: 30px;
  }
  .bg-lyel {
    padding: 50px 0 20px;
  }
  .btn-cp {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    width: 65%;
  }
  .btn-cp a {
    padding: 10px;
    border-radius: 10px;
    width: auto;
    writing-mode: unset;
    letter-spacing: 0;
  }
	.cp .box .bd-gr .ph {
    float: none;
    padding-left:0;
}
	.btn-cp:hover {
	left: 0;	
	}
}

@media screen and (max-width: 640px) {
  #funnel #movie-cp .ribbon-bg::before {
    top: -25px;
    left: -20px;
  }
  #funnel #movie-cp .ribbon-bg::after {
    right: -18px;
    top: -6px;
  }
}

@media screen and (max-width: 620px) {
  .bg-00 {
    padding: 20px 0;
  }
  #merit h3::after,
  .section3 h3 strong::after,
  #funnel #val h3 p::before,
  #funnel #val h3 p::after,
  #funnel.fn4 #reco h3::after {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  body {
    line-height: 1.5;
  }
  .section3 .arrow01 {
    font-size: 23px;
  }
  .section3 dl dt {
    min-height: auto;
    font-size: 18px;
    padding: 10px 0;
  }
  .section3 dd {
    padding: 10px;
    font-size: 16px;
  }
  .bl-box dt {
    font-size: 20px;
  }
  .bl-box dt .icon strong {
    font-size: 20px;
  }
  .step-box li p {
    font-size: 28px;
    padding: 10px;
  }
  .step-box li:first-child {
    padding: 10px;
  }
  #funnel .arrow01.txt1 {
    font-size: 23px;
  }
#funnel .navi li:first-child {
    margin-top: 15px;
}
#funnel .navi ul {
    width: 48%;
    margin-right: 5px;
    min-height: 110px;
}

  #funnel .navi .flex.inner {
    width: 99%;
    margin: 0 auto;
}
#funnel .navi ul {
    font-size: 16px;
}
	#funnel .navi ul.cs::before{
	font-size: 14px;	
	}
	#funnel .navi li:last-child {
    margin-top: 15%;
}
	#funnel .navi li:last-child span {
    font-size: 12px;
	letter-spacing: 0;
}
  #funnel #movie-cp .box2 {
    margin-bottom: 10px;
  }
  #funnel #movie-cp .box {
    padding-left: 0;
  }
  #funnel .sec-box,
  #funnel #movie-cp .box2 {
    padding: 20px 10px !important;
  }
  #funnel .sec-box p {
    font-size: 18px;
  }
  #funnel #movie-cp .ttl {
    font-size: 16px;
    letter-spacing: -1px;
  }
  #funnel #movie-cp .txt span.red {
    font-size: 23px;
    text-align: center;
  }
  #funnel #movie-cp .box,
  #funnel #movie-cp .sub-ttl {
    font-size: 18px;
    padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
  }
  #funnel #movie-cp ul li img {
    margin: 0 auto 10px;
  }
  #funnel #movie-cp .txt {
    font-size: 18px;
    padding-left: 0;
  }
  #funnel #movie-cp ul li:last-child {
    font-size: 18px;
  }
  #funnel .sec-box {
    font-size: 18px;
  }
  #funnel .txt small {
    font-size: 20px;
  }
  #funnel #plates .sec-box .icon-pt {
    font-size: 18px;
  }
  .txt1 {
    font-size: 23px;
  }
  #funnel .arrow01::after {
    bottom: 20px;
  }
  #funnel .bl {
    font-size: 20px;
    line-height: 1.3;
  }
  #funnel.fn2 .sec-box p {
    margin-top: 0;
    font-size: 18px;
  }
  #funnel .sec-box {
    font-size: 20px;
  }
  #funnel.fn4 .txt small {
    font-size: 18px;
  }
  #funnel.fn4 #reco h3 span {
    font-size: 18px;
    padding: 10px;
  }
  #funnel.fn4 #reco h3 p {
    font-size: 36px;
  }
  .bg-wh,
  .bg-lbl {
    padding: 30px 0;
  }
  #funnel.fn4 #reco h3 {
    margin-bottom: 30px;
  }
  #funnel #reco ul {
    font-size: 18px;
    line-height: 1.3;
  }
  #funnel #reco li {
    margin-bottom: 20px;
  }
  #funnel #val h3 p {
    font-size: 22px;
  }
  #funnel #val h3 .min {
    font-size: 38px;
  }
  #funnel #val h3 span,
  #funnel #val h3 .min small {
    font-size: 24px;
  }
  #funnel #val dl {
    font-size: 18px;
    width: 90%;
  }
  #funnel #val dd {
    line-height: 1.3;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #funnel #val .bg-wh2 h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto 20px;
  }
  #funnel #fn4-cp .bg-gd .ttl {
    font-size: 22px;
    text-align: center;
  }
  #funnel #fn4-cp .icon img {
    width: 35%;
    margin-top: -30%;
  }
  #funnel #movie-cp .ribbon-bg::before,
  #funnel #movie-cp .ribbon-bg::after {
    display: none;
  }
  .btn-cp a {
    font-size: 16px;
    letter-spacing: 0
  }
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}









/*letter*/
.bd04 {
  background: repeating-linear-gradient(120deg, #04003f 0, #04003f 10px, #ffde00 10px, #ffde00 20px);
  height: 20px;
}
.bg-nv{
	background: #04003f;
	padding: 60px 0;
}
.letter .mv {
    background: url("../img/letter/mv.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: calc(67vw + 10px);
    position: relative;
    overflow: hidden;
}
.letter .mv2{
  background:  url("../img/ft-mv.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: calc(62.5vw + 10px);
  position: relative;
  overflow: hidden;
}

.letter .btnArea{
	margin: 80px auto 0;
}
.letter .bg-wh03 {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0;
    box-shadow: none;
    margin-bottom:0;
	padding-bottom: 40px;
}	
#funnel.letter h2{
    background:none;
	box-shadow:none;
	font-size: 100px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.letter h2 span{
    display: block;
	font-size: 73px;
}
.letter .bg-yel02 {
    background: #ffde00;
    color: #04003f;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 38px;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.letter .center{
	padding:50px 0;
}
#funnel.letter #movie-cp .sub-ttl{
	padding-bottom: 0;
	margin-bottom: 10px;
}
.letter .cp .box {
    position: relative;
    width: 95%;
    margin: 0 auto;
	padding-left: 0 !important;
}
.letter .cp .box.first {
  margin-bottom: 100px
}
.letter .cp .bd-yel {
	border: solid 1px #ffde00;
	padding: 60px 40px;
}
.letter .cp .bd-brn {
	border: solid 1px #a15e0d;
	padding: 60px 40px;
	font-size: 24px;
}
.letter .cp .box h3{
    background: #ffde00;
    font-size: 60px;
    font-weight: 600;
    border-radius: 30px 30px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
	display: block;
	margin-bottom: 0;
}

.letter .cp .box .icon img{
  width: 70%;
}

.letter .cp .box .ttl03{
    border-left: 5px solid #00366d;
    border-bottom: 1px solid #00366d;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding-bottom: 10px;
	color: #00366d;
	margin-bottom: 30px;
	font-size: 32px;
}
.letter .cp .box .ttl03::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f008";
    padding-right: 10px;
}
.letter .check::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #d9171d;
    padding-right: 5px;
}

.letter .cp .txt-block{
	padding: 20px 40px;
}
.letter .cp .txt-block .box {
    margin-bottom: 20px;
}
#funnel.letter #reco h3 span {
    background: #00366d;
    color: #FFF;
    border-radius: 50px;
    padding: 15px 70px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#funnel.letter #reco h3 p {
    font-size: 80px;
    color: #00366d;
}
#funnel.letter #reco h3::after {
    content: "";
    width: 94px;
    height: 100%;
    position: absolute;
    top: 45px;
    right: -40px;
    background: url(../img/icon-light.png) center / 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
}
#funnel.letter #reco p::after {
    content: "";
    position: absolute;
    height: 2px;
    border-width: 0;
    background-image: -webkit-linear-gradient(left, transparent 0, #00366d 50%, transparent 100%);
    background-image: linear-gradient(90deg, transparent 0, #00366d 50%, transparent 100%);
    width: 100%;
    bottom:0;
    left: 0;
    margin: auto;
}
.letter .bl-box dd{
min-height: 400px;
}
.letter .bl-box dd img{
    float: right;
	margin-left: 10px;
	display: block;
}
.letter .others{
    background: #04003f;
    padding: 65px 0;
	margin-bottom: 75px;
}
.letter .others h3 {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
    color: #fff;

}
.letter .others h3 p {
    font-size: 43px;
    position: relative;
}
.letter .others h3 .min {
    font-family: Zen Old Mincho;
    font-size: 90px;
    color: #fff;
    line-height: 1;
}
.letter .others h3 .min small {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 63px;
    color: #fff;
}
#funnel.letter .sec-box dl{
    border-bottom: dashed #ccc 1px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#funnel.letter .sec-box dl:last-child{
    border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#funnel.letter .others .sec-box dt::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e7";
    padding-right: 10px;
}
#funnel.letter #val .bg-wh2 .flex p {
    font-size: 25px;
    line-height: 2;
    margin-left: 20px;
    font-weight: normal;
}
#funnel.letter #val{
   margin-bottom: 75px;
}
#funnel.letter #val .bg-wh2 .flex {
    width: 90%;
}
.letter .others02{
	margin-bottom: 75px;
}
.letter .others02 .bg-bl2{
	margin-bottom: 75px;
	padding: 35px 0;
}
.letter .corse {
	
}
#funnel.letter .note02{
	font-size: 20px;
}
#funnel.letter .note03{
	font-size: 20px;
	
}
.letter .corse .block{
	width: 90%;
	margin: 0 auto 50px;
	padding: 50px 0 0;
	font-size: 20px;
}
.letter .corse .block02{
	width: 95%;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 20px;
}
#funnel.letter .corse .txt{
	font-size: 36px;
	margin-bottom:10px;
	
}
#funnel.letter .corse .txt02{
    font-size: 23px;
    margin-bottom: 10px;
}
#funnel.letter .corse ul{
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	
}
#funnel.letter .corse li{
	position: relative;
    padding-bottom: 10px;
    font-size: 32px;
    color: #00366d;
    margin-bottom: 10px;
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #00366d;
	display: flex;
    align-items: center;
}
#funnel.letter .corse li:last-child{
    margin-bottom: 0;
}

#funnel.letter .corse li a{
    color: #00366d;
	display: block;
	width: 100%;
	pointer-events:none;
	
}
#funnel.letter .corse li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f274";
    padding-right: 10px;
	
}
/*#funnel.letter .corse li a::after {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f103";
	right: 0;
	top: 10px;
}*/
.letter #cp-area2 .box.first{
	margin-top: 100px;
}
#funnel.letter #cta .sec-box dl{
	border-bottom: none;
	margin-bottom:10px;
	padding-bottom: 10px;
}
#funnel.letter #cta ul{
	margin-bottom: 40px;
	padding:0 30px;
}
#funnel.letter #cta ul:last-child{
	margin-bottom: 0;
}
#funnel.letter #cta li{
	margin-bottom: 10px;
	border-bottom: dashed 1px #00366d;
	padding-bottom: 10px;
	display: flex;
    width: 100%;
    align-items: center;
}
#funnel.letter #cta li:last-child{
	margin-bottom: 0;
	
}
#funnel.letter #cta .li-01 li span{
    background: #00366d;
	color: #fff;
	padding:2px 10px;
	display: inline-block;
	font-size: 23px;
	margin-right: 10px;
	
}
#funnel.letter #cta .li-02 li{
    display: flex;
	align-items: center;

	
}
#funnel.letter #cta .li-02 li::before,
#funnel.letter .corse .li-02 li::before,
#funnel.letter .price li::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    padding-right: 10px;
	
}

#funnel.letter .corse h3{
    background: #00366d;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
	font-family: Zen Old Mincho;
	
}
#funnel.letter .corse h3.sec{
	margin-top: 40px;
}
#funnel.letter .corse h3.ttl-bloc01{
    background: #00366d;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
	font-family: Zen Old Mincho;
	
}
#funnel.letter .corse h3.ttl-bloc02{
	background: #a15e0d;
}
.letter .cp .guarantee .icon img{
	width:90%;
}
.letter .cp .guarantee.first{
	margin-top: 30px;
}
.letter .cp .pt{	
	border: solid 1px #00366b;
	margin-bottom: 20px;
}
.letter .cp .pt h4{	
	margin-bottom: 20px;
}
.letter .cp .pt h5{	
	font-size: 25px;
	background: #a15e0d;
	color: #fff;
	font-family: Zen Old Mincho;
	padding: 10px ;
	font-weight: bold;
	margin-bottom: 10px;
}
.letter .cp .pt h5 span{	
	background: #fff;
	color: #a15e0d;
	margin-right: 10px;
	padding: 0 10px;
	border-radius: 60px;
}
.letter .cp .pt .box{	
	border-bottom: #a15e0d 1px dashed;
	margin-bottom: 20px; 
	padding-bottom: 10px;
}
.letter .block strong{
	font-size: 40px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#funnel.letter .price .mv{
	background: url("../img/letter/program02-bnr.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: calc(70vw + 10px);
    position: relative;
    overflow: hidden;

}
#funnel.letter .price .sec:first-child{
	margin-top: 60px;
}
#funnel.letter .price .sec{
	width: auto;
	margin: 0 auto 60px;
padding: 30px 40px 50px;
	border: solid 1px #00366d;
	border-top: solid 10px #00366d;
	word-break: break-word;
}
#funnel.letter .price .sec:last-child{
	margin: 0 auto;
}

#funnel.letter .price li{
	border-bottom: dashed 1px #00366d;
}
#funnel.letter .price .txt::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02e";
    padding-right: 30px;
	
}
#funnel.letter .price .txt {
   font-size: 90px;
}
#funnel.letter .price .priceArea{
     padding-left: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#funnel.letter .price .priceArea p{
     font-size: 43px;
}
#funnel.letter .price .priceArea .normal{
     position: relative;
}
#funnel.letter .price .priceArea .normal::before{
  content: "";
  position: absolute;
  border-top:10px double #d9171d;
  width: 420px;
  top: 45%;
}
#funnel.letter .price .priceArea .offArea{
	font-weight: bold;
	color: #d9171d;
	position: relative;
    padding: 10px;
    background: #fcec90;
}
#funnel.letter .price .priceArea .offArea p{
  font-size: 6rem;
}
#funnel.letter .price .priceArea .offArea small{
  font-size: 4rem;
margin-right: 10px;
}
#funnel.letter .price .priceArea .offArea .circle{
  transform: translate(-30%, -30%);
  font-size: 6rem;
  animation: updown 2s infinite ease-in-out;
padding-right: 20px;	
	margin-top: 5px;
}
#funnel.letter .price .priceArea .offArea .circle::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
}
#funnel.letter .price .priceArea .offArea .circle.last{
 padding-left: 20px;
 padding-right: 0;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#funnel.letter .price .priceArea .tax{
     font-size: 30px;
}
#funnel.letter .price .priceArea .off{
    font-weight: bold;
}
#funnel.letter .price .priceArea .off .yen{
    font-size: 90px;
}

#funnel.letter .price .txt span{
    font-size: 60px;
	padding:0 10px;
}
#funnel.letter .price .note02{
	margin-bottom: 20px;
}
#funnel.letter .price .price-btn {
	margin-bottom: 20px;
	position: relative;
}
#funnel.letter .price .price-btn a{
	position: relative;
	color: #00366d;
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-bottom: solid 4px #00366d;
	background: linear-gradient(130deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
padding: 20px;
    border-radius: 100px;
	animation-name: dokidoki;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
	overflow: hidden;
}
#funnel.letter .price .price-btn.last a{
	animation-name: dokidoki;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
#funnel.letter .price .price-btn.last{
	margin-bottom: 0;
}
#funnel.letter .price .price-btn a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    padding-right: 10px;
	position: absolute;
	right: 0;
}
#funnel.letter .price .sec-bfo .price-btn a{
	animation: none;
}
#funnel.letter .price .price-btn.first a::before{
  position: absolute;
  content: '';
  display: inline-block;
  top: -200px;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 2.5s ease-in-out infinite;
}
#funnel.letter .price .price-btn.last a::before{
  position: absolute;
  content: '';
  display: inline-block;
  top: -200px;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 2.7s ease-in-out infinite;
}
#funnel.letter .price .price-btn span {
    background: #00a94a;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    font-size: 23px;
    margin-right: 20px;
	width: 10%;
    text-align: center;
	border-radius: 100px;
}
#funnel.letter .price .price-btn.last span {
	background: #a0005e;
}
.letter .arrow .arrow01{
	margin-top: 100px;
}

.letter .sec.sec-bfo .price-btn::after {
    content: '受付は間もなく開始します！';
	color: #d9171d!important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(228, 232, 242, 0.9);
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 20px;
	z-index:2;
}
#funnel.letter .price .price-btn span.doki{
animation-name: dokidoki;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: inline-block;
}
#funnel.letter .btn-cp a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f245";
    padding-top: 3px;
	position: absolute;
	animation-name: swing3;
   animation-duration: 2s;
   animation-delay: 1s;
   animation-iteration-count: infinite;
left: 30px;
}
@-webkit-keyframes swing3 {
   0% { -webkit-transform: rotate(0deg); }
   55% { -webkit-transform: rotate(0deg); }
   60% { -webkit-transform: rotate(-10deg); }
   65% { -webkit-transform: rotate(8deg); }
   70% { -webkit-transform: rotate(-5deg); }
   75% { -webkit-transform: rotate(4deg); }
   80% { -webkit-transform: rotate(-3deg); }
   85% { -webkit-transform: rotate(2deg); }
   90% { -webkit-transform: rotate(-1deg); }
   95% { -webkit-transform: rotate(1deg); }
   100% { -webkit-transform: rotate(0deg); }
}

/*accordion*/
.accordionBlock {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordionBlock .accordionTtl {
  display: flex;
  position: relative;
  padding: 10px 75px 10px 30px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: #00366d;
  cursor: pointer;
	margin-top: 20px;
	line-height:1.5;
	align-items: center;
}

.accordionTtl-sub{
	font-weight: 800;
	font-size: 40px;
	padding-right: 10px;
}
/*.accordionBlock .accordionTtl:hover,
.accordionBlock .accordionTtl:active,
.accordionBlock .content-entry.open .accordionTtl {
	background: #0f2f56;
}*/
.answer{
	display: table;
}
.answer .accordionTtl-sub,
.answer p{
	display: table-cell;
	vertical-align:top;
}
.answer p{
	font-size: 23px;
}

.answer .txt-in{
	display: block;
	text-indent: 6em;
}
.answer small{
	text-align: right;
	display: block;
	font-size: 16px;
	margin-right: 40px;
}
.accordionTtl{
  position: relative;
}
.accordionTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 40px;
  height: 6px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
.accordionTtl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*縦線*/
  width: 40px;
  height: 6px;
  background: #fff;
  transition: all .2s ease-in-out;
}
.accordionTtl.open{

}
.accordionTtl.open::before {
 transform: rotate(180deg);
}
.accordionTtl.open:after {
   opacity: 0;
}

.accordionCont{
  display: none;
padding: 10px 15px 10px 30px;
	line-height: 2;
	border: solid 1px #0f2f56;
	background: #FFF;
	color: #0f2f56;
	font-size: 20px;
}

/* CSS for CodePen */
.accordionBlock {
  margin: 0 auto ;
}
.faqArea{
  margin: 0 auto 100px;
}
#funnel.letter #arrow .arrow01{
  margin-top: 100px;
}

@media screen and (max-width: 1100px) {
	
	#funnel.letter{
	height: 100%;
    overflow: hidden;
    width: 100%;
	line-height: 1.5;
	}
	
	.letter .mv {
    background: url("../img/letter/sp-mv.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: calc(74vw + 10px);
    position: relative;
    overflow: hidden;
}
	.letter .mv2 {
    background-size: cover;
    padding-bottom: calc(92.5vw + 10px);
    position: relative;
    overflow: hidden;
}
	#funnel.letter h2 {
    font-size: 60px;
	padding-top: 30px;
}
	.letter h2 span {
    font-size: 43px;
}
	.letter .bg-yel02{
	font-size: 40px;
	}
.letter .cp .box .icon img {
    width: 70%;
    z-index: 3;
    position: relative;
}
	.letter .others02 h3,
	.letter .cp .box h3{
	font-size: 40px;
	}
	.letter .cp .bd-yel,
	.letter .cp .bd-brn{
    padding: 30px 20px;
}
	.letter .cp .bd-brn{
    font-size: 18px;
}
	.letter .block strong {
    font-size: 28px;
}
	.letter .cp .pt h5 {
    font-size: 20px;
		text-align: center;
}
.letter .cp .pt h5 span{
    display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
	margin-right: 0;
}
	
	.cp .box .bd-gr .ph {
        font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
	#funnel.letter #reco h3 span {
    font-size: 30px;
	padding: 10px 0;
}
	#funnel.letter #reco h3 p {
    font-size: 60px;
}
	#funnel.letter #reco h3::after{
		display: none;
	}
	.letter .btnArea {
    margin: 0 auto;
}
	#funnel.letter .corse .txt {
    font-size: 43px;
}
	#funnel.letter .corse li{
    font-size: 26px;
}
#funnel.letter .price .priceArea .offArea p {
    font-size: 4rem;
}
#funnel.letter .price .priceArea .off .yen {
    font-size: 60px;
}
	#funnel.letter .bl {
    padding: 10px 20px;
}
	#funnel.letter .corse .txt02 {
    font-size: 20px;
    margin-bottom: 10px;
}
	.letter #cp-area2 .box.first {
    margin-top:0;
	margin-bottom: 40px;
}
	.letter .cp .box .ttl03{
    font-size: 26px;
}
	#funnel.letter .sec-box p {
    margin-bottom: 10px;
}
	#funnel.letter .price .txt span {
    font-size: 40px;
    padding: 0 10px;
}
	#funnel.letter .price .price-btn span{
    width: 18%;
	font-size: 15px;
}
	#funnel.letter .price .price-btn a{
    font-size: 28px;
	border-radius: 20px;
}
#funnel.letter #cta ul {
    margin-bottom: 40px;
    padding: 0 0;
	font-size: 18px;
}
	#funnel.letter #cta .li-01 li span {
    font-size: 18px;
}
#funnel.letter .cp .box .icon {
    width: 20%;
    
}
#funnel.letter #val .bg-wh2 .flex p {
    margin-left:0;
	margin-top: 10px;
	margin-bottom:0;
}
#funnel.letter #cta .sec-box dl{
	font-size: 20px;
}

#funnel.letter #cta .li-01 li{
	flex-wrap: wrap;
}
	#funnel.letter .btn-cp a::after {
	right: 10px;
left: auto;
}
#funnel.letter #page-top{
	left: 10px;
}
#funnel.letter .btn-cp{
	right: 10px;
	left: auto;
}
#funnel.letter #arrow .arrow01{
  margin-top: 60px;
}
}


@media screen and (max-width: 640px) {
	#funnel.letter h2 {
    font-size: 30px;
    padding-top: 20px;
	margin-bottom: 10px;
}
	.letter h2 span {
    font-size: 26px;
}
	.letter .bg-yel02 {
    font-size: 20px;
    line-height: 1.2;
	margin-bottom: 20px;
}
	.letter .center {
    padding: 30px 0;
}
	#funnel.letter #movie-cp .sub-ttl {
    padding-bottom: 0;
    margin-bottom: 0;
}
	.letter .cp .box .icon img {
    width: 100%;
}
	.letter .cp .box h3 {
    font-size: 28px;
}
	.letter .cp .box .ttl03 {
    font-size: 20px;
    line-height: 1.2;
padding-right: 0;
}
	#funnel .sec-box dt{
padding-right: 0;
}
	.letter .cp .box.first {
    margin-bottom: 50px;
	
}
	.letter .cp .txt-block {
    padding: 0 10px;
    margin-top: 20px;
}
	
	.letter .others h3 .min {
    font-size: 50px;
}
	.letter .others h3 .min small {
    font-size: 26px;
}
	.letter .others h3 p {
    font-size: 26px;
}
	#funnel.letter #reco h3 span {
    font-size: 20px;
}
	#funnel.letter #reco h3 p {
    font-size: 40px;
}
	.letter .others h3 .min {
    font-size: 40px;
}
	#funnel.letter #val h3 .min{
		border-bottom: solid 2px #ff4c40;
	}
	#funnel.letter #val h3::after{
	display: none;
	}
	#funnel.letter .corse li {
    font-size: 18px;
}
	.letter .others {
    padding: 30px 0;
    margin-bottom: 30px;
}
	#funnel.letter #val {
    margin-bottom: 30px;
}
	.letter .others02 h3 {
    font-size: 30px;
}
	 .letter .cp .box h3 {
    font-size: 23px;
}
	.letter .others02 .bg-bl2 {
    margin-bottom: 30px;
    padding: 20px 0;
}
	#funnel.letter .price .sec{
    margin-bottom: 30px;
    padding: 30px 15px 30px;
}
	#funnel.letter .price .txt span {
    font-size: 28px;
	padding: 0 5px;
}
	#funnel.letter .price .txt::before {
    padding-right: 10px;
}
	#funnel.letter .corse .txt {
    font-size: 22px;
    margin-bottom: 10px;
}
#funnel.letter .price .priceArea {
    padding-left: 10px;
    text-align: left;
}
#funnel.letter .price .priceArea .normal::before {
    width: 290px;
}
#funnel.letter .price .priceArea .off{
    line-height: 1.3;
}
#funnel.letter .price .priceArea .off .yen {
    font-size: 40px;
}
#funnel.letter .price .priceArea p {
    font-size: 25px;
}
#funnel.letter .price .priceArea .tax {
    font-size: 20px;
}
#funnel.letter .price .priceArea .offArea{
    margin-bottom: 10px;
}
#funnel.letter .price .priceArea .offArea .circle {
    font-size: 4rem;
}
#funnel.letter .price .priceArea .offArea .circle.last {
    padding-left: 10px;
}
	#funnel.letter .price .priceArea .offArea .circle{
		margin-top: 10px;

	}
	#funnel.letter .price .priceArea .offArea .circle,
	#funnel.letter .price .priceArea .offArea p {
    font-size: 30px;
}
	#funnel.letter .price .priceArea p {
    font-size: 30px;
}
	#funnel.letter .price .priceArea .offArea small {
    font-size: 22px;
}
	#funnel.letter .price .price-btn a {
        flex-wrap: wrap;
	font-size: 28px;
		justify-content: center;
}

	#funnel.letter .price .price-btn span {
    width: 100%;
	margin-right:0;
	font-size: 18px;
	margin-bottom: 10px;
}
	#funnel.letter .price .price-btn a::after{
	display: contents;
	position: static;
	}
	.bg-nv {
    padding: 10px 0;
}
	.letter .bl-box dd img{
    float: none;
	margin-left:0;
	margin-bottom:10px;
}
.letter .corse .block {
    margin: 0 auto 30px;
    padding: 30px 0 0;
	font-size: 18px;
}
	
	.accordionBlock .accordionTtl,
	.accordionCont{
	padding: 10px 40px 10px 10px;
	}
	.accordionCont{
	padding: 10px 15px 10px;
	}
.accordionBlock .accordionTtl{
	font-size: 20px;
	}
	
	.accordionTtl::before,
	.accordionTtl:after{
	width: 30px;
    height: 3px;
    right: 15px;
	}
	
	.accordionTtl-sub {
    font-size: 30px;
    padding-right: 5px;
	font-weight: normal;
}
	.answer p {
    font-size: 18px;
}
	#funnel.letter #cta .li-01 li span {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
}
	#funnel.letter #cta .li-01 li span {
    font-size: 16px;
}
#funnel.letter #val .bg-wh2 .flex p{
    font-size: 18px;
}
	.letter .arrow .arrow01{
	margin-top: 50px;
}	
#funnel.letter .bg-pnk {
    padding: 20px 0;
}
#funnel.letter #arrow .arrow01{
  margin-top: 30px;
}
.letter .cp .pt h4{	
	text-align: center;
}
#funnel.letter .pt .txt02 {
    font-size: 18px;
}
#funnel.letter .note03 {
    font-size: 15px;
}
}
@media screen and (max-width: 500px) {
	.accordionBlock {

}
	.accordionBlock .accordionTtl{
		padding: 10px 45px 10px 10px;
	}
	.accordionBlock .accordionTtl:first-child{
		margin-top: 0;
	}
	.accordionCont{
		font-size: 23px;
		padding: 10px;
	}
	.answer p {
    font-size: 18px;
}
	.accordionTtl-sub {
    font-size: 30px;
    padding-right: 5px;
}
	.accordionTtl::before {
    right: 15px;
    width: 30px;
   
}
	.accordionTtl:after {
    right: 15px;
    width: 30px;
}
	#funnel.letter .price .sec:first-child{
    margin-top: 20px;
}
	.letter .center {
    padding: 30px 0 0;
}
.letter .corse .block02{
	font-size: 18px;
	padding-bottom: 0;
}
	.letter #cp-area2 .box.first {
    margin-top: 20px;
}
	.letter .bd-gr{
	font-size: 18px;	
	}
	#funnel.letter .price .priceArea p {
    font-size: 23px;
}
	#funnel.letter .price .priceArea .normal::before {
    width: 250px;
	border-top: 5px double #d9171d;
}

	#funnel.letter .price .priceArea {
    padding-left: 10px;
    text-align: center;
}

	#funnel.letter .price .priceArea .offArea .circle{
    margin-top: 20px;
}
	#funnel.letter .price .priceArea .offArea .circle, #funnel.letter .price .priceArea .offArea p {
    font-size: 25px;
}
}
@media screen and (max-width: 280px) {
	#funnel.letter .price .priceArea .tax {
    font-size: 14px;
}
	#funnel.letter .price .priceArea p {
    font-size: 18px;
}
	#funnel.letter .price .priceArea .normal::before {
    width: 185px;
}
	#funnel.letter .price .price-btn a {
    font-size: 22px;
}
	#funnel #fn4-cp .bg-gd .ttl {
    font-size: 16px;
}
	.letter .cp .bd-yel {
    padding: 30px 5px;
}
	.letter .cp .box h3 {
    font-size: 16px;
}
	.letter .cp .box .ttl03 {
    font-size: 16px;
}
	.bl-box dt{
	width: auto;
	}
	.bl-box dt,
	.bl-box dd{
	padding: 20px 5px;
	}
}
