<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;

}
.humberger{
    width:960px;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    margin:0px auto;
}
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        display: block;
    width: 20px;
    height: 17px;
    float: right;
    margin-top: 38px;
    margin-right: 15px;
        pointer-events:painted;
        cursor: pointer;
    }

    .menu-trigger &gt; div{
        cursor: pointer;
        position: absolute;
        width:20px;
        height:17px;
        z-index:140;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000;
        z-index:130;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 7px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-315deg);
        transform: translateY(7px) rotate(-315deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }

.sp_navi{
    display:none;
}

.sp_navi_area{
    position: absolute;
    width:100%;
    top:90px;
    z-index:100;
    background:rgba(255,255,255,1);
}


.subnavi{
    width:1000px;
    margin:0px auto;
    padding:0px 0px;
}
.subnavi_left{
    float:left;
    width:70%;
    border-right:1px solid #000;
    padding:30px 0px;
}

.subnavi_right{
    float:right;
    width:30%;
    padding:30px 0px 30px 30px;
}
.subnavi_right ul li{
    font-size:14px;
    padding:10px 0px;
    font-family:"Koburina Gothic W3 JIS2004";
    letter-spacing: 0.8px;
    line-height: 1.8em;
}
.subnavi_right ul li a {
    display: block;
}
.subnavi_left ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.subnavi_left ul li{
float:left;
width:33%;
padding:0px 5px 20px 5px;
    text-align: center;
}

.subnavi_left ul li h3{
    font-size:12px;
    font-family:"Koburina Gothic W1 JIS2004";
    line-height: 1.5em;
    padding:5px;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;

}
.slider img {
    width: 100%;
}

.slider2 img {
    width: 100%;
}
body {
    font-family:"Koburina Gothic W6 JIS2004";
    color:#000;
    -webkit-text-size-adjust: 100%;
    font-size:20px;
    line-height:2em;
    letter-spacing: 2px;
}



img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a{
text-decoration:none;
color:#3E3A39;
}

a:hover{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.mb2em{
    margin-bottom:2em;
}

li {
    list-style-type: none;
}

.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}

.wrapper{
    position: relative;
}

header{
    background:#fff;
    padding:10px 0px;
}
header h1{
    display: inline-block;
}

section.onepage{
    text-align: center;
    position: relative;
    overflow:hidden;
}

