@charset "UTF-8";
* {
    box-sizing:border-box;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
* {
    -webkit-touch-callout:none;
  }
  /*
:root {
  --defaultsize: 14px;
}
@media screen and (min-width:768px) {
  :root {
    --defaultsize: 16px;
  }
}*/
html {
	font-size: 62.5%;
    font-size: calc(100vw * 16 / 375);
    height: 100%;
}
@media screen and (min-width: 1440px) {
    html {
        font-size: calc(100vw * 50 / 1440);
    }
}

body {
    color: #1D2839;
    font-size: 16px;
    font-weight: 500;
    font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	-moz-font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.5px;
	position: relative;
    text-align: center;
	width: 100%;
}
img,
picture {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
    vertical-align: top;
}
a img {
	border: none;
}
/*
a:hover img {
    opacity: 0.8;
*/
h1,
h2,
h3,
h4 {
    font-weight: bold;
}
a:link,
a:visited {
	text-decoration: none;
}
ul, li  {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-only { display: none }
.flex {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1rem;
        line-height: 1.3;
    }
  .sp-only {
    display: block
    }
  .pc {
    display: none;
    visibility: hidden;
    }
    .flex {
    display: block;
    }    
}
/* ---------------------------------

CONTENTS
	
--------------------------------- */
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.cv {
    background: url(../images/lp02/cv-bg.png);
    background-size: 74px;
    padding: 50px 0;
}
.cv .inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
}
.cv .btnWrap + .inner {
    margin-top: 35px;
    padding-top: 1px;
}
.cv .h2Wrap {
    align-items: center;
    display: grid;
    grid-template-columns: 605px 1fr;
    position: relative;
    justify-content: center;
    margin: 30px auto;
    max-width: 940px;
}
.cv .h2Wrap h2 {
    background: #1D2839;
    color: #fff;
    font-size: 25px;
    padding: 8px 0;
}
.cv .h2Wrap .price {
    color: #1D2839;
    font-size: 32px;
    font-weight: 900;
    text-shadow: 4px 4px 0px #fff, -4px -4px 0px #fff,
                -4px 4px 0px #fff,  4px -4px 0px #fff,
                4px 0 0px #fff, -4px  0 0px #fff,
                0 4px 0px #fff,  0 -4px 0px #fff;
}
.cv .h2Wrap .price .strong {
    font-size: 40px;
}

.cv .h2Wrap + .btn a {
    align-items: center;
    border: 2px solid #1D2839;
    border-radius: 50vw;
    display: flex;
    font-size: 25px;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 0;
    width: 300px;
}
.cv .h2Wrap + .btn a:hover {
    background: #fff;
}
.cv .h2Wrap + .btn img {
    margin-left: 15px;
    width: 24px;
}

.cv .inner + .inner {
    margin-top: 40px;
    width: 100%;
}
@media screen and (max-width:1300px) {
    .inner,
    .cv .inner + .inner {
        width: 90%;
    }
    .cv .h2Wrap {
        display: block;
        margin: 30px auto;
    }
    .cv .h2Wrap h2 {
        font-size: 20px;
        padding: 5px 0;
    }
    .cv .h2Wrap .price {
        font-size: 30px;
        margin-top: 20px;
    }
    .cv .h2Wrap .price .strong {
        font-size: 40px;
    }
    .cv .h2Wrap + .btn a {
        font-size: 20px;
    }
}
.Monthlybnr {
    background: #e1e1e1;
    padding: 40px 0;
}
.Monthlybnr h2 {
    background: hsla(216, 33%, 17%, 1);
    color: hsla(102, 100%, 59%, 1);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
}
@media screen and (max-width:1300px) {
    .inner,
    .cv .inner + .inner {
        width: 90%;
    }
}

.cv .btnWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 940px;
}
.cv .btnWrap a {
    align-items: center;
    background: hsla(19, 87%, 55%, 1);
    border-radius: 8px;
    box-shadow: 0px 5px 0px rgba(85, 85, 85, 0.6);
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    padding: 20px;
    transition: .3s;
}
.cv .btnWrap a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #333;
}  
.cv .btnWrap  a.line {
    background: hsla(132, 52%, 54%, 1);
}
.cv .btnWrap a img {
    display: block;
    margin-right: 10px;
    margin-left: 0;
    width: 28px;
}
.cv .btnWrap  a.line img {
    width: 34px;
}

