@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@media screen and (max-width: 750px) {
html {
	font-size: 1.3333333333vw;
}
}
	
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.375;
	letter-spacing: 0;
	-webkit-text-size-adjust: none;
	background: #fff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #211816;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

textarea,
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%; }
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #211816;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}
.fwm {
	font-weight: 500;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	max-width: 75rem;
	margin: 0 auto;
}


/* header
------------------------------------------------ */
.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 750px;
	margin: auto;
	z-index: 9;
}
.header_in {
	padding: 1.5rem 1.2rem;
	display: flex;
	justify-content: flex-end;
}
.header_in .navbar-toggle {
	cursor: pointer;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.header_in .navbar-toggle img {
	width: 8.5rem;
}

.navbar-collapse {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	height: 100vh;
	z-index: 10;
}
.navbar-collapse .navbar_box {
	background: #fff;
	padding: 6rem 5rem;
	position: relative;
}
.navbar-collapse .navbar_box .close {
	position: absolute;
	width: 3.4rem;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 1;
}
.navbar-collapse .navbar_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px 0;
}
.navbar-collapse .navbar_list a {
	display: block;
}
.navbar-collapse .navbar_list .list_bnr01 {
	width: 37.3rem;
}
.navbar-collapse .navbar_list .list_bnr02 {
	width: 36.7rem;
}
.navbar-collapse .navbar_list .list_bnr03 {
	width: 36.3rem;
}
.navbar-collapse .navbar_list .list_bnr04 {
	width: 36.5rem;
}
.navbar-collapse .navbar_list .list_bnr05 {
	width: 37.3rem;
}
.navbar-collapse .navbar_list .list_bnr06 {
	width: 36.7rem;
}
.navbar-collapse .navbar_list .list_bnr07 {
	width: 36.3rem;
}

.pagetop img {
	width: 7rem;
}
.pagetop {
	visibility: visible;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	opacity: 1;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 5;
}
.pagetop a {
	display: block;
}

.header_in .navbar-toggle {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.show .header_in .navbar-toggle {
	visibility: visible;
	opacity: 1;
}
.no_show .pagetop {
	visibility: hidden;
	opacity: 0;
}


/* footer
----------------------------------------------- */
#footer {
	background: rgba(226,214,105,0.15);
	padding: 2.8rem 7.5rem 3.5rem;
}
#footer .footer_txt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 2rem;
}
#footer .footer_time {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#footer .footer_note {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#footer .footer_link {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
}
#footer .footer_logo img {
	width: 20.6rem;
}
#footer .footer_sns {
	border: 1px #009DD9 solid;
	display: flex;
	align-items: stretch;
}
#footer .footer_sns .sns_txt {
	background: #009DD9;
	width: 14rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
}
#footer .footer_sns .sns_cont {
	width: 22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1.4rem;
}
#footer .footer_sns .sns_cont img {
	height: 3.7rem;
}


