@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/* reset.css */
body {
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
main,
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,
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;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Page Style */
body {
    color: #2d2d2d;
    line-height: 1.8;
    font-family: ’ヒラギノ角ゴ Pro W3′, ’ヒラギノ角ゴ W3′, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, ‘ＭＳ Ｐゴシック’, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
    font-weight: 500;
    font-style: normal;
    width: 100%;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 15px;
    background: #fff;
}

.only-pc, .only-pc-tab, .only-pc-sp {
    display: block !important;
}

.only-sp, .only-tab-sp {
    display: none !important;
}

@media (max-width: 1050px) {
    .only-pc-tab, .only-tab-sp {
        display: block !important;
    }
    .only-pc, .only-sp, .only-pc-sp {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .only-pc, .only-pc-tab {
        display: none !important;
    }
}


/* フリーエリア用 */
h1 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border: #fff 2px solid;
    margin-top: 145px;
    margin-bottom: 145px;
    font-size: 36px !important;
    padding: 7px 15px;
}
h1.only-top {
    margin-top: 0;
    margin-bottom: 0;
padding: 0;
}


h2 {
    font-size: 32px !important;
    line-height: 1.3;
    display: block;
    border-bottom: 1px solid #000;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 0;
}

h3 {
    display: block;
    font-size: 28px !important; /*28px*/
    text-align: left;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}

h3::before {
    content: "― ";
}

h4 {
    display: inline-block;
    font-size: 24px !important;
    text-align: left;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}

h4::before {
    content: "― ";
}

h5 {
    text-align: left;
    font-size: 21px !important;
    margin-bottom: 5px;
}

h6 {
    text-align: left;
    font-size: 18px !important;
    margin-bottom: 5px;
}

.text-align_left {
    float: left;
    width: 52%;
}

.text-align_right {
    float: right;
    width: 50%;
}

.image_left {
    float: left;
    width: 46%;
    margin-right: 18px;
}

.image_right {
    float: right;
    width: 46%;
}

.image_center {
    float: none;
    width: 46%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1050px) {
    .text-align_left,
    .text-align_right,
    .image_left,
    .image_center,
    .image_right {
        float: none;
        width: 100%;
    }
}

ul,
ol {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 650px) {
    ul,
    ol {
        margin-left: 0;
    }
}

ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: #2d2d2d;
}

ol {
    width: 48.5%;
    border: 3px solid #2d2d2d;
    padding: 30px;
    counter-reset: count 0;
    display: inline-block;
}

@media (max-width: 1050px) {
    ol {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    ol {
        width: 100%;
    }
}

ol li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}

ol li::before {
    content: counter(count) ". ";
    counter-increment: count 1;
}

strong {
    color: #d02200;
    font-weight: bold;
    margin-left: -1em;
    letter-spacing: 6px;
    font-size: 21px;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

@media (max-width: 650px) {
    strong {
        margin-left: 0;
    }
}

em {
    background: #d02200;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0;
    padding: 5px 8px;
    font-weight: bold;
    font-style: normal;
}

blockquote {
    border: 1px solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

blockquote::before {
    content: url(https://image.raku-uru.jp/01/17037/58/blockquote_1619755148732.png);
    margin-left: -20px;
}

blockquote::after {
    content: url(https://image.raku-uru.jp/01/17037/58/blockquote_1619755148732.png);
    float: right;
    margin-right: -20px;
}

address {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.color {
    color: #d02200;
}

a {
    color: #d02200;
    text-decoration: underline;
}

inc {
    text-decoration: underline;
}

pre {
    background: #f0e5e5;
    padding: 30px;
    text-align: left;
    display: inline-block;
}

p,
b {
    text-align: left;
    display: block;
}

b {
    margin-top: 50px;
    color: #000;
}

p {
    text-indent: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/*
@media (max-width: 650px) {
    p {
        text-indent: 0;
    }
}
*/

img {
    width: auto;
    height: auto;
}

@media (max-width: 650px) {
    img {
        width: 100%;
        float: none;
    }
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.selection .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/46/selection_bk_1619060766477.jpg");
    margin-bottom: 30px;
}

.selection h2 {
    font-size: 26px;
}

.selection .flex {
    justify-content: flex-end;
    margin-bottom: 50px;
}

.selection .founder-txt {
    width: auto;
}

.selection .founder {
    width: 240px;
    float: right;
    font-weight: bold;
    text-align: right;
}

@media (max-width: 1050px) {
    .selection .founder {
        width: auto;
    }
}

@media (max-width: 1050px) {
    .selection .founder img {
        float: right;
        margin-left: 10px;
    }
}

.selection .founder p {
    text-align: right;
}

@media (max-width: 1050px) {
    .selection .founder p {
        margin-top: 75px;
    }
}

.selection .image_left,  .selection .image_right {
    margin-bottom: 100px;
}

@media (max-width: 1050px) {
    .selection .image_left,  .selection .image_right {
        margin-bottom: 0;
    }
}
/* フリーエリア用ここまで */


a {
    color: #2d2d2d;
    text-decoration: none;
}

.header {
    padding-top: 5px;
    padding-bottom: 12px; /*検索入れた場合 25px*/
}

/* .header - - - - - - - - - */
#head_wrap {
    z-index: 10;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
/*    top: -110px;*/
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1050px) {
    #head_wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

#head_wrap a {
    text-decoration: none;
    font-weight: normal;
}

#head_wrap .inner {
    max-width: 1120px;
    min-width: 1020px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

@media (max-width: 1050px) {
    #head_wrap .inner {
        min-width: auto;
    }
}

#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
}

#head_wrap .logo {
    z-index: 999;
    width: 142px;
}

@media (max-width: 1050px) {
    #head_wrap .logo {
        padding-top: 0;
        margin-left: 8px;
        margin-top: -20px;
    }
}

@media (max-width: 650px) {
    #head_wrap .logo {
        margin-top: -23px;
        margin-left: 5px;
        padding-bottom: 8px;
        z-index: 1;
        position: relative;
    }
}

#global-nav {
    position: absolute;
    right: 0;
    top: 0;
}

#global-nav ul {
    margin-top: 12px; /*検索入れた場合 20px*/
    list-style: none;
    font-size: 16px;
    display: flex;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 0.5vw;
}

#global-nav ul:first-child {
    float: left;
}

@media (max-width: 1050px) {
    #global-nav ul {
        margin-right: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 650px) {
    #global-nav ul {
        margin-top: 0;
    }
}

#global-nav ul li {
    padding: 0 0.5vw 0 0.25vw;
}

#global-nav ul li::before {
    content: "|";
    color: #2d2d2d;
    padding: 0 0.85vw 0 0.25vw;
}

@media (max-width: 1050px) {
    #global-nav ul li::before {
        content: none;
    }
}

#global-nav ul li:first-child::before {
    content: none;
}


@media (max-width: 1050px) {
    #global-nav ul li.parent {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#global-nav ul li.parent label::after {
    /*    content: url(https://image.raku-uru.jp/01/17037/37/arrow-b_1618918737447.png);*/
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://image.raku-uru.jp/01/17037/37/arrow-b_1618918737447.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#global-nav ul li.parent ul {
    background: #fff;
}

#global-nav ul li.parent ul li {
    border-bottom: 1px dashed #000;
    padding: 15px 0;
    margin: 0 10px;
}

#global-nav ul li.parent ul li::before {
    content: none;
    border-top: 1px dashed #000;
}

@media (max-width: 1050px) {
    #global-nav ul li.parent ul li {
        padding: 15px 7%;
    }
}

@media (max-width: 650px) {
    #global-nav ul li.parent ul li {
        padding: 15px 18%;
    }
}

@media (max-width: 1050px) {
    #global-nav ul li {
        border-bottom: 1px solid #2d2d2d;
        padding: 15px 0;
    }
    #global-nav ul li:first-child {
        border-top: 1px solid #2d2d2d;
    }
}

#global-nav ul li a {
    padding: 0 5px;
    padding: 2px;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
/*    font-weight: normal;*/
}

#global-nav ul li.parent ul {
    display: none;
    padding: 0;
}

#global-nav ul li input {
    display: none;
}

#global-nav ul li input:checked + ul {
    display: block;
    /* 表示する */
    position: relative;
    z-index: 2;
}

@media (max-width: 1050px) {
    #global-nav ul li input:checked + ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #global-nav ul li input:checked + ul li {
        border-top: none;
        border-bottom: none;
    }
    #global-nav ul li input:checked + ul li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    #global-nav ul li input:checked + ul {
        justify-content: flex-end;
    }
}

#global-nav ul.shop-item {
    list-style: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 35px;
}

@media (max-width: 650px) {
    #global-nav ul.shop-item {
        margin: 0;
        padding: 17px 0;
    }
    #global-nav ul.shop-item li {
        display: flex;
        border-bottom: none;
    }
    #global-nav ul.shop-item li:first-child {
        border-top: none;
    }
}

#global-nav ul.shop-item li {
    padding: 0 0.5vw 0 0.25vw;
    display: inline-block;
}

#global-nav ul.shop-item li::before {
    content: "|";
    color: #2d2d2d;
    padding:0 1.5vw 0 0.5vw;
}

@media (max-width: 1050px) {
    #global-nav ul.shop-item li::before {
        content: none;
    }
}

#global-nav ul.shop-item li:first-child::before {
    content: none;
}

#global-nav ul.shop-item li a {
    padding: 0 5px;
    padding: 2px;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
}

#global-nav ul.shop-item li i {
    margin-right: 2px;
}

@media (max-width: 650px) {
    #global-nav .sns-btn {
        margin: 0 7px 20px 7px;
        width: 45px;
    }
}

ul.shop-item {
    list-style: none;
    font-size: 18px;
    margin-top: -37px; /*検索入れた場合 -55px*/
    margin-bottom: 38px;
    /* margin-left: 16vw;*/
    margin-left: 180px;
}

@media (max-width: 1050px) {
    ul.shop-item {
        margin-left: 165px; /*16vw*/
    }
}

@media (max-width: 650px) {
    ul.shop-item {
        margin-left: 0;
    }
}

ul.shop-item li {
    padding: 0 0.25vw;
    float: left;
}

ul.shop-item li::before {
    content: "|";
    color: #2d2d2d;
    padding: 0 1vw;
    font-weight: normal;
}

@media (max-width: 1050px) {
    ul.shop-item li::before {
        content: "|";
        padding: 0 1vw;
    }
}

ul.shop-item li:first-child::before {
    content: none;
}

ul.shop-item li a {
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
}

ul.shop-item li i {
    margin-right: 2px;
}

@media (max-width: 1050px) {
    ul.shop-item {
        margin-top: -29px; /* 旧検索窓用-66px
        margin-bottom: 64px; */
    }
    ul.shop-item li {
        padding: 0 0.5vw;
    }
}

.sns-btn {
    width: 32px;
    height: auto;
}

.header-btns {
    position: absolute;
    right: 0;
    margin-top: -65px;
}

.header-btns a {
    color: #2d2d2d;
}

.header-btns .sns-btn {
    margin-right: 10px;
    margin-top: 25px;
}

@media (max-width: 650px) {
    .header-btns .sns-btn {
        display: none;
    }
}

