@charset "utf-8";

/* page_name
-------------------------------------------------------------------*/

body {
	width: 100%;
	overflow: hidden;
}

#headers {
	padding-bottom: 10px;
}

.header_logo {
	/* float:left; */
}

.gnavarea {
	position: relative;
}

.gnavarea .acticon {
	justify-content: center;
	padding-right: 42px;
}

.gnavarea .acticon li {
	flex-basis: auto;
	width: auto;
	margin-right: 26px;
}

.gnavarea .acticon li:last-child {
	margin-right: 0;
}

.gnavarea .acticon li img {
	margin: 0 auto;
	display: block;
}

.gnavarea .acticon li img.pconly {
	margin-top: 3px;
}

.gnav--list a {
	display: block;
}

.icon--top_search {
	width: 31px;
	height: 33px;
}

.nav_inic {
	width: 76px;
}

.nav_peanuts {
	width: 107px;
}

.nav_kippis {
	width: 36px;
}

.nav_kukku {
	width: 41px;
}

.nav_newbland {
	width: 45px;
}

.nav_moomin {
	width: 120px;
}

.nav_mypage {
	width: 102px;
}

.nav_cart {
	width: 96px;
}

.nav_mypage {
	width: 34px;
	height: 33px;
}

.nav_cart {
	width: 21px;
	height: 33px;
}

.drop_menu #NavWrap {
	padding: 0;
}

.drop_menu #NavWrap ul {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.drop_menu #NavWrap ul::after {
	display: none;
}

.drop_menu #NavWrap ul>li {
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 0 10px;
}

.drop_menu #NavWrap ul.accordion>li {
	border-bottom: solid 1px #000;
	padding-bottom: 10px;

}

.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p {
	display: block;
	padding: 0 8px 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	width: auto;
	line-height: 1;
	position: relative;
	transition: background 0.5s, color 0.5s, opacity 0.5s, color 0.5s;
}

.drop_menu #NavWrap li a span {
	display: block;
	position: relative;
	font-size: 12px;
}

.drop_menu #NavWrap li a:hover span:after {
	width: 100%;
}

.drop_menu #NavWrap li.drop_wrap {
	position: relative;
}

.drop_menu #NavWrap li.drop_wrap i {
	display: none;
}

.drop_menu #NavWrap li ul a {
	color: #000;
}

.drop_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}

.drop_menu #switch~label {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 900;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform, right 0.2s;
	padding: 12px 0;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
}

.drop_menu #switch~label:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 400px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -100;
	background: rgba(0, 0, 0, 0.5);
	transition: all .4s;
}

.drop_menu #switch:checked~label:before {
	opacity: 1;
	visibility: visible;
}

.drop_menu #switch~label p {
	z-index: 2;
	height: 12px;
	margin-bottom: 3px;
}

.drop_menu #switch~label span {
	cursor: -webkit-grabbing;
	display: block;
	width: 18px;
	height: 2px;
	background: #000;
	border-radius: 4px;
	-webkit-transition: 0.2s transform, 0.5s background;
	transition: 0.2s transform, 0.5s background;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -10px;
}

.drop_menu #switch~label span:before,
.drop_menu #switch~label span:after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 4px;
	background: #000;
	position: absolute;
	margin-top: 0;
}

.drop_menu #switch~label span:before {
	top: -6px;
}

.drop_menu #switch~label span:after {
	top: 6px;
}

.drop_menu #switch:checked~label span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drop_menu #switch:checked~label span:before {
	top: 0;
}

.drop_menu #switch:checked~label span:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 0;
	margin-top: 0;
}

.drop_menu #switch:checked~label {
	right: -40px;
}

.drop_menu #switch:checked~label img {
	opacity: 0;
}

.drop_menu #NavWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -400px;
	width: 400px;
	z-index: 800;
	overflow: auto;
	visibility: hidden;
	box-sizing: border-box;
	transition: all 0.25s;
}

.drop_menu #NavWrap::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

.drop_menu #NavWrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #b3b3b3;
}

.drop_menu #NavWrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

.drop_menu #switch:checked~label+#NavWrap {
	visibility: visible;
	max-width: 100vw;
	top: 0;
	right: 0;
	background: #fff;
	color: #121212;
}

.drop_menu #NavWrap .Nav_inner {
	padding: 120px 60px 0;

}

.drop_menu #NavWrap>ul {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
}

.drop_menu #NavWrap li a {
	padding: 10px 0;
	text-decoration: none;
	width: auto;
}

.drop_menu #NavWrap li a span {
	border-left: none;
	white-space: normal;
}

.drop_menu #NavWrap .form--sys {
	margin: 0;
}

#headers .form--sys input[type="text"] {
	display: block;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	color: #000;
	font-size: 14px;
}

#headers .form--sys input[type="checkbox"] {
	display: none;
}

#headers .form--sys button {
	appearance: none;
	border: none;
	background: none;
}

.drop_menu #NavWrap ul dt {
	position: relative;
	cursor: pointer;
	padding: 5px 0;
	font-size: 14px;
}

.drop_menu #NavWrap ul dt:before,
.drop_menu #NavWrap ul dt:after {
	content: "";
	width: 16px;
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 20;
	background: #000;
	transition: transform .4s;
}

.drop_menu #NavWrap ul dt:after {
	transform: rotate(90deg);
}

.drop_menu #NavWrap ul dt.opened:before {
	transform: rotate(180deg);
}

.drop_menu #NavWrap ul dt.opened:after {
	transform: rotate(-180deg);
}

.drop_menu #NavWrap ul dd ul {
	margin-top: 20px;
}

.drop_menu #NavWrap ul>li.search {
	border: none;
	padding: 0;
}

.drop_menu #NavWrap ul>li.search label {
	border-bottom: solid 1px #000;
}

