@import url("https://image.raku-uru.jp/cms/fontcss/font.css");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    border-style: none;
    height: auto;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.ap_hidden {
    display: none !important;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #0071be;
    transition: 0.5s;
}

a:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

html {
    overflow: auto;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    background: #fff;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
}

ul {
    list-style: none;
}

.ap_col_container {
    width: 100%;
    position: relative;
}

.ap_col_container.full {
    display: flex;
}

.ap_col_parent {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
}

.ap_col_parent.reverse {
    flex-direction: row-reverse;
}

.ap_col_parent.end {
    justify-content: flex-end;
}

.ap_col_parent.center {
    align-items: center;
}

.ap_col_parent.full {
    max-width: 100vw;
}

.ap_col_parent.wrap {
    flex-wrap: wrap;
}

.ap_col_parent.just_center {
    justify-content: center;
}

.ap_col_parent.between {
    justify-content: space-between;
}

[class*='ap_col_child'] {
    min-height: 1px;
    word-wrap: break-word;
    max-width: 100%;
}

.ap_col_child_1 {
    width: 90px;
    box-sizing: border-box;
}

.ap_col_child_2 {
    width: 180px;
    box-sizing: border-box;
}

.ap_col_child_3 {
    width: 270px;
    box-sizing: border-box;
}

.ap_col_child_4 {
    width: 360px;
    box-sizing: border-box;
}

.ap_col_child_5 {
    width: 450px;
    box-sizing: border-box;
}

.ap_col_child_6 {
    width: 540px;
    box-sizing: border-box;
}

.ap_col_child_7 {
    width: 630px;
    box-sizing: border-box;
}

.ap_col_child_8 {
    width: 720px;
    box-sizing: border-box;
}

.ap_col_child_9 {
    width: 810px;
    box-sizing: border-box;
}

.ap_col_child_10 {
    width: 900px;
    box-sizing: border-box;
}

.ap_col_child_11 {
    width: 990px;
    box-sizing: border-box;
}

.ap_col_child_12 {
    width: 1080px;
    box-sizing: border-box;
}

.ap_col_child_p_1 {
    width: 8.333%;
    box-sizing: border-box;
}

.ap_col_child_p_2 {
    width: 16.666%;
    box-sizing: border-box;
}

.ap_col_child_p_3 {
    width: 24.999%;
    box-sizing: border-box;
}

.ap_col_child_p_4 {
    width: 33.332%;
}

.ap_col_child_p_5 {
    width: 41.665%;
    box-sizing: border-box;
}

.ap_col_child_p_6 {
    width: 49.998%;
    box-sizing: border-box;
}

.ap_col_child_p_7 {
    width: 58.331%;
    box-sizing: border-box;
}

.ap_col_child_p_8 {
    width: 66.664%;
    box-sizing: border-box;
}

.ap_col_child_p_9 {
    width: 74.997%;
    box-sizing: border-box;
}

.ap_col_child_p_10 {
    width: 83.33%;
    box-sizing: border-box;
}

.ap_col_child_p_11 {
    width: 91.663%;
    box-sizing: border-box;
}

.ap_col_child_p_12 {
    width: 100%;
    box-sizing: border-box;
}

.ap_flex {
    display: flex;
}

.ap_flex.reverse {
    flex-direction: row-reverse;
}

.ap_flex.end {
    justify-content: flex-end;
}

.ap_flex.center {
    position: relative;
    align-items: center;
}

.ap_flex.wrap {
    flex-wrap: wrap;
}

.ap_flex.just_center {
    justify-content: center;
}

.ap_flex.between {
    justify-content: space-between;
}

.ap_block {
    display: block;
}

.ap_width_100vw {
    width: 100vw;
}

.ap_height_100vh {
    height: 100vh;
}

.ap_width_100 {
    width: 100px;
}

.ap_width_200 {
    width: 200px;
}

.ap_width_300 {
    width: 300px;
}

.ap_width_400 {
    width: 400px;
}

.ap_width_500 {
    width: 500px;
}

.ap_width_600 {
    width: 600px;
}

.ap_width_700 {
    width: 700px;
}

.ap_height_100 {
    height: 100px;
}

.ap_height_200 {
    height: 200px;
}

.ap_height_300 {
    height: 300px;
}

.ap_height_400 {
    height: 400px;
}

.ap_height_500 {
    height: 500px;
}

.ap_height_600 {
    height: 600px;
}

.ap_height_700 {
    height: 700px;
}

.ap_height_800 {
    height: 800px;
}

.ap_height_900 {
    height: 900px;
}

.ap_width_100p {
    width: 100%;
}

.ap_height_100p {
    height: 100%;
}

.ap_width_75p {
    width: 75%;
}

.ap_height_75p {
    height: 75%;
}

