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

/*基本設定*/
.sp-on{
		display: none;
	}


html {
    font-size: 10px;
}

p{
	letter-spacing: 0.5rem;
}

img{
	width: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1020px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    word-wrap: break-word;
    overflow-wrap: break-word;
	overflow-x: hidden;
}

li{
	 list-style: none;
}

.sma{
    display: none;
}

.sp-br{
		display: none;
	}

.pc-br{
	display: block;
}

.row {
    flex-direction: row-reverse;
}

.yota{
	font-family: vdl-yotag, sans-serif;
	font-weight: 500;
	font-style: normal;
}


/*
.base_inner {
    width: 1080px;
    padding: 0;
    margin: 0 auto;
}
*/

/*画像ズーム*/
.moimg1 {
	overflow: hidden;
	border-radius: 50px;
}

.moimg2 {
	overflow: hidden;
}

.moimg1 img , .moimg2 img{
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover , .moimg2 img:hover{
	transform: scale(1.1, 1.1);
}

.zoom-in{
	display: block;
	transition: 0.5s;
}

.zoom-in:hover {
	transform: scale(1.1,1.1);
}

/*スクロールアップ*/
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*立体的なボタンが下に押し込まれたようなエフェクト*/
.btn-ani {
  display: inline-block;
  transition: .3s;
}
.btn-ani:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}

/*トップ*/
#top-area{
    position: relative;
    background-color: #820133;
    height: 750px;
	z-index: 10000;
}

.top-imo{
	background: url(../img/top-imo.png) no-repeat;
    background-size: contain;
    height: 1200px;
    width: 1200px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 200px;
}

.top-text-1{
	background: url("../img/top-text-1.png") no-repeat;
    background-size: contain;
    height: 80vh;
    width: 75px;
    position: absolute;
    margin: 0 auto;
    top: 100px;
    right: 0;
    left: 0;
}

.top-text-2 {
    background: url(../img/top-text-2.png) no-repeat;
    background-size: contain;
    height: 200px;
    width: 450px;
    position: absolute;
    margin: 0 auto;
    right: -50px;
    left: 0;
    bottom: -50px;
}

.top-deco-1{
	background: url("../img/top-deco-1.png") no-repeat;
    background-size: 100% auto;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 40px;
    left: -340px;
    margin: 0 auto;
    right: 0;
}

.top-deco-2{
	background: url("../img/top-deco-2.png") no-repeat;
    background-size: 100% auto;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 60px;
    margin: 0 auto;
        right: 0;
    left: 530px;
}

.top-deco-3{
	background: url("../img/top-deco-3.png") no-repeat;
    background-size: 100% auto;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 200px;
    margin: 0 auto;
    right: 0;
    left: 220px;
}

.top-link{
	width: 7%;
    padding-top: 40px;
    padding-right: 20px;
    position: fixed;
    right: 0;
}

.top-p{
	position: absolute;
    color: #fff;
    font-size: 14px;
    height: 100px;
    width: 400px;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: -70px;
}

.bg{
	position: absolute;
	z-index: 1000;
}

/*アバウト*/
#about{
	position: relative;
	background-color: #ffbe49;
	padding-top: 300px;
}

.about-box{
	background-color: #fff;
	border-radius: 100px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}

.about-box::before{
	content: "";
    background: url("../img/about-deco-3.png") no-repeat;
    background-size: contain;
    width: 700px;
    height: 500px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    left: 300px;
    right: 0;
    top: -330px;
}

#about h2{
	width: 65%;
    padding: 60px 0 30px 0;
    margin-left: 100px;
}

#about .title-p{
	text-align: center;
    padding-bottom: 50px;
	    font-size: 25px;
}

#about ul{
	display: flex;
	width: 80%;
    margin: 0 auto;
    align-items: center;
	margin-bottom: 100px;
}

#about li{
	width: 50%;
}

#about li:nth-child(2){
	margin: 30px;
}

#about h3{
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.3;
    color: #820133;
}

.about-p{
	font-size: 20px;
	color: #603813;
}

.about-deco-1{
	    background: url(../img/about-deco-1.png) no-repeat;
    background-size: 100% auto;
    height: 400px;
    width: 300px;
    position: absolute;
    margin: 0 auto;
    z-index: 2000;
    bottom: -200px;
    left: 900px;
}