.drop_menu #NavWrap li.category ul,
.drop_menu #NavWrap li.taste ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.drop_menu #NavWrap li.category ul li {
	width: 50%;
	text-align: center;
}

.drop_menu #NavWrap li.category ul li img {
	display: block;
	margin: 0 auto 5px;
	object-fit: contain;
}

.drop_menu #NavWrap ul li.brand li a span {
	text-align: center;
	font-size: 14px;
	font-family: 'Century Gothic';
}

.drop_menu #NavWrap li.taste ul li {
	width: 45%;
	text-align: center;
}

.drop_menu #NavWrap li.taste ul li a {
	border: solid 1px;
	border-radius: 8px;
	font-size: 14px;
	padding: 20px 5px;
	transition: background .4s, opacity .4s;
}

.drop_menu #NavWrap li.taste ul li a:hover {
	background: #E5E5E5;
}

.drop_menu #NavWrap ul.single {
	margin: 50px 0 25px;
}

.drop_menu #NavWrap ul.single>li {
	margin-bottom: 0;
}

.drop_menu #NavWrap ul.single>li a {
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.drop_menu #NavWrap ul.single>li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.drop_menu #NavWrap ul.sns {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}

.drop_menu #NavWrap ul.sns li {
	margin: 0 15px;
}

#headers .top_ser {
	width: auto;
	padding: 20px;
	right: 70px;
	top: 87px;
	background: rgba(255, 255, 255, 0.8);
}

#headers .top_ser .form--sys {
	margin: 0;
}

#headers .top_ser .form--sys label {
	margin-right: 10px;
	background: #fff;
	border: solid 1px #999;
}

#headers .top_ser .form--sys input[type="text"] {
	padding: 0 0.5em;
}

@media screen and (max-width: 980px) {
	#headers {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.drop_menu #switch:checked~label {
		right: 0;
	}

	.gnav {
		width: 54%;
	}

	.gnavarea .acticon li {
		margin-right: 15px;
		height: auto;
	}

	.icon--top_search {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	#headers {
		padding: 0;
	}

	.gnavarea {
		width: 100%;
		padding: 15px 15px 12px;
		background: none;
	}

	.gnavarea .acticon {
		display: flex;
		align-items: center;
	}

	.drop_menu #switch~label {
		top: 0;
		padding: 15px 0;
		height: 50px;
		width: 50px;
	}

	.drop_menu #switch~label span {
		margin-top: -2px;
	}

	.drop_menu #switch~label img {
		display: none;
	}

	.drop_menu #switch:checked~label {
		right: 10px;
	}

	.drop_menu #switch:checked~label span {
		margin-top: 0px;
	}

	.drop_menu #switch:checked~label span:before,
	.drop_menu #switch:checked~label span:after {
		background: #fff;
	}

	.drop_menu #NavWrap {
		right: -100%;
		width: 100%;
	}

	.drop_menu #switch~label+#NavWrap,
	.drop_menu #switch:checked~label+#NavWrap {
		top: 0;
		transition: right .2s, visibility .2s;
		overflow: hidden;
		background: none;
	}

	.drop_menu #NavWrap .Nav_inner {
		overflow: auto;
	}

	.is_pcac #headers .gnavarea {
		background: #fff;
	}

	#headers .top_ser {
		top: 50px;
		right: 0;
		padding: 15px;
	}

	.drop_menu #NavWrap .Nav_inner {
		background: rgba(0, 0, 0, 0.5);
		padding: 0;
		margin-top: 50px;
		height: calc(100vh - 50px);
	}

	.drop_menu #NavWrap .Nav_inner>* {
		background: #fff;
		padding: 0 25px;
	}

	.drop_menu #NavWrap .Nav_inner>.accordion {
		padding: 25px 25px 15px;
		margin: 0;
	}

	.drop_menu #NavWrap .Nav_inner>.single {
		padding: 0 25px;
		margin: 0;
	}

	.gnavarea .acticon li img.pconly {
		display: none;
	}

	.drop_menu #NavWrap .sp_h_menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		text-align: right;
		padding: 15px 60px 10px 15px;
		height: 50px;
		z-index: 999;
		background: #121212;
		opacity: 0;
		transition: opacity .4s;
	}

	.drop_menu #switch:checked~label+#NavWrap .sp_h_menu {
		opacity: 1;
	}

	.drop_menu #NavWrap .sp_h_menu a {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		opacity: 0;
		transition: opacity .2s .2s;
	}

	.drop_menu #NavWrap .sp_h_menu a+a {
		margin-left: 15px;
	}

	.drop_menu #switch:checked~label+#NavWrap .sp_h_menu a {
		opacity: 1;
	}

	.drop_menu #switch~label:before {
		display: none;
	}
}

.fs-l-pageMain {
	max-width: 100%;
}

.slider_top {
	z-index: 1;
}

.inic_maincp {
	z-index: 50;
	opacity: 1;
}

.main__mv,
.main__mv02,
.main__mv03 {
	z-index: 10;
}

.copy_wrap {
	text-align: center;
	color: #fff;
}

.copy_wrap br,
.copy_wrap .btn_style {
	display: none;
}

.news_section .side_col {
	display: flex;
	max-width: 830px;
	margin: 0 auto 45px;
	justify-content: space-between;
}

.news_section .side_col .col_head {
	width: 110px;
	font-family: minion-pro, serif;
	font-style: normal;
	font-weight: 400;
}

.news_section .side_col .col_body {
	width: 696px;
}

.page-template-news {
	width: auto;
	max-width: 696px;
	display: block;
}

.page-template-news ul.news {
	width: auto;
	margin-bottom: 0;
}

.page-template-news .news--a {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: opacity .3s;
}

.news_section .side_col .col_body .btn_style {
	margin-top: 30px;
}

