@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #603A35;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.8rem;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif!important;
	text-align: left;
}

body.open{
	height: 100vh;
}

/* headerlogo */
#header_glonavi #header_glonavi_l .glico_header_logo {
    box-sizing: content-box;
}

.bgbr{
	background:#EBE2D7;
}

.bgcr{
	background:	#F5F0EA;
}

.bgred{
	background:#E94709;
}
.bgwh{
	background: #ffffffc2;
}

.white{
	color:#fff;	
}


.in136{
	max-width:1366px;
	margin:auto;
	width: 100%;
}

.in128{
	max-width:1283px;
	margin:auto;
}

.in120{
	max-width:1200px;
	margin:auto;
	width: 95%;
}

.in1082{
	max-width:1082px;
	margin:auto;
}

.in9{
	max-width:900px;
	margin:auto;
	width: 95%;
}

.in108{
	max-width: 1080px;
	margin:auto;
	width: 100%;
}


.fl{
	position:relative;
	margin: auto;
	max-width: 1200px;
}
.fl:before{
	position:absolute;
	content:"";
	background:url(../img/linefl28.png) no-repeat;
	width:280px;
	height:280px;
	left:0;
	top: 0;
}

.fl1{
	position:relative;
	z-index: 1;
}
.fl1:before{
	position:absolute;
	content:"";
	background:url(../img/linefl4.png) no-repeat;
	width:400px;
	height:400px;
	right: -45px;
	bottom: -145px;
	z-index: -1;
}

.fl2{
	position:relative;
	z-index: 1;
}
.fl2:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	left: -150px;
	bottom: -210px;
	z-index: -1;
}

.fl3{
	position:relative;
	z-index: 1;
}
.fl3:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	right: -200px;
	bottom: -280px;
	z-index: -1;
}



.fl5{
	position:relative;
	z-index: 1;
}
.fl5:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	right: -200px;
	bottom: -350px;
	z-index: -1;
}

.fl6{
	position:relative;
	z-index: 1;
}
.fl6:before{
	position:absolute;
	content:"";
	background:url(../img/linefl4.png) no-repeat;
	width:400px;
	height:400px;
	left: -200px;
	top: 210px;
	z-index: -1;
}

.fl7{
	position:relative;
	z-index: 1;
}

.fl7:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	left: 70%;
	top: -225px;
	z-index: -1;
}


/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
	color: #603A35;
}

a:visited {
	color: #603A35;
}

a:active {
	color: #333;
}

a:hover {
	color: #E94709;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.slider2.sp{
	display:none;
}

.slider2.pc{
	display:block;
}

#cover .pc {
	display: block;
}

#cover .sp {
	display: none;
}



/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
}



/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

.navdiv{
	padding: 20px 0 20px;
}

.navdiv ul{
	display:flex;
	justify-content: space-between;
	max-width: 608px;
	width: 95%;
	margin: auto;
}

.navdiv li{
	font-size: 1.6rem;
	font-weight: 700;
	height: 54px;
	position: relative;
	text-align: center;
}

.navdiv li a{
	text-decoration:none;
	font-weight: 700;
}

.navdiv li:hover a{
color:#E94709;	
}

.navdiv li:before{
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: solid 1px #603A35;
	  border-right: solid 1px #603A35;
	  position: absolute;
	  left: 0px;
	  right:0;
	  bottom: 5px;
	  margin:auto;
	  transform: rotate(135deg);
}

.navdiv li:hover:before{
	  border-top: solid 1px #E94709;
  border-right: solid 1px #E94709;
}

#main {
	width: 100%;
	margin: 0px auto 0;
	position: relative;
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3.6rem;
	text-align: center;
}

.mainTit span{
	display: block;
	font-size: 2rem;
}

.content01{padding: 0px 0 120px;}

.content01 .in136{
	padding:60px 0 0;
}

.co1d{
	margin:50px auto 0;
}

.tit1{
	font-size:4.2rem;
	text-align: center;
	margin-bottom: 40px;
}

.tit1 span{
	font-size:1.8rem;
	display:block;
}