.about-deco-2{
	    background: url(../img/about-deco-2.png) no-repeat;
    background-size: 100% auto;
    height: 200px;
    width: 200px;
    position: absolute;
    margin: 0 auto;
    z-index: 2000;
    bottom: -230px;
    left: 20px;
}

/*フレーバー*/
#flavor{
	position: relative;
	background-color: #820133;
	padding: 200px 0 400px;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
}

.title-area{
	display: flex;
    width: 80%;
    align-items: center;
    margin: 0 auto;
}

.title-area h2{
	width: 50%;
}

.title-area p{
	color: #fff;
    font-size: 16px;
    width: 50%;
    margin-left: 50px;
}

.flavor-box ul{
	display: flex;
	width: 40%;
    position: relative;
}

.flavor-box ul:nth-child(4){
	width: 40%;
    display: block;
    margin-right: 0;
    text-align: center;
}

.flavor-box ul:nth-child(4) img{
	width: 70%;
}

.flavor-box ul:nth-child(3){
	margin-top: -150px;
}

.flavor-box p:last-child{
	margin-top: 20px;
	font-size: 20px;
}

.flavor-box{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.flavor-box li:nth-child(2){
	position: absolute;
    width: 60%;
}

.flavor-box h2{
	font-size: 30px;
    margin-bottom: 10px;
}

.flavor-1 h2{
	color: #ffef9e;
}

.flavor-3 h2{
	color: #ecbf00;
}

.flavor-box p{
	font-size: 16px;
    color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.3rem;
}

.link-btn{
	background-color: #e8e26d;
    border-radius: 20px;
    width: 70%;
    text-align: center;
    font-size: 15px;
}

.link-btn a{
	width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0;
    color: #820133;
}

.change li:nth-child(2){
	margin-right: 45%;
	margin-top: 77%;
}

.flavor-1{
	margin-left: 50%;
    margin-top: 70%;
}

.flavor-3{
	margin-top: 85%;
    margin-left: 50%;
}

.change{
	margin-top: 300px;
}

.change h2 {
    color: #f9a1b5;
}

#flavor .ec-link{
	width: 30%;
    padding-top: 10%;
    margin: 0 auto;
}

#flavor::after {
    content: "";
    background: url("../img/slider-deco-1.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    right: 400px;
    bottom: -50px;
    animation: rotate_anime 15s linear infinite;
}

.seen{
	width: 70%;
    margin: 0 auto;
    padding-top: 200px;
}

/*スライドショー*/
#slider{
	width: 70%;
    margin: 0 auto;
	margin-bottom: 200px;
}

#slider .bx-wrapper{
	box-shadow: none;
	margin-top: -100px;
	border: 5px solid transparent;
    background: none;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a{
	background: rgb(255,255,255,70%);
	width: 25px;
    height: 25px;
	border-radius: 100px;
	    margin: 0px 10px;
}

#slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 30px;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: rgb(0,0,0,30%);
}

#slider .bx-wrapper .bx-controls-direction a {
    display: none;
}

#slider .bx-wrapper::before{
	content: "";
    background: url("../img/slider-p.png") no-repeat;
    background-size: contain;
    width: 370px;
    height: 450px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    top: -100px;
    left: -100px;
}

#slider .bx-wrapper::after{
	content: "";
    background: url("../img/slider-deco-2.png") no-repeat;
    background-size: contain;
    width: 220px;
    height: 220px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    left: 0px;
    bottom: -150px;
	animation: rotate_anime 15s linear infinite;
}

#slider .bx-viewport{
	border-radius: 20%;
	height: 600px!important;
}

/*お客様の声*/
#voice{
	width: 80%;
    margin: 0 auto;
	position: relative;
}

#voice h2{
	width: 50%;
    margin: 0 auto;
    margin-bottom: 100px;
}

#voice ul h3{
	padding-bottom: 50px;
}

.voice-1{
	width: 60%;
}

.voice-2 , .voice-3{
	width: 50%;
}

#voice ul{
	width: 50%;
    margin: 0 auto;
	padding-bottom: 80px;
}

.voice-deco-1{
	background: url("../img/voice-deco-1.png") no-repeat;
    background-size: 100% auto;
    height: 400px;
    width: 300px;
    position: absolute;
    top: 100px;
    left: 750px;
}

.voice-deco-2{
	background: url("../img/voice-deco-2.png") no-repeat;
    background-size: 100% auto;
    height: 400px;
    width: 350px;
    position: absolute;
    left: -500px;
    top: 300px;
}