.news_section .side_col .col_body .btn_style a {
	margin-right: 0;
	margin-left: auto;
}

.btn_style {
	text-align: center
}

.btn_style a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 170px;
	font-size: 14px;
	border: solid 1px #000;
	background: #000;
	color: #fff;
	border-radius: 30px;
	padding: 8px;
	margin: auto;
}

.btn_style.w_btn a {
	background: #fff;
	color: #000;
}

.w_btn {}

.ttl {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.ttl span {
	display: block;
	margin: 5px auto 0;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.gr_btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 832px;
	margin: 0 auto 90px;
}

.gr_btns a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	height: 90px;
	border-radius: 10px;
	justify-content: center;
	background: #A0CBC1;
	color: #fff;
}

.gr_btns a img {
	display: inline-block;
	vertical-align: middle;
}

.gr_btns a p {
	margin-top: 5px;
}

.gr_btns a p span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	color: #000;
}

.gr_btns a:nth-child(2n) {
	margin-left: 30px;
}

.gr_btns a:nth-child(n+3) {
	margin-top: 30px;
}

a.page_link {
	display: block;
	padding-top: 85px;
	margin-top: -85px;
	position: relative;
	z-index: -1;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.news_section .side_col {
		max-width: 95%;
	}

	.gr_btns {
		max-width: 95%;
	}

	.gr_btns a {
		max-width: calc(50% - 15px);
	}
}

@media screen and (max-width: 767px) {
	a.page_link {
		padding-top: 50px;
		margin-top: -50px;
	}

	.copy_wrap br {
		display: block;
	}

	.copy_wrap .btn_style {
		display: block;
		margin-top: 30px;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	}

	.copy_wrap .btn_style a {
		margin: auto;
		border: solid 1px #fff;
		color: #fff;
		background: rgb(43 42 42 / 75%);
	}

	.copy_wrap .btn_style1 a {
    margin: auto;
    border: solid 3px #fdfdfd;
    color: #fffdfd;
    background: rgb(255 235 126 / 47%);
		}

	.copy_wrap .btn_style2 a {
    margin: auto;
    border: solid 3px #fdfdfd;
    color: #fffdfd;
    background: rgb(255 126 126 / 47%);
			}
			
			
	.news_section .side_col {
		margin: 0 5% 75px;
		display: block;
	}

	.news_section .side_col .col_head,
	.news_section .side_col .col_body {
		width: auto;
	}

	.news_section .side_col .col_body .btn_style a {
		margin: 0 auto;
	}

	.news_section .side_col .col_body iframe {
		height: 214px;
	}

	.page-template-news .news--a {
		padding: 15px 0;
		display: block;
		font-size: 1.3rem;
	}

	.gr_btns {
		margin: 0 5% 75px;
		display: block;
	}

	.gr_btns a {
		display: flex;
		width: auto;
		height: 90px;
		border-radius: 10px;
	}

	.gr_btns a:nth-child(2n),
	.gr_btns a:nth-child(n+3) {
		margin: 0;
	}

	.gr_btns a:nth-child(n+2) {
		margin-top: 25px;
	}

	.gr_btns a>img {
		display: none;
	}

}

.slide_wrap .fs-c-button--carousel--next::before,
.slide_wrap .fs-c-button--carousel--prev::before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #000000;
}

.slide_wrap .fs-c-button--carousel--prev::before {
	border-style: solid;
	border-width: 10px 13px 10px 0;
	border-color: transparent #000000 transparent transparent;
}

.cate_cols {
	max-width: 832px;
	margin: 0 auto 90px;
	display: flex;
	flex-wrap: wrap;
}

.cate_cols a {
	display: block;
	width: 260px;
	margin-right: 25px;
	text-align: center;
	font-size: 13px
}

.cate_cols a:nth-child(3n) {
	margin-right: 0;
}

.cate_cols a:nth-child(n+4) {
	margin-top: 25px;
}