@media (max-width: 1050px) {
    .header-btns {
        margin-top: -60px; /*旧検索窓用-87px*/
        margin-right: 6.25vw;
    }
    .header-btns .sns-btn {
        margin-top: 19px;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    .header-btns {
        float: none;
    }
}

.contact-tel {
    float: right;
    background: url(https://image.raku-uru.jp/01/17037/35/tel_1618918736889.png) no-repeat;
    background-position: left center;
    background-size: 12%;
    padding-left: 44px;
    font-size: 13px;
    font-feature-settings: "palt";
    padding-top: 5px;
}

@media (max-width: 650px) {
    .contact-tel {
        float: none;
        background-size: 17%;
        background-position: 39px 10px;
        padding-left: 0;
    }
}

.contact-tel span.tel, .contact-tel span.contact {
    font-weight: bold;
    color: #2d2d2d;
}

.contact-tel span.tel {
    font-size: 32px;
}

.contact-tel span.contact {
    font-size: 16px;
    padding-top: 2px;
    display: inline-block;
}

.contact-tel span.bus-time {
    font-size: 14px;
}

/* Fixed ページ途中の追従ナビ */
#head_wrap.fixed {
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
    background: #fff;
}

@media (max-width: 1050px) {
    #head_wrap.fixed {
        margin-top: 0;
        padding: 0;
        background: none;
    }
}

/* Toggle Button 三メニュー */
#nav-toggle {
    display: none;
    position: relative;
    right: -94vw;
    top: 18px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

@media (max-width: 650px) {
    #nav-toggle {
        top: 18px;
        right: -86vw;
    }
}

#nav-toggle div {
    position: relative;
}

@media (max-width: 1050px) {
    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        /* Fixed reset */
    }
    #head_wrap .inner {
        width: 100%;
        padding: 0;
        background: #fff;
        padding-bottom: 10px;
        height: 66px;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    #head_wrap .inner {
        padding: 0;
    }
}

@media (max-width: 1050px) {
    #head_wrap .fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1050px) {
    #mobile-head {
        position: static;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -542px;/*旧検索窓用-520px*/
        background: #fff;
        width: 100%;
        text-align: center;
        transition: .5s ease-in-out;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    #global-nav {
        top: -610px;
    }
}

@media (max-width: 1050px) {
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        left: 0;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        transform: translateY(570px);
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    .open #global-nav {
        transform: translateY(660px);
    }
}

@media (max-width: 650px) {
    .open #global-nav {
        transform: translateY(608px);
    }
}
/* navここまで */


.float-l {
    float: left;
}

@media (max-width: 1050px) {
    .float-l {
        float: none;
        margin: 0 auto;
    }
}

.float-r {
    float: right;
}

@media (max-width: 1050px) {
    .float-r {
        float: none;
        margin: 0 auto;
    }
}

.align-c {
    text-align: center;
}


/* 新スライダ(swiper) */
.swipers-wrap {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.swiper-slide {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.swiper-slide img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-slide:after,
.slider-thumbnail .swiper-slide:after {
    display: block;
    padding-top: 44.2%;
    content: '';
}

.slider-thumbnail{ /*サムネsの外枠*/
    width: 80%; /*90%*/
    padding: 10px 0 0;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.slider-thumbnail .swiper-slide {/*各サムネ*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 180px;
}

/*メインの<>*/
.slider .swiper-button-prev:after, 
.slider .swiper-button-next:after {
    /*    background-color: rgba(255, 255, 255, 0.5);*/
    padding: 37.2vh 18px;
}

@media (max-width: 1170px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 27.2vh 18px;
    }
}

@media (max-width: 1050px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 25.75vh 18px;
    }
}
    
@media (max-width: 650px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 13.1vh 10px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 4px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 4px !important;
    }
}

.slider .swiper-button-prev:after{
    margin-left: 10px;
}
.slider .swiper-button-next:after {
    margin-right: 10px;
}

.slider-thumbnail .swiper-slide img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 3px; /*線の太さ分上へ*/
}

.swiper-slide-thumb-active { /*現在出てる画像のサムネ*/
    opacity: 1;
    border: 3px solid #670001;
}

.swiper-slide-thumb-active img {
    margin-top:0 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.swiper-container {/*<>隠れる*/
    overflow: visible;
    position: relative;

}
/* 効かない
.swiper-slide img {
    scrollbar-width: none;
}
.swiper-slide img::-webkit-scrollbar {
    display:none;
}
*/



@media (max-width: 1050px) {
    .swipers-wrap {
        margin-top: 66px;
    }
}
@media (max-width: 650px) {
    .slider-thumbnail {
    overflow: hidden;
    padding: 0 0 10px 0;
    }
}
/* スライダここまで */



/* キャッチ */
.catch-wrap {
    background-color: #fff;
    padding: 5px 10px 0;
    position: absolute;
   top: 41.5%;
    left: 24vw;
    z-index: 5;
}
p.catch {
    border-bottom: 2px solid #000;
    font-size: 5.2vw;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-indent: 0;
    line-height: 1.3;
}

@media (max-width: 1200px) {
   /* .catch-wrap {
        top: 34vh;
    }*/
    p.catch {
        margin-bottom: 10px;
    }
}

@media (max-width: 1050px) {
   /* .catch-wrap {
        top: 27vh;
    }*/
    p.catch {
        margin-bottom: 7px;
    }
}

@media (max-width: 650px) {
    /*.catch-wrap {
        top: 21.5vh;
    }*/
    p.catch {
        margin-bottom: 5px;
    }
}
@media (max-width: 520px) {
   /* .catch-wrap {
        top: 19.5vh;
    }*/
}

p.catch span {
    font-size: 4.2vw;
}

.wrap {
    max-width: 1120px;
    margin: 40px auto 0;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1050px) {
    .wrap {
        width: 100%;
    }
}

.sideber h2, .footer-wrap .link-list h2 {
    border-bottom: 2px solid #000;
}

.sideber ul li, .footer-wrap .link-list ul li {
    border-bottom: 1px dashed #000;
    padding: 12px 15px;
    font-weight: normal;
}
.sideber ul li::before, .footer-wrap .link-list ul li::before {
    content:none;
}

.sideber {
    width: 250px;
    margin-right: 2.5%;
}

.sideber h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px !important;
}

.sideber ul {
    margin-bottom: 50px;
}
.sideber ul li a  {
    font-size: 16px;
}
.main-wrap {
    /*max-width: 76%;*/
    width: 100%;
}

@media (max-width: 650px) {
    .main-wrap {
        max-width: 100%;
    }
}

.info {
    margin-bottom: 20px;
    text-align: center;
    background-color: #eee;
    padding: 30px;
    width: 100%;
}

@media (max-width: 1050px) {
    .info {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 650px) {
    .info {
        width: 100%;
        margin-left: 0px;
        padding: 10px;
    }
}

.info h2 {
    font-size: 18px !important;
    border: 0px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.info ul {
    text-align: left;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 650px) {
.info ul {
    margin-bottom: 0;
}
}

.info ul li {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}
@media (max-width: 650px) {
.info ul li {
    font-size: 12px;
}
}
.info ul li::before {
    content: none;
}
.info ul li a {
    color: #000;
}

.info time {
    border: 1px solid #000;
    margin-right: 5px;
    padding: 2px 4px 2px 5px;
    margin-bottom: 2px;
    display: none;
}

@media (max-width: 1050px) {
    .info time {
        display: none;
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 2em;
    }
}

.title-wrap {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.title-wrap h2 {
    margin-top: 145px;
    margin-bottom: 145px;
}
@media (max-width: 650px) {
.title-wrap h2 {
    margin-top: 60px;
    margin-bottom: 60px;
}
}

h2 {
    font-size: 26px;
    padding: 7px 15px;
}

.top { /*h2.top*/
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border: #fff 2px solid;
    font-size: 26px !important;
}
@media (max-width: 1050px) {
.top { /*h2.top*/
    border: #fff 1px solid;
    font-size: 20px !important;
}
}

.new-item {
    padding-top: 50px;
}
@media (max-width: 650px) {
.new-item {
    padding-top: 30px;
}
}

.new-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/307/staple_1689824892650.png");
}
@media (max-width: 650px) {
.new-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/306/staple2_1689824891821.png");
}
}

.recom-item {
    padding-top: 0px;
}

.recom-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/304/popularity_1689818807966.png");
}
@media (max-width: 650px) {
.recom-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/305/popularity2_1689819312573.png");
}
}

.sales-rank {
    padding-top: 50px;
}

.sales-rank .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/10/rank_bk_1618820776994.jpg");
}

.sec-wrap {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1px;
}

@media (max-width: 1050px) {
    .sec-wrap {
        width: 100%;
        max-width: none;
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 650px) {
    .sec-wrap {
        padding: 0;
    }
}

ul.item-list {
    margin: 10px auto 40px;
    text-align: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 650px) {
    ul.item-list {
        justify-content: center;
    }
}

ul.item-list li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 31%;
    float: left;
    margin: 1%;
}
ul.item-list li::before {
    content: none;
}
@media (max-width: 1050px) {
    ul.item-list li {
        max-width: 47.5%;
    }
}

@media (max-width: 650px) {
    ul.item-list li {
        height: auto;
    }
}

ul.item-list li .item-img span.category {
    font-size: 20px;
    padding: 5px 10px;
    position: relative;
    font-weight: bold;
}
@media (max-width: 650px) {
ul.item-list li .item-img span.category {
    font-size: 14px;
}
}

ul.item-list li .item-img span.category.recom {
    background: #d02200;
    color: #fff;
    position: absolute;
}