/* animation
----------------------------------------------- */
@keyframes fadeInUpLit {
from {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

to {
	opacity: 1;
	transform: none;
}
}
.fadeInUpLit {
animation-name: fadeInUpLit;
}



/* left to right  mid to around
----------------------------------------------- */
.ltor {
	clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.wow.animated .ltor {
	animation: reveal_lr 1.5s forwards;
}
@keyframes reveal_lr {
	from { clip-path: polygon(0 0,0 0,0 100%,0 100%); }
	to { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
}

.mtoa {
	clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
}
.wow.animated .mtoa {
	animation: reveal_ma 1s forwards;
}
@keyframes reveal_ma {
	from { clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%); }
	to { clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
}





/* mv
----------------------------------------------- */
.mv_box {
	position: relative;
}
.mv_box .mv_img {
	
}
.mv_box .mv_logo {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 5rem;
	width: 100%;
	text-align: center;
	z-index: 0;
}
.mv_box .mv_logo img {
	width: 20.7rem;
}
.mv_box .mv_date {
	position: absolute;
	font-size: 0;
	top: 11rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.mv_box .mv_date .date_in {
	display: block;
}
.mv_box .mv_date .date_in img {
	width: 66.5rem;
}
.mv_box .mv_tit {
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 17rem;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.mv_box .mv_tit .tit_in {
	display: block;
	animation-delay: 1s;
}
.mv_box .mv_tit .tit_in img {
	width: 57.9rem;
}
.mv_box .mv_txt {
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 3.7rem;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.mv_box .mv_txt .txt_in {
	display: block;
	animation-delay: 2.5s;
}
.mv_box .mv_txt .txt_in img {
	width: 56.2rem;
}



/* campaign
----------------------------------------------- */
.campaign {
	background: url("../images/bg_camp.png") center 0 no-repeat;
	background-size: cover;
	padding: 5rem 0 9rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.campaign .num {
	width: 11.9rem;
	margin: 0 0 3rem;
}
.campaign .txt {
	width: 54.2rem;
	margin: 0 0 5rem;
}
.campaign .camp_slider {
	width: 50rem;
}
.campaign .camp_slider a {
	display: block;
}
.campaign .camp_slider .slick-dots {
	margin: 6.2rem 0 0;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3.5rem;
}
.slick-dots li {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.slick-dots li button {
	background: #fff;
	width: 2rem;
	height: 2rem;
	outline: none;
	text-indent: -9999px;
	font-size: 0;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.slick-dots li.slick-active button {
	background: #081C26;
}


/* Special Event
----------------------------------------------- */
.special {
	background: url("../images/bg_spe.png") center 0 no-repeat;
	background-size: cover;
	padding: 5rem 0 6.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.special .num {
	margin: 0 0 3rem;
	width: 14.8rem;
}
.special .txt {
	width: 57.8rem;
	margin: 0 0 5rem;
}
.special .spe_slider {
	width: 50rem;
}
.special .spe_slider a {
	display: block;
}
.special .spe_slider .slick-dots {
	margin: 4.8rem 0 0;
}



/* Limited Item
----------------------------------------------- */
.limited {
	background: url("../images/bg_limi.png") center 0 no-repeat;
	background-size: cover;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.limited .num {
	width: 14.7rem;
	margin: 0 0 3rem;
}
.limited .txt {
	width: 63.4rem;
	margin: 0 0 6.6rem;
}
.limited .date {
	width: 68rem;
	margin: 0 0 5rem;
}
.limited .bnr_box {
	width: 61.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.limited .bnr_box a {
	display: block;
}
.limited .bnr_box .bnr01 {
	width: 61.3rem;
}
.limited .bnr_box .bnr02 {
	width: 60.3rem;
	margin: 2.6rem 0 0;
}
.limited .bnr_box .bnr03 {
	width: 59.7rem;
	margin: 3rem 0 0;
}
.limited .bnr_box .bnr04 {
	width: 60.1rem;
	margin: 2.6rem 0 0;
}
.limited .bnr_box .bnr05 {
	width: 61.3rem;
	margin: 2.8rem 0 0;
}
.limited .bnr_box .bnr06 {
	width: 60.3rem;
	margin: 2.6rem 0 0;
}
.limited .bnr_box .bnr07 {
	width: 59.7rem;
	margin: 3.2rem 0 0;
}



/* common
----------------------------------------------- */
.com_det {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.61;
	text-align: center;
	margin: 0 0 4rem;
}

.com_content {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 4.6rem;
	padding: 0 5rem;
	position: relative;
}
.com_content .content_item {
	width: calc((100% - 4.6rem)/2);
	border: 0.2rem #000 solid;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
}
.com_content .content_item:before {
	position: absolute;
	content: "";
	border: 0.1rem #000 solid;
	left: 0.4rem;
	top: 0.4rem;
	right: 0.4rem;
	bottom: 0.4rem;
	z-index: 0;
}
.com_content .content_item .pic {
	position: relative;
}
.com_content .content_item .box {
	position: relative;
}
.com_content .content_item.item_full {
	width: 100%;
}
.com_content .addr {
	border-top: 0.1rem #211816 dotted;
	padding: 1rem 0 0;
	margin: 1rem 0 0;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
}
.com_content .price {
	font-weight: 700;
}
.tax {
	font-size: 1.2rem;
}
.com_content .time {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.5rem 0 0;
}
.com_content .intro {
	letter-spacing: -0.1em;
	margin: 0 0 0.5rem;
}
.com_content .intro .intro_in {
	letter-spacing: -0.15em;
}
.com_content .note {
	font-size: 1.2rem;
}
.com_content .box {
	width: 100%;
}

.fc_pink {
	color: #DB5C77;
}
.fc_green {
	color: #44A436;
}
.fc_purple {
	color: #C54A9C;
}
.fc_red {
	color: #CA3A28;
}
.fc_orange {
	color: #E87200;
}
.fc_light {
	color: #24A27F;
}
.fc_yellow {
	color: #AC7149;
}
.fc_red_dark {
	color: #D80C18;
}
.fc_black {
	color: #211816;
}

.com_date {
	width: 46.1rem;
	margin: 0 0 4.5rem;
}

.fs_12 {
	font-size: 1.2rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_16 {
	font-size: 1.6rem;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2rem;
}
.fs_22 {
	font-size: 2.2rem;
}


/* exclusive
----------------------------------------------- */
.exclusive {
	padding: 5rem 0 5.6rem;
	background-position: center 2.2rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(235,109,142,0.1);
	background-image: url("../images/dec_exclusive.png");
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exclusive .exc_hd {
	width: 51.1rem;
	margin: 0 0 3rem;
}

.exclusive .exc_01 {
	width: 100%;
	padding: 3.5rem 2.8rem 3.2rem 3rem;
	flex-direction: row;
	align-items: flex-start;
	gap: 0 2.4rem;
}
.exclusive .exc_01 .pic {
	width: 31.8rem;
	flex-shrink: 0;
}

.exclusive .exc_02 {
	width: 100%;
	padding: 3.5rem 2.8rem 3.2rem 3rem;
	flex-direction: row;
	align-items: flex-start;
	gap: 0 2.4rem;
}
.exclusive .exc_02 .pic {
	width: 31.8rem;
	flex-shrink: 0;
}
.exclusive .exc_02 {
	word-break: break-all;
}

.exclusive .exc_03 {
	padding: 2.8rem 2.7rem 1.9rem;
}
.exclusive .exc_03 .pic {
	width: 20rem;
	gap: 0.5rem 0;
	margin: 0 0 0.3em;
}
.exclusive .exc_03 .intro {
	letter-spacing: -0.05em;
}
.exclusive .exc_03 .time {
	letter-spacing: -0.1em;
}

.exclusive .exc_04 {
	padding: 2.3rem 2.7rem 1.9rem;
}
.exclusive .exc_04 .pic {
	width: 15.4rem;
	margin: 0 0 1rem;
}
.exclusive .exc_04 .note {
	letter-spacing: -0.15em;
}

.exclusive .exc_05 {
	padding: 1.5rem 2.7rem 2rem;
}
.exclusive .exc_05 .pic {
	width: 23.6rem;
	margin: 0 0 1rem;
}

.exclusive .exc_06 {
	padding: 2.5rem 2.7rem;
}
.exclusive .exc_06 .pic {
	width: 18.2rem;
	margin: 0 0 1rem;
}
.exclusive .exc_06 .col+.col {
	margin: 1rem 0 0;
}

.exclusive .exc_07,
.exclusive .exc_08 {
	padding: 3.2rem 2.7rem 2rem;
}
.exclusive .exc_07 .pic,
.exclusive .exc_08 .pic {
	width: 23.4rem;
	margin: 0 0 1rem;
}
.exclusive .exc_07 .intro {
	letter-spacing: -0.11em;
}
.exclusive .exc_07 .ico {
	position: absolute;
	z-index: 1;
	top: 1.5rem;
	left: 0.7rem;
	width: 8.5rem;
}



/* event
----------------------------------------------- */
.event {
	padding: 5rem 0;
	background-position: center 2rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(139,185,103,0.15);
	background-image: url("../images/dec_event.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.event .event_hd {
	width: 40.6rem;
	margin: 0 0 3rem;
}
.event .com_det {
	letter-spacing: -0.12em;
}

.event .event_01 {
	padding: 2.2rem 2.7rem 2rem;
}
.event .event_01 .pic {
	width: 23.4rem;
	margin: 0 0 1rem;
}

.event .event_02 {
	padding: 2.2rem 2.7rem 2rem;
}
.event .event_02 .pic {
	width: 24rem;
	margin: 0 0 1rem;
}
.event .event_02 .intro {
	margin: 1rem 0 0;
	letter-spacing: -0.15em;
}

.event .event_03 {
	width: 100%;
	padding: 3.5rem 2.5rem 2rem 3rem;
	flex-direction: row;
	align-items: flex-start;
	gap: 0 3rem;
}
.event .event_03 .pic {
	width: 23.4rem;
	flex-shrink: 0;
}
.event .event_03 .price {
	margin: 0 0 0.5rem;
}

.event .event_04 {
	padding: 2rem 2.7rem 2.7rem;
}
.event .event_04 .pic {
	width: 23.4rem;
	margin: 0 0 2rem;
}
.event .event_04 .intro {
	word-break: break-all;
}
.event .event_04 .price {
	letter-spacing: -0.05em;
}

.event .event_05 {
	padding: 2.9rem 2.7rem 2.5rem;
}
.event .event_05 .pic {
	width: 23.4rem;
	margin: 0 0 1.5rem;
}
.event .event_05 .intro {
	margin: 0;
}

.event .event_06 {
	padding: 2.3rem 2.7rem 2rem;
}
.event .event_06 .pic {
	width: 23.5rem;
	margin: 0 0 2rem;
}

.event .event_07 {
	width: 100%;
	flex-direction: row;
	padding: 2.3rem 2.7rem 2.5rem;
}
.event .event_07 .pic {
	width: 31.8rem;
	margin: 0 2rem 0 0;
	flex-shrink: 0;
}

.event .event_08 {
	padding: 2.5rem 2.7rem 2rem;
}

.event .event_09 {
	position: absolute;
	right: 5.6rem;
	bottom: -1rem;
	width: 31.8rem;
	z-index: 1;
}

.event .event_10 {
	width: 100%;
	padding: 2.5rem 2.5rem 2rem 3rem;
	flex-direction: row;
	align-items: flex-start;
	gap: 0 3rem;
}
.event .event_10 .pic {
	width: 23.4rem;
	flex-shrink: 0;
}
.event .event_10 .price {
	margin: 0 0 0.5rem;
}



/* bag
----------------------------------------------- */
.bag {
	padding: 5rem 0;
	background-position: center 2.5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(193,84,154,0.1);
	background-image: url("../images/dec_bag.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.bag .bag_hd {
	width: 38.3rem;
	margin: 0 0 3rem;
}
.bag .com_det {
	letter-spacing: 0.05em;
}

.bag .bag_01 {
	padding: 3.2rem 2.7rem 2rem;
}
.bag .bag_01 .pic {
	width: 23.4rem;
	margin: 0 0 1rem;
}
.bag .bag_01 .intro {
	letter-spacing: -0.05em;
}

.bag .bag_02 {
	padding: 3.2rem 2.7rem 2rem;
}
.bag .bag_02 .pic {
	width: 23.4rem;
	margin: 0 0 1rem;
}

.bag .bag_03 {
	padding: 2.9rem 2.7rem 2.5rem;
}
.bag .bag_03 .pic {
	width: 23.4rem;
	margin: 0 0 1.5rem;
}
.bag .bag_03 .intro {
	word-break: break-all;
}

.bag .bag_04 {
	padding: 2.9rem 2.7rem 2.5rem;
}
.bag .bag_04 .pic {
	width: 23.4rem;
	margin: 0 0 1.4rem;
}

.bag .bag_05 {
	padding: 2.8rem 2.7rem 1.8rem;
}
.bag .bag_05 .pic {
	width: 23.4rem;
	margin: 0 0 1.5rem;
}

.bag .bag_06 {
	padding: 2rem 2.7rem 1.8rem;
}
.bag .bag_06 .pic {
	width: 17.8rem;
	margin: 0 0 1rem;
}
.bag .bag_06 .col+.col {
	margin: 1rem 0 0;
}
.bag .bag_06 .intro {
	letter-spacing: -0.05em;
	margin: 0;
}

.bag .bag_07 {
	padding: 2rem 2.7rem 1rem;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.bag .bag_07 .pic {
	width: 28rem;
	margin: 0 2.5rem 0 0;
	flex-shrink: 0;
}


/* point
----------------------------------------------- */
.point {
	padding: 5rem 0;
	background-position: center 1.2rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(202,58,40,0.1);
	background-image: url("../images/dec_point.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.point .point_hd {
	width: 52.7rem;
	margin: 0 0 3rem;
}
.point .com_det {
	letter-spacing: -0.12em;
}
.point .point_banner {
	border-top: 0.1rem #CA3A28 solid;
	border-bottom: 0.1rem #CA3A28 solid;
	background: #fff;
	margin: 0 auto;
	width: calc(100% - 10rem);
	height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	color: #CA3A28;
	font-weight: 700;
	letter-spacing: 0.06em;
	
}
.point .banner_01 {
	margin-bottom: 3rem;
}
.point .banner_02 {
	margin-top: 7.5rem;
	margin-bottom: 3.5rem;
}

.point .point_01 {
	padding: 3.3rem 2.7rem 1.7rem;
}
.point .point_01 .pic {
	width: 24rem;
	margin: 0 0 1.5rem;
}
.point .point_01 .intro {
	letter-spacing: -0.05em;
}

.point .point_02 {
	padding: 2.7rem 2.7rem 1.9rem;
}
.point .point_02 .pic {
	margin: 0 0 1.5rem;
	width: 24rem;
}

.point .point_03 {
	padding: 3.3rem 2.7rem 1.9rem;
}
.point .point_03 .pic {
	width: 24rem;
	margin: 0 0 1.2rem;
}
.point .point_03 .intro {
	letter-spacing: -0.05em;
}

.point .point_04 {
	padding: 3.3rem 2.2em 2.1rem;
}
.point .point_04 .pic {
	width: 23rem;
	margin: 0 0 1.2rem;
}
.point .point_04 .fs_12 {
	letter-spacing: -0.22em;
}
.point .point_04 .addr {
	letter-spacing: -0.18em;
}
.point .point_04 .intro {
	letter-spacing: -0.1em;
}

.point .point_05 {
	padding: 2rem 2.7rem 1.7rem;
}
.point .point_05 .pic {
	width: 14.2rem;
	margin: 0 0 1rem;
}
.point .point_05 .intro {
	letter-spacing: -0.05em;
}

.point .point_06 {
	padding: 6.5rem 1.5rem 1.5rem;
}
.point .point_06 .pic {
	width: 26.9rem;
	margin: 0 0 4rem;
}
.point .point_06 .box {
	padding: 0 1.2rem;
}

.point .point_07 {
	padding: 2rem 2.7rem 2.5rem;
}
.point .point_07 .pic {
	width: 14.4rem;
	margin: 0 0 0.5rem;
}
.point .point_07 .intro {
	letter-spacing: -0.05em;
}

.point .point_08 {
	padding: 3rem 2.7rem 1.7rem;
}
.point .point_08 .pic {
	width: 23.7rem;
	margin: 0 0 1.7rem;
}
.point .point_08 .com_flex {
	display: flex;
	gap: 0 1.4rem;
}
.point .point_08 .com_flex .flex_in {
	
}
.point .point_08 .com_flex .flex_img {
	width: 9.2rem;
}
.point .point_08 .addr {
	letter-spacing: -0.11em;
}

.point .point_09 {
	padding: 0.5rem 2.7rem 2.2rem;
}
.point .point_09 .pic {
	width: 21.5rem;
	margin: 0 0 0.5rem;
}
.point .point_09 .intro {
	letter-spacing: -0.08em;
}

.point .point_10 {
	padding: 4.5rem 2.7rem 2.2rem;
}
.point .point_10 .pic {
	width: 22rem;
	margin: 0 0 2.5rem;
}

.point .point_11 {
	width: 100%;
	padding: 3.1rem 2.7rem 2.7rem 2.2rem;
	flex-direction: row;
	align-items: flex-end;
	gap: 0 2.5rem;
}
.point .point_11 .pic {
	width: 19.4rem;
	flex-shrink: 0;
}
.point .point_nopic {
	min-height: 19rem;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 2.7rem;
}
.point .point_16 .intro {
	letter-spacing: -0.05em;
}
.point .point_17 .intro {
}
.point .point_17 .intro .intro_in {
	letter-spacing: -0.11em;
}
.point .point_18 .intro {
	letter-spacing: -0.05em;
}
.point .point_dec {
	position: absolute;
	right: 4rem;
	bottom: -0.5em;
	width: 34.4rem;
	z-index: 1;
}
.point .point_22 .addr {
	letter-spacing: -0.1em;
}



/* sale
----------------------------------------------- */
.sale {
	padding: 5rem 0;
	background-position: center 2.5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(255,155,69,0.1);
	background-image: url("../images/dec_sale.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.sale .sale_hd {
	width: 32.1rem;
	margin: 0 0 3rem;
}
.sale .com_det {
	letter-spacing: 0.05em;
}

.sale .price {
	font-size: 1.8rem;
}
.sale .price_lar {
	font-size: 2.2rem;
	color: #D80C18;
}
.sale .price_max {
	font-size: 2.4rem;
	line-height: 1.2;
	color: #D80C18;
}

.sale .sale_01 {
	padding: 2rem 2.7rem 2rem;
}
.sale .sale_01 .pic {
	width: 14rem;
	margin: 0 0 0 2.8rem;
}

.sale .sale_02 {
	padding: 5rem 2.7rem 2rem;
}
.sale .sale_02 .pic {
	width: 24rem;
}

.sale .sale_03 {
	padding: 3.2rem 2.7rem 2.2rem;
}
.sale .sale_03 .pic {
	width: 24rem;
	margin: 0 0 1rem;
}

.sale .sale_04 {
	width: 100%;
	padding: 3rem 2.7rem 2rem;
	flex-direction: row;
}
.sale .sale_04 .pic {
	width: 32.1rem;
	margin: 0 2rem 0 0;
	flex-shrink: 0;
}

.sale .sale_05 {
	width: 100%;
	padding: 2.5rem 2.7rem;
}
.sale .sale_05 .pic {
	width: 58.6rem;
	margin: 0 0 1rem;
}

.sale .sale_nopic {
	padding: 2rem 2.7rem;
	justify-content: center;
}

.sale .sale_06 .price {
	letter-spacing: -0.12em;
}
.sale .sale_06 .price .price_max {
	letter-spacing: 0;
}

.sale .sale_08 .addr {
	letter-spacing: -0.1em;
}

.sale .sale_12 {
	
}

.sale .sale_13 {
	width: 100%;
}
.sale .sale_13 .col+.col {
	margin: 0.5rem 0 0;
}



/* product
----------------------------------------------- */
.product {
	padding: 5rem 0;
	background-position: center 2.5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(36,162,127,0.07);
	background-image: url("../images/dec_product.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.product .product_hd {
	width: 53.9rem;
	margin: 0 0 3rem;
}
.product .com_det {
	letter-spacing: 0.05em;
}
.product .price {
	font-size: 1.8rem;
}

.product .product_01 {
	padding: 2.2rem 2.7rem 2.4rem;
}
.product .product_01 .pic {
	width: 24rem;
	margin: 0 0 1.5rem;
}
.product .product_01 .price {
	letter-spacing: -0.09em;
}

.product .product_02 {
	padding: 3.8rem 2.2rem 2rem;
}
.product .product_02 .pic {
	width: 20rem;
	margin: 0 0 1rem;
}
.product .product_02 .price {
	letter-spacing: -0.08em;
}

.product .product_03 {
	padding: 2.8rem 2.7rem 2rem;
}
.product .product_03 .pic {
	width: 24rem;
	margin: 0 0 1.2rem;
}

.product .product_04 {
	padding: 1rem 2.2rem 2rem;
}
.product .product_04 .pic {
	width: 23.6rem;
}
.product .product_04 .intro {
	letter-spacing: -0.05em;
}

.product .product_05 {
	padding: 2.8rem 2.7rem 2.5rem;
}
.product .product_05 .pic {
	width: 13.8rem;
	margin: 0 0 1.5rem;
}
.product .product_05 .intro {
	word-break: break-all;
}

.product .product_06 {
	padding: 2.5rem 2.7rem;
}
.product .product_06 .pic {
	width: 23.2rem;
	margin: 0 0 1rem;
}

.product .product_07 {
	padding: 2.8rem 2.7rem 2rem;
}
.product .product_07 .pic {
	width: 23.2rem;
	margin: 0 0 1.5rem;
}
.product .product_07 .intro {
	letter-spacing: -0.05em;
}

.product .product_08 {
	padding: 2.8rem 2.7rem 2rem;
}
.product .product_08 .pic {
	width: 23.8rem;
	margin: 0 0 1rem;
}

.product .product_09 {
	padding: 2.5rem 2.7rem 1.5rem;
}
.product .product_09 .pic {
	width: 24rem;
	margin: 0 0 1.2rem;
}

.product .product_10 {
	padding: 2.5rem 2.7rem 1.5rem;
}
.product .product_10 .pic {
	width: 24.2rem;
	margin: 0 0 0.5rem;
}
.product .product_10 .intro {
	letter-spacing: -0.05em;
}
.product .product_10 .price {
	letter-spacing: -0.05em;
}

.product .product_11 {
	padding: 2rem 2.7rem 1.5rem;
}
.product .product_11 .pic {
	width: 24.6rem;
	margin: 0 0 1.5rem;
}
.product .product_11 .intro {
	letter-spacing: -0.07em;
}

.product .product_12 {
	padding: 2rem 2.7rem;
}
.product .product_12 .pic {
	width: 23.8rem;
	margin: 0 0 0.5rem;
}
.product .product_12 .addr {
	letter-spacing: -0.08em;
}

.product .product_13 {
	padding: 2rem 2.7rem;
}
.product .product_13 .pic {
	width: 24rem;
	margin: 0 0 1rem;
}

.product .product_14 {
	padding: 2rem 2.7rem;
}
.product .product_14 .pic {
	width: 23.8rem;
	margin: 0 0 1rem;
}
.product .product_14 .intro {
	letter-spacing: -0.11em;
}

.product .product_15 {
	width: 100%;
	padding: 2rem 3rem 2rem 4.5rem;
	flex-direction: row;
	align-items: flex-end;
	gap: 0 3.5rem;
}
.product .product_15 .pic {
	width: 32rem;
	flex-shrink: 0;
}
.product .product_18 .addr {
	letter-spacing: -0.15em;
}

.product .product_19 {
	width: 100%;
	flex-direction: row;
	padding: 3rem 2.8rem 2.8rem 2.8rem;
	align-items: flex-end;
}
.product .product_19 .pic {
	width: 14.3rem;
	margin: 0 2.8rem 0 0;
	flex-shrink: 0;
}

.product .product_nopic {
	height: 15rem;
	justify-content: center;
	padding: 1rem 2.3rem;
}

.product .product_dec {
	position: absolute;
	right: 6rem;
	bottom: -0.5rem;
	z-index: 1;
	width: 32rem;
}



/* food
----------------------------------------------- */
.food {
	padding: 5rem 0;
	background-position: center 2.5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: rgba(226,214,105,0.15);
	background-image: url("../images/dec_food.png");
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.food .food_hd {
	width: 58rem;
	margin: 0 0 3rem;
}
.food .com_det {
	letter-spacing: 0.05em;
}

.food .col+.col {
	margin: 1rem 0 0;
}

.food .food_01 {
	width: 100%;
	padding: 2rem 2rem 2rem 2.4rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0 1rem;
}
.food .food_01 .price {
	letter-spacing: -0.03em;
}
.food .food_01 .pic {
	width: 27rem;
	flex-shrink: 0;
}
.food .food_02 {
	width: 100%;
	padding: 2rem 2.5rem 2rem 3rem;
}
.food .food_02 .flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 1.5rem;
	margin: 1rem 0 0;
}
.food .food_02 .flex .flex_in {
	
}
.food .food_02 .flex .flex_img {
	width: 12.4rem;
	flex-shrink: 0;
}
.food .com_content {
	gap: 30px 0;
}

.food .food_other {
	margin: 6rem 0 0;
	width: 100%;
	padding: 0 5rem;
}
.food .food_other .other_tit {
	background: #fff;
	height: 6.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #021A24;
	border-top: 0.2rem #021A24 solid;
	border-bottom: 0.2rem #021A24 solid;
	position: relative;
}
.food .food_other .other_tit:before {
	position: absolute;
	content: "";
	top: 0.3rem;
	bottom: 0.3rem;
	left: 0;
	right: 0;
	border-top: 0.1rem #021A24 solid;
	border-bottom: 0.1rem #021A24 solid;
	z-index: 0;
}
.food .food_other .other_tit .tit_in {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}
.food .food_other .other_box {
	padding: 2.4rem 0 3rem;
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
}
.food .food_other .other_box+.other_box {
	border-top: 0.1rem #211816 dotted;
}
.food .food_other .other_name {
	background: #AC7149;
	width: 20rem;
	padding: 1rem 0.5rem;
	text-align: center;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.food .food_other .other_name .name_in {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
}
.food .food_other .other_cont {
	font-size: 1.9rem;
	line-height: 1.63;
	white-space: nowrap;
}
.food .food_other .other_cont .tax {
	font-size: 1.4rem;
}
.food .food_other .fc_yellow {
	font-weight: 700;
	letter-spacing: -0.1em;
}
.food .food_other .other_txt+.other_txt {
	margin: 1rem 0 0;
}










