@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/* ===========================================================================
	Common
	- Reset
	- Base
	- Module
	- Layout
 =========================================================================== */
/* ---------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input,select,option,textarea,legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    box-sizing:border-box;
}
html{
    line-height:1;
    font-size:62.5%;
}
ol, ul{
    list-style-type:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
caption, th, td{
    text-align:left;
    font-weight:normal;
    vertical-align:middle;
}
q, blockquote{
    quotes:none;
}
q:before, q:after, blockquote:before, blockquote:after{
    content:"";
    content:none;
}
button{
    background:none;
    border:none;
}
a img{
    border:none;
}
img{
    width:100%;
    height:auto;
    vertical-align:bottom;
    font-size:0;
    line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    display:block;
}
input[type=number]{
    min-width:4em;
}

/* ---------------------------------------------------------------------------
	Base
--------------------------------------------------------------------------- */
body{
    font-size:1.6rem;
    font-family:"游明朝 Medium","游明朝体 Medium","Yu Mincho Medium","YuMincho Medium","游明朝","游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    color:#393027;/* 通常文字色 */
    background:#fff;/* 通常背景色 & 背景画像 */
}
img{
    max-width:100%;
    height:auto;
    -webkit-backface-visibility:hidden;
}
a,select{
    color:#393027;
    text-decoration:none;
    opacity:1;
    transition:opacity 300ms;
}
a:hover,select:hover{
    opacity:0.7;
    cursor:pointer;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
}
h2{
    font-size:3rem;
}
h3{
    font-size:2.4rem;
}
strong{
    font-weight:bold;
}
b{
    font-weight:bold;
}
pre{
    white-space:pre-wrap;
}
label:after{
    display:none;
}
@media only screen and (max-width:768px){
    h2{
        font-size:1.9rem;
    }
    h3{
        font-size:1.7rem;
    }
}

/* button */
.btn-area{
    margin-bottom:20px;
    text-align:center;
}
.btn{
    margin:2em auto;
    padding:1em 4em;
    font-size:1.4rem;
    font-weight:normal;
    position:relative;
    display:inline-block;
    text-align:center;
    color:#393027;
    border:#393027 1px solid;
    background-color:#fff;
    transition:all 0.3s;
}
.btn-black{
    margin:2em auto;
    padding:1em 4em;
    font-size:1.4rem;
    font-weight:normal;
    position:relative;
    display:inline-block;
    text-align:center;
    color:#fff;
    border:#fff 1px solid;
    background-color:#393027;
    transition:all 0.3s;
}
.btn:after{
    display:inline-block;
    content:'→';
    margin-left:0.5em;
    font-size:1.25em;
}
.btn:hover{
    border-color:#847e72;
}
.btn:hover:after{
    opacity:0.7;
}
.btn span:before{
    position:absolute;
    top:50%;
    left:10px;
    display:block;
    width:10px;
    height:14px;
    margin-top:-7px;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn.png);
    background-repeat:no-repeat;
    background-size:cover;
}
.btn-more{
    position:absolute;
    z-index:1;
    top:30px;
    right:0;
}
.btn_noArrow{
    font-weight:normal;
    line-height:1em;
    position:relative;
    text-align:center;
    color:#393027;
    border:#393027 1px solid;
    background-color:#fff;
    transition:all 0.3s;
    padding:0.5em 2em;
}

.btn-back{
    font-weight:normal;
    line-height:42px;
    position:relative;
    display:inline-block;
    width:230px;
    height:44px;
    text-align:center;
    color:#393027;
    border:#393027 solid 1px;
    border-radius:2px;
    background-color:#fff;
}

a.btn-back span:before{
    position:absolute;
    top:50%;
    left:10px;
    display:block;
    width:10px;
    height:14px;
    margin-top:-7px;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-back.png);
    background-repeat:no-repeat;
    background-size:cover;
}

@media only screen and (max-width:768px){
    .btn-area{
    }
    .btn-more{
        position:inherit;
        z-index:1;
        top:0;
        right:0;
        padding:0 10px;
    }
    .btn{
        width:100%;
    }
    .btn span:before{
        position:absolute;
        top:50%;
        left:10px;
        display:block;
        width:8px;
        height:12px;
        margin-top:-6px;
        content:'';
        background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn_sp.png);
        background-repeat:no-repeat;
        background-size:cover;
    }
    .btn-area a.btn-back span:before{
        position:absolute;
        top:50%;
        left:40px;
        display:block;
        width:10px;
        height:14px;
        margin-top:-8px;
        content:'';
        background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-back.png);
        background-repeat:no-repeat;
        background-size:cover;
    }
}