.ap_width_50p {
    width: 50%;
}

.ap_height_50p {
    height: 50%;
}

.ap_width_25p {
    width: 25%;
}

.ap_height_25p {
    height: 25%;
}

.ap_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
}

.ap_menu.close {
    opacity: 0;
    transition: 0.5s;
}

.ap_menu_box {
    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: 0.5s;
    padding: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
}

.ap_menu_box.opacity {
    opacity: 1;
    transition: 0.5s;
}

.ap_menu_box.open {
    height: 100%;
    transition: 0.75s;
    z-index: 100;
    padding: 10px;
}

.ap_menu_box.open ul {
    font-weight: bold;
}

.ap_menu_box.open li:first-child {
    border-top: 1px #0071be solid;
}

.ap_menu_box li {
    padding: 30px;
    text-align: center;
    border-bottom: 1px #0071be solid;
}

.ap_accordion {
    cursor: pointer;
}

.ap_menu_box > a {
    color: #fff;
}

.ap_col_parent.ap_menu {
    width: 15%;
    right: 0;
}

.ap_relative {
    position: relative;
}

.ap_absolute {
    position: absolute;
}

.ap_fixd {
    position: fixed;
}

.ap_top_line {
    border-top: 1px #0071be solid;
}

.ap_top_line.dashed {
    border-top: 1px #0071be dashed;
}

.ap_bottom_line {
    border-bottom: 1px #0071be solid;
}

.ap_bottom_line.dashed {
    border-bottom: 1px #0071be dashed;
}

.ap_left_line {
    border-left: 1px #0071be solid;
}

.ap_right_line {
    border-right: 1px #0071be solid;
}

.ap_border_line {
    border: 1px #0071be solid;
}

.ap_top_line_2nd {
    border-top: 1px #00a7cb solid;
}

.ap_bottom_line_2nd {
    border-bottom: 1px #00a7cb solid;
}

.ap_left_line_2nd {
    border-left: 1px #00a7cb solid;
}

.ap_right_line_2nd {
    border-right: 1px #00a7cb solid;
}

.ap_border_line_2nd {
    border: 1px #00a7cb solid;
}

.ap_center_text {
    text-align: center !important;
}

.ap_right_text {
    text-align: right !important;
}

.ap_left_text {
    text-align: left !important;
}


.ap_primary,
.ap_primary a,
a.ap_primary {
    color: #0071be;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
    color: #00a7cb;
}

.ap_red,
.ap_red a,
a.ap_red {
    color: #ff0000;
}

.ap_orange,
.ap_orange a,
a.ap_orange {
    color: #ff8800;
}

.ap_blue,
.ap_blue a,
a.ap_blue {
    color: #9eddd3;
}

.ap_purple,
.ap_purple a,
a.ap_purple {
    color: #884898;
}

.ap_green,
.ap_green a,
a.ap_green {
    color: #00ff2a;
}

.ap_yellow,
.ap_yellow a,
a.ap_yellow {
    color: #ffe100;
}

.ap_pink,
.ap_pink a,
a.ap_pink {
    color: #ff00dd;
}

.ap_gray,
.ap_gray a,
a.ap_gray {
    color: #e1e6f3;
}

.ap_black,
.ap_black a,
a.ap_black {
    color: #111111;
}

.ap_white,
a.ap_white .ap_white a {
    color: #ffffff;
}

.ap_red_2nd,
.ap_red_2nd a,
a.ap_red_2nd {
    color: #9c1a1a;
}

.ap_orange_2nd,
.ap_orange_2nd a,
a.ap_orange_2nd {
    color: #d6761c;
}

.ap_blue_2nd,
.ap_blue_2nd a,
a.ap_blue_2nd {
    color: #1b1464;
}

.ap_purple_2nd,
.ap_purple_2nd a,
a.ap_purple_2nd {
    color: #884898;
}

.ap_green_2nd,
.ap_green_2nd a,
a.ap_green_2nd {
    color: #00ff2a;
}

.ap_yellow_2nd,
.ap_yellow_2nd a,
a.ap_yellow_2nd {
    color: #ffe100;
}

.ap_pink_2nd,
.ap_pink_2nd a,
a.ap_pink_2nd {
    color: #ff00dd;
}

.ap_gray_2nd,
.ap_gray_2nd a,
a.ap_gray_2nd {
    color: #e1e6f3;
}

.ap_black_2nd,
.ap_black_2nd a,
a.ap_black_2nd {
    color: #111111;
}

.ap_white_2nd,
.ap_white_2nd,
a.ap_white_2nd {
    color: #ffffff;
}

.ap_font_bold {
    font-weight: bold;
}

.ap_font_normal {
    font-size: 16px;
}

.ap_font_small {
    font-size: 12.8px;
}