.pickbanners {
	max-width: 832px;
	margin: 0 auto 90px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pickbanners>div {
	width: 400px;
	display: flex;
	flex-wrap: wrap;
}

.pickbanners>div {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}

.pickbanners>div a.wraps {
	margin-top: 30px;
}

.pickbanners>div a.wraps:last-child {
	margin-left: 30px;
	margin-bottom: 10px;
}

.pickbanners>div a img {
	display: block;
}

.pickbanners>div a span {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 842px) and (min-width: 768px) {
	.cate_cols {
		max-width: 95%;
	}

	.cate_cols a {
		max-width: calc(33% - 15px);
	}

	.pickbanners {
		max-width: 95%;
	}

	.pickbanners>div {
		max-width: calc(50% - 15px);
	}

	.pickbanners>div a.wraps {
		max-width: calc(50% - 15px);
	}
}

@media screen and (max-width: 767px) {
	.new_slider .ttl {
		margin-bottom: 15px;
	}

	.slide_wrap {
		margin-bottom: 45px;
	}

	.cate_cols {
		margin: 0 5% 45px;
	}

	.cate_cols a,
	.cate_cols a:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		padding-bottom: 10px;
	}

	.cate_cols a:nth-child(2n) {
		margin-right: 0;
	}

	.cate_cols a:nth-child(n+3) {
		margin-top: 2%;
	}

	.cate_cols a img {
		height: auto;
	}

	.cate_cols a p {
		margin: 0;
		padding: 0;
	}

	.pickbanners {
		margin: 0 5% 75px;
		display: block;
	}

	.pickbanners>div {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.pickbanners>div+div {
		margin-top: 20px;
	}

	.pickbanners>a img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.pickbanners>div a.wraps {
		margin-top: 0;
		font-size: 12px;
		width: 48%;
	}

	.pickbanners>div a.wraps:last-child {
		margin-left: 4%;
	}

	.pickbanners>div a img {
		width: 100%;
		height: auto;
	}
}

.minion {
	font-family: minion-pro, serif;
	font-style: normal;
	font-weight: 600;
}

.logo_f-inic,
.logo_f-peanuts,
.logo_f-kukku,
.logo_f-kippis,
.logo_f-factory,
.logo_f-juicy {
	width: auto;
	font-size: 21px;
	font-weight: bold;
}

.barand_section .btn_style {
	margin-top: 30px
}

.barand_section .btn_style a {
	background: #000;
	color: #fff;
	width: 120px;
	padding: 5px;
	font-size: 11px;
	margin-left: 0;

}

.barand_section section[class^="belt"] {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.barand_section .brand__in {}

.barand_section .brand__stxt,
.barand_section .brand__stxt--re {
	width: 50%;
}

.barand_section .brand__item,
.barand_section .brand__item--re {
	min-width: 50vw;
}

.barand_section .brand__item {
	left: auto;
	right: 50%;
}

.barand_section .brand__item--re {
	left: 50%;
	right: auto;
}

.barand_section .brand__stxt {
	padding-left: 10%
}

.barand_section .brand__stxt--re {
	padding-right: 10%
}

.topics__area {
	margin: 100px 0 120px;
}

@media screen and (max-width: 767px) {
	.barand_section .ttl {
		margin-bottom: 0;
	}

	.barand_section .btn_style {
		margin: auto;
		text-align: center;
		position: absolute;
		bottom: 15px;
		top: auto;
		left: 0;
		right: 0;
	}

	.barand_section .btn_style a {
		margin: auto;
	}

	.barand_section section[class^="belt"] {
		position: relative;
		padding-bottom: 76%;
	}

	.barand_section .brand__in {
		transform: none;
		padding-bottom: 15px;
	}

	.barand_section .brand__stxt,
	.barand_section .brand__stxt--re {
		width: auto;
	}

	.barand_section .brand__item,
	.barand_section .brand__item--re {
		min-width: 0;
		transform: none;
		position: absolute;
		left: auto;
		right: auto;
		bottom: 0;
	}

	.barand_section .brand__stxt {
		padding-left: 0;
	}

	.barand_section .brand__stxt--re {
		padding-right: 0;
	}

	.topics__area {
		margin: 75px 0;
	}
}

.base__area .category_section {
	max-width: 832px;
	margin: 0 auto;
}

.ttl_sub {
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}

.ttl_sub:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.ttl_sub span {
	display: inline-block;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.ttl_sub b {
	display: none;
}

.under_category {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 90px;
}

.under_category li {
	width: 15%;
}

.under_category li a {
	display: block;
	text-align: center;
}

.under_category li a>* {
	display: block;
	margin: auto;
}

.under_category li a>span {
	font-size: 13px;
	margin-top: 10px;
}

.under_taste {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 732px;
	margin: 0 auto 90px;
}

.under_taste li {
	width: 156px;
	margin-right: 36px;
}

.under_taste li:nth-child(4n) {
	margin-right: 0;
}

.under_taste li:nth-child(n+5) {
	margin-top: 36px;
}

.under_taste li a {
	display: block;
	text-align: center;
	border: solid 1px;
	border-radius: 8px;
	padding: 15px 5px;
	transition: background .3s, opacity .3s;
}

.under_taste li a:hover {
	background: #E5E5E5;
}

.under_beans {
	display: flex;
	flex-wrap: wrap;
	max-width: 732px;
	margin: 0 auto 90px;
}

.under_beans li {
	width: 25%;
}

.under_beans li a {
	display: block;
	text-align: center;
}

.under_beans li a img {
	display: block;
	margin: auto;
}

.under_beans li a p {
	font-size: 11px;
}

.under_beans li:nth-child(n+5) {
	margin-top: 50px;
}

.banners_section {
	margin: 0 auto 90px;
}

.banners_section a {
	display: block;
	max-width: 730px;
	margin: 0 auto;
}

.banners_section a+a {
	margin-top: 65px;
}

.slider_inic {
	animation: fedein2 0s 4s forwards;
}

@keyframes fedein2 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.inic_logo {
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	opacity: 0;
	animation: fedein1 6.0s 1000ms forwards;
}

@keyframes fedein1 {
	0% {
		opacity: 0;
	}

	10.83% {
		opacity: 0;
	}

	33.33% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.inic_logo img {
	width: 88px;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	transition: none;
}

.cate__inic--mcp,
.cate__inic--mcp2,
.cate__inic--mcp3,
.cate__inic--mcp4,
.cate__inic--mcp5 {
	margin: 250px 25px 25px;
}

.cate__inic--mcp {
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
}

.inic__mv {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.inic__mv02 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
	opacity: 0;
}

.inic__mv03 {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
	opacity: 0;
}

.inic__mv04 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.inic__mv--bg {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.inic__mv--bg2 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.inic__mv--bg3 {
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}

.inic__mv--bg4 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.inic__mv--bg,
.inic__mv--bg2,
.inic__mv--bg3,
.inic__mv--bg4 {
	-webkit-animation-name: inic_bgopacity;
	animation-name: inic_bgopacity;
}

@-webkit-keyframes inic_bgopacity {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	66% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes inic_bgopacity {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	66% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media screen and (max-width: 842px) and (min-width: 768px) {
	.under_taste li {
		max-width: calc(25% - 27px);

	}
}

@media screen and (max-width: 767px) {
	.slider_inic .copy_wrap {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		z-index: 5;
		transform: translateY(100%);
	}

	.inic_logo {
		top: 50%;
		transform: translateY(-150%);
		/* animation:fedein1 6.0s 1.0s forwards; */
	}

	.inic_logo a {
		display: inline-block;
		transition: none;
	}

	.slider_inic .copy_wrap {
		opacity: 0;
		animation: fedein1 6.0s 1000ms forwards;
	}

	.cate__inic--mcp {
		-webkit-transition: all 2100ms;
		transition: all 2100ms;
	}

	.ttl_sub {
		margin-bottom: 30px;
		background: #999999;
		border-radius: 8px;
		position: relative;
		padding: 15px 0 15px;
		cursor: pointer;
		transition: background .4s;
	}

	.ttl_sub b {
		color: #fff;
		display: block;
		font-weight: normal;
		font-size: 18px;
		font-family: minion-pro, serif;
		font-style: normal;
		font-weight: 400;
	}

	.ttl_sub:before {
		display: none;
	}

	.ttl_sub:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5.5px 0 5.5px;
		border-color: #000000 transparent transparent transparent;
		position: absolute;
		right: 15px;
		bottom: 15px;
	}

	.ttl_sub.opened {
		background: #BFBFBF;
	}

	.ttl_sub.opened:after {
		transform: scale(-1);
	}

	.ttl_sub span {
		background: none;
		font-size: 15px;
		padding: 5px 0 0;
	}

	.under_category {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.under_category li {
		width: 50%;
	}

	.under_category li:nth-child(n+3) {
		margin-top: 35px;
	}

	.under_category li a>span {
		margin-top: 5px;
	}

	.under_taste {
		margin: 0 auto 50px;
	}

	.under_taste li {
		width: 46%;
		margin-right: 8%;
	}

	.under_taste li:nth-child(2n) {
		margin-right: 0;
	}

	.under_taste li:nth-child(n+3) {
		margin-top: 8%;
	}

	.under_beans {
		margin: 0 auto 75px;
		display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px 5px;
	}

	.under_beans li {
		width: auto;
		text-align: center;
	}

	.under_beans li:nth-child(n+2) {
		margin-top: 0;
	}

	.under_beans li a {
		display: inline-block;
	}

	.banners_section {
		margin: 0 auto 50px;
	}

	.banners_section a+a {
		margin-top: 30px;
	}

	.inic_logo img {
		width: 73px;
	}

	.cate__inic--mcp,
	.cate__inic--mcp2,
	.cate__inic--mcp3,
	.cate__inic--mcp4,
	.cate__inic--mcp5 {
		margin: 0;
	}
}

.single_mv {
	margin-bottom: 45px;
}

.single_mv img {
	width: 100%;
	height: auto;
}

.search_menu {
	border: solid 1px #000;
	padding: 45px 100px;
	margin-bottom: 90px;
}

.search_menu h3 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	font-family: minion-pro, serif;
}

.search_menu ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.search_menu ul li {
	width: 20%;
}

.search_menu ul li:nth-child(n+6) {
	margin-top: 30px;
}

.search_menu form label {
	display: inline-block;
	cursor: pointer;
}

.search_menu form label span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.search_menu form label span:before,
.search_menu form label span:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff;
	border: solid 1px #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: background .4s, opacity .4s;
}

.search_menu form label input[type="checkbox"]+span:after {
	border: none;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 9px;
	height: 6px;
	top: 2px;
	left: 2px;
	transform: rotate(135deg);
	background: none;
	opacity: 0;
}

.search_menu form label input[type="checkbox"]:checked+span:before {
	background: #000;
}

.search_menu form label input[type="checkbox"]:checked+span:after {
	opacity: 1;
}

.search_menu form label input[type="radio"]+span:before {
	border-radius: 50%;
	width: 14px;
	height: 14px;
}

.search_menu form label input[type="radio"]+span:after {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #000;
	top: 3px;
	left: 3px;
	opacity: 0;
}

.search_menu form label input[type="radio"]:checked+span:after {
	opacity: 1;
}

.search_menu form input[type="checkbox"],
.search_menu form input[type="radio"] {
	display: none;
}

.search_menu form .btns_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.search_menu form button {
	appearance: none;
	border: 1px solid #000;
	background: #000;
	width: 330px;
	color: #fff;
	padding: 10px;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	transition: opacity .4s;
}

.search_menu form button:hover {
	opacity: 0.7;
}

.search_menu form button[type="reset"] {
	background: #eee;
	color: #000;
}

.search_menu form .btns_wrap button {
	margin: 0 15px;
}

@media screen and (max-width: 767px) {
	.search_menu {
		padding: 20px 15px;
		margin-bottom: 50px;
	}

	.search_menu h3 {
		font-weight: bold;
		font-size: 18px;
		color: #000;
		margin-bottom: 20px;
	}

	.search_menu ul {
		margin-bottom: 50px;
	}

	.search_menu ul li {
		width: 50%;
	}

	.search_menu ul li:nth-child(n+3) {
		margin-top: 15px;
	}

	.search_menu form label {
		font-size: 14px;
	}

	.search_menu form label span {
		padding-left: 20px;
	}

	.search_menu form button {
		width: 250px;
		padding: 10px 5px;
	}

	.search_menu form .btns_wrap button {
		margin: 5px;
	}
}

.lead_section {
	text-align: center;
	margin-bottom: 80px;
}

.lead_section .l_tit {
	margin: 0 0 50px;
	padding: 0;
	font-size: 26px;
}

.lead_section .text {
	line-height: 1.8;
}

.under_price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 90px;
}

.under_price li {
	width: 25%;
	text-align: center;
}

.under_price li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
}

.under_price li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #000000;
}

.under_set,
.under_scene {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 90px;
}

.under_set li {
	width: 33%;
	text-align: center;
}

.under_set a>* {
	display: inline-block;
	vertical-align: middle;
}

.under_set a>span {
	margin-left: 10px;
	font-size: 17px;
	font-weight: 400;
}

.under_scene {
	display: flex;
	flex-wrap: wrap;
	max-width: 732px;
	margin: 0 auto 90px;
}

.under_scene li {
	width: 31%;
	margin-right: 3%;
}

.under_scene li:nth-child(3n) {
	margin-right: 0;
}

.under_scene li:nth-child(n+4) {
	margin-top: 3%;
}

.under_scene li a {
	display: block;
	text-align: center;
	border: solid 1px;
	border-radius: 8px;
	padding: 15px 5px;
	font-size: 17px;
	font-weight: 400;
	transition: background .3s, opacity .3s;
}

.under_scene li a:hover {
	background: #E5E5E5;
}

.under_brand {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 120px;
	justify-content: center;
}

.under_brand li {
	width: 20%;
	text-align: center;
}

.under_brand li span {
	display: none;
}

.caution_area {
	max-width: 832px;
	margin: 50px auto 50px;
	text-align: center;
}

.caution_area h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16.5px;
	border-bottom: solid 1px #000;
}

.caution_area p {
	font-size: 10px;
}

.caution_area p br {
	display: none;
}

.under_wraps {
	display: flex;
	flex-wrap: wrap;
	max-width: 675px;
	margin: 0 auto 90px;
	justify-content: center;
}

.under_wraps li {
	width: 25%;
	text-align: center;
}

.under_wraps li a>* {
	display: block;
	margin: auto;
}

.under_wraps li a>span {
	margin-top: 10px;
	font-size: 13px;
}

.gift_column_section .ttl {
	margin-bottom: 50px;
}

.gift_column_section .ttl span {
	font-size: 19px;
	font-weight: 500;
}

.gift_column_section .ttl img {
	transform: translate(-75%, 66%)
}

.gift_column_section .banners_wrap {
	display: flex;
	max-width: 832px;
	margin: 0 auto;
	justify-content: space-between;
}

.gift_column_section .banners_wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	overflow: hidden;
	border: solid 2px #A0DBD0;
}