/*Q&A*/
#qa {
	position: relative;
	background: url("../img/qa-bg.png") ;
	background-size: 100% auto;
	padding: 200px 0;
}

#qa::before{
	content: "";
    background: url("../img/imo-deco.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 10000;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0px;
}

#qa h2{
	position: absolute;
    z-index: 1000;
    width: 25%;
    left: 200px;
    top: 300px;
}

.qa-box {
    background: #fff;
	border-radius: 20% ;
    width: 80%;
    margin: 0 auto;
    padding: 15%;
    position: relative;
    z-index: 0;
    top: -45px;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1.5em;
    margin-top: 250px;
}

#qa li{
	width: 30%;
    margin: 0 auto;
    padding-top: 100px;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.section {
    max-width: 1024px;
    margin: 0 auto;
}

.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  font-size: 23px;
  padding: 20px 0%;
  border-bottom: 2px solid #ffbe49;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	color: #4f4e4e;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .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_01 .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_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
    content: '';
    background-color: #000;
    border-radius: 10px;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 7px;
    left: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
    height: 17px;
    top: 0;
    left: 8px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
	color: #666;
  display: none;
  padding: 30px 0px;
  border-bottom: 2px solid #ffbe49;
  box-sizing: border-box;
 text-align: left;
	font-size: 20px;
}

/*.s_01 .accordion_one .accordion_inner .box_one {
  height: 300px;
}*/
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 13px;
    text-align: left;
    padding: 15px 40px 15px 0px;
  }
}

.s_01 .accordion_one .accordion_header::before{
    top: 3px;
    left: 5px;
    content: 'Q.';
	color: #000;
	font-size: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-style: normal;
	margin-right: 15px;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac::before{
	top: 3px;
    left: 5px;
    content: 'A.';
	color: #666666;
	font-size: 1.5em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-style: normal;
	margin-right: 15px;
}

/*====================================================================
以下は不要です。
====================================================================*/

/*フッター*/
#footer {
	background: #820133;
	padding: 300px 0 50px;
}

.line-up {
	display: flex;
	justify-content: space-around;
	padding-bottom: 150px;
    width: 80%;
    margin: 0 auto;
}

.line-up li{
	width: 25%;
}

.footer-title h2{
	width: 25%;
    margin: 0 auto;
}

.footer-title p{
	color: #c7b299;
    text-align: center;
    margin: 50px 0;
}

.access{
	color: #fff;
	display: flex;
	width: 70%;
    margin: 0 auto;
    justify-content: center;
}

.access p{
	height: 120px;
}

.access h3{
	font-size: 25px;
    font-weight: bold!important;
}

.map a{
	background: #fff;
    color: #96234a;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
}

.access li:nth-child(1){
	padding-right: 100px;
	width: 40%;
}

.access li:nth-child(2){
	padding-left: 100px;
	border-left: 1px solid;
	width: 40%;
}

.access span{
	font-size: 14px;
	color: #ffbe49;
}

.sns-area {
	padding: 100px 0 150px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    width: 60%;
}

.sns-area li {
	width: 7%;
}

