@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;
}

/* 汎用スタイル
================================================ */
@media only screen and (min-width: 769px) {
.pcn {
	display:none;
}
}
@media only screen and (max-width: 768px) {
.spn {
	display:none;
}
}
/* toppage directory common
================================================ */
h1 {
	position: absolute;
    bottom: 0;
    right: 0;
    background: #f4f4f4;
    text-align: center;
    font-size: 9px;
    height: 10px;
    overflow: hidden;
    margin: 0;
    z-index: -999;
}
#main {
	margin-top:0px;
}

/* トップページ
================================================ */
#toppage section {
	margin-bottom:40px;
}
#toppage .wrap {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;
}
/* h2 */
#toppage h2 {
	font-size:12px;
	font-size:1.2rem;
	text-align:center;
	letter-spacing:1px;
	line-height: 1.2;
    margin: 0 0 30px;
}
#toppage h2 span {
	font-size:20px;
	font-size:2rem;
	display:block;
}
#toppage h2 span::before , #toppage h2 span::after {
	font-size:20px;
	font-size:2rem;
	vertical-align:top;
}
#toppage h2 span::before {
	content:"[ ";
}
#toppage h2 span::after {
	content:" ]";
}
/* .more */
#toppage .more {
	margin:20px auto 0;
}
#toppage .more a {
	position:relative;
	width:80%;
	max-width:600px;
	border:solid 3px #000;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin:0 auto;
	padding:10px;
}
#toppage .more a:after {
    content: "\25B6";
	padding:0 0 0 5px;
}
#toppage .more a:hover {
	border:solid 3px #000;
	background:#000;
	color:#FFF;
	transition-duration: .3s;
}
/* メインヴィジュアル
--------------------------------------*/
#toppage .slick-dots li button:before {
	font-size: 35px;
    line-height: 35px;
	width: 35px;
    height: 35px;
}

/* メインヴィジュアル下の検索窓
--------------------------------------*/
#toppage #search2 {
	padding:20px 0 30px;
}
#toppage #search2Box {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	height: 50px;
	background: #FFF;
	display:flex;
	border: solid 1px #999;
	border-radius: 5px;
}
#toppage #search2Txt {
	width: 80%;
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	background: #FFF;
	border: none;
	border-radius: 5px;
}
#toppage #search2Btn {
	width: 20%;
	background:url("https://shopping.geocities.jp/elements/sp/img/search4.png") no-repeat center center / auto 40px #999;
}

/* pay2
--------------------------------------*/
#pay2{
	margin: 0 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:0 0 40px;
}
#toppage #pickup li {
	margin-top:10px;
}
#toppage #pickup li a > span::before {
	content:"\25B2";
}
#toppage #pickup li:first-child {
	margin-top:0;
}


/* NEW ITEM・共通
--------------------------------------*/
#toppage .itemInf ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
}
#toppage .itemInf ul li a {
	position:relative;
	padding:0 0 25px;
	height:100%;
}
#toppage .itemInf ul li span {
	display:block;
}
#toppage .itemInf ul li span:nth-of-type(2) {
	margin: 3px 0 0 0;
}
#toppage .itemInf ul li span:nth-of-type(3) {
	position:absolute;
	bottom:0;
	right:0;
    font-weight: bold;
	text-align:right;	
}
@media only screen and (max-width: 499px) {
#toppage .itemInf ul li {
	width:48%;
	margin-bottom:15px;
}
}
@media only screen and (min-width: 500px) {
#toppage .itemInf ul li {
	width:31%;
	margin-bottom:15px;
}
#toppage .itemInf.reitem ul li {
	width:31%;
	margin-bottom:15px;
}
#toppage .itemInf.reitem ul li:nth-child(7),
#toppage .itemInf.reitem ul li:nth-child(8){
	display: none;
}
}

/* COORDINATE
--------------------------------------*/
#toppage #coordi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:stretch;
}
#toppage #coordi li a {
	text-align:center;
}
#toppage #coordi li a span {
	display:block;
}
#toppage #coordi li a > span > span {
	font-size:14px;
	font-size:1.4rem;
	padding:5px;	
}
@media only screen and (max-width: 414px) {
#toppage #coordi li {
	width:100%;
	margin-top:20px;
}
#toppage #coordi li:first-child {
	margin-top:0;
}
}
@media only screen and (min-width: 415px) {
#toppage #coordi li {
	width:48%;
	margin-top:3.5%;
}
#toppage #coordi li:nth-child(-n+2) {
	margin-top:0;
}
}

/* RECOMMEND FUTURE
--------------------------------------*/
#toppage #recommend li {
	margin-top:10px;
}
#toppage #recommend li:first-child {
	margin-top: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:90%;
}
#shadow > div {
	height:90vh;
	width:90%;
	max-width:800px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	padding: 10px 0;
    box-sizing: border-box;
}
#shadow ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
}
#shadow > div > div {
	text-align:center;
	width:100%;
	margin-bottom:50px;
}
#shadow > div > div span {
	display:inline-block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #FFF;
}
#shadow li {
	margin:0 0 10px;
}
#shadow ul.clm1 li {
	width:96%;
    padding:0 auto;
}
#shadow ul.clm2 li {
	width:48.75%;
}
#shadow ul.clm3 li {
	width:31.66%;
}
/************************************/




/* footer
================================================ */
#jmpTop a:hover {
	background:rgba(0,0,0,1);
	color:#FFF !important;
}
#ftspWrap {
	margin:0 auto 60px;
}
リンク切れチェック
スマホビュー (ALT(option)+S)