.gift_column_section .banners_wrap a picture {
	width: 160px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.gift_column_section .banners_wrap a img {
	max-width: initial;
	width: auto;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}

.gift_column_section .banners_wrap a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.lead_section {
		margin-bottom: 50px;
	}

	.lead_section .l_tit {
		margin: 0 0 30px;
		padding: 0;
		font-size: 22px;
	}

	.lead_section .text {
		font-size: 13px;
	}

	.under_price {
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}

	.under_price li {
		width: auto;
	}

	.under_price li:nth-child(n+2) {
		margin-top: 30px;
	}

	.under_set {
		display: block;
		margin: 0 auto 50px;
	}

	.under_set li {
		width: auto;
	}

	.under_set li:nth-child(n+2) {
		margin-top: 30px;
	}

	.under_scene {
		margin: 0 auto 50px;
	}

	.under_scene li,
	.under_scene li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}

	.under_scene li:nth-child(2n) {
		margin-right: 0;
	}

	.under_scene li:nth-child(n+3) {
		margin-top: 3%;
	}

	.under_brand {
		display: block;
		margin: 0 auto 50px;
	}

	.under_brand li {
		width: auto;
	}

	.under_brand li:nth-child(n+2) {
		margin-top: 25px;
	}

	.under_brand li a img {
		display: none;
	}

	.under_brand li a span {
		display: block;
		font-family: 'Century Gothic';
	}

	.wrap_section {
		margin-top: 75px;
	}

	.caution_area {
		margin: 30px auto 30px;
	}

	.caution_area h3 {
		font-size: 16px;
	}

	.caution_area p {
		font-size: 11px;
	}

	.caution_area p br {
		display: block;
	}

	.under_wraps {
		max-width: 100%;
		margin: 0 auto 90px;
	}

	.under_wraps li {
		width: 50%;
	}

	.under_wraps li a {
		display: inline-block;
	}

	.under_wraps li:nth-child(n+3) {
		margin-top: 20px;
	}

	.gift_column_section .ttl {
		margin-bottom: 30px;
	}

	.gift_column_section .banners_wrap {
		max-width: 100%;
		display: block;
	}

	.gift_column_section .banners_wrap a {
		display: block;
		width: auto;
		margin-bottom: 20px;
		border: none;
		border-radius: 0;
	}

	.gift_column_section .banners_wrap a picture {
		width: auto;
		border: solid 2px #A0DBD0;
		height: auto;
		border-radius: 0;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.gift_column_section .banners_wrap a img {
		max-width: 100%;
		width: auto;
		height: auto;
		position: static;
		transform: none;
		margin: auto;
	}

	.gift_column_section .banners_wrap a span {
		width: auto;
	}
}