.cv .badgeWrap {
    align-items: baseline;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
}
.cv .badge {
    align-items: center;
    background: #fff;
    border-radius: 50vw;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 160px;
    justify-content: center;
    line-height: 1.1;
    letter-spacing: -1px;
    top: -20px;
    position: relative;
    width: 160px;
}
.cv .badgeWrap .txt p {
    color: #1D2839;
    font-size: 40px;
    font-weight: 900;
    text-shadow: 4px 4px 0px #fff, -4px -4px 0px #fff,
                -4px 4px 0px #fff,  4px -4px 0px #fff,
                4px 0 0px #fff, -4px  0 0px #fff,
                0 4px 0px #fff,  0 -4px 0px #fff;
}
.cv .badgeWrap .txt p span {
    color: #51D818;
}



.cv > picture img {
    margin: -60px auto 130px;
    max-width: 1200px;
}
.cv .inner .bnr {
    margin: 10px auto;
    width: 90%;
}
@media screen and (max-width: 768px) {
    .inner {
        padding: 10px;
        width: 100%;
    }
    .cv {
        padding: 5px 10px 20px;
    }
    .cv .inner {
        background: none;
        padding: 0;
    }
    .Monthlybnr h2 {
        font-size: 25px;
        margin-bottom: 10px;
        padding: 5px 0;

    }
    .cv .inner + .inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 20px 3%;
        width: 100%;
    }
    .cv .btnWrap + .inner {
        margin-top: 125px;
    }
        
    .cv .btnWrap + .inner {
        background: #ebebeb;
        padding: 10px 20px 30px;
    }
    .cv .inner .bnr {
        margin: 20px auto 40px;
        width: calc(100% - 18px);
    }
    .cv .badgeWrap {
        align-items: start;
        display: grid;
        grid-template-columns: 80px 1fr;
        gap: 0;
        margin-bottom: -10px;
    }
    .cv .badge {
        font-size: 17px;
        height: 80px;
        top: -20px;
        width: 80px;
    }
    .cv .badgeWrap .txt p {
        font-size: 20px;
        letter-spacing: 0;
        text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
                    -2px 2px 0px #fff,  2px -2px 0px #fff,
                    2px 0 0px #fff, -2px  2px 0px #fff,
                    0 2px 0px #fff,  0 -2px 0px #fff;
    }
    .cv .badgeWrap .txt p:first-of-type {
        margin-top: 10px;
    }
    .cv .btnWrap {
        gap: 10px;
    }
    .cv .btnWrap a {
        font-size: 20px;
        letter-spacing: 0;
        text-align: center;
        display: grid;
        gap: 0;
        grid-template-rows: subgrid;
        grid-row: span 2;
        padding: 7px 0;
    }
