html { 
	font-size: 62.5%; /* 10px */
}
body, body *, body *::before, body *::after {
	outline:none;
}
body {
	background:#f6f2ea;
}
.inter {
	font-family: 'Inter', sans-serif;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.noto2 {
	font-family: 'Noto Serif JP', serif;
}
.pf {
	font-family: 'Playfair Display', serif;
}

/* =responsive
-------------------------------------------------------------- */
.sp {
    display: none;
}
.tabletsp {
    display: none;
}
.tablet {
    display: none;
}

/* =color
-------------------------------------------------------------- */
:root {
	--anime-1:cubic-bezier(.2, 1, .2, 1);
	--c-bg:#e4dd9d;
	--c-or:#ff6300;
	--c-gr:#447226;
	--c-gr2:#273f18;
	--c-br:#753726;
}

.padd50 {
	padding-top:50px;
}
.padd100 {
	padding-top:100px;
}
.padd150 {
	padding-top:150px;
}

.paddb50 {
	padding-bottom:50px;
}
.paddb100 {
	padding-bottom:100px;
}
.paddb150 {
	padding-bottom:150px;
}

/* =structure
-------------------------------------------------------------- */
.container {
	max-width:1000px;
	width:100%;
	overflow:hidden;
	perspective:1;
	margin:0 auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
.wrapper {
	width:100%;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
.contents {
	width:90%;
	margin:0 auto;
	position: relative;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: ﬂex-start;
	-moz-align-items: ﬂex-start;
	-ms-align-items: ﬂex-start;
	align-items: ﬂex-start;
}
.winheight {
	height:calc(var(--vh,1vh) * 100);
}
main {
	width:100%;
	position: relative;
}
header {
	position: absolute;
	z-index:10;
	top:65px;
	left:65px;
	width:310px;
	height:200px;
}
header img {
	display: block;
	width:100%;
	height:auto;
}

/* =MV
-------------------------------------------------------------- */
.mv {
	width:100%;
	height:700px;
	background:var(--c-bg);
	position: relative;
	justify-content: flex-end;
	align-items: end;
}
.mv .mv1 {
	width:80%;
}
.mv .mv1 img {
	display: block;
	width:100%;
	height:auto;
}
.mv .mv2 {
	position: absolute;
	top:130px;
	right:65px;
	width:280px;
}
.mv .mv3 {
	position: absolute;
	bottom:-0.5em;
	left:0;
	width:100%;
	text-align: center;
	font-size:8.7rem;
	font-weight:600;
	color:var(--c-or);
}

/* =common
-------------------------------------------------------------- */
.ti_sub {
	font-size:2.4rem;
	font-weight:400;
	text-align: center;
}
.ti {
	font-size:4.2rem;
	font-weight: 500;
	text-align: center;
	padding:15px 0 0 0;
}

/* =intro
-------------------------------------------------------------- */
.intro {
	position: relative;
	justify-content: flex-end;
}
.intro .left {
	position: absolute;
	top:50px;
	left:0;
	width:70%;
}
.intro .left img {
	display: block;
	width:100%;
	height:auto;
	border-radius: 20px;
}
.intro .right {
	position: relative;
	z-index:2;
	margin:350px 0 0 0;
	padding:40px 30px;
	text-align: center;
	background: #FFF;
	width:60%;
	border-radius: 20px;
}
.intro .right .logo2 {
	width:80%;
	margin:0 auto;
}
.intro .right p {
	padding:40px 0 0 0;
	font-size:1.8rem;
	line-height: 2em;
}

/* =asako
-------------------------------------------------------------- */
.asakowrap {
	padding:60px 0 100px;
	position: relative;
}
.asakowrap .asakobox {
	width:49%;
	position: relative;
}
.asakowrap .thumb {
	width:90%;
}
.asakowrap img {
	display: block;
	width:100%;
	height:auto;
}
.asakowrap .thumb img {
	border-radius:20px;
}
.asakobox1 .human {
	position: absolute;
	width:55%;
	bottom:220px;
	right:0;
}
.asakobox1 .human:after {
	content:'';
	position: absolute;
	top:-50px;
	right:-50px;
	width:230px;
	height:124px;
	background:url(../images/fuki1.svg) no-repeat center center;
	background-size:100% auto;
}
.asakobox2 {
	display:flex;
	justify-content:flex-end;
	margin:250px 0 0 0;
}
.asakobox2 .human {
	position: absolute;
	width:40%;
	bottom:-40px;
	left:0;
}
.asakobox2 .human:after {
	content:'';
	position: absolute;
	top:-150px;
	right:-50px;
	width:237px;
	height:146px;
	background:url(../images/fuki2.svg) no-repeat center center;
	background-size:100% auto;
}
.pan1 {
	position: absolute;
	top:100px;
	left:-30px;
	width:89px;
}
.pan2 {
	position: absolute;
	top:130px;
	right:80px;
	width:82px;
}
.pan3 {
	position: absolute;
	top:180px;
	left:50%;
	width:89px;
}
.pan4 {
	position: absolute;
	top:300px;
	right:0;
	width:78px;
}
.pan5 {
	position: absolute;
	top:550px;
	left:70px;
	width:156px;
}
.pan6 {
	position: absolute;
	top:620px;
	left:250px;
	width:102px;
}

.profile {
	background:var(--c-bg);
	padding:35px;
}
.profile .inner {
	position: relative;
	justify-content:flex-end;
}
.profile .inner .icon {
	width:30%;
	position: absolute;
	left:0;
	top:-100px;
}
.profile .inner .icon .thumb {
	width:120px;
	height:120px;
	border:5px solid #FFF;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	border-radius:60px;
	margin:0 auto;
}
.profile .inner .icon .thumb img {
	display: block;
	width:100%;
	height:auto;
}
.profile .inner .icon .name {
	justify-content:center;
	align-items:center;
	padding:15px 0 0 0;
}
.profile .inner .icon .name .tiktok {
	width:20px;
}
.profile .inner .icon .name .tiktok img {
	display: block;
	width:100%;
	height:auto;
}
.profile .inner .icon .name .label {
	font-size:2.4rem;
	font-weight:600;
	padding:0 0 0 15px;
}
.profile .inner .txt {
	width:65%;
	margin:0 0 0 5%;
	font-size:1.4rem;
	line-height:2em;
}

/* =offer
-------------------------------------------------------------- */
.offer .hook {
	justify-content:center;
	align-items:center;
}
.offer .hook img {
	display: block;
	width:100%;
	height:auto;
}
.offer .hook .left {
	width:96px;
}
.offer .hook .right {
	width:180px;
}
.link {
	width:380px;
	margin:0 auto;
	background:var(--c-gr);
	border-bottom:10px solid var(--c-gr2);
	text-align: center;
	border-radius:40px;
	padding:20px 0;
	color:#FFF;
	font-size:2.2rem;
	font-weight:600;
	justify-content:center;
	align-items:center;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	position: relative;
	overflow:hidden;
}
.link::before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:0%;
	height:100%;
	background:var(--c-gr2);
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.link .label {
	position: relative;
	z-index:3;
}
.link .icon {
	width:30px;
	margin:0 0 0 15px;
	position: relative;
	z-index:3;
}
.link .icon img {
	display: block;
	width:100%;
	height:auto;
}
.link:hover::before {
	width:100%;
}

/* =common2
-------------------------------------------------------------- */
.ti2_img {
	justify-content:center;
	align-items:end;
}
.ti2_img img {
	display: block;
	width:100%;
	height:auto;
}
.illust1 {
	width:180px;
}
.illust2 {
	width:150px;
}
.ti2 {
	display: block;
	text-align: center;
	font-size:3.6rem;
	font-weight:600;
	line-height:1.5em;
	padding:30px 0 0 0;
}

.morning, .sweets {
	justify-content:flex-end;
	position: relative;
}
.arrange {
	justify-content:flex-start;
	position: relative;
}

.morning .thumb,
.sweets .thumb {
	position: absolute;
	z-index:1;
	top:0;
	left:0;
	width:70%;
}
.morning .box::after {
	content:'';
	position: absolute;
	top:-30px;
	left:20px;
	width:116px;
	height:63px;
	background:url(../images/hikki1.svg) no-repeat center center;
	background-size:100% auto;
}
.sweets .box::after {
	content:'';
	position: absolute;
	top:-30px;
	left:20px;
	width:96px;
	height:60px;
	background:url(../images/hikki3.svg) no-repeat center center;
	background-size:100% auto;
}
.arrange .thumb {
	position: absolute;
	z-index:1;
	top:0;
	right:0;
	width:70%;
}
.arrange .box::after {
	content:'';
	position: absolute;
	top:-30px;
	left:20px;
	width:97px;
	height:64px;
	background:url(../images/hikki2.svg) no-repeat center center;
	background-size:100% auto;
}

.life .box {
	width:40%;
	position: relative;
	z-index:2;
	margin:200px 0 0 0;
	background:var(--c-bg);
	padding:50px 30px;
	border-radius:20px;
}
.life .box h3 {
	display: block;
	font-size:2.5rem;
	font-weight:500;
}
.life .box p {
	padding:30px 0 0 0;
	font-size:1.6rem;
	line-height:2em;
}
.life .thumb img {
	display: block;
	width:100%;
	height:auto;
}

/* =white
-------------------------------------------------------------- */
.white {
	background:#FFF;
}
.set .box {
	width:48%;
	padding:0 0 50px 0;
	border-radius:0 0 20px 20px;
	box-shadow:0 0 15px rgba(89,60,40,0.2);
}
.set .box img {
	display: block;
	width:100%;
	height:auto;
}
.set .box a .thumb {
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.set .box a:hover .thumb {
	opacity:0.5;
}
.set .box .txt1 {
	font-size:2.8rem;
	font-weight:500;
	text-align: center;
	padding:25px 0;
	color:#000;
}
.set .box .txt2 {
	font-size:4.6rem;
	font-weight:600;
	text-align: center;
	color:#753726;
}
.set .box .txt2 span {
	font-size:2.3rem;
}
.set .box .txt3 {
	font-size:1.1rem;
	color:#753726;
	text-align: center;
	padding:10px 0 0 0;
}
.set .box .menu,
.set .box .menu2 {
	width:100%;
	margin:30px 0;
}
.set .box .pan {
	width:50%;
	margin:0 auto;
}
.set .box .inr .txt4 {
	padding:15px 0 0 0;
	font-size:1.6rem;
	color:#000;
	text-align: center;
}
.slick-dots {
	bottom:-50px !important;
}

.set_txt {
	font-size:1.8rem;
	line-height:2em;
	text-align: center;
}
.set_logo {
	width:80%;
	margin:0 auto;
	padding:15px 0;
}
.set_logo img {
	display: block;
	width:100%;
	height:auto;
}

/* =feature
-------------------------------------------------------------- */
.feature {
	width:87%;
	margin:0 auto;
}
.feature1 {
	justify-content:flex-start;
}
.feature2 {
	justify-content:flex-end;
}
.feature .box {
	width:80%;
}
.feti {
	align-items:center;
	justify-content:flex-start;
}
.feti .num {
	width:60px;
	height:60px;
	background:var(--c-br);
	border-radius:50%;
	text-align: center;
	font-size:4.4rem;
	font-weight:600;
	color:#FFF;
	position: relative;
}
.feti .num::after {
	content:'';
	position: absolute;
	left:50%;
	bottom:-9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 4px 0 4px;
	border-color: #753726 transparent transparent transparent;
	margin:0 0 0 -4px;
}
.feature .box h3 {
	display: block;
	font-size:2.2rem;
	font-weight:600;
	color:#753726;
	padding:0 0 0 20px;
}
.fibox {
	padding:40px 0 0 0;
	align-items:center;
}
.feature .left {
	width:180px;
	height:180px;
	border-radius:50%;
	overflow:hidden;
}
.feature .left img {
	display: block;
	width:100%;
	height:auto;
}
.feature .right {
	width:calc(100% - 200px);
	font-size:1.8rem;
	line-height:2em;
}

/* =acd
-------------------------------------------------------------- */
.acd {
	width:550px;
	margin:0 auto;
	border-bottom:1px solid #000;
}
.acd p {
	font-size:1.4rem;
	padding:20px 0;
	cursor: pointer;
	position: relative;
}
.acd p::after {
	content:'';
	position: absolute;
	top:50%;
	right:15px;
	width:20px;
	height:20px;
	margin:-10px 0 0 0;
	background:url(../images/acd.svg) no-repeat center center;
	background-size:12px auto;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.acd p.active::after {
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}
.acd .inr {
	display:none;
	font-size:1.4rem;
	line-height:1.7em;
	border-top:1px solid #cccccc;
	padding:20px 0;
}
.acd .inr dt {
	width:70%;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
.acd .inr dd {
	width:30%;
	text-align:right;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

/* =footer
-------------------------------------------------------------- */
footer {
	background:var(--c-br);
	padding:100px 0 150px;
}
footer ul {
	width:85%;
	margin:0 auto;
	justify-content:flex-start;
}
footer ul li {
	padding:0 15px;
}
footer ul li a {
	color:#FFF;
	font-size:1.6rem;
}
footer .copyright {
	font-size:1.2rem;
	color:#FFF;
	padding:50px 0 0 0;
	text-align: center;
}

.footsticky {
	position:fixed;
	z-index:150;
	left:0;
	bottom:20px;
	width:100%;
}
.footsticky a {
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}