@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/*全体
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*font-weight: normal;*/
	vertical-align: baseline;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	width: 100%;
	height: auto;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Muli', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 1px;
	font-size: 1.4rem;/* 14px */
	line-height: 1.8;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	vertical-align: bottom;
	width: 100%;
}
a {
	opacity: 1;
	transition: all .3s;
	color: #000;
	text-decoration: none;
}

/* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


#header {
	padding: 10px 0 0;
	overflow: hidden;
}
h1 {
	clear: both;
	width: 280px;
	margin: 20px auto 40px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1 a {
	display: block;
	width: 280px;
	height: 40px;
	background: url(../images/logo.svg) no-repeat center center;
	background-size: contain;
}
h1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
#season_title {
	font-family: 'Amiri', serif;
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.0rem;
}
#wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.flexbox {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.st {
	overflow: hidden;
}
/*
.nomal {
	margin: 0 auto;
	width: 55%;
	margin-bottom: 9%;
}

*/

/*--同サイズの横並び--*/
.box2, .box4, .box6, .box7, .box9 {
	display: flex;
	align-items: stretch;
	margin-bottom: 9%;
}
.box2 li:nth-child(1), .box4 li:nth-child(1), .box6 li:nth-child(1), .box7 li:nth-child(1), .box9 li:nth-child(1) {
	margin-right: 2%;
}
 @media screen and (max-width: 767px) {
.box2 li:nth-child(1), .box4 li:nth-child(1), .box6 li:nth-child(1), .box7 li:nth-child(1), .box9 li:nth-child(1) {
	margin-right: 0;
}
}
/*--左:小・右:大--*/
.box1, .box8 {
	display: flex;
	align-items: stretch;
	margin-bottom: 9%;
}
.box1 li, .box8 li {
	display: flex;
	flex-direction: column;
}
.box1 li:nth-child(1) {
	order: 1;
	flex-basis: 38%;
	margin-right: 2%;
	margin-top: auto;
}
.box1 li:nth-child(2) {
	order: 2;
	flex-basis: 60%;
	margin-top: auto;
}
.box8 li:nth-child(1) {
	order: 1;
	flex-basis: 45%;
	margin-right: 2%;
	margin-top: auto;
}
.box8 li:nth-child(2) {
	order: 2;
	flex-basis: 53%;
	margin-top: auto;
}
 @media screen and (max-width: 767px) {
.box1 li:nth-child(1), .box8 li:nth-child(1) {
	flex-basis: 100%;
	margin-right: 0;
	margin-top: auto;
}
.box1 li:nth-child(2) {
	order: 2;
	flex-basis: 100%;
}
.box8 li:nth-child(2) {
	order: 2;
	flex-basis: 100%;
}
}
/*--左:大・右:小--*/
.box3, .box5 {
	display: flex;
	align-items: stretch;
	margin-bottom: 9%;
}
.box3 li, .box5 li {
	display: flex;
	flex-direction: column;
}
.box3 li:nth-child(1) {
	order: 1;
	flex-basis: 60%;
	margin-right: 2%;
	margin-top: auto;
}
.box3 li:nth-child(2) {
	order: 2;
	flex-basis: 38%;
	margin-top: auto;
}
.box5 li:nth-child(1) {
	order: 1;
	flex-basis: 53%;
	margin-right: 2%;
	margin-top: auto;
}
.box5 li:nth-child(2) {
	order: 2;
	flex-basis: 45%;
	margin-top: auto;
}

 @media screen and (max-width: 767px) {

.box3 li:nth-child(1), .box5 li:nth-child(1) {
	flex-basis: 100%;
	margin-right: 0;
	margin-top: auto;
}

.box3 li:nth-child(2) {
	order: 2;
	flex-basis: 100%;
}
.box5 li:nth-child(2) {
	order: 2;
	flex-basis: 100%;
}
}

/*--ループスライド指定--*/
.adjust-box1, .adjust-box2, .adjust-box3 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
.ls01:before, .ls02:before, .ls03:before {
	content: "";
	display: block;
}
.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 2%;
}
/*--//ループスライド指定ここまで--*/



/*--シーズンタイトルの配置調整--*/
.ls01 {
	position: relative;
}
#s_title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	　z-index: 10;
}

/*--//シーズンタイトルの配置調整ここまで--*/


