@charset "UTF-8";
/* ==================== reset ==================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-style: normal;
	line-height: 1.8em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* ==================== body ==================== */
body {
	background-color: #FFF;
	color: #333;
	font-family: "Noto Sans Japanese";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	font-size: 17px;
	font-weight: 300;
	position: relative;
}
@media screen and (max-width: 767px) {
body {
	font-size: 14px;
}
}
/* ==================== .clearfix ==================== */
.clearfix, .two {
	min-height: 1px;
}
.clearfix:after, .two:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* ==================== font ==================== */
h1, h2, h3, h4, h5, h6 {
	color: #40210F;
	font-weight: 100;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.8rem;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.0rem;
}
article p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: 700;
}
small {
	font-size: smaller;
}
ol, ul {
	list-style-position: inside;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.eng {
	font-family: 'Roboto Condensed', sans-serif  !important;
}
.mw100 {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
.sp-none {
	display: none;
}
}
.mb-3em {
	margin-bottom: 3.0em;
}
/* ==================== img ==================== */
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ==================== iframe ==================== */
iframe {
	max-width: 100%;
}
/* ==================== a ==================== */
a {
	color: #F9C251;
}
a:hover {
	opacity: .5;
	transition: .8s;
}
a.button {
	background-color: #F9C251;
	border-radius: 50px;
	color: #333;
	display: block;
	font-weight: 500;
	line-height: 1.4em;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 240px;
}
/* ==================== list ==================== */
.two {
	list-style: none;
}
.two > * {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}
/* ==================== .two ==================== */
.two > * {
	width: 48%;
}
.two > *:nth-child(odd) {
	clear: both;
}

@media screen and (max-width: 767px) {
.two > * {
	clear: both;
	float: none; /* reset */
	width: 100%;
}
}
.two > *:nth-child(even) {
	margin-right: 0; /* reset */
}
/* ==================== header ==================== */
header {
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
	padding: 60px 0;
}
header div {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	width: 1080px;
}
header div > * {
	width: 44.44%;
}
@media screen and (max-width: 767px) {
header div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
header div > * {
	width: 100%;
}
}
/* ==================== notice ==================== */
.notice {
	background-color: #F9C251;
	padding: 1.0em;
}
/* ==================== article ==================== */
article section {
	background-color: #F9F9F9;
	margin: 0 auto;
	padding: 60px 0;
}
article section:nth-child(even) {
	background-color: transparent; /* reset */
}
article section > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	width: 720px;
}
article section > h2, article section > h3 {
	text-align: center;
}
@media screen and (max-width: 767px) {
article section > h2, article section > h3 {
	text-align: left;
}
}
/* ==================== section.yellow ==================== */
article section.yellow {
	background-color: #F9C251;
}
article section.yellow + section.yellow {
	border-top: 1px solid rgba(0,0,0,.25);
}
/* ==================== section.black ==================== */
article section.black {
	background-color: #333;
}
article section.black h2, article section.black h3, article section.black h4, article section.black p {
	color: #EEE;
}
article section .product div {
	margin-bottom: 3.0em;
} 
article section .product div > * {
	margin-bottom: 0;
}
article section .product h3, article section .product h4 {
	color: #F9C251;
	font-size: 1.2rem;
}
article section .product p {
	color: #EEE;
}
article section .product .price span {
	font-size: 2.4rem;
}
/* ==================== footer ==================== */
footer {
	background-color: #444;
	padding: 60px 0;
}
footer > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	width: 720px;
}
footer h2, footer p {
	color: #EEE;
	text-align: center;
}
footer h2 {
	font-size: 1.2rem;
}
/* ==================== sns ==================== */
.sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin-bottom: 1.5em;
}
.sns > * {
	margin-right: 32px;
}
.sns > *:last-child {
	margin-right: 0;
}
/* ==================== lang ==================== */
.lang {
	background-color: #222;
	border-radius: 0.5em 0 0 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.lang a {
	display: inline-block;
	padding: 0.7em 1.0em;
}
/* ==================== swiper ==================== */
.swiper-container {
	height: auto;
	margin-bottom: 3.0em;
	max-width: 100%;
}
.swiper-pagination-bullet-active {
    background: #FFF;
}