.co1d>p{
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.co1d dl{display: flex;justify-content: center;margin: 20px auto 35px;align-items: center;}

.co1d dt{
	width:60px;
	margin-right: 10px;
}

.co1d dd{
	font-size:1.4rem;
	font-weight: 500;
}

.co1d dd p{
	font-weight:700;
}

.co1da{
	/* display:flex; */
	margin: 0 auto 120px 0;
	position: relative;
	padding-bottom: 90px;
}

.co1db .co1img img{
	margin-left:auto;
}

.co1txt{
	position:absolute;
	right: 0;
	bottom: 0;
	max-width: 550px;
	width: 100%;
}

.co1txt h4{
	font-size:3.6rem;
	line-height: 1.2;
}

.co1txt p{
	font-size: 1.5rem;
	font-weight: 700;
}

.co1txtd>span{
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}

.co1txtd{
	position:relative;
	padding: 50px;
	min-height: 325px;
}

.co1txtd .morebtn{
	position:absolute;
	bottom:0;
	right:0;
	font-weight: 700;
	font-size:1.6rem;
	margin: 0;
	cursor: pointer;
}

.co1txtd .morebtn span{
	position:relative;
	padding: 0 30px 30px 0;
	display: block;
}

.co1txtd .morebtn:hover{
	color:#E94709;
}

.co1txtd .morebtn span:before{
	position:absolute;
	content:"";
	background:url(../img/more.png);
	width:48px;
	height:48px;
	bottom: 0;
	right: 0;
}

.co1db{
	margin: 0 0 120px auto;
	/* flex-direction: row-reverse; */
	/* justify-content: flex-end; */
}

.co1db .co1txt{
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.co1d2{
	padding:60px 0;
	margin-bottom: 90px;
}

.co1d2 h4{
	font-size: 4.2rem;
	font-weight:700;
	text-align: center;
}

.co1d2 h4 span{
	font-size:1.8rem;
	font-weight:700;
	display:block;
}

.co1d2>p{
	font-size:1.6rem;
	font-weight:700;
	text-align: center;
	margin: 40px auto 20px;
}

.co1d2 p{
	font-size:1.6rem;
	font-weight:700;
}

.co1d2 p span{
	font-size:1.2rem;
	font-weight:500;
	margin-top: 10px;
	display: block;
}

.co1d2 ul{
	display:flex;
	justify-content: space-between;
	max-width: 685px;
	margin: auto;
	width: 100%;
}

.co1d2>ul>li{
	max-width:300px;
	width:48%;
}

.co1d2>ul>li h5{
	font-size:1.8rem;
	text-align:center;
	margin: 10px auto 15px;
}

.co1d2>ul>li>p{
	font-size: 1.4rem;
	font-weight: 500;
}

.co1d2 .recipe{
	margin:20px auto;
	font-size:1.4rem;
	font-weight:700;
	flex-direction: column;
}

.co1d2 .recipe li{
	display:flex;
	justify-content: space-between;
}

.co1d2>ul>li>span{
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
}

.btn01{
	background:#E94709;
	border-radius:6px;
	color: #fff!important;
	font-size:1.8rem;
	font-weight:700;
	max-width: 400px;
	width: 95%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	position:relative;
}

.btn01:hover{
	opacity: 0.7!important;
}

.btn01:before{
	  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
right:30px;
  bottom: 0px;
	top:0;
	margin:auto;
	transform: rotate(135deg);
}

.co1d3{
	margin: 0px auto 0;
	padding: 30px 0 90px;
	text-align: center;
}

.co1d3 h1{
	font-size:3.6rem;
	font-weight:700;
	margin-bottom:30px;
}

.co1d3 p{
	font-size:1.8rem;
	font-weight:700;
	position: relative;
	line-height: 2;
}

.co1d3 .abspan{
	position:absolute;
	right:0;
	bottom: -30px;
}

.content02{
	padding: 80px 0;
	height: 550px;
	display: flex;
	align-items: center;
	z-index: 1;
}

.bg1{
	background-image: url(../img/bg2pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.co2d{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 450px;
}

.bg2 .co2d{margin-left: auto;margin-right: 0;}

.h428{
	font-size:2.8rem;
}

.co2d p{
		font-size: 1.6rem;
	font-weight: 500;
	line-height:2;
	margin-top:40px;
	
}

.bg2{
	background-image: url(../img/bg3pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg3{
	background-image: url(../img/bg4pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg4{
	background-image: url(../img/bg5pc.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg4 .co2d{margin-left: auto;margin-right: 0;}

.content03{
	text-align: center;
}

.content03 .in136{
	padding: 70px 0 80px;
	position: relative;
}

.content03 .in136:before{
	position:absolute;
	content:"";
	background: url(../img/open.png)no-repeat center;
	width:188px;
	height:188px;
	right: 85px;
	z-index: 1;
	top:70px;
	background-size: contain;
	display:none;
}

.content03 h2{
	font-size:3.6rem;
}

.content03 h2 span{
	font-size:2rem;
	font-weight:700;
	display:block;
}

.content03 .in136>p{
	margin:50px auto 30px;
	font-weight:700;
	font-size:1.8rem;
}

.content03 dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 290px;
	width: 100%;
	margin: auto;
	font-size: 1.6rem;
	font-weight: 700;
}

.content03 dl img{
	width:28px;
}

.content03 dl a{
	position:relative;
	padding-right: 30px;
}

.content03 dl a:before{
	content:"";
	position:absolute;
	background: url(../img/btnicon.png)no-repeat;
	background-size: contain;
	width:30px;
	height:30px;
	right: 0;
	top: -3px;
	border: 0;
	margin: auto;
}

.content03 dl a:hover:before{
		background: url(../img/btniconhov.png)no-repeat;
	background-size: contain;
}

#linebnr{
	max-width:1000px;
	width: 98%;
	border:8px solid #07B53B;
	margin: 70px auto 0;
	padding: 20px 50px;
}

.lined{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.linedr{
	max-width:625px;
	text-align: left;
	width: 75%;
	margin-left: 10px;
}

.linedr h3{
	color:#07B53B;
	font-size:2.8rem;
	padding-top: 10px;
	padding-bottom:5px;
	border-bottom:3px solid #07B53B;
	margin-bottom:20px;
}

.linep1{
	font-size:1.8rem;
	font-weight:700;
	margin-bottom:20px;
}

.linep2{
	font-size:2.4rem;
	font-weight:700;
}

.content04{
	padding: 85px 0px 95px;
	text-align: center;
}

.content04 h2{
	font-size:3.6rem;
}

.content04 h2 span{
	font-size:2rem;
	display:block;
}

.content04 dl{
	display:flex;
	justify-content: space-between;
	max-width: 1088px;
	margin: 50px auto 0;
	width: 95%;
}

.content04 dt,.content04 dd{
	max-width:500px;
	width: 48%;
}

.content04 video{
	width:100%;
}

.content05{
	padding: 60px 0 160px;
}

.content05 h2{
	font-size:3.6rem;
	text-align:center;
}

.co5p1{
		font-size:1.8rem;
	font-weight:700;
	margin:50px auto 0;
	text-align: center;
	line-height: 2.1;
}

.co5p2{
		font-size:1.6rem;
		font-weight:700;
		margin: 60px auto 0;
		padding-top: 60px;
		text-align: center;
		line-height: 2.1;
		border-top: 1px dotted #603A35;
}

.co5p2 span{
		font-size:2rem;
		display: block;
		font-weight:700;
		text-align: center;
}

.btn02{
	width:100%;
	max-width:400px;
	height:60px;
	display:flex;
	border:1px solid;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 40px auto 0;
	position: relative;
	border-radius: 6px;
}

.btn02:before{
	position:absolute;
	content:"";
	width:28px;
	height:28px;
	background: url(../img/btnicon.png) no-repeat;
	background-size: contain;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn02:hover:before{
		background: url(../img/btniconhov.png) no-repeat;
	background-size: contain;
}

.lineup2{
	background: #00000020;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	display: none;
}

.lud{
	width:100%;
	height: 600px;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	padding: 50px 0 40px;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.lineup2 .h428{
	text-align:center;
}

.h428 span{
	display:block;
	font-size: 1.6rem;
}

.lineup2 ul{
	display:flex;
	max-width: 900px;
	width:100%;
	margin: 30px auto 30px;
	justify-content: center;
}

.mb2sec.lineup2 ul{
	max-width: 430px;
	justify-content: space-between;
}

.mb2sec.lineup2 li{
	margin: 0;
	max-width: 200px;
	width: 48%;
}

.lineup2 li{
	margin: auto;
	max-width: 200px;
	width: 25%;
}

.lineup2 li h5{
	font-size:1.6rem;
	text-align: center;
}

.lineup2 li h5 span{
	display:block;
	font-size:1.4rem;
}

.lineup2 li p{
	font-size:1.4rem;
	line-height: 1.4;
	margin: 10px auto 30px;
}

.modsp{
	font-size:1.4rem;
	font-weight:700;
	text-align: center;
	display: block;
}

.lineup2 div>span{
	font-size:1.4rem;
	display:block;
	text-align: right;
}

.lineup2 .abspan{
	position: absolute;
	right: 28px;
	top: 28px;
}

.fixed{
	position:fixed;
	display: flex;
}

.fadein{
	opacity: 0;
    transform: translateY(30px);
	transition: all 1s;
}

.fadein.active{
	opacity: 1;
    transform: translateY(0px);
}

.right{
	position:absolute;
}
/* 全ページ共通クラス
----------------------------------------------------------- */


/*--- ページトップ ---*/
#pageTop {
	z-index: 99;
	position: absolute;
	margin: 0;
	right: 40px;
	bottom: 40px;
}

#pageTop a{
	display:flex;
	flex-direction: column;
	font-weight: 700;
	font-size: 1.4rem;
	justify-content: center;
	width: 60px;
	height: 74px;
	background: url(../img/pagetop.png)no-repeat;
	background-size: contain;
}

#pageTop:hover a{
		background: url(../img/pagetophov.png)no-repeat;
	background-size: contain;
}


/* line */

#line{
	right: 0;
	width: 177px;
	box-shadow: 0 3px 6px #00000016;
	z-index: 99;
}

#line:hover{
	opacity:0.7;
}

#line a{
	display:flex;
	align-items: center;
	justify-content: center;
}

#line a>span{
	font-size:1.2rem;
}

#line a>span>span{
	font-size:1.6rem;
}

/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}

.covimg{
	position:relative;
}

.covimg:before{
	position:absolute;
	content:"";
	background: url(../img/open.png)no-repeat center;
	width:188px;
	height:188px;
	right: 40px;
	z-index: 1;
	top: 40px;
	background-size: contain;
	display: none;
}


/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



.bg1{
	background-image: url(../img/bg2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.co2d{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 450px;
}

.bg2 .co2d{margin-left: auto;}

.h428{
	font-size:2.8rem;
}

.co2d p{
		font-size: 1.6rem;
	font-weight: 500;
	line-height:2;
	margin-top:40px;
	
}

.bg2{
	background-image: url(../img/bg3.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg3{
	background-image: url(../img/bg4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg4{
	background-image: url(../img/bg5.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg4 .co2d{margin-left: auto;}

.fl7:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	right: -200px;
	top: -225px;
	z-index: -1;
	left: auto;
}
	

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1366px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.content03 .in136:before{
	position:absolute;
	content:"";
	background: url(../img/open.png)no-repeat center;
	width: 150px;
	height: 150px;
	right: 40px;
	z-index: 1;
	top: 10px;
	background-size: contain;
}

.in108{
	max-width: 1080px;
	margin:auto;
	width: 95%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	
.co1da{
	display:flex;
	margin: 0 auto 120px 0;
	position: relative;
	padding-bottom: 90px;
}

.co1img{
	max-width:820px;
	width: 95%;
}

.co1txt{
	position:absolute;
	right: 0;
	bottom: 0;
	max-width: 550px;
	width: 100%;
}

.co1da{
	display:flex;
	margin: 0 auto 120px 0;
	position: relative;
	padding-bottom: 140px;
}

.co1img{
	max-width:820px;
	width: 95%;
}

.co1txt{
	position:absolute;
	right: 0;
	bottom: 0px;
	max-width: 500px;
	width: 100%;
}

.co1txtd{
	position:relative;
	padding: 40px 40px 65px;
	min-height: 250px;
}

.content02{
	padding: 80px 0;
	height: 450px;
	display: flex;
	align-items: center;
}

.co2d{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 20px;
	width: 100%;
	max-width: 450px;
}

.bg2 .co2d{margin-left: auto;margin-right: 20px;}

.in136{
	max-width:1366px;
	margin:auto;
	width: 100%;
}


.bg4 .co2d{margin-left: auto;margin-right: 20px;}

#linebnr{
	max-width:1000px;
	width: 98%;
	border:8px solid #07B53B;
	margin: 70px auto 0;
	padding: 20px 20px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#cover .pc {
	display: none;
}

#cover .sp {
	display: block;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.navdiv li{
	font-size: 1.2rem;
	font-weight: 700;
	height: 60px;
	position: relative;
	text-align: center;
	display: flex;
}

.navdiv{
	padding: 15px 0 15px;
}

.navdiv li a{
	text-decoration:none;
	padding-top: 10px;
}

.navdiv li:nth-child(2) a{
	padding:0px;
}

.mainTit{
	font-size: 3rem;
	text-align: center;
}

.mainTit span{
	display: block;
	font-size: 1.6rem;
}

.tit1{
	font-size:2.8rem;
	text-align: center;
	margin-bottom: 40px;
}

.tit1 span{
	font-size:1.6rem;
	display:block;
}

.co1d>p{
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}

.co1d dl{display: flex;margin: 20px auto 35px;align-items: center;max-width: 305px;justify-content: space-between;}

.co1d dd{
	font-size:1.4rem;
	font-weight: 500;
	width: 233px;
}

.co1d{
	margin:40px auto 0;
}

.co1img{
	max-width:820px;
	width: 100%;
}

.co1txt{
	position: relative;
	top: -35px;
	left: 0;
	right: 0;
	bottom: 0px;
	max-width: 500px;
	width: 85%;
	min-width: 325px;
	margin: auto;
}

.co1da{
	display:flex;
	margin: 0 auto 0px 0;
	position: relative;
	padding-bottom: 0px;
	flex-direction: column;
}

.co1txt h4{
	font-size: 2.8rem;
	line-height: 1.2;
}

.co1txt p{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
}

.co1txtd>span{
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

.co1d2{
	padding: 60px 20px 30px;
	margin-bottom: 50px;
}

.co1d2 h4{
	font-size: 2.8rem;
	font-weight:700;
	text-align: center;
}

.co1d2 h4 span{
	font-size: 1.2rem;
	font-weight:700;
	display:block;
}

.co1d2>p{
	font-size:1.6rem;
	font-weight:700;
	text-align: center;
	margin: 20px auto;
}

.co1d2 p{
	font-size: 1.4rem;
	font-weight:700;
}

.co1d2 ul{
	display:flex;
	justify-content: space-between;
	max-width: 685px;
	margin: auto;
	width: 100%;
	flex-direction: column;
}

.co1img2{
	max-width:250px;
	margin:auto;
}

.co1d2>ul>li{
	max-width:300px;
	width: 100%;
	margin: 30px auto 0;
}

.co1d2>ul>li h5{
	font-size:1.8rem;
	text-align:center;
	margin: 10px auto 15px;
}

.co1d2>ul>li>p{
	font-size: 1.4rem;
	font-weight: 500;
}

.co1d2 .recipe{
	margin:20px auto;
	font-size:1.4rem;
	font-weight:700;
	flex-direction: column;
	max-width: 255px;
	margin: 20px auto;
}

.co1d2 .recipe li{
	display:flex;
	justify-content: space-between;
}

.co1d2>ul>li>span{
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
}

.co1img2 img{
	width: auto;
	margin: auto;
	display: block;
}

.co1d2>p{
	font-size: 1.4rem;
	font-weight:700;
	text-align: center;
	margin: 40px auto 0;
	max-width: 285px;
}

.co1d3{
	margin: 0px auto 0;
	padding: 0px 25px 55px;
	text-align: center;
}

.btn01{
	background:#E94709;
	border-radius:6px;
	color: #fff!important;
	font-size: 1.6rem;
	font-weight:700;
	max-width: 400px;
	width: 69%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	position:relative;
	min-width: 260px;
}
.btn01:before{
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: solid 1px #fff;
	  border-right: solid 1px #fff;
	  position: absolute;
	  right: 25px;
	  bottom: 0px;
	  top: -10px;
	  margin:auto;
	  transform: rotate(135deg);
}

.co1d3 h1{
	font-size: 2.8rem;
	font-weight:700;
	margin-bottom:30px;
}

.co1d3 p{
	font-size: 1.6rem;
	font-weight:700;
	position: relative;
	line-height: 2;
}

.co1d3 .abspan{
	position:absolute;
	right:0;
	bottom: 0px;
	position: relative;
	text-align: right;
	margin-top: 20px;
}

.in9{
	max-width:900px;
	margin:auto;
	width: 100%;
}

.bg1{
	background-image:none;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.co2d{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 450px;
	margin: auto;
	padding: 20px 25px 0;
}

.bg2 .co2d{margin-left: auto;margin-right: 142px;}

.h428{
	font-size: 2.4rem;
	text-align: center;
}

.co2d p{
		font-size: 1.4rem;
		font-weight: 500;
		line-height:2;
		margin-top: 30px;
}

.bg2{
	background-image: none;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg3{
	background-image: none;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg4 .co2d{margin-left: auto;margin-right: auto;}




.bg4{
	background-image: none;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.content02{
	padding: 0px 0 35px;
	height: auto;
	align-items: center;
	background: #EEEBE8;
	display: flex;
	flex-direction: column;
}

.content03 .in136{
	padding: 70px 0 85px;
	position: relative;
}

.content03 h2{
	font-size: 3rem;
}

.content03 h2 span{
	font-size: 1.6rem;
	font-weight:700;
	display:block;
}

.content03 .in136> p{
	margin:50px auto 30px;
	font-weight:700;
	font-size: 1.6rem;
	line-height: 2;
}

.content03 dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 274px;
	width: 100%;
	margin: auto;
	font-size: 1.6rem;
	font-weight: 700;
}

.content03 dl img{
	width:28px;
}

.content04 h2{
	font-size:3rem;
}

.content04 h2 span{
	font-size:1.6rem;
	display:block;
}

.content04 dl{
	display:flex;
	justify-content: space-between;
	max-width: 1088px;
	margin: 50px auto 0;
	width: 100%;
	flex-direction: column;
}

.content04 dt,.content04 dd{
	max-width:500px;
	width: 100%;
	margin: 0 auto 50px;
}

.content04{
	padding: 70px 25px 55px;
	text-align: center;
}


.content05 h2{
	font-size: 3rem;
	text-align:center;
}

.co5p1{
	font-size: 1.6rem;
	font-weight:700;
	margin:50px auto 0;
}

.co5p2{
		font-size:1.4rem;
		font-weight:700;
		margin: 30px auto 0;
		padding-top: 40px;
		text-align: center;
		line-height: 2.1;
		border-top: 1px dotted #603A35;
}

.co5p2 span{
		font-size:1.6rem;
		display: block;
		font-weight:700;
		text-align: center;
	margin-top:25px;
}

.btn02{
	width:100%;
	max-width: 260px;
	height:60px;
	display:flex;
	border:1px solid;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 40px auto 0;
	position: relative;
}

.btn02:before{
	position:absolute;
	content:"";
	width:28px;
	height:28px;
	background: url(../img/btnicon.png) no-repeat;
	background-size: contain;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.content05{
	padding: 65px 25px 160px;
}

.fl{
	position:relative;
	margin: auto;
	max-width: 1200px;
}
.fl:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl17.png) no-repeat;
	width: 170px;
	height: 170px;
	left: auto;
	top: -60px;
	right: -85px;
}

.fl1{
	position:relative;
	z-index: 1;
}
.fl1:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl23.png) no-repeat;
	width: 230px;
	height: 230px;
	right: -170px;
	bottom: -15px;
	z-index: -1;
	display: none;
}

.fl2{
	position:relative;
	z-index: 1;
}
.fl2:before{
	position:absolute;
	content:"";
	background:url(../img/linefl5.png) no-repeat;
	width:500px;
	height:500px;
	left: -150px;
	bottom: -210px;
	z-index: -1;
	display: none;
}

.fl3{
	position:relative;
	z-index: 1;
}
.fl3:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl32.png) no-repeat;
	width: 320px;
	height: 320px;
	left: -160px;
	top: 80px;
	bottom: auto;
	z-index: -1;
}

.fl4{
	position:relative;
	z-index: 1;
}
.fl4:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl32.png) no-repeat;
	width: 320px;
	height: 320px;
	right: -160px;
	top: 95px;
	z-index: -1;
	left: auto;
}

.fl5{
	position:relative;
	z-index: 1;
}
.fl5:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl187.png) no-repeat;
	width: 187px;
	height: 187px;
	right: auto;
	left: -60px;
	bottom: -95px;
	z-index: -1;
}

.fl6{
	position:relative;
	z-index: 1;
	margin: -20px auto 0;
}
.fl6:before{
	position:absolute;
	content:"";
	background:url(../img/linefl4.png) no-repeat;
	width:400px;
	height:400px;
	left: -200px;
	top: 210px;
	z-index: -1;
	display: none;
}

.fl7{
	position:relative;
	z-index: 1;
}
.fl7:before{
	position:absolute;
	content:"";
	background: url(../img/sp/linefl32.png) no-repeat;
	width: 320px;
	height: 320px;
	right: -140px;
	top: -52px;
	z-index: -1;
}

.lineup2{
	background: #00000020;
	width:100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: flex-start;
	display: none;
}

.phe{
	min-height:78px;
}

.lud{
	width: 100%;
	height: 95.5%;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	padding: 50px 0 40px;
	max-width: 1200px;
	margin: 0 15px;
	position: relative;
	overflow-y: scroll;
}

.lineup2 .h428{
	text-align:center;
	font-size: 2.8rem;
}

.h428 span{
	display:block;
	font-size: 1.6rem;
}

.lineup2 ul{
	display:flex;
	max-width: 375px;
	width:100%;
	margin: 30px auto 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.lineup2 li{
	margin: 0 auto 20px;
	max-width: 156px;
	width: 48%;
}

.mb2sec.lineup2 ul{
	max-width: 430px;
	justify-content: space-between;
}

.mb2sec.lineup2 li{
	margin: 0 auto 20px;
	max-width:156px;
	width: 48%;
}


.lineup2 li h5{
	font-size:1.6rem;
	text-align: center;
}

.lineup2 li h5 span{
	display:block;
	font-size: 1.2rem;
}

.lineup2 li p{
	font-size:1.4rem;
	line-height: 1.4;
	margin: 10px auto 0px;
}

.modsp{
	font-size: 1.2rem;
	font-weight:700;
	text-align: center;
	display: block;
}

.lineup2 div>span{
	font-size:1.4rem;
	display:block;
	text-align: right;
}

.lineup2 .abspan{
	position: absolute;
	right: 10px;
	top: 10px;
}

.fixed{
	position:fixed;
	display: flex;
}

.slider2.pc{
	display:none;
}

.slider2.sp{
	display:block;
}

.covimg:before{
	position:absolute;
	content:"";
	background: url(../img/sp/open.png)no-repeat center;
	width: 114px;
	height: 114px;
	right: 15px;
	z-index: 1;
	top: 15px;
	background-size: contain;
}

.content03 .in136:before{
	position:absolute;
	content:"";
	background: url(../img/open.png)no-repeat center;
	width: 114px;
	height: 114px;
	right: 10px;
	z-index: 1;
	top: 40px;
	background-size: contain;
}

.in108{
	max-width: 1080px;
	margin:auto;
	width: 100%;
}

.content01{padding: 0px 0 70px;}

.co1d2 p span{
	font-size:1.2rem;
	font-weight:500;
	margin-top: 10px;
	display: block;
	text-align: left;
	letter-spacing: 0.5px;
}

.in120{
	max-width:1200px;
	width: 86%;
}

#linebnr{
	max-width:1000px;
	width: 87%;
	border:8px solid #07B53B;
	margin: 70px auto 0;
	padding: 20px 15px;
	min-width: 325px;
}

.lined{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column-reverse;
}

.linedr{
	text-align: center;
	width: 100%;
	margin-left: 10px;
	margin: 0 auto 20px;
}

.linedr h3{
	color:#07B53B;
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom:5px;
	border-bottom:3px solid #07B53B;
	margin-bottom:20px;
}

.linep1{
	font-size: 1.6rem;
	font-weight:700;
	margin-bottom:0px;
	text-align: left;
}

.linep2{
	font-size: 2rem;
	font-weight:700;
}

.lineimg{
	width: fit-content;
	margin: auto;
	position: relative;
}

.lineimg a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


