@charset "utf-8";
/*--------------------------------------------

	 BASE

--------------------------------------------*/
@-ms-viewport {
	width: auto;
	initial-scale: 1;
}
:root {
	--color-blue: #039DFD;
	--color-pink: #FF689A;
	--font-zen: "Zen Kaku Gothic Antique", sans-serif;
	--font-outfit: "Outfit", 'Noto Sans JP', sans-serif;
	--header-height:70px;
}
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}
body {
	width:100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.6;
	letter-spacing: 0.05em;
}
a {
	color:inherit;
	display: block;
	text-decoration: none;
}
table {
	width: 100%;
}
input,
button,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
picture{
	display: block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	height: auto;
}
/*--------------------------------------------

	 CONPONENT

--------------------------------------------*/
.c--inner{
	margin:0 auto;
	padding:0 5.333%;
}
@media all and (min-width : 1025px ){
	.for_sp,.for_tbsp{
		display: none;
	}
}
.wrapper{
	overflow: hidden;
}
*[data-animation-type="fadeup"]{
	transform: translateY(60px);
	opacity: 0;
	transition: 1s;
}
*[data-animation="true"][data-animation-type="fadeup"]{
	transform: translateY(0);
	opacity: 1;
}
/*--------------------------------------------

	 HEADER

--------------------------------------------*/
.header{
	position: fixed;
	height: var(--header-height);
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 30;
	transition:1.5s;
	transform:translateY(0px);
}
.header[data-animation="true"]{
	transform: translateY(0);
	opacity: 1;
}
.header--inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
}
.header--logo{
	width: 213px;
}

.header--navi{
	display: flex;
	align-items: center;
}
.header--sns{
	margin-right: 28px;
}
.header--sns-list{
	display: flex;
	align-items: center;
}
.header--sns-item{
	width: 35px;
}
.header--sns-item:nth-child(n+2){
	margin-left: 10px;
}
.header--sns-link{
	transition:0.6s;
}
@media (hover: hover) and (pointer: fine) {
	.header--sns-link:hover {
		opacity: 0.5;
	}
}
.header--sns-img{
}
.header--btns{
}
.header--btns-list{
	display: flex;
	align-items: center;
}
.header--btns-item{
}
.header--btns-link{
	font-size: 12px;
	text-align: center;
	color: #fff;
	width: 150px;
	padding:1.6em 2em 1.6em;
	box-sizing: border-box;
	transition:0.6s;
}
.header--btns-menu .header--btns-link{
	background-color: var(--color-pink);
}
.header--btns-reservation .header--btns-link{
	background-color: var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
	.header--btns-link:hover {
		opacity: 0.5;
	}
}
.header--btns-ja{
	display: block;
	font-family: var(--font-zen);
	font-weight: 700;
	letter-spacing: 0.02em;
}
.header--btns-en{
	display: block;
	font-size: 10px;
	font-family: var(--font-outfit);
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1;
	margin-top: 0.24em;
}
/*--------------------------------------------

	 CONTENT

--------------------------------------------*/
.content{
	padding-top: var(--header-height);
}
/*--------------------------------------------

	 MV

--------------------------------------------*/
.mv{
	position: relative;
	padding-bottom: 210px;
	margin-bottom: -92px;
}
.mv:before,
.mv:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.mv:before{
	height: 485px;
	z-index: 1;
}



.mv:after{
	
}
.mv--movie{
	padding-left: 20.8%;
	    background: url();
}

.slide {
    background-image: url();
    background-repeat: repeat-x;
    background-size: auto 100px; /* �摜�̍��� */
    animation: loop 20s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* �摜�̃}�C�i�X�� */
    }
}

#topmv{ background-image: url('../images/240704hkwk11_pc_base02.png');}


