@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Marcellus", "Zen Old Mincho", serif;
	letter-spacing: 2px;
  font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
figure{
	margin:0;
}
body {
/*	min-width: 1280px;*/
	color: #656565;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #EADFD9;
	letter-spacing: .07em;
	overflow-x: hidden;
}
div {
	color: #656565;
}
a{
  color:#000;
  text-decoration:none;
  cursor: pointer;
}
ul{
  list-style: none;
  margin: 0;
}
img{
    height: auto;
	width: 100%;
}
p{
margin: 0;
    font-size: 1.5rem;
    line-height: 2;
	font-family:"Zen Old Mincho", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", serif;
}
.wpcf7-list-item-label,.wpcf7-select,.news p,.news .date,.date{
	font-family:"Zen Old Mincho", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", serif;
}
.font-initial{
  font-family:"Zen Old Mincho", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", serif;
}
.text-center{
  text-align: center;
}
.pc-none{
  display: none !important;
}
.sp-none{
  display: block !important;
}
.section-inner{
padding: 100px 0;
}
.container{
padding-left: 6vw;
    padding-right: 6vw;
    margin: 0 auto;
}
.wrap li{
display: inline-block;
}
.wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
box-sizing: border-box;
}
h1,h2,h3,h1 a{
margin: 0;
line-height: 1.2;
}
.logo-outer{
max-width: 84px;
	display: block;
}
h1 a img{
  width: 100%;
  height: 100%;
	transition:.3s;
}
.col-12{
  width: 100%;
}
.col-8{
  width: 66.6666666%;
  margin: 0;
}
.col-6{
  width: 47%;
}
.col-4{
  width: 32%;
}
.col-3{
  width: 24%;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
  margin: 0 0 0 auto;
}
.text-right p{
  display: inline-block;
  margin: 0;
}
.row-reverse{
	flex-direction: row-reverse;
}
.card-item{
  width: 48%;
  padding: 0;
text-align: left;
}
.card-item figure{
    display: flex;
    align-items: baseline;
    justify-content: center;
    overflow: hidden;
}
.card-item figure img{
    width: 100%;
}
.tag{
    display: inline-block;
    padding: 5px 7px 5px;
    box-sizing: border-box;
    font-size: 11px;
    margin-right: 5px;
    line-height: 1;
    background: #ffffff;
    border: 1.5px solid #2e2e2e;
	font-weight: 600;
	min-width: 88.8px;
    text-align: center;
}
iframe{
  width: 100%;
  overflow: hidden;
}

.c-color{
	color:#FF6D1B;
}
.school-info{
border: 1.5px solid #8bc42b;
    color: #8bc42b;
}
.all{
    border: 1.5px solid #0F8148;
    color: #0F8148;
}
a.tel{
  color: #FFF !important;
}
.white{
  color: #FFF;
  display: inline;
  position: relative;
}
.white:after{
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fff;
}
.single p a.line-btn {
    width: 140px;
	border:none;
}
.single p a.line-btn img{
    width: 140px;
}
.lead-text{
	font-size:22px;
	font-weight:400;
	color:#9C897B;
	margin-bottom: 60px;
}
.must{
    color: #db1212;
    font-family: 'Yu Gothic';
}

.wpcf7-select{
  color: #111;
}

/* テキスト流れるように表示*/
.smoothText {
	overflow: hidden;
	display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}
/* ここまで*/

/*------------circle-text-btn start--------------*/
.keyvisual{
  position: relative;
	z-index: 10;
}

.keyvisual__scroll{
    width: 162px;
    height: 162px;
  position: absolute;
bottom: 1vw;
    right: 8vw;
}
.keyvisual__scroll:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 100%;
    width: 100%;
    top: -18%;
    left: -18%;
}
.keyvisual__scroll--circle{
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}