.cv .btnWrap a img {
    display: block;
    margin: 0 auto ;
    text-align: center;
    width: 28px;
}
.cv .btnWrap  a.line img {
    width: 34px;
}
    .cv > picture img {
    margin: -50px auto 90px;
    max-width: 90%;
    }
}
.intro {
    background: url(../images/lp02/bg-arrow.webp) no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
    text-align: center;
}
.ems {
    background: url(../images/lp02/bg-ems.png) no-repeat 0 25px;
    background-size: cover;
    padding: 0 0 50px;
    position: relative;
}
.intro img,
.bg-gray img,
.ems img,
.reason img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.ems img {
    margin-top: -30px
}
.intro strong {
    color: #e1e1e1;
    font-size: 64px;
    font-weight: bold;
    display: block;
    margin-bottom: 60px;
}
.bg-gray {
    padding: 20px 0 70px;
    background: #e1e1e1;
}
.cv.gray {
    background: #e1e1e1 !important;
}
@media screen and (max-width: 1260px) {
    .cv.gray > picture img {
        max-width: 90%
    }
}
.ems + .bg-gray {
    padding-top: 0;
    position: relative;
    z-index: 1;
}
.ems + .bg-gray img.over {
    top: -80px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .bg-gray {
        padding-bottom: 30px
    }
    .intro {
        background: url(../images/lp02/bg-arrow-sp.webp) no-repeat;
        background-size: cover;
        padding: 7vh 0 15vh;
        position: relative;
    }
    .ems {
        background: #e1e1e1;
        padding: 0 0 40px;
    }    
    .intro strong {
        color: #e1e1e1;
        font-size: 52px;
        margin-bottom: 30px;
    }
    picture.mt source {
        margin-top: -33px;
        display: block;
    }
    .intro img {
        width: 94%;
    }
    .bg-gray img,
    .ems img {
        height: auto;
        width: 100%;
    }
    .ems + .bg-gray {
        padding-bottom: 0;
    }
    .ems + .bg-gray::after {
        /*background: #fff;*/
        bottom: 0;
        content: "";
        display: block;
        height: 150px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .ems + .bg-gray img.over {
        top: 0;
    }
}

.table {
    margin: 80px auto 70px;
}
.table p {
    letter-spacing: 0.5px;
    margin: 40px auto;
}

@media screen and (max-width: 768px) {
    .table {
        margin: 40px auto 25px;
    }
    .table .inner {
        padding: 0 10px;
    }
    .table .inner::-webkit-scrollbar,
    .price .box .inner::-webkit-scrollbar {
        display: none;
    }
    .table img {
        width: 100%;
        min-width: 600px;
    }
    .scroll-hint-icon {
        background: url(../images/lp02/hint.png) no-repeat !important;
        background-size: 58% !important;
        height: 300px!important;
        left: 28% !important;
        position: relative;
        top: 45%!important;
        width: 300px!important;
        z-index: 0 !important;
    }
    .scroll-hint-icon::before {
        display: block;
        content: " ";
        height: 0 !important;
        top: 0;
        z-index: 1 !important;
    }
    .table p {
        font-size: 13px;
        margin: 20px 10% 10px;
    }
}


.flex.btnwrap .txt {
  background: #1D2839;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 470px;
}
.flex.btnwrap a.btn {
  border: 2px solid #1D2839;
  border-radius: 50vw;
  color: #1D2839;
  display: block;
  margin: 0 0 0 1rem;
  padding: 10px 0 10px 40px;
  position: relative;
  text-align: left;
  width: 270px;
}
.flex.btnwrap a.btn:hover {
  background: #fff;
}
.flex.btnwrap a.btn::before {
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #1D2839 transparent transparent transparent;
	content: " ";
	left: 80%;
	height: 0;
	position: absolute;
	top: 21px;
	width: 0;
}
.flex.btnwrap .txt,
.flex.btnwrap a.btn {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.flex.btnwrap a.btn._wide {
  background: #fff;
  font-size: 33px;
  letter-spacing: 2px;
  margin: 80px auto 0;
  padding: 10px 0 10px 11%;
  width: 650px;
}
.flex.btnwrap a.btn._wide::before {
	border-width: 22px 15px 0 15px;
	left: 80%;
	top: 24px;
}
.flex.btnwrap a.btn:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
    .flex.btnwrap {
        bottom: -340px;
        display: block;
        position: absolute;
        width: 100%;
    }
    .flex.btnwrap .txt,
    .flex.btnwrap a.btn {
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
        }
    .flex.btnwrap a.btn {
        margin-top: 20px;
        padding-left: 15%;
        width: 55%;
    }
    .flex.btnwrap a.btn::before {
        top: 15px;
        width: 0;
    }
    .flex.btnwrap a.btn._wide {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 30px auto 70px;
        padding: 10px 0 10px 5.2rem;
        width: 90%;
    }
    .flex.btnwrap a.btn._wide::before {
    	border-width: 15px 10px 0 10px;
        left: 80%;
        top: 16px;
    }
}

@media screen and (max-width:  640px) {
    .flex.btnwrap a.btn {
        padding-left: 10%;
    }
}
.wrap-jim {
}
.wrap-jim .lead {
    background: url(../images/lp02/jim.webp) no-repeat;
    background-size: cover;
}
.wrap-jim .lead p {
    color: #fff;
    font-size: 0.55rem;
    font-weight: bold;
    padding: 13rem 0 0.5rem;
}
.wrap-anime {
    display: flex;
    overflow: hidden;
}
.wrap-jim .anime {
    display: flex;
}
.wrap-jim .anime + .anime {
    display: none;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width:  768px) {
    .wrap-jim {
        background: #e1e1e1;
        margin-top: 0;
        padding-top: 20px;
    }
    .wrap-jim .anime {
          animation: infinity-scroll-left 100s infinite linear 0.8s both;
    }
    .wrap-jim .anime li {
        height: 100%;
        width: 50vw;
    }
    .wrap-jim .anime li img {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .wrap-jim .anime + .anime {
        display: flex;
    }
    .flex.btnwrap a.btn::before {
        border-style: solid;
        border-width: 11px 8px 0 8px;
        top: 15px;
    }
    .wrap-jim .lead {
        background: url(../images/lp02/jim-sp.webp) no-repeat;
        background-size: 100% 100%;
    }
    .wrap-jim .lead p {
        font-size: 20px;
        line-height: 1.8;
        padding: 95vh 0 5vh;
    }
}

.reason {
    background: url(../images/lp02/bg-reason.webp) no-repeat;
    background-size: cover;
    padding: 110px 0 80px;
}
.reason h2 {
    background: url(../images/lp02/line.png) no-repeat bottom;
    background-size: 600px;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin: 0 auto 70px;
    padding: 0 0 20px;
}
.reason img {
    display: block;
    margin-bottom: 50px;
}
.reason ul {
    display: block;
    margin-bottom: 50px;
}
.reason ul li {
    align-items: flex-start;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.reason ul li .image {
    height: 100%;
    width: 43%;
}
.reason ul li .image img {
    display: block;
    object-fit: cover;
    height: 100%;
    margin-bottom: initial;
    width: 100%;
}
.reason ul li .txt {
    text-align: left;
    position: relative;
    width: 52%;
}
.reason ul li .txt .ttl,
.reason .ttl_03 {
    color: #4FD217;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.reason ul li .txt .ttl span,
.reason .ttl_03 span {
    color: #fff;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
}
.reason ul li .txt::after {
    display: block;
    content: "01";
    color: #434C5A;
    font-weight: bold;
    font-size: 2.8rem;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 0;
}
.reason ul li:nth-of-type(2) .txt::after {
    content: "02";
}
.reason ul li:nth-of-type(3) .ttl::after {
    content: "03";
}

.reason .txt .ttl03 {
    color: #4FD217;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.reason ul li .txt .ttl span {
    color: #fff;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
}
.reason ul li .txt::after {
    display: block;
    content: "01";
    color: #434C5A;
    font-weight: bold;
    font-size: 2.8rem;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 0;
}
.reason h3 {
    color: #4FD217;
    font-size: 52px;
    font-weight: bold;
    margin: 50px auto 40px;
}
.Swiper {
  margin-bottom: 120px;
  padding: 10px 0 90px;
  position: relative;
}
.swiper-slide {
	background: linear-gradient(130deg, #dbdbdb 0%, #fff 100%);
    display: flex;
    padding: 25px 20px;
}
.swiper-slide .image {
	width: 35%;
}
.swiper-slide .image img {
	margin-bottom: 0;
}
.swiper-slide .txt {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
	width: 65%;
}
.swiper-slide .name {
    background: #1D2839;
	color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 20px;
}
.swiper-slide dl dt {
    font-weight: bold;
    margin: 15px 0 5px;
}
.swiper-slide p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

/* 中央大きく&タイトルの制御 */
.Swiper .swiper-slide {
  opacity: .3;
  transform: scale(.8);
  transition: .7s;
}
.Swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.3);
  z-index: 1;
  top: 50px;
}
.Swiper .swiper-pagination {
    bottom: -50px;
}
.swiper-pagination span {
    background: #fff;
}

@media screen and (max-width:  768px) {
    .reason {
        padding: 110px 0 0;
    }
    .reason h2 {
        background: url(../images/lp02/line.png) no-repeat bottom;
        background-size: contain;
        font-size: 45px;
        margin: -20px auto 60px;
        padding: 0 0 20px;
        width: 90%;
    }
    .reason h3 {
        font-size: 36px;
        margin: 30px auto 0;
        padding: 0;
        width: 100%;
    }
    .Swiper {
        padding-top: 0;
    }
    .swiper-slide {
        display: block;
        padding: 15px;
    }
    .swiper-slide .image {
        overflow: hidden;
        margin-bottom: 10px;
        width: 100%;
    }
    .swiper-slide .image img {
        margin-bottom: 0;
        width: 100%;
    }
    .swiper-slide .txt {
        font-size: 10px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .swiper-slide .name {
        font-size: 24px;
        padding: 5px 15px;
        margin: 0 auto;
        text-align: center;
    }
    .swiper-slide .txt dl,
    .swiper-slide p {
        font-size: 15px;
        text-align: left;
    }
    .Swiper .swiper-slide-active {
        transform: scale(1);
    }
    .Swiper .swiper-pagination {
        bottom: -10px;
    }
    .swiper-pagination span {
        height: 15px;
        width: 15px;
    }
}

.voice {
    background: url(../images/lp02/bg-voice.png) no-repeat;
    background-size: cover;
    padding: 110px 0;
}
.voice h2 {
    margin: 0 auto 50px;
    width: 60%;
    max-width: 900px;
}
.voice ul {
    margin: 50px auto 50px;
    width: 90%;
    max-width: 1200px;
}
.voice ul li {
    background: #fff;
    font-size: 24px;
    border-top: 20px solid #1D2839;
    margin-bottom: 35px;
    padding: 40px 50px;
    text-align: left;
}
.voice ul li .star {
    display: block;
    width: 175px;
}
.voice ul li .ttl {
    border-bottom: 1px solid #000;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0 10px;
}
.voice ul + p {
    font-size: 18px;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    .voice {
        background: url(../images/lp02/bg-voice.png) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }
    .voice h2 {
        margin: 0 auto 50px;
        width: 90%;
    }
    .voice ul {
        margin: 50px auto 40px;
    }
    .voice ul li {
        border-top: 15px solid #1D2839;
        font-size: 15px;
        line-height: 1.5;
        padding: 30px;
    }
    .voice ul li .ttl {
        font-size: 20px;
        line-height: 1.1;
    }
    .voice ul li .star {
        width: 40%;
    }
    .voice ul + p {
        font-size: 10px;
    }
}
#shop.bg-gray {
    padding-top: 40px;
}
#shop h2 {
    background: url(../images/lp02/line-fee.png) no-repeat bottom;
    background-size: 600px;
    font-size: 52px;
    font-weight: bold;
    padding: 0 50px 15px;
}
.btn.ftr {
    margin: 80px auto 0;
    width: 570px;
}
.btn.ftr:hover {
    transform: translateY(5px);
}  

@media screen and (max-width: 768px) {
    #shop h2 {
        background: url(../images/lp02/line-fee.png) no-repeat bottom;
        background-size: 90%;
        font-size: 32px;
    }
    .btn.ftr {
        margin: 20px auto;
        width: 90%;
    }
}



.fixedbtn {
  top: 10vh;
  position: fixed;
  right: 0;
  width: 77px;
  opacity: 0;
  transition: .3s;
  z-index: 99;
}
.fixedbtn.fixed {
  opacity: 1 !important;
}

.fixedbtn .btnWrap a {
    display: block;
    border-radius: 10px 0 0 10px;
    transform: translateY(5px);
    box-shadow: 1px 4px 1px #888;
    margin-bottom: 20px;
}  
.fixedbtn .btnWrap a:hover {
    transform: translateY(5px);
    box-shadow: 1px 3px 1px #555;
}  


@media screen and (max-width: 768px) {
  .fixedbtn {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    border-left: none;
    height: auto;
    top: initial;
    width: 100vw;
    padding: 2% 3% 0;
  }
  .fixedbtn .btnWrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}
    .fixedbtn .btnWrap {
        display: grid;
        gap: 10px;
    }
    .fixedbtn .btnWrap a {
        align-items: center;
        background: hsla(19, 87%, 55%, 1);
        border-radius: 8px;
        box-shadow: 0px 5px 0px rgba(85, 85, 85, 0.6);
        color: #fff;
        font-size: 16px;
        display: flex;
        justify-content: center;
        padding: 5px 0;
        transition: .3s;
    }
    .fixedbtn .btnWrap a img {
        display: block;
        margin: 0 auto 5px;
        text-align: center;
        width: 28px;
    }
    .fixedbtn .btnWrap  a.line {
        background: hsla(132, 52%, 54%, 1);
    }
    .fixedbtn .btnWrap  a.line img {
        width: 34px;
    }
    .fixedbtn .btnWrap a img.pc {
        display: none;
    }
}