button,input,textarea,select,option{
    font-family:"游明朝 Medium","游明朝体 Medium","Yu Mincho Medium","YuMincho Medium","游明朝","游明朝体","Yu Mincho","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
input[type='text'],
input[type='password']{
    font-size:1.4rem;
    font-weight:normal;
    line-height:2em;
    height:2em;
    border:#d1d1d1 solid 1px;
}
input[type='checkbox']{
    margin-right:0.5em;
}
textarea{
    width:100%;
    border:#d1d1d1 solid 1px;
}
table{
    width:100%;
    border-collapse:collapse;
}
table th,
table td{
    border-spacing:0;
    border-collapse:collapse;
    vertical-align:middle;
    border:none;
}
@media screen and (max-width:768px){
    body{
        font-size:1.3rem;
    }
    img{
        width:100%;
        max-width:none;
    }
}

/* ---------------------------------------------------------------------------
	Module
--------------------------------------------------------------------------- */
.pcView{
}
.spView,.spViewInline,.spViewFlex{
    display:none;
}
@media only screen and (max-width:768px){
    .pcView{
        display:none;
    }
    .spView{
        display:block;
    }
    br.spView,.spViewInline{
        display:inline-block;
    }
    .spViewFlex{
        display:flex;
    }
}

/* ---------------
	clearfix
--------------- */
.clearfix:after,.cf:after{
    content:"";
    display:block;
    clear:both;
}

/* ---------------
	box
--------------- */
.content{
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
}
.contentThin{
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
    padding:2em;
}
@media only screen and (max-width:768px){
}

/* ---------------
	title
--------------- */
.ttl{
    position:relative;
    padding:1em 0 0.5em;
    font-size:3rem;
    text-align:center;
}

.ttl2{
    position:relative;
    padding:2.5em 0 1.5em;
    font-size:2.6rem;
    text-align:center;
}
.subTtl{
    font-size:1.6rem;
    margin-bottom:0.5em;
    color:#847e72;
}
@media only screen and (max-width:768px){
    .ttl{
        font-size:1.7rem;
        padding:1em 0 1em;
    }

    .ttl2{
        font-size:1.5rem;
    }
    .subTtl{
        font-size:1.3rem;
    }
}

/* ---------------
	flex
--------------- */
.flex,.flex3clm{
    display:flex;
    flex-wrap:wrap;
}
.flex3clm >li{
    width:30%;
    margin-right:5%;
}

.flex3clm >li:nth-of-type(3n){
    margin-right:0;
}

/* ---------------
	table/list
--------------- */
table.tbl{
    width:100%;
    margin-bottom:1.5em;
}
table.tbl tr th{
    font-size:1.4rem;
    font-weight:normal;
    position:relative;
    width:9rem;
    padding:0.5em 0.5em 1em 0.5em;
    text-align:left;
}
table.tbl tr th:after{
    position:absolute;
    top:0;
    right:0;
    content:':';
}
table.tbl tr td{
    font-size:1.4rem;
    padding:0.5em 1em 2em;
    text-align:left;
}
table.border{
    width:100%;
    border:1px #393027 solid;
}
table.border th,
table.border td{
    padding:1em;
    line-height:1.4em;
    text-align:left;
    border:1px #393027 solid;
}
table.border thead th,
table.border thead td{
    text-align:center;
    background-color:#847e72;
    color:#fff;
}
table.border .price{
    text-align:right;
    white-space:nowrap;
}
table.border .nowrap{
    white-space:nowrap;
}
ul.list1 li{
    font-size:1.4rem;
    position:relative;
    margin-bottom:1em;
    padding-left:2em;
}
ul.list1 li:before{
    position:absolute;
    top:0.5em;
    left:0;
    display:inline-block;
    width:1rem;
    height:1.4rem;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn.png);
    background-repeat:no-repeat;
    background-size:cover;
}
ul.list2 li{
    font-size:1.4rem
    position:relative;
    margin-bottom:1em;
    padding-left:2em;
}

ul.list2 li:before{
    position:absolute;
    top:1em;
    left:0;
    display:inline-block;
    width:0.8rem;
    height:1px;
    content:'';
    background-color:#666;
}
dl.dl2clm{
    display:flex;
    flex-wrap:wrap;
    border-top:1px #ddd solid;
}
dl.dl2clm dt,
dl.dl2clm dd{
    padding:1em;
    border-bottom:1px #ddd solid;
    line-height:1.8em;
}
dl.dl2clm dt{
    width:15em;
}
dl.dl2clm dd{
    width:calc(100% - 15em);
}
@media screen and (max-width:768px){
    table.tbl{
        width:100%;
    }
    table.tbl tr th{
        font-size:1.3rem;
        font-weight:normal;
        width:5em;
        padding:0.5em 0;
        text-align:left;
    }
    table.tbl tr td{
        font-size:1.3rem;
        padding:0.5em 1em;
        text-align:left;
    }
    div.table-scroll{
        width:100%;
        overflow-x:scroll;
    }
    ul.list1 li:before{
        position:absolute;
        top:5px;
        left:0;
        display:inline-block;
        width:8px;
        height:12px;
        content:'';
        background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-btn_sp.png);
        background-repeat:no-repeat;
        background-size:cover;
    }
    dl.dl2clm dt{
        width:100%;
        border-bottom:none;
        padding-bottom:0;
    }
    dl.dl2clm dd{
        width:100%;
    }
}

/* ---------------
	animation
--------------- */
@keyframes opacityFadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes widthEx{
    0%{
        transform:scaleX(0);
        transform-origin:left top;
    }
    100%{
        transform:scaleX(1);
        transform-origin:left top;
    }
}