.keyvisual__scroll--arrow{
  height: auto;
  width: 1.7vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width:991px){
.keyvisual__scroll {
        bottom: 16vw;
        right: 3vw;
        width: 140px;
        height: 140px;
}
.keyvisual__scroll--arrow {
  width: 5vw;
}
.keyvisual__scroll:before {
  top: -20%;
  left: -20%;
}
}
/*------------circle-text-btn end--------------*/

/*recaptcha*/
.recaptcha_term {
    color: #888;
    font-size: 12px;
	max-width: 767px;
	text-align: left;
	margin: 0 auto;
}
.recaptcha_term a {
    color: #888;
    font-size: 12px;
    text-decoration: underline;
	display:inline-block;
}
.grecaptcha-badge { visibility: hidden; }
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------

header

----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.header{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: all .3s;
	height: 90px;
}
.header-inner{
position: relative;
    height: 64px;
    transition: .3s;
    margin: 24px 3vw;
}
.nav-item{
padding: 0 17px;
    line-height: 66px;
font-weight: 500;
display: inline-block;
text-decoration: none;
	transition:.3s;
	text-align: center;
	letter-spacing: .03em;
	color: #987F6C;
  font-size: 1.6rem;
}
.nav-item span{
  display: block;
  font-size: 5rem;
  font-weight: 600;
  margin-top: 4px;
}
.nav-item.insta svg{
    padding-top: 23px;
}
ul.g-nav li:last-of-type {
    display: flex;
    align-items: center;
}
.nav-item.school-btn{
	padding: 15px 14px 13px;
    margin: 0 20px;
    border: solid 1px #fff;
}
.globalMenuSp{
  position: absolute;
  top: 0;
    right: 30px;
}
h1{
	position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -46%);
}
h3{
  font-weight: 400;
  position: relative;
  display: block;
  margin: 16px 0 60px;
  font-size: 1.4rem;
  font-family:"Zen Old Mincho", serif;
	color:#9C897B;
}
h3 span{
    font-size: 70px;
    font-weight: 400;
    display: inline-block;
    z-index: 5;
    display: block;
    margin-top: 4px;
	 font-family: "Marcellus", serif;
}
.g-nav li a img{
	display: block;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.g-nav .contact-btn{
  padding: 0;
  text-align: center;
  line-height: 36px;
  display: block;
  margin-left: 20px;
}
.sub-menu-item .nav-item {
    padding: 15px 20px !important;
    max-width: 134px;
    text-align: left;
    background-color: #333;
    color: #fff;
}
.nav-reserve{
	display: inline-flex;
    align-items: center;
}
.nav-reserve svg{
	padding-right: 6px;
}
.reserve-btn{
	border: solid 2px #EA3D16;
	color:#EA3D16;
    border-radius: 40px;
    padding: 12px 30px;
    margin: 0 10px;
    background: #fff;
	transition: .3s;
}
.reserve-btn:hover{
    background: #EA3D16;
	color:#fff;
	opacity:1;
}
.btn{
width: 258px;
	height:78px;
    margin:  40px auto 0;
    display: block;
    transition: .3s;
    text-align: center;
        line-height: 78px;
    border: solid 1px #9C897B;
    border-radius: 50%;
    color: #9C897B;
    font-weight: 400;
    background: transparent;
    position: relative;
    letter-spacing: .002em;
    font-size: 1.8rem;
    font-family: "Zen Old Mincho", serif;
}
a.btn:hover {
  color: #fff;
	background-color: #9C897B;
}
.post-section .btn {
    width: 200px;
    height: 60px;
    margin:  40px auto 0;
    display: block;
    transition: .3s;
    text-align: center;
    line-height: 60px;
	font-family:"Marcellus", serif;
}
#g-nav .pc-none{
  display: none;
}
/* contact-left*/
.contact-btn{
  border: solid 2px #fff;
  transition: .3s;
  display: block;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
  letter-spacing: .002em;
  font-size: 2.2rem;
  line-height: 40px;
}
.contact-btn span{
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;
  transition: .3s;
  text-align: center;
}
/* contact-center*/
.contact-btn.center{
border-right: none;
    border-left: none;
    padding: 16.3px 0;
}
#g-nav .wrap.burger-icons {
    display: none;
}
.header-icons{
	position: fixed;
	    right: 0;
    z-index: 980;
	    top: 0px;
        right: 80px;
	}