.flex.wrap-image {
    align-items: start;
    justify-content: space-between;
}
.flex.wrap-image .image {
  text-align: left;
  width: 49%;
}
.EMS {
    padding: 90px 0;
    text-align: left;
}
.flex.wrap-image h3 {
    border-left: 4px solid #404040;
    color: #1D2839;
    font-size: 0.79rem;
    font-weight: bold;
    margin: 50px 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 0 0 20px 30px;
    text-align: left;
    width: 48%;
}
@media screen and (min-width: 1650px) {
    .flex.wrap-image h3 {
        font-size: 46px;
    }
}
.flex.wrap-image h3 span {
  font-size: 88px;
  font-weight: bold;
}

.EMS .image img,
.Program img {
  width: 100%;
}
.EMS p {
  font-size: 28px;
  margin: 40px 0;
}
.EMS .txt-s {
  font-size: 13px;
}
p.kome{
    font-size: 13px;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 5px;
    text-align: left;
}
@media screen and (max-width: 1300px) {
    p.kome{
    margin: 0;
padding-right: calc(60/1200*100vw);
}

    
}
p.kome._center {
    margin-top: 20px;
    text-align: center;
}
p.kome.pc {
    margin-bottom: 20px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .flex.wrap-image {
        align-items: start;
        justify-content: space-between;
    }
    .flex.wrap-image .image {
    width: 93%;
    }
    .EMS {
        padding: 60px 3%;
    }
    .flex.wrap-image h3 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin: 50px 0 0;
        padding: 0 0 20px 10px;
        width: 100%;
    }
    .flex.wrap-image h3 span {
    font-size: 57px;
    font-weight: bold;
    }
    .EMS p {
        font-size: 18px;
        line-height: 1.5;
    }
    .EMS .txt-s {
    font-size: 14px;
    }
    .flex.wrap-image p {
    font-size: 18px;
    }
    p.kome {
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px 3%;
    }
}
.program-ttl {
    background: #e1e1e1;
    padding-left: calc(50vw - 600px);
}
@media screen and (max-width: 1300px) {
    .program-ttl {
        background: #e1e1e1;
        padding-left: calc(60/1200*100vw);
    }
}
.program-ttl + .bg-gray picture:first-of-type {
    position: relative;
    top: -50px;
    z-index: 1;
}