.mv--movie-inner{
	padding-top: 65.26%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.mv--movie-inner video{
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 45px;
	left: 60px;
}
.mv--text{
	position: absolute;
	left: 1.86%;
	top: 2.6vw;
	z-index: 5;
	width:30%;
	
}
.mv--text-01{
	color: var(--color-pink);
	font-size: 20px;
	letter-spacing: 0.12em;
	padding: 0.2em 1.7em 0;
	position: relative;
	width: fit-content;
}
.mv--text-01:before,
.mv--text-01:after{
	content: "";
	display: block;
	width: 1em;
	height: 1.6em;
	position: absolute;
	top: 0;
	background-size: contain;
	background-position: center top;
	background-repeat:no-repeat;
}
.mv--text-01:before{

	
}
.mv--text-01:after{
	

}
.mv--text-02{
	font-size: 44px;
	display: flex;
	align-items: center;
	margin-top: 0.3em;
}
.mv--text-02-1{
	display: block;
	font-size: 2.95em;
	color: #FFD638;
	line-height: 1;
}
.mv--text-02-2{
	display: block;
	color: var(--color-blue);
	letter-spacing: 0.12em;
	line-height: 1.38;
	margin-left: 0.22em;
}
.mv--text-02-2 span{
	display: inline-block;
}
.mv--text-en{
	font-family: var(--font-outfit);
	color: var(--color-blue);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2.1;
	margin-top:2em;
	max-width: 35.5em;
}
.mv--slider{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 110px;
	z-index: 4;
}
.mv--slider-wrap{
}
.mv--slider-list{
	transition-timing-function: linear;
}
.mv--slider-item{
	width: auto;
}
.mv--slider-img{
	height: 238px;
}
.mv--text-01,
.mv--text-02-1,
.mv--text-02-2 span,
.mv--text-en{
	transform: translateY(30px);
	opacity: 0;
	transition:.5s;
}
.mv--text[data-animation="true"] .mv--text-01,
.mv--text[data-animation="true"] .mv--text-02-1,
.mv--text[data-animation="true"] .mv--text-02-2 span,
.mv--text[data-animation="true"] .mv--text-en{
	transform: translateY(0);
	opacity: 1;
}
.mv--text-01{
	transition-delay: .2s;
}
.mv--text-02-1{
	transition-delay: .5s;
}
.mv--text-02-2 span:nth-of-type(1){
	transition-delay: .6s;
}
.mv--text-02-2 span:nth-of-type(2){
	transition-delay: .7s;
}
.mv--text-02-2 span:nth-of-type(3){
	transition-delay: .8s;
}
.mv--text-02-2 span:nth-of-type(4){
	transition-delay: .9s;
}
.mv--text-02-2 span:nth-of-type(5){
	transition-delay: 1s;
}
.mv--text-02-2 span:nth-of-type(6){
	transition-delay: 1.1s;
}
.mv--text-02-2 span:nth-of-type(7){
	transition-delay: 1.2s;
}
.mv--text-02-2 span:nth-of-type(8){
	transition-delay:1.4s;
}
.mv--text-en{
	transition-delay: 1.6s;
	
}

.kaisaiday{margin: 1% auto 0 auto;}


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

	 aboutwalk

--------------------------------------------*/
#aboutwalk{background:url('../images/240704hkwk11_pc_base03.png');

background-position: center;
}


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

	 present

--------------------------------------------*/
#present{
	background:url('../images/240704hkwk11_pc_base01.png');

    background-position: bottom;}
    
    