header .header-icons svg{
  fill: #fff;
  transition: .3s;
}
.header-icons a,.icons-wrap a{
  line-height: 90px;
  height: 100%;
  display: block;
  padding: 0 17px;  
}
a.glink {
  color: #525252;
  padding: 3.2px;
}
.gt_switcher_wrapper{
    top: 46px !important;
    right: 5vw !important;
}
/*-----------------------------

post-section

-------------------------------*/
.post-section ul.wrap{
  justify-content: flex-start;
  gap: 5%;
}
.post-section .card-item {
  width: 30%;
  text-align: left;
  box-sizing: border-box;
}
.card-item figure{
  display: flex;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  height: 240px;
}
.card-item figure img{
  width: 100%;
}
/*-----------------------------

flow-area

-------------------------------*/
.flow-area {
  margin: 0;
  width: 100%;
  font-weight: 900;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: -1;
  position: absolute;
bottom: -1vw;
  transform: translateY(-50%);
  }
.flow-area p{
margin: 0;
    color: #F1E8E3;
    font-size: 120px;
    font-weight: 400;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1.3em;
    animation: scrollSample01 180s linear infinite;
 font-family: "Marcellus", serif;
}
.flow-area p span{
    color: transparent ;
    -webkit-text-stroke: 1px #111 ;
}
  @keyframes scrollSample01{
  0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
  }

/*-----------------------------

tab

-------------------------------*/
.tab{
  max-width: 100%;
  margin: 0 auto;
}

.tab-list{
  display: flex;
  margin: 0 0 80px;
}

.tab-list-item{
  width: 48%;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  border: none;
  margin: 0 4px 0 0;
  font-size: 1.6rem;
  color: #111;
  font-weight:600;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
}

.tab-contents{
  background-color: #fff;
  display: none;
  padding: 50px 20px;
  border: solid 2px #111;
}

.is-btn-active{
  background-color: #fff;
  border: solid 2px #111;
}