.Program {
    background: #fff;
    margin-top: 80px;
    padding-bottom: 5px;
}
.Program .ttl {
    background: #1D2839;
    padding-bottom: 20px;
    position: relative;
}
.Program .ttl .strong {
    background: #fff;
    color: #1D2839;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: -50px auto 0;
    padding: 0 20px;
    text-align: center;
}
.Program .ttl h3 {
    color: #fff;
    font-size: 0.7rem;
}
.Program .ttl h3 span {
    font-size: 1.1rem;
    font-weight: bold;
}
.Program .ttl h3 span span {
    color: #4FD217;
}
.Program ul {
    margin: 50px;
}
.Program ul li {
    align-items: flex-start;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.Program ul li .image {
    width: 22%;
    max-width: 240px;
}
.Program ul li .image img,
.reason .flex.wrap-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.Program ul li .txt {
    padding: 3% 6% 0 0;
    text-align: left;
    width: 72%;
}
.Program ul li .txt::after {
    bottom: -30px;
    display: block;
    content: "01";
    color: #D0D2D5;
    font-family :'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    position: absolute;
    right: 0;
}
.Program ul li:nth-of-type(2) .txt::after {
    content: "02";
}
.Program ul li:nth-of-type(3) .txt::after {
    content: "03";
}
.Program ul li .txt h4 {
    border-bottom: 1px solid #000;
    font-size: 0.65rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
}
.Program ul li .txt h4 span {
    background: linear-gradient( 180deg, #976D1E 20%, #B4A259 50%, #A98234 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.Program ul li .txt p {
    font-size: 0.4rem;
    padding-right: 1.6rem;
}
@media screen and (max-width: 768px) {
    .program-ttl + .bg-gray picture:first-of-type {
        top: -20px;
    }
    .program-ttl {
        padding-left: initial;
    }
    .program-ttl + .bg-gray {
        padding-bottom: 30px;
        position: relative;
    }
    .inner.Program {
        margin-top: 110px;
        padding: 0 0 10px;
    }
    .Program .ttl {
        padding-bottom: 20px;
    }
    .Program .ttl .strong {
        display: block;
        font-size: 24px;
        padding: 0 25px;
        top: -15px;
        position: relative;
        width: 70%;
    }
    .Program .ttl h3 {
        color: #fff;
        font-size: 22px;
    }
    .Program .ttl h3 span {
        font-size: 32px;
    }
    .Program .ttl h3 > span {
        display: block;
    }
    .Program ul {
        margin: 20px 25px;
    }
    .Program ul li {
        background: none;
        display: block;
        justify-content: space-between;
        margin-bottom: 60px;
        position: relative;
    }
    .Program ul li .image {
        width: 70%;
        margin: 0 auto;
        max-width: inherit;
    }
    .Program ul li .txt {
        padding: 3% 0 0;
        text-align: center;
        width: 100%;
    }
    .Program ul li .txt h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0.5rem;
        padding-bottom: 10px;
    }
    .Program ul li .txt p {
        font-size: 18px;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }
    .Program ul li .txt::after {
        bottom: -20px;
        font-size: 4rem;
        right: -5px;
    }
    .Program ul li:nth-of-type(2) .txt::after {
        bottom: -5px;
    }
}

.reason .ttl_03 {
    font-size: 1.2rem;
    margin-bottom: 80px;
}
.reason .ttl_03 span {
    font-size: 0.8rem;
}
.reason ul._03 li {
    align-items: center;
}
.reason ul._03 li .image {
    width: 48%;
}
.reason ul._03 li .txt::after {
    display: inline;
    content: " ";
}
.reason ul._03 li .txt {
    color: #fff;
    font-size: 0.38rem;
    font-weight: bold;
    padding: 0 0 20px 30px;
    text-align: left;
    width: 51%;
}
.reason ul._03 li .name {
    background: linear-gradient( 160deg, #fff 20%, #acacac 50%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.reason ul._03 li .name .ruby {
    background: linear-gradient( 160deg, #fff 20%, #acacac 50%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  top: -6px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
}
.reason ul._03 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.reason ul._03 li:nth-child(2n) .txt {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .reason ul li {
        display: block;
        margin-bottom: 40px;
    }
    .reason ul li .image {
        width: 100%;
    }
    .reason ul li .txt {
        margin-bottom: 20px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .reason ul li .txt .ttl,
    .reason .ttl_03 {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 30px;
        margin-top: -30px;
    }
    .reason ul li .txt .ttl span,
    .reason .ttl_03 span {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .reason ul li .txt::after {
        font-size: 5rem;
        top: 20px;
    }
    .reason ul li .txt p {
        font-size: 16px;;
        line-height: 1.8;
    }
    .reason .ttl_03 {
        text-align: left;
    }
    .reason ul._03,
    .reason ul._03 li:last-of-type {
        margin-bottom: 0;
    }
    .reason ul._03 li .image {
        width: 100%;
    }
    .reason ul._03 li .name {
        font-size: 32px;
        margin: 15px auto 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .reason ul._03 li .txt {
        padding-left: 0;
        width: 100%;
    }
    .reason ul._03 li:nth-child(2n) .txt {
        padding-right: 0;
    }

}

#shop .card {
    background: #fff;
    margin: 50px 3%;
    padding: 40px 50px;
    text-align: center;
}
#shop ul li {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#shop ul li .image {
    width: 43%;
}
#shop ul li .image img {
    display: block;
    object-fit: cover;
    height: 100%;
    margin-bottom: initial;
    width: 100%;
}
#shop ul li .txt {
    text-align: left;
    position: relative;
    width: 52%;
}
#shop ul li .txt .name {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
}
#shop ul li dl {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    margin-bottom: 25px;
}
#shop ul li dl dt {
    width: 130px;
    font-weight: bold;
}
#shop ul li dl dd {
    flex-grow: 1;
    width: 70%;
}
#shop ul li dl dd span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}
#shop iframe {
    height: 40vw;
    max-height: 400px;
    width: 100%;
}
@media screen and (max-width:1300px) {
    #shop .card {
        margin: 50px 2dvi;
    }
    #shop .inner {
        width: 100%;
    }
}