/* ---------------------------------------------------------------------------
	Layout
	- Base
	- header
	- main
	- footer
--------------------------------------------------------------------------- */
/* ---------------
	LayoutBase
--------------- */
#wrapper,
.wrapper,
.main-contents{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.main-contents{
    padding:2rem;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.row{
    max-width:1300px;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (max-width:768px){
    #wrapper,
    .wrapper,
    .main-contents{
        min-width:0;
    }
}

/* ---------------
	header
--------------- */
#header{
    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    height:7rem;
    background:linear-gradient(#fff 50%,rgba(255,255,255,0.9) 60%, rgba(255,255,255,0) 100%);
}
.header-top{
    position:relative;
    margin:0 auto;
    max-width:none;
    padding:1rem;
}
.header-logo{
    padding-left:1rem;
    max-width:20rem;
    text-align:center;
}
.header-cart{
    position:absolute;
    top:1rem;
    right:9rem;
    width:auto;
    display:flex;
    align-content:center;
    align-items:center;
    text-align:center;
}
.header-cart >li{
    display:flex;
    align-items:center;
    align-content:center;
    margin-right:1rem;
    font-size:1.2rem;
}
.header-cart >li:last-of-type{
    margin-right:0;
}
.header-cart >li a{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
    padding:1em 2em;
}
.header-cart >li.header-cart-cart{
    margin-left:1em;
}
.header-cart >li.header-cart-cart a{
    width:5rem;
    height:5rem;
    font-size:1rem;
    line-height:1em;
    text-align:center;
    padding:0;
}
.header-cart >li.header-cart-cart i{
    display:block;
    width:100%;
    font-size:3rem;
    margin-left:-0.25em;
    margin-bottom:0.25rem;
}
.header-cart >li.header-cart-cart a::after{
    display:block;
    content:"カート";
    font-size:1rem;
    text-align:center;
}
.header-menu-btn{
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:8rem;
    height:8rem;
}
#header-menu-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-wrap:wrap;
    width:8rem;
    height:8rem;
    padding:0 0.5rem;
    text-align:center;
    background-color:#393027;
    color:#fff;
}
#header-menu-btn:hover{
    opacity:0.7;
    cursor:pointer;
}
#header-menu-btn span{
    display:block;
    width:4rem;
    height:1px;
    margin:5px auto;
    background-color:#fff;
}
#header-menu-btn:after{
    display:inline-block;
    content:'メニュー';
    font-size:1rem;
    line-height:1em;
    color:#fff;
}
.header-nav{
    position:fixed;
    z-index:9999;
    top:0;
    right:calc(-50vw - 5px);
    overflow-y:scroll;
    background:#fff;
    width:50vw;
    max-width:700px;
    height:100vh;
    padding:1em 2.5em 1em 2.5em;
    box-shadow:0 0 5px rgba(0,0,0,0.1);
    transition:right .6s cubic-bezier(.19, 1, .22, 1);
}
#header.active .header-nav{
    right:0;
}
#header-menu-btn-closed{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap;
    width:4.25rem;
    height:4.25rem;
    margin-left:auto;
    transition:all 0.3s;
}
#header-menu-btn-closed:hover{
    opacity:0.7;
    cursor:pointer;
}
#header-menu-btn-closed:after{
    content:'閉じる';
    display:inline-block;
    margin-top:0.25em;
    font-size:1rem;
    line-height:1em;
}
.header-menu{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    border-bottom:#393027 1px solid;
}
.header-menu > li{
    width:33.3%;
    text-align:center;
}
.header-menu > li > a{
    display:block;
    font-size:1.4rem;
    padding:1em 1em;
    color:#393027;
}
.header-menu > li{
    float:none;
    height:auto;
    text-align:center;
}
.header-menu > li .fas{
    padding-right:0.5em;
}
.header-menu > li > a{
    color:#393027;
}
.category-nav{
    margin:1em 0;
    font-size:1.6rem;
    line-height:1.2em;
}
.category-nav > li a,
.category-nav > li span{
    display:block;
    padding:1em;
    color:#393027;
}
.category-nav > li.category-nav-campaign a,
.category-nav > li.category-nav-campaign span,
.category-nav > li.category-nav-category a,
.category-nav > li.category-nav-category span{
    color:#393027;
}
.category-nav > li.active > a{
    color:#fff;
}
.category-nav-l2{
    width:100%;
    padding:0.25em 1em 1em 2em;
}
.category-nav-l2 > li{
    font-size:1.4rem;
    line-height:1.2em;
    border-bottom:1px #eee solid;
}
.category-nav-l2 > li:first-of-type{
    border-top:1px #eee solid;
}
.category-nav-l3 > li{
    font-size:1.2rem;
    line-height:1.2em;
}
.category-nav > li .header-sns{
    display:flex;
    flex-wrap:wrap;
}
.category-nav > li .header-sns img.icon{
    width:4rem;
    height:4rem;
}
@media screen and (max-width:768px){
    #header{
        height:5rem;
    }
    .header-top{
        position:relative;
        margin:0 auto;
        padding:0;
    }
    .header-logo{
        padding:1rem;
        max-width:16rem;
        text-align:center;
    }
    .header-cart{
        right:5rem;
        top:0;
    }
    .header-cart >li{
        font-size:1rem;
    }
    .header-cart >li.header-cart-fax,
    .header-cart >li.header-cart-contact{
        display:none;
    }
    .header-cart > li.header-cart-cart i{
        font-size:2.2rem;
    }
    .header-cart > li.header-cart-cart a::after{
        display:none;
    }
    .header-menu-btn,#header-menu-btn{
        width:5rem;
        height:5rem;
    }
    #header-menu-btn span{
        width:3rem;
        margin:3px auto;
    }
    .header-nav{
        right:calc(-95vw - 5px);
        width:95vw;
        padding:1em;
    }
    #header-menu-btn-closed:after{
        font-size:0.8rem;
        margin-right:0.5em;
    }
    .header-menu{
    }
    .header-menu > li{
    }
    .header-menu > li > a{
        display:block;
        font-size:1.2rem;
        color:#393027;
    }
    .header-menu > li{
        float:none;
        height:auto;
        text-align:center;
    }
    .header-menu > li .fas{
        display:block;
        text-align:center;
        padding-right:0;
        font-size:2rem;
        margin-bottom:0.25em;
    }
    .header-menu > li > a{
    }
    .category-nav{
        font-size:1.5rem;
    }
    .category-nav > li a,
    .category-nav > li span{
    }
    .category-nav > li.category-nav-campaign a,
    .category-nav > li.category-nav-campaign span,
    .category-nav > li.category-nav-category a,
    .category-nav > li.category-nav-category span{
    }
    .category-nav > li.active > a{
    }
    .category-nav-l2{
    }
    .category-nav-l2 > li{
        font-size:1.3rem;
    }
    .category-nav-l3 > li{
        font-size:1.3rem;
    }
}

/* ---------------
	footer
--------------- */
#footer{
    width:100%;
}
#access{
    border-top:1px #eee solid;
    padding-top:8em;
    padding-bottom:3em;
    text-align:center;
}
#access .ttl{
    margin-bottom:1em;
}
#access .shopName{
    font-size:2.4rem;
    margin-bottom:0.5em;
}
#access .access-address{
    line-height:1.8em;
}
#access .access-address-small{
    display:inline-block;
    font-size:0.8em;
    margin-bottom:0.5em;
}
#access .access-map{
    display:none;
}
#access .access-map iframe{
    margin-top:4em;
    width:100%;
    height:50vh;
    overflow:hidden;
    align-items:center;
}
#stores{
    padding-top:3em;
    padding-bottom:5em;
}
#stores .ttl{
    margin-bottom:1em;
    text-align:center;
}
#stores .storesNotes{
    text-align:center;
    margin-bottom:2em;
}
#stores .storesLists{
    max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
}
#stores .storesLists >li{
    width:30%;
    margin-right:5%;
    margin-bottom:1em;
}
#stores .storesLists >li:nth-of-type(3n){
    margin-right:0;
}
#stores .storesList{
    line-height:1.2em;
}
#stores .storesList dt{
    text-align:center;
    font-weight:bold;
    padding:0 0 0.25em;
    margin-bottom:0.5em;
    border-bottom:1px #eee solid;
}
#stores .storesLists dd{
    text-align:center;
}
#stores .storesLists dd ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
#stores .storesLists dd ul >li{
    margin:0 1em;
    margin-bottom:0.5em;
}