.is-contents-active{
  display: block;
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tab-title{
  font-size: 2rem;
  font-weight: 600;
  margin: 30px 0 70px;
}
@media screen and (max-width:991px){
.tab li a {
  padding: 10px 12px;
  font-size: 1.2rem;
}
}
/*-----------------------------

footer上共通

-------------------------------*/
.blog {
	position:relative;
    overflow: hidden;
}
.blog:before{
	content:"";
	position:absolute;
	width:100%;
	height: 100%;
	display:block;
	background-size: cover;
	background-position:center;
	box-sizing: border-box;
	z-index: -1;
}
.post-section.blog .date{
  margin: 12px 0 6px;
  color: #acacac;
}

/*-----------------------------
catchスライドイン
-------------------------------*/
.slideInRight{
  opacity: 0;/* ここを追加 （最初非表示）*/
  animation-name: slideInRight;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards; /*これで値を保持*/
}
.slideInRight02{
  animation-delay:.3s;
}
@keyframes slideInRight{
  from {
    opacity: 0;
    transform: translateX(-1000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------------------------
サブメニュー 
------------------------------*/
.sub-menu {
  position: absolute;
  width: 184px;
    top: 91px;
    left: 10vw;
}
.sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}
.sub-menu-item a{
  background-color: #363636;
  padding: 15px 20px !important;
	width: 164px;
    text-align: left;
	color:#fff;
}
/* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
.menu-item:hover > .sub-menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: 44px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
js 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.change-color {
  background: linear-gradient(#666 1%, transparent);
}
/* .change-color .nav-item {
    color: #222;
    border-color: #222;
}
.sub-menu-item .nav-item {
    color: #fff;
}
.change-t-color a{
  color: #222 ;
} 
.change-color .header-icons svg{
  fill: #262626;
}
.change-color .cart.pc-none{
  color: #222 ;
}*/
.fadein {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1000ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.block{
/* height: 1000px; */
text-align: center;  
}
.block-bg{
  transition: all .7s ease;
}
.blur{
	animation-name:blurAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.blurTrigger{
    opacity: 0;
}
.mask-wrap{
  display: table;
  overflow: hidden;
}
.mask-wrap .mask{
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -99%;
  overflow: hidden;
}
.mask-wrap .mask-bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4FE4F5;
  transition: .3s;
  z-index: 10;
}
.slick-slide {
  transition: .3s ease;
	height: auto;
}
.slick-slide img{
	margin:0 auto !important;
}
.slick-initialized .slick-slide {
    padding: 0 10px;
}
#g-nav{
/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
position:fixed;
z-index: -1;
opacity: 0;
top:0;
width:100%;
height: 100vh;
background: #EADFD9;
/*動き*/
transition: all 0.3s;
overflow-y: scroll;
}
#g-nav .fcon.wrap {
  overflow-x: hidden;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
opacity: 1;
z-index:999;
}
#g-nav .g-nav-list{
  padding: 6vw 8vw 2vw;
}
#g-nav .g-nav-list li {
  display: block;
}
#g-nav .col-8 .wrap {
  justify-content: flex-start;
}
#g-nav li{
list-style: none;
  text-align: center; 
}
#g-nav-list{
	padding: 21vw 10vw 0;
}
#g-nav li a{
  color: #525252;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
}
#g-nav .g-nav-list.btn-list{
  padding: 2vw 0 0;
  margin: 0 8vw 0;
  border-top: solid 1px #fff;
  gap: 5%;
  justify-content: space-between;
}
#g-nav .g-nav-list.btn-list li{
  width: 30%;
}
#g-nav .g-nav-list.btn-list li a{
  text-align: center;
  border: solid 2px #fff;
  background: transparent;
  position: relative;
}
#g-nav .g-nav-list.btn-list li a span{
  font-size: 3.4rem;
  margin-top: 0;
}
#g-nav .g-nav-list .insta-icon{
  padding: 30px 0 0;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
    top: 29px;
    right: 6vw;
cursor: pointer;
  width: 70px;
  height:50px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background-color: #525252;
  width: 85%;
}

.openbtn span:nth-of-type(1) {
top:31px;	
}

.openbtn span:nth-of-type(2) {
display: none;
}

.openbtn span:nth-of-type(3) {
top:38px;
}

.openbtn.active span:nth-of-type(1) {
  top: 28px;
  left: 18px;
  transform: translateY(6px) rotate(-25deg);
  width: 85%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 40px;
  left: 18px;
  transform: translateY(-6px) rotate(25deg);
  width: 85%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
tab-yoko
---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:992px) and ( max-width:1199px) {
.g-nav {
  right: 260px;
}
.nav-item {
    line-height: 66px;
    padding: 0 10px;
}
.nav-item.school-btn {
  padding: 15px 14px 13px;
  margin: 0 10px;
}
.g-nav .contact-btn {
  margin-left: 20px;
}
#g-nav .col-4 {
  width: 32vw;
  overflow: hidden;
}
#g-nav .col-4 img{
  height: 100vh;
  width: auto;
}
#g-nav .col-8 {
  width: 68vw;
}
footer .wrap ul {
  padding: 20px 0 0px;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
sp tab-tate
---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:991px){

body{
margin: 0 auto;
}
main{
overflow: hidden;
}
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}
.wrap li{
width: 100% !important;
}
.list{
padding: 0;
}
.section-inner{
  padding: 56px 0;
  }
