@charset "utf-8";

/* COODINATE CSS */

/* 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;
}
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;
}


/* ﾂｰﾀｭ･・ｻ･ﾃ･ﾈ
================================================ */

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: 769px) {
.pcn {
	display:none;
}
}
@media only screen and (max-width: 768px) {
.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:32px;
	font-size:3.2rem;
	font-weight:bold;
}
h1 span:before {
	content:"\003010";	
}
h1 span:after {
	content:"\003011";	
}

h2 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:100;
	padding:0 15px 15px;
}
h3 {
	font-size:26px;
	font-size:2.6rem;
	font-weight:bold;
	padding:40px 10px 25px;
}
.sen1 {
	padding:0 0 40px;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.7;
	font-weight:300;
}

/* 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;
    display: block;
}
.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%;
}