@media only screen and (max-width:768px){
    #stores .storesLists{
        display:block;
        padding:0 2em;
    }
    #stores .storesLists >li{
        width:100%;
        margin-bottom:2em;
    }
    #stores .storesLists >li:nth-of-type(2n){
        margin-left:0;
    }
}
.footer-order{
    text-align:center;
    background:#f4e7c9 url("https://image.raku-uru.jp/01/21010/230/bg_50_1649081602338.png");
    padding:2.5em 1rem;
}
.footer-order-ttl{
}
.footer-order-phone{
    font-size:2rem;
    margin:1em 0 0.5em;
    line-height:1.3em;
}
.footer-order-phone-open{
    font-size:1.6rem;
}
.footer-order-pdf-btn{
    display:inline-block;
    background:#fff;
    border:1px solid #393027;
    padding:0.75em 1.5em;
    color:#393027;
}
.footer-order-pdf-btn::after{
    display:inline-block;
    content:"→";
    padding-left:5px;
}
.footer-top{
    width:100%;
    padding:2.5em 1em 3em;
    background-color:#393027;
    color:#fff;
}
.footer-top a{
    color:#fff;
}
.footer-top .row{
    display:flex;
    justify-content:center;
}
.footer-top-l{
    display:flex;
    flex-direction:column;
    margin-right:10%;
}
.footer-logo{
    font-size:2.5rem;
    margin-bottom:1em;
}
.footer-logo span{
    display:inline-block;
    margin-left:1em;
    font-size:1.2rem;
}
.footer-address >li{
    margin-bottom:1em;
    line-height:1.2em;
}
.footer-address >li a::after{
    display:inline;
    content:"→";
    padding-left:5px;
}
.footer-sns img.icon{
    width:3rem;
    height:3rem;
}
.footer-top-r{
    display:flex;
    padding-top:5rem;
}
.footer-list{
    width:13em;
    line-height: 1.2em;
}
.footer-list dt{
    font-size:1.6rem;
    margin-bottom:1em;
}
.footer-list dd{
    font-size:1.4rem;
}
.footer-list dd ul > li{
    margin-bottom:1em;
}
.footer-list dd .footer-list-sub{
    padding-right:1em;
}
.footer-list dd .footer-list-sub > li{
    margin-bottom:0;
    border-bottom:1px #847e72 solid;
}
.footer-list dd .footer-list-sub > li:first-of-type{
    border-top:1px #847e72 solid;
}
.footer-list dd .footer-list-sub > li a{
    display:inline-block;
    padding:0.5em 1em;
}
.footer-other dd{
    font-size:1.6rem;
}
.footer-other dd ul >li{
    margin-bottom:1em;
}
.footer-copyright{
    padding:2em 1em;
    font-size:1.2rem;
    text-align:center;
}

@media only screen and (max-width:768px){
    #footer{
    }
    .footer-order{
    }
    .footer-order-ttl{
        font-size:1.6rem;
    }
    .footer-order-phone{
        font-size:2rem;
        margin:1em 0 0.5em;
        line-height:1.3em;
    }
    .footer-order-phone a.spView{
        display:inline-block;
        margin-bottom:0.25em;
        padding:0.5em 2em;
        border:1px #393027 solid;
        background-color:#fff;
    }
    .footer-order-phone-open{
        font-size:1.3rem;
    }
    .footer-order-pdf-btn{
    }
    .footer-top{
        padding:3em 1.5em 2em;
    }
    .footer-top a{
    }
    .footer-top .row{
        display:block;
    }
    .footer-top-l{
        display:block;
        margin-right:0;
    }
    .footer-logo{
        font-size:2rem;
    }
    .footer-logo span{
        font-size:1rem;
    }
    .footer-address >li{
        margin-bottom:1em;
    }
    .footer-address >li a::after{
    }
    .footer-top-r{
        display:block;
        padding-top:0;
    }
    .footer-list{
        width:100%;
        margin-top:3em;
    }
    .footer-list dt{
        font-size:1.5rem;
        margin-bottom:1em;
    }
    .footer-list dd{
        font-size:1.3rem;
    }
    .footer-list dd ul >li{
        margin-bottom:1em;
    }
    .footer-list dd ul >li a:before{
    }
    .footer-other dd{
        font-size:1.5rem;
    }
    .footer-other dd ul >li{
    }
    .footer-copyright{
        font-size:1rem;
    }
}

/* ---------------------------
	main
-----------------------------*/
#main{
    width:100%;
    margin:0 auto;
}
#main p{
    line-height:1.8em;
}
#main ul li,
#main ol li,
#main dl{
    line-height:1.4em;
}

@media only screen and (max-width:768px){
    .product-list{
        margin-bottom:10px;
        padding:0 5px;
    }
    .product-list-item{
        float:left;
        width:50%;
        margin-right:0;
        margin-bottom:20px;
        padding:0 5px 0;
    }
    .product-list-item-sub,
    .product-list-item-4i{
        float:left;
        width:50%;
        margin-right:0;
        margin-bottom:20px;
        padding:0 5px 0;
    }
    .product-list .product-list-item:nth-child(3n-2){
        clear:initial;
    }
    .product-list .product-list-item-sub:nth-child(4n-4),
    .product-list .product-list-item-4i:nth-child(4n-3){
        clear:initial;
    }
    .product-list-item:nth-child(2n-1) ,
    .product-list-item-sub:nth-child(2n-1) ,
    .product-list-item-4i:nth-child(2n-1){
        clear:both;
    }
    .product-list-item .product-list-photo,
    .product-list-item-sub .product-list-photo,
    .product-list-item-4i .product-list-photo{
        position:relative;
        width:100%;
        height:auto;
        margin-bottom:5px;
    }
    .product-list-item .product-list-name,
    .product-list-item-sub .product-list-name,
    .product-list-item-4i .product-list-name{
        font-size:1.4rem;
        line-height:20px;
        overflow:hidden;
        margin-bottom:4px;
    }
    .product-list-item .product-list-price,
    .product-list-item-sub .product-list-price,
    .product-list-item-4i .product-list-price{
        font-size:12px;
        line-height:1.2;
    }
}


/* ranking icon */

.icn-rank{
    font-size:1.4rem;
    line-height:44px;
    position:absolute;
    z-index:2;
    top:5px;
    left:5px;
    display:block;
    width:44px;
    height:44px;
    text-align:center;
    color:#717171;
    border-radius:22px;
    background-color:#ececec;
}

.icn-rank1{
    color:#fff;
    background-color:#dccd1b;
}

.icn-rank2{
    color:#fff;
    background-color:#6a6a6a;
}

.icn-rank3{
    color:#fff;
    background-color:#833716;
}

@media only screen and (max-width:768px){
    .icn-rank{
        font-size:12px;
        line-height:33px;
        width:33px;
        height:33px;
        border-radius:50%;
    }
}



/* top-ranking */

#top-ranking{
    position:relative;
    padding-top:30px;
}

@media only screen and (max-width:768px){
    #top-ranking{
        padding-top:30px;
    }
}


/* top-salesranking */

#top-salesranking{
    position:relative;
    padding-top:30px;
}

@media only screen and (max-width:768px){
    #top-salesranking{
        padding-top:30px;
    }
}
/* recommend */

#recommend{
    position:relative;
    padding-top:30px;
}

@media only screen and (max-width:768px){
    #recommend{
        padding-top:30px;
    }
}


/* about-tbl */

.about-tbl,
table.payment-content{
    width:100%;
}

.about-tbl{
    line-height:1.6em;
}
.about-tbl th,
table.payment-content th{
    font-weight:bold;
    width:240px;
    padding:1.5em 0;
    text-align:left;
    border-bottom:#ccc dotted 1px;
}

.about-tbl td,
table.payment-content td{
    padding:1.5em 0;
    text-align:left;
    border-bottom:#ccc dotted 1px;
}

@media only screen and (max-width:768px){
    .about-tbl,
    table.payment-content{
        display:block;
        width:100%;
    }
    .about-tbl tbody,
    .about-tbl tbody tr,
    table.payment-content tbody,
    table.payment-content tbody tr{
        display:block;
        width:100%;
    }
    .about-tbl th,
    table.payment-content th{
        font-size:1.4rem;
        font-weight:bold;
        display:block;
        width:100%;
        padding:10px 10px 5px;
        text-align:left;
        border-bottom:none;
    }
    .about-tbl td,
    table.payment-content td{
        font-size:12px;
        display:block;
        width:100%;
        padding:0 10px 10px;
        text-align:left;
    }
    table.payment-content{
        display:table;
    }
    table.payment-content tbody{
        display:table-row-group;
    }
    table.payment-content tbody tr{
        display:table-row;
    }
    table.payment-content th,
    table.payment-content td{
        display:table-cell;
        width:50%;
    }
}

.payment-title{
    font-weight:bold;
}

.payment-content{
    margin-bottom:1em;
}

table.payment-content tr:first-child td{
    text-align:center;
}

table.payment-content  td{
    text-align:right;
}

.carriage-title{
    font-weight:bold;
}

.carriage-content a{
    text-decoration:underline;
}

/* bnr-area */

.bnr-area{
    font-size:0;
    width:100%;
    padding:55px 0 80px;
    text-align:center;
    background-color:#ededed;
}

.bnr-area .bnr{
    display:inline-block;
    margin:0 8px;
}

.bnr-area .bnr img{
    width:100%;
    height:auto;
}

@media only screen and (max-width:768px){
    .bnr-area{
        width:100%;
        margin-bottom:60px;
        padding:20px 10px 10px;
    }
    .bnr-area .bnr{
        width:100%;
        margin:0 0 10px;
    }
}


.form-select label{
    position:relative;
    display:inline-block;
    overflow:hidden;
    width:190px;
    height:36px;
    vertical-align:middle;
    border:1px solid #d0d0d0;
    background-color:#fff;
}

.form-select label:after{
    position:absolute;
    z-index:2;
    top:50%;
    right:20px;
    display:block;
    width:18px;
    height:10px;
    margin-top:-5px;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-select-l.png);
    background-repeat:no-repeat;
    background-size:cover;
}

.form-select select{
    font-size:1.4rem;
    line-height:36px;
    position:relative;
    z-index:2;
    display:block;
    width:190px;
    height:36px;
    margin:0;
    padding:0 0 0 10px;
    border:0;
    outline:none;
    background:transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

@media only screen and (max-width:768px){
    .form-select label{
        position:relative;
        display:inline-block;
        overflow:hidden;
        width:100%;
        height:36px;
        vertical-align:middle;
    }
    .form-select label:after{
        position:absolute;
        z-index:2;
        top:50%;
        right:10px;
        display:block;
        width:19px;
        height:10px;
        margin-top:-5px;
        content:'';
        background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-select-l_sp.png);
        background-repeat:no-repeat;
        background-size:cover;
    }
    .form-select select{
        font-size:16px;
        line-height:36px;
        position:relative;
        z-index:2;
        display:block;
        width:100%;
        width:-webkit-calc(100%);
        height:36px;
        margin:0;
        padding:0 40px 0 10px;
        border:0;
        outline:none;
        background:transparent;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
    }
}

/* newarrival */

#newarrival{
    position:relative;
}

@media only screen and (max-width:768px){
    #newarrival .ttl{
        margin-bottom:14px;
    }
}


/***********
 * parts
 ***********/


/* msg */

.msg{
    font-size:1.4rem;
    margin-bottom:38px;
    padding:8px 15px;
    text-align:left;
    background-color:#f5f5f5;
}

@media only screen and (max-width:768px){
    .msg{
        font-size:12px;
        line-height:1.3;
        margin-bottom:38px;
        padding:8px 10px;
        text-align:left;
    }
}


/* err */

.err-msg{
    font-size:1.4rem;
    margin-bottom:38px;
    padding:8px 15px;
    text-align:left;
    color:#e30000;
    background-color:#ffe7e7;
}

@media only screen and (max-width:768px){
    .err-msg{
        font-size:12px;
        margin-right:10px;
        margin-bottom:20px;
        margin-left:10px;
        padding:10px 10px;
    }
}


/*bread*/

.bread{
    margin-bottom:20px;
}

.bread ul li{
    font-size:12px;
    max-width:100%;
    float:left;
    margin-right:10px;
}

.bread ul li img{
    width:18px;
    height:auto;
    vertical-align:middle;
}

.bread ul li a:after{
    display:inline-block;
    margin-left:10px;
    content:'>';
    color:#393027;
}

.bread ul li a:hover{
    text-decoration:underline;
    opacity:1;
}

@media only screen and (max-width:768px){
    .bread{
        margin-bottom:15px;
        padding:5px 10px;
    }
    .bread ul li{
        font-size:12px;
        float:left;
        margin-right:8px;
    }
}

/* itemcount */
.item-list-itemcount{
    margin:10px;
    text-align:right;
}

/* paging */
.paging{
    position:relative;
    margin:0 auto;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

.paging .prev{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-10px;
}

.paging .prev a{
    position:relative;
    padding-left:24px;
}

.paging .prev a:after{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:14px;
    height:20px;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-prev.png);
    background-repeat:no-repeat;
    background-size:cover;
}

.paging .next{
    position:absolute;
    top:50%;
    right:0;
    margin-top:-10px;
}

.paging .next a{
    position:relative;
    padding-right:24px;
}

.paging .next a:after{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:14px;
    height:20px;
    content:'';
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/icn-arrow-next.png);
    background-repeat:no-repeat;
    background-size:cover;
}

.page-num{
    display:inline-block;
}

.page-num ul{
    font-size:0;
}

.page-num ul li{
    font-size:1.4rem;
    display:inline-block;
    margin:0 15px;
}

.page-num ul li span{
    font-weight:bold;
}

@media only screen and (max-width:768px){
    .paging{
        width:100%;
        margin-top:10px;
        padding-top:0;
        padding-bottom:0;
    }
    .paging .prev{
        left:10px;
    }
    .paging .prev a span{
        display:none;
    }
    .paging .next{
        right:10px;
    }
    .paging .next a span{
        display:none;
    }
    .page-num ul{
        font-size:0;
    }
    .page-num ul li{
        font-size:1.4rem;
        display:inline-block;
        margin:0 14px;
    }
}


/* sort */

.sort{
    font-size:0;
    position:relative;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    text-align:right;
}

.sort-label{
    font-size:12px;
    display:inline-block;
}

.sort ul{
    font-size:0;
    display:inline-block;
}

.sort ul li{
    font-size:12px;
    position:relative;
    display:inline-block;
    margin-left:10px;
    padding-left:10px;
}

.sort ul li:first-child{
    margin-left:0;
    padding-left:0;
}

.sort ul li:not(:first-child):after{
    position:absolute;
    top:50%;
    left:0;
    display:block;
    width:1px;
    height:12px;
    margin-top:-6px;
    content:'';
    background-color:#393027;
}

.sort ul li a{
    text-decoration:underline;
}

.sort ul li a:hover{
    text-decoration:none;
}

@media only screen and (max-width:768px){
    .sort{
        font-size:0;
        position:inherit;
        top:0;
        left:0;
        width:100%;
        margin-bottom:14px;
        padding:0 10px;
        text-align:center;
    }
}


/* icon */

.icn-badge61297:after{
                              content:"NEW";
                                                        font-size:12px;
                              line-height:44px;
                                                        position:absolute;
                              top:5px;
                              left:5px;
                              display:block;
                              box-sizing:border-box;
                              width:44px;
                              height:44px;
                              text-align:center;
                              color:#fff;
                              border-radius:22px;
                              background-color:#d92582;
                          }
@media only screen and (max-width:768px){
    .icn-badge61297:after{
                                  width:40px;
                                  height:40px;
                                  border-radius:50%;
                              }
}
.icn-badge61298:after{
                              content:"おすすめ";
                                                        font-size:10px;
                              line-height:12px;
                              padding:11px 5px 9px;
                                                        position:absolute;
                              top:5px;
                              left:5px;
                              display:block;
                              box-sizing:border-box;
                              width:44px;
                              height:44px;
                              text-align:center;
                              color:#fff;
                              border-radius:22px;
                              background-color:#d92582;
                          }
@media only screen and (max-width:768px){
    .icn-badge61298:after{
                                  width:40px;
                                  height:40px;
                                  border-radius:50%;
                              }
}
.icn-badge61299:after{
                              content:"人気";
                                                        font-size:12px;
                              line-height:44px;
                                                        position:absolute;
                              top:5px;
                              left:5px;
                              display:block;
                              box-sizing:border-box;
                              width:44px;
                              height:44px;
                              text-align:center;
                              color:#fff;
                              border-radius:22px;
                              background-color:#d92582;
                          }
@media only screen and (max-width:768px){
    .icn-badge61299:after{
                                  width:40px;
                                  height:40px;
                                  border-radius:50%;
                              }
}

.icn-reservation::before{
    content:"予約商品";
    width:58px;
    height:18px;
    display:block;
    float:left;
    font-size:11px;
    line-height:18px;
    margin-top:2px;
    margin-right:6px;
    text-align:center;
    color:#fff;
    background:#666;
}

a .icn-reservation::before{
    color:#fff;
    background:#666;
}

.item-detail-name.icn-reservation::before{
    width:96px;
    height:32px;
    font-size:16px;
    line-height:32px;
    margin-right:10px;
}

/*overlay*/

.overlay{
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.9);
}

.modal-open{
    /*
	overflow:hidden;
	*/
}

.modal-open .overlay{
    display:block;
    background-color:rgba(0,0,0,.8);
}

@media only screen and (max-width:768px){
    .nav-open{
        overflow:hidden;
    }
    #header.active .overlay{
        display:block;
    }
}


/* modal */

.modal{
    position:absolute;
    z-index:9999;
    top:50%;
    left:50%;
    display:none;
    margin-top:-200px;
    margin-left:-320px;
    padding:10px;
    background-color:#fff;
}

.modal-open .modal{
    display:block;
}

.modal-inner{
    position:relative;
    width:100%;
    height:auto;
}

.modal-img{
    max-width:648px;
    max-height:648px;
}

.modal-img img{
    display:block;
    max-width:648px;
    max-height:648px;
    width:auto;
    height:auto;
}

.modal-close{
    position:absolute;
    top:-20px;
    right:-20px;
}

.modal-close a{
    display:block;
    width:52px;
    height:52px;
    background-image:url(https://image.raku-uru.jp/cms/yt00002/img/btn-modal-close.png);
    background-repeat:no-repeat;
    background-size:cover;
}

@media only screen and (max-width:768px){
    .modal{
        position:absolute;
        z-index:9999;
        top:50%;
        left:50%;
        display:none;
        margin-top:-110px;
        margin-left:-150px;
        padding:5px;
        background-color:#fff;
    }
    .modal-open .modal{
        display:block;
    }
    .modal-inner{
        position:relative;
        width:100%;
        height:auto;
    }
    .modal-img{
        max-width:280px;
        max-height:280px;
    }
    .modal-img img{
        max-width:280px;
        max-height:280px;
        width:auto;
        height:auto;
    }
    .modal-close{
        position:absolute;
        top:-25px;
        right:-25px;
    }
    .modal-close a{
        display:block;
        width:39px;
        height:39px;
    }
}

/***********
 * module
 ***********/

.sp{
    display:none !important;
}

@media only screen and (max-width:768px){
    .sp{
        display:inline-block !important;
    }
}
/***送料について***/

.shipment-tbl{
    width:100%;
    margin-top:30px;
    border-top:#eee solid 1px;
}

.shipment-tbl th{
    font-weight:bold;
    width:200px;
    padding:20px 0;
    text-align:left;
    border-top:#eee solid 1px;
}

.shipment-tbl-ptn1 th{
    width:250px;
    padding-right:20px;
}

.shipment-tbl td{
    padding:20px 0;
    text-align:left;
    border-top:#eee solid 1px;
}

.shipment-tbl caption{
    font-size:16px;
    padding:4px 12px 3px;
    color:#fff;
}

.shipment-tbl-normal table th{
    width:auto;
    white-space:nowrap;
}

.shipment-tbl-rule-notice{
    font-size:80%;
}

.shipment-tbl-normal-shippoint-point span{
    display:inline-block;
    line-height:1.1;
    padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
    padding:0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule{
    margin:15px;
}

.shipment-tbl-normal-rule2 span{
    display:block;
}

.shipment-tbl table th,
.shipment-tbl table td{
    padding:3px 4px 2px;
    border:0;
    line-height:1.1;
}

.shipment-tbl table td{
    text-align:center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td{
    color:#fff;
    background-color:#8fd5ff;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span{
    display:block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td{
    background:#d3f2ff;
}

.shipment-tbl table th{
    min-width:100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price{
    display:inline-block;
}

.shipment-tbl-eidome a{
    text-decoration:underline;
}

@media only screen and (max-width:768px){
    .shipment-tbl caption{
        display:block;
    }
    .shipment-tbl th{
        font-size:1.4rem;
        display:block;
        width:100%;
        padding:20px 10px 5px;
        border-bottom:none;
    }
    .shipment-tbl td{
        font-size:12px;
        display:block;
        width:100%;
        padding:0 10px 20px;
        border-top:none;
    }
    .shipment-tbl table{
        width:90%;
        margin:auto;
    }
    .shipment-tbl table thead th,
    .shipment-tbl table thead td{
        padding-bottom:5px;
    }
    .shipment-tbl table thead th span,
    .shipment-tbl table thead td span{
        display:inline;
        padding:0 14px;
    }
    .shipment-tbl table th,
    .shipment-tbl table td{
        width:100%;
        text-align:center;
    }
}

/***********
 * detailed-search
 ***********/
.detailed-search{
    /*background-color:#f1f1f1;*/
    margin-bottom:20px;
    padding:5px 10px;
}
.detailed-search-head{
    font-size:18px;
    line-height:36px;
    padding:0 5px;
    cursor:pointer;
    color:#fff;
}
.detailed-search-head::before{
    content:"\ea43";
    font-family:"icomoon";
    margin-right:15px;
}
.detailed-search-show .detailed-search-head::before{
    content:"\ea41";
    font-family:"icomoon";
}
.detailed-search-content{
    display:block;
    width:calc(100% - 20px);
    max-width:500px;
    margin:10px 0 20px;
    margin-right:auto;
    margin-left:auto;
    display:none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price{
    margin-bottom:10px;
}
.detailed-search input[type="text"],
.detailed-search-category label{
    border:1px solid #d1d1d1;
}
.detailed-search-name{
    display:inline-block;
    width:35%;
    margin-right:5px;
}
.detailed-search-keyword input[type="text"]{
    width:calc(65% - 5px);
    height:30px;
    line-height:30px;
    font-size:16px;
    padding:0 5px;
}
.detailed-search-category label{
    position:relative;
    display:inline-block;
    width:calc(65% - 5px);
    overflow:hidden;
    vertical-align:middle;
    background-color:#fff;
    padding-left:5px;
    height:30px;
}
.detailed-search-category label::after{
    z-index:3;
    position:absolute;
    display:block;
    right:7px;
    top:10px;
    content:"\e900";
    font-family:"icomoon";
    font-size:8px;
}
.detailed-search-category select{
    position:relative;
    z-index:1;
    display:block;
    width:100%;
    margin:0;
    border:0;
    outline:none;
    font-size:16px;
    line-height:30px;
    appearance:none;
    padding-right:32px;
}
.detailed-search-price input[type="text"]{
    width:calc( (65% - 65px) / 2);
    height:30px;
    line-height:30px;
    font-size:16px;
    padding:0 5px;
    text-align:right;
    ime-mode:disabled;
}
.detailed-search-price-unit1{
    height:30px;
    line-height:30px;
    font-size:16px;
    width:35px;
    margin:0 5px;
}
.detailed-search-price-unit2{
    height:30px;
    line-height:30px;
    font-size:16px;
    width:15px;
    margin-left:5px;
}
.detailed-search-btn{
    text-align:right;
}
.detailed-search-btn button{
    line-height:30px;
    padding:0 15px;
    background-color:#fff;
    color:#393027;
    -webkit-appearance:none;
    border-radius:0;
    border:0;
}

/***********
 * login
 ***********/

.contents-login .main{
    width:100%;
}


/***********
 * wysiwyg
 ***********/
.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre  { display:block; unicode-bidi:embed;}
.wysiwyg-data li             { display:list-item;}
.wysiwyg-data head           { display:none;}
.wysiwyg-data table          { display:table;}
.wysiwyg-data tr             { display:table-row;}
.wysiwyg-data thead          { display:table-header-group;}
.wysiwyg-data tbody          { display:table-row-group;}
.wysiwyg-data tfoot          { display:table-footer-group;}
.wysiwyg-data col            { display:table-column;}
.wysiwyg-data colgroup       { display:table-column-group;}
.wysiwyg-data td, .wysiwyg-data th         { display:table-cell;}
.wysiwyg-data caption        { display:table-caption;}
.wysiwyg-data th             { font-weight:bolder; text-align:center;}
.wysiwyg-data caption        { text-align:center;}
.wysiwyg-data body           { margin:8px;}
.wysiwyg-data h1             { font-size:2em; margin:.67em 0;}
.wysiwyg-data h2             { font-size:1.5em; margin:.75em 0;}
.wysiwyg-data h3             { font-size:1.17em; margin:.83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu           { margin:1.12em 0; color:#393027;}
.wysiwyg-data h5             { font-size:.83em; margin:1.5em 0;}
.wysiwyg-data h6             { font-size:.75em; margin:1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong         { font-weight:bolder; color:#393027;}
.wysiwyg-data blockquote     { margin-left:40px; margin-right:40px;}
.wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address   { font-style:italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp      { font-family:monospace;}
.wysiwyg-data pre            { white-space:pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select  { display:inline-block;}
.wysiwyg-data big            { font-size:1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup{ font-size:.83em;}
.wysiwyg-data sub            { vertical-align:sub;}
.wysiwyg-data sup            { vertical-align:super;}
.wysiwyg-data table          { border-spacing:2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot          { vertical-align:middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr     { vertical-align:inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del { text-decoration:line-through;}
.wysiwyg-data hr             { border:1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd       { margin-left:40px;}
.wysiwyg-data ol             { list-style-type:decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol   { margin-top:0; margin-bottom:0;}
.wysiwyg-data u, .wysiwyg-data ins         { text-decoration:underline;}
.wysiwyg-data br:before      { content:"\A"; white-space:pre-line;}
.wysiwyg-data center         { text-align:center;}
.wysiwyg-data :link, .wysiwyg-data :visited{ text-decoration:none;}
.wysiwyg-data :focus         { outline:thin dotted invert;}

.wysiwig-data a{color:#393027;}
.wysiwig-data a:hover{color:#847e72;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type:disc;}
.wysiwyg-data ol{list-style-type:decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"] { direction:ltr; unicode-bidi:bidi-override;}
.wysiwyg-data BDO[DIR="rtl"] { direction:rtl; unicode-bidi:bidi-override;}

.wysiwyg-data *[DIR="ltr"]   { direction:ltr; unicode-bidi:embed;}
.wysiwyg-data *[DIR="rtl"]   { direction:rtl; unicode-bidi:embed;}

@media print{
    .wysiwyg-data h1           { page-break-before:always;}
    .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
    .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6   { page-break-after:avoid;}
    .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl   { page-break-before:avoid;}
}

/* ---------------------------------------------------------------------------
	infomation
--------------------------------------------------------------------------- */
body.page .main-contents{
    padding-top:5em;
    padding-bottom:5em;
    max-width:800px;
}
body.page .wysiwyg-data{
    line-height:2em;
}
body.page .wysiwyg-data a{
    text-decoration:underline;
}


/* ---------------------------------------------------------------------------
	Privacypolicy / body.page5
--------------------------------------------------------------------------- */
body.page5 .main-article .ttl{
    line-height:1.2em;
}
body.page5 .main-article{
    line-height:1.8em;
}

/* ---------------------------------------------------------------------------
	membership
--------------------------------------------------------------------------- */
body.page7 .main-contents{
    padding-bottom:5em;
    line-height:2em;
}

/* ---------------------------------------------------------------------------
	LP / shopping guide
--------------------------------------------------------------------------- */
#lp-guide .guide-title{
    margin-bottom:1em;
}
#lp-guide .guide-nav{
    margin-bottom:3em;
}
#lp-guide .guide-nav-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    font-size:1.4rem;
    border-top:1px #847e72 solid;
}
#lp-guide .guide-nav-list >li{
    width:25%;
    border-right:1px #847e72 solid;
    border-bottom:1px #847e72 solid;
}
#lp-guide .guide-nav-list >li:first-of-type,
#lp-guide .guide-nav-list >li:nth-of-type(4n+1){
    border-left:1px #847e72 solid;
}
#lp-guide .guide-nav-list >li >a{
    position:relative;
    display:block;
    padding:0.5em 1.5em;
    text-align:center;
}
#lp-guide .guide-nav-list >li >a::after{
    position:absolute;
    right:0.5em;
    top:calc(50% - 0.5em);
    content:"↓";
}
#lp-guide .guide-list >dt{
    padding-top:5em;
    margin-bottom:1em;
    padding-bottom:0.5em;
    border-bottom:1px #847e72 solid;
}
#lp-guide .guide-list >dd{
    line-height:1.8em;
}
#lp-guide .guide-list >dd .ol-number{
    list-style-type:decimal;
    padding-left:1.25em;
}
#lp-guide .guide-list >dd .ol-number >li{
    margin-bottom:2em;
    line-height:1.8em;
}
#lp-guide .guide-list >dd p{
    margin-bottom:1.5em;
    line-height:1.8em;
}
#lp-guide .guide-list >dd a{
    text-decoration:underline;
}
#lp-guide .lp-guide-wrapping-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
#lp-guide .lp-guide-wrapping-list >li{
    width:30%;
    margin:0 1.5% 1.5em;
    text-align:center;
    font-size:1.4rem;
}
#lp-guide dd.lp-guide-company{
    padding-top:2em;
}
@media only screen and (max-width:768px){
    #lp-guide h2.guide-title{
        font-size:1.8rem;
    }
    #lp-guide .guide-nav-list{
        font-size:1.2rem;
    }
    #lp-guide .guide-nav-list >li{
        width:50%;
    }
    #lp-guide .guide-nav-list >li:nth-of-type(4n+1){
        border-left:none;
    }
    #lp-guide .guide-nav-list >li:nth-of-type(2n+1){
        border-left:1px #847e72 solid;
    }
    #lp-guide .guide-list >dt h3{
        font-size:1.5rem;
    }
    #lp-guide .lp-guide-wrapping-list >li{
        width:44%;
        margin:0 1.5% 1.5em;
        font-size:1.3rem;
    }
    #lp-guide dd.lp-guide-company{
        padding-top:0;
    }
    #lp-guide dd.lp-guide-company >dl.dl2clm{
        border-top:none;
    }
}