ul.item-list li .item-img span.category.no1 {
    color: #000;
    background: url(https://image.raku-uru.jp/01/17037/21/no1_1618820779921.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img span.category.no2 {
    color: #000;
    background: url(https://image.raku-uru.jp/01/17037/20/no2_1618820779655.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
    filter: drop-shadow(0px 0px 3px #c6c6c6);
}

ul.item-list li .item-img span.category.no3 {
    color: #fff;
    background: url(https://image.raku-uru.jp/01/17037/19/no3_1618820779394.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img span.category.no4, ul.item-list li .item-img span.category.no5, ul.item-list li .item-img span.category.no6 {
    color: #fff;
    background: #c6b987;
    border-radius: 50px;
    padding: 5px 13px;
    margin: 10px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 650px) {
ul.item-list li .item-img img {
    width: 100%;
    object-fit: cover;
}
}

ul.item-list li .item_p-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap {
    padding-left: 10px;
    padding-right: 5px;
}
}

ul.item-list li .item_p-wrap .item-name {
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-indent: 0;
    margin-bottom: 10px;
    color: #333;
    text-shadow: none;
    margin-top: 0;
    padding: 0;
    border: none;
    line-height: 1.4;
display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .item-name {
    font-size: 14px !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
}

ul.item-list li .item_p-wrap .item-name a {
    color: #333;
}

ul.item-list li .item_p-wrap .price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
    text-indent: 0;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .price {
    font-size: 17px;
}
}

ul.item-list li .item_p-wrap .price span {
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .price span {
    font-size: 12px;
    font-weight: normal;
}
}

.schedule-area {
    text-align: center;
    margin-bottom: 24px;
}

.schedule-area .months {
    text-align: center;
    padding: 4px 12px;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background-color: #c6b987;
    border-radius: 30px;
}
@media (max-width: 650px) {
.schedule-area .months {
    font-size: 16px;
}
}

.schedule-area {
    text-align: center;
}

.calendar {
    margin-bottom: 24px;
}

.calendar table {
    margin: auto;
}

.calendar th, .calendar td {
    font-size: 16px;
    font-weight: normal;
    width: calc(94% / 7);
    text-align: center;
    border: none;
    display: table-cell;
}

@media (max-width: 650px) {
.calendar th, .calendar td {
    font-size: 14px;
}
}

.calendar thead th {
    padding: 10px 0;
    font-weight: bold;
}

.calendar tbody {
    padding-top: 10px;
}

.calendar tbody td {
    vertical-align: middle;
    padding: 5px;
}

/* イベント色分け */
.e1, span.campaign::before {
    color: #fff;
    background-color: #d02200;
    border-radius: 20px;
    padding: 3px !important;
}

.e2, span.holiday::before {
    color: #fff;
    background-color: #c5d8ee;
    border-radius: 20px;
    padding: 3px !important;
}

.schedule-area p {
    border-top: 1px #000 dashed;
    padding-top: 15px;
}

span.campaign::before, span.holiday::before {
    content: "　";
}

span.holiday {
    padding-right: 15px;
}

.only-sp h2.calendar-tit {
    border-bottom: 2px solid #000;
    text-align: center;
}

.only-sp h2.calendar-tit, .only-sp .schedule-area p {
    margin-left: 65px;
    margin-right: 65px;
}

@media (max-width: 650px) {
.only-sp h2 {
    font-size: 18px !important;
}
}


/* footer - - - - - - - - - - - - - - - - */
.footer-wrap {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 0;
}

/*
@media (min-width: 1051px) {
    .footer-wrap {
        padding-bottom: 85px;
    }
}
*/

@media (max-width: 1050px) {
    .footer-wrap {
        text-align: center;
    }
}

.footer-wrap .page-footer {
    max-width: 1120px;
    min-width: 1020px;
    margin: 0 auto;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
}

.footer-wrap .page-footer .logo {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    max-width: 150px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .logo {
        display: none;
    }
}

.footer-wrap .page-footer .link-list {
    font-size: 14px;
    float: left;
    margin-right: 20px;
}
.footer-wrap .page-footer .link-list a {
    font-size: 14px;
}
@media (max-width: 1050px) {
    .footer-wrap .page-footer .link-list {
        display: none;
    }
}

.footer-wrap .page-footer .link-list h2 {
    font-size: 22px !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.footer-wrap .page-footer .link-list h2:first-child {
    font-feature-settings: "palt";
}

.footer-wrap .page-footer .link-list ul {
    display: inline-block;
}

.footer-wrap .page-footer .link-list ul li {
    padding-left: 0;
}

.footer-wrap .page-footer .link-list ul li:last-child {
    border-bottom: none;
}

.footer-wrap .page-footer .link-list ul.shop-item {
    margin-left: 0;
    margin-top: 0;
    
}
.footer-wrap .page-footer .link-list ul.shop-item a {
    font-size: 18px;
}

.footer-wrap .page-footer .link-list.category li {
    width: 105px;
}

.footer-wrap .page-footer .link-list .shop-item li {
    float: none;
}

.footer-wrap .page-footer .link-list .shop-item li::before {
    content: none;
}

.footer-wrap .page-footer .sns-icons {
    display: inline-block;
}

.footer-wrap .page-footer .sns-icons .sns-btn {
    margin-right: 5px;
    margin-top: 8px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .sns-icons {
        display: none;
    }
}

.footer-wrap .page-footer .link-btns {
    float: right;
}

.footer-wrap .page-footer .to-top {
    margin-top: -5px; /*-51px*/
    margin-bottom: 30px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 32px 15px 20px;
    background-color: #2d2d2d;
    background-image: url(https://image.raku-uru.jp/01/17037/39/arrow-t_1618918737975.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 12px;
    display: inline-block;
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .to-top {
        display: none;
    }
}

.footer-wrap .page-footer .to-cp-btn {
    text-align: center;
    background: url(https://image.raku-uru.jp/01/17037/36/arrow-r_1618918737160.png) no-repeat;
    background-size: 9px;
    background-position: center right 7px;
    border: 2px #2d2d2d solid;
    border-radius: 5px;
    color: #2d2d2d;
    line-height: 1.3;
    padding: 17px 28px 15px 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .to-cp-btn {
        display: none;
    }
}

.tel a, .tel a:visited {
    color: #2d2d2d !important;
}

.footer-wrap .page-footer .contact-tel {
    background-size: 22%;
    padding-left: 100px;
}

.footer-wrap .page-footer .contact-tel span.contact {
    padding-top: 10px;
}

.footer-wrap .page-footer .contact-tel span.tel {
    border-top: 1px solid #000;
    border-bottom: none;
    font-size: 36px;
}

.footer-wrap .page-footer .contact-tel .bus-time {
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .contact-tel {
    float: none;
    text-align: left;
    margin: 0 auto;
    display: flex;
    background-size: 7.5%;
    padding-left: 70px;
    flex-flow: column;
    }
    .footer-wrap .page-footer .contact-tel span.contact {
        padding-right: 0;
        vertical-align: top;
        padding-top: 14px;
    }
    .footer-wrap .page-footer .contact-tel .bus-time {
        float: none;
    }
    .footer-wrap .page-footer .contact-tel span.tel {
        border-top: none;
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .footer-wrap .page-footer .contact-tel {
        background-size: 12%;
        background-position: 0px 10px;
        margin: 0 auto;
        flex-flow: column;
        display: flex;
        padding-left: 60px;
    }
    .footer-wrap .page-footer .contact-tel span.contact {
        padding-top: 0;
    }
    .footer-wrap .page-footer .contact-tel .bus-time {
        float: right;
    }
}

.footer-wrap .page-footer small {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer small {
        float: none;
        margin-top: 30px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1050px) {
    .footer-wrap {
        padding-bottom: 10px;
/*      position: absolute;*/
        bottom: 0;
        padding: 30px 10px 0;
    }
}


/*微調整*/
@media (max-width: 720px) and (min-width: 651px) {
    .header ul.shop-item {
        margin-left: 150px; /*21.5vw*/
    }
    .header .sns-btn {
        margin-right: 0;
    }
    .header .header-btns {
        margin-right: 4.5vw;
    }
}

@media (max-width: 1120px) and (min-width: 651px) {
    .header .sns-btn {
        margin-right: 0.5vw;
    }

    .footer-wrap .logo {
        width: 13vw;
        margin-right: 15px !important;
    }
    .footer-wrap .tweak {
        width: 13vw;
    }
    .footer-wrap .contact-tel {
        margin-top: -20px;
    }
}

/*header微調整 tab-sp間 */
@media (max-width: 865px) and (min-width: 651px) {
    .open #global-nav {
        transform: translateY(695px);
    }
    .slick-slider {
        margin-top: 101px;
    }
    .slider-nav{
        margin-top:0;
    }
    
    p.catch {
        top: 27.5vh;
    }
    #cmsCommonForm {
        top: 32px !important;
    }
    #cmsCommonForm input[type="text" i] {
        width: 90vw !important;
        margin-right: 0 !important;
    }
    #cmsCommonForm .header-search-form-btn {
        top: 3px !important;
        right: 4.5vw !important;
    }
}/*header微調整ここまで*/


/*商品一覧*/
.item-list-noitem {
    margin-top: 30px;
}

.item-list .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/56/item-list_bk_1619491246968.jpg");
}

.item-list .sort {
    float: right;
    margin: 30px 10px 25px 0;
}
.item-list .sort li::before {
    content: none;
}

@media (max-width: 650px) {
    .item-list .sort {
        float: none;
        margin-right: 0;
    }
}

.item-list .sort p {
    background: #2d2d2d;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 9px;
    display: inline;
    float: left;
    margin-right: 8px;
    text-indent: 0;
}

.item-list .sort ul {
    display: inline;
}

.item-list .sort ul li {
    float: left;
    margin-top: 7px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: normal;
}

.item-list .sort ul li::after {
    content: " |";
}

.item-list .sort ul li:last-child::after {
    content: none;
}

.item-list .sort ul li a {
    text-decoration: underline;
}


/* キャンペーン(item-list FV下) */
.item-list-description.wysiwyg-data {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding: 20px;
/*    border: #d02200 7px solid;*/
}
/* キャンペーンここまで */


.pagination {
    text-align: center;
    margin-bottom: 0;
}

.pagination:first-child {
    margin-bottom: 0;
    margin-top: 40px;
}

.pagination li {
    display: inline;
    margin: 0 2px 0;
    display: inline-block;
    background: #fff;
    text-align: center;
    border: 2px solid #2d2d2d;
    border-radius: 3px;
}
.pagination li::before {
    content: none;
}
.pagination li a {
    color: #2d2d2d;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 16px;
}

.pagination li.active {
    background: #2d2d2d;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.pagination li.active a {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 650px) {
    .pagination li {
        display: none;
    }
    .pagination li.pre, .pagination li.next {
        display: inline-block;
        width: 45%;
        padding: 10px 0;
        color: #fff;
        font-weight: bold;
        background: #2d2d2d;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    .pagination li.pre a, .pagination li.next a {
        display: inline;
        color: #fff;
    }
    .pagination li.pre {
        padding-right: 35px;
    }
    .pagination li.next {
        padding-left: 35px;
    }
    .pagination li.pre::after {
        content: "前へ";
        color: #fff;
    }
    .pagination li.next::before {
        content: "次へ";
        color: #fff;
    }
}

@media (max-width: 650px) {
    .wrap {
        margin-top: 10px;
    }
}

.breadcrumb {
    padding-top: 15px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
    text-indent: 0;
}

.breadcrumb a {
    text-decoration: underline;
    color: #333 !important;
}

@media (max-width: 1050px) {
    .breadcrumb {
        padding-top: 0;
    }
}

.flex {
    display: flex;
}

@media (max-width: 1050px) {
    .flex {
        flex-direction: column;
    }
}

.item-detail .photos-l {
    margin-right: 20px;
}

@media (max-width: 1050px) {
    .item-detail .photos-l {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.item-detail .photos-l img {
    max-width: 475px;
    height: auto;
}

@media (max-width: 650px) {
    .item-detail .photos-l img {
        max-width: 100%;
    }
}

.item-detail .photos-l .detail-thumbs img {
    max-width: 86px;
    height: auto;
    margin-right: 10px;
}

.item-detail .photos-l .detail-thumbs img:last-child {
    margin-right: 0;
}

.item-detail .detail-r {
    text-align: left;
    width: 100%;
}

.item-detail .detail-r h2 {
    padding-left: 0;
    font-size: 32px;
}

.item-detail .detail-r dl.price dt.tit {
    margin-top: 8px;
    margin-right: 40px;
}

.item-detail .detail-r dl.price dd.yen {
    font-size: 22px;
    font-weight: bold;
}

.item-detail .detail-r dl.price dd.yen span {
    font-size: 14px;
    font-weight: normal;
}

.item-detail .detail-r dl.detail dt::after {
    content: " : ";
}

.item-detail .detail-r dl.detail dd {
    font-size: 16px;
    padding-left: 4em;
    margin-bottom: 5px;
}

.item-detail .detail-r dl.price, .item-detail .detail-r dl.detail {
    margin-bottom: 40px;
}

.item-detail .detail-r dl.price dt, .item-detail .detail-r dl.detail dt {
    float: left;
    font-size: 16px;
    text-align-last: justify;
}

.item-detail .detail-r dl.price dd::after, .item-detail .detail-r dl.detail dd::after {
    content: "";
    clear: both;
    display: block;
}

.item-detail .detail-r .radio-input {
    display: none;
}

.item-detail .detail-r .radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 1050px) {
    .item-detail .detail-r .radio-input + label {
        display: inline;
    }
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input + label {
        display: block;
        margin-bottom: 20px;
    }
}

.item-detail .detail-r .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input + label::before {
        width: 30px;
        height: 30px;
        margin-top: -5px;
    }
}

.item-detail .detail-r .radio-input:checked + label {
    color: #2d2d2d;
}

.item-detail .detail-r .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #2d2d2d;
    border-radius: 50%;
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input:checked + label::after {
        width: 22px;
        height: 22px;
        margin-left: 2px;
        margin-top: 1px;
    }
}

.item-detail .detail-r label p {
    display: inline;
}

@media (max-width: 650px) {
    .item-detail .detail-r label p {
        margin-left: 20px;
    }
}

.item-detail .detail-r .quantity {
    margin-top: 40px;
    margin-bottom: 40px;
}

.item-detail .detail-r .quantity p {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 10px;
}

.item-detail .detail-r .quantity .item-minus, .item-detail .detail-r .quantity .item-plus {
    font-size: 28px;
    border-radius: 3px;
    background: #2d2d2d;
    padding: 8px 24px 14px 24px;
    color: #fff;
    display: inline-block;
}

.item-detail .detail-r .quantity .item-count {
    font-size: 20px;
    padding: 20px 0px 18px 8px;
    color: #2d2d2d;
    font-weight: bold;
    margin: 0 5px;
    background: #fff;
    text-align: center;
    border: 2px solid #2d2d2d;
    border-radius: 3px;
}

@media (max-width: 650px) {
    .item-detail .detail-r .quantity .item-count {
        padding: 18px 12px 18px 12px;
    }
}

.item-detail .detail-r .cart-btn {
    text-align: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: bold;
    padding: 15px 25px 15px 20px;
    background-color: #d02200;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.item-detail .detail-r .cart-btn a, .item-detail .detail-r .cart-btn i {
    color: #fff;
}


/*検索窓*/
#cmsCommonForm {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    float: right;
    margin-right: -20px;
}
#cmsCommonForm .header-search-form-btn {
    display: inline;
    position: relative;
    right: 30px;
    top: 5px;
}