.midpos{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

header nav{
    float:right;
    margin-top:15px;
    margin-right:140px;
}

header nav ul{
    overflow: hidden;
}

header nav ul li{
    float:left;
    padding-left:80px;
}

header nav ul li a{
    font-size:13px;
    font-family:"Koburina Gothic W3 JIS2004";
}




.right{
    float:right;
}

section p{
    text-align: justify;
    margin:0px auto;
    display:block;
    width:600px;
}
.arrow{
    display: block;
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    height:100%;
    max-height:81px;
    width:auto;
}
.btn_area{
    position:fixed;
    bottom:30px;
    width:100%;
    height:81px;
    z-index:101;
    text-align: center;
    display:none;
    z-index:300;
}

.btn_area a{
    display:inline-block;
}


.main_contents{
    margin:0px auto;
}
.photo_main{
    background:#fff;
}
.contents_area{
    width:1000px;
    margin:0px auto;
    position:relative;
    overflow:hidden;
}

.pd60{
    padding:60px 0px;
}

.txt_c{
    text-align:center;
}
.txt_r{
    text-align:right;
}

.leftright{
    width:100%;
    overflow:hidden;
    display: flex;
    flex-direction: row;
}

.leftright .left{
    float:left;
    width:50%;
    position: relative;

}

.leftright .left .btn_link{
    position: absolute;
    bottom:0px;
}

.leftright .right{
    float:right;
    width:50%;
    font-family:"Koburina Gothic W6 JIS2004";
    font-size:16px;
    line-height: 2em;
    letter-spacing: 0.5px;
    
}


.right_area{
    width:80px;
    position:absolute;
    top:30px;
    right:0px;
    text-align: center;
    padding:0px 10px;
}

.mt30{
    margin-top: 30px!important;
}

.fortypesquare{
    display:none;
    font-family:"Koburina Gothic W1 JIS2004";
}
.mt15{
    margin-top:15px;
}
ul.p_list{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width:880px;
    margin:30px auto 0px;
}

ul.p_list&gt;li{
    width:330px;
}

ul.p_list&gt;li:nth-of-type(2),ul.p_list&gt;li:nth-of-type(4){
    margin-left:220px;
}

ul.p_list h3{
    font-size:18px;
    font-family:"Koburina Gothic W6 JIS2004";
    text-align: center;
    padding:10px 0px;
}

ul.p_list li p{
    font-size:14px;
    font-family:"Koburina Gothic W6 JIS2004";
    line-height: 1.8em;
    letter-spacing: 0.5px;
}

.white_bk_prduct{
    background:rgba(255,255,255,1);
    margin-top:30px;
    padding:30px 0px;
}

.white_bk_nom{
    background:rgba(255,255,255,1);
    margin:0px;
    padding:20px 0px 30px;
}
.white_bk{
    background:rgba(255,255,255,1);
    margin:0px 0px 0px;
    padding:50px;
}

.white_bk2{
    background:rgba(255,255,255,0.93);
    margin:60px 0px;
    padding:45px;
}

.white_bk3{
    background:rgba(255,255,255,1);
    padding:60px;
    margin-bottom:60px;
}
.white_bk4{
    background:rgba(255,255,255,0.93);
    padding:0px;
}

.basetxt{
    margin:30px 0px 0px;
    font-size:14px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.8em;
    letter-spacing: 0.5px;
}




.logo_img{
    max-height:60%;
    width:auto;
}
.product_copy{
    font-size:18px;
    font-family:"Koburina Gothic W6 JIS2004";
}

.product_name{
    font-size:26px;
    font-family:"Koburina Gothic W6 JIS2004";
    padding:5px 0px;
}

.product_name span{
    display: block;
    font-size:21px;
}

.product_fee{
    font-size:18px;
    font-family:"Koburina Gothic W6 JIS2004";
}

.product_fee span{
    font-size:14px;
    font-family:"Koburina Gothic W1 JIS2004";
}

.txtarea{
    font-size:15px;
    font-family:"Koburina Gothic W3 JIS2004";
    line-height: 2em;
    letter-spacing: 0.5px;
    margin-top:30px;
}

.indent-1{
    padding-left:1em;
text-indent:-1em;
}


a.to_link{
    color: #ff0000;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px auto 20px;
    border: 1px solid #ff0000;
    display: inline-block;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1em;
    letter-spacing: 0px;
}

.mb60{
    margin-bottom:40px;
}

a.to_link2{
    color: #ff0000;
    width:180px;
    
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 20px 20px;
    border: 1px solid #ff0000;
    display: inline-block;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1em;
    letter-spacing: 0px;
}

ul.product_list{
    overflow:hidden;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-bottom:30px;
}

ul.product_list li{
    margin-right:20px;
    margin-top:20px;
    margin-bottom:10px;
    width:230px;
}


.mgin_tb{
    margin-top:20px;
    margin-bottom:0px!important;
}

ul.product_list li:nth-of-type(4){
    margin-right:0px;
}

.product_list h3{
    font-size:16px;
    font-family: "Koburina Gothic W6 JIS2004";
    line-height:1.5em;
    margin-top:10px;
    letter-spacing: 0px;
}

.product_list .fee2{
    font-size:18px;
    font-family: "Koburina Gothic W6 JIS2004";
}

.caution{
    font-family: "Koburina Gothic W3 JIS2004";
    font-size:15px;
}

h2.title{
    font-size:26px;
    font-family: "Koburina Gothic W6 JIS2004";
}
h2.title span{
    font-size:18px;
    font-family: "Koburina Gothic W6 JIS2004";
    display:block;
}


ul.detail_list{
    overflow:hidden;
    display:flex;
    flex-wrap: wrap;
}

ul.detail_list li{
    width:450px;
    margin-top:30px;
}

ul.detail_list li:nth-of-type(2),ul.detail_list li:nth-of-type(4){
    margin-left:100px;
}

ul.detail_list h3{
    font-size:18px;
    margin-bottom:5px;
}

ul.detail_list p{
    font-size:14px;
    font-family: "Koburina Gothic W3 JIS2004";
    line-height: 1.8em;
    letter-spacing: 0.5px;
    margin-bottom:10px;
}

ul.detail_list p.caption{
    font-size:13px;
    font-family: "Koburina Gothic W3 JIS2004";
    margin-bottom:20px;
    margin-top:5px;
}
.bk_scroll{
    padding-top:120px;
}

.big_img{
    width:100%;
    height: 100%;
    position: fixed;
    top:0px;
    left:0px;
    z-index:100;
    text-align:center;
    display:none;
    background:rgba(0,0,0,0.7);
}
.big_img img.big_photo{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}

.big_img &gt; div{
    position: relative;
    display: inline-block;
    height: 100%;
}

.big_img &gt; div .close{
    position:absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}


.sns_area{
    background:rgba(255,255,255,1);
    padding:50px 0px;
}
.sns_area ul{
    overflow:hidden;
    display:block;
    margin:40px auto 0px;
    width:700px;
}

.pl50{
    padding-left:50px;
}

.mt10{
    margin-top:10px!important;
}

.overflow_area{
    overflow: hidden;
}

.p_img{
    position: relative;
}

.p_img:hover{
    opacity:0.5;
}

.p_img .plus{
    position: absolute;
    left:0px;
    top:0px;
    z-index:2;
    cursor: pointer;
}

table.size td{
    font-size:16px;
    font-size:16px;
    font-family: "Koburina Gothic W3 JIS2004";
    text-align:center;
    border:1px solid #000;
    padding:3px;
}

table.size th{
    font-size:16px;
    font-family: "Koburina Gothic W3 JIS2004";
    text-align:center;
    border:1px solid #000;
    padding:3px;
    padding-left:15px;
}

.table_area{
    float:left;
    width:450px;
}

table.size{
    border:1px solid #000!important;
    border-collapse: collapse;
    width:450px;
    margin-top:30px;
}



.size_img{
    display: inline-block;
    margin-left:50px;
    margin-top:30px;
}
.copyright_area{
    margin-top:30px;
    background:rgba(255,255,255,1);
    padding-top:50px;
}

.sns_area ul li{
    float:left;
    width:25%;
    text-align:center;
}

.btn_home{
    width:180px;
    color:#ff0000;
    border-radius:100px;
    text-align:center;
    font-size:14px;
    padding:10px;
    margin:0px auto 50px;
    border:1px solid #ff0000;
    display:block;
    font-family:"Koburina Gothic W3 JIS2004";
    line-height:1em;
}




.copyright{
    text-align: center;
    padding-bottom:55px;
}

.mt0{
    margin-top:0px;
}
.pc_only{
    display:block!important;
}

.sp_only{
    display:none!important;
}

.sns_area h3{
    
    font-size:19px;
    text-align:center;
    font-weight: normal;
}

.yodogawa{
    width:540px;
    margin:0px auto;
    font-size:18px;
    line-height:2em;
    letter-spacing: 1px;
    text-align:justify;
}
.yodogawa a{
    color:#ff0000;
    margin-top:2em;
    display:inline-block;
}

.pd30{
        padding:30px 0px;
    }
.txt_area dl{
width:540px;
margin:0px auto 2em;
overflow:hidden;
    text-align:left;
}

.txt_area dt{
font-weight:bold;
font-size:16px;
width:70px;
float:left;
line-height:2em;
font-family:"Koburina Gothic W6 JIS2004";
}
.txt_area dd{
font-weight:normal;
font-size:16px;
width:470px;
font-family:"Koburina Gothic W3 JIS2004";
float:right;
letter-spacing: 1px;
line-height:2em;
}

.txt_area dd a{
    color:#ff0000;
}

.txt_area p.caption{
font-size:16px;
line-height:2em;
letter-spacing:2px;
width:470px;
margin:0px auto 30px;
}

.mt0{
    margin-top:0px!important;
}

.end{
    font-size:15px;
    text-align:center;
    font-family:"Koburina Gothic W3 JIS2004";
}
.txt_area h2{
    font-size:23px;
    font-family:"Koburina Gothic W6 JIS2004";
    text-align: left;
    margin:60px auto 30px;
    width:540px;
    
}

.img_area{
width:700px;
margin:30px auto 40px;
    text-align:center;
}

.img_area img{
    margin:10px auto;
}

.img_area p{
    font-size:13px;
    line-height: 1.8em;
    text-align: left;
    font-family:"Koburina Gothic W3 JIS2004";
}


ul.navi{
    overflow:hidden;
    width:600px;
    margin:0px auto;
}

ul.navi li{
    float:left;
    width:50%;
}

ul.navi li:first-child{
    text-align:left;
}

ul.navi li:last-child{
    text-align:right;
}

ul.navi li a{
    color:#ff0000;
    font-size:17px;
    font-family:"Koburina Gothic W3 JIS2004";
}

h3.archive_title{
    width:600px;
    font-size:20px;
    margin:0px auto 10px;
    text-align: center;
}

ul.archive_navi{
    overflow: hidden;
    width:600px;
    margin:0px auto;
}

ul.archive_navi li a{
    display: block;
    border:1px solid #000;
    padding:20px;
    padding-left:80px;
    background:url(../img/archive_01.png) no-repeat center left 20px;
    background-size:42px 35px;
    font-size:18px;
    line-height:1em;
    margin-top:10px;
}

ul.archive_navi li a.archive02{

    background:url(../img/archive_02.png) no-repeat center left 20px;
    background-size:49px 36px;
    margin-top: 30px;

}
ul.archive_navi li a.archive03{
    background:url(../img/archive_03.png) no-repeat center left 20px;
    background-size:50px 36px;
    margin-top: 30px;
}

.seikatsu_info{
    width:600px;
    text-align:center;
    margin:0px auto;
}

.seikatsu_info h3{
    font-size:20px;
    margin-bottom:20px;
}
.seikatsu_info p{
    display:inline-block;
    text-align: left;
    font-size:15px;
    line-height:2em;
    font-family:"Koburina Gothic W1 JIS2004";
    letter-spacing: 1px;
}

.seikatsu_info a{
    color:#ff0000;
    font-size:17px;
    font-family:"Koburina Gothic W3 JIS2004";
}

.sell_info{
    width:600px;
    text-align:center;
    margin:0px auto;
}

.sell_info h3{
    font-size:19px;
    margin-bottom:20px;
}
.sell_info p{
    display:inline-block;
    text-align: left;
    font-size:15px;
    line-height:2em;
    font-family:"Koburina Gothic W1 JIS2004";
    letter-spacing: 1px;
}
.txt14{
    font-size:14px;
    font-family:"Koburina Gothic W3 JIS2004";
}
.c_tate{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

ul.cart_btn2{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    margin:10px auto 0px;
}
.cart_area2{
    margin:0px auto;
}
ul.cart_btn2 li{
    width:25%;
    padding-bottom:10px;
    line-height: 1.5em;
    margin-right:20px;
}

ul.cart_btn2 li:nth-child(3){
    margin-right:0px;
}

ul.cart_btn2 li a{
    border:1px solid #0082ff;
    border-radius: 100px;
    background:url(../../common/img/cart_icon.png) no-repeat center left 15px;
    background-size:26px 17px;
    padding:10px;
    width:120px;
    color: #0082ff;
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:14px;
    letter-spacing: 0.5px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    padding-left:40px;
    cursor: pointer;
}

ul.cart_btn2 li.sold a{
    background:url(../../common/img/cart_icon_w.png) no-repeat center left 15px;
    background-size:26px 17px;
    background-color:#808080;
    border:#808080;
    color:#fff;    
}

ul.cart_btn{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    margin:20px auto;
    max-width:330px;
}

.cart_area{
    max-width:330px;
    margin:0px auto;
}
ul.cart_btn li{
    width:50%;
    padding-bottom:10px;
    
    line-height: 1.5em;
}

ul.cart_btn li:nth-child(2),ul.cart_btn li:nth-child(4){
    text-align: right;
}

ul.cart_btn li a{
    border:1px solid #0082ff;
    border-radius: 100px;
    background:url(../../common/img/cart_icon.png) no-repeat center left 15px;
    background-size:26px 17px;
    padding:10px;
    width:140px;
    color: #0082ff;
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:14px;
    letter-spacing: 0.5px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    padding-left:30px;
    cursor: pointer;
}

ul.cart_btn li.sold a{
    background:url(../../common/img/cart_icon_w.png) no-repeat center left 15px;
    background-size:26px 17px;
    background-color:#808080;
    border:#808080;
    color:#fff;    
}

.stock{
    font-size:14px;
    color:#ff0000;
    width:140px;
    text-align: center;
    display:inline-block;
    line-height: 1em;
    margin-bottom:10px;
    font-family:"Koburina Gothic W3 JIS2004";
}

.sp_only_in{
    display:none!important;
} 
@media screen and (max-width:768px){


.pc_only{
    display:none!important;
}

.sp_only{
    display:block!important;
}  

.sp_only_in{
    display:inline-block!important;
}  
    
img{
        max-width:100%;
}

*{
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.yodogawa,.txt_area dl,.txt_area dt,.txt_area dd,.img_area,ul.navi,h3.archive_title,
    ul.archive_navi,.seikatsu_info,.sell_info,.icon_fixed,.contents_area{
        width:100%;
    }
    
    section p{
         width:100%;
        padding:0px 10px;
        font-size:18px;
        line-height: 1.8em;
        letter-spacing: 1px;
    }
    
    
    .sns_area ul{
        width:100%;
        padding:0px 10px
    }
    
    .arrow{
    max-width:10%;
    height:auto;
}
    .sell_info h3 {
    font-size: 19px;
        text-align:left;
    margin-bottom: 20px;
}
  
    
    .txt_area dl {
    margin: 0px auto 1em;
    overflow: hidden;
    text-align: left;
}
    
  
    .copyright_area {
    margin-top: 20px;
    background: rgba(255,255,255,1);
    padding-top: 30px;
}
    
    .sns_area {
    background: rgba(255,255,255,1);
    padding: 30px 0px;
}
    .copyright {
    text-align: center;
    padding-bottom: 30px;
}
    .right_area{
    width:35px;
    position:absolute;
    top:15px;
    right:0px;
    text-align: center;
    padding:0px 5px;
}
   
    
    h1{
        height:50px;
        width:auto;
    }
    
    h1 img{
        max-height:100%;
        width:auto;
    }
  
    
    .num_area{
        font-size:10px;
        margin-left:-3px;
    }
    
    .white_bk3{
        padding:30px 30px 30px 30px;
        margin:20px 0px;
    }
    .white_bk2{
        margin:20px 0px;
        padding:20px 30px 20px 30px;
    }
    
    .white_bk{
        padding:30px 0px 50px 0px;
       margin:0px; 
    }
    .table_area,table.size{
        width:100%;
    }
    
    .size_img{
        margin-left:0px;
    }
    .white_bk_nom{
        padding:30px 0px;
    }
    
    .white_bk3{
        margin-top:0px;
    }
    
    .pb40{
        padding-bottom:40px;
    }
    
    img.tate{
        width:72%;
        
    }
    
    .c_tate{
    width:72%;
    margin-left:auto;
    margin-right:auto;
}
    .txt_area h2{
        width:100%;
        margin-bottom:20px;
    }

    
    .bk_01 {
    background: url(../img/main_bk_sp.jpg) no-repeat center bottom #000;
    background-size: cover;
    }
    
 
    
    .img_area {
    margin: 30px auto 30px;
    }
    
    .sns_area ul {
    
    margin: 20px auto 0px;
    
    }
    
    
    
    ul.archive_navi li a {
    display: block;
    border: 1px solid #000;
    padding: 17px;
    padding-left: 50px;
    padding-right:5px;
    background: url(../img/archive_01.png) no-repeat center left 10px;
    background-size: 30px;
    font-size: 14px;
    line-height: 1em;
    margin-top: 10px;
}
    
    ul.archive_navi li a.archive02 {
    background: url(../img/archive_02.png) no-repeat center left 10px;
    background-size: 32px;
        margin-top: 20px;
        line-height:1.5em;
}
    
    ul.archive_navi li a.archive03{
    background:url(../img/archive_03.png) no-repeat center left 10px;
    background-size:32px;
    margin-top: 20px;
        line-height:1.5em;
}
    .profile{
        width:100%;
        padding:10px;
    }
    
    .img_area img{
        margin:10px auto 7px;
    }
    
    .yodogawa{
        font-size:17px;
        line-height:1.7em;
        letter-spacing: 1px;
    }
    
    .profile p{
        font-size:15px;
    }
    .bk_scroll{
    background-size:200%;
    padding-top:60px;
}

    
    .column{
    width:100%;
    padding:0px;
    margin:0px auto;
    border-left:1px solid #000;
    border-right:1px solid #000;
    }

.white_bk4{
    background:rgba(255,255,255,0.93);
    padding:0px;
}


.bk03{
    background:url(../img/bk03_i02_sp.jpg) no-repeat center center;
    background-size:cover;
    padding-top:60px;
    margin-top:-20px;
}

    
    
    .sub_title{
        padding:30px 0px 40px;
    }
    .sub_title img{
        width:12%;
        height:auto;
    }
    .logo_img{
        height:50%;
        margin-top:-20%;
        width:auto;
    }
    
    
    .contents_area{
        padding-left:15px;
        padding-right:15px;
    }
    #otsu{
        position:relative;
    }
    
    .sub_copy01{
    position:absolute;
    right:20px;
    z-index:5;
    }
.sub_copy02{
    position:absolute;
    right:20px;
    z-index:5;
}
.sub_copy03{
    position:absolute;
    right:0px;
    left:0px;
    margin:0px auto;
    z-index:5;
}
.sub_copy04{
    position:absolute;
    left:40px;
    z-index:5;
}
.sub_copy05{
    position:absolute;
    right:0px;
    left:0px;
    margin:0px auto;
    z-index:5;
}
    


    ul.product_list{
    overflow:hidden;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-bottom:15px;
}

ul.product_list li{
    margin-right:4%;
    margin-top:2%;
    margin-bottom:2%;
    width:48%;
}


.mgin_tb{
    margin-top:20px;
    margin-bottom:0px!important;
}

    .arrow2 {
    max-width: 10%;
    height: auto;
}
ul.product_list li:nth-of-type(2){
    margin-right:0px;
}
ul.product_list li:nth-of-type(6){
    margin-right:0px;
}
 .btn_area_sp {
    width: 100%;
    text-align: center;
    z-index: 300;
    display:none;
    position:absolute;
     bottom:30px;
     left: 0px;
}
    .btn_area_sp a {
    display: block;
}
    
    .pd30{
        padding:15px 0px 20px!important;
    }
    .leftright{
        display: block;
    }
    
    ul.detail_list li img{
        margin-left:auto;
        margin-right:auto;
        display:block;
        
    }
.leftright .left,.leftright .right,ul.p_list,ul.p_list&gt;li,ul.detail_list li{
	width:100%;
}
    ul.p_list&gt;li{
        padding-left:30px;
        padding-right:30px;
        text-align: center;
        padding-bottom:10px;
    }
    
    ul.p_list&gt;li p{
        text-align: left;
    }
    .mb30sp{
        margin-top:30px;
    }

ul.p_list&gt;li:nth-of-type(2),ul.p_list&gt;li:nth-of-type(4){
	margin-left:0px;
}

ul.detail_list li:nth-of-type(2),ul.detail_list li:nth-of-type(4){
	margin-left:0px;
}
    
    
ul.cart_btn,ul.cart_btn2{
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    margin:20px 0px 0px;
}

ul.cart_btn li,ul.cart_btn2 li{
    width:50%;
    padding-bottom:10px;
    text-align: left;
    line-height: 1em;
    margin-right:0px;
}

ul.cart_btn li:nth-child(2),ul.cart_btn li:nth-child(4),ul.cart_btn2 li:nth-child(2),ul.cart_btn2 li:nth-child(4){
    text-align: right;
}

ul.cart_btn li a,ul.cart_btn2 li a{
    border:1px solid #0082ff;
    border-radius: 100px;
    background:url(../../common/img/cart_icon.png) no-repeat center left 10px;
    background-size:26px 17px;
    padding:10px;
    width:90%;
    color: #0082ff;
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:14px;
    letter-spacing: 0.5px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    padding-left:30px;
    cursor: pointer;
}

.stock{
    font-size:14px;
    color:#ff0000;
    width:90%;
    text-align: center;
    display:inline-block;
    line-height: 1em;
    margin-top:10px;
    margin-bottom:20px;
}
    
.humberger{
    width:100%;
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    margin:0px auto;
}
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        display: block;
    width: 20px;
    height: 17px;
    float: right;
    margin-top: 28px;
    margin-right: 20px;
        pointer-events:painted;
        cursor: pointer;
    }
    

.sp_navi_area{
    position: absolute;
    width:100%;
    top:70px;
    z-index:100;
    background:rgba(255,255,255,1);
}    
.subnavi{
    width:100%;
    margin:0px auto;
    padding:0px 0px;
}
.subnavi_left{
    float:left;
    width:100%;
    border-right:none;
        padding:30px 10px 20px;
}

.subnavi_right{
    float:right;
    width:100%;
    padding:0px 0px 40px 0px;
}
.subnavi_right ul li{
    font-size:14px;
    padding:10px 0px;
    font-family:"Koburina Gothic W3 JIS2004";
}
.subnavi_left ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.subnavi_left ul li{
float:left;
width:33%;
padding:0px 5px 20px 5px;
    text-align:center;
    }
    .subnavi_right ul{
        border-top:1px solid #000;
    }
    
    .subnavi_right ul li{
        border-bottom:1px solid #000;
        padding-left:10px;
    }

.subnavi_left ul li h3{
    font-size:12px;
    font-family:"Koburina Gothic W1 JIS2004";
    line-height: 1.5em;
    padding:5px;
    text-align: center;
}
    .subnavi_left h2{
        text-align: center;
    }
    
    ul.sp_cart_navi{
        overflow:hidden;
    }
    
    ul.sp_cart_navi li{
        width:50%;
        border-top:1px solid #000;
        border-bottom:1px solid #000;
        font-size:12px;
        text-align: center;
        float:left;
        
    }
    ul.sp_cart_navi li:first-child{
        border-right:1px solid #000;
    }
}

@media (max-width: 500px){
    
ul.p_list&gt;li {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 10px;
}

}
</pre></body></html>