.copy-r{
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.rotate_a {
  animation: rotate_anime 15s linear infinite;
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fade_image {
	display: flex;
	justify-content: space-between;
}
.element {
	opacity: 0;
}
.active {
	animation: bounds 1300ms linear;
	animation-fill-mode: forwards;
}
@keyframes bounds {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	8% {
		opacity: 1;
		transform: scale(1.1);
	}
	17% {
		opacity: 1;
		transform: scale(1.2);
	}
	34% {
		opacity: 1;
		transform: scale(1);
	}
	51% {
		opacity: 1;
		transform: scale(1.1);
	}
	68% {
		opacity: 1;
		transform: scale(1);}
	84% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@media screen and (max-width: 640px) {
	.fade_image {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

/* マウスオーバー時の背景色 */
.chenge-2{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.chenge-2:hover {
    background-color: #f2df33;
    }

.target {
			transition: .5s ;
			transform: rotateY( 0deg ) ;
		}

.sns-area li:hover .target {
			transform: rotateY( 360deg ) ;
		}

.sns-area li:hover .target {
			transform: rotateY( 360deg ) ;
		}

.top-link a:hover .target {
			transform: rotateY( 360deg ) ;
		}

.top-link a:hover .target {
			transform: rotateY( 360deg ) ;
		}

/*揺れる*/
.fuwafuwa-1{
	position: absolute;
	animation: wobbling_x 0.8s ease-in-out infinite alternate,
		wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-2{
	position: absolute;
	animation: wobbling_x 0.7s ease-in-out infinite alternate,
		wobbling_y 0.8s ease-in-out infinite alternate;
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}

/*フェードイン*/
.fadeIn {
    transform: scale(1.2);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*スマホ*/
@media screen and (max-width: 768px){
	
	html{
		width: 100%;
	overflow-x: hidden;
	}
	
	.pc-on{
		display: none;
	}
	
.sma{
        display: block;
    }
	
	.sp-on{
		display: block;
	}
	
	.sp-br{
		display: block;
	}
	
	.pc-br{
	display: none;
	}
	
	body {
    min-width: 320px!important;
    max-width: 100%!important;
	font-size: 15px;
    font-size: 1.5rem;
		overflow-x: hidden;
}
	
	.base_inner {
    width: 100% !important;
    padding: 0 20px !important;
}
	
/*トップ	*/
	.top-link{
		z-index: 99999;
		width: 20%;
	}
	
	.sp-sns-area{
		display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    position: fixed;
	z-index: 9999;
	}
	
	.sp-sns-area li{
		width: 15%;
	}
	
	.top-imo{
		background: url(../img/sp-top-imo.png) no-repeat;
		width: 100%;
		background-size: 100% auto;
		top: 250px;
		left: -15px;
	}
	
	
	#top-area{
		height: 450px;
	}
	
	.top-text-1{
		height: 60vh;
		width: 55px;
		top: 60px;
	}
	
	.top-text-2{
		width: 200px;
		top: 430px;
		bottom: auto;
		right: 0;
	}
	
	.top-deco-2{
		height: 70px;
		width: 70px;
		top: 150px;
		left: 230px;
	}
	
	.top-p {
    position: absolute;
    color: #000;
    font-size: 13px;
    width: auto;
    top: auto;
	bottom: -230px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    text-align: center;
	letter-spacing: revert;
}
	
	.top-deco-1 {
    height: 120px;
    width: 120px;
    top: 90px;
    left: -230px;
}
	
	.top-deco-3 {
    height: 50px;
    width: 50px;
    top: 30px;
    left: 130px;
}
	
	.top-p p{
		letter-spacing: 0.2rem;
	}
	
	.top-p span{
		font-weight: bold;
	}
	
/*	こだわり */
	#about{
		padding: 300px 0 80px;
	}
	
	.about-box{
		width: 90%;
		padding: 20px;
		border-radius: 50px;
	}
	
	.about-box::before{
		width: 350px;
    height: 350px;
    left: 90px;
    right: 0;
    top: -170px;
	}
	
	#about h2 {
    width: 90%;
    padding: 30px 0 20px 0;
    margin: 0 auto;
}
	
	#about .title-p {
    padding-bottom: 50px;
    font-size: 14px;
}
	
	#about ul {
    width: auto;
    margin-bottom: 50px;
		display: block;
}
	
	#about li {
    width: 90%;
    margin: 0 auto;
		padding-bottom: 20px;
}
	
	#about h3 {
    margin-bottom: 20px;
    font-size: 30px;
		text-align: center
	}
	
	#about li:nth-child(2) {
    margin: 0 auto;
}
	
	.about-p {
		font-size: 14px;
	}
	
	.about-deco-1{
		left: 200px;
		height: 200px;
		width: 145px;
	}
	
	#about li {
    width: auto;
	}
	
/*	フレーバー*/
	#flavor{
		padding-top: 50px;
		padding-bottom: 200px;
	}
	
	.title-area {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
	
	.title-area h2 {
    width: 70%;
}
	
	.title-area p {
    width: 90%;
    margin: 0 auto;
		font-size: 15px;
}
	
	.flavor-box{
		display: block;
		width: auto;
	}
	
	.flavor-box ul{
		width: 90%;
		margin: 0 auto;
		padding-bottom: 100px;
		display: block;
		position: inherit;
	}
	
	.flavor-box li:nth-child(2){
		width: 90%;
		margin: 0 auto;
		position: inherit;
	}
	
	.flavor-box ul:nth-child(3){
		margin-top: 0;
		margin-left: 0;
		margin: 0 auto;
	}
	
	.flavor-box h2{
		margin-bottom: 10px;
		font-size: 26px;
	}
	
	.flavor-box p {
    font-size: 15px;
    margin-bottom: 20px;
}
	
	.change li:nth-child(2) {
    margin-right: auto;
}
	
	.link-btn{
		width: 80%;
		margin: 0 auto;
	}
	
	#flavor .ec-link {
    width: 80%;
    padding-top: 0;
    margin: 0 auto;
	}
	
	.about-deco-2{
		bottom: -80px;
		left: -20px;
		height: 200px;
		width: 100px;
	}
	
	.seen {
    width: 90%;
    padding-top: 80px;
}
	
