﻿@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
.en {
	font-family: 'Lato', sans-serif;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	/*background-color: #fdfdfd;*/
	overflow-x: hidden;
}
img {
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */
/* margin,padding */
/* -------------------------------------------------
layout
----------------------------------------------------*/
#main {
	overflow: hidden;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
/* ===== header ===== */
header {
	background: #000;
	border-bottom: 1px solid #FFF;
	-webkit-background-size: 4px 4px;
	padding: 6px 10px 6px 10px;
	height: 43px;
	overflow: hidden !important;
}

/* #header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	border-bottom: solid 1px #c6c6c6;
} */

/* .h-menu {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 9999;
	width: 40px;
	height: 40px;
}
@media screen and (min-width:768px) {
	.h-menu {
		top: 18px;
		right: 18px;
		width: 50px;
		height: 50px;
	}
}
.menu-trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}

.menu-trigger.active {
	background: #dd8400;
}

.menu-trigger span {
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 28px;
	height: 2px;
	margin-left: -14px;
	background: #dd8400;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}
@media screen and (min-width:768px) {
	.menu-trigger span {
		width: 36px;
		height: 4px;
		margin-left: -18px;
	}
}

.menu-trigger span:nth-of-type(1) {
	top: 9px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	top: 27px;
}
@media screen and (min-width:768px) {
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 22px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 33px;
	}
}

.menu-trigger.active span {
	background: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(-45deg);
}
@media screen and (min-width:768px) {
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(11px) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-11px) rotate(-45deg);
	}
}

#g-nav-wrap-sp {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1000;
	width: 70%;
	height: 100vh;
	background: #fff;
	border: 9px solid #F1CD98;
}
@media screen and (min-width:600px) {
	#g-nav-wrap-sp {
		width: 60%;
	}
}
@media screen and (min-width:769px) {
	#g-nav-wrap-sp {
		width: 40%;
		border: 18px solid #F1CD98;
	}
}

.g-nav-sp-in {
	padding: 70px 0 0;
}
.g-nav-sp {
	border-top: 1px solid #F1CD98;
}
.g-nav-sp a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #F1CD98;
}
@media screen and (min-width:600px) {
	.g-nav-sp a {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:768px) {
	.g-nav-sp a {
		font-size: 2.6rem;
	}
}
.g-nav-sp a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 6px;
	background: url("../img/menu_arr.png") no-repeat 0 0 / 100%;
	transform: translateY(-50%);
}
@media screen and (min-width:600px) {
	.g-nav-sp a:before {
		width: 38px;
		height: 11px;
	}
} */

.icon{
	width: 5%;
	margin-top: 4px;
}

/* ===== footer ===== */
footer {
	font-family: sans-serif;
	line-height: 1.55;
}
/* page top */
.pagetop {
	text-align: center;
	cursor: pointer;
}
.pagetop-img {
	width: 83.5px;
	margin: auto;
}
.pagetop-txt {
	width: 100%;
	padding: 6px 0 10px;
	font-size: 1.5rem;
	background: #ececec;
}
/* ====================================
index.html
====================================== */
.w-100 {
	width: 100%;
	height: auto;
}

/* #header {
	position: relative;
	padding: 14px 0;
	background: #fff;
}
@media screen and (min-width:768px) {
	#header {
		padding: 20px 0;
	}
} */
.logo {
	margin-left: 5%;
	width: 226px;
}
@media screen and (min-width:768px) {
	.logo {
		margin: auto;
		width: 378px;
	}
}
.mv-wrap {
	display: flex;
	align-items: stretch;
	background: #ececec;
	margin-bottom: 94px;
	padding: 20px 0 15px;
	margin-top: 0.5vw;
}
@media screen and (min-width:768px) {
	.mv-wrap {
		margin-top: 0;
		padding: 30px 0;
	}
}
.mv-wrap a {
	width: 100%;
	margin-right: 0;
	border-radius: 16px;
	overflow: hidden;
}
@media screen and (min-width:769px) {
	.mv-wrap a {
		margin-right: 20px;
	}
}
.mv-box {
	margin: auto;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.mv-txt {
	padding: 14px 22px;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
	.mv-txt {
		font-size: 2.2rem;
	}
}
.sec-top__1 {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 12.2vw;
	text-align: center;
}
@media screen and (min-width:769px) {
	.sec-top__1 {
		margin: 0 auto 64px;
		padding: 0 0 74px;
	}
}
.sec-ttl {
	font-size: 2.0rem;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.sec-ttl {
		font-size: 3.6rem;
	}
}
.sec-top__1:before {
	content: "";
	display: block;
	width: 46px;
	height: 36px;
	margin: auto;
	background: url("../img/top_icon_crown.png") no-repeat center center / 100%;
}
.sec-top__1 .sec-ttl {
	margin-bottom: 12px;
}
@media screen and (min-width:769px) {
	.sec-top__1 .sec-ttl {
		margin-bottom: 24px;
	}
}
.sec-top__catch {
	margin-bottom: 26px;
	font-size: 1.4rem;
	color: #808080;
}
@media screen and (min-width:768px) {
	.sec-top__catch {
		margin-bottom: 32px;
		font-size: 2.3rem;
	}
}
.sec-top__1 .sec-top__catch {
	margin-bottom: 26px;
}
.sec-top__1-img {
	max-width: 400px;
	margin: 0 auto 16px;
}
@media screen and (min-width:769px) {
	.sec-top__1-img {
		margin: 0 auto 32px;
	}
}
.sec-top__1-head {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width:768px) {
	.sec-top__1-head {
		font-size: 2.2rem;
		line-height: 1.0;
	}
}
.sec-top__1-head br {
	display: block;
}
@media screen and (min-width:769px) {
	.sec-top__1-head br {
		display: none;
	}
}
.sec-top__2 {
	text-align: center;
}
.sec-top__2 .sec-ttl {
	display: inline-block;
	padding: 3px 0 2px 29px;
	margin-bottom: 14px;
	background: url("../img/top_icon_sweets.png") no-repeat left center / 25px;
}
@media screen and (min-width:768px) {
	.sec-top__2 .sec-ttl {
		margin-bottom: 26px;
		padding: 3px 0 2px 52px;
		background: url("../img/top_icon_sweets.png") no-repeat left center / 45px;
	}
}
.sec-top__2 a {
	display: block;
	width: 83.2%;
	max-width: 400px;
	margin: 0 auto 12.2vw;
}
@media screen and (min-width:513px) {
	.sec-top__2 a {
		width: auto;
	}
}
@media screen and (min-width:769px) {
	.sec-top__2 a {
		margin: 0 auto 165px;
	}
}
.sec-top__2-img {
	margin-bottom: 16px;
}
.sec-top__2-head {
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.sec-top__2-head {
		font-size: 2.0rem;
	}
}
.sec-top__3 {
	max-width: 525px;
	margin: 0 auto 12.2vw;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-top__3 {
		margin: 0 auto 56px;
	}
}
.sec-top__3 .sec-ttl {
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 0 4px 34px;
	background: url("../img/top_icon_event.png") no-repeat left center / 28px;
}
@media screen and (min-width:768px) {
	.sec-top__3 .sec-ttl {
		margin-bottom: 22px;
		padding: 5px 0 4px 62px;
		background: url("../img/top_icon_event.png") no-repeat left center / 51px;
	}
}
.sec-top__event-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 30px;
}
.sec-top__4 .sec-top__event-wrap {
	margin-bottom: 0;
}
.sec-top__event-wrap a {
	display: block;
	width: 47%;
}
.sec-top__event-img {
	margin-bottom: 16px;
	border: 1px solid #adadad;
}
.sec-top__event-date {
	margin-bottom: 12px;
	font-size: 1.2rem;
	color: #898989;
}
@media screen and (min-width:768px) {
	.sec-top__event-date {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
}
.sec-top__event-txt {
	font-size: 1.4rem;
	line-height: 1.2;
}
@media screen and (min-width:768px) {
	.sec-top__event-txt {
		font-size: 2.1rem;
	}
}
.btn_more {
	text-align: right;
}
.btn_more a {
	font-size: 1.4rem;
	color: #808080;
}
@media screen and (min-width:768px) {
	.btn_more a {
		font-size: 2.3rem;
	}
}
.btn_more a:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 13px;
	margin-left: 8px;
	background: url("../img/btn_arrow.png") no-repeat 0 0 / 100%;
	vertical-align: -1px;
}
@media screen and (min-width:768px) {
	.btn_more a:after {
		width: 16.5px;
		height: 25.5px;
		margin-left: 15px;
		vertical-align: -3px;
	}
}
.sec-top__4 {
	padding: 16.1vw 0 20.3vw;
	text-align: center;
	background: #ececec;
}
@media screen and (min-width:768px) {
	.sec-top__4 {
		padding: 124px 0 156px;
	}
}
.sec-top__info {
	width: 90%;
	max-width:525px;
	margin: auto;
}
.sec-top__4 .sec-ttl {
	display: inline-block;
	margin-bottom: 22px;
	padding-left: 35px;
	background: url("../img/top_icon_news.png") no-repeat left center / 27px;
}
@media screen and (min-width:768px) {
	.sec-top__4 .sec-ttl {
		margin-bottom: 40px;
		padding-left: 65px;
		background: url("../img/top_icon_news.png") no-repeat left center / 50.5px;
	}
}
.sec-top__5 {
	position: relative;
	margin-bottom: 12.2vw;
	padding: 13.0vw 0 12.2vw;
	background: rgba(221, 132, 0, 0.15);
}
@media screen and (min-width:769px) {
	.sec-top__5 {
		margin-bottom: 86px;
		padding: 100px 0 104px;
	}
}
.sec-top__5:before {
	content: "";
	position: absolute;
	top: -8.33vw;
	left: 50%;
	display: block;
	width: 14.32%;
	height: 16.14vw;
	margin-left: -7.16vw;
	background: url("../img/top_baloon.png") no-repeat 0 0 / 100%;
}
@media screen and (min-width:769px) {
	.sec-top__5:before {
		top: -64px;
		width: 110px;
		height: 124px;
		margin-left: -55px;
	}
}
.sec-top__news {
	width: 90%;
	max-width: 1180px;
	margin: auto;
}
.sec-top__news-head {
	width: 58.0%;
	margin: 0 auto 3.25vw;
}
@media screen and (min-width:769px) {
	.sec-top__news-head {
		width: 446px;
		margin: 0 auto 25px;
	}
}
.sec-top__5 .sec-top__catch {
	margin-bottom: 27px;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-top__5 .sec-top__catch {
		margin-bottom: 50px;
	}
}
.sec-top__news-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-top__news-wrap a {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.sec-top__news-wrap a:nth-of-type(1) {
	margin-bottom: 64px;
	margin-bottom: 8.32vw;
}
@media screen and (min-width:769px) {
	.sec-top__news-wrap a {
		width: 47.88%;
		border-radius: 16px;
	}
	.sec-top__news-wrap a:nth-of-type(1) {
		margin-bottom: 0;
	}
}
.sec-top__news-txt {
	padding: 12px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
	.sec-top__news-txt {
		font-size: 2.2rem;
	}
}
.sec-top__6 {
	max-width: 1080px;
	margin: 0 auto 12.2vw;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-top__6 {
		margin: 0 auto 94px;
	}
}
.sec-top__6 .sec-ttl {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 0 5px 30px;
	background: url("../img/top_icon_blog.png") no-repeat left center / 27px;
}
@media screen and (min-width:768px) {
	.sec-top__6 .sec-ttl {
		margin-bottom: 34px;
		padding: 6px 0 5px 55px;
		background: url("../img/top_icon_blog.png") no-repeat left center / 48.5px;
	}
}
.sec-top__6 .sec-top__catch {
	margin-bottom: 10.4vw;
}
@media screen and (min-width:768px) {
	.sec-top__6 .sec-top__catch {
		margin-bottom: 80px;
	}
}
.sec-top__blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
@media screen and (min-width:768px) {
	.sec-top__blog {
		margin-bottom: 38px;
	}
}
.sec-top__blog a {
	display: block;
	width: 47%;
	margin-bottom: 23px;
}
@media screen and (min-width:769px) {
	.sec-top__blog a {
		width: 23.14%;
		margin-bottom: 0;
	}
}
.blog-img {
	margin-bottom: 12px;
}
.sec-top__blog-des {
	text-align: left;
}
.cat-date {
	margin-bottom: 12px;
	vertical-align: middle;
}
.cat-date p {
	display: inline-block;
	font-size: 1.3rem;
}
@media screen and (min-width:768px) {
	.cat-date p {
		font-size: 1.8rem;
	}
}
.cat-date .blog-cat {
	margin-right: 5px;
	padding: 4px 10px;
	color: #fff;
	background: #666;
}
.cat-date .bloc-date {
	color: #868686;
}
.blog-ttl {
	font-size: 1.4rem;
	line-height: 1.2;
	font-feature-settings: 'palt';
}
@media screen and (min-width:768px) {
	.blog-ttl {
		font-size: 2.1rem;
	}
}
.sec-top__7 {
	margin-bottom: 12.2vw;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-top__7 {
		margin-bottom: 145px;
	}
}
.sec-top__7 .sec-ttl {
	display: inline-block;
	margin-bottom: 11px;
	padding: 4px 0 3px 23px;
	background: url("../img/top_icon_ws.png") no-repeat left center / 18px;
}
@media screen and (min-width:768px) {
	.sec-top__7 .sec-ttl {
		margin-bottom: 20px;
		padding: 4px 0 3px 42px;
		background: url("../img/top_icon_ws.png") no-repeat left center / 32.5px;
	}
}
.sec-subttl {
	margin-bottom: 29px;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.sec-subttl {
		margin-bottom: 38px;
		font-size: 2.9rem;
	}
}
.sec-subttl:before,
.sec-subttl:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #000;
	vertical-align: middle;
}
@media screen and (min-width:768px) {
	.sec-subttl:before,
	.sec-subttl:after {
		width: 30px;
	}
}
.sec-subttl:before {
	margin-right: 12px;
}
.sec-subttl:after {
	margin-left: 12px;
}
.sec-top__7 .sec-top__catch {
	margin-bottom: 20px;
	line-height: 1.5;
}
@media screen and (min-width:768px) {
	.sec-top__7 .sec-top__catch {
		margin-bottom: 38px;
		line-height: 1.0;
	}
}
.sec-top__7 .sec-top__catch br {
	display: inline-block;
}
@media screen and (min-width:769px) {
	.sec-top__7 .sec-top__catch br {
		display: none;
	}
}
.sec-top__ws-img {
	width: 83.2%;
	max-width: 400px;
	margin: 0 auto 20px;
}
@media screen and (min-width:513px) {
	.sec-top__ws-img {
		width: auto;
		margin: 0 auto 36px;
	}
}
.sec-top__ws-txt {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
}
@media screen and (min-width:768px) {
	.sec-top__ws-txt {
		margin-bottom: 36px;
		font-size: 2.1rem;
	}
}
.sec-top__ws-txt br.sp-block {
	display: inline-block;
}
@media screen and (min-width:769px) {
	.sec-top__ws-txt br.sp-block {
		display: none;
	}
}
.btn-ws {
	width: 86%;
	max-width: 430px;
	margin: auto;
}
@media screen and (min-width:768px) {
	.btn-ws {
		width: 430px;
	}
}
.btn-ws a {
	display: block;
	width: 100%;
	padding: 15px 0;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	transition: all .15s ease-in-out;
}
@media screen and (min-width:768px) {
	.btn-ws a {
		font-size: 2.3rem;
	}
}
.btn-ws a:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-left: 16px;
	background: url("../img/btn_arrow.png") no-repeat 0 0 / 100%;
	vertical-align: -1px;
	transition: all .15s ease-in-out;
}
@media screen and (min-width:768px) {
	.btn-ws a:after {
		width: 16.5px;
		height: 25.5px;
		margin-left: 30px;
		vertical-align: -3px;
	}
}
@media screen and (min-width:769px) {
	.btn-ws a:hover {
		color: #fff;
		background: #dd8400;
		border-color: #dd8400;
	}
	.btn-ws a:hover:after {
		background: url("../img/btn_arrow_white.png") no-repeat 0 0 / 100%;
	}
}