@media (max-width: 1050px) {
    #cmsCommonForm {
        float: none;
        position: absolute;
        top: -9px;
        right: 0;
        margin-right: 0;
    }
    #cmsCommonForm .header-search-form-btn {
        right: 26.5vw;
    }
}

#cmsCommonForm input[type="text" i] {
    height: 25px;
    width: 130px;
    margin-top: 5px;
}

@media (max-width: 1050px) { /*tab*/
    #cmsCommonForm input[type="text" i] {
        width: 17vw; /* 旧検索窓用90vw */
        /*margin-left: 10px;*/
        margin-right: 22.5vw;
        margin-top: 27px;
    }

    #cmsCommonForm .search-btn {
        width: 2vw;
    }
}

@media (max-width: 650px) { /*SP*/
    #cmsCommonForm {
        top: 20px;
    }
    #cmsCommonForm input[type="text" i] {
        width: 90vw;
        margin-right:0;
    }
    #cmsCommonForm .header-search-form-btn {
        right: 5.5vw;
    }
    #cmsCommonForm .search-btn {
        width: 3vw;
    }
}

/*検索窓ここまで*/



.item-list-itemcount {
    display: none;
}

div.main {
    margin: 20px auto 80px;
    padding: 0 40px;
}

@media (max-width: 650px) {
    div.main {
        padding: 0 10px;
    }
}

div.main h2 {
    font-size: 26px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 0;
}

div.main p {
    margin-bottom: 20px;
}

div.main ol {
    margin-top: 20px;
    margin-bottom: 30px;
}

div.main ol li {
    margin-bottom: 4px;
}

/* 共通table */     
div.main table {
    margin-top: 30px;
}

div.main table th {
    text-align: left;
    padding-right: 30px;
    padding-bottom: 10px;
    border-right: 1px solid;
}

@media (max-width: 650px) {
    div.main table th {
        width: 32%;
        padding-right: 15px;
    }
}

div.main table td {
    padding-left: 30px;
    line-height: 1.7;
}

@media (max-width: 650px) {
    div.main table td {
        padding-left: 15px;
    }
}

div.main table td table {
    line-height: 2;
}


/* 2021/06/15 送料について */
.payment-title, .carriage-title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 2px;
}

.payment-content {
    margin-bottom: 20px;    
}

.carriage-content a {
    text-decoration: underline;
    color: #880002;
}

/* 送料のtable */
.payment-content tr {
    border-bottom: 1px solid #ccc;
}

.payment-content td {
    padding: 5px 15px; 
}

.payment-content tr:first-child td {
    font-weight: bold;
}
/* tableここまで */



.not-found {
    background: url(../images/404.svg) no-repeat !important;
    background-size: 35% !important;
    background-position: center center !important;
}

@media (max-width: 650px) {
    .not-found {
        background-size: 90% !important;
    }
}

.not-found h1 {
    color: #670001;
    padding-top: 20px;
}

.not-found .back-btn {
    margin-top: 50px;
}


/* 2021/06/15 約款類のページ */
.main-article {
    max-width: 65%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1050px) { /*tab*/
    .main-article {
        max-width: 100%;
        margin-top: 110px;
    }
}

.swiper-button-next, .swiper-button-prev {
    z-index: 5 !important;
}

.swiper-scrollbar {
    display: none;
}
/*@import url("https://image.raku-uru.jp/cms/fontcss/font.css");*/

/***********
* 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: 36px; /*2em*/
    margin: .67em 0;
}

.wysiwyg-data h2 {
    font-size: 32px; /*1.5em*/
    margin: 0 0 .75em;
}

.wysiwyg-data h3 {
    font-size: 28px; /*1.17em*/
    margin: .83em 0;
}
.wysiwyg-data h4 {font-size: 24px;}
.wysiwyg-data h5 {font-size: 21px;}
.wysiwyg-data h6 {font-size: 18px;}


.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: #333;}
.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: #333;}

.wysiwyg-data blockquote { 
    margin-left: 40px; 
    margin-right: 40px;
}
@media (max-width: 650px) {
    .wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir, .wysiwyg-data menu, .wysiwyg-data dd, .wysiwyg-data blockquote { 
        margin-left: 0 !important; 
        margin-right: 0;
    }
}

.wysiwyg-data i, .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 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: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #666;}
.wysiwig-data a:hover{color: #f00;}

.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{list-style-type: disc;}

/*
ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: #2d2d2d;
}
*/

.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;}
}

.js-counter-wrap p {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 10px;
}


/***********
* common
***********/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}
html,
body {
    height: 100%;
}
body,
body * {
    font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}


/* 通常文字色 */
body {
    font-size: 16px;
    color:#333;
    /* 通常文字色 */
    background:#fff ;
}

h2 {
    font-size: 30px;
    letter-spacing: 3px;
}

h3 {
    font-size: 26px;
    letter-spacing: 3px;
}

ul,
ul li {
    list-style: none;
}

ol {
    display: inline-block !important;
}

/* a リンク文字色 */
a,
a:visited {
    color:#666;
    /* a リンク文字色 */
    text-decoration: none;
}

a:hover,
button:hover {
    color:#f00;
    /* hoverリンク文字色 */
    text-decoration: none;
    opacity: 0.7;
}

a:hover * {
    opacity: .7;
}

input[type='text'],
input[type='password'] {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
    margin-right: 4px;
}

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;
}

img {
    max-width: 100%;
    word-break: normal;
    border: none;
}

b {
    font-weight: bold;
}

pre {
    white-space: pre-wrap;
}

ul.list1 li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
}

ul.list1 li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 18px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-list.png);
    background-repeat: no-repeat;
    background-size: cover;
}

ul.list2 li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
}

ul.list2 li:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 5px;
    background-color: #666;
}


/***********
* layout
***********/

#wrapper,
.wrapper {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
}

.top {
    width: 1100px;
    margin: 0 auto;
    padding: 38px 10px 0;
}

.contents {
    width: 1100px;
    margin: 0 auto;
    padding: 38px 10px 0;
}

.page {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 10px 0;
}

.row {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 650px) {
    #wrapper,
    .wrapper {
        min-width: 100%;
    }
    .top {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0;
    }
    .contents {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0;
    }
    .page {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0;
    }
    .row {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
}


/***********
* clearfix
***********/

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}


/***********
* header
***********/

#header {
    width: 100%;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}

.gnav-sp {
    display: none;
}

.header-top {
    padding: 0 10px;
    color: #fff;
    background-color: #333;
}

.header-top ul {
    float: right;
    height: 30px;
}

.header-top ul li {
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin-left: 12px;
}

.header-top ul li a {
    position: relative;
    color: #fff;
}

.header-top ul li a.entry {
    padding-left: 18px;
}

.header-top ul li a.entry:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 16px;
    margin-top: -15px;
    content: '\e929';
    font-family: "icomoon";
    background: none;
}

.header-top ul li a.mypage {
    padding-left: 20px;
}

.header-top ul li a.mypage:before {
    position: absolute;
    top: 50%;
    left: 3px;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-top: -15px;
    content: '\e90a';
    font-family: "icomoon";
    background: none;
}

.header-top ul li a.logout {
    padding-left: 20px;
}

.header-top ul li a.logout:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-top: -15px;
    content: '\e931';
    font-family: "icomoon";
    background: none;
}

.header-top ul li a.cart {
    padding-left: 22px;
}

.header-top ul li a.cart:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-top: -15px;
    content: '\e919';
    font-family: "icomoon";
    background: none;
}

.header {
    display: table;
    width: 100%;
}

.header-bottom {
    position: relative;
    display: table-cell;
    height: 76px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

.header-bottom .logo {
    text-align: center;
}

.header-bottom .logo img {
    width: auto;
    height:auto;
    max-width: 200px;
    max-height: 200px;
    margin: 9px 0;
    vertical-align: middle;
}

.header-bottom .logo h1 a,
.header-bottom .logo h1 a:hover {
    color:#666;
}

.header-bottom .logo h1 .logo-text {
    font-size:13px;
    display: -webkit-box;
    overflow:hidden;
    max-width:480px;
    max-height:160px;
    margin:auto;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#cmsCommonForm input[type="text" i] {
    font-size: 12px;
}

@media only screen and (max-width: 650px) {
    #header {
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .gnav-pc {
        display: none;
    }
    .gnav-sp {
        display: block;
    }
    .header-top {
        width: 100%;
        min-height: 0;
        padding: 0;
        color: #fff;
        border-bottom: #fff solid 1px;
        background-color: #333;
    }
    .header-top ul {
        display: table;
        float: none;
        width: 100%;
        height: 44px;
    }
    .header-top ul li {
        font-size: 10px;
        line-height: 30px;
        display: table-cell;
        float: none;
        width: 33.33%;
        margin-left: 0;
        text-align: center;
    }
    .header-top ul li a {
        position: relative;
        display: block;
        width: 100%;
        height: 44px;
        padding-top: 18px;
        color: #fff;
    }
    .header-top ul li a.entry {
        padding-left: 0;
    }
    .header-top ul li a.entry:before {
        position: absolute;
        top: 1px;
        left: 50%;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-top: 0;
        margin-left: -8px;
        font-size: 16px;
        content: '\e929';
        font-family: "icomoon";
        background: none;
    }
    .header-top ul li a.mypage {
        padding-left: 0;
    }
    .header-top ul li a.mypage:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-top: 0;
        margin-left: -8px;
        font-size: 16px;
        content: '\e90a';
        font-family: "icomoon";
        background: none;
    }
    .header-top ul li a.logout {
        padding-left: 0;
    }
    .header-top ul li a.logout:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: inline-block;
        width: 15px;
        height: 16px;
        margin-top: 0;
        margin-left: -8px;
        font-size: 16px;
        content: '\e931';
        font-family: "icomoon";
        background: none;
    }
    .header-top ul li a.cart {
        padding-left: 0;
    }
    .header-top ul li a.cart:before {
        position: absolute;
        top: 2px;
        left: 50%;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-top: 0;
        margin-left: -10px;
        font-size: 16px;
        content: '\e919';
        font-family: "icomoon";
        background: none;
    }
    .header {
        display: table;
        width: 100%;
    }
    .header-bottom {
        position: relative;
        display: block;
        min-height: 47px;
        max-height: 100%;
        height: auto;
        padding: 0 0;
        text-align: center;
        vertical-align: middle;
        box-shadow: 1px 1px 8px rgba(0,0,0,.3);
    }
    .header-bottom .row {
        min-height: 47px;
        padding-top: 7px;
    }
    .header-bottom .logo {
        min-height: 30px;
        text-align: center;
    }
    .header-bottom .logo img {
        margin-top: 8px;
        margin-bottom: 8px;
        vertical-align: top;
    }
    .header-bottom .logo h1 {
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        max-width: calc(100% - 80px);
        min-height: 30px;
        margin-left: 40px;
    }
    .header-menu-sp {
        position: absolute;
        top: 9px;
        left: 10px;
        display: block;
        width: 28px;
    }
    .header-menu-sp img {
        width: 100%;
        height: auto;
    }
    .header-search-sp {
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        width: 22px;
    }
    
    
