@charset "UTF-8";
/* CSS Document */
/*=================================
pagecommon
=================================*/
body{position: static;height: auto;}
body.fixed{position: fixed;}
.sectionText,
.sectionTitle{text-align: center;}

/*=================================
kvArea
=================================*/
.kvArea a{
    display: block;
    width: 200px;
    background: #3aa694;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 1.4rem;
	position: relative;
	padding-right: 15px;
}
.kvArea a + small{
	margin-top: 5px;
    display: block;
}
.kvArea a::after{
	content: "open_in_new";
    vertical-align: text-top;
    font-size: 16px;
    font-family: "Material Icons";
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all .6s ease-in-out;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}

/*=================================
aboutArea
=================================*/
.aboutArea .sectionText,
.aboutArea .sectionTitle{text-align: left;}

/*=================================
meritArea
=================================*/
.meritList li{
	position: relative;
	width: 25%;
}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1240px) {}
@media only screen and (max-width: 991px) {
	.meritList li {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.meritList li {
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {}
/*ie*/
@media all and (-ms-high-contrast: none) {
}


/*=================================
prchaseArea
=================================*/



.prchaseArea .dataList{
	font-size: 1.6rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    line-height: 1.4;
    align-items: flex-end;
}
.prchaseArea .dataList dt{
	width: 17.5%;
    border-bottom: 2px solid #43aa99;
    font-weight: 500;
    padding: 8px;
    color: #43aa99;
}
.prchaseArea .dataList dd{
	width: 82.5%;
    border-bottom: 2px solid #e2f2ef;
	padding: 8px;
}
.prchaseArea .dataList dt:nth-child(n+2) ~ *{
	margin-top: 30px;
}

.prchaseArea .beer-reveal::before{
	content: "";
    position: absolute;
    right: 0;
    width: 3px;
    height: 100%;
    background: #43aa99;
}
.prchaseArea .beer-reveal::after {
    top: 0px;
    background: rgb(67 170 153);
}

.prchaseArea .beer-handle {
    transform: translate3d(-53%, -50%, 0);
    color: #fff;
    background: rgb(67,170,153);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}
.prchaseArea .beer-range:focus ~ .beer-handle {
    background: rgb(67,170,153);
    box-shadow: 0 0 3px rgba(0,0,0,.4);
}


.pointList {
	margin-top: 60px;
}
.pointList li{
    padding: 25px 0;
    background: #fafffe;
}
.pointList li:nth-child(even){
    background: #e2f2ef;
}
.pointList li h4{
    font-size: 2.2rem;
    font-weight: 500;
    color: #43aa99;	
}
#swipeControl{
	position: relative;
    margin: 50px auto;
    text-align: center;	
}
#swipeControl .startIcon{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    height: 50px;
    z-index: 100;
    background: #43aa99;
    border-radius: 4px;
	animation: MessageAnimation 1s ease-in-out infinite alternate;
}
@keyframes MessageAnimation{
	0% {top:0;}
	to {top:-10px;}
}
#swipeControl .startIcon::before{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
    line-height: 1.6;
	content: "バーを左右に動かすと \A before/afterを確認できます";
	white-space: pre;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#swipeControl .startIcon::after{
	  content: "";
	left: auto;
		position: absolute;
		bottom: -10px;
		right: 45px;
		width: 10px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #43aa99 transparent transparent transparent;
		border-width: 10px 15px 0px 0px;
}

.inview #swipeControl .beer-reveal{
	animation: startAnimation 3s ease-in-out 1 alternate;
}
@keyframes startAnimation{
	0% {width: 25%;}
	50% {width: 75%;}
	100% {width: 50%;}
}
.inview #swipeControl .beer-handle{
	animation: ControllerAnimation 3s ease-in-out 1 alternate;
}
@keyframes ControllerAnimation{
	0% {left: 25%;}
	50% {left: 75%;}
	100% {left: 50%;}
}
#swipeControl .modal_pin{
	position: absolute;
    background: #43aa99;
    z-index: 10;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#swipeControl .modal_pin strong{
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
}
#swipeControl .pin01{
    top: 85%;
    left: 72.5%;
}
#swipeControl .pin02{
	top: 23%;
    left: 55%;
}
#swipeControl span.current{
	background: #43aa99;
    position: absolute;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 20px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    z-index: -1;
}
@keyframes pulsate {
    0%   { transform: scale(1, 1); }
    50%  { opacity: 1; }
    100% { transform: scale(4, 4); opacity: 0.0; }
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    bottom: 0;
    line-height: 1;
	background: rgba(67,168,151,.75)!important;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    top: auto!important;
    right: 0!important;
    padding: 2px 14px!important;
}
.beer-reveal[data-beer-label]:after {
    top: auto!important;
    left: 0!important;
	right: auto!important;
	background: rgba(67,168,151,.75)!important;
}


body .modaal-overlay {
	background: #e2f2ef!important;
}
body .modaal-container {
    max-width: 720px;
}
.modaal-content-container .contents h4{
	margin-top: 15px;
	font-size: 2rem;
    font-weight: 500;
    color: #43aa99;	
}
.modaal-content-container .contents p{
	margin-top: 15px;
}


.prchaseArea .imgList{
	display: flex;
    margin: 80px -15px 0;
    flex-flow: wrap;
}
.prchaseArea .imgList li{
	width: calc(50% - 30px);
    margin: 0 15px;
}
.prchaseArea .imgList li img{
	width: 100%;
}
.prchaseArea .imgList li:nth-child(n+3){
	margin-top: 40px;
}
.prchaseArea .imgList h4{
	margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #43aa99;
}   
@media only screen and (max-width: 1024px) {
	#swipeControl .startIcon{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.prchaseArea .dataList dt{
		width: 30%;
		border-bottom: 2px solid #43aa99;
		font-weight: 500;
		padding: 8px;
		color: #43aa99;
	}
	.prchaseArea .dataList dd{
		width: 70%;
		border-bottom: 2px solid #e2f2ef;
		padding: 8px;
	}
	#swipeControl .pin01 {
		top: 80%;
		left: 70.5%;
	}
}
@media only screen and (max-width: 767px) {
	#swipeControl .modal_pin {
		font-size: 1rem;
		width: 40px;
		height: 40px;
	}
	#swipeControl .modal_pin strong {
		font-size: 1.4rem;
	}
	#swipeControl .pin01 {
		top: 66%;
    	left: 60.5%;
	}
	#swipeControl span.current {
		background: rgba(67,170,153,.5);
		height: 14px;
		width: 14px;
		top: 14px;
		left: 14px;
	}
	.prchaseArea .beer-handle {
		width: 44px;
		height: 44px;
	}
	.prchaseArea .imgList li{
		width: calc(100% - 30px);
	}
	.prchaseArea .imgList li:nth-child(n+2){
		margin-top: 40px;
	}

}


/*=================================
qandaArea
=================================*/
.qandaArea {
	padding-top: 100px;
    border-top: 1px solid #e2f2ef;
}
@media only screen and (max-width: 767px) {
	.qandaArea {
		padding-top: 50px;
	}
}