@media screen and (max-width:  768px) {
#shop .card {
    margin: 30px auto;
    padding: 0;
    width: 90%;
}
#shop ul li {
    display: block;
    margin-bottom: 0;
}
#shop ul li .image {
    margin-bottom: 40px;
    width: 100%;
}
#shop ul li .txt {
    width: 100%;
}
#shop ul li .txt .name {
    font-size: 24px;
    margin-bottom: 20px;
}
#shop ul li dl {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
#shop ul li dl dt {
    margin-bottom: 10px;
    width: 100%;
}
#shop ul li dl dd {
    width: 100%;
}
#shop ul li dl dd span {
    font-size: 12px;
    line-height: 1.5;
}
}


/*----- trial -----*/
#trial {
  padding: 12rem 0 0;
  background: #fff;
  text-align: left;
}
    #trial.lp-contact {
        margin-top:-100px;
        padding: 0;
    }
@media (max-width: 820px) {
  #trial.lp-contact {
    margin-top: 0;
    padding: 0;
  }
}
#trial .page_header {
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 820px) {
  #trial .page_header {
    width: 91%;
    margin: 0 auto 6rem;
  }
}
#trial .page_header .page_title {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 820px) {
  #trial .page_header .page_title {
    display: none;
  }
}
#trial .form_section {
  margin: 18% auto 100px;
}
@media (max-width: 820px) {
  #trial .form_section {
    margin: 20% auto 0;
  }
}
#trial .form_section .form_wrap {
  width: 63%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap {
    margin: 0 auto 100px;
    width: 91%;
  }
}
#trial .form_section .form_wrap .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32.5px;
  text-align: center;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .ttl {
    font-size: 20px;
    margin-bottom: 5rem;
  }
}
#trial .form_section .form_wrap .ttl p {
  font-weight: 300;
  margin-top: 5rem;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .ttl p {
    font-size: 1.5rem;
  }
}
#trial .form_section .form_wrap .input {

  font-weight: 300;
  margin-bottom: 35px;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .input {
    margin-bottom: 30px;
  }
}
#trial .form_section .form_wrap .input .item {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .input .item {
    font-size: inherit;
  }
}
#trial .form_section .form_wrap .input .item .req {
  font-size: 13px;
  background: #F5F03A;
  padding: 2px 5px;
  margin-right: 13px;
}
#trial .form_section .form_wrap .input input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #83C757;
  background: #F2F2F2;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}