/* 検索系と思われる
    .header-search-sp img {
        width: 100%;
        height: auto;
    }
    .header-search {
        position: absolute;
        z-index: 999;
        top: 47px;
        right: 0;
        left: 0;
        display: none;
        width: 100%;
        padding: 15px 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .header-search.jq-show {
        display: block;
    }
    .header-search-form {
        position: relative;
        width: 72%;
        margin: 0 auto;
    }
    .header-search input[type=text] {
        font-size: 16px;
        line-height: 33px;
        display: inline-block;
        width: 100%;
        height: 33px;
        padding: 0 50px 0 12px;
        border: 1px solid #dcdcdc;
        border-radius: 17px;
        outline: 0 none;
        background-color: #f5f5f5;
    }
    .header-search-form-btn {
        line-height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        overflow: hidden;
        width: 45px;
        padding: 0;
        cursor: pointer;
        text-align: center;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0 17px 17px 0;
        background: none;
        background-color: #e4e4e4;
        -webkit-appearance: none;
    }
    .search-btn {
        padding: 5px 8px;
        vertical-align: middle;
    }
*/
    
    
}


/***********
* footer
***********/

#footer {
    width: 100%;
}

.footer-top {
    width: 100%;
    padding: 40px 0;
    background-color: #d2d2d2;
}

.footer-logo {
    float: left;
    width: 340px;
}

.footer-logo img {
    width: auto;
    height:auto;
    max-width: 200px;
    max-height: 200px;
}

.footer-shoppingguide {
    float: right;
    width: 760px;
}

.footer-shoppingguide h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    width: 186px;
    height: 32px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
    border: #000 solid 1px;
}

.footer-shoppingguide ul {
    width: 630px;
}

.footer-shoppingguide ul li {
    font-size: 14px;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
}

.footer-shoppingguide ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.footer-bottom {
    line-height: 48px;
    width: 100%;
    height: 58px;
    background-color: #fff;
}

.footer-bottom2 {
    line-height: 48px;
    width: 100%;
    height: 48px;
    background-color: #f3f3f3;
}

.copyright {
    font-size: 14px;
    float: left;
    padding-top: 5px;
}

.sns {
    float: right;
    margin-top: 10px;
}

.sns li {
    display: inline-block;
    width: 25px;
    margin-left: 15px;
}

.sns li img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 650px) {
    #footer {
        width: 100%;
    }
    .footer-top {
        width: 100%;
        padding: 30px 0 25px;
        background-color: #d2d2d2;
    }
    .footer-logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-shoppingguide {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-shoppingguide h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        display: inline-block;
        width: 180px;
        height: 32px;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 1px;
        border: #000 solid 1px;
    }
    .footer-shoppingguide ul {
        width: 100%;
        text-align: left;
        border-top: #ededed solid 1px;
    }
    .footer-shoppingguide ul li {
        font-size: 13px;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        border-bottom: #ededed solid 1px;
    }
    .footer-shoppingguide ul li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 12px 10px;
    }
    .footer-shoppingguide ul li a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 9px;
        height: 14px;
        margin-top: -7px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav02_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer-bottom {
        line-height: 1.4;
        width: 100%;
        height: auto;
        padding: 30px 0 20px;
        background-color: #fff;
    }
    .footer-bottom2 {
        line-height: 1.4;
        width: 100%;
        height: auto;
        padding: 30px 0 20px;
        background-color: #f3f3f3;
    }
    .copyright {
        font-size: 10px;
        float: none;
        text-align: center;
        word-break: break-word;
    }
    .sns {
        float: none;
        margin-top: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .sns li {
        display: inline-block;
        width: 27px;
    }
    .sns li img {
        width: 100%;
        height: auto;
    }
}


/***********
* main
***********/

.main-contents {
    float: right;
    width: 785px;
    padding-bottom: 50px;
}

.main {
    float: left; /*right*/
    /*width: 785px;*/
    width: 100%;
}

@media only screen and (max-width: 650px) {
    .main-contents {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
    .main {
        float: none;
        width: 100%;
        
        /*margin-top: 50px; header分下へ下げる*/
    }
}


/* main-image */

#main-image {
    position: relative;
    width: 785px;
    text-align: center;
    background-color: #d9d9d9;
}

#main-image + div {
    border-top: none;
}

#main-image img {
    max-width: 100%;
    max-height: 100%;
}

.main-image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 785px;
    height: auto;
    margin: 0 auto 40px;
}

.main-image-slider > ul {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    height: 336px;
}

.main-image-slider > ul > li {
    display: inline;
    float: left;
    overflow: hidden;
    width: 785px;
    height: 336px;
    list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 10px;
    left: 0;
}

.main-image-indicator ul {
    text-align: center;
}

.main-image-indicator ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    opacity: .6;
    border: #fff solid 1px;
    border-radius: 50%;
    background-color: none;
}

.main-image-indicator ul li.active {
    background-color: #fff;
}

@media only screen and (max-width: 650px) {
    #main-image {
        position: relative;
        width: 100%;
        margin-top: 5px;
        text-align: center;
        background-color: #f5f5f5;
    }
    #main-image img {
        max-width: 100%;
        max-height: 100%;
    }
    .main-image-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .main-image-slider > ul {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        display: inline-block;
        overflow: hidden;
        height: 336px;
    }
    .main-image-slider > ul > li {
        display: inline;
        float: left;
        overflow: hidden;
        width: 100%;
        height: 336px;
        list-style-type: none;
    }
    .main-image-indicator {
        position: absolute;
        z-index: 999;
        right: 5px;
        bottom: 5px;
    }
    .main-image-indicator ul {
        text-align: center;
    }
    .main-image-indicator ul li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        opacity: .6;
        border: #fff solid 1px;
        border-radius: 50%;
        background-color: none;
    }
    .main-image-indicator ul li.active {
        background-color: #fff;
    }
}



@media (min-width: 650px) { 
    .left-slide-btn,
    .right-slide-btn {
        display: none;
    }
}



/* ttl */

.ttl {
    margin-bottom: 34px;
    text-align: center;
}

.ttl h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 6px;
    color: #333;
    overflow: hidden;
}

.ttl h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    content: '';
    background-color: #000;
}

.ttl h3 {
    font-size: 26px;
    font-weight: bold;
}

.ttl2 {
    margin-bottom: 46px;
    text-align: center;
}

.ttl2 h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 2px;
}

.ttl2 h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    content: '';
    background-color: #000;
}

@media only screen and (max-width: 650px) {
    .ttl {
        margin-bottom: 16px;
        text-align: center;
    }
    .ttl h2 {
        font-size: 30px;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
    .ttl h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 24px;
        height: 1px;
        margin-left: -12px;
        content: '';
        background-color: #000;
    }
    .ttl h3 {
        font-size: 26px;
    }
    .ttl2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .ttl2 h2 {
        font-size: 30px;
        position: relative;
        padding-bottom: 2px;
    }
    .ttl2 h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 24px;
        height: 1px;
        margin-left: -12px;
        content: '';
        background-color: #000;
    }
}

/* product-list */
.product-list {
    margin-bottom: 10px;
}

.product-list-item {
    float: left;
    width: 185px;
    margin-right: 15px;
    padding-bottom: 40px;
}

.product-list-item:nth-child(4n) {
    margin-right: 0;
}

.product-list-item:nth-child(4n-3) {
    clear: both;
}

.product-list-item .product-list-photo {
    position: relative;
    width: 185px;
    max-height: 185px;
    margin-bottom: 15px;
}

.product-list-item .product-list-photo img {
    display: block;
    max-width: 185px;
    max-height: 185px;
    width: auto;
    height: auto;
    margin: auto;
    border: #d0d0d0 solid 1px;
}

.product-list-item .product-list-name {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    height: 44px;
    margin-bottom: 4px;
    background-color: #fff;
}

.product-list-item .product-list-name:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1.2em;
    content: "…";
    text-align: right;
    background-color: #fff;
}

.product-list-item .product-list-name:after {
    position: relative;
    right: 0;
    float: right;
    width: 1em;
    height: 100%;
    content: "";
    background-color: #fff;
}

.product-list-item .product-list-price {
    font-size: 16px;
    line-height: 1.2;
}

.product-list-item .product-list-nonstock {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
    margin-right: 6px;
    padding: 0 3px;
    text-align: center;
    color: #f33;
    background: #fff;
}

.product-list-tax {
    display: inline-block;
}

@media only screen and (max-width: 650px) {
    .product-list {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .product-list-item {
        float: left;
        width: 50%;
        margin-right: 0;
        padding: 0 5px 40px;
    }
    .product-list-item:nth-child(2n-1) {
        clear: both;
    }
    .product-list-item .product-list-photo {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 9px;
    }
    .product-list-item .product-list-photo img {
        max-width: 100%;
        height: auto;
    }
    .product-list-item .product-list-name {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        min-height: 40px;
        margin-bottom: 4px;
    }
    .product-list-item .product-list-price {
        font-size: 16px;
        line-height: 1.2;
    }
}


/* ranking icon */
.icn-rank {
    font-size: 16px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: 54px;
    height: 54px;
    color: #717171;
}

.icn-rank span {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 10px;
}

.icn-rank:before {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 54px 54px 0 0;
    border-style: solid;
    border-color: #ececec transparent transparent transparent;
}

.icn-rank1 {
    color: #fff;
}

.icn-rank1:before {
    border-color: #dccd1b transparent transparent transparent;
}

.icn-rank2 {
    color: #fff;
}

.icn-rank2:before {
    border-color: #6a6a6a transparent transparent transparent;
}

.icn-rank3 {
    color: #fff;
}

.icn-rank3:before {
    border-color: #833716 transparent transparent transparent;
}

@media only screen and (max-width: 650px) {
    .icn-rank {
        font-size: 16px;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
    }
    .icn-rank span {
        position: absolute;
        z-index: 99;
        top: 5px;
        left: 10px;
    }
    .icn-rank:before {
        position: absolute;
        z-index: 90;
        top: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-width: 50px 50px 0 0;
        border-style: solid;
    }
}


/* btn-area */
.btn-area {
    margin-bottom: 20px;
    text-align: center;
}

.btn-area .btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    position: relative;
    display: inline-block;
    width: 152px;
    height: 44px;
    text-align: center;
    color: #fff;
    background-color: #666;
}

.btn-area .btn span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-area a.btn-back span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 650px) {
    .btn-area {
        margin-bottom: 30px;
        text-align: center;
    }
    .btn-area .btn {
        font-size: 16px;
        font-weight: normal;
        line-height: 44px;
        position: relative;
        display: inline-block;
        width: 152px;
        height: 44px;
        text-align: center;
        color: #fff;
        background-color: #666;
    }
    .btn-area .btn span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/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: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* top-newarrival */
#top-newarrival {
    padding-top: 36px;
    border-top: #d0d0d0 solid 1px;
}

.main > div#top-newarrival:first-child {
    border-top: none;
}

@media only screen and (max-width: 650px) {
    #top-newarrival {
        padding-top: 30px;
    }
}


/* top-ranking */

#top-ranking {
    padding-top: 36px;
    border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 650px) {
    #top-ranking {
        padding-top: 30px;
        border-top: #d0d0d0 solid 1px;
    }
}

