@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size: 30%;
    overflow-y: scroll;
}
@media screen and (min-width : 550px){
    html{
        font-size: 62.5%;
    }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
    font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}
.fixed{
    position: fixed;
    width: 100%;
    height: 100%;
}
body *{
    box-sizing: border-box;
}
.min{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",Arial,Verdana, serif;
}
.yumin{
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.hiramaru{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}
img{
    width: 100%;
    height: auto;
}

.hover:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-out;
}
.tac{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.inner{
    width: 90.625%;
    margin: auto;
}
.flex{
    display: flex;
}
.img_txt{
    display: block;
    height: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background: 50% 50% no-repeat;
    background-size: auto 100%;
}
.btn_detail{
    position: relative;
    display: block;
    width: 78%;
    margin: auto;
    padding: 3.6% 0;
    font-size: 2.0rem;
    background-color: #a47a23;
    color: #fff;
}
.btn_detail:after{
    content: "\002192";
    position: absolute;
    height: 1em;
    top: 0;
    bottom: 0;
    right: 4.4%;
    margin: auto;
}

/* ------------------------------
    header
------------------------------ */
#header{
    width: 100%;
}
#header .hd_wrap{
    position: fixed;
    width: 100%;
    top: 0;
    padding-top: 14%;
    background-color: #fff;
    z-index: 99999;
}
#header .hd_wrap .ttl_hd{
    position: absolute;
    align-items: center;
    width: 51.5625%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 5%;
}
#header .hd_wrap .btn_cart{
    position: absolute;
    width: 14%;
    height: 100%;
    top: 0;
    right: 14%;
    background-image: url(../img/btn_cart.png);
    background-color: #e50012;
}
#header .hd_wrap .btn_menu{
    position: absolute;
    width: 14%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #070001;
}
#header .hd_wrap .btn_menu span{
    position: absolute;
    display: block;
    width: 60%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
#header .hd_wrap .btn_menu span:nth-of-type(1) {
    top: 28%;
}
#header .hd_wrap .btn_menu span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
#header .hd_wrap .btn_menu span:nth-of-type(3) {
    bottom: 28%;
}
#header .hd_wrap .btn_menu span:nth-of-type(2):after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
}
#header .hd_wrap .btn_menu.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
}
#header .hd_wrap .btn_menu.active span:nth-of-type(2) {
    transform: rotate(45deg);
}
#header .hd_wrap .btn_menu.active span:nth-of-type(2):after {
    transform: rotate(90deg);
}
#header .hd_wrap .btn_menu.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
}
#header .hd_menu{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 14%;
    background: #e6e6e6;
    z-index: 10000;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
