/* CSS Document */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css?family=Russo+One');

/*========================================
 基本CSS
========================================*/
/* ブラウザ最小幅指定 */
.wide div#containers {min-width: 1080px !important;}

/*背景設定（最大幅）*/
#layouts{background: url(../images/bg_all.png) top center no-repeat #fff fixed;}

/*背景設定 (最後面 最大幅)*/
div#special_layout{padding-top: 20px;}

/*メインコンテンツ領域設定*/
#container #special_content{
    width:1080px;
    font-family: "Noto Sans Japanese";
    margin:0px auto;
    padding-top:20px;
	color:#000;
    position: relative;}

/* 余白削除 非表示設定*/
#special_layout p,
#spacial_layout div	{margin: 0; padding: 0; font-weight:600;}
div.note div 		{margin: 0;}

div.title,
div.note h2{display: none;}

/*  SNSボタン位置 */
#layouts .float{
	position:relative;
}

#layouts .float .share {
    position: absolute;
    top:-250px;
    left:20px;
    height: 32px;
    width: 220px;
    z-index: 9;}


.bold_m{color:#ff00ff;font-weight:bold;}
.bold_g{color:#3372ad;font-weight:bold;}
.bold_b{color:#3372ad;font-weight:bold;}
.bold_p{color:#c66063;font-weight:bold;}
.pink{color: #FF68AF;}
.bold{font-weight: bold;}

/*========================================
 キャッチ
========================================*/
div.note #catch{
    width: 800px;
    background: #ff7499;
    box-shadow: 0 0 20px #ff7499, 0 0 15px #ff7499, 0 0 10px #ff7499, 0 0 5px #ff7499;
    padding:10px 15px;
    font-size:16px;
	font-weight: 600;
    line-height: 180%;
    color: #fff;
    margin:0 auto 20px auto;}

div.note #catch span{color: #FFF08A;}

/*========================================
 ナビゲーション
========================================*/
div.note #nav{
    width: 1080px;
    height: 110px;
    margin: 0 auto;
    background: url(../images/bg_nav2.png) no-repeat;}
   
div.note #nav ul {text-align:center;}
div.note #nav ul li{
    line-height: 110px;
    display: inline-block;
    font-size:18px;
	font-weight: 600;
    margin:0 5px;}

div.note #nav ul li a {
    padding: 0 10px;
    border-radius: 30px;
    color:#432b05;
    text-decoration: underline;
    transition: background 0.5s;}

div.note #nav ul li a:hover{
    text-decoration: none;
    color: #432b05;
    background: #f0dddd;
    border-radius: 30px;
    transition: background 1.0s;}

div.note #nav ul li:not(:last-child):after{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    background: url(../images/ribbon.png) no-repeat center bottom;
    content: "";
    background-size: contain;
    margin: 0 10px -5px 20px;}

/*========================================
 いちおし
========================================*/
div.note #ichioshi .box{
    width: 910px;
    margin:20px auto 0 auto;
    padding:10px 20px 15px 20px !important;
    border:3px solid #d9c19e;
    border-radius: 8px;
    background: url(../images/bg_box.png);
    min-height: 100px;
    overflow: hidden;}

div.note  #ichioshi .box .left{
    width: 200px;
    margin-right: 20px;
    float:left;}

div.note  #ichioshi .box .img{
    width: 200px;
    min-height:150px;
    background: #fff;
    height: auto;
    border:1px solid #ccc;}

div.note  #ichioshi .box .item_data,
div.note  #ichioshi .box .detail{padding:0 !important;}

#ichioshi .box .item_data dl{line-height: 150%; overflow: hidden;}
#ichioshi .box .item_data dt{width: 100px;width: 4em; float:left;}
#ichioshi .box .item_data dd{width: 100px; width:calc(100% - 4em); float:left;}

div.note  #ichioshi .box .right{
    width: 670px;
    width:calc(100% - 235px);
    padding-left: 10px;
    border-left: 2px dotted #d9c19e;
    float:left;}

div.note  #ichioshi .box ul{
    overflow: hidden;
    margin-top:15px;
    text-align: left;}

div.note  #ichioshi .box ul li{
    border:1px solid #ccc;
    width: 158px;
    margin: 0 2px;
    min-height: 100px;
    background: #fff;
    display: inline-block;}

div.note  #ichioshi .box ul li img,
div.note  #ichioshi .box .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;}

div.note #ichioshi .box .btn{
    margin-top:10px;
    width: 100%;}

/*========================================
 PICKUP
========================================*/
div.note .pickup_area{
    overflow: hidden;
    width: 1000px;
    color:#432b05;
    margin:0 auto;
    border-spacing: 10px 8px;
    display: table;}

div.note .pickup_area .box{
    display: table-cell;
    width: 50%;
    padding:10px !important;
    border:3px solid #d9c19e;
    border-radius: 8px;
    vertical-align: top;    
    background: url(../images/bg_box.png);
    min-height: 100px;
    overflow: hidden;}

div.note .pickup_area .box p.img{
    width: 200px;
    height: auto;
    border:1px solid #d9c19e;
    min-height: 100px;
    background: #fff;
    float:left;}

div.note .pickup_area .box .detail{width: 100%;}

div.note .pickup_area .box p.img + .detail{
    width: 240px;
    margin-left: 10px;
    width: calc(100% - 220px);
    float: left;}

div.note .box p.tit{
    font-size: 16px;
    font-weight: bold;
    border-bottom:2px dotted #d9c19e;}

div.note .box p{line-height: 140% !important;}

div.note .box p:not(:last-child){margin-bottom:5px !important;}

.btn{
    background: #ad9277;
    color:#fff;
    font-size:13px;
    font-weight: bold;
    width: 240px;
    text-align: center;
    border:1px solid #ad9277;
    border-radius: 3px;
    transition: all 0.5s;}

.btn a{
    width: 100%;
    height: 100%;
    color:#fff;
    display: block;
    text-decoration: none;
    cursor: pointer;}

div.note .btn:hover{border:1px solid #ad9277; background: #fff; transition: all 1.0s;}
div.note .btn:hover a{color:#ad9277 !important;}

/*========================================
 見出し
========================================*/
div.note h3 {
    width: 98%;
    border-radius: 10px;
    border:3px solid #fff;
    line-height: 50px;
    height:50px;
    color:#fff;
    overflow: hidden;
    text-indent: 10px;
    font-size:18px;
    margin:20px auto 10px auto;
    box-shadow: 0 2px 0 #ff663e; 
    font-weight: bold;}

div.note h3:before{
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background: url(../images/heart.png) no-repeat bottom center;
    background-size: contain;
    display: block;
    margin: 3px 0 0 20px;
    content: "";
    float: left;}

div.note h4 {
    color:#000;
    border-left:8px solid #FF758D;
    text-indent: 0.5em;
    color:#582c08;
    font-size:16px;
    width: 98%;
    font-size: 22px;
    margin: 10px auto 15px auto;}

div.note h5{
	position: relative;
    font-size:18px;
    color:#4e000c;
    margin-top:8px;
    font-weight: bold;
    margin-bottom:15px;
	padding-bottom: .5em;}

div.note h5::before,
div.note h5::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;}

div.note h5::before {
	z-index: 2;
	width: 15%;
	background-color: #885e36;}

div.note h5::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #bbaa99 2px, #bbaa99 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #bbaa99 2px, #bbaa99 4px);}

div.note h5 a{color:#4e000c !important;}


/*========================================
　フェア・イベント
========================================*/
div.note dl + p.img{
    float:none;
    width: auto;
    max-width: 640px;
    height: auto;
    max-height:300px;
    text-align: center;
    margin:15px auto 5px auto !important;}

div.note dl + p.img img{
    width:auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;}

div.note #fair_event dl {
    width: 95%;
    margin: 20px auto 0 auto;
    overflow: hidden;
    font-size:14px;
    line-height: 150%;}

div.note #fair_event dl dt{
    width: 25%;
    background: #000;
    float: left;
    padding:3px 0;
    margin-bottom:5px;
    text-align: center;
    font-weight: bold;
    color:#fff;
    border-radius: 5px;}

div.note #fair_event dl dd{
    width: 73%;
    padding:3px 0;
    margin:0 0 5px 2%;
    float:left;}

/*========================================
 商品情報
========================================*/
div.note #product .section{padding-top:10px;}

#related_products {
    width: 100%;
    position: relative;
    margin:0;
    padding: 10px 0 0 0;}

ul.product_horizontal_list {
    width: 1080px !important;
    margin: 0 !important;
    display: table;
    border-collapse: separate;
    border-spacing: 22px 8px;}

ul.product_horizontal_list li{
    display: table-cell;
    width: 200px !important;
	height: 365px !important;
	padding:10px;
    float:none;
    border-radius: 5px;
    background: url(../images/bg_box.png);
    box-shadow: 0 0 0px 3px #d9c19e;}

ul.product_horizontal_list li:before{
    display: block;
    content:"";}

ul.product_horizontal_list li > div{
    width: 200px;
    color:#432b05;
    margin: 8px 10px;}

ul.product_horizontal_list li > span{
    margin: 10px;}

#related_products a {
    color: #432b05 !important;
    text-decoration: underline !important;}

#related_products a:hover{color:#dc3967 !important; text-decoration: none;}

ul.product_horizontal_list li > a {
    line-height: 1.5;
    padding: 10px;
    color:#432b05;
    display: block;}