@media screen and (max-width: 460px) {
	.lead_section .l_tit {
		font-size: 5.25vw;
	}

	.lead_section .text {
		font-size: 3.05vw;
		letter-spacing: -0.03em;
	}
}

.number .slick-track .slick-slide {
	counter-increment: rank;
	position: relative;
	overflow: hidden;
}

.number .slick-track .slick-slide::before {
	content: "";
	background-color: #000;
	display: block;
	width: 100%;
	height: 3.5rem;
	transform: rotate(-45deg);
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 1;
}

.number .slick-track .slick-slide::after {
	content: counter(rank);
	color: white;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	width: 1.5em;
	position: absolute;
	left: .2em;
	top: .2em;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.number .slick-track .slick-slide::before {
		height: 2.5rem;
	}

	.number .slick-track .slick-slide::after {
		width: 1.5em;
		left: .2em;
		top: .2em;
		font-size: 1rem
	}
}

.footer_logo {
	display: block;
	text-align: center;
	font-size: 0;
	max-width: 1000px;
}

.footer_logo .footer_logo--list {
	display: inline-block;
	margin: 0 25px;
	width: auto;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.footer_logo {
		display: block;
		text-align: center;
		font-size: 0;
	}

	.footer_logo .footer_logo--list {
		display: inline-block;
		margin: 0 0;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
	}

	.footer_logo .footer_logo--list a {
		display: inline-block;
		vertical-align: middle;
	}

	.footer_logo .footer_logo--list:nth-child(n+3) {
		margin-top: 20px;
	}
}