/*--------------------------------------------

	 eventnagare

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

#eventnagare{
	background:url('../images/240704hkwk11_pc_base02.png');

    background-position: bottom;}
    
    
/*--------------------------------------------

	 eventgaiyou

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

#eventgaiyou{
	background:url('../images/240704hkwk11_pc_base03.png');

    background-position: top;}


#linkban{
	background:url('../images/29990490_m.jpg');

    background-position: top;}


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

	 eventmoushikomi

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

#eventmoushikomi{
	background:url('../images/moushikomi_base.jpg');

    background-position: bottom;}


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

	 eventkouryu

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

#eventkouryu{
	background:url('../images/kouryu_base.jpg');

    background-position: bottom;}


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

	 eventkochira

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

#eventkochira{
	background:url('../images/kouryu_base.jpg');

    background-position: bottom;}



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

	 eventsanka

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

#eventsanka{
	background:url('../images/moushikomi_base.jpg');

    background-position: bottom;}



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

	 eventtoiawase

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

#eventtoiawase{
	background:url('../images/moushikomi_base.jpg');

    background-position: bottom;}





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

	 eventqa

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

#eventqa{
	background:url('../images/qa_base.jpg');

    background-position: bottom;
        padding: 40px 0;
    
    
    }




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


	 animation

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

#roop {
    width: 100%;
    height: ;
    background: url('../images/240704hkwk11_pc_base02.png') repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}



/* ���̏�� */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ������ */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* �ォ�� */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* ������ */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* �E���� */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(1000px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}



/* �X�N���[�������o������v�f�ɂ͂��߂ɓ���0��w��@*/
 
.fadeUpTrigger{
    opacity: 0;
}

.fadeRightTrigger{
    opacity: 0;
}

.fadeDownTrigger{
    opacity: 0;
}


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

	 DESCRIPTION