/* top-salesranking */
#top-salesranking {
    padding-top: 36px;
    border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 650px) {
    #top-salesranking {
        padding-top: 30px;
        border-top: #d0d0d0 solid 1px;
    }
}

/* top-news */
#top-news {
    padding-top: 36px;
}

@media only screen and (max-width: 650px) {
    #top-news {
        padding-top: 30px;
        border-top: #d0d0d0 solid 1px;
    }
}

/* news-list */
.news-list {
    margin-bottom: 20px;
}

.news-list dl {
    display: table;
    width: 100%;
}

.news-list dl dt {
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    width: 115px;
    padding: 10px 0;
}

.news-list dl dd {
    font-size: 16px;
    
    display: table-cell;
    padding: 10px 0;
}

.news-list dl dd a:hover {
    text-decoration: underline;
    opacity: 1;
}

@media only screen and (max-width: 650px) {
    .news-list {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .news-list dl {
        display: block;
        width: 100%;
    }
    .news-list dl dt {
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 100%;
        margin-bottom: 4px;
        padding: 0 0 0 6px;
    }
    .news-list dl dd {
        font-size: 16px;
        display: block;
        margin-bottom: 18px;
        padding: 0;
    }
}


/* top-shop-message */

#top-shop-message1 {
    margin-top: 30px;
}

#top-shop-message2 {
    margin-top: 30px;
}

@media only screen and (max-width: 650px) {
    #top-shop-message1 {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    #top-shop-message2 {
        padding: 0 10px;
    }
}

/* item-detail */
.item-top {
/*    margin-left: 465px;*/
}
@media (max-width: 1050px) {
    .item-top {
        margin-left: 0;
    }
}

.item-detail-container {
    display: flex;      /* Flexboxを有効にする */
    justify-content: space-between; /* 子要素を左右に分ける */
    align-items: start; /* 子要素を上端揃えにする */
    gap: 20px;          /* 左のコンテナと右のコンテナの間にスペースを追加する */
    width: 100%;
}




.item-detail-left {
    float: left;
    max-width: 450px;
/*    margin-top: -24px;*/
}
@media (max-width: 1050px) {
    .item-detail-left {
        margin-top: 0;
        width: 100%;
        max-width: initial;
    }
}

.item-detail-right {
    float: right;
    /* max-width: 380px; */
    margin-left: 20px;
    width: 100%;
}

@media (max-width: 1050px) {
    .item-detail-right {
        float: none;
        width: 100%;
        max-width: initial;
        margin-left:0;
    }
}

.item-detail-photo {
    position: relative;
    overflow: hidden;
    max-width: 450px;/*360px*/
    height: auto;
    margin-bottom: 10px;
}
@media (max-width: 1050px) {
    .item-detail-photo {
        margin-left: auto;
        margin-right: auto;
    }
}

.item-detail-photo ul li {
    display: none;
    float: left;
    width: auto;
}
.item-detail-photo ul li::before {
    content: none;
}
/*.item-detail-photo ul li.active {
    display: block;
}*/

.item-detail-photo img {
    display: block;
    max-width: 450px;
    max-height: auto;
    width: auto;
    height: auto;
    border: #d0d0d0 solid 1px;
}

.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
    display: none;
}

.item-detail-zoom {
    margin-bottom: 20px;
    text-align: center;
}

.item-detail-zoom a {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}

.item-detail-zoom a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-detail-thumb { /*1854行目の代わり*/
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.item-detail-thumb-photo {
    float: left;
    width: 82px;
    margin-right: 8px;
}

.item-detail-thumb-photo img {
    max-width: 100%;
    max-height: 65px;
    border: #d0d0d0 solid 1px;
}

.item-detail-info {
    width: 100%;
    margin-bottom: 15px;
/*    border-bottom: #d0d0d0 solid 1px;*/
    font-size: 16px;
}

.item-detail-info2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.item-detail-info dl, .item-detail-info2 dl {
    display: table;
    width: 100%;
}

.item-detail-info dl dt, .item-detail-info2 dl dt {
    display: table-cell;
    width: 105px;
/*    padding: 3px;*/
    vertical-align: middle;

}

.item-detail-info dl dd, .item-detail-info2 dl dd {
    display: table-cell;
    padding: 3px 0 3px 15px;

}


/* 便種などのdt dd */
.wysiwyg-data dt {
    float: left;
    width: 105px;
/*    text-align-last: justify;*/
}
.wysiwyg-data dd {
    padding: 3px 0 3px 120px;
}

@media (max-width:650px) {
    .wysiwyg-data dt {
        margin-right: 12px;
    }
}


.item-detail-category {
    font-size: 16px;
/*    margin-bottom: 16px;*/
    margin-top: 5px;
}

.item-detail-name {
/*    font-size: 30px;*/
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #333;
    text-shadow: none;
    margin-top: 0;
    padding: 0;
}

.item-detail-vari, .item-detail-spec, .wysiwyg-data, .item-detail-share {
    margin-bottom: 5px;
    font-size: 16px;
}
.item-detail-spec div {
    font-size: 16px;
}


.item-detail-vari dt, .item-detail-spec dt, .wysiwyg-data dt, .item-detail-share dt {
    font-weight: bold;
}

.item-detail-vari-price-num {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    
}

.item-detail-vari-memberprice-num, .item-detail-vari-normalprice-num {
    font-weight: bold;
}

.raku-item-no-stock {
    color: #f33;
}

.item-detail-cart {
    width: 100%;
    margin-bottom: 25px;
}

.item-detail-cart p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-indent: 0;
}

.item-detail-inputtext input {
    font-size: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    padding: 0 8px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
}

.item-detail-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.item-detail-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}
.item-detail-select::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 45px 0 15px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-detail-cart-vari-select {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-cart-vari-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 0 0 20px;
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/* radio */
.item-detail-cart-vari-radio {
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
    margin-bottom: 5px;
}
.item-detail-cart-vari-radio input {
    width: 0;
    opacity: .0;
}
.item-detail-cart-vari-radio input + label {
    max-width: 100%;
    font-size: 18px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    content: '';
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    background-color: #666;
}

.item-detail-num-count {
    font-size: 0;
    display: flex;
    width: 65%;
    padding-left: 15px;
    margin-bottom: 18px;
}

.item-detail-num-plus {
    display: inline-block;
    vertical-align: middle;
}

.item-detail-num-plus a {
    font-size: 28px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 3px;
    font-weight: bold;
}

.item-detail-num-minus {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.item-detail-num-minus a {
    font-size: 28px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 3px;
    font-weight: bold;
}

.item-detail-num {
    height: 55px;
    margin-right: 12px;
    padding: 0;
    vertical-align: middle;
}

.item-detail-num input[type=number] {
    font-size: 14px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 3px;
    border: solid 2px #2d2d2d;
    -moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.item-detail-num-select {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.item-detail-num-select label:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 0 0 20px;
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-detail-cart-btn {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
}

.item-detail-cart-btn a {
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    background-color: #d02200;
    margin-top: 35px;
}

.item-detail-cart-btn a span {
    position: relative;
}

.item-detail-cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: -46px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-detail-txt {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #d0d0d0 solid 1px;
}

@media (max-width:650px) {
    item-detail-txt3 {
        margin-left: 3px;
    }
}
    
.item-detail-txt p, .item-detail-info2 p, .item-detail-txt3 p {
    font-size: 16px;
    padding: 3px;
}

.item-detail-share {
    width: 100%;
    padding-bottom: 20px;
}
.item-detail-share li::before {
    content: none;
}

.item-detail-share dl {
    display: table;
    width: 100%;
}
.item-detail-share dl dt {
    display: table-cell;
    width: 90px;
/*    padding: 3px;*/
    vertical-align: middle;
}
.item-detail-share dl dd {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
}

.item-detail-share dl dd ul {
    margin-left: 28px;
}

.item-detail-share dl dd ul li {
    float: left;
    width: 24px;
    margin-right: 20px;
}
.item-detail-share dl dd ul li img {
    width: 100%;
    height: auto;
}
.item-comment {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: #d0d0d0 solid 1px;
}

.item-comment h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.item-comment p {
    font-size: 13px;
}

.item-comment table {
    width: 100%;
}

.item-comment table tr th {
    font-size: 13px;
    font-weight: normal;
    width: 180px;
    padding: 4px 12px;
    text-align: left;
}

.item-comment table tr td {
    font-size: 13px;
    padding: 4px 12px;
    text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
    background-color: #eee;
}

@media (min-width: 650px) {
#jq_item_photo_list ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: transform 0.3s;
    transform: translateX(0);
}

    #jq_item_photo_list li {
        width: 100%;
        flex-shrink: 0;
        display: block;
    }

    .slide-btn {
        cursor: pointer;
        background-color: #f5f5f5;
        border: none;
        padding: 5px 10px;
        margin: 5px;
    }
}

/* for SP */
@media only screen and (max-width: 650px) { /*600px*/
    .item-detail {
    }
    .item-detail-left {
        float: none;
height: 260px;
    }
    .item-detail-right {
        float: none;
        width: 100%;
    }
    .item-detail-photo-main { /*for SP*/
        position: relative;
        width: auto; /* 実数 */
        margin: 0 auto;
    }

.item-detail-photo-main {
    position: relative;
    overflow: hidden;
}

#jq_item_photo_list {
    overflow: hidden;  
    display: flex;    
    transition: transform 0.2s ease-in;
    width: 100%;  /* 新規追加: コンテナの幅を指定 */
}

#jq_item_photo_list ul {
    display: flex;    /* 新規追加 */
    list-style: none;
    padding: 0;
    margin: 0;
}

#jq_item_photo_list li {
    width: 100%;
    flex-shrink: 0;
}

#slider-container {
    position: relative;
}

#jqitem-backbtn, #jqitem-nextbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 40px;  /* 幅を40pxにする */
    height: 40px; /* 高さを40pxにする */
    display: none;
}

#jqitem-backbtn {
    left: 0;
}

#jqitem-nextbtn {
    right: 0;
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1000;  // 高い値を設定
}

.left-slide-btn {
    left: 10px;
}

.right-slide-btn {
    right: 10px;
}