#mode_search .search_menu {
	display: none;
}

#mode_search .base__area {
	margin-bottom: 0;
}

#mode_search .search_section {
	max-width: 1200px;
	margin: 0 auto;
}

#mode_search .search_section .ttl {
	margin-bottom: 20px;
	background: #999999;
	border-radius: 8px;
	position: relative;
	padding: 15px 0 30px;
	cursor: pointer;
	transition: background .4s;
}

#mode_search .search_section .ttl:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 10px;
}

#mode_search .search_section .ttl.opened:after {
	transform: scale(-1);
}

#mode_search .search_section .ttl b {
	color: #fff;
	font-family: minion-pro, serif;
}

@media screen and (max-width: 768px) {
	#mode_search .search_section .ttl {
		padding: 15px 0 15px;
	}

	#mode_search .search_section .ttl:after {
		right: 15px;
		left: auto;
		border-width: 8px 5.5px 0 5.5px;
	}
}

#footers {
	color: #fff;
	padding: 50px 5%;
}

#footers .foot_ttl {
	font-size: 2rem;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #555;
	font-weight: 400;
}

#footers .footer_logo {
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 0 0 50px;
}

#footers .footer_logo .footer_logo--list {
	margin: 0;
}

#footers .footer_logo--list.logo_moomin img {
	width: 88px;
}

#footers .foot_menu_wrap {
	margin: 0 auto;
	color: #fff;
}

#footers .foot_menu_wrap a {
	color: #fff;
}

#footers .foot_menu_wrap {
	display: flex;
	justify-content: space-between;
	font-size: 1.45rem;
	margin-bottom: 20px;
	font-weight: 500;
}

#footers .foot_menu_wrap .left_area {
	width: 70%;
}

#footers .foot_menu_wrap .right_area {
	width: 25%;
}

#footers .foot_menu_wrap .coffee_cate,
#footers .foot_menu_wrap .single_cate {
	display: flex;
	justify-content: space-between;
	position: relative;
}

#footers .foot_menu_wrap .coffee_cate>dl,
#footers .foot_menu_wrap .left_area .single_cate {
	width: 50%;
}

#footers .foot_menu_wrap .coffee_cate>dl dt {
	padding: 0 20px;
}

#footers .foot_menu_wrap .coffee_cate>dl dd,
#footers .foot_menu_wrap .left_area .single_cate {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

#footers .foot_menu_wrap .coffee_cate>dl dd .wrap,
#footers .foot_menu_wrap .left_area .single_cate .wrap {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#footers .foot_menu_wrap .coffee_cate>dl dd ul,
#footers .foot_menu_wrap .left_area .single_cate ul {
	display: flex;
	flex-direction: column;
}

#footers .foot_menu_wrap ul li {
	margin-bottom: 0.65em;
}

#footers .foot_menu_wrap .coffee_cate>dl dd .wrap:before,
#footers .foot_menu_wrap .left_area .single_cate .wrap:after {
	content: "";
	display: none;
	width: 1px;
	background: #555;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#footers .foot_menu_wrap .coffee_cate>dl dd .wrap:first-child:before {
	display: none;
}

#footers .foot_menu_wrap dd li {
	position: relative;
	padding-left: 12px;
}

#footers .foot_menu_wrap dd li:before {
	content: "";
	display: block;
	width: 5px;
	height: 2px;
	background: #555;
	position: absolute;
	top: 6px;
	left: 0;
	margin: auto;
}

#footers .foot_menu_wrap .right_area ul li {
	padding-left: 20px;
}

#footers .foot_menu_wrap .sp_accordion>dl dt {
	margin-bottom: 0.65em;
}

#footers .foot_menu_wrap .sp_accordion>dl dt i {
	display: none;
}

#footers .foot_menu_wrap .sp_accordion dd {
	font-weight: 400;
	font-size: 1.375rem;
	margin-left: 40px;
}

#footers .foot_menu_wrap .sp_accordion dd ul li {
	margin-bottom: 0.6em;
	line-height: 1.3;
}

#footers .foot_menu_wrap .right_area .wrap+.wrap {
	margin-top: 20px;
}

.acticon .gnav--list.nav_guide img:first-child {
	margin-top: 4px;
	width: 17px;
	height: auto;
}

.acticon .gnav--list.nav_guide img.pconly {
	margin-top: 4px;
}