/*	お客様の声*/
	#slider .bx-wrapper::before{
		width: 150px;
		height: 150px;
		top: -70px;
		left: 0px;
	}
	
	#flavor::after{
		width: 120px;
		height: 100px;
		right: 180px;
		bottom: 0px;
	}
	
	#slider .bx-wrapper::after{
		width: 120px;
		height: 100px;
		left: -80px;
		bottom: -50px;
	}
	
	#slider .bx-wrapper .bx-pager.bx-default-pager a{
		width: 10px;
		height: 10px;
	}
	
	#slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		display: none;
	}
	
	#slider .bx-wrapper .bx-controls-direction a {
    display: block;
}
	
	#slider .bx-wrapper{
		margin-top: -50px;
	}
	
	#slider {
		width: 95%;
		margin-bottom: 100px;
	}
	
	#voice{
		width: 90%;
		padding-bottom: 20px;
	}
	
	#voice h2 {
    width: 75%;
    margin-bottom: 50px;
}
	
	#voice ul {
    width: 80%;
    padding-bottom: 80px;
}
	
	#voice ul h3 {
    padding-bottom: 20px;
    margin: 0 auto;
}
	
	.voice-1{
	width: 90%;
}

.voice-2 , .voice-3{
	width: 80%;
}
	
	.voice-deco-1{
		top: 160px;
		left: 210px;
		z-index: -100;
		width: 130px;
	}
	
	.voice-deco-2{
		top: 450px;
		left: -80px;
		z-index: -100;
		height: 150px;
		width: 150px;
	}
	
	#qa::before{
		width: 80px;
		height: 80px;
	}
	
	#qa{
		border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
	padding-top: 200px;
    padding-bottom: 100px;
	}
	
	#qa h2 {
    width: 27%;
    top: 120px;
    left: 200px;
}
	
	.qa-box{
		width: 90%;
		margin-top: 50px;
		padding: 15% 3%;
		border-radius: 5%;
	}
	
	#qa li {
    width: 80%;
    padding-top: 50px;
}
	
	.s_01 .accordion_one .accordion_inner p.txt_a_ac{
		font-size: 13px;
	}
	
	.s_01 .accordion_one .accordion_header{
		padding: 10px -5px;
	}
	
/*	フッター*/
	#footer {
		padding: 200px 0 20px;
		margin-top: -100px;
}
	
	.line-up{
		padding-bottom: 50px;
		width: 100%;
	}
	
	.footer-title h2 {
    width: 40%;
	}
	
	.footer-title p{
		margin: 20px 0 50px;
	}
	
	.access{
		display: block;
		width: 90%;
		margin-bottom: 80px;
	}
	
	.access li:nth-child(1) {
    padding-right: 0;
    width: auto;
    margin-bottom: 30px;
}
	
	.sns-area li {
    width: 12%;
    margin: 20px;
}
	
	.access p {
    height: auto;
    padding-bottom: 20px;
}
	
	.access h3 {
    font-size: 15px;
	}
	
	.access li:nth-child(2) {
    padding-left: 0;
	border-left: 0;
    width: auto;
}
	
	.map a{
	width: 80%;
    margin: 0 auto;
	}
	
	.sns-area{
		    padding: 0 0 80px;
    justify-content: center;
    width: 100%;
	}
	
	.flavor-box ul:nth-child(4){
		margin-right: 0;
		margin: 0 auto;
		width: 90%;
		text-align: center;
		padding-top: 0;
		padding-bottom: 30px;
	}
	
	.flavor-box ul:nth-child(4) img{
		width: 75%;
	}
	
	#slider .bx-viewport{
		height: auto!important;
	}
	
}

/*デスクトップ*/
@media screen and (min-width:1500px){

	
}

@media (max-width: 520px) {
  body {
    top: 0 !important
  }
}

@media screen and (min-width: 1px) and (max-width: 1400px){
	
}