--------------------------------------------*/
.desc{
	margin-top: 92px;
	position: relative;
	overflow-x: hidden;
	padding:65px 0 70px;
	background-color: var(--color-blue);
	color: #fff;
}
/* .desc:before{
	content: "";
	display: block;
	width: 100%;
	height: 91px;
	position: absolute;
	left: 0;
	top:-91px;
	background: url(../images/desc--bg.svg) center top repeat-x;
	background-size: 1440px;
} */
.desc--inner{
	max-width: 1080px;
}
.desc--info{
}
.desc--info-list{
	font-family: var(--font-zen);
	font-weight: 900;
	display: flex;
	justify-content: center;
}
.desc--info-item{
	width: 200px;
	text-align: center;
}
.desc--info-item:nth-child(n+2){
	margin-left: 30px;
}
.desc--info-label{
	background-color: var(--color-pink);
	font-size: 18px;
	letter-spacing: 0.1em;
	padding:0.227em 0.5em;
	border-radius: 2.5em;
}
.desc--info-value{
	font-size: 22px;
	letter-spacing: 0.1em;
}
.desc--info-value .number{
	font-size: 1.818em;
	font-family: var(--font-outfit);
	font-weight: 700;
	letter-spacing: 0.06em;
}
.desc--limit{
	padding-top: 40px;
}
.desc--limit-head{
	width: fit-content;
	margin:0 auto;
	font-family: var(--font-zen);
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #FFEFB2;
	font-size: 28px;
	position: relative;
}
.desc--limit-head:before,
.desc--limit-head:after	{
	content: "";
	display: block;
	width: 7.5em;
	height: 1px;
	background-color: #FFEFB2;
	position: absolute;
	top: 50%;
}
.desc--limit-head:before {
	left: -0.928em;
	transform: translateX(-100%);
}
.desc--limit-head:after	{
	right: -0.928em;
	transform: translateX(100%);
}
.desc--limit-body{
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: 0.08em;
	color: var(--color-blue);
	background-color: #fff;
	padding:2em 1em;
	font-weight: 700;
	border-radius: 10px;
}
.desc--limit-list{
	max-width: 780px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.desc--limit-item{
	width: 25%;
	text-align: center;
}
.desc--limit-item:nth-child(n+5){
	margin-top: 0.4em;
}
/*--------------------------------------------

	 ABOUT

--------------------------------------------*/
.about{
	padding: 95px 0 124px;
	position: relative;
}
.about:before{
	content: "";
	display: block;
	width: 30%;
	height: 100%;
	background-color: #F1FAFF;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.about--inner{
	max-width: 1080px;
}
.about--wrap{
	padding-right: 50%;
	min-height: 38.9vw;
}
.about--head{
	font-family: var(--font-zen);
	font-weight: 900;
	font-size: 38px;
	letter-spacing: 0.12em;
	padding-top: 40px;
}
.about--head-part{
	display: block;
	width: fit-content;
	color: #fff;
	padding-left: 0.44em;
	padding-right: 1em;
	position:relative;
}
.about--head-part:nth-child(n+2){
	margin-top: 0.5em;
}
.about--head-part:before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFC80F;
	border-radius: 0 1.6em 1.6em 0;
	z-index: 1;
	transition:width .8s;
}
.about--head-part > span{
	position: relative;
	z-index: 2;
	opacity: 0;
	transition:opacity .8s;
}
.about--head[data-animation="true"] .about--head-part:before{
	width: 100%;
}
.about--head[data-animation="true"] .about--head-part:nth-child(2):before{
	transition-delay: .2s;
}
.about--head[data-animation="true"] .about--head-part:nth-child(3):before{
	transition-delay: .4s;
}
.about--head[data-animation="true"] .about--head-part > span{
	opacity: 1;
}
.about--head[data-animation="true"] .about--head-part:nth-child(1) > span{
	transition-delay: .2s;
}
.about--head[data-animation="true"] .about--head-part:nth-child(2) > span{
	transition-delay: .4s;
}
.about--head[data-animation="true"] .about--head-part:nth-child(3) > span{
	transition-delay: .6s;
}
.about--figure{
	position: absolute;
	right: 0;
	top:95px;
	width: 45.8%;
	border-top-left-radius: 50px;
	overflow: hidden;
}
.about--text{
	letter-spacing: 0.1em;
	line-height: 2.75;
	color: var(--color-blue);
	margin-top: 2.42em;
	padding-right: 0.8em;
}
.about--slider{
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 55px;
	width: 100%;
}
.c--typo--slider-list{
	transition-timing-function: linear;
}
.c--typo--slider-item{
	width: auto;
}
.c--typo--slider-img{
	height: 138px;
}
/*--------------------------------------------

	 MENU

--------------------------------------------*/
.menu{
	color: #fff;
	background-color:var(--color-blue);
	padding-bottom: 222px;
	margin-bottom: -8.19vw;
}
.menu--head{
}
.menu--head-inner{
	padding:0;
	display: flex;
}
.menu--title{
	width: 22%;
	box-sizing: border-box;
	display: flex;
	margin-top: 45px;
	padding-left: 2%;
}
.menu--title-en{
	font-family: var(--font-outfit);
	font-size: 12.36vw;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	writing-mode: vertical-rl;

}
.menu--title-jp{
	writing-mode: vertical-rl;
	font-size: 24px;
	letter-spacing: 0.2em;
	padding-top: 0.3em;
	margin-left: -0.5em;
}
.menu--head-figure{
	width: 78%;
	border-bottom-left-radius: 60px;
	overflow: hidden;
}
.menu--head-img{
}
.menu--body{
	padding-top: 70px;
	position: relative;
}
.menu--body:before{
	content: "";
	display: block;
	width: 100%;
	height: 511px;
	background:url(../images/menu--bg.svg) center top no-repeat;
	background-size: 1440px;
	position: absolute;
	left: 0;
	top: 70px;
}
.menu--body-inner{
	max-width: 1080px;
}
.menu--plan-title{
	width: fit-content;
	margin: 0 auto;
	font-size: 32px;
	letter-spacing: 0.12em;
	background-color:#FFC80F;
	padding:0.1375em 1.65em;
	border-radius: 1.875em;
}
.menu--plan-title-part{
}
.menu--plan-info{
	margin-top: 32px;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
}
.menu--plan-info-text{
	width: 48.6%;
	box-sizing: border-box;
	padding:44px 20px  38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
}
.menu--plan-info-label{
	background-color: var(--color-blue);
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: 700;
	padding:0.325em 1.15em;
	border-radius: 1.13em;
}
.menu--plan-info-price{
	border-bottom: var(--color-pink) 2px solid;
	color: var(--color-pink);
	padding-bottom: 3px;
	font-size: 55px;
	display: flex;
	align-items: center;
}
.menu--plan-info-price-value{
	font-family: var(--font-outfit);
	font-size: 2em;
	left: 0.02em;
	line-height: 1;
}
.menu--plan-info-price-unit{
	font-weight: 700;
	display: flex;
	flex-direction: column-reverse;
	line-height: 1;
	align-items: center;
}
.menu--plan-info-price-yen{
}
.menu--plan-info-price-tax{
	font-size: 0.38em;
	letter-spacing: 0.16em;
}
.menu--plan-info-time{
	color: #FFC80F;
	margin-top: 18px;
	font-size: 32px;
	letter-spacing: 0.12em;
	font-family:var(--font-zen);
	font-weight: 700;
}
.menu--plan-info-time .number{
	font-size: 0.9375em;
	font-family:var(--font-outfit);
	background-color: #FFC80F;
	color: #fff;
	width: 1.84em;
	text-align: center;
	letter-spacing: 0.03em;
	display: inline-block;
	line-height: 1;
	padding: 0.42em 0;
	border-radius: 50%;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.menu--plan-info-figure{
	width: 51.4%;
}
.menu--plan-info-img{
	height: 100%;
	object-fit: cover;
}
.menu--plan-list{
	margin-top: 78px;
	display: flex;
	flex-wrap:wrap;
}
.menu--plan-item{
	width: 29.1%;
}
.menu--plan-item:not(:nth-child(3n+1)){
	margin-left: 6.35%;
}
.menu--plan-item:nth-child(n+4){
	margin-top: 30px;
}
.menu--plan-item-figure{
	border-radius: 20px;
	overflow: hidden;
}
.menu-plan-item-name{
	font-size: 26px;
	font-family: var(--font-zen);
	font-weight: 900;
	line-height: 1.27;
	letter-spacing: 0.04em;
	margin-top: 0.7em;
	padding-left: 0.5em;
	border-left: 4px solid #FFD638;
}
.menu-plan-item-name span{
	display: inline-block;
	white-space: nowrap;
}
/*--------------------------------------------

	 DRINK

--------------------------------------------*/
.drink{
	margin-top: 8.19vw;
	background-color: #fff;
	position: relative;
	padding-bottom: 100px;
}
.drink:before{
	content: "";
	display: block;
	width:100%;
	height: 8.19vw;
	background:url(../images/drink--bg.svg) center bottom -1px no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform:translateY(-100%);
	z-index: 1;
}
.drink:after{
	content: "";
	display: block;
	width:100%;
	padding-top: 30.8%;
	background:url(../images/drink--bg-bottom.svg) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.drink--inner{
	max-width: 1080px;
	position: relative;
	z-index: 3;
}
.c--head{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
}
.c--head-en{
	font-size: 49px;
	font-weight: 700;
	letter-spacing: 0.12em;
	position: relative;
	font-family: var(--font-outfit);
	text-transform: uppercase;
}
.c--head-en:before,
.c--head-en:after{
	content: "";
	display: block;
	width: 0.51em;
	height: 2px;
	position: absolute;
	top: 50%;
}
.c--head-en:before{
	left:-0.4em;
	transform: translateX(-100%);
}
.c--head-en:after{
	right:-0.4em;
	transform: translateX(100%);
}
.c--head-ja{
	letter-spacing: 0.12em;
	font-weight: 700;
}
.drink--head{
	color: var(--color-pink);
}
.drink--head:before{
	content: "";
	display: block;
	width: 1.1em;
	height: 1.31em;
	background:url(../images/drink--head-icon.svg) center no-repeat;
	background-size: contain;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,-80%);
}
.drink--head-en:before,
.drink--head-en:after{
	background-color: var(--color-pink);
}
.drink--head-en{
	position: relative;
}
.drink--head-ja{
}
.drink--body{
	display: flex;
	margin-top: 56px;
}
.drink--text{
	width: 47.5%;
}
.drink--text-inner{
	display: flex;
	flex-direction: column;
}
.drink--label{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: var(--font-zen);
	font-weight: 700;
}
.drink--label-part{
	display: block;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.12em;
	padding:0.28em 1.16em;
	position:relative;
}
.drink--label-part:nth-child(n+2){
	margin-top: 0.45em;
}
.drink--label-part:before{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--color-blue);
	border-radius:0 1.25em 1.25em 0;
	z-index: 1;
	transition:width .8s;
}
.drink--label-part > span{
	position: relative;
	z-index: 2;
	opacity: 0;
	transition:opacity .8s;
}
.drink--body[data-animation="true"] .drink--label-part:before{
	width: 100%;
}
.drink--body[data-animation="true"] .drink--label-part:nth-child(2):before{
	transition-delay: .2s;
}
.drink--body[data-animation="true"] .drink--label-part > span{
	opacity: 1;
}
.drink--body[data-animation="true"] .drink--label-part:nth-child(1) > span{
	transition-delay: .2s;
}
.drink--body[data-animation="true"] .drink--label-part:nth-child(2) > span{
	transition-delay: .4s;
}
.drink--label-part .note{
	font-size: 0.58em;
	letter-spacing: 0.12em;
}
.drink--note{
	font-family: var(--font-zen);
	font-weight: 700;
	font-size: 26px;
	color: var(--color-blue);
	margin-top: 1.08em;
	padding-bottom: 0.43em;
	border-bottom: 1px solid var(--color-blue);
}
.drink--list{
	margin-top: 32px;
}
.drink--item{
	font-size: 20px;
	letter-spacing: 0.08em;
	padding-left: 1.1em;
	position: relative;
}
.drink--item:nth-child(n+2){
	margin-top: 0.9em;
}
.drink--item:before{
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	background-color: #FFD638;
	border-radius:50%;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.drink--figure{
	width: 52.5%;
	transform: translateX(18%);
}
.drink--slider{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 18px;
	width: 100%;
}
/*----------- ドリンク ----------------------*/
.drink-min{
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	letter-spacing: 0.12em;
	font-family:var(--font-zen);
	font-weight: 700;
}
.drink-min-label{
	padding:0.2625em 1.375em;
	border-radius: 1.2em;
	background-color: #fff;
	color: var(--color-blue);
}
.drink-min-value{
	margin-top: 0.8em;
	border-bottom:1px solid #fff;
	padding:0 0.33em;
	padding-bottom: 0.24em;
}
.drink-min-value span{
	font-size: 14px;
}

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

	 CONTACT

--------------------------------------------*/
.contact{
	padding:72px 0;
	color: #fff;
	background:url(../images/contact--bg.jpg) center no-repeat;
	background-size: cover;
}
.contact--inner{
	max-width: 708px;
}
.contact--head{
}
.contact--head-en:before,
.contact--head-en:after{
	background-color: #fff;
}
.contact--btns{
	margin-top: 38px;
	display: flex;
	justify-content:center;
}
.contact--btn{

}.contact--reserve{
}
.contact--harukas{
	margin-left: 2.5em;
}
.contact--link{
	letter-spacing: 0.04em;
	width: 20.875em;
	max-width: 100%;
	border-radius:2.25em;
	padding:1.45em 1em;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../images/c--arrow-white.svg);
	background-repeat:no-repeat;
	background-size: 0.31875em;
	transition:0.6s;
}
@media (hover: hover) and (pointer: fine) {
	.contact--link:hover {
		opacity: 0.5;
	}
}
.contact--reserve .contact--link{
	background-color: var(--color-pink);
	background-position:right 2.31em center;
}
.contact--harukas .contact--link{
	background-color: var(--color-blue);
	background-position:right 1.43em center;
}
.contact--tel{
	margin-top: 36px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #fff;
	text-align: center;
}
.contact--tel-label{
	color: #1B0404;
	background-color: #fff;
	letter-spacing: 0.08em;
	padding: 0.325em 1em;
}
.contact--tel-value a{
	font-family: var(--font-outfit);
	font-size: 35px;
	letter-spacing: 0.055em;
	line-height: 1;
	padding:0.614em 1em;
}
.contact--tel-value span{
	display: inline-block;
	padding-left: 0.8em;
	background:url(../images/icon--tel-white.svg) left center no-repeat;
	background-size: 0.6em;
}
.contact--sns{
	margin-top: 48px;
}
.contact--sns-label{
    font-size: 20px;
    letter-spacing: 0.08em;
    padding: 0.25em 2.2em 0;
    position: relative;
    width: fit-content;
	margin:0 auto;
}
.contact--sns-label:before,
.contact--sns-label:after{
	content: "";
	display: block;
	width: 1.092em;
	height: 1.7265em;
	position: absolute;
	top: 0;
	background-size: contain;
	background-position: center top;
	background-repeat:no-repeat;
}
.contact--sns-label:before{
	background-image: url(../images/contact--sns-label-left.svg);
	left: 0;
}
.contact--sns-label:after{
	background-image: url(../images/contact--sns-label-right.svg);
	right: 0;
}
.contact--sns-list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.contact--sns-item{
	width: 54px;
}
.contact--sns-item:nth-child(n+2){
	margin-left: 28px;
}
.contact--sns-link{
	transition:0.6s;
}
@media (hover: hover) and (pointer: fine) {
	.contact--sns-link:hover {
		opacity: 0.5;
	}
}
.contact--note{
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 12px;
	margin-top: 3em;
	line-height: 2.166;
}
.contact--note-item{
}
.contact--note-item:nth-child(n+2){
}
.footer{
	background-color: var(--color-blue);
}
.footer--inner{
}
.footer--copy{
	font-family: var(--font-outfit);
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #fff;
	display: block;
	text-align: center;
	padding:0.98em 1em;
}