/* スライダーのwrapper */
.item-detail-photo .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.item-detail-photo .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.item-detail-photo .swiper-slide img {
  width: auto;
  height: 100%;
}


    .item-detail-photo {
        position: relative;
        overflow: hidden;
        width: auto; /* 実数 カルーセルでサムネ %は崩れる */
        height: 260px; /* 実数 この高さで他の画像隠してる */
        margin: 0 auto 10px;
        touch-action: pan-x;
        scroll-behavior: smooth;
    }

    ul.clearfix.portrait {
        padding: 0;
        display: flex;
        list-style: none;
        text-align: center;
    } 
    
    .item-detail-photo ul li {
        display: block;
        float: left;
        width: auto; /* 実数 カルーセルでサムネ %は崩れる */
        height: 260px; /* 実数 */
        margin: 0;
    }
    .item-detail-photo img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    
    .item-detail-photo-backbtn {/*SP側の<*/
        position: absolute;
        top: 45%;
        left: 10px;
        display: block;
        
    }
    .item-detail-photo-backbtn a {
        display: block;
        width: 12px;
        height: 23px;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item-detail-photo-nextbtn {/*SP側の>*/
        position: absolute;
        top: 45%;
        right: 10px;
        display: block;
        margin-top: -12px;
    }
    .item-detail-photo-nextbtn a {
        display: block;
        width: 12px;
        height: 23px;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item-detail-zoom {
        margin-bottom: 20px;
        text-align: center;
    }
    .item-detail-zoom a {
        position: relative;
        padding-left: 30px;
    }
    .item-detail-zoom a:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 19px;
        height: 19px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item-detail-thumb {
        width: 100%;
        display: none;
    }
    .item-detail-info {
        width: 100%;
        margin-bottom: 18px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: #d0d0d0 solid 1px;
    }
    .item-detail-info2 {
        width: 100%;
        margin-bottom: 18px;
        
    }
    .item-detail-category {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .item-detail-name {
        font-size: 22px !important;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .item-detail-cart {
        width: 100%;
        margin-bottom: 18px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: #d0d0d0 solid 1px;
    }
    .item-detail-cart p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .item-detail-select select {
        font-size: 16px;
    }
    .item-detail-num-count {
        font-size: 0;
        width: auto;
        margin-bottom: 30px;
        text-align: center;
        justify-content: center;
    }
    .item-detail-num-minus {
        font-size: 28px;
        display: inline-block;
        margin-right: 12px;
    }
    .item-detail-num-minus a {
        font-size: 18px;
        line-height: 55px;
        display: block;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fff;
        background-color: #2d2d2d;
    }
    .item-detail-num {
        font-size: 16px;
        line-height: 55px;
        display: inline-block;
        width: 55px;
        height: 55px;
        margin-right: 12px;
        text-align: center;
    }
    .item-detail-num input[type=number] {
        font-size: 16px;
    }
    .item-detail-num-plus {
        font-size: 28px;
        display: inline-block;
    }
    .item-detail-num-plus a {
        font-size: 28px;
        line-height: 55px;
        display: block;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fff;
        background-color: #2d2d2d;
    }
    .item-detail-num-select select {
        font-size: 16px;
    }
    .item-detail-cart-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .item-detail-cart-btn a {
        font-size: 18px;
        line-height: 55px;
        display: block;
        width: 100%;
        height: 55px;
        text-align: center;
        color: #fff;
        background-color: #d02200;
    }
    .item-detail-cart-btn a span {
        position: relative;
    }
    .item-detail-cart-btn a span:before {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        content: '';
        vertical-align: middle;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .item-detail-txt {
        width: 100%;
        margin-bottom: 18px;
        padding-right: 10px;
        padding-bottom: 18px;
        padding-left: 10px;
        border-bottom: #d0d0d0 solid 1px;
    }
    .item-detail-txt p {
        font-size: 16px;
        padding: 0;
    }
    .item-detail-share {
        width: 100%;
        padding-bottom: 0;
        text-align: center;
    }
    .item-detail-share dl {
        display: block;
        width: 100%;
    }
    .item-detail-share dl dt {
        font-size: 16px;
/*        display: block;*/
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .item-detail-share dl dd { /*snsボタン*/
        font-size: 16px;
        display: block;
        padding: 0;
        text-align: center;
        margin-top: -30px;
    }
    
    .item-detail-share dl dd ul {
        margin-left: 110px;
        margin-bottom: 0;
    }
    .item-detail-share dl dd ul li {
        display: inline-block;
        float: none;
        width: 33px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .item-detail-share dl dd ul li img {
        width: 100%;
        height: auto;
    }
    .item-comment {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: #d0d0d0 solid 1px;
    }
    .item-comment h4 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .item-comment p {
        font-size: 16px;
    }
    .item-comment table {
        width: 100%;
    }
    .item-comment table tr th {
        font-size: 12px;
        font-weight: normal;
        width: 65px;
        padding: 4px 10px;
        text-align: left;
    }
    .item-comment table tr td {
        font-size: 12px;
        padding: 4px 10px;
        text-align: left;
    }
    .item-comment table tr:nth-child(2n-1) th,
    .item-comment table tr:nth-child(2n-1) td {
        background-color: #eee;
    }
}


/* recommend */

#recommend {
    padding-top: 36px;
    border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 650px) {
    #recommend {
        padding-top: 30px;
        border-top: #d0d0d0 solid 1px;
    }
}

/* about-tbl */
.about-tbl,
table.payment-content {
    width: 100%;
    border-top: #d0d0d0 solid 1px;
}

.about-tbl th,
table.payment-content th {
    font-weight: bold;
    width: 240px;
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.about-tbl td,
table.payment-content td {
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 650px) {
    .about-tbl,
    table.payment-content {
        display: block;
        width: 100%;
        border-top: #d0d0d0 solid 1px;
    }
    .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: 14px;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 20px 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 20px;
        text-align: left;
        border-bottom: #d0d0d0 solid 1px;
    }
    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;
}

/***********
* side
***********/

.side {
    float: left;
    width: 250px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 650px) {
    .side {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
}


/* category-nav */

.category-nav {
    margin-bottom: 38px;
}

.category-nav > ul > li {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    color: #333;
    border-bottom: #d0d0d0 solid 1px;
}

.category-nav > ul > li>div,
.category-nav > ul > li > a {
    margin-bottom: 10px;
}

.category-nav > ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15px;
}

.category-nav > ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.category-nav > ul > li span {
    font-size: 14px;
}

.category-nav-l2 > li {
    font-size: 16px;
    overflow: hidden;
    border-top: #d0d0d0 dotted 1px;
}

.category-nav-l2 > li > a {
    line-height: 40px;
    height: 40px;
    margin-right: 15px;
}

.category-nav-l2 li a p {
    overflow: hidden;
    height: 40px;
    padding-right: 15px;
}

.category-nav-l3 > li {
    font-size: 16px;
    border-top: #d0d0d0 dotted 1px;
}

.category-nav-l3 > li > a {
    line-height: 48px;
    height: 48px;
    margin-right: 15px;
    text-indent: 15px;
}

.nav-close {
    display: none;
}

@media only screen and (max-width: 650px) {
    .category-nav {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: -96%;
        overflow: scroll;
        width: 96%;
        height: 100%;
        margin-bottom: 38px;
        padding-bottom: 50px;
        -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        transition: right .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #fff;
    }
    .nav-open .category-nav {
        right: 0;
    }
    .category-nav > ul {
        padding: 15px 12px 0;
    }
    .category-nav > ul > li {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 12px;
        color: #333;
        border-bottom: #e3e3e3 solid 1px;
    }
    .category-nav > ul > li>div,
    .category-nav > ul > li > a {
        margin-bottom: 12px;
    }
    .category-nav > ul li a {
        position: relative;
        display: block;
        width: 100%;
    }
    .category-nav > ul li a:after {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 11px;
        height: 19px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .category-nav > ul > li > a>p,
    .category-nav > ul > li > div>p {
        font-size: 16px;
        display: inline;
        margin-right: 5px;
    }
    .category-nav > ul > li span {
        font-size: 12px;
        display: inline-block;
    }
    .category-nav > ul li .category-nav-l2 > li {
        font-size: 14px;
        border-top: #d0d0d0 dotted 1px;
    }
    .category-nav > ul li .category-nav-l2 > li > a {
        line-height: 36px;
        height: 36px;
    }
    .category-nav > ul li .category-nav-l3 > li {
        font-size: 14px;
        border-top: #d0d0d0 dotted 1px;
    }
    .category-nav > ul li .category-nav-l3 > li > a {
        line-height: 36px;
        height: 36px;
        text-indent: 15px;
    }
    .nav-close {
        font-size: 10px;
        display: block;
        background-color: #eee;
    }
    .nav-close a {
        line-height: 40px;
        position: relative;
        display: block;
        height: 40px;
        padding-left: 40px;
    }
    .nav-close a:before {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-close.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* bnr-area */

.bnr-area {
    width: 250px;
    margin-bottom: 38px;
}

.bnr-area .bnr {
    margin-bottom: 20px;
}

@media only screen and (max-width: 650px) {
    .bnr-area {
        width: 100%;
        margin-bottom: 0;
        padding: 30px 10px 0;
    }
    .bnr-area .bnr {
        width: 100%;
        margin-bottom: 20px;
    }
    .bnr-area .bnr img {
        width: 100%;
        height: auto;
    }
}


.main-article {
    margin-bottom: 30px;
}

/* privacy-policy */
.privacy-policy {
    margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
    margin-top: 30px;
    margin-bottom: -30px;
}

/* schedule-area */

.schedule-area {
    width: 250px;
    padding-top: 20px;
    text-align: center;
}

.schedule-area h4 {
    font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
    width: 102px;
    height: 22px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    border: #d0d0d0 solid 1px;
    border-radius: 11px;
    background-color: #333;
}

.schedule {
    margin-bottom: 15px;
    border-bottom: #d0d0d0 dotted 1px;
}

.schedule table {
    width: auto;
    margin: 0 auto 10px;
}

.schedule table th {
    font-size: 13px;
    font-weight: normal;
    padding: 3px;
    text-align: center;
}

.schedule table th.sun {
    color: #c00000;
}

.schedule table th.sat {
    color: #006de8;
}

.schedule table td {
    font-size: 13px;
    font-weight: normal;
    padding: 3px;
    text-align: center;
}

.schedule-date {
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
}

.e1 .schedule-date {
    color: #fff;
    background-color: #e6436d;
}

.e2 .schedule-date {
    color: #fff;
    background-color: #01bcba;
}

.e3 .schedule-date {
    color: #333;
    background-color: #ececec;
}

.event-list {
    margin-bottom: 15px;
    margin-left: 10px;
}

.event-list li {
    line-height: 24px;
    position: relative;
    min-height: 24px;
    margin-bottom: 5px;
    padding-left: 40px;
    text-align: left;
}

.event-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.event-list li.event1:before {
    background-color: #e6436d;
}

.event-list li.event2:before {
    background-color: #01bcba;
}

.event-list li.event3:before {
    background-color: #ececec;
}

@media only screen and (max-width: 650px) {
    .schedule-area {
        width: 100%;
        padding: 30px 10px 0;
        text-align: center;
    }
    .schedule-area h4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 27px;
        display: inline-block;
        width: 123px;
        height: 29px;
        margin-bottom: 15px;
        text-align: center;
        color: #fff;
        border: #d0d0d0 solid 1px;
        border-radius: 15px;
        background-color: #333;
    }
    .schedule {
        margin-bottom: 19px;
        border-bottom: #d0d0d0 dotted 1px;
    }
    .schedule table {
        width: auto;
        margin: 0 auto 16px;
    }
    .schedule table th {
        font-size: 15px;
        font-weight: normal;
        padding: 3px;
        text-align: center;
    }
    .schedule table th.sun {
        color: #c00000;
    }
    .schedule table th.sat {
        color: #006de8;
    }
    .schedule table td {
        font-size: 15px;
        font-weight: normal;
        padding: 5px;
        text-align: center;
    }
    .schedule-date {
        line-height: 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .event-list {
        margin-bottom: 30px;
        margin-left: 0;
        text-align: left;
    }
    .event-list li {
        font-size: 12px;
        line-height: 25px;
        display: inline-block;
        min-height: 25px;
        margin-right: 5px;
        margin-bottom: 0;
        padding-left: 30px;
    }
    .event-list li:before {
        width: 25px;
        height: 25px;
    }
}


/***送料について***/

.shipment-tbl {
    width: 100%;
    margin-top: 30px;
    border-top: #d0d0d0 solid 1px;
}

.shipment-tbl th {
    font-weight: bold;
    width: 200px;
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl-ptn1 th{
    width: 250px;
    padding-right: 20px;
}

.shipment-tbl td {
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl caption {
    font-size: 16px;
    padding: 4px 12px 3px;
    color: #fff;
    background-color: #d0d0d0;
}

.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: #999;
}

.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: #efefef;
}

.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:600px) {
    .shipment-tbl caption {
        display: block;
    }
    .shipment-tbl th {
        font-size: 14px;
        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;
    }
    .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;
    }
}


/***********
* 1column
***********/

.column1 {
    width: 100%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 650px) {
    .column1 {
        width: 100%;
        padding-bottom: 0;
    }
}

.form-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 36px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.form-select label:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 7px 5px 0 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.form-select select {
    font-size: 14px;
    line-height: 36px;
    position: relative;
    z-index: 2;
    display: block;
    width: 200px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 10px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-txt-ss {
    width: 68px;
}

.form-txt-s {
    width: 200px;
}

.form-txt-m {
    width: 426px;
}

.form-txt-l {
    width: 100%;
}

.lbl-s {
    display: inline-block;
    width: 2em;
    margin-right: 8px;
    text-align: right;
}

.lbl-l {
    display: inline-block;
    width: 5em;
    margin-right: 8px;
    text-align: right;
}

.mr30 {
    margin-right: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb24 {
    margin-bottom: 24px;
}

.form-tbl-show {
    display: none;
}

.form-tbl-show.active {
    display: table;
}

.cart-btn {
    width: 100%;
    margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
    font-size: 20px;
    line-height: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #666;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-btn a.comp-btn span:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.conf-lbl {
    display: inline-block;
    width: 5em;
    margin-right: 15px;
    margin-bottom: 10px;
}

.conf-dt {
    display: inline-block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
    .form-select label {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 36px;
        vertical-align: middle;
        border: 1px solid #d0d0d0;
        background-color: #f5f5f5;
    }
    .form-select label:before {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 20px;
        width: 0;
        height: 0;
        margin-top: -3px;
        content: '';
        border-width: 7px 5px 0 4px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }
    .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;
    }
    .form-txt-ss {
        width: 100px;
    }
    .form-txt-s {
        width: 100%;
    }
    label + .form-txt-s {
        width: 100px;
    }
    .form-txt-m {
        width: 100%;
    }
    .form-txt-l {
        width: 100%;
    }
    .lbl-s {
        display: inline-block;
        width: 2em;
        margin-right: 8px;
        text-align: left;
    }
    .lbl-l {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: left;
    }
    .mr30 {
        margin-right: 15px;
    }
    .mb24 {
        margin-bottom: 10px;
    }
    .cart-btn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .cart-btn button[type='submit'],
    .cart-btn a {
        font-size: 16px;
        line-height: 44px;
        position: relative;
        display: inline-block;
        width: 150px;
        height: 44px;
        text-align: center;
        color: #fff;
        border: none;
        background-color: #666;
    }
    .cart-btn button[type='submit'] span:before,
    .cart-btn a span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cart-btn a.comp-btn span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .conf-lbl {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .conf-dt {
        display: block;
        margin-bottom: 20px;
    }
}

/* help-block */

.help-block.form-error {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 18px;
    text-align: left;
    color: #fff;
    background-color: #e30000;
}

@media only screen and (max-width: 650px) {
    .help-block.form-error {
        padding: 8px 15px;
    }
}


/***********
* parts
***********/


/* msg */

.msg {
    font-size: 14px;
    margin-bottom: 38px;
    padding: 8px 15px;
    text-align: left;
    color: #333;
    border: #000 solid 1px;
}

@media only screen and (max-width: 650px) {
    .msg {
        font-size: 14px;
        margin-bottom: 38px;
        padding: 8px 15px;
        text-align: left;
        color: #333;
        border: #000 solid 1px;
    }
}


/* err */

.err-msg {
    font-size: 14px;
    margin-bottom: 38px;
    padding: 8px 15px;
    text-align: left;
    color: #e30000;
    border: #e30000 solid 1px;
}

@media only screen and (max-width: 650px) {
    .err-msg {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding: 10px 10px;
    }
}


/*bread*/

.bread {
    margin-bottom: 30px;
}

.bread ul li {
    max-width: 100%;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    color: #333;
}

.bread ul li a:after {
    display: inline-block;
    margin-left: 10px;
    content: '>';
    color: #333;
}

.bread ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

@media only screen and (max-width: 650px) {
    .bread {
        margin-bottom: 20px;
        padding: 8px 10px;
        background-color: #f3f3f3;
    }
    .bread ul li {
        font-size: 12px;
        float: left;
        margin-right: 8px;
        color: #333;
    }
    .bread ul li a:after {
        display: inline-block;
        margin-left: 8px;
        content: '>';
        color: #333;
    }
}


/* item-list */

.item-list-itemcount {
    text-align: right;
}


/* paging */

.paging {
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: #d0d0d0 solid 1px;
}

.paging .prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.paging .prev a {
    position: relative;
    padding-left: 24px;
}

.paging .prev a:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.paging .next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}

.paging .next a {
    position: relative;
    padding-right: 24px;
}

.paging .next a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-num ul {
    font-size: 0;
}

.page-num ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px;
}

.page-num ul li span {
    line-height: 22px;
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    border: #999 solid 1px;
    background-color: #999;
}

.page-num ul li a {
    line-height: 22px;
    display: block;
    width: 22px;
    height: 22px;
    border: #999 solid 1px;
}

@media only screen and (max-width: 650px) {
    .paging {
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 15px;
        text-align: center;
        border-top: #d0d0d0 solid 1px;
    }
    .paging .prev {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
    }
    .paging .prev a {
        position: relative;
        display: block;
        width: 12px;
        height: 23px;
        padding-left: 0;
    }
    .paging .prev a span {
        display: none;
    }
    .paging .prev a:after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 12px;
        height: 23px;
        margin-top: -12px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .paging .next {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }
    .paging .next a {
        position: relative;
        display: block;
        width: 12px;
        height: 23px;
        padding-right: 0;
    }
    .paging .next a span {
        display: none;
    }
    .paging .next a:after {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 12px;
        height: 23px;
        margin-top: -12px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .page-num ul {
        font-size: 0;
    }
    .page-num ul li {
        font-size: 14px;
        display: inline-block;
        margin: 0 6px;
    }
    .page-num ul li span {
        line-height: 23px;
        display: block;
        width: 23px;
        height: 23px;
        color: #fff;
        border: #999 solid 1px;
        background-color: #999;
    }
    .page-num ul li a {
        line-height: 23px;
        display: block;
        width: 23px;
        height: 23px;
        border: #999 solid 1px;
    }
}


/* sort */

.sort {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-top: #d0d0d0 solid 1px;
}

.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: #000;
}

.sort ul li a {
    text-decoration: underline;
}

.sort ul li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 650px) {
    .sort {
        font-size: 0;
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 13px;
        text-align: center;
        border-top: #d0d0d0 solid 1px;
    }
    .sort-label {
        display: none;
    }
    .sort ul {
        font-size: 0;
        display: inline-block;
        text-align: center;
    }
    .sort ul li {
        font-size: 12px;
        position: relative;
        display: inline-block;
        margin-left: 20px;
        padding-left: 20px;
    }
    .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: #000;
    }
    .sort ul li a {
        text-decoration: underline;
    }
}


/* icon おすすめ */
.icn-badge48954:after {
    content: "NEW";
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #d02200;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
} 
/*
@media (max-width:650px) {
    font-size: 22px;
}
*/
.icn-badge48955:after {
    content: "おすすめ";
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #d02200;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
} 
/*
@media (max-width:650px) {
    font-size: 22px;
}
*/
.icn-badge48956:after {
    content: "人気";
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #d02200;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
} 
/*
@media (max-width:650px) {
    font-size: 22px;
}
*/

.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;
}

.product-list-item .product-list-name.icn-reservation::before {
    position: relative;
    width: 66px;
    content: "予約商品";
    text-align: center;
    background-color: #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: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.modal-open .overlay {
    display: block;
}

@media only screen and (max-width: 650px) {
    .nav-open {
        overflow: hidden;
    }
    .nav-open .overlay {
        display: block;
    }
}


/* modal */
.modal {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -200px;
    margin-left: -320px;
    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: -52px;
    right: -4px;
}

.modal-close a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 650px) {
    .modal {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        display: none;
        width: 300px;
        margin-top: -110px;
        margin-left: -150px;
        background-color: #fff;
    }
    .modal-open .modal {
        display: block;
    }
    .modal-inner {
        position: relative;
        width: 100%;
        height: auto;
    }
    .modal-img {
        width: 100%;
    }
    .modal-img img {
        width: 100%;
        height: auto;
    }
    .modal-close {
        position: absolute;
        top: -30px;
        right: -4px;
    }
    .modal-close a {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-modal-close.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* pagetop */
.btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: all linear .2s;
    text-align: right;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    z-index: 101;
}

.btn-pagetop.is-show {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
    position: relative;
    display: block;
    width: 53px;
    height: 53px;
    cursor: pointer;
    border-radius: 27px;
    background-color: rgba(0,0,0,.8);
}

.btn-pagetop a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 23px;
    height: 12px;
    margin-top: -6px;
    margin-left: -12px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-pagetop.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/***********
* module
***********/

.sp {
    display: none !important;
}

@media only screen and (max-width: 650px) {
    .sp {
        display: inline-block !important;
    }
}


/***********
* lp
***********/

.contents-lp .main {
    width: 100%;
}

.contents-lp .lp-img img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.contents-lp .item-order {
    width: 440px;
    margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
    border-bottom: none;
}

@media only screen and (max-width: 650px) {
    .contents-lp .item-order {
        width: 100%;
    }
}

/***********
* login
***********/
.contents-login .main {
    width: 100%;
}




body, body * { /*font関連*/
    font-family: ’ヒラギノ角ゴ Pro W3′, ’ヒラギノ角ゴ W3′, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, ‘ＭＳ Ｐゴシック’, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
}

/*詳細ページモーダル(zoom押すと出る)*/
.photo-modal {
    background-color: rgba(0,0,0,0.75); 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photo-modal img {
    position: relative;
    top: 160px;
    left: 25vw;
}
.modal-close {
    left: 64vw;
    top: 120px;
}

.main-wrap {
    width: 100%;
}
@media only screen and (max-width: 650px) {
    .main-wrap {
        margin-top: 35px;
    }
}


div.main {
    padding: 0;
    margin-top: 0;
}

@media (max-width: 1050px) { /*tab*/
    .photo-modal img {
        left: 8vw;
    }
    .modal-close {
        left: 87vw;
    }
    .wrap {
        margin-top: 75px;
    }
    
    div.main {
        margin-top: 0;
    }
    div.main ol {
        margin-left: 0;
    }
    .item-middle {
        align-items: center;
    }
    .image_left {
        margin-right: 0 !important;
    }
}

@media (max-width: 650px) { /*sp*/
    .photo-modal img {
        left: 0;
    }
    .modal-close {
        right: 0;
        left: initial;
    }
}

.raku-item-vari-tax, raku-item-vari-membertax, raku-item-vari-normaltax {
    font-size: 14px;
}


/* 2021/06/15 商品詳細ページのみでくずれる */
.footer-wrap .page-footer .to-top {
    margin-top: -51px; 
}

/***********
* Item Info
***********/
h2.headlineh2 {
    background-color: #eee;
    padding: 15px 10px 10px 25px !important;
    border-bottom: 0px solid !important;
    margin: 50px 0 0;
}
h3.headlineh3 {
    font-size: 20px !important;
    border-bottom: 0px solid !important;
    margin: 30px 0 15px !important;
}
p.text {
    margin: 5px 0 !important;
    text-indent: 0;
}
h4.headlineh4 {
    font-size: 18px !important;
    border-bottom: 0px solid !important;
    margin: 10px 0 !important;
}
h4.headlineh4::before {
    content: none !important;
}

@media (max-width: 650px) { /*sp*/
    p.text {
    margin: 15px 5px !important;
    font-size: 15px;
    }
    .youtube iframe {
    width: 100%;
    }
    h2.headlineh2 {
    padding: 12px 10px 10px 15px !important;
    font-size: 24px !important;
    }
    h3.headlineh3 {
    font-size: 18px !important;
    margin: 30px 5px 15px !important;
    }
    h4.headlineh4 {
    font-size: 16px !important;
    }
    .item-detail-cart-vari-radio input + label {
    font-size: 15px;
    max-width: 95%;
    }
}


.swiper-container-free-mode > .item-detail-photo{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }
