@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;

}

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%;

}

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;
}

.stock {
    font-size: 16px;
    color: #777;
}

.news__pos {
    position: absolute;
    left: 50%;
    top: 9%;
    transform:translate(-50%, 0);
}

.news__txt {
    padding: 15px 30px;
    display: block;
    font-size: 28px;
    line-height: 2;
    width: 700px;
    margin: 0 auto;
    color: #fff;
}

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

.wrapper{
    position: relative;
}
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%);
}

.midpos-white {
    width: 100%;
    background: rgba(255,255,255,0.93);
}

.fixed_area{
    position:fixed;
    width:100%;
    z-index:100;
    background:#000;
}

.abs_area{
    position:absolute;
    width:100%;
}


.bk_01{
    background:url(../img_store/main_bk.jpg) no-repeat center center #fff;
    background-size:cover;
    position:relative;
}
.copy01_txt,.copy01_bk,.copy02_txt,.copy02_bk{
    display:none;
}

.bk_02{
    background:url(../img_store/bk02_i02.jpg) no-repeat center center;
    background-size:cover;
    position:relative;
    display:none;
}
.scroll_area{
    display:none;
    position: absolute;
    width:100%;
    z-index: 200;
}

.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_area2 {
    position:absolute;
    bottom:30px;
    width:100%;
    height:81px;
    z-index:101;
    text-align: center;
    display:block;
    z-index:300;
}

.btn_area a{
    display:inline-block;
}

.btn_area_anser{
 position:fixed;
 bottom:30px;
 width:100%;
 height:81px;
 z-index:101;
 text-align: center;
 display:none;
 z-index:300;
}

.btn_area_anser a{
    display:inline-block;
}
.main_contents{
    margin:0px auto;
}
.photo_main{
    background:#fff;
}
.contents_area{
    width:1000px;
    margin:0px auto;
    position:relative;
    overflow:hidden;
}
.contents_area2{
    width:100%;
    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;
}

.leftright .left{
    float:left;
    width:35%;
    text-align:right;
    padding-right:15px;
    border-right:1px solid #000;
}

.leftright .right{
    float:right;
    width:65%;
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:18px;
    line-height: 2em;
    letter-spacing: 0.5px;
    padding-left:120px;
    
}
h1{
    position:absolute;
    top:30px;
    right:100px;
}
.icon_fixed{
    position:absolute;
    width:1000px;
    top:0px;
    left:0px;
    right:0px;
    margin:0px auto;
    pointer-events: none;
}
.right_area{
    width:80px;
    position:absolute;
    top:30px;
    right:0px;
    text-align: center;
    padding:0px 10px;
}


.fortypesquare{
    display:none;
    font-family:"Koburina Gothic W1 JIS2004";
}
.mt15{
    margin-top:15px;
}

.white_bk_prduct{
    background:rgba(255,255,255,0.93);
    margin:0px;
    padding:80px 0px 80px;
}

.white_bk_nom{
    background:rgba(255,255,255,0.93);
    margin:0px;
    padding:50px;
}
.white_bk{
    background:rgba(255,255,255,0.93);
    margin:60px 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;
}


.bk03{
    background:url(../img_store/bk03_i02.jpg) no-repeat center center;
    background-size:cover;
    padding-top:120px;
    margin-top:-60px;
}

.sub_copy{
    display:none;
}

.sub_copy01{
    position:absolute;
    right:0px;
    z-index:5;
}
.sub_copy02{
    position:absolute;
    right:0px;
    z-index:5;
}
.sub_copy03{
    position:absolute;
    right:0px;
    left:0px;
    margin:0px auto;
    z-index:5;
}
.sub_copy04{
    position:absolute;
    right:0px;
    z-index:5;
}
.sub_copy05{
    position:absolute;
    left:100px;
    z-index:5;
}


.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_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;
}


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;
}

ul.product_list li .stock {
    display: block;
    font-size: 13px;
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    padding: 0;
    line-height: 0;
}

.addtxt{
    font-size:18px;
    font-family: "Koburina Gothic W6 JIS2004";
    line-height: 1em;
    margin-top:20px;
}

.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;
}

.bk_scroll{
    background-image:url(../img_store/bk05.jpg);
    background-size:cover;
    padding-top:120px;
}

