@charset "utf-8";
/*-----------
トップページCSS
-------*/

/* 基本設定
================================================ */

html { font-size : 62.5%; }
body {
	width:100%;
	color :#111;
	font-family:"Noto Sans JP" , "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	line-height:1.5;
	font-size:12px;
	font-size:1.2rem; /* =12px */	
	background-color:#FFF;
}
a {
	display: block;
	text-decoration: none !important;
	color:#000;
}
a:hover {
	text-decoration: none !important;
	color:#333;
}
a:visited {
	text-decoration: none !important;
	color:#000;
}
a:active {
	text-decoration: none !important;
	color:#333;
}

/* 属性リセット
================================================ */
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, a, 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, main, button, input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ol, ul, li { list-style:none; }
h1, h2 , h3 , h4 , h5 , h6 {font-weight:normal;}

/* 汎用スタイル
================================================ */
@media only screen and (min-width: 768px) {
.pcn {
	display:none !important;
}
}
@media only screen and (max-width: 767px) {
.spn {
	display:none !important;
}
}

/* toppage common
================================================ */
h1 {
	position: relative;
    top: 0;
    background: #f4f4f4;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
	margin:0 0 20px;
}
.fade-in {
	opacity: 0;
	transform: translate(0,60px);
}
.fade-on {
	opacity: 1.0;
	transform: translate(0,0);
	transition-duration: .3s;
}

/* top page
================================================ */
#toppage {
	font-size:14px;
	font-size:1.4rem;
}
#toppage #main section {
	margin-bottom: 30px;
	clear: both;
}
#toppage .wrap {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
/* h2 */
#toppage h2 {
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
	letter-spacing:1px;
	line-height: 1.2;
    margin: 0 0 30px;
}
#toppage h2 span {
	font-size:38px;
	font-size:3.8rem;
	display:block;
}
#toppage h2 span::before , #toppage h2 span::after {
	font-size:38px;
	font-size:3.8rem;
	vertical-align:top;
}
#toppage h2 span::before {
	content:"[ ";
}
#toppage h2 span::after {
	content:" ]";
}
/* .more */
#toppage .more {
	margin: 10px auto 20px;
	clear: both;
	display: block;
	padding: 0 0 30px;
}
#toppage .more a {
	position:relative;
	width:80%;
	max-width:600px;
	border:solid 3px #000;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin:0 auto;
	padding:20px;
}
#toppage .more a:after {
    content: "\25B6";
	padding:0 0 0 10px;
}
#toppage .more a:hover {
	border:solid 3px #000;
	background:#000;
	color:#FFF;
	transition-duration: .3s;
}

/* メインヴィジュアル下の検索窓
--------------------------------------*/
#toppage #search2 {
	display:none;
}

/* pay2
--------------------------------------*/
#pay2{
	margin: 3em 0 -3em;
}
#pay2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#pay2 ul>*{
	width: calc(100%/  2 - 10px);
}
#pay2 img:hover{
	opacity: 0.8;
}
/* pick up
--------------------------------------*/
#toppage #pickup {
	padding:50px 0;
}
#toppage.feature #pickup {
	padding:0;
}
#toppage #pickup li {
	margin-bottom:40px;
}

#toppage #pickup li:first-child {
	margin-top:0;
}
#toppage #pickup li a {
	overflow:hidden;
	position:relative;
	padding:calc(400 / 1000 * 100%) 0 0;
}
#toppage #pickup li.cp_5 a {
	padding:calc(73 / 1000 * 100%) 0 0;
}
#toppage #pickup li a img {
	position: absolute;
	transition:all 0.4s ease;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto!important;
}
#toppage #pickup li a:hover img {
	margin-bottom:40px;
}
/* テキストカラム */
#toppage #pickup li a > span {
	display:block;
	color:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background:rgba(255,255,255,0.1);
	transform:rotateY(-180deg);
	transition:all 0.6s ease;
	padding:10px;
}
#toppage #pickup li a > span::after {
	content: "CHECK \25B6";
	position:absolute;
	bottom:10px;
	right:10px;
}
#toppage #pickup li a:hover > span {
	transform:rotateY(0deg);
	opacity:1;
}

