@charset "utf-8";

/* コーディネートページスマホ用CSS */

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


html { font-size : 62.5%; }
body {
	width:100%;
	color :#111;
	    font-family: 'Noto Sans JP' , Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
	line-height:1.5;
	font-size:12px;
	font-size:1.2rem; /* =12px */	
	background-color:#FFF;
}
a {
	text-decoration: none;
	color: #111;
	display:block;
}
a:hover {
	text-decoration: none;
	color: #111;
}
a:visited {
	text-decoration: none;
	color: #111;
}
a:active {
	text-decoration: none;
	color: #111;
}
img {
	vertical-align:top;
	width:100%;
}

.mbot0 {margin-bottom:0px !important;}
.mbot10 {margin-bottom:10px !important;}
.mbot15 {margin-bottom:15px !important;}
.mbot20 {margin-bottom:20px !important;}
.mbot25 {margin-bottom:25px !important;}
.mbot30 {margin-bottom:30px !important;}
.mbot35 {margin-bottom:35px !important;}
.mbot40 {margin-bottom:40px !important;}
.mbot45 {margin-bottom:45px !important;}
.mbot50 {margin-bottom:50px !important;}
.mbot55 {margin-bottom:55px !important;}
.mbot60 {margin-bottom:60px !important;}
.mbot65 {margin-bottom:65px !important;}
.mbot70 {margin-bottom:70px !important;}
.mbot75 {margin-bottom:75px !important;}
.mbot80 {margin-bottom:80px !important;}
.mbot90 {margin-bottom:90px !important;}
.mbot100 {margin-bottom:100px !important;}

/* 属性リセット
================================================ */

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: 1000px) {
.pcn {
	display:none;
}
}
@media only screen and (max-width: 1000px) {
.spn {
	display:none;
}
}

/* Contents Style
================================================ */
#firsec {
	text-align:center;
	width:100%;
	max-width:1000px;
	padding:60px 0 0;
}
#firsec > section {
	padding:0 0 40px;
}
h1 img {
	margin:20px 0 0;
	width:80%;
}
h1 span {
	display:block;
	margin:5px 0 0;
	padding:5px;
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
}
#header {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
h2 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:100;
	padding:0 10px 10px;
}
h3 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	padding:20px 10px 15px;
}
.sen1 {
	padding:0 10px 20px;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.7;
	font-weight:300;
	text-align:left;
}

/* Styling Item
--------------------------------------*/
.item {
	padding:40px 0 0;
	text-align:left;
	font-weight:300;
}
.item h4 {
	font-family: 'Slabo', serif;
	font-size:18px;
	font-size:1.8rem;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:5px;
	margin-bottom:20px;
	text-align:center;
}
.item > div {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.item > div > section {
	width:100%;
	margin:0 0 15px;
}
.item > div > section:nth-last-child(-n+1) {
	margin:0;
}

.item > div > section > a {
	display:table;
	padding:0 10px;
}
.item > div > section > a > div {
	display:table-cell;
	vertical-align:middle;
}
.item > div > section > a > div:nth-child(1) {
	width:40%;
}
.item > div > section > a > div:nth-child(2) {
	width:60%;
	padding:0 0 0 10px;
}
.item h5 {
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:10px;
}
.jmp a {
	width:80%;
	max-width:450px;
	border:solid 3px #000;
	font-size:15px;
	font-size:1.5rem;
	padding:10px;
	position:relative;
	margin:40px auto 0;
	font-weight:bold;
}
.jmp a::before{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-3px;
  right:10px;
}
.jmp a:hover , .jmp a:active {
	background:#000;
	color:#FFF;
	transition-duration:.2s;
}
.jmp a:hover::before , .jmp a:active::before {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
/* スライドショー
--------------------------------------*/
@media only screen and (max-width:320px) {
#iCdSlick {
	width:320px;
	height:280px;
}
}
@media only screen and (min-width:321px) and (max-width:767px) {
#iCdSlick {
	width:360px;
	height:300px;
}
}
@media only screen and (min-width:768px) and (max-width:768px) {
#iCdSlick {
	width:768px;
	height:260px;
}
}
/* goTop
--------------------------------------*/
#goTop {display:none;}
.fixed #goTop {
	display:table;
	position:fixed;
	z-index:9999;
}
.fixed #goTop a {
	display:table-cell !important;
	vertical-align:middle;
	border:solid 1px #000;
	text-align:center;
	background-color: rgba(255,255,255,0.5);
}
.fixed #goTop {
	bottom:10px;
	right:10px;
	width:50px;
}
.fixed #goTop a {
	width:50px;
	height:50px;
}
/* footer
--------------------------------------*/
footer {
	width:100%;
	margin:0 auto;
	padding:50px 0 0;
}

/* slick
============================================*/
.slick-dots {
    bottom: -35px !important;
}


@media only screen and (max-width: 812px) {
.slickA {
	padding:40px 30px 0;
}
.slickA .slick-slide {
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
}
.slickA .slick-next , .slickA [dir='rtl'] .slick-next:before {
	background:url(../img/arrow001.svg) no-repeat right center / 20px auto !important;
	width:30px;
	height:40px;
}
.slickA .slick-prev , .slickA [dir='rtl'] .slick-prev:before {
	background:url(../img/arrow003.svg) no-repeat left center / 20px auto !important;
	width:30px;
	height:40px;
}
[dir='rtl'] .slick-next:before , [dir='rtl'] .slick-prev:before , .slick-next:before , .slick-prev:before {
	content:"" !important;
}
.slick-dots li button:before {
    content: "\0025CF" !important;
	font-size:20px !important;
	font-size:2rem !important;
}
/* COODINATE TOP PAGE
============================================*/
/* 
--------------------------------------*/
#cd.index .p1 {
    font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 10px;
}


/* 特集や商品紹介のリスト部分
--------------------------------------*/
.clist {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-top:60px;
	max-width:1200px;
	margin:0 auto;
}
.clist h2, 
.clist h2 span {
	display:block;
	font-weight:bold;
	line-height:1.2;
}

/* 415px 以上 */
@media only screen and (min-width: 500px) {
.clist {
	padding:60px 0 0;
}
.clist > section {
	width:33.333%;
}
.clist > section {
	padding:0 0 40px;
}
.clist > section:nth-last-of-type(-n+3) {
	padding-bottom:0;
}
.clist > section:nth-child(3n+1) a {
	margin:0 14px 0 0;
}
.clist > section:nth-child(3n+2) a {
	margin:0 7px 0;
}
.clist > section:nth-child(3n+3) a {
	margin:0 0 0 14px;
}

.clist h2 {
	font-size:18px;
	padding:20px 0;
}
.clist h2 span {
	font-size:22px;
}
.clist section p {
	text-align:left;
}
}
/* スマホ縦向き 414px以下 */
@media only screen and (max-width: 499499px) {
.clist {
	padding:20px 10px 0;
}
.clist > section {
	width:50%;
}
.clist > section {
	padding:0 0 15px;
}
.clist > section:nth-last-of-type(-n+2) {
	padding-bottom:0;
}
.clist > section:nth-child(2n+1) a {
	margin:0 5px 0 0;
}
.clist > section:nth-child(2n+2) a {
	margin:0 0 0 5px;
}
.clist h2 {
	font-size:3.2vw;
	padding:10px 0;
}
.clist h2 span {
	font-size:3.75vw;
}
.clist section img {
	margin-bottom:10px;
}
.clist section p {
	text-align:left;
	font-size:11px;
	font-size:1.1rem;
}
}

/*  rktn_mov
--------------------------------------*/
.rktn_mov{
	padding: 0;
	margin: 0 auto 5em;
	position:relative;
    width:96%;
    height:0;
    padding-top:67%!important;
}
.rktn_mov>div{
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important;
}

.youtube{
	position:relative;
	max-width:96%;
	margin: auto;
	height:0;
	padding-top:60%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}