@charset "utf-8";

/* COODINATE CSS */



/*-----------
汎用スタイル専用CSS
好きに付け足してもらって結構です。
-------*/

/*font-family */
.mincho1 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}
.gothic1 {font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}
.gothic2 {font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;}

/* font-size */
.f10{font-size:10px !important;}
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.f22{font-size:22px !important;}
.f24{font-size:24px !important;}
.f26{font-size:26px !important;}
.f28{font-size:28px !important;}
.f30{font-size:30px !important;}
.f32{font-size:32px !important;}
.f34{font-size:34px !important;}
.f36{font-size:36px !important;}
.f38{font-size:38px !important;}
.f40{font-size:40px !important;}
.f42{font-size:42px !important;}
.f48{font-size:48px !important;}


/* font decoration */
.fn {font-weight:normal !important;}
.fb {font-weight:bold !important;}


.tc {text-align:center !important;}
.tl {text-align:left !important;}
.tr {text-align:right !important;}

.lh150 , .lh15 {line-height:1.5 !important;}
.lh16 {line-height:1.6 !important;}
.lh17 {line-height:1.7 !important;}
.lh180 , .lh18 {line-height:1.8 !important;}
.lh19 {line-height:1.9 !important;}
.lh200 , .lh2 {line-height:2 !important;}

.m0 {margin:0 !important;}

.mlra {margin-left:auto;margin-right:auto;}

.mtop0 {margin-top:0 !important;}

.mtop10 {margin-top:10px;}
.mtop20 {margin-top:20px;}

.mbot0 img , .mbot0 {margin-bottom:0px !important;}
.mbot10 img , .mbot10 {margin-bottom:10px !important;}
.mbot15 img , .mbot15 {margin-bottom:15px !important;}
.mbot20 img , .mbot20 {margin-bottom:20px !important;}
.mbot25 img , .mbot25 {margin-bottom:25px !important;}
.mbot30 img , .mbot30 {margin-bottom:30px !important;}
.mbot35 img , .mbot35 {margin-bottom:35px !important;}
.mbot40 img , .mbot40 {margin-bottom:40px !important;}
.mbot45 img , .mbot45 {margin-bottom:45px !important;}
.mbot50 img , .mbot50 {margin-bottom:50px !important;}
.mbot55 img , .mbot55 {margin-bottom:55px !important;}
.mbot60 img , .mbot60 {margin-bottom:60px !important;}
.mbot65 img , .mbot65 {margin-bottom:65px !important;}
.mbot70 img , .mbot70 {margin-bottom:70px !important;}
.mbot75 img , .mbot75 {margin-bottom:75px !important;}
.mbot80 img , .mbot80 {margin-bottom:80px !important;}
.mbot90 img , .mbot90 {margin-bottom:90px !important;}
.mbot100 img , .mbot100 {margin-bottom:100px !important;}

.mlef10 {margin-left:10px;}
.mlef20 {margin-left:20px;}

.pbot0 img , .pbot0 {padding-bottom:0px !important;}
.pbot10 img , .pbot10 {padding-bottom:10px !important;}
.pbot15 img , .pbot15 {padding-bottom:15px !important;}
.pbot20 img , .pbot20 {padding-bottom:20px !important;}
.pbot25 img , .pbot25 {padding-bottom:25px !important;}
.pbot30 img , .pbot30 {padding-bottom:30px !important;}
.pbot35 img , .pbot35 {padding-bottom:35px !important;}
.pbot40 img , .pbot40 {padding-bottom:40px !important;}
.pbot45 img , .pbot45 {padding-bottom:45px !important;}
.pbot50 img , .pbot50 {padding-bottom:50px !important;}
.pbot55 img , .pbot55 {padding-bottom:55px !important;}
.pbot60 img , .pbot60 {padding-bottom:60px !important;}
.pbot65 img , .pbot65 {padding-bottom:65px !important;}
.pbot70 img , .pbot70 {padding-bottom:70px !important;}
.pbot75 img , .pbot75 {padding-bottom:75px !important;}
.pbot80 img , .pbot80 {padding-bottom:80px !important;}


.fl {float:left;}
.fr {float:right;}