.sec-top__8 {
	margin-bottom: 19.53vw;
	text-align: center;
}
@media screen and (min-width:768px) {
	.sec-top__8 {
		margin-bottom: 105px;
	}
}
.sec-top__8 .sec-ttl {
	display: inline-block;
	margin-bottom: 23px;
	padding: 2px 0 2px 40px;
	background: url("../img/top_icon_digital.png") no-repeat left center / 32px;
}
@media screen and (min-width:768px) {
	.sec-top__8 .sec-ttl {
		margin-bottom: 42px;
		padding: 2px 0 2px 74px;
		background: url("../img/top_icon_digital.png") no-repeat left center / 59px;
	}
}
.sec-top__dc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec-top__dc a {
	display: block;
	width: 35.555%;
	text-align: left;
}
@media screen and (min-width:450px) {
	.sec-top__dc a {
		width: 160px;
	}
}
.sec-top__dc a:nth-of-type(1) {
	margin-right: 15.55%;
}
@media screen and (min-width:450px) {
	.sec-top__dc a:nth-of-type(1) {
		margin-right: 70px;
	}
}
.sec-top__dc-img {
	margin-bottom: 18px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}
.sec-top__dx-txt {
	font-size: 1.4rem;
	line-height: 1.2;
}
@media screen and (min-width:768px) {
	.sec-top__dx-txt {
		font-size: 2.1rem;
	}
}
.footer-conts {
	width: 100%;
	padding-bottom: 50px;
	background: #ececec;
}
.footer-inner {
	width: 90%;
	max-width: 640px;
	margin: auto;
	padding: 9.1vw 0 0;
	text-align: center;
}
@media screen and (min-width:768px) {
	.footer-inner {
		padding: 70px 0 0;
	}
}
.logo-area {
	margin-bottom: 44px;
}
@media screen and (min-width:768px) {
	.logo-area {
		margin-bottom: 80px;
	}
}
.footer-logo {
	width: 108px;
	margin: 0 auto 14px;
}
@media screen and (min-width:768px) {
	.footer-logo {
		width: 197px;
		margin: 0 auto 26px;
	}
}
.footer-txt {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
	.footer-txt {
		font-size: 1.7rem;
		line-height: 1.0;
	}
}
.footer-txt br {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.footer-txt br {
		display: none;
	}
}
.f-nav-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 13vw;
}
@media screen and (min-width:768px) {
	.f-nav-wrap {
		margin-bottom: 100px;
	}
}
.f-nav-wrap ul {
	padding: 9px 0 9px 14px;
	text-align: left;
	border-left: 1px solid #000;
}
@media screen and (min-width:768px) {
	.f-nav-wrap ul {
		padding: 15px 0 15px 24px;
	}
}
.f-nav-wrap ul:nth-of-type(1) {
	margin-right: 10.9%;
}
.f-nav-wrap ul li:nth-of-type(1) {
	margin-bottom: 32px;
}