@media screen and (max-width: 1600px) {
	#footers .foot_menu_wrap .coffee_cate {
		justify-content: space-around;
	}

	#footers .foot_menu_wrap .coffee_cate>dl,
	#footers .foot_menu_wrap .left_area .single_cate {
		width: auto;
		flex-basis: 50%;
	}

	#footers .foot_menu_wrap .coffee_cate>dl dd .wrap,
	#footers .foot_menu_wrap .left_area .single_cate .wrap {
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
		display: block;
		flex-basis: 50%;
	}

	#footers .foot_menu_wrap .coffee_cate:before,
	#footers .foot_menu_wrap .left_area .single_cate:after {
		display: none;
	}

	#footers .foot_menu_wrap .coffee_cate>dl dd ul,
	#footers .foot_menu_wrap .left_area .single_cate ul {
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	#footers {
		padding: 50px 15px;
	}

	#footers .foot_menu_wrap {
		font-size: 1.275rem;
	}

	#footers .foot_menu_wrap {
		display: block;
	}

	#footers .foot_menu_wrap .left_area {
		width: 100%;
	}

	#footers .foot_menu_wrap .right_area {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	#footers .foot_menu_wrap .right_area .wrap {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	#footers .footer_logo {
		padding: 0 0 30px;
	}

	#footers .foot_menu_wrap {
		font-size: 1.2rem;
		letter-spacing: -0.03em;
		font-weight: 600;
	}

	#footers .footer_logo .footer_logo--list {
		margin-bottom: 15px;
	}

	#footers .footer_logo .footer_logo--list img {}

	#footers .foot_ttl {
		padding: 10px;
		margin-bottom: 30px;
	}

	#footers .foot_menu_wrap .coffee_cate {
		display: block;
		font-size: 0;
		padding: 0;
	}

	#footers .foot_menu_wrap .coffee_cate>dl,
	#footers .foot_menu_wrap .left_area .single_cate {
		display: inline;
		vertical-align: top;
		width: 50%;
		font-size: 1.125rem;
	}

	#footers .foot_menu_wrap .coffee_cate>dl {
		float: left;
		position: relative;
		z-index: 5;
		width: 45%;
		margin-right: 5%;
	}

	#footers .foot_menu_wrap .coffee_cate>dl dd {
		display: none;
		padding-left: 10px;
		padding-top: 10px
	}

	#footers .foot_menu_wrap .coffee_cate>dl dd .wrap:before,
	#footers .foot_menu_wrap .left_area .single_cate .wrap:after {
		display: none;
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt i {
		width: 1.5rem;
		height: 1.5rem;
		position: relative;
		cursor: pointer;
		display: block;
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt i:before,
	#footers .foot_menu_wrap .sp_accordion>dl dt i:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: transform .2s;
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt i:after {
		transform: rotate(90deg);
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt.opened i:before {
		transform: rotate(180deg);
	}

	#footers .foot_menu_wrap .sp_accordion>dl dt.opened i:after {
		transform: rotate(-180deg);
	}

	#footers .foot_menu_wrap .coffee_cate>dl dt {
		padding: 0 0 0 10px;
		font-size: 1.2rem;
		margin: 0;
	}

	#footers .foot_menu_wrap .sp_accordion>dl dd {
		display: none;
	}

	#footers .foot_menu_wrap .left_area .single_cate .wrap {
		padding: 0;
		display: inline;
		vertical-align: top;
	}

	#footers .foot_menu_wrap .left_area .single_cate .wrap>ul {
		font-size: 0;
		width: 100%;
		display: inline;
	}

	#footers .foot_menu_wrap .left_area .single_cate .wrap>ul>li {
		display: inline-block;
		width: 50%;
		font-size: 1.2rem;
		padding: 0 10px;
		vertical-align: top;
	}

	#footers .foot_menu_wrap .left_area .single_cate .wrap>ul>li.sp_accordion {
		width: 45%;
		margin-right: 5%;
		padding-right: 0;
	}

	#footers .foot_menu_wrap .coffee_cate>dl dd .wrap {
		padding: 0;
	}

	#footers .foot_menu_wrap .sp_accordion dd {
		margin-left: 20px;
	}

	#footers .foot_menu_wrap .sp_accordion dd ul li {
		margin-left: 0;
		font-size: 1.125rem;
	}

	#footers .foot_menu_wrap .coffee_cate li {
		padding-left: 0;
	}

	#footers .foot_menu_wrap .right_area ul li {
		padding-left: 10px;
	}

	#footers .foot_menu_wrap dd li:before {
		display: none;
	}

	#footers .foot_menu_wrap .right_area .wrap+.wrap {
		margin-top: 0;
	}

	#footers .foot_menu_wrap .right_area {
		margin-top: 30px;
	}

	.gnavarea .acticon {
		padding-right: 25px;
	}

	.icon--top_search {
		width: auto;
	}

	.gnavarea {
		padding: 13px 15px 13px;
	}

	.acticon .gnav--list.nav_guide {
		margin-right: 15px;
	}

	.acticon .gnav--list.nav_search {
		margin-right: 12px;
	}

	.acticon .gnav--list.nav_guide img:first-child {
		margin-top: 0
	}

	.acticon .gnav--list:first-child img {
		width: 16px;
		height: auto;
	}
}



/*============================================================
2023/11/30　多言語バー：ヘッダーに追加
============================================================*/
#nav_lang_controller {
	background-color: #231815;
	color: #fff;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	position: relative;
	z-index: 4;
}
#nav_lang_controller.nav_wp_lang_controller{
	margin-bottom:25px;
}

#nav_lang_controller ul {
	margin: 0px 5% 0px 5%;
	padding: 0px 10px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	color:#fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	font-size:14px;
	font-weight: normal;
}

#nav_lang_controller ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#nav_lang_controller ul li a{
	color: #fff;
	text-decoration: none;
}
#nav_lang_controller ul li img {
	width: auto;
	height: 14px;
	vertical-align: middle;
}

#nav_lang_controller ul li+li {
	margin-left: 15px;
}

#nav_lang_controller ul li div:first-child {
	cursor: pointer;
}

#nav_lang_controller ul li div+div {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: #fff;
	color: #231815;
	padding: 5px 10px;
	font-size: 16px;
	font-weight:normal;
	width: auto;
	text-align: center;
	border:solid 1px #ccc;
}

#nav_lang_controller ul li:last-child div+div {
	right: -10px;
	left: auto;
}

#nav_lang_controller ul li div a {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	color:#000;
}

#headers {
	top: 35px;
	transition: 0.5s;
}

#headers.scrolled {
	top: 0px;
	transition: 0.5s;
}
/*FS上書き*/
#_fs_main01{
	top:80px!important;
}
@media screen and (max-width: 980px) {
	#nav_lang_controller ul {
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	#nav_lang_controller ul li:last-child div+div {
		right: 0px;
		left: auto;
		position: fixed;
	}
	#_fs_main01{
		top:50px!important;
	}
}