@charset "utf-8";

/* header area */
#header-area {
	position: fixed;
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	font-family: "Sawarabi Mincho";
	z-index: 999;
}
nav#header-area div.item-set {
	position: relative;
}
nav#header-area h1.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
}
nav#header-area h1.logo a:hover {
	opacity: 0.7;
}
nav#header-area h1.logo img {
	width: 200px;
	margin-top: 20px;
}
nav#header-area ul.glovel-navi {
	position: absolute;
	right: 120px;
	top: 0;
	text-align: right;
	line-height: 100px;
	font-size: 1.2em;
	font-weight: bold;
}
nav#header-area ul.glovel-navi li.navi-list {
	display: inline-block;
}
nav#header-area ul.glovel-navi li.navi-list + li.navi-list {
	margin-left: 20px;
}
nav#header-area ul.glovel-navi li.navi-list.eng {
    font-size:0.7em;
}
nav#header-area ul.glovel-navi li.navi-list.eng a {
    border:solid 1px #ccc;
    padding:2px 4px;
    font-weight: normal;
}
nav#header-area ul.glovel-navi li.navi-list.eng a:hover:after {
    content:none;
}
nav#header-area ul.glovel-navi li.navi-list a {
	position: relative;
	color: #333;
	text-decoration: none;
}
nav#header-area ul.glovel-navi li.navi-list a:hover:after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 2px solid #333;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
}
nav#header-area ul.glovel-navi li.navi-list + li.navi-sns {
	margin-left: 30px;
}
nav#header-area ul.glovel-navi li.navi-sns {
	display: inline-block;
	margin-left: 5px;
}
nav#header-area ul.sns-btn {
	position: absolute;
	right: 0;
	top: 30px;
}
nav#header-area ul.sns-btn li {
	display: inline-block;
	margin-right: 5px;
}
nav#header-area ul.sns-btn li a:hover {
	opacity: 0.7;
}
nav#header-area ul.sns-btn li img {
	width: 33px;
}

div.page-link {
	width: 960px;
	margin: 0 auto;
	font-family: "Sawarabi Mincho";
}
div.page-link ul.product-sort {
	display: block;
	width: 102.5%;
	margin: 0 -2.5% 0 0;
	overflow: hidden;
	letter-spacing: -.4em;
	text-align: center;
}
div.page-link ul.product-sort li {
	display: inline-block;
	width: 22%;
	margin: 0 2.5% 0 0;
	letter-spacing: normal;
	border: 1px solid #000;
	box-sizing: border-box;
}
div.page-link ul.product-sort li + li {}
div.page-link ul.product-sort li a {
	display: block;
	font-size: 1.12em;
	letter-spacing: 0.1rem;
	padding: 15px 0 30px;
	color: #000;
	text-decoration: none;
	background: url(../images/page_link_arrow.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}
div.page-link ul.product-sort li a:hover {
	background-color: #000;
	color: #fff;
	background-image: url(../images/page_link_arrow_on.png);
}

/*section*/
.productIndex section {
	width: 1000px;
	margin: 0 auto;
	padding: 150px 0 50px ;
	position: relative;
	box-sizing: border-box;
}
.productIndex section a.ancher {
	position: absolute;
	top: 0;
}
.productIndex section div.textBox {
	text-align: center;
}
.productIndex section div.textBox h3 {
	padding: 5px 0 35px;
	font-size: 2em;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.12rem;
	line-height: 2.2em;
}
.productIndex section div.textBox p {
	font-size: 1.1em;
	line-height: 2.2em;
}
.productIndex section div.textBox p span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 0.9em;
}
.productIndex section div.textBox p span em { color: rgba(105,13,13,1); }
.productIndex section div.textBox p.notes {
	margin: 50px 0 0 0;
}
.productIndex section div.textBox p.notes span {
	display: inline-block;
	padding: 10px 20px;
	font-size: .95em;
	line-height: 1.75em;
	letter-spacing: 0; 
	border: 1px solid rgba(75,75,75,1);
}
.productIndex section picture.mainView + div.textBox { padding: 40px 0 0 0; }

.productIndex section picture.mainView {
	display: block;
	padding: 40px 0 0 0;
}
.productIndex section picture.mainView img { width: 100%; }