.col-8,.col-6,.col-4,.col-3{
  width: 100%;
}
.card-item {
  margin-bottom: 30px;
	    padding: 20px 0;
}
.btn {
  font-size: 1.8rem;
  box-sizing: border-box;
  margin: 60px auto;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 16px 0 50px;
  line-height: 1.5;
  font-weight: 600;
}
h3 span {
    margin: 0px 0 30px;
    font-size: 5rem;
}
h3:after {
    top: -22px;
	}
/*-----------------------------

header

-------------------------------*/
.header{
    height: 100px;
	}
h1{
  left: 50%;
  transform: translate(-50%, -50%);
}
.spHeader-icon.pc-none{
position: fixed;
        z-index: 105;
        top: 30px;
        left: 20px;
        cursor: pointer;
        padding: 11px 12px;
        color: #fff;
}
.cart.pc-none svg{
width: 25px;
  height: 25px;
  margin: 0;
}
.gt_switcher_wrapper {
  top: 43px !important;
  right: 0 !important;
  left: 6vw;
  font-size: 1.6rem;
  display: inline-block;
  width: 25vw;
	z-index: 990 !important;
}
.change-height {
    height: 70px;
}
p{
font-weight: 400;
}
.logo-outer {
width: 60px;
}
#g-nav .g-nav-list .insta-icon {
  padding: 10px 0 0;
}
.cta-content{
position: fixed;
    bottom: 0;
    left: 0;
    z-index: 980;
    height: 90px;
    display: block;
    top: initial;
	}
.cta-content .contact-btn{
position: fixed;
    bottom: 0;
	max-width:inherit;
width: 33.333333333333333%;
	height: 80px;
    margin-left: 0;
	padding: 15px 0px;
	box-shadow: none;
	text-align: center;
	    writing-mode: inherit;
    text-orientation: inherit;
	}
.cta-content .contact-btn.right{
right: 0;
	}
/*--------追加変更部分-------------*/
.cta-content .contact-btn.center{
left: 50%;
transform: translateX(-50%);
}
.cta-content .contact-btn:before {
display:none;
}
.cta-content .contact-btn:after {
    display: none;
}
.cta-content .contact-btn span {
    margin: 0;
}
/*--------/追加変更部分-------------*/
/*-----------------------------

sp js

-------------------------------*/
.change-color.openbtn1 {
	background-color: transparent;
    border-bottom: none;
}
.change-color.openbtn1 span {
    background-color: #222;
}

#g-nav .wrap.burger-icons{
		display: flex;
	    justify-content: space-evenly;
        margin: 40px 0 60px;
	}

  #g-nav .wrap.burger-icons {
    display: flex;
    margin: 30px 0 60px;
    padding: 0 ;
    text-align: left;
	  row-gap: 20px;
}
 #g-nav .wrap.burger-icons a {
		border: solid 1px #987F6C;
    border-radius: 60%;
    line-height: 50px;
    padding: 0 28px;
	}
	.nav-item.insta svg {
    padding-top: 0;
}
  .nav-item span {
    font-size: 3rem;
  }
  #g-nav li a {
      padding: 10px 0;
	      line-height: 46px;
    }
#g-nav .g-nav-list {
  padding: 16vw 8vw 2vw;
}
#g-nav .g-nav-list.btn-list {
  padding: 8vw 0 0;
  row-gap: 30px;
}
.openbtn span:nth-of-type(1) {
  top: 22px;
}
.openbtn span:nth-of-type(3) {
  top: 29px;
}
.openbtn span {
  width: 81%;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  width: 81%;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  width: 81%;
}
.rowburger{
  margin-top: 50px;
  text-align: center;
}
		