/* NEW ITEM
--------------------------------------*/
#toppage .itemInf ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
}
#toppage .itemInf ul li {
	width: calc(100% / 6 - 10px);
	margin-bottom:20px;
}
#toppage .itemInf ul li a {
	position:
	relative;
	/* padding:0 0 25px; */
	height:100%;
}
#toppage .itemInf ul li span:nth-of-type(1) {
	overflow: hidden;
}
#toppage .itemInf ul li a img {
	display: block;
	transition-duration: 0.3s;
}
#toppage .itemInf ul li a img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
#toppage .itemInf ul li span {
	display:block;
}
#toppage .itemInf ul li span:nth-of-type(2) , #toppage .itemInf ul li span:nth-of-type(3) {
	line-height:1.2;
}
#toppage .itemInf ul li span:nth-of-type(2) {
	margin: 6px 0 0 0;
}
#toppage .itemInf ul li span:nth-of-type(3) {
	position:absolute;
	bottom:0;
	right:0;
	font-size:16px;
	font-size:1.6rem;
    font-weight: bold;
	text-align:right;	
}

/* COORDINATE
--------------------------------------*/
#toppage #coordi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
}
#toppage #coordi li {
	width: calc(100% / 3 - 10px);
	margin-top:4%;
}
#toppage #coordi li:nth-child(4) {
	display: none;
}

#toppage #coordi li a {
	overflow:hidden;
	position: relative;
}
#toppage #coordi li a img {
	transition:all 0.4s ease;
}
#toppage #coordi li a:hover img {
	margin-left:60%;
}
#toppage #coordi li a span {
	display:block;
	color:#FFF;
}
/* テキストカラム */
#toppage #coordi li a > span {
	width:60%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin-left: -60%;
	background: rgba(4,4,4, .9);
	transition:all 0.4s ease;
	box-shadow: 5px 0px 6px -4px rgba(0,0,0,0.31);
	padding: 20px;
}
#toppage #coordi li a > span::after {
	content: "CHECK \25B6";
	position:absolute;
	bottom:10px;
	right:10px;
}
#toppage #coordi li a:hover > span {
	margin-left:0;
}
/* コーデタイトル */
#toppage #coordi li a > span > span {
	font-size:18px;
	font-size:1.8rem;
	padding: 0 0 20px;
	font-weight: bold;
}

/* RECOMMEND
--------------------------------------*/
#toppage #recommend li {
	margin-top:20px;
}
#toppage #recommend li:first-child {
	margin-top:0;
}
#toppage #recommend li a {
	overflow:hidden;
	position: relative;
	width: 100%;
	padding: calc(400 / 1000 * 100%) 0 0;
}
#toppage #recommend li a img {
	position: absolute;
	transition:all 0.4s ease;
	top: 0;
}
#toppage #recommend li a:hover img {
	margin-bottom:40px;
}
/* テキストカラム */
#toppage #recommend li a span {
	display:block;
	color:#FFF;
	width:100%;
	height:40px;
	position:absolute;
	bottom: 0;
	left:0;
	margin-bottom: -40px;
	background: rgba(0,0,0, .5);
	transition:all 0.4s ease;
	padding: 10px;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
}
#toppage #recommend li a span::after {
	content: "CHECK \25B6";
	position:absolute;
	bottom:10px;
	right:10px;
}
#toppage #recommend li a:hover span {
	margin-bottom:0;	
}


/*****モーダルウィンドウ*****/
#shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
}
#shadow img {
	width:100%;
}
#shadow > div {
	height:100vh;
	width:90%;
	max-width:800px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	padding: 50px 0;
    box-sizing: border-box;
}
#shadow ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
}
#shadow > div > div {
	width:100%;
	text-align:center;
}
#shadow > div > div span {
	display:inline-block;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	padding: 15px;
	cursor: pointer;
	border: 1px solid #FFF;
}
#shadow li {
	margin:0 0 20px;
}
#shadow ul.clm1 li {
	width:100%;
}
#shadow ul.clm2 li {
	width:48.75%;
}
#shadow ul.clm3 li {
	width:31.66%;
}
/************************


/* footer
================================================ */
#sale #ftWrap {
	margin:0 auto 60px;	
}
リンク切れチェック
スマホビュー (ALT(option)+S)