#header .hd_menu .hd_menu_inner{
    height: 200%;
    padding: 6.25% 0 9%;
}
#header .hd_menu .ttl{
    margin-bottom: 4%;
    padding: 3% 0 3% 3.4%;
    font-size: 2.4rem;
    background-color: #a47a23;
    color: #fff;
}
#header .hd_menu .cate_sec{
    margin-bottom: 15%;
}
#header .hd_menu .cate_sec .cate_list li{
    float: left;
    width: 48.2%;
    margin-bottom: 1.5%;
}
#header .hd_menu .cate_sec .cate_list li a{
    display: block;
    padding: 4% 5%;
    font-size: 2.0rem;
    letter-spacing: -0.01em;
    background-color: #fff;
    border-radius: 3px; 
}
#header .hd_menu .cate_sec .cate_list li:nth-of-type(even){
    float: right;
}
#header .hd_menu .menu_sec{
    margin-bottom: 9%;
}
#header .hd_menu .cate_sec .cate_list li a i{
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    margin-right: 6%;
    vertical-align: middle;
    background: 50% 50% no-repeat;
    background-size: contain;
}
#header .hd_menu .cate_sec .cate_list .link01 i{
    background-image: url(../img/index/ico_cate01.png);
}
#header .hd_menu .cate_sec .cate_list .link02 i{
    background-image: url(../img/index/ico_cate02.png);
}
#header .hd_menu .cate_sec .cate_list .link03 i{
    background-image: url(../img/index/ico_cate03.png);
}
#header .hd_menu .cate_sec .cate_list .link04 i{
    background-image: url(../img/index/ico_cate04.png);
}
#header .hd_menu .cate_sec .cate_list .link05 i{
    background-image: url(../img/index/ico_cate05.png);
}
#header .hd_menu .cate_sec .cate_list .link06 i{
    background-image: url(../img/index/ico_cate06.png);
}
#header .hd_menu .cate_sec .cate_list .link07 i{
    background-image: url(../img/index/ico_cate07.png);
}
#header .hd_menu .cate_sec .cate_list .link08 i{
    background-image: url(../img/index/ico_cate08.png);
}
#header .hd_menu .cate_sec .cate_list .link09 i{
    background-image: url(../img/index/ico_cate09.png);
}
#header .hd_menu .cate_sec .cate_list .link10 i{
    background-image: url(../img/index/ico_cate10.png);
}
#header .hd_menu .cate_sec .cate_list .link11 i{
    background-image: url(../img/index/ico_cate11.png);
}
#header .hd_menu .cate_sec .cate_list .link12 i{
    background-image: url(../img/index/ico_cate12.png);
}
#header .hd_menu .cate_sec .cate_list .link13 i{
    background-image: url(../img/index/ico_cate13.png);
}
#header .hd_menu .cate_sec .cate_list .link14 i{
    background-image: url(../img/index/ico_cate14.png);
}
#header .hd_menu .menu_sec .btn_official{
    display: block;
    height: 28px;
    margin-bottom: 2%;
    padding: 0 3%;
    line-height: 28px;
    font-size: 2.0rem;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 3px; 
}
#header .hd_menu .menu_sec .btn_official:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    margin: -1% 3% 0 0;
    vertical-align: middle;
    background: url(../img/ico_ft.png) 50% 50% no-repeat;
    background-size: 100% auto;
}
#header .hd_menu .menu_sec .menu_link{
    flex-wrap: wrap;
    justify-content: space-between;
}
#header .hd_menu .menu_sec .menu_link li{
    width: 48.2%;
}
#header .hd_menu .menu_sec li a{
    display: block;
    padding: 5% 7%;
    vertical-align: middle;
    font-size: 1.8rem;
    border-bottom: 1px dotted #000;
}
#header .hd_menu .menu_sec li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: -2% 5% 0 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #A47A23;
}
#header .osusume_sec a{
    display: block;
    margin-bottom: 3%;
}

.container{
    padding-top: 14%;
}


/* ------------------------------
    fb_block
------------------------------ */
.fb_block{
    position: relative;
    width: 78%;
    max-width: 500px;
    margin: 0 auto 8.5%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

/* ------------------------------
    footer
------------------------------ */
.pagetop{
    display: block;
    padding: 4.6% 0;
    vertical-align: middle;
    font-size: 2.0rem;
    color: #fff;
    background-color: #4D4D4D;
}
.pagetop:after{
    content: "\002191";
    margin-left: 1.5em;
    vertical-align: middle;
    display: inline-block;
}

#footer{
    padding: 8% 0;
    background-color: #E6E6E6;
}
#footer .flex{
    justify-content: space-between;
}
#footer .ttl_ft{
    width: 38%;
}
#footer .btn_official{
    display: inline-block;
    height: 25px;
    padding: 0 2% 0 1.5%;
    line-height: 25px;
    white-space: nowrap;
    font-size: 1.7rem;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 3px; 
}
#footer .btn_official:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    margin: -2% 3% 0 0;
    vertical-align: middle;
    background: url(../img/ico_ft.png) 50% 50% no-repeat;
    background-size: 100% auto;
}
#footer .img{
    margin-top: 4%;
}
#footer .ft_link{
    flex-wrap: wrap;
}
#footer .ft_link li{
    width: 48.2%;
}
#footer .ft_link li a{
    display: block;
    padding: 5% 7%;
    vertical-align: middle;
    font-size: 1.8rem;
    border-bottom: 1px dotted #000;
}
#footer .ft_link li a:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: -2% 5% 0 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #A47A23;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */



#contents{
    padding-top:43px;
}