/* BUYボタン指定*/
ul.price {
	margin-top: 15px;
}
ul.price li {
	width: 100%;
	display: block;
	font-size: 1.1rem;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #eee;
}
ul.price li p {
}
ul.price li a {
	margin-top: -23px;
	float: right;
	text-align: right;
	padding: 0;
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 1px 6px 1px 6px;
	font-weight: 600;
 font-size: .9rem;
}
ul.price li a:hover {
	color: #fff;
	background: #666;
	padding: 1px 6px 1px 6px;
	font-weight: 600;
 font-size: .9rem;
	text-decoration: none;
	transition: all 1s cubic-bezier(.215, .61, .355, 1), 0.5s;
}

/*PC*/
@media screen and (min-width: 768px) {
ul.price li p br {
	display:none;
	}
}


/* SP ver */
@media screen and (max-width: 767px) {
.sp_none {
	display: none;
}
body {
	width: 100%;
	margin: 0 auto;
}
#head {
	width: 100%;
	padding: 0;
	margin: 0;
}
h2 {
	width: 50%;
	margin: 0 auto;
	padding: 60px 0;
}
h1 {
	clear: both;
	width: 200px;
	margin: 10px auto 10px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1 a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../images/logo.svg) no-repeat center center;
	background-size: contain;
}
h1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
#season_title {
	font-family: 'Amiri', serif;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 6px;
	font-size: 1.4rem;
}
#wrap {
	overflow: hidden;
	padding: 0 10px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 2.2;
	color: #000;
}
ul.st {
	margin-bottom: 15px;
}
.flexbox {
	flex-direction: column;
}
ul.price {
	margin-top: 8px;
	margin-bottom: 34px;
}
.nomal {
	width: 100%;
}
.slider {
	margin-bottom: 34px;
}
 @media screen and (max-width: 767px) {
 .box7 li:nth-child(1) {
 margin-bottom:20px;
}
}
}
/* ----------------------------------------------------------
Online Store
---------------------------------------------------------- */
#bnum {
	margin: 0 auto;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	margin-bottom: 30px;
}
#bnum p {
	font-size: 1.8rem;
	font-weight: 700;
}
#bnum ul li {
	width: 100%;
	margin-top: 15px;
}
#bnum ul li span {
	background: #000;
	color: #fff;
	padding: 4px 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 1.0rem;/* 10px */
	font-weight: bold;
}
#bnum ul li a {
	font-size: 1.2rem;
	border-bottom: 1px dotted #666;
}
#bnum ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	border-bottom: none;
}
#online_store_btn a {
	width: 80%;
	display: block;
	margin: 20px auto 60px;
	font-size: 0.9em;
	font-weight: 600;
	border: 2px solid #000;
	padding: 14px 0;
}
#online_store_btn .hvr-sweep-to-top:before {
	background: #000;
}


/*PC*/
@media screen and (min-width: 768px) {
#bnum {
	width:100%;
	border:none;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 1px;
	padding: 50px 20px;
}
#bnum p {
	text-align: left;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
#bnum ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bnum ul li {
	width: 250px;
	margin-bottom: 40px;
}
#bnum ul li a {
	display: inline-block;
	font-size: 1.2rem;
	border-bottom: 1px dotted #666;
}
#bnum ul li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	border-bottom: none;
}
#bnum ul li span {
	background: #000;
	color: #fff;
	padding: 6px 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 1.0rem;/* 10px */
	font-weight: bold;
}
#online_store_btn a {
	display: block;
	margin: 60px auto;
	font-size: 1.4em;
	border: 2px solid #000;
	padding: 20px 0;
}
#online_store_btn .hvr-sweep-to-top:before {
	background: #000;
}
}
/*
Button (sp)
-------------- */
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* ----------------------------------------------------------
Footer
---------------------------------------------------------- */

/*--------page top-----*/
#page-top {
	position: fixed;
	bottom: 18px;
	right: 8px;
 font-size: .9rem;
}
#page-top a {
	background: #222;
	text-decoration: none;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 6px 0 0 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}
footer {
	background-color: #000;
	color: #fff;
	font-size: 0.625em;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	padding: 12px;
}


/*PC*/
 @media screen and (min-width: 768px) {
footer {
	background: #000;
	color: #fff;
	padding: 20px 0;
}
}