.f-nav-wrap ul li a {
	font-size: 1.4rem;
}
@media screen and (min-width:768px) {
	.f-nav-wrap ul li a {
		font-size: 2.3rem;
	}
}
.sns-wrap {
	margin-bottom: 30px;
}
.sns-wrap__head {
	width: 33.43%;
	margin: 0 auto 16px
}
@media screen and (min-width:768px) {
	.sns-wrap__head {
		width: 214px;
	}
}
.sns-btn {
	display: flex;
	flex-wrap: wrap;
justify-content: space-around;
}
.sns-btn__line {
	width: 22.18%;
}
@media screen and (min-width:768px) {
	.sns-btn__line {
		width: 142px;
	}
}
.sns-btn__tw {
	width: 24.37%;
}
@media screen and (min-width:768px) {
	.sns-btn__tw {
		width: 156px;
	}
}
.sns-btn__ig {
	width: 29%;
}
@media screen and (min-width:768px) {
	.sns-btn__ig {
		width: 195px;
	}
}
.btn-top {
	width: 89.37%;
	max-width: 572px;
	margin: auto;
}

/* ====================================
page01.html 地階 プロモーションスペース0
====================================== */
.page01-mv {
	padding: 5.2vw 0 45px;
	text-align: center;
	background: url("../img/page01/page01_mv_bg.jpg") repeat 0 0;
}
@media screen and (min-width:768px) {
	.page01-mv {
		padding: 40px 0 45px;
	}
}
.page01-mv__logo {
	width: 57.16%;
	margin: 0 auto 25px;
}
@media screen and (min-width:768px) {
	.page01-mv__logo {
		width: 439px;
		margin: 0 auto 45px;
	}
}
.page01-mv__txt {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
	.page01-mv__txt {
		font-size: 2.8rem;
	}
}
.tab_area {
	width: 100%;
	max-width: 1180px;
	margin: auto;
}
.tab_area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tab_area ul li {
	width: 50%;
}
.tab_area ul li:nth-of-type(1) {
	border-right: 1px solid #fff;
}
.tab_area a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 14px 0 27px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-feature-settings: 'palt';
	background: #A38305;
}
@media screen and (min-width:768px) {
	.tab_area a {
		padding: 30px 0 50px;
		font-size: 2.3rem;
	}
}
.tab_area a:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 20px;
	height: 14px;
	background: url("../img/page01/pag01_arr.png") no-repeat center center / 100%;
	transform: translateX(-50%);
}
@media screen and (min-width:768px) {
	.tab_area a:after {
		bottom: 20px;
		width: 25px;
		height: 17px;
	}
}
.shop-wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 90px;
}
.shop-date {
	padding: 4.94vw 0 7.8vw;
	text-align: center;
	background: url("../img/page01/page01_date_bg.png") no-repeat center top / cover;
}
@media screen and (min-width:768px) {
	.shop-date {
		padding: 38px 0 60px;
		background: url("../img/page01/page01_date_bg.png") no-repeat center top / 1367px;
	}
}
.shop-date p {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
@media screen and (min-width:768px) {
	.shop-date p {
		font-size: 2.8rem;
	}
}
.shop-conts {
	width: 90%;
	max-width: 1180px;
	margin: auto;
	padding-top: 45px;
}
.shop-logo {
	margin: 0 auto 27px;
}
@media screen and (min-width:768px) {
	.shop-logo {
		margin: 0 auto 34px;
	}
}
.shop-noix .shop-logo {
	width: 94px;
}
@media screen and (min-width:768px) {
	.shop-noix .shop-logo {
		width: 117px;
	}
}
.shop-ladh .shop-logo {
	width: 258px;
}
@media screen and (min-width:768px) {
	.shop-ladh .shop-logo {
		width: 323px;
	}
}
.shop-logo:after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	margin: 18px auto 0;
	background: #A38305;
}
@media screen and (min-width:768px) {
	.shop-logo:after {
		width: 60px;
		margin: 23px auto 0;
	}
}
.shop-ladh {
	position: relative;
}
.shop-mark {
	position: absolute;
	top: 23px;
	left: 3%;
	width: 64px;
	transform: translateX(0);
}
@media screen and (min-width:768px) {
	.shop-mark {
		left: 50%;
		width: 80px;
		transform: translateX(-244px);
	}
}
.shop-name {
	margin-bottom: 24px;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
}
@media screen and (min-width:768px) {
	.shop-name {
		margin-bottom: 30px;
		font-size: 2.1rem;
	}
}
.shop-txt {
	margin-bottom: 32px;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0;
	font-feature-settings: 'palt';
}
@media screen and (min-width:768px) {
	.shop-txt {
		margin-bottom: 40px;
		font-size: 2.1rem;
		line-height: 1.5;
		letter-spacing: 0.07em;
	}
}
.shop-txt .marker {
	font-weight: bold;
	background: linear-gradient(transparent 50%, #F6E291 0%);
}
.shop-txt .sp-none {
	display: none;
}
@media screen and (min-width:768px) {
	.shop-txt .sp-none {
		display: inline-block;
	}
}
.shop-txt .sp-block {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.shop-txt .sp-block {
		display: none;
	}
}
.item__img-wrap {
	margin-bottom: 30px;
}
.item__img-area {
	display: flex;
	flex-wrap: wrap;
}
.item__img-area:nth-of-type(2) {
	margin-top: 28px;
}
.item__img {
	width:100%;
	max-width: auto;
	margin-right: 0;
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.item__img {
		width:48.18%;
		max-width: 530px;
		margin-right: 35px;
		margin-bottom: 0;
	}
}
.item__info {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt';
}
@media screen and (min-width:768px) {
	.item__info {
		font-size: 1.8rem;
		line-height: 1.2;
	}
}
.item__info span {
	font-size: 1.5rem;
}
.item__info br.sp-block {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.item__info br.sp-block {
		display: none;
	}
}
.item-aside {
	padding: 20px;
	background: rgba(246, 226, 145, 0.6);
	border-radius: 10px;
}
@media screen and (min-width:768px) {
	.item-aside {
		padding: 25px 35px;
	}
}
.item-aside__head {
	margin-bottom: 15px;
	padding: 0 0 10px 5px;
	font-size: 3.4rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
@media screen and (min-width:768px) {
	.item-aside__head {
		padding: 0 0 20px 15px;
		font-size: 4.6rem;
	}
}
.item-aside__head span {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.item-aside__head span {
		font-size: 2.5rem;
	}
}
.item-aside__txt {
	padding: 0 5px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
	color: #342F26;
	font-feature-settings: 'palt';
}
@media screen and (min-width:768px) {
	.item-aside__txt {
		padding: 0 15px;
		font-size: 2.1rem;
	}
}
.item-aside__txt br.sp-block {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.item-aside__txt br.sp-block {
		display: none;
	}
}
.item-notes {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (min-width:768px) {
	.item-notes {
		margin-top: 40px;
		font-size: 1.8rem;
	}
}







/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	overflow: hidden;
	margin-top: -13px;
	padding: 5.8vw 8% 9.6vw;
}
@media screen and (min-width:769px) {
	.btn__box {
		padding: 45px 0 74px;
	}
}

.btn__box .btn__box__in {
	display: block;
}

.btn__box:before,
.btn__box:after,
.btn__box .btn__box__in:before,
.btn__box .btn__box__in:after {
	content: '';
	position: absolute;
	background: #DD8400;
}

.btn__box:before {
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 2px;
}

.btn__box:after {
	bottom: -100%;
	right: 0;
	width: 2px;
	height: 100%;
}

.btn__box .btn__box__in:before {
	top: 0;
	right: -100%;
	width: 100%;
	height: 2px;
}

.btn__box .btn__box__in:after {
	top: -100%;
	left: 0;
	width: 2px;
	height: 100%;
}

.btn__box.animated:before {
	-webkit-animation: leftAnim 1.0s linear 0s 1 forwards;
	animation: leftAnim 1.0s linear 0s 1 forwards;
}

.btn__box.animated:after {
	-webkit-animation: bottomAnim 1.0s linear 1.0s 1 forwards;
	animation: bottomAnim 1.0s linear 1.0s 1 forwards;
}

.btn__box.animated .btn__box__in:before {
	-webkit-animation: rightAnim 1.0s linear 0s 1 forwards;
	animation: rightAnim 1.0s linear 0s 1 forwards;
}

.btn__box.animated .btn__box__in:after {
	-webkit-animation: topAnim 1.0s linear 1.0s 1 forwards;
	animation: topAnim 1.0s linear 1.0s 1 forwards;
}

@-webkit-keyframes topAnim {
	0% {top:-100%;}
	100% {top:0;}
}
@keyframes topAnim {
	0% {top:-100%;}
	100% {top:0;}
}
@-webkit-keyframes bottomAnim {
	0% {bottom:-100%;}
	100% {bottom:0;}
}
@keyframes bottomAnim {
	0% {bottom:-100%;}
	100% {bottom:0;}
}
@-webkit-keyframes rightAnim {
	0% {right:-100%;}
	100% {left:0;}
}
@keyframes rightAnim {
	0% {right:-100%;}
	100% {right:0;}
}
@-webkit-keyframes leftAnim {
	0% {left:-100%;}
	100% {left:0;}
}
@keyframes leftAnim {
	0% {left:-100%}
	100% {left:0;}
}


/* ====================================
page02.html マンスリースイーツ
====================================== */
.page02-mv {
	position: relative;
	width: 100%;
	height: 61.84vw;
	margin-bottom: 18vw;
	padding-top: 11.7vw;
	text-align: center;
	background: url("../img/02/page02_mv_bg.jpg") no-repeat center top / cover;
}
@media screen and (min-width:768px) {
	.page02-mv {
		height: 475px;
		margin-bottom: 200px;
		padding-top: 90px;
	}
}
.page02-mv__head {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width:768px) {
	.page02-mv__head {
		width: 900px;
		margin: 0 auto;
	}
}
.page02-mv__logo {
	width: 50%;
	margin: auto;
}
@media screen and (min-width:768px) {
	.page02-mv__logo {
		width: 400px;
	}
}
.page02-container {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
.under{
	  border-bottom: solid 1px #aa9248;
	  padding-bottom: 5px;
	  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}
.page02-intro {
	display: inline-block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
	margin-bottom: 50px;
	font-size: 1.4rem;
	line-height: 2.35;
	letter-spacing: 0.06em;
}
.page02-intro-2 {
	margin-bottom: 62px;
	background-image:
		linear-gradient(
			180deg,
			rgba(0,0,0,0) 0%,
			rgba(0,0,0,0) 96.6%,
			#d66385 95%,
			#d66385 100%
		);
	background-size:100% 2.26em;
	background-position: left bottom 127px;
}
@media screen and (min-width:768px) {
	.page02-intro {
		font-size: 2.2rem;
	}
	.page02-intro-2 {
		font-size: 2.2rem;
		background-image:
			linear-gradient(
				180deg,
				rgba(0,0,0,0) 0%,
				rgba(0,0,0,0) 99%,
				#d66385 98%,
				#d66385 100%
			);
		background-position: left bottom 150px;
	}
}
.page02-intro-1:first-letter {
	font-size: 4.6rem;
	line-height: 1.0;
}
@media screen and (min-width:768px) {
	.page02-intro-1:first-letter {
		font-size: 6.8rem;
	}
}
.page02-intro-1 span.sp-none {
	display: none;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}
@media screen and (min-width:1116px) {
	.page02-intro-1 span.sp-none {
		display: inline-block;
	}
}
.page02-intro-1 .sp-block-450 {
	display: none;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}
@media screen and (min-width:450px) {
	.page02-intro-1 .sp-block-450 {
		display: inline-block;
	}
}
.page02-intro-2 .sp-block-450 {
	display: inline-block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}
@media screen and (min-width:450px) {
	.page02-intro-2 .sp-block-450 {
		display: none;
	}
}
.page02-intro-2 span.sp-block {
	display: inline-block;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}
@media screen and (min-width:1116px) {
	.page02-intro-2 span.sp-block {
		display: none;
	}
}
.page02-intro br.sp-block {
	display: inline-block;
}
@media screen and (min-width:768px) {
	.page02-intro br.sp-block {
		display: none;
	}
}
.page02-intro br.sp-block-2 {
	display: block;
}
@media screen and (min-width:768px) {
	.page02-intro br.sp-block-2 {
		display: none;
	}
}
.item-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 88px;
}
@media screen and (min-width:768px) {
	.item-block {
		margin-bottom: 110px;
	}
}
.item-block-img {
	width: 100%;
	max-width: auto;
	margin-bottom: 30px;
}
.bnr {
	width: 100%;
	max-width: auto;
	margin: 0 auto;
	padding-bottom: 35px;
}
@media screen and (min-width:769px) {
	.item-block-img {
		width: 47.9%;
		max-width: 527px;
		margin-bottom: 0;
	}
	.bnr {
		width: 47.9%;
		max-width: 527px;
		margin: 0 auto;
		padding-bottom: 35px;

	}
}
.item-block-right {
	width: 100;
}
@media screen and (min-width:769px) {
	.item-block-right {
		width: 48.18%;
	}
}
.item-block-des:not(:nth-last-of-type(1)) {
	margin-bottom: 10px;
}
.item-block-head {
	/*font-size: 1.8rem;*/
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-feature-settings: 'palt';
	color: #342f26;
}
@media screen and (min-width:768px) {
	.item-block-head {
		/*font-size: 2.2rem;*/
		font-size: 1.6rem;
	}
}
.item-block-head span {
	font-size: 1.4rem;
	font-weight: bold;
	color: #342f26;
}
@media screen and (min-width:768px) {
	.item-block-head span {
		font-size: 1.6rem;
	}
}
.item-bloxk-txt {
	/*font-size: 1.7rem;*/
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
	color: #342f26;
}
@media screen and (min-width:768px) {
	.item-bloxk-txt {
		/*font-size: 2.1rem;*/
		font-size: 1.4rem;
	}
}
.page02-conts__bot {
	margin-bottom: 82px;
	text-align: center;
}
.page02-conts__bot-head {
	display: inline-block;
	margin-bottom: 50px;
	padding-bottom: 12px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	border-bottom: 3px solid #aa9248;
}
@media screen and (min-width:768px) {
	.page02-conts__bot-head {
		margin-bottom: 62px;
		padding-bottom: 16px;
		font-size: 2.6rem;
		border-bottom: 7px solid #aa9248;
	}
}
.page02-conts__bot-notes {
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
}
@media screen and (min-width:768px) {
	.page02-conts__bot-notes {
		font-size: 1.9rem;
	}
}