.ap_font_x_small {
    font-size: 9.6px;
}

.ap_font_large {
    font-size: 24px;
}

.ap_font_x_large {
    font-size: 32px;
}

;

.ap_font_most_large {
    font-size: 40px;
}

.ap_bg_primary {
    background: #0071be;
}

.ap_bg_secondary {
    background: #00a7cb;
}

.ap_bg_red {
    background: #ff0000;
}

.ap_bg_orange {
    background: #ff8800;
}

.ap_bg_blue {
    background: #9eddd3;
}

.ap_bg_purple {
    background: #884898;
}

.ap_bg_green {
    background: #00ff2a;
}

.ap_bg_yellow {
    background: #ffe100;
}

.ap_bg_pink {
    background: #ff00dd;
}

.ap_bg_gray {
    background: #e1e6f3;
}

.ap_bg_black {
    background: #111111;
}

.ap_bg_white {
    background: #ffffff;
}

.ap_bg_red_2nd {
    background: #9c1a1a;
}

.ap_bg_orange_2nd {
    background: #d6761c;
}

.ap_bg_blue_2nd {
    background: #1b1464;
}

.ap_bg_purple_2nd {
    background: #884898;
}

.ap_bg_green_2nd {
    background: #00ff2a;
}

.ap_bg_yellow_2nd {
    background: #ffe100;
}

.ap_bg_pink_2nd {
    background: #ff00dd;
}

.ap_bg_gray_2nd {
    background: #e1e6f3;
}

.ap_bg_black_2nd {
    background: #111111;
}

.ap_bg_white_2nd {
    background: #ffffff;
}

.ap_title,
.ap_title_h3,
.ap_title_h2,
.ap_title_h1 {
    font-feature-settings: 'palt';
    font-family: '"Yu Gothic Medium"';
}

.ap_change_fam {
    font-family: '"Yu Gothic Medium"';
}

.ap_title_h1 {
    font-size: 60px;
}

.ap_title_h2 {
    font-size: 48px;
}

.ap_title_h3 {
    font-size: 27px;
}

.ap_menu_btn_trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
}

.ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0071be;
    border-radius: 4px;
}

.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}

.ap_menu_btn_trigger span:nth-of-type(1) {
    top: 0;
}

.ap_menu_btn_trigger span:nth-of-type(2) {
    top: 20px;
}

.ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.ap_menu_btn_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

.ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

.ap_scroll_fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 300ms;
}

.ap_scroll_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein_load {
    opacity: 0;
}

.fadein_load.done {
    opacity: 1;
    transition: 1s;
}

.ap_margin {
    margin: 30px;
}

.ap_margin-top {
    margin-top: 30px;
}

.ap_margin-top_large {
    margin-top: 60px;
}

.ap_margin-top_half {
    margin-top: 15px;
}

.ap_margin-top_quarter {
    margin-top: 7.5px;
}

.ap_margin-top_minus {
    margin-top: -30px;
}

.ap_margin-top_minus_large {
    margin-top: -60px;
}

.ap_margin-top_minus_most_large {
    margin-top: -120px;
}

.ap_margin-bottom {
    margin-bottom: 30px;
}

.ap_margin-bottom_half {
    margin-bottom: 15px;
}

.ap_margin-bottom_quarter {
    margin-bottom: 7.5px;
}

.ap_margin-bottom_minus {
    margin-bottom: -30px;
}

.ap_margin-bottom_large {
    margin-bottom: 60px;
}

.ap_margin_side {
    margin: 0 30px 0 30px;
}

.ap_margin_side_half {
    margin: 0 15px 0 15px;
}

.ap_margin_side_quarter {
    margin: 0 7.5px 0 7.5px;
}

.ap_margin_top_bottom {
    margin: 30px 0 30px 0;
}

.ap_margin_top_bottom_half {
    margin: 15px 0 15px 0;
}

.ap_margin_top_bottom_quarter {
    margin: 7.5px 0 7.5px 0;
}

.ap_padding_0 {
    padding: 0;
}

.ap_padding {
    padding: 30px;
}

.ap_padding_half {
    padding: 15px;
}

.ap_padding_quarter {
    padding: 7.5px;
}
.ap_padding_large {
    padding: 60px;
}

.ap_padding_top_bottom_large {
    padding: 60px 0 60px 0;
}

.ap_padding_top_bottom {
    padding: 30px 0 30px 0;
}

.ap_padding_top_bottom_half {
    padding: 15px 0 15px 0;
}

.ap_padding_top_bottom_quarter {
    padding: 7.5px 0 7.5px 0;
}

.ap_padding_side {
    padding: 0 30px 0 30px;
}

.ap_padding_side_half {
    padding: 0 15px 0 15px;
}