/*====================================================================
.s_07 .accordion_one
====================================================================*/
.s_07 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_07 .accordion_one .accordion_header {
  background-color: #00A0E9;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #00A0E9;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #ff667e;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
  background-color: #ffb64a;
}
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #ffce85;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header {
  background-color: #4cacf9;
}
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #85c9ff;
}
.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}


@media screen and (max-width: 767px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: center;
    padding: 15px 60px 15px 15px;
    
  }
  
  
}



.section {
  max-width: 805px;
  margin: 0 auto;
  padding: ;
  background: #fff;
  border: 1px solid #00A0E9;
}

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

.aboutev{        
		text-align: left !important;
        max-width: 700px;
        margin: auto;
        padding: 0 !important;
        font-size: 18px !important;
        border: 1px solid;
        border-radius: 8px;
        text-indent: 15px;
                }
                
                .s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #00A0E9;
  margin:6px auto;
}

}


.aboutev2{        
		max-width: 700px;
        margin: auto;
        font-size: 16px !important;
        text-indent: 0px;
        color:#4C4948 !important;
        font-weight: normal !important; 
        background:#fff !important;  
        line-height: 2.2em;   
        text-align:justify!important;
		
        
                }

}



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

.aboutev2{		
		max-width: 700px;
        margin: auto;
        padding: 0 !important;
        font-size: 18px !important;
        text-indent: 20px;
        color:#4C4948 !important;
        font-weight: normal !important; 
        background:#fff !important;  
        line-height: 1.1em; 
        text-align:justify!important;}

}

.que{color:#00A0E9;}
.ans{color:orange;}