.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w215 {width:215px;}
.w230 {width:230px;}
.w250 {width:250px;}
.w280 {width:280px;}
.w300 {width:300px;}
.w450 {width:450px;}
.w620 {width:620px;}
.w480 {width:480px;}

.bdno {
	border:none !important;
}

.bbot2 {border-bottom:solid 2px;}



.ls2 {letter-spacing: 2px !important;}
.ls5 {letter-spacing: 5px !important;}
.ls10 {letter-spacing: 10px !important;}


/* base setting
================================================ */

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%;
}


/* ﾂｰﾀｭ･・ｻ･ﾃ･ﾈ
================================================ */

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;}


/* ﾈﾆﾍﾑstyle
================================================ */
@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;
	margin:0 auto;
}
#firsec > section {
	padding:0 0 100px;
}
h1 span {
	display:block;
	margin:15px 0 0;
	padding:15px;
	border-top:solid 1px #CCC;
	font-size:28px;
	font-size:2.8rem;
	letter-spacing:1px;
	font-weight:bold;
}
h1 span:before {
	content:"\003010";	
}
h1 span:after {
	content:"\003011";	
}
#header {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
h2 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:100;
	padding:0 15px 15px;
}
h3 {
	font-size:24px;
	font-size:2.5rem;
	font-weight:bold;
    line-height: 1.8;
	letter-spacing: 1px;
	padding:40px 10px 25px;
}
.sen1 {
	padding:0 0 40px;
	font-size:16px;
	font-size:1.5rem;
	line-height:2.5;
	font-weight:300;
	letter-spacing:1px;
}

/* Styling Item
--------------------------------------*/
.item {
	padding:40px 0 0;
	text-align:left;
	font-weight:300;
}
.item h4 {
	font-family: 'Slabo', serif;
	font-size:34px;
	font-size:3.4rem;
	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:50%;
	margin:0 0 25px;
}
.item > div > section:nth-last-child(-n+2) {
	margin:0;
}

.item > div > section > a {
	display:table;
}
.item > div > section > a > div {
	display:table-cell;
	vertical-align:middle;
}
.item > div > section > a > div:nth-child(1) {
	width:30%;
}
.item > div > section > a > div:nth-child(2) {
	width:70%;
	padding:0 80px 0 10px;	
}
.item h5 {
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:15px;
}
.jmp a {
	width:80%;
	max-width:450px;
	border:solid 5px #000;
	font-size:22px;
	font-size:2.2rem;
	padding:20px;
	position:relative;
	margin:40px auto 0;
	font-weight:bold;
}
.jmp a::before{
  content: '';
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top:-5px;
  right:20px;
}
.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;
}

/* 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:1000px;
	margin:0 auto;
	padding:50px 0 0;
}

/* slick
============================================*/

/* slickA
--------------------------------------*/
@media only screen and (min-width: 813px) {
.slickA {
	padding:70px 40px 0;
}
.slickA .slick-next {
	right:-40px;
}
.slickA .slick-prev {
	left:-40px;
}
.slickA .slick-slide {
	padding:0 8px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.slickA .slick-dots {
	bottom:-40px;
}
}
.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:18px;
	font-size:1.8rem;
    padding: 30px 10px;
}
.fade-up a {
	overflow:hidden;
}
.fade-up a img:hover {
  transform: scale(1.1, 1.1);
}
.fade-up a {
	display: inline-block;
}
.fade-up a div {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fade-up a div img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}

/* 特集や商品紹介のリスト部分
--------------------------------------*/
.clist {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-top:60px;
	max-width:1200px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
}
.clist h2, 
.clist h2 span {
	display:block;
	font-weight:bold;
	line-height:1.5;
}

/* 415px 以上 */
@media only screen and (min-width: 415px) {
.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:20px;
}
.clist section p {
	text-align:left;
}
}
/* スマホ縦向き 414px以下 */
@media only screen and (max-width: 414px) {
.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 p {
	text-align:left;
	font-size:11px;
	font-size:1.1rem;
}
}

/*  rktn_mov
--------------------------------------*/
.rktn_mov{
	max-width: 640px;
	padding: 0 1em 0;
	margin: 0 auto 10em;
}
.rktn_mov>*{
	max-width: 100%;
}