/*========================================
 ページトップ
========================================*/
div.pagetop{display:none;}

#layouts .copyright{
    padding:20px 0;
    margin-top:40px;
    color:#432b05;
    text-shadow: 1px 1px 1px #fff;
    line-height:150%;}

#layouts .copyright a{
    /* color:#432b05 !important; */
    font-weight: bold;}

/*
#layouts .copyright .pagetop{
	width:60px;
	height:60px;
	display:block;
	position:absolute;
	bottom:30px;
    cursor: pointer;
	right:0px;
    transition: all 0.5s;
	background:url(../images/pagetop.png);
    background-size: contain;}	

#layouts .copyright .pagetop a{
	width:100%;
	height:100%;
	display:block;}

#layouts .copyright .pagetop:hover{
    transition: all 1.0s;
    bottom:40px;}
    */

.copyright .enter{
    width: 280px;
    min-height: 30px;
    line-height: 30px !important;
    border-radius: 20px;
    margin:0 auto !important;
    background: #FF7D8F;
    text-align: center;}

.copyright .enter a{
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0 0 0 !important;
    color:#fff !important;}
    

/*========================================
 スマートフォン
========================================*/
#top-wrap{
    background: url(../images/bg_all.png) fixed no-repeat #fff top center;
    font-family: "Noto Sans Japanese";}	

/*トップバナー*/
#corner_sphone_banner{padding:0 !important;}

.sphone_banner{
    max-width: 480px;
    margin:0 auto;}

.sphone_banner img{
    width:100% !important;
    height:auto;
    margin:0 auto;}

div.sphone_banner{background: transparent;}
section {background: transparent;}

/*見出し*/
#top-wrap h2.pagetitle{
	background:#ff9298;
	color:#fff !important;
	min-height:50px;
	font-size:11px;
    font-weight: bold;
    text-indent: 10px;
	line-height:50px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding:0 !important;}

#product-detail-wrap h3 {
    width: 92%;
    border-radius: 8px;
    /* border:3px solid #fff; */
    line-height: 30px;
    height:30px;
    color:#ff4b7d;
    background: #fff;
    overflow: hidden;
    text-indent: 8px;
    font-size: 13px;
    margin:20px auto 10px auto;
    box-shadow: 0 0 2px #ff4b7d; 
    font-weight: bold;}

#product-detail-wrap h3:before{
    width: 20px;
    height: 20px;
    padding-top: 2px;
    background: url(../images/tl_heart.png) no-repeat bottom center;
    background-size: contain;
    display: block;
    margin: 3px 0 0 10px;
    content: "";
    float: left;}

#product-detail-wrap h4 {
    color:#000;
    border-left:3px solid #FF758D;
    text-indent: 0.5em;
    color:#582c08;
    font-size:16px;
    width: 93%;
    font-size: 16px;
    margin: 10px auto;}

#product-detail-wrap h5{
	color:#f01d63;
    font-weight: bold;
	padding:5px 0 !important;
	font-size:14px;
	line-height:140%;
	margin:0 auto;}	

/*非表示*/
/* section#corner_sub_text_title, */
#product-detail-wrap #onair,
#product-detail-wrap #onsale,
#product-detail-wrap .onair,
#corner_main_text > h2{display:none;}

#product-detail-wrap p{line-height: 100% !important; padding:0 !important;}

/*========================================
 キャッチ
========================================*/
#product-detail-wrap #catch{
    width: 83%;
    background: #ff7499;
    box-shadow: 0 0 10px #ff7499, 0 0 10px #ff7499, 0 0 5px #ff7499, 0 0 3px #ff7499;
    padding: 1% 2%;
    font-size: 13px;
    color: #fff;
    margin: 20px auto 15px auto;}

#product-detail-wrap #catch span{color: #FFF08A;}
#product-detail-wrap #catch > p{line-height: 160% !important;}

/* ナビゲーション */
#product-detail-wrap #nav ul{
    overflow: hidden;
    margin:20px auto 0 auto;
    width: 92%;}

#product-detail-wrap #nav ul li{
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: #ff9db9;
    box-shadow: 0 0 5px #ff9db9;
    border-radius: 5px;}

#product-detail-wrap #nav ul li.main{
    width: 98%;
    width:calc(100% - 10px);}

#product-detail-wrap #nav ul li{
    width: 100%;
    float: left;
    width:calc(100% / 3 - 10px);
    margin:5px;}


/*
#product-detail-wrap #nav ul li{
    width: 48%;
    margin:1%;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 0 5px #ff9db9;
    border-radius: 5px;
    float: left;}
*/

#product-detail-wrap #nav ul li a{text-decoration: none; color:#fff;}

/* PICKUP */
#product-detail-wrap .pickup_area .box{
    width: 86%;
    margin:10px auto;
    padding:1% 2% 2% 2%;
    border:3px solid #d9c19e;
    border-radius: 8px;
    font-size:12px;   
    background: url(../images/bg_box.png);
    overflow: hidden;}

#product-detail-wrap .box p.tit{
    font-size: 14px;
    font-weight: bold;
    color:#432b05;
    border-bottom:2px dotted #d9c19e;}

#product-detail-wrap .box p{line-height: 140% !important;}

#product-detail-wrap .box p:not(:last-child){margin-bottom:5px !important;}

#product-detail-wrap .pickup_area p.img{
    width: 200px;
    height:auto;
    min-height: 50px;
    border:1px solid #ff9db9;
    background: #fff;
    border-radius: 3px;
    margin:10px auto;}

#product-detail-wrap .pickup_area p.img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;}

#product-detail-wrap .tokuten_box p.img,
#product-detail-wrap #fair_event p.img{
    border:3px solid #F3B22B;
    border-radius: 8px;
    background: #fff;
    min-height: 100px;
    width: auto;
    max-width: 250px;
    text-align: center;
    margin:0 auto 10px auto !important;}

#product-detail-wrap .tokuten_box p.img img,
#product-detail-wrap #fair_event p.img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;}

#product-detail-wrap .txt{padding:2%; overflow: hidden;}
#product-detail-wrap .txt p{margin-bottom:5px !important; font-size:12px;}

/*========================================
 いちおし
========================================*/
#product-detail-wrap #ichioshi .box{
    width: 85%;
    margin:10px auto 0 auto;
    padding:2%;
    border:3px solid #d9c19e;
    border-radius: 8px;
    background: url(../images/bg_box.png);
    min-height: 100px;
    overflow: hidden;}

#product-detail-wrap #ichioshi .box .left{width:100%;}

#product-detail-wrap #ichioshi .box .img{
    width: 150px;
    min-height:150px;
    background: #fff;
    height: auto;
    margin:0 auto;
    border:1px solid #ccc;}

#product-detail-wrap #ichioshi .box .img img{
	width:100%;
	height:auto;}

#product-detail-wrap #ichioshi .box .item_data,
#product-detail-wrap #ichioshi .box .detail{padding:0 !important;}

#product-detail-wrap #ichioshi .box .item_data dl{
    width: 150px;
    font-size:13px;
    margin:0 auto;
    line-height: 150%;}

#product-detail-wrap #ichioshi .box .right{
    width: 95%;
    margin:15px auto 0 auto;}

#product-detail-wrap #ichioshi .box .right p{
	font-size:12px !important;
    line-height:140%;}

#product-detail-wrap #ichioshi .box ul{
    overflow: hidden;
    margin-top:15px;
    width: 100%;
    text-align: left;}

#product-detail-wrap #ichioshi .box ul li{
    border:1px solid #ccc;
    width:46%;
    width:calc(47% - 2px);
    margin:1%;
    min-height: 100px;
    background: #fff;
    display: inline-block;}

#product-detail-wrap #ichioshi .box ul li img,
#product-detail-wrap #ichioshi .box .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;}

#product-detail-wrap #ichioshi .box .btn{
    margin-top:10px;
    width: 100%;}

/* フェア　イベント */
#product-detail-wrap #fair_event dl{
    overflow: hidden;
    width: 98%;
    font-size:13px;
    line-height: 150%;
    margin:0 auto;}

#product-detail-wrap #fair_event  dt{
    background: #444;
    border-radius: 3px;
    text-indent: 0.5em;
    color:#fff;
    margin-bottom:5px;
    font-weight: bold;}

#product-detail-wrap #fair_event dd{ margin-bottom:5px;}

/*商品情報*/
.itemsList li {
    padding: 2%;
    width: 86%;
    border: 3px solid #d9c19e;
    background: url(../images/bg_box.png);
    border-radius: 5px;
    position: relative;
    margin: 10px auto;}

.itemsList li + li {border-top: 3px solid #d9c19e; !important;}
.itemsList li div{color:#432b05;}

/* コピーライト */
#corner_copyright{
    color:#432b05;
    padding:0px 10px 20px 10px;}


/*========================================
 Parts
========================================*/
/* Fonts */
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font14{font-size:14px !important;}
.bold{font-weight:bold;}
.red{color:#f00;}

div.note h3
/* #product-detail-wrap h3 */{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9298+0,ff4b7d+100 */
background: #ff9298 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #ff9298 0%, #ff4b7d 100%) !important;; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff9298 0%,#ff4b7d 100%) !important;; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff9298 0%,#ff4b7d 100%) !important;; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9298', endColorstr='#ff4b7d',GradientType=0 ); /* IE6-9 */}