.ap_padding_side_quarter {
    padding: 0 7.5px 0 7.5px;
}

.ap_margin_auto {
    margin: auto !important;
}

.ap_object_fit_contain {
    font-family:"object-fit: contain";
}

.ap_object_fit_cover {
    font-family:"object-fit: cover";
}

@media screen and (max-width: 768px) {
    .ap_col_container.full {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .ap_sm_visible {
        display: block;
    }

    .ap_sm_hidden {
        display: none !important;
    }

    .ap_col_parent {
        max-width: 769px;
        margin: 0 auto;
        display: block;
    }

    .ap_col_parent.full {
        padding: 0;
    }

    .ap_col_parent.full > [class*='ap_col_child'] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    [class*='ap_col_child'] {
        width: 100%;
        margin: auto;
        margin-left: auto;
    }

    [class*='ap_col_child']:first-child {
        margin-left: auto;
    }

    [class*='ap_col_child']:last-child {
        margin-right: auto;
    }

    .ap_pc_visible {
        display: none;
    }

    .ap_sm_block {
        display: block;
    }

    [class*='ap_width'] {
        width: 100%;
    }

    [class*='ap_height'] {
        height: auto;
    }

    .ap_width_100vw.sm {
        width: 100vw;
    }

    .ap_height_100vh.sm {
        height: 100vh;
    }

    .ap_width_100p.sm {
        width: 100%;
    }

    .ap_height_100p.sm {
        height: 100%;
    }

    .ap_width_50p.sm {
        width: 50%;
    }

    .ap_height_50p.sm {
        height: 50%;
    }

    .ap_width_25p.sm {
        width: 25%;
    }

    .ap_height_25p.sm {
        height: 25%;
    }

    .ap_width_100.sm {
        width: 100px;
    }

    .ap_width_200.sm {
        width: 200px;
    }

    .ap_width_300.sm {
        width: 300px;
    }

    .ap_width_400.sm {
        width: 400px;
    }

    .ap_width_500.sm {
        width: 500px;
    }

    .ap_width_600.sm {
        width: 600px;
    }

    .ap_width_700.sm {
        width: 700px;
    }

    .ap_width_100vw.sm {
        width: 100vw;
    }

    .ap_height_100vh.sm {
        height: 100vh;
    }

    .ap_width_100p.sm {
        width: 100%;
    }

    .ap_height_100p.sm {
        height: 100%;
    }

    .ap_width_50p.sm {
        width: 50%;
    }

    .ap_height_50p.sm {
        height: 50%;
    }

    .ap_width_25p.sm {
        width: 25%;
    }

    .ap_height_25p.sm {
        height: 25%;
    }

    .ap_height_100.sm {
        height: 100px;
    }

    .ap_height_200.sm {
        height: 200px;
    }

    .ap_height_300.sm {
        height: 300px;
    }

    .ap_height_400.sm {
        height: 400px;
    }

    .ap_height_500.sm {
        height: 500px;
    }

    .ap_height_600.sm {
        height: 600px;
    }

    .ap_height_700.sm {
        height: 700px;
    }

    .ap_height_800.sm {
        height: 800px;
    }

    .ap_height_900.sm {
        height: 900px;
    }

    .ap_flex.sm_block {
        display: block;
    }

    .ap_col_parent.ap_menu > [class*='ap_col_child'] {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 414px) {}


/*全ページ共通*/


img.header_logo {
    width: 300px;
    height:auto;
}

h1 a{
    display: grid;
}

.ap_blue_bg {
    background: -moz-linear-gradient(top, #2589ff , #71aef8);
    background: -webkit-linear-gradient(top, #2589ff , #71aef8);
    background: linear-gradient(to bottom, #2589ff , #71aef8);
}

.header-menu li {
    padding: 0 15px;
}

.header-menu li a::before {
    content: "";
    font-family: "icomoon";
    color: #fff;
    font-size: 25px;
}

.header-menu li.entry a::before {
    content: "\e90a";
}

.header-menu li.logout a::before {
    content: "\e931";
}

.header-menu li.mypage a::before {
    content: "\e927";
}

.header-menu li.cart a::before {
    content: "\e918";
}

.header-menu li a:hover {
    text-decoration: none;
}

/* カテゴリーリスト */
.cat-menu {
    background: #fff;
    height: 40px;
    width: 230px;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}




li.cat-dropdown span::after {
    content: "▼";
    margin-left: 6px;
}

li.cat-dropdown > ul {
    position: absolute;
    top: 40px;
    left: 0;
    width: 230px;
    z-index: 2000;
}

li.cat-dropdown > ul > li {
    display: block;
    border-top: 1px solid #eee;
}

li.cat-dropdown > ul > li li {
    width: 100%;
    border-top: 1px solid #eee;
}

li.cat-dropdown > ul li a {
    display: block;
    background-color: #fff;
    border: none;
    padding: 6px 15px;
    text-align: left;
}



.menu-open {
    display: none;
}

.rail {
    background-image: url(https://image.raku-uru.jp/01/9980/83/rail_1595380973517_02_1597134013022.png);
    background-repeat: repeat-x;
    height: 60px;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.shop_logo {
    width: 380px;
}

.footer_menu li a {
    color: #fff;
}

.footer_menu li::before {
    content: "▶";
    color: #fff;
    padding: 0 5px;
}

.flex-end {
    align-items: flex-end;
}

.blue_bg {
    background-image: url(https://image.raku-uru.jp/01/9980/51/diagonal_lblue_1595393844222.png);
}

/*.blue_bg_rail{
    background-image:
    url(https://image.raku-uru.jp/01/9980/39/monorail_child_1595293032548.png),
    url(https://image.raku-uru.jp/01/9980/51/diagonal_lblue_1595393844222.png); 
    background-repeat: no-repeat,repeat;
    background-size: cover,auto;
    background-position:top,center;
    }*/

.blue_bg_rail {
    background-image:
        url(https://image.raku-uru.jp/01/9980/51/diagonal_lblue_1595393844222.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}

/*特商とか*/
.main {
    width: 1080px;
    margin: auto;
    padding: 50px 15px;

}

.ttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    border-top: 3px solid #9eddd3;
    border-bottom: 3px solid #9eddd3;
    padding: 15px;
}

.about-tbl {
    width: 100%;
    border-collapse: collapse;
}


.about-tbl tr {
    border-bottom: solid 2px white;
}

.about-tbl tr:last-child {
    border-bottom: none;
}

.about-tbl th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #0071be;
    color: white;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
}

.about-tbl td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}

table.payment-content {
    border-collapse: collapse;
    margin: auto;
    border: 1px solid #a9a9a9;
}

.payment-content tr {
    border-bottom: 1px solid #a9a9a9;
}

.payment-content td {
    border-right: 1px solid #a9a9a9;
}

.payment-title,
.carriage-title {
    font-weight: bold;
    padding: 10px 0;
}

.carriage-content a {
    text-decoration: underline;
}

.carriage-content a:hover {
    color: #0071be;
}

.shipment-explanation .payment-content {
    width: 100%;
    margin: 0 0 30px 0;
}

.shipment-explanation .payment-content td {
    padding: 1em;
}

.shipment-explanation .payment-title,
.shipment-explanation .carriage-title {
    border-left: 5px solid #0071be;
    padding: 0 15px;
    margin: 15px 0;
}

.item-nonstock {
    background: #a9a9a9;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    display: inline;
    padding: 5px;
    font-size: 10px;
}

/*トップページ共通*/

.yellow_bg {
    background-image: url(https://image.raku-uru.jp/01/9980/52/shaded_yellow_1595393844475.png);
}

.ap_bg_slide {
    background-image: url(https://image.raku-uru.jp/01/9980/82/img_1597134012154.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #0071be;
}

.title_bg {
    background: #fff;
    background-image: url(https://image.raku-uru.jp/01/9980/62/title_bg-8_1596010733840.png);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid;
    padding: 1em;
    border-top: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-bottom: 5px solid #0071be;
}

.ap_item_wrap li {
    width: 23%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-width: 235px;
    box-sizing: border-box;
    margin: 25px 0;
}

.ap_item_wrap li img {
    height: 180px;
    object-fit: contain;
    font-family:"object-fit: contain";
}

.ap_bule_item li {
    border: 5px solid #9eddd3;
    border-radius: 20px;
    background: #fff;
}


.ap_item_wrap:before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
    order: 1;
}

.ap_item_wrap:after {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}


.ap_border_bottom {
    border-bottom: 3px solid #9eddd3;
}

.new_item li::before {
    content: "NEW";
    color: #9eddd3;
    position: absolute;
    top: -33px;
    font-weight: bold;
    font-size: 20px;
}


.slide_monorail {
    position: relative;
    height: 40vh;
}

.slide_monorail_img {
    position: absolute;
    top: -20px;
    z-index: 0;
}

.btn,
a.btn,
button.btn {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}

a.btn_bule {
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    background: #0071be;
    position: relative;
}

a.btn_bule span {
    position: relative;
}

a.btn_bule::after {
    content: ">";
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 25px;
    z-index: 1;
}

a.btn_bule:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #9eddd3;
}

a.btn_bule:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.icn-reservation::before {
    content: "予約商品";
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 66px;
    height: 20px;
    text-align: center;
    color: #1a130c;
    background: #f3f3f3;
}


    /*  TOPへ戻る */
    #page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        margin: 0 10px;
        z-index: 999;
    }

    #page-top a {
        text-decoration: none;
        background: #9eddd3;
        opacity: 0.7;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
    }

    #page-top a::after {
        content: "\e912";
        font-family: 'icomoon';
        color: #fff;
        font-size: 10px;
    }

    #page-top a:hover {
        text-decoration: none;
    }



@media screen and (max-width: 1079px) {
    .main{
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .ap_item_wrap li{
        width: 45%;
        min-width: auto;
}
    .ap_flex.between{
        justify-content: space-around;
}
    .slide_monorail {
    position: relative;
    height: 25vh;
}
    }

@media screen and (max-width: 414px) {
    .ap_bule_item li {
        width: 100%;
    }

    .ap_gray_item li {
        width: 100%;
    }

    img.shop_logo {
        width: 240px;
    }
    .title_bg {
        max-height: 62px;
        box-sizing: border-box;
        padding: 15px 0;
        line-height: 18px;
    }

    .title_bg .ap_flex {
        display: block;
    }
    .about-tbl th,.about-tbl td{
    display: block;
    width: 100%;
}
    table.payment-content {
    width: 85%;
}
    }

   .ap_menu_btn_trigger{
        display: none;
    }
    
    li.cat-dropdown > ul > .main_menu{
        display: none;
    }
    header .ap_blue_bg{
        padding:20px 0;
    }
    
    img.header_chiba{
    width: 200px;
    height: auto;
    }
    
    .header_chiba_wrap a{
    display: grid;
    }
    
    .sns_flex{
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
    }
    img.footer_logo{
        width: 300px;
        height: auto;
    }

@media screen and (max-width: 768px) { 
    h1 a{
        margin: auto;
    }
    .tablet_flex{
        justify-content: center;
        margin-top:10px;
    }
    .slick-slide img{
        width: 100%;
    }
 }
    
@media screen and (max-width: 414px) {
    
    header .ap_blue_bg{
        padding:0;
    }
    
    .tablet_flex {
     margin-top: 0;
    }
    .rail{
        height: 30px;
    }
    
    img.shop_logo {
    width: 200px;
}
        
    .sns_flex{
        justify-content: center;
    }
    
    .footer-logo{
        text-align: center;
    }
    /*スマホのときにトグル*/
.ap_menu_btn_trigger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-right: 10px;
    margin-top: 12px;
   z-index: 1000;
}
.ap_menu_btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:#1a1a1a;
  border-radius: 4px;
}
.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.ap_menu_btn_trigger span:nth-of-type(1) {
  top: 0;
}
.ap_menu_btn_trigger span:nth-of-type(2) {
  top: 13px;
}
.ap_menu_btn_trigger span:nth-of-type(3) {
  bottom: 0;
}
    
.ap_menu_btn_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.ap_menu_btn_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}
@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
    
    /*スマホの時にメニュー拡大*/

    li.cat-dropdown > ul > .main_menu{
        display: block;
    }
    
    .menu-open{
    display: block;
    transform: translateX(100vw);
    transition: all .3s linear;
    top:0;
    }
    /* アニメーション後のメニューの状態 */
    .menu-open.is-active{
      transform: translateX(0);
    }

    li.cat-dropdown > ul {
    position: fixed;
    width: 70%;
    z-index: 100;
    top:0;
    right: 0;
    left:auto;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    }
    
    /*いらないもの消す*/
    .cat-menu{
        height: 0;
        width: 0;
    }
    .cat-dropdown span{
        font-size: 0;
    }
    
    
.menu-open li a::before {
    content: "";
    font-family: "icomoon";
    color: #fff;
    font-size: 18px;
}

.menu-open li.entry a::before {
    content: "\e90a";
}

.menu-open li.logout a::before {
    content: "\e931";
}

.menu-open li.mypage a::before {
    content: "\e927";
}

.menu-open li.cart a::before {
    content: "\e918";
}

.menu-open li a:hover {
    text-decoration: none;
}

.menu-open .main_menu a{
    background: #0071be!important;
    color: #fff;
    font-size:12px;
    padding:5px 10px;
    }
.header-menu{
    display: none;
    }
img.header_logo {
    width: 150px;
    height: 
    }
    
.header_chiba_wrap{
    display: none;
    }
}

/*アイテム一覧hover*/
.ap_item_wrap li{
    position: relative;
    z-index: 1;
}
.ap_item_wrap li a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ap_item_wrap li a:hover{
    background-color: #9eddd3;
    opacity: 0.5;
}

/*フェードインのCSS*/
.ap_scroll_fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 300ms;
}

.ap_scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*小カテゴリ*/
    .cut_child{
        font-size: 14px;
        background: #fff;
    }
    .cut_child li{
        display: flex;
    }
     .cut_child li a::before{
         font-family: "icomoon";
        content:"\e90b";
        padding:0 5px;
         color: #0071be!important;
    }

.archive_cut_child{
    background:#9eddd3;
    position:absolute;
    top: 26px;
    left: -5px;
    width: 100%;
    display: none;
    z-index: 10;
}

.archive_cut_child li{
    border-right: none!important;
    border-bottom: 1px solid #fff;
    padding: 0.5em;
    text-align: center;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0!important;
    }
    
.archive_cut_child li:last-child{
    border-bottom:none;
}

.archive_cut_child li a:hover{
    text-decoration: underline;
    }

.slide_monorail{
    height: 368px;
}
    
/* スライダー */

.slick-slide img{
    height: 368px;
    width: auto;
    margin: 0 auto;
}

.child_banner {
    position: absolute;
    top: 46px;
    left: 96px;
    right: 0;
}

.child_banner img{
    height: 289px;
    width: 952px;
    object-fit: cover;
    object-position: center;
}

.slick-dots{
    bottom: -30px!important;
    min-width: 50px;
    width: 15%!important;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    background: #0071be;
    margin: 0 auto!important;
}

.slick-dots li button:before{
    color: #fff!important;
    opacity: 1!important;
    font-size: 20px!important;
}

.slick-dots li.slick-active button:before{
    color: #111!important;
    border: 2px #111 solid;
    border-radius: 50%;
    font-size: 22px;
    opacity: 1!important;
}

@media screen and (max-width: 1300px) {

    .slick-slide img{
        width: 90%;
    }

    .child_banner{
        left: 7%;
    }

    .child_banner img{
        width: 70%;
        height: auto;
    }
    
}

@media screen and (max-width: 1080px) {
    /* .slick-slide img{
        width: 100%;
    }

    .child_banner{
        width: 72%;
        left: 16%;
    }

    .child_banner img{
        width: 100%;
    }
}

@media screen and (max-width: 414px) {

    .slide_monorail{
        height: 260px;
    }

    .slick-slide img{
        height: 260px;
    }

    .child_banner img{
        height: 190px;
    }

    .child_banner{
        top: 60px;
    }*/

    .ap_bg_slide{
        background-image:none;
        border-bottom:0;
    }
    .child_banner{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .slick-slide img{
        width: 100%;
        height: auto;
    }

    .child_banner img{
        width: 100%;
        height: 100%;
        object-fit: unset;
        object-position: unset;
    }

    .slide_monorail{
        height: auto;
    }

    .slick-dots{
        width: 100%!important;
        border-radius: 0!important;
    }

    .slick-dots li button:before{
        width: 14px!important;
        height: 14px!important;
        line-height: 14px!important;
    }

    .slick-dots li.slick-active button:before{
        font-size: 16px;
        top: -3px;
    }

    .slick-dots li{
        vertical-align: revert;
    }

}

/*送料テーブル*/
.ap_postage {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
     margin: 0 auto;
    word-break: break-all;
}

.ap_postage th {
    padding: 10px;
    color: #fff;
    background-color:  #0071be;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.ap_postage td {
    padding: 10px;
    color: #444;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.sm_postage{
    display: none;
}
 @media screen and (max-width: 769px) {
     .ap_postage th{
         display: none;
     }
     
     .sm_postage{
    display: inline-block;
}
     
     .ap_postage td{
         display: block;
         width: 100%;
     }
    .ap_postage td:first-child{
    color: #fff;
    background-color: #0071be;
    }
}

.ap_padding_bottom_pc{
    padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .ap_padding_bottom_pc{
        padding-bottom: 0;
    }
}
    
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");


/*詳細ページ(写真エリア）*/


/* 1枚目画像 */
.item-detail-photo-main {
  position: relative;
  padding: 0;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 425px;
  height: 350px;
  margin: 0 auto 10px;
}
.item-detail-photo li {
  list-style: none;
  float: left;
  width: 425px;
  height: 350px;
  position:relative;
}
.item-detail-photo img {
  display: block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 425px;
  height: 350px;
  object-fit: contain;
  font-family:"object-fit: contain";
}

/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  background-color: #0071be;
}
.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before {
  position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover {
  text-decoration: none;
}

.item-detail-photo-backbtn {
  left: 20px;
}
.item-detail-photo-backbtn a::before {
  content: "\e905";
  font-family: "icomoon";
  left: 12px;
}

.item-detail-photo-nextbtn {
  right: 20px;
}
.item-detail-photo-nextbtn a::before {
  content: "\e90b";
  font-family: "icomoon";
  right: 10px;
}

/* 商品画像:サムネイル */
.item-detail-thumb {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.item-detail-thumb-photo {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2d2d2;
}
.item-detail-thumb-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: "object-fit: cover";
  max-width: inherit;
}

.ttl-reservation {
  font-size: 16px;
  line-height: 33px;
  display: inline-block;
  width: 100px;
  height: 33px;
  margin-right: 12px;
  text-align: center;
  font-weight: normal;
  color: #1a130c;
  background: #f3f3f3;
}


/* 詳細ページ （右側）
----------------------------------*/

.item_title_single {
  border-top: 3px solid #9eddd3;
  border-bottom: 3px solid #9eddd3;
  text-align: left;
  position: relative;
}

.item_title_single::before{
    content:url(https://image.raku-uru.jp/01/9980/60/single_mono-8_1595897594715.png);
    position: absolute;
    top:-80px;
}

/* カートエリア */
.item-detail-cart {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 25px;
}
.item-detail-cart p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}


/* バリエーション */
/* select text */
.item-detail-select,
.item-detail-inputtext {
  position: relative;
  width: 100%;
}
.item-detail-select label,
.item-detail-inputtext input {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 56px;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.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: #333 transparent transparent transparent;
}
.item-detail-select select {
  font-size: 16px;
  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;
}

select::-ms-expand {
  display: none;
}

/* radio */
.item-detail-radio {
  overflow: hidden;
  width: 100%;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
.item-detail-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-radio input {
  position: absolute;
  opacity: .0;
}
.item-detail-radio input + label {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.item-detail-radio input + label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -1px;
  content: '';
  border: 1px solid #999;
  border-radius: 50%;
}
.item-detail-radio input:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 50%;
  background-color: #22af73;
}
.item-detail-radio label {
  font-size: 18px;
  line-height: 2;
  display: block;
  padding: 0;
}

.item-detail-num-count {
  font-size: 0;
  display: flex;
  width: 100%;
}

.item-detail-num-plus {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.item-detail-num-plus a,
.item-detail-num-minus a {
  font-size: 16px;
  line-height: 45px;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  background-color: #9eddd3;
  color: #000;
  box-sizing: border-box;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.item-detail-num {
  height: 45px;
  margin-right: 6px;
  padding: 0;
  vertical-align: middle;
}
.item-detail-num input[type=number] {
  font-size: 14px;
  line-height: 45px;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border: solid 1px #d2d2d2;
  -moz-appearance: textfield;
  box-sizing: border-box;
}
.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;
  vertical-align: middle;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.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: 7px 5px 0 4px;
  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%;
  position: relative;
}
.item-detail-cart-btn a {
  display: block;
  font-size: 20px;
  line-height: 55px;
  width: 60%;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #0071be;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: solid 4px #0061aa;

}
.item-detail-cart-btn a::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 26px;
  margin-right: 15px;
}
.item-detail-cart-btn a:hover {
  background-color: #0071be;
  opacity: 0.5;
  text-decoration: none;
}

.item-detail-cart-btn span {
  display: block;
  font-size: 20px;
  line-height: 55px;
  width: 60%;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #a9a9a9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: solid 4px #808080;

}

.item-detail-share {
  margin-bottom: 0;
  text-align: left;
}
.item-detail-share ul {
  padding: 15px 0;
}
.item-detail-share li {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.item-detail-share li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.item-detail-share li a:hover {
  text-decoration: none;
}
.item-detail-share li.twitter {
  background-color: #55acee;
}
.item-detail-share li.twitter a:hover {
  background-color: #1689e0;
}
.item-detail-share li.facebook {
  background-color: #3b5998;
}
.item-detail-share li.facebook a:hover {
  background-color: #263961;
}

.item-dtail-nostock,
.item-dtail-outofoperiod {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.6;
}

.item-dtail-stock0 {
  color: #d70035;
}

/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.modal-open {
  /* overflow: hidden; */
}
.modal-open .overlay {
  display: block;
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
}

.modal-img {
  width: 100%;
}

.modal-img img {
  max-width: 640px;
  max-height: 640px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -42px;
  right: 0px;
}
.modal-close a {
  display: block;
  width: 32px;
  height: 32px;
}
.modal-close a::before {
  content: "\e904";
  font-family: "icomoon";
  color: #fff;
  font-size: 32px;
}

.item_block{
    background:#f2f2f2;
}

.recommend li:nth-child(n+5){
    display: none;
}

@media screen and (max-width: 768px) {
.ap_col_child_7 .item_title_single{
    margin-top:65px;
 }
}


 @media screen and (max-width: 414px) {
.item-detail-photo-main .item-detail-photo {
  width: 300px;
}
     
.item-detail-photo-main .item-detail-photo li {
  width: 300px;
}
     
.item-detail-photo-main .item-detail-photo img {
  width:300px;
}
     
.item-detail-cart-btn a{
    width:100%;
     }
}