#trial .form_section .form_wrap .select,
#trial .form_section .form_wrap .selectarea {
  width: 40%;
  border-radius: 5px;
  border: 1px solid #83C757;
  background: #F2F2F2;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  line-height: 1.4;
}
#trial .form_section .form_wrap .selectarea {
  padding: 0 10px;
  line-height: 3.4;
}
#trial .form_section .form_wrap .selectarea select {
  width: 100%;
}
#trial .form_section .form_wrap .selectarea .error {
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -18px;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .select,
  #trial .form_section .form_wrap .selectarea {
    width: 100%;
  }
}
#trial .form_section .form_wrap .select::after,
#trial .form_section .form_wrap .selectarea::after {
  display: block;
  content: "";
  position: absolute;
  top: 39%;
  right: 5%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #83C757;
  border-right: solid 2px #83C757;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#trial .form_section .form_wrap .select select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  line-height: 1;
  cursor: pointer;
}
#trial .form_section .form_wrap textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #83C757;
  background: #F2F2F2;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 300;
}
#trial .form_section .form_wrap .btn_area {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .btn_area {
    margin-bottom: 20px;
  }
}
#trial .form_section .form_wrap .btn_area .btn_6 {
  width: 50%;
}
.btn_6::after {
    background: none;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .btn_area .btn_6 {
    width: 100%;
  }
}
#trial .form_section .form_wrap .send_button {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 10px;
}
.btn_6::before {
   background: none !important;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .send_button {
    flex-direction: column;
    margin-bottom: 100px;
    width: 80%;
  }
}
#trial .form_section .form_wrap .send_button button {
  width: 45%;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .send_button button {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#trial .form_section .form_wrap .sub {
  width: 85%;
  font-size: 13px;
  margin: 0 auto 9px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 820px) {
  #trial .form_section .form_wrap .sub {
    width: 100%;
  }
}
#trial .form_section.confirm {
  margin: 7% auto 0;
}
#trial .form_section.confirm .req {
  display: none;
}
#trial .form_section.confirm .form_wrap .select {
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  padding: 0;
}
#trial .form_section.confirm .form_wrap .select b,
#trial .form_section.confirm .form_wrap .select span {
  display: none;
}
#trial .form_section.confirm .form_wrap .select::after {
  display: none;
}
#thanks-pages #trial {
  padding: 22px 0 0;
}
@media (max-width: 820px) {
  #thanks-pages #trial {
    padding: 14px 0 0;
  }
}

#thanks-pages #trial .thanks {
  text-align: center;
  margin-bottom: 19px;
}
@media (max-width: 820px) {
  #thanks-pages #trial .thanks {
    width: 91%;
    margin: 0 auto 19px;
  }
}
#thanks-pages #trial .thanks .btn {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #thanks-pages #trial .thanks .btn {
    width: 100%;
  }
}
#trial .form_section .form_wrap .input {
    font-size: inherit;
}
.btn_6 {
    font-size: inherit;
}
.btn_6 span.bg {
    padding: 10px 20px;
}
.gb_footer {
    background: hsla(216, 33%, 17%, 1);
    padding: 10px 0;
}
.gb_footer #copyright {
    font-size: 10px;
    padding: 0;
}
.snsWrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.snsWrap a {
    display: block;
    margin: 0 15px;
    width: 50px;
}
@media (max-width: 820px) {
    .snsWrap {
        margin: 20px 0;
    }
    .snsWrap a {
        margin: 0 10px;
        width: 35px;
    }
    .gb_footer #copyright {
        padding-bottom: 80px;
    }
}