#g-nav:before {
	content: "";
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    /*background-image: url(../images/shop-deco_02.png);*/
    background-image: url(../images/nav-sub-bg.jpg);
    top: 106vw;
    bottom: auto;
    width: 20%;
    left: auto;
    right: 27vw;
        height: 34.9vw;
        z-index: 9991;
        transform: scaleX(-1);
}
#g-nav:after {
	content: "";
    position: absolute;
    display: block;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    /*background-image: url(../images/shop-deco_02.png);*/
    background-image: url(../images/nav-bg.jpg);
        top: 37vw;
        bottom: auto;
        width: 40%;
        left: auto;
        right: -1vw;
        height: 34.9vw;
        z-index: 9991;
        transform: scaleX(-1);
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
#g-nav li.accordion-area li{
    border: none;
    padding: 5px 0 5px 18px;
    box-sizing: border-box;
}
.accordion-area li a{
    font-weight: 500;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.title {
    position: relative;
    transition: all .5s ease;
}
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 14px;
    height: 3px;
    background-color: #333;
	transition: .3s;
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);  
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
.title.close::before{
  transform: rotate(45deg);
}
.title.close::after{
  transform: rotate(-45deg);
}
.box {
    display: none;/*はじめは非表示*/
	    padding: 10px 0;
}
/*-----------------------------

kv以降

-------------------------------*/
.trial-btn{
		margin: 40px auto;
	}
.flow-area {
    top: 332vw;
	}
/*-----------------------------

banner

-------------------------------*/
.banner .wrap {
  row-gap: 20px;
}
.banner .col-6 a .box,.banner .col-12 a .box {
  padding: 26px 6vw;
}
.banner .b-icon {
width: 70px;
  height: 70px;
  bottom: -36px;
  left: 66vw;
}
.banner .col-6 {
  margin-bottom: 20px;
}
.banner .col-6 h3,.banner .col-12 h3 {
  bottom: 0;
  left: 0;
}
.banner ul li:nth-of-type(2) {
  margin-top: 0;
}
.banner ul li:nth-of-type(3) {
  margin-top: 0;
}
.banner .f-rbg {
  height: 30px;
  top: inherit;
  left: 0;
  bottom: 90px;
}
.banner .col-12 a,.banner .col-12 a:before,.banner .col-12 a .box,.banner .col-4 a,.banner .col-4 a:before,.banner .col-4 a .box{
  height: 52vw;
}
.banner .col-4 a .box, .banner .col-12 a .box {
  padding: 32px 6vw;
}
.f-banner .col-4 a, .f-banner .col-4 a:before, .f-banner .col-4 a .box {
  height: 60vw;
}
.f-banner .wrap {
    row-gap: 0px;
}
.f-banner ul li {
  height: 60vw;
}
.f-banner .col-4 a, .f-banner .col-4 a:before, .f-banner .col-4 a .box {
  height: 60vw;
}
.f-banner .en-text {
  font-size: 5rem;
  margin-top: 6px;
  border-bottom: solid 5px #fff;
  line-height: 1.1;
}
.f-banner .col-4 a:after {
  top: 6vw;
  left: 6vw;
  right: 6vw;
  bottom: 6vw;
}
/*-----------------------------

access

-------------------------------*/
.access .contents {
  padding: 40px 6vw;
  min-height: auto;
}
.access .col-6 {
  width: 100%;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
tab-tate
---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:991px) {
.cart.pc-none {
  position: fixed;
  z-index: 105;
  top: 9px;
  right: 100px;
}
#g-nav .g-nav-list {
  padding: 16vw 15vw 2vw;
}
.banner .section-inner {
  padding-bottom: 8vw;
}
.banner .col-12 a, .banner .col-12 a:before, .banner .col-12 a .box, .banner .col-4 a, .banner .col-4 a:before, .banner .col-4 a .box {
  height: 40vw;
}
.banner .col-6 a .box, .banner .col-12 a .box {
  padding: 46px 6vw;
}
.banner .section-inner {
  padding-bottom: 48vw;
}
.card-item figure {
  height: 46vw;
}
footer .col-8 {
  margin-top: 60px;
}

}