.productIndex section div.listBox {
	letter-spacing: -.4em;
	padding: 75px 0 0 0;
}
.productIndex section div.listBox picture {
	display: inline-block;
	width: 60%;
	letter-spacing: normal;
	vertical-align: top;
}
.productIndex section div.listBox picture ul.itemsView {}
.productIndex section div.listBox picture ul.itemsView li {}
.productIndex section div.listBox picture ul.itemsView li img { width: 100%; }
.productIndex section div.listBox picture ul.itemsThumb {
	width: 102%;
	letter-spacing: -.4em;
	margin: 0 -2% 0 0;
	overflow: hidden;
}
.productIndex section div.listBox picture ul.itemsThumb li {
	display: inline-block;
	width: 23%;
	margin: 0 2% 2% 0;
	letter-spacing: normal;
}
.productIndex section div.listBox picture ul.itemsThumb li a { display: block; }
.productIndex section div.listBox picture ul.itemsThumb li img { width: 100%; }
.productIndex section div.listBox div.captionBlock {
	display: inline-block;
	width: 40%;
	padding: 0 10px 0 35px;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
.productIndex section div.listBox div.captionBlock h3 {
	display: block;
	font-size: 1.7em;
	padding: 10px 0 25px;
}
.productIndex section div.listBox div.captionBlock h3 em {
	font-size: .7em;
	padding: 0 0 0 30px;
	color: rgba(105,13,13,1);
}
.productIndex section div.listBox div.captionBlock p {
	font-size: 1em;
	line-height: 1.6;
	text-align: justify;
}
.productIndex section div.listBox div.captionBlock dl {
	padding: 15px 0;
	box-sizing: border-box;
	letter-spacing: -.4em;
}
.productIndex section div.listBox div.captionBlock dl dt,
.productIndex section div.listBox div.captionBlock dl dd {
	display: inline-block;
	font-size: 1.15em;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 3px 0;
	box-sizing: border-box;
}
.productIndex section div.listBox div.captionBlock dl dt {
	position: relative;
	width: 20%;
	padding: 0 0 0 15px;
}
.productIndex section div.listBox div.captionBlock dl dd {
	width: 80%;
}
.productIndex section div.listBox div.captionBlock dl dd a {
	color: inherit;
	transition: .2s ease;
	-webkit-transition: .2s ease;
}
.productIndex section div.listBox div.captionBlock dl dd a:hover {
	text-decoration: none;
	opacity: .7;
}
.productIndex section div.listBox div.captionBlock dl dt:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: rgba(25,25,25,1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.productIndex section div.listBox div.captionBlock dl dd small { font-size :90%; }
.productIndex section div.listBox div.captionBlock ul {
	margin: 0 0 25px 0;
}
.productIndex section div.listBox div.captionBlock ul li {
	padding: 8px 0;
	font-size: 1.15em;
	line-height: 1.6;
	border-bottom: 1px solid rgba(50,50,50,1);
}
.productIndex section div.listBox div.captionBlock ul li span {
	display: inline-block;
	width: 5.5em;
}
.productIndex section div.listBox div.captionBlock ul li p em { display: block; }
.productIndex section div.listBox div.captionBlock ul li p small {
	padding: 0 0 0 15px;
	font-size: 85%;
}
.productIndex section div.listBox div.captionBlock ul li.notes {
	text-align: center;
	font-size: 0.85em;
	border-bottom: none;
}
.productIndex section div.listBox div.captionBlock a.boxLink {
	display: block;
	padding: 12px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	background: rgba(25,25,25,1);
	transition: .2s ease;
	-webkit-transition: .2s ease;
}
.productIndex section div.listBox div.captionBlock a.boxLink:hover {
	text-decoration: none;
	opacity: .7;
}

.productIndex section div.clickableBox {
	width: 900px;
	margin: 60px auto 0;
}
.productIndex section div.clickableBox h3 {
	display: block;
	text-align: center; 
}
.productIndex section div.clickableBox h3 span {
	position: relative;
	text-align: center;
	font-size: 1.7em;
}
.productIndex section div.clickableBox h3 span:before ,
.productIndex section div.clickableBox h3 span:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/product_title.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(0,-55%);
}
.productIndex section div.clickableBox h3 span:before{ left: -60px; }
.productIndex section div.clickableBox h3 span:after{ right: -60px; }
.productIndex section div.clickableBox picture {
	display: block;
	width: 100%;
	height: 527px;
	margin: 45px auto 15px;
	background: url(../images/product-clickable-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.productIndex section div.clickableBox picture img {
	width: 100%;
	height: 100%;
}
.productIndex section div.clickableBox picture area { outline: none; }
.productIndex section div.clickableBox p {
	font-size: 1em;
	text-align: right;
}

/*other window*/
.item {
	width: 600px;
	margin: 0 auto 20px;
}
.item img {
	height: auto;
	width: 100%;
	margin: 0 0 30px;
}
.item h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.8em;
}
.item p {
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0 0 35px;
	padding: 0 10px;
}
.item .close {
	text-align: center;
}


/*List Page*/
.productList {}
.productList section {
	width: 950px;
	margin: auto;
	padding: 100px 0 0 0;
}
.productList section .product-info {
	width: 800px;
	padding: 20px 20px 10px;
	margin: 0 auto 20px;
	border: 1px solid #999;
	background: #E7E7E7;
}
.productList section .product-info ul li {
	list-style-type: disc;
	margin: 0 0 10px 30px;
}

.productList section h3 {
	margin: 0 0 20px;
	font-size: 2em;
	text-align: center;
}
.productList section table{
	width: 100%;
	margin: 0 0 50px;
	border: 2px solid #000;
}
.productList section table tr {}
.productList section table th {
	padding: 7px;
	background: #DADADA;
	font-weight: normal;
	border: 1px solid #000;
	vertical-align: middle;
}

.productList section table td {
	padding: 7px;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
}
.productList section table td.thumb{
	width: 230px;
	padding: 0px;
	vertical-align: top;
}
.productList section table td.thumb img{
	width: 100%;
}
.productList section table td.name {
	font-size: 1.2em;
	white-space: nowrap;
}
.productList section table tr.detail td[colspan="4"] {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
}
.productList section table td.ship select {	width: 10em; }
.productList section table td.num input { width: 3em; }


/*
--------------------------------------------------
YUITO
--------------------------------------------------
*/
.yuito {
    width:1000px;
    margin:0 auto;
}
.yuito section div.listBox div.captionBlock h3 {
	display: block;
	font-size: 1.7em;
	padding: 10px 0 15px;
}

.yuito h4 {
    text-align: center;
    margin-bottom: 30px;
}
.yuito p.lead {
    text-align: center;
    line-height: 2;
    font-size:1.2em;
}
.productIndex section div.listBox div.captionBlock p {
	font-size: 1.05em;
	line-height: 1.6;
	text-align: justify;
    margin-bottom: 20px;
}

.yuito section {
	width: 950px;
	margin: auto;
	padding: 70px 0;
}

.yuito h5 {
    font-size:1.8em;
    margin-bottom:20px;
    padding-left: 10px;
    border-left: 10px #ccc solid;
}
.yuito .y_pic {
    margin-bottom:20px;
}
.yuito .y_pic img {
    width:100%;
    height: auto;
}
.yuito .y_info {
    overflow: hidden;
}
.yuito .y_text {
    width:70%;
    float:left;
    font-size:1.2em;
}
.yuito .y_btn {
    width:25%;
    margin-left: 5%;
    float: right;
}
.yuito section a.boxLink {
	display: block;
	padding: 12px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	background: rgba(25,25,25,1);
	transition: .2s ease;
	-webkit-transition: .2s ease;
}
.yuito section a.boxLink:hover {
	text-decoration: none;
	opacity: .7;
}


/*
--------------------------------------------------
list
--------------------------------------------------
*/
.productIndex section.pl {
	padding: 0 0 50px ;
}

.p_list ul {
    overflow: hidden;
    width:100%;
}
.p_list ul li {
    width:30%;
    float: left;
    margin:0 1.5% 30px;
    text-align: left;
}
.p_list ul li h4 {
    font-weight: bold;
}
.p_list ul li img {
    width:100%;
    height: auto;
    margin-bottom:10px;
}
/*
--------------------------------------------------
New Products
--------------------------------------------------
*/

div.itemList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
div.itemList .itemBox {
    width: calc(50% - 20px);
    margin: 10px 10px 40px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
div.itemList .itemBox img {
    width:100%;
}
div.itemList .itemBox span {
    display: block;
    margin:20px 0;
    font-size:1.5em;
    text-align: center;
}
div.shop_item_list a {
	display: block;
	padding: 12px 0;
	margin: 50px auto 0;
	text-align: center;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	background: rgba(25,25,25,1);
	transition: .2s ease;
	-webkit-transition: .2s ease;
    width:70%;
}
div.shop_item_list a:hover {
	text-decoration: none;
	opacity: .7;
}

/*
--------------------------------------------------
Target Smartphone
--------------------------------------------------
*/

@media only screen and (max-width:768px) {

div.page-link {	width: 100%; }
div.page-link ul.product-sort {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #000;
	box-sizing: border-box;
}
div.page-link ul.product-sort li {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	border: none;
	border-bottom: 1px solid #000;
}
div.page-link ul.product-sort li:last-child { border-bottom: none; }

/*section*/
.productIndex section {
	width: 100%;
	padding: 150px 3% 50px ;
}
.productIndex section div.textBox h3 {
	font-size: 1.7em;
	letter-spacing: 0.05rem;
}
.productIndex section div.textBox p {
	font-size: 1.1em;
	line-height: 2em;
	text-align: justify;
}
.productIndex section div.textBox p br { display: none; }
.productIndex section div.textBox p.notes span { font-size: .85em; }

.productIndex section div.listBox picture {
	display: block;
	width: 100%;
}
.productIndex section div.listBox div.captionBlock {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}
.productIndex section div.listBox div.captionBlock h3 { font-size: 1.5em; }
.productIndex section div.listBox div.captionBlock h3 em {
	display: block;
	padding: 0 0 0 0;
}
.productIndex section div.listBox div.captionBlock ul { margin: 0 0 35px 0; }
.productIndex section div.listBox div.captionBlock ul li { font-size: 1em; }
.productIndex section div.listBox div.captionBlock ul li.notes { text-align: left; }

.productIndex section div.clickableBox { width: 100%; }
.productIndex section div.clickableBox picture { height: auto; }
.productIndex section div.clickableBox p { text-align: center; }

/*other window*/
.item {
	width: 100%;
	margin: 0 0 20px;
}
.item h3 { font-size: 1.5em; }
.item p { font-size: 1.1em; }


/*List Page*/
.productList {}
.productList section {
	width: 100%;
	padding: 100px 0 0 0;
}
.productList section .product-info {
	width: 100%;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}
.productList section .product-info ul li {}

.productList section h3 {
	margin: 0 0 20px;
	font-size: 2em;
	text-align: center;
}
.productList section table{
	width: 100%;
	margin: 0 0 50px;
	border: 2px solid #000;
}
.productList section table tr {}
.productList section table th {
	padding: 7px;
	background: #DADADA;
	font-weight: normal;
	border: 1px solid #000;
	vertical-align: middle;
}

.productList section table td {
	padding: 7px;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
}
.productList section table td.thumb{
	width: 100%;
}
.productList section table td.thumb img{
	width: 100%;
}
.productList section table td.name {
	font-size: 1.2em;
	white-space: nowrap;
}
.productList section table tr.detail td[colspan="4"] {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
}
.productList section table td.ship select {	width: 10em; }
.productList section table td.num input { width: 3em; }

/*
--------------------------------------------------
YUITO
--------------------------------------------------
*/
.yuito {
    width:100%;
    margin:0 auto;
}
.yuito h4 {
    text-align: center;
    margin-bottom: 30px;
}
.yuito h4 img {
    width:30%;
    height: auto;
}
.yuito p.lead {
    text-align: left;
    line-height: 2;
    font-size:1em;
    padding:0 20px;
}
.yuito section {
	width: 95%;
	margin: auto;
	padding: 30px 0 50px 0;
}

.yuito h5 {
    font-size:1.4em;
    margin-bottom:20px;
    padding: 0 10px;
    border-left: 10px #ccc solid;
}
.yuito .y_pic {
    margin-bottom:20px;
}
.yuito .y_pic img {
    width:100%;
    height: auto;
}
.yuito .y_info {
    overflow: hidden;
    padding:10px;
}
.yuito .y_text {
    width:100%;
    float:none;
    font-size:1.05em;
    margin-bottom:15px;
}
.yuito .y_btn {
    width:100%;
    margin-left: 0;
    float: none;
}
.yuito section a.boxLink {
	display: block;
	padding: 12px 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	background: rgba(25,25,25,1);
	transition: .2s ease;
	-webkit-transition: .2s ease;
}
.yuito section a.boxLink:hover {
	text-decoration: none;
	opacity: .7;
}
/*
--------------------------------------------------
list
--------------------------------------------------
*/
.p_list ul li {
    width:47%;
    float: left;
    margin:0 1.5% 50px;
    text-align: left;
}
.p_list ul li img {
    width:100%;
    height: auto;
    margin-bottom:10px;
}
div.shop_item_list a {
    width:100%;
}
div.shop_item_list a:hover {
}

}