.bk_scroll1{
    background-image:url(../img_store/run_bk.jpg);
    background-size:cover;
}
.bk_scroll2{
    background-image:url(../img_store/mainichi_bk.jpg);
    background-size:cover;
}
.bk_scroll3{
    background-image:url(../img_store/genten_bk.jpg);
    background-size:cover;
}
.bk_scroll4{
    background-image:url(../img_store/maho_bk.jpg);
    background-size:cover;
}
.bk_scroll5{
    background-image:url(../img_store/uchu_bk.jpg);
    background-size:cover;
}
.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;
}

.copyright_area{
    margin-top:60px;
    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;
}
.pc_only{
    display:block;
}

.sp_only{
    display:none;
}

.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;
}
.profile{
    padding:10px 0px;
    width:540px;
    margin:30px auto 0px;
    display:none;
}
.profile h2{
    margin-bottom:1em;
}
.profile p{
    font-family:"Koburina Gothic W3 JIS2004";
    font-size:16px;
    letter-spacing: 0.5px;
    line-height:2em;
    
}
.profile .close{
    text-align: right;
    font-size:30px;
}
.profile .close a{
    margin-top:0px;
}

.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_store/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_store/archive_02.png) no-repeat center left 20px;
    background-size:49px 36px;
    margin-top: 30px;

}
ul.archive_navi li a.archive03{
    background:url(../img_store/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;
}

.c_tate{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

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

    .stock {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .pc_only{
        display:none;
    }

    .sp_only{
        display:block;
    }  

    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,.contents_area2{
    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;
}
.news__txt {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2.2;
    transform: translate(-50%, 0);
    position: absolute;
    top: 10%;
    left: 50%;
}

.sell_info h3 {
    font-size: 19px;
    text-align:left;
    margin-bottom: 20px;
}
h1{
    display:inline-block;
    text-align: right;
    height:auto;
}

.txt_area dl {
    margin: 0px auto 1em;
    overflow: hidden;
    text-align: left;
}

h1 img{
    width:30%!important;
}
.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;
}
.bk_scroll {
}


.updown{
    width: 25px;
    position: absolute;
    bottom: 30px;
    right: 5px;
    padding: 0px 5px;
}

.num_area{
    font-size:10px;
    margin-left:-3px;
}

.white_bk,.white_bk3{
    padding:30px 30px 30px 30px;
    margin:20px 0px;
}
.white_bk2{
    margin:20px 0px;
    padding:20px 30px 20px 30px;
}

.white_bk_nom{
    padding: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_02 {
    background: url(../img_store/bk02_i02_sp.jpg) no-repeat center center #000;
    background-size: contain;
}

.bk_01 {
    background: url(../img_store/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_store/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_store/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_store/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{
}


.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_store/bk03_i02_sp.jpg) no-repeat center center;
    background-size:cover;
    padding-top:60px;
    margin-top:-20px;
}
.column01{
    padding:30px 30px
}

.column01 h2{
    font-size:23px;
    margin-bottom:20px;
}
.column01 p{
    font-size:16px;
    font-family:"Koburina Gothic W6 JIS2004";
    line-height: 2em;
    padding:0px 0px;
}

.column02{
    padding:30px 30px;
}
.column02 p{
    font-size:15px;
    font-family:"Koburina Gothic W3 JIS2004";
    line-height: 2em;
    letter-spacing:1px;
    padding:0px 0px;
}

.leftright .right{
    float:right;
    width:100%;
    padding-left:0px;
    font-size:16px;
    
}

.sub_title{
    padding:30px 0px 40px;
}
.sub_title img{
    width:12%;
    height:auto;
}
.logo_img{
    height:50%;
    margin-top:-20%;
    width:auto;
}


.contents_area, .contents_area2 {
    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;
}
.bk_scroll{
    background-image:url(../img_store/bk05.jpg);
    background-size:100%;
}

.bk_scroll1{
    background-image:url(../img_store/bk01_top_sp.jpg);
    background-size:100%;
}
.bk_scroll2{
    background-image:url(../img_store/bk02_top_sp.jpg);
    background-size:100%;
}
.bk_scroll3{
    background-image:url(../img_store/bk03_top_sp.jpg);
    background-size:100%;
}
.bk_scroll4{
    background-image:url(../img_store/bk04_top_sp.jpg);
    background-size:100%;
}
.bk_scroll5{
    background-image:url(../img_store/bk05_top_sp.jpg);
    background-size:100%;
}

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;
}

.news__pos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
}

}

@media (max-width: 500px){



}