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;
    box-sizing: border-box;
}

img {
    border-style: none;
    height: auto;
    width: 100%;
}

.ap_object_fit {
    object-fit: cover;
    font-family: "object-fit:cover";
}


svg:not(:root) {
    overflow: hidden;
}

.ap_hidden {
    display: none !important;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #3A3244;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #D34226;
    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: #3A3244;
    background: #fff;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
}

.ap_body_color{
    color:#3A3244;
}

.ap_flex_shink{
    flex-shrink: 0;
    }

ul {
    list-style: none;
}

.ap_col_container {
    width: 100%;
    position: relative;
}

.ap_col_container.full {
    display: flex;
}

.ap_col_parent {
    width: 100%;
    max-width: 1200px;
    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: 100px;
}

.ap_col_child_2 {
    width: 200px;
}

.ap_col_child_3 {
    width: 300px;
}

.ap_col_child_4 {
    width: 400px;
}

.ap_col_child_5 {
    width: 500px;
}

.ap_col_child_6 {
    width: 600px;
}

.ap_col_child_7 {
    width: 700px;
}

.ap_col_child_8 {
    width: 800px;
}

.ap_col_child_9 {
    width: 900px;
}

.ap_col_child_10 {
    width: 1000px;
}

.ap_col_child_11 {
    width: 1100px;
}

.ap_col_child_12 {
    width: 1200px;
}

.ap_col_child_p_1 {
    width: 8.333%;
}

.ap_col_child_p_2 {
    width: 16.666%;
}

.ap_col_child_p_3 {
    width: 24.999%;
}

.ap_col_child_p_4 {
    width: 33.332%;
}

.ap_col_child_p_5 {
    width: 41.665%;
}

.ap_col_child_p_6 {
    width: 49.998%;
}

.ap_col_child_p_7 {
    width: 58.331%;
}

.ap_col_child_p_8 {
    width: 66.664%;
}

.ap_col_child_p_9 {
    width: 74.997%;
}

.ap_col_child_p_10 {
    width: 83.33%;
}

.ap_col_child_p_11 {
    width: 91.663%;
}

.ap_col_child_p_12 {
    width: 99.996%;
}

.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_auto{
    width: auto;
    max-width: 100%;
}

.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;
    right: 15px;
    top: 15px;
}

.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;
    opacity: 1;
}

.ap_menu_box.open ul {
    font-weight: bold;
}

.ap_accordion {
    cursor: pointer;
}

.ap_menu_box>a {
    color: #fff;
}

.ap_col_parent.ap_menu {
    width: 15%;
    right: 0;
}

.ap_relative {
    position: relative;
}
.ap_center_text {
    text-align: center !important;
}

.ap_right_text {
    text-align: right !important;
}

.ap_left_text {
    text-align: left !important;
}

.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: #00689e;
    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_large {
    padding: 60px;
}

.ap_padding_top_bottom_large {
    padding: 60px 0 60px 0;
}

.ap_padding_top_bottom_xlarge {
    padding: 80px 0 80px 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_sm_visible1000{
    display: none;
}

@media screen and (max-width: 1200px) {

[class*="ap_padding"].sm_side{
      padding-left: 20px!important;
      padding-right: 20px!important;

  }

}


@media screen and (max-width: 1000px) {
.ap_sm_visible1000{
    display: block;
}
}


@media screen and (max-width: 769px) {
    .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;
    }
}


/*---------------------------------------------*/

/*色・フォントサイズ ※　適宜変更　*/

/*----------------------------------------------*/



.ap_primary,
.ap_primary a,
a.ap_primary {
    color: #D34226;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
    color: #8B2F46;
}

.ap_third,
.ap_third a,
a.ap_third {
    color: #E22D3A;
}

.ap_white,
a.ap_white .ap_white a {
    color: #ffffff;
}

.ap_font_bold {
    font-weight: bold;
}

.ap_font_normal {
    font-size: 16px;
}

.ap_font_small {
    font-size: 14px;
}

.ap_font_large {
    font-size: 18px;
}

.ap_font_x_large {
    font-size: 25px;
}

.ap_font_most_large {
    font-size: 35px;
}

.ap_bg_primary {
    background: #E58F8A;
}

.ap_bg_secondary {
    background: #FBF6E0;
}
.ap_bg_third {
    background: #F2F4B0;
}
.ap_bg_white{
    background: #FFF;
}

@media screen and (max-width: 769px) {
   .ap_font_large {
    font-size: 16px;
}

.ap_font_x_large {
    font-size: 18px;
}

.ap_font_most_large {
    font-size: 20px;
}
 
    
    
}

/*---------------------------------------------*/

/*お知らせや特商などの全体の幅*/
/*jsで.ap_fullを付与するとフル幅になります+/

/*----------------------------------------------*/


.main-article,wysiwyg-data{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    width: 100%;
}
.wysiwyg-data.ap_full{
    max-width: none;
    margin: auto;
    padding: 0;
    margin-top:0;
    width: 100%;
}

/*お知らせ*/

.list-info li{
    border-bottom: 1px dotted #D34226;
}

/*チャイルドイメージ*/

.ap_child_img_common {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: bottom;
    background-position: bottom!important;
}


/*タイトル*/
.ttl2,.ttl h2{
    background-image: url(https://image.raku-uru.jp/01/19831/80/title_bg1_1637284802519.png);
    background-repeat: no-repeat;
    background-size: 400px 100%;
    height: 80px;
    background-position: center;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Kiwi Maru', serif;
    text-align: center;
    margin-top: -6%;
}

.ttl h2{
    margin-bottom: 80px;
}
/*タイトル
.ttl h2 {
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 60px;
}

.ttl h2:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 1px;
    background: #808080;
    margin: 10px auto;
}*/

@media screen and (max-width: 769px) {
    .ttl h2{
        font-size: 18px;
        letter-spacing: 0;
    }
}


/*---------------------------------------------*/

/*送料テーブル*/

/*----------------------------------------------*/

.free{
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.free th {
    background:#E58F8A;
    color: #fff;
    padding: 8px 5px;
    text-align: center;
    border: #666 1px solid !important;
}

.free td {
    padding: 8px 5px;
    border: #666 1px solid !important;
    text-align: center;
}


@media screen and (max-width: 769px) {
.free {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    }

    .free tbody {
        width: 600px;
        display: table;
    }
    
}


/*---------------------------------------------*/

/*下層ページ　※特商の表*/

/*----------------------------------------------*/

table.about-tbl{
border-collapse: collapse;
width: 100%;
}

table.about-tbl th {
    width: 25%;
    color: #D34226;
    text-align: inherit;
    border-bottom: 1px solid #E58F8A;;
}

table.about-tbl td {
    width: 75%;
    border-bottom: 1px solid #E58F8A;;
}

table.about-tbl th, table.about-tbl td {
    padding: 10px;
}


.payment-content{
    width: 100%;
    margin: 10px 0;
}
.payment-content tr{
    display: flex!important;
    font-size: 14px;
}

.payment-content td{
    padding: 0!important;
}
.payment-content tr td:first-child {
    width: 70%%!important;
}

.payment-content tr td:last-child {
    width: 50%!important;
}
.payment-content th,
.payment-content td{
    border-bottom: none!Important;
}


@media screen and (max-width: 769px) {
    
    
table.about-tbl tr{
display: block;
    }
    
table.about-tbl th {
    width: 100%;
    display: block;
}

table.about-tbl td {
    width: 100%;
    border-bottom: none!Important;
    display: block;
}

}

/*---------------------------------------------*/

/*汎用CSS*/

/*----------------------------------------------*/

.ap_sm_1200{
    display: block!Important;
    }
@media screen and (max-width: 1200px) {
    .ap_sm_1200none{
        display:none!Important;
    }
}

/*-----共通ボタン-----*/
.ap_btn{
    border-radius: 50px;
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    min-width: 250px;
    max-width: 500px;
    }
    
.ap_btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    }
.ap_btn span::before{
    content:"";
    display: block;
    width: 20px;
    height: 20px;
    background: url();
    background-repeat: no-repeat;
    background-size: contain;
    }

  
/*---------------------------------------------*/

/*商品一覧*/

/*----------------------------------------------*/


/*商品一覧の並びサイズ*/

.archive_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.archive_wrap li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.archive_wrap li:nth-child(3n) {
    margin-right: 0;
}

.item-photo img{
    height: 300px;
}

/*商品一覧の商品名・価格*/

.item_wrap {
    margin-top: 16px;
}

.item_wrap .name {
    font-size: 16px;
    font-weight: none;
    margin-bottom: 10px;
}

/*ソート*/

.sort ul {
    text-align: right;
}
.sort ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #333;
}
.sort ul li:last-child, .sort ul li:first-child {
    border: none;
}

/*ページャー*/

.pager ul{
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0;
}
.pager ul li {
    padding: 0 20px;
}

.item-list-itemcount{
    font-size: 14px;
    color: #D34226;
}



/*-----------------------------------*/

/*フッター*/

/*-----------------------------------*/

.footer-logo{
    max-width: 250px;
    margin: auto;
}

.page-top{
    width: 5%;
    min-width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: 20px;
}

.page-top img{
    cursor:pointer;
}

.ap_footer_menu1 li,
.ap_footer_menu2 li,
.ap_footer_menu3 li{
    margin:20px 15px;
    transition: 0.6s;
}
.ap_footer_menu1 li:first-child,
.ap_footer_menu2 li:first-child,
.ap_footer_menu3 li:first-child{
   margin-left: 0;
}

.ap_footer_menu2 li:hover,
.ap_footer_menu3 li:hover{
    color:#D34226;
}

.ap_footer_menu2 li a:hover,
.ap_footer_menu3 li a:hover{
    color:#D34226;
    text-decoration: none;
}

.ap_btn_cart {
    border: 1px solid #3A3244;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
}

.ap_btn_cart a{
    padding: 18px;
    min-width: 250px;
    color: #3A3244;
}
.ap_btn_cart a:hover{
    text-decoration: none;
}

.ap_btn_cart::after{
    content:"";
    display: block;
    background-image: url(https://image.raku-uru.jp/01/19831/76/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%2B341_1635384008723_1637115527370.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.ap_btn_cart img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
 
.ap_btn_cart:hover:after{
    animation:arrow2 0.8s ease infinite alternate;
    }
    
@keyframes arrow2{
    0%{
    right: 15px;
    }
    100%{
     right: 30px;
    }
}

/*スライダ*/

.slick-slide img,.slider {
    height: 85vh;
}

.ap_bg_black{
    background: #000;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.ap_slide_logo{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.ap_slide_logo img{
    min-width: 200px;
    width: 75%;
}

.ap_slide_logo p{
    font-size: 30px;
    margin-top:15px;
    letter-spacing: 3px;
}


@media screen and (max-width: 769px) {
    

    .archive_wrap li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 40px;
    }

    .archive_wrap li:nth-child(3n) {
        margin-right: 10%
    }

    .archive_wrap li:nth-child(2n) {
        margin-right: 0;
    }

    .sort ul {
        text-align: center;
    }

    .sort ul li {
        font-size: 10px;
        padding: 0 5px;
    }

    .item-photo img {
        min-height: 200px;
    }

    .item_wrap .name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .item_wrap .price {
        font-size: 14px;
    }

    .item_wrap {
        margin-top: 0px;
    }
}



/*テーブル*/



.ap_about_table dl {
    padding: 25px 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B2B2B2;
}

.ap_about_table dl:first-child {
    border-top: 1px solid #B2B2B2;
}

.ap_about_table dd {
    width: 30%;
}

.ap_about_table dt {
    width: 70%;
}

@media screen and (max-width: 769px) {
    .ap_about_table dd,.ap_about_table dt {
    width: 100%;
    display: block;
}
    
    .ap_about_table dl {
display: block;
}

}



/*-----------------------------------*/

/*共通CSS追加分*/

/*-----------------------------------*/


/*調整*/

.notosan{
    font-family: 'Noto Serif JP', serif;
}

   
.cursor{
    cursor:pointer;
    }
/*ボタン*/
    
.ap_btn {
    border: 1px solid #1a1a1a;
    padding: 25px 40px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    background:linear-gradient(to right,#FFF,0%,#F7C94B,100%,#F7C94B);
    width: 100%;
    text-decoration: none;
}
    
.ap_btn:hover{
    text-decoration: none;
    }
    
.ap_btn.white {
    background: #fff;
    width: 100%;
    max-width: 400px;
}
    
.ap_btn span {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    font-size: 18px;
    color: #3A3244;
    letter-spacing: 5px;
}

    
.ap_btn::after {
    content: "";
    display: block;
    background-image: url(https://image.raku-uru.jp/01/19831/76/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%2B341_1635384008723_1637115527370.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
    
.ap_btn:hover:after{
    animation:arrow 0.8s ease infinite alternate;
    }

/*フッター*/

.page-top {
    background: #66646B;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.page-top img{
    width: 200px;
}

footer{
        background-image: url(https://image.raku-uru.jp/01/19831/71/cate_bg_1637041350741.png);
    background-size: 100% auto;
    background-position: top center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 100px 0 30px 0;
    }


/*ヘッダーメニュー　カートアイテム*/

/*
.ap_menu {
    right: 5px;
    top: 10px;
}

.open.ap_menu::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: rgb(102, 102, 102);
    right: 50px;
    top: -17px;
}

.open.ap_menu::after {
    position: absolute;
    content: "";
    display: block;
    width: 67px;
    height: 1px;
    background: rgb(102, 102, 102);
    right: -16px;
}*/
    
.ap_cart_wrap{
    position: absolute;
    right: 20%;
    top: 50px;
    text-align: center;
    }
    
.ap_cart_wrap img:first-child{
    width: 25px;
    margin-bottom: 25px;
}
    
.ap_cart_wrap img:last-child{
    width: 25px;
}
    
.ap_meun_wrap li {
    padding: 0 20px!Important;
    font-size: 18px!Important;
}

.ap_menu_box .ap_btn_cart a {
    padding: 5px 10px;
    min-width: auto;
    font-size: 13px;
}
/*カテゴリトグル*/

.ap_cut_wrap_top {
    position: fixed;
    width: 320px;
    border-radius: 0;
    height: 100vh;
    z-index: 999;
    padding: 55px 20px;
    background-image: url(https://image.raku-uru.jp/01/19831/66/h_bg_1637041347363.png);
    background-size: 200% auto;
    background-position: top center;
    background-repeat: no-repeat;
    left: -320px;
    transition: 0.5s;
    border-right: 1px #D34226 solid;
}

.ap_cut_wrap_top.open{
    left: 0;
    }
    
 
.ap_cut_wrap_top img{
    width: 150px;
    }
.ap_cut_wrap_top li {
    padding: 10px 0;
    background-image: linear-gradient(to right, #EDD9C8, #EDD9C8 2px, transparent 2px, transparent 15px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 3px;
}
    
.close{
    color:#D34226;
    margin: 10px 0;
    display: flex;
    align-items: center;
    }
.close span{
    font-size: 30px;
    }
    
/*ヘッダー*/

header{
    position: absolute;
    z-index: 10;
    width:100%;
    }
    
.logo{
    position: absolute;
    left: 20px;
    top:20px;
    width:200px;
    }
.logo a{
    height: 100%;
    position: absolute;
    z-index: 99;
}

.logo.child{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 10%!important;
    min-width: 150px!important;
}
.ap_menu_btn_trigger span {
    background-color: #3A3244;
}


/*メニューの中*/

.ap_menu_box_padding{
    padding-right: 20px;
    padding-left: 20px;
    }
    
.ap_menu_box.open{
    background: #F7C94B;
    padding: 20px 0;
    overflow: scroll;
    }

.ap_menu_box_menu1 a{
    color:#3A3244;
    text-decoration: underline;
    padding: 10px 20px;
    display: inline-block;
    }
    
.ap_menu_box_menu2 a{
    padding: 10px;
    color:#3A3244;
    display: inline-block;
    }
.ap_menu_box_menu2 a::before{
    content: ">";
    display: inline-block;
    margin-right: 20px;
    }

.ap_menu_box a:hover{
    color: #D34226!Important;
    }
    
.ap_menu_box_hr1{
    border-top:1px solid #3A3244;
    border-bottom: none;
    }
    
.ap_menu_box_hr2{
    border-top:1px solid #3A3244;
    border-bottom: none;
    width: 30px;
    margin-left: 0;
    margin-right: auto;
    }
  
.ap_menu_box .ap_font_small{
color:#E17553;
    }
 
.ap_menu_box .ap_btn_cart{
    min-width: auto;
    margin-right: 10px;
    }

.ap_btn_cart a{
    display: flex;
    align-items: center;
    }
    
.ap_menu_box .ap_btn_cart::after{
    display: none;
    }
    
.ap_menu_box .ap_btn{
    padding: 20px 15px;
    }
    
.sort span{
    color:#D34226 ;
    }

a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
    
@media screen and (max-width: 1400px) {
    .ap_meun_wrap {
    width: 60%;
    white-space: nowrap;
}
    .ap_meun_wrap li {
    padding: 0 15px!Important;
    font-size: 13px!Important;
}
    .ap_cart_wrap {
    right: 15%;
}
}
    
@media screen and (max-width: 1000px) {
    
    .ap_meun_wrap,.ap_cart_wrap{
        display: none;
    }
    
    
}
    
    
    
/*-----------------------------------*/

/*トップCSS追加分*/

/*-----------------------------------*/

/*スクロール*/

.scrolldown1{
    position:absolute;
    bottom: 10px;
    height: 100px;
    right: 3%;
    z-index: 1;
    }


.scrolldown1 span{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	position: absolute;
    left: -13px;
    top: -90px;
	color: #fff;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}

/*追加調整*/

.line_height {
    line-height: 40px;
    letter-spacing: 2px;
}

.line_height_small {
    line-height: 35px;
}

.letter-spacing {
    letter-spacing: 5px;
}

.ap_padding-right {
    padding-right: 50px;
}

.ap_padding-left {
    padding-left: 50px;
}

@media screen and (max-width:769px) {
    
    a[href^="tel:"] {
    pointer-events:auto;
}
    

    .ap_padding-left {
        padding-left: 0;
    }

    .ap_padding-right {
        padding-right: 0;
    }

    .line_height {
        line-height: normal;
        letter-spacing: 1px;
    }

    .line_height_small {
        line-height: normal;
    }

    .letter-spacing {
        letter-spacing: 2px;
    }
}

.ap_logo_center{
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -32%);
    -webkit-transform: translate(-50%, -32%);
    -ms-transform: translate(-50%, -32%);
    width: 40%;
}
    
.ap_fast_img{
    object-fit: cover;
    width: 100%;
    }

.ap_catch {
    width: 35%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: 30%;
}
    
.ap_meun_wrap {
    padding: 30px 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 50%;
    margin-top: 50px;
}
    
.ap_meun_wrap li{
    padding: 0 10px;
    transition: 0.6s;
    }
    
.ap_meun_wrap a{
    color: #fff;
}

.ap_meun_wrap a:hover{
    text-decoration: none;
    color: #F7C94B;
}

.ap_meun_wrap li:hover{
    color: #F7C94B;
}

/*一押し*/
.ap_max400{
    max-width: 400px;
    }
    
.ap_max450{
    max-width: 450px;
    }
    
    
.ap_about_img{
    margin-top: -170px;
    margin-bottom: 70px;
}
    
.ap_itiosi_img{
    width: 45%;
    margin-top: -15%;
}
    
.ap_itiosi_wrap div:first-child{
    width: 53%;
    }
.ap_itiosi_wrap div:nth-child(2){
    width: 47%;
    }
/*背景*/
    
.ap_fast_view{
    max-height:1300px;
    overflow: hidden;
    }
    
.ap_top_fruit1 {
    position: absolute;
    width: 25%;
    max-width:500px;
    z-index: 0;
    bottom: 5%;
    left: 1%;
        animation: imganime 3s ease infinite alternate;
    transform: scale(1);
    
}
    
.ap_top_fruit2 {
    position: absolute;
    width: 20%;
    max-width: 350px;
    z-index: 0;
    top: 10%;
    right: 5%;
    animation: imganime 3s ease infinite alternate;
     transform: scale(1);
}
    
    
 .imganime{
         animation: imganime 3s ease infinite alternate;
     transform: scale(1);
    }

    
@keyframes imganime{
  0%{ 
      transform: scale(1);
        }
  100%{ 
     transform: scale(1.1);
    }
}
    
.ap_background-img{
    background-image: url(https://image.raku-uru.jp/01/19831/69/contents_bg_1637041349156.png);
    }
    
.ap_background-img2 {
    background-image: url(https://image.raku-uru.jp/01/19831/66/h_bg_1637041347363.png);
    background-size: 100% auto;
    background-position: top center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 200px 70px;
}
    
 .ap_background-img3 {
    background-image: url(https://image.raku-uru.jp/01/19831/71/cate_bg_1637041350741.png);
    background-size: 100% auto;
    background-position: top center;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 100px 20px;
}
    
.ap_background-img4 {
    background-image: url(https://image.raku-uru.jp/01/19831/64/kodawari_img_1637041346362.png),url(https://image.raku-uru.jp/01/19831/63/kodawari_bg_1637041345068.png);
    background-size: 40%,cover;
    background-position: left bottom,top center;
    background-repeat: no-repeat,no-repeat;
    padding: 200px 20px;
    min-height: 700px;
}


.ap_background-img5 {
    background-image: url(https://image.raku-uru.jp/01/19831/105/bg_contact1_1639448271627.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px;
    min-height: 440px;
    position: relative;
}  
    
.ap_momo{
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 30%;
    filter: drop-shadow(20px 10px 4px rgb(227,198,197,0.5));
    }
    
.ap_apple{
    position: absolute;
    top: -5%;
    right: -5%;
    width: 19%;
    filter: drop-shadow(20px 10px 4px rgb(227,198,197,0.5));
    }
    
/*
.ap_background-img5 > div {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    width: 100%;
}*/
    

/*トップ*/
    
.ap_max400{
    max-width: 400px;
    }
    
.ap_max450{
    max-width: 450px;
    }
    
    
.ap_about_img{
    margin-top: -170px;
    margin-bottom: 70px;
}
    
.ap_itiosi_img{
    width: 45%;
    margin-top: -15%;
}
    
.ap_itiosi_wrap div:first-child{
    width: 53%;
    }
.ap_itiosi_wrap div:nth-child(2){
    width: 47%;
    }
    
/*ボタン*/
    
.ap_btn {
    border: 1px solid #1a1a1a;
    padding: 25px 40px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    background:linear-gradient(to right,#FFF,0%,#F7C94B,100%,#F7C94B);
    width: 100%;
    text-decoration: none;
}
    
.ap_btn:hover{
    text-decoration: none;
    }
    
.ap_btn.white {
    background: #fff;
    width: 100%;
    max-width: 400px;
}
    
.ap_btn span {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    font-size: 18px;
    color: #3A3244;
    letter-spacing: 5px;
}

    
.ap_btn::after {
    content: "";
    display: block;
    background-image: url(https://image.raku-uru.jp/01/19831/76/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%2B341_1635384008723_1637115527370.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
    
.ap_btn:hover:after{
    animation:arrow 0.8s ease infinite alternate;
    }
    
@keyframes arrow{
    0%{
    right: 15px;
    }
    100%{
     right: 30px;
    }
}
    
    
.ap_cut_wrap {
    padding: 50px 20px;
    border-radius: 50px;
}
.ap_cut_wrap img {
    width: 200px;
    padding: 10px 20px 0 20px;
}
    
.ap_cut_wrap ul{
    margin-left: 30px;
    flex-wrap: wrap;
    }
    
.ap_cut_wrap li a{
    color:#3A3244 ;
    padding: 20px;
    text-decoration: underline;
    }
.ap_cut_wrap li a:hover{
    color:#DB5E2C ;
    }
    
.rank_top{
    position: relative;
    }
    
.rank_top::after {
    display: block;
    content: "";
    width: 150px;
    height: 73px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -17px;
    top: 20px;
}

.rank1::after{
    background-image: url(https://image.raku-uru.jp/01/19831/59/no1_1637041344072.png);
    }
.rank2::after{
    background-image: url(https://image.raku-uru.jp/01/19831/58/no2_1637041343859.png);
    }   
.rank3::after{
    background-image: url(https://image.raku-uru.jp/01/19831/57/no3_1637041343600.png);
    }
.rank4::after{
    background-image: url(https://image.raku-uru.jp/01/19831/56/no4_1637041343423.png);
    }
.rank5::after{
    background-image: url(https://image.raku-uru.jp/01/19831/55/no5_1637041343261.png);
    }
    
    
/*about*/
    
.ap_left_border{
    border-left: 1px solid #D34226;
    padding-left: 30px;
    position: relative;
    }
.ap_left_border:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: -1px;
    bottom: 0px;
    height: 30%;
    border-left: 1px solid #fff;
}
    
    /*ロゴ*/
.ap_logo_center,.ap_catch,header{
     animation: fadeIn 2s ease 1 forwards;
    opacity: 0;
    }
    
@keyframes fadeIn {

  0% {
      opacity: 0
    } 

  100% {
      opacity: 1
    }

}
    
.sm_rank{
    display: none;
    }
    
.ap_top_about_wrap {
    margin-bottom: 5%;
}

@media screen and (max-width: 1200px) {
.ap_left_border{
    border-left: none;
    }
    
.ap_top_about_wrap {
    margin-bottom: 15%;
}
    
.ap_top_fruit2 {
    top: 14%;
}
    
}



   

@media screen and (max-width: 1100px) {

/*お問合わせ*/
    
.ap_background-img5 {
    background: url(https://image.raku-uru.jp/01/19831/120/bg1_1639545977424.png),
        url(https://image.raku-uru.jp/01/19831/118/bg3_1639545975782.png),
        url(https://image.raku-uru.jp/01/19831/119/bg2_1639545976621.png);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100% auto,100% auto,100% auto;
    background-position: top,bottom,center;
    padding: 60px 20px;
    min-height: auto;
}
    
.ap_momo {
    top: -20%;
    left: -8%;
    width: 30%;
}
.ap_apple {
    bottom: -9%;
    right: -5%;
    width: 19%;
    top: auto;
}
}

    
@media screen and (max-width: 1000px) {

    
.ap_background-img4 {
    background-image: url("https://image.raku-uru.jp/01/19831/63/kodawari_bg_1637041345068.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 20px;
    min-height: auto;
}
.ap_background-img4 img{
    max-width: 450px;
    margin: 0 auto 50px auto;
}
.ap_background-img4 div{
    text-align: center;
    }
}

@media screen and (max-width:769px) {
    

    
    
/*共通*/
    
.ap_margin-bottom_large {
    margin-bottom: 40px;
}
    
.ap_btn {
    padding: 15px 10px;
    }
.ap_btn span {
    font-size: 15px;
    letter-spacing: 1px;
}
    

/*ファーストビュー*/
    
.logo {
    width: 50%;
}
    
.ap_logo_center {
    top: 37%;
    width: 80%;
}
    
.ap_catch {
    width: 90%;
    bottom: 24%;
}
    
 .ap_top_fruit2 {
    width: 35%;
    max-width: 350px;
    top: 6%;
    right: -8%;
} 
    
.ap_top_fruit1 {
    width: 43%;
    max-width: 500px;
    bottom: 9%;
    left: -11%;
}
    
/*アバウト*/
    
.ap_top_about_wrap{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
    margin-top: -25%;
    position: relative;
    z-index: -1;
    text-align: center;
    }
    
.ap_top_about_wrap > div:nth-child(2){
    max-width: 400px;
}
    
    
/*一押し*/
    
.sm_rank{
    display: block;
    }
    
    .ap_left_border{
        border-left: none;
        padding-left: 0;
        }
    .ap_padding_sm{
        padding: 50px 20px;
        }

    .ap_about_img {
        margin-top: -170px;
        margin-bottom: 70px;
        width: 100vw;
        margin-left: -20px;
    }
    .ap_background-img2 {
        padding: 60px 20px;
    }
    .ap_itiosi_img {
        width: 90%;
    }
    .ap_itiosi_wrap.ap_flex{
        display: block!important;
        }
    .ap_itiosi_wrap div:first-child {
        width: 80%;
        margin: auto;
    }
    .ap_itiosi_wrap div:nth-child(2) {
    width: 100%;
}
    
/*カテゴリ*/
    
.ap_background-img3 {
    padding: 50px 20px;
}
    .ap_cut_wrap ul {
    margin-left: 0;
}
    .ap_cut_wrap li a {
    padding: 10px;
}
    .ap_cut_wrap {
    padding: 25px 20px;
}
    
/*ランキング*/
    
.rank_top::after{
    display: none;
    }
    
    .archive_wrap.top{
      display: block;  
    }
    
.archive_wrap.top li {
    width: 100%;
    display: flex;
    align-items: center;
}
     .archive_wrap.top .item-photo{
        width: 40%;
    }
 .archive_wrap.top .item_wrap{
        width: 60%;
     padding: 20px;
    }
    
    .archive_wrap.top .item-photo img {
    height: 200px;
}
.sm_rank {
    background-image: url(https://image.raku-uru.jp/01/19831/79/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89+151_1637217650369.png);
    background-size: contain;
    width: 130px;
    height: 50px;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 10px;
}

.ap_footer_menu1,
.ap_footer_menu2,
.ap_footer_menu3{
    display: block;
    text-align: center;
    }
    
footer hr{
    display: none;
    }
    
.ap_footer_menu1 li, .ap_footer_menu2 li, .ap_footer_menu3 li {
    margin: 10px 0px!important;
}
    
.footer-logo {
    max-width: 70%;
    margin: 0 auto 50px auto;
}
    
    footer {
    padding: 50px 0px 30px;
}
}
    
@media screen and (max-width:600px) {
.archive_wrap.top .item-photo img {
    height: 150px;
    min-height: 150px;
}
    
.ap_top_about_wrap{
    margin-top: -40%;
}
    
    }
    
    
/*-----------------------------------*/

/*下層・一覧CSS追加分*/

/*-----------------------------------*/


.main-article a{
 text-decoration: underline;
}

.ap_hr{
    border-bottom: none;
    border-top:1px solid #D34226;
}

.hr_red{
     border-bottom: none;
    border-top:1px solid #F2E2DF;
    
}

    .hr_orange{
        border-bottom: 1px solid #E6894D;
        border-top:none;
    }
    
    .ap_single_title{
        font-size: 25px;
        color: #D34226;
        letter-spacing: 2px;
    }
    
    .ap_single_title::before{
        content: "〇";
        margin-right: 10px;
    }
    
    .ap_background-img{
    background-image: url(https://image.raku-uru.jp/01/19831/69/contents_bg_1637041349156.png);
    }
    
    .ap_header_padding{
        padding-top:200px;
        padding-bottom: 50px;
    }
    
    .ap_meun_wrap.child{
        background: #fff;
        border:1px solid #3A3244;
    }
    
    .ap_meun_wrap.child li{
        color: #3A3244;
    }
        .ap_meun_wrap.child li a{
        color: #3A3244;
    }
    
    .ap_meun_wrap.child a:hover{
    text-decoration: none;
    color: #F7C94B;
}

.ap_meun_wrap.child li:hover{
    color: #F7C94B;
}
    
    
    .ap_main_content_wrap{
        margin: auto;
        background: #fff;
        max-width: 1200px;
        width: 100%;
        background-image: url(https://image.raku-uru.jp/01/19831/66/h_bg_1637041347363.png);
        background-size: 100% auto;
        background-position: top center;
        background-color: #fff;
        background-repeat: no-repeat;
        padding: 130px 70px 70px;
    }
    
    .breadcrumbs{
    max-width: 1200px;
    margin: auto;
    }
    


.archive_wrap.itiran {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.archive_wrap.itiran li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.archive_wrap.itiran li:nth-child(4n) {
    margin-right: 0;
}
.archive_wrap.itiran .item-photo img {
    height: 230px;
}


@media screen and (max-width: 1000px) {
    
.ap_main_content_wrap {
    padding: 120px 0 50px;
}
    
.ap_main_content_wrap .wysiwyg-data{
    padding-right: 20px;
    padding-left: 20px;
    }
    
.ap_main_content_wrap .wysiwyg-data.ap_full{
    padding-right: 0;
    padding-left: 0;
    }
    
.ttl h2 {
    margin-bottom: 35px;
}

}

@media screen and (max-width: 769px) {
    
    
    .ap_menu_box_menu1{
        padding: 0 10px;
    }
    .ap_menu_box_menu1 li a{
        padding: 10px;
    }
    
    
    .breadcrumbs .ap_padding_side_half {
    padding: 0 5px 0 5px;
}
    
    .breadcrumbs .ap_padding_half {
        padding: 5px 5px;
        font-size: 10px;
    }
    
    
    .ap_main_content_wrap {
    padding: 60px 0 50px;
}
    

    .archive_wrap.itiran li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 40px;
    }

    .archive_wrap.itiran li:nth-child(4n) {
        margin-right: 10%
    }

    .archive_wrap.itiran li:nth-child(2n) {
        margin-right: 0;
    }
    
    
    .ttl2, .ttl h2 {
    background-size: 285px 100%;
    font-size: 14px;
}
    .archive_wrap.itiran li {
    width: 47%;
    margin-right: 6%;
}
    
}
  
@media screen and (max-width: 600px) { 
    
    
.ap_momo {
    top: -10%;
    left: -8%;
    width: 32%;
}
    
.ap_apple {
    bottom: -7%;
    right: -4%;
    width: 21%;
    top: auto;
}
    
    

.archive_wrap.itiran .item-photo img {
    height: 150px;
    min-height: 150px;
}
}


/*-----------------------------------*/

/*マンゴー*/

/*-----------------------------------*/


/*期間*/

.ap_kikan{
    color:#E6894D;
    margin-bottom: 10px;
}

.ap_kikan .title{
    background:#E6894D;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    min-width: 125px;
    text-align: center;
}


.ap_kikan.raichi{
    color:#8B2F46;
}

.ap_kikan.raichi .title{
    background:#8B2F46;
}

/*マンゴーのテーブル*/

.ap_table_mame .title {
    background: #E6894D;
    width: 30%;
    padding: 50px 30px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}


.ap_table_mame .content {
    width: 70%;
    background: #F3E9DE;
    padding: 30px;
}

.ap_table_mame .content p{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.ap_table_mame .content p a{
    z-index: 5;
    color: #E6894D;
}

.ap_table_mame .content p::after {
    background-image: linear-gradient(to right, #E6894D, #E6894D 3px, transparent 3px, transparent 15px);
    background-size: 10px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 15px;
    letter-spacing: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 0;
    right: 0;
}
.ap_table_mame .content p::before{
    content: ">";
    display: block;
    margin-right: 10px;
    color: #E6894D;
    
}

/*ライチのテーブル*/

.ap_table_mame.raichi .title {
    background: #8B2F46;
}


.ap_table_mame.raichi .content {
    background: #F2E2DF;
}


.ap_table_mame.raichi .content p a{
    color: #8B2F46;
}

.ap_table_mame.raichi .content p::after {
    background-image: linear-gradient(to right, #8B2F46, #8B2F46 3px, transparent 3px, transparent 15px);
}
.ap_table_mame.raichi .content p::before{
    color: #8B2F46;
    
}



.ap_single_title.raichi {
    color: #8B2F46;
}

.ap_pink{
    color: #E06C93;
}
 
.ap_mango_wrap{
    max-width: 900px;
    margin-left: auto;
}

.ap_mango_wrap_content .box1{
    width: 20%;
}
.ap_mango_wrap_content .box2{
    width: 80%;
    padding-left: 50px;
}

.ap_mango_wrap_content .orange{
    color:#E6894D ;
}

.ap_mango_wrap_content_tabekata{
    padding: 40px 0;
    background: #F9F3ED;
    margin: 25px 0;
}

.ap_mango_wrap_content_tabekata img{
    height: 100px;
    width: auto;
    margin-top:10px;
}

.ap_mango_wrap_content_tabekata .arrow{
    width: 5%;
    text-align: center;
    font-size: 20px;
}

.ap_mango_wrap_content_tabekata .box3{
    width: 30%;
    color: #E6894D;
}

.ap_mango_wrap_content_tabekata.raichi .box3{
    color: rgb(192,154,154);
}


.ap_mango_wrap_content .box4{
    width: 20%;
    text-align: center;
}

.ap_mango_wrap_content .box4 img{
    max-width: 150px;
}

.ap_mango_wrap_content .box4 .ap_width_80{
    max-width: 80px;
}

.ap_mango_wrap_content .box5{
    width: 80%;
    padding-left: 50px;
}

.ap_mango_wrap_content .box5 img{
    width: 300px;
    height: auto;
}
.ap_mango_wrap_content .ap_single_title::before {
    display: none;
}

@media screen and (max-width: 1200px) {

    
.ap_mango_wrap{
   padding-left: 0 !important; 
   padding-right: 0 !important;
}
}

@media screen and (max-width: 769px) {
    
    
.ap_header_padding {
    padding-top: 125px;
    padding-bottom: 50px;
}
    
.ap_mango_wrap_content,
    .ap_mango_wrap_content_tabekata,
    .ap_table_mame{
     display: block;
    }
    
.ap_table_mame .title {
    width: 100%;
}
    .ap_table_mame .content {
    width: 100%;
}
    
    .ap_mango_wrap_content .box1 {
    width: 50%;
        margin: auto;
        text-align: center;
}
    
    .ap_mango_wrap_content .box2 {
    width: 100%;
    padding-left: 0;
}
    
.ap_mango_wrap_content_tabekata .box3 {
    width: 50%;
    margin: auto;
}
    
.ap_mango_wrap_content_tabekata .arrow {
    width: 10%;
    transform: rotate(90deg);
    margin: auto;
}
    
.ap_mango_wrap_content .box4 {
    width: 50%;
    text-align: center;
    margin: auto;
}
    
.ap_mango_wrap_content .box5 {
    width: 100%;
    padding-left: 0;
}
.ap_mango_wrap_content .box5 img {
    max-width: 250px;
}

 
    
}


/* インスタ画像 */
#fuga {
    height: 16.7vw;
}

@media screen and (max-width: 640px){
    #fuga {
        height: 150vw;
    }
}
@media screen and (max-width: 480px){
    #fuga {
        height: 195vw;
    }
}
@media screen and (max-width: 450px){
    #fuga {
        height: 66.7vw;
    }
}
/* 詳細ページ
----------------------------------*/
#item-detail {
  padding-top: 10px;
}

.item-2column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .item-2column {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
  }
}

.item-detail-block {
  margin-bottom: 24px;
}

.item-footer {
  clear: both;
  margin-bottom: 60px;
}

.item-detail-left {
  width: 100%;
  margin-top: 20px;
}

.item-detail-right {
  width: 100%;
}

.item-detail-head {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  padding: 10px 5px;
}
.item-detail-head .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 0 10px;
}
.item-detail-head p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}

/* 販売価格 */
.item-detail-price {
  padding: 15px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
.item-detail-price dt {
  font-size: 18px;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.item-detail-price dd {
  display: table-cell;
  vertical-align: middle;
}
.item-detail-price .price {
  font-size: 22px;
  font-size: 2.2rem;
}
.item-block a {
  text-decoration: underline;
}
/* 価格・スペック */
.item-detail-block-in,
.item-detail-spec {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 20px;
}
.item-detail-block-in dl,
.item-detail-spec dl {
  display: table;
  width: 98%;
  margin: 0 auto 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.item-detail-block-in dl {
  padding: 0;
}
.item-detail-block-in dt,
.item-detail-spec dt {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  padding: 0px;
}
.item-detail-block-in dd,
.item-detail-spec dd {
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
  line-height: 1.4;
}

.item-detail-block-in dt {
  width: 7em;
}

.item-detail-category {
  font-size: 14px;
  font-size: 1.4rem;
}

.item-detail-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}

/* カートエリア */
.item-detail-cart {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 25px;
}
.item-detail-cart p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

@media (min-width: 600px) and (max-width: 1019px) {
  .item-detail-cart, .item-detail-spec {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .item-detail-spec {
    padding: 0;
  }
  .item-footer {
    margin: 10px;
  }
}

@media (min-width: 375px) {
  .item-detail-cart {
    padding: 0 2%;
  }
}
/* バリエーション */
/* select text */
.item-detail-select,
.item-detail-inputtext {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.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%;
  margin-bottom: 18px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}
.item-detail-radio div {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-radio input {
  position: absolute;
  opacity: .0;
}
.item-detail-radio input + label {
  max-width: 100%;
  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%;
  margin-bottom: 18px;
}

.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: 24px;
  line-height: 55px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
  color: #000;
  border: 1px solid #ddd;
}

.item-detail-num-minus {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.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: solid 1px #d2d2d2;
  -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 #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%;
  margin-bottom: 20px;
  position: relative;
}
.item-detail-cart-btn a {
  display: block;
  font-size: 20px;
  line-height: 55px;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #fff;
  background-color: #ff7b65;
  border-bottom: solid 4px #b35647;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.item-detail-cart-btn a::before {
  content:"";
  background-image: url(https://image.raku-uru.jp/01/17634/29/icon_02_1615171165237.png);
  width: 40px;
  height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  margin-right: 15px;
}
.item-detail-cart-btn a:hover {
  background-color: #ff7b65;
  opacity: 0.5;
  text-decoration: none;
}

.item-detail-txt1,
.item-detail-txt2,
.item-detail-txt3 {
  width: 100%;
}
.item-detail-txt1 p,
.item-detail-txt2 p,
.item-detail-txt3 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.item-detail-txt2 {
  margin-top: 15px;
  color: #22af73;
  font-family: serif;
  font-size: 2.0rem;
  text-align: center;
}

.item-detail-txt3 {
  padding: 20px;
  background: #eee;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .item-detail-txt2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .item-detail-txt2 {
    margin-top: 30px;
  }
}

.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: #d70035;
  line-height: 1.6;
  margin-bottom: 24px;
}

.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: "×";
  font-family: "icomoon";
  color: #000;
  font-size: 32px;
}

/* 1枚目画像 */
.item-detail-photo-main {
  position: relative;
  padding: 0;
}

.item-detail-photo {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
  margin: 0 auto 10px;
}
.item-detail-photo li {
  list-style: none;
  float: left;
  width:500px;
  height: 500px;
  position:relative;
}
.item-detail-photo img {
  display: block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

/* 商品画像:矢印 */
.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: 40px;
  height: 40px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #3a3244;
}
.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: 0;
}
.item-detail-photo-backbtn a::before {
  content: "\e905";
  font-family: "icomoon";
  left: 12px;
}

.item-detail-photo-nextbtn {
  right: 0;
}
.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;
  max-width: 500px;
}

.item-detail-thumb-photo {
  display: inline-block;
  vertical-align: top;
  width: 65.1px;
  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%);
  max-height: 60px;
  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;
}

@media screen and (max-width: 600px) {
  /* サムネイル付き商品画像
  ----------------------------*/
  /* オープン画像 */
  .nav-open {
    overflow: hidden;
  }
  .nav-open .overlay {
    display: block;
  }

  /* modal */
  .modal-img img {
    max-width: 340px;
    max-height: 340px;
    width: auto;
    height: auto;
  }
  .modal-close {
    position: absolute;
    top: -30px;
  }
  .modal-close a {
    display: block;
    width: 24px;
    height: 24px;
  }
  .modal-close a::before {
    font-size: 24px;
  }
  /* 1枚目画像 */
  .item-detail-photo-main {
    margin: 0 auto;
  }

  .item-detail-photo {
    width: 300px;
    height: 300px;
  }
  .item-detail-photo ul {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .item-detail-photo ul li {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0;
  }
  /* 商品画像:サムネイル */
  .item-detail-thumb-photo {
    width: 48px;
    height: 48px;
  }
}
.ap_margin-right {
    margin-right: 50px;
}

.ap_margin-right_small {
    margin-right: 20px;
}




.ex_content {
    line-height: 30px;
    margin-bottom: 50px;
}

.ex_title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #D34226;
}

.ex_title_btn {
    padding-top: 30px;
    border-top: 1px solid #D34226;
    border-bottom: 1px solid #D34226;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ex_title_btn::after {
    content: ">";
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #D34226;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.item-detail-thumb {
    margin-right: 15px;
    width: 100%;
    margin-left: 0;
}


.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
    font-size: 0;
    width: 0;
    height: 0;
    content: none;
}

.item-detail-block-in dl,
.item-detail-spec dl {
    width: 100%;
    font-size: 1rem;
    margin: 0;
}

.item-detail-block-in,
.item-detail-spec {
    margin-bottom: 50px;
}

.item-detail-cart {
    border-top: none!Important;
    padding-top: 30px;
}

.item-detail-num input[type=number] {
    border: solid 1px #D34226;
    border-radius: 5px;
}

.item-detail-num-plus a,
.item-detail-num-minus a {
    background-color: #D34226;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.ap_margin-right {
    margin-right: 50px;
}

.ap_margin-right_small {
    margin-right: 20px;
}




.ex_content {
    line-height: 30px;
    margin-bottom: 50px;
}

.ex_title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #D34226;
}

.ex_title_btn {
    padding-top: 30px;
    border-top: 1px solid #D34226;
    border-bottom: 1px solid #D34226;
    padding-bottom: 30px;
    cursor: pointer;
    position: relative;
    left: 0;
}

.ex_title_btn::after {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #D34226;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ex_title_btn::before {
    content: ">";
    color: #fff;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    z-index: 1;
    display: block;
}

.ex_title_btn.active::before {
    transform: rotate(90deg);
}


.ex_content_btn {
    display: none;
}


.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
    font-size: 0;
    width: 0;
    height: 0;
    content: none;
}

.item-detail-photo-nextbtn a::before {
    content: none;
}

.item-detail-photo-backbtn a::before {
    content: none;
}

.item-detail-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-detail-block-in dl,
.item-detail-spec dl {
    width: 100%;
    font-size: 1rem;
    margin: 0;
}

.item-detail-block-in,
.item-detail-spec {
    margin-bottom: 50px;
}

.item-detail-cart {
    border-top: 1px solid #D34226;
    padding-top: 30px;
}

.item-detail-num input[type=number] {
    border: solid 1px #D34226;
    border-radius: 5px;
}

.item-detail-num-plus a,
.item-detail-num-minus a {
    background-color: #D34226;
    color: #fff;
    border: none;
    border-radius: 5px;
}


.item-detail-cart-btn a {
    line-height: 60px;
    height: 60px;
    color: #fff;
    background-color: #D34226;
    border: 2px solid #D34226;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .item-detail-cart-btn a:hover {
    color: #fff;
    background-color: #D34226;
    opacity: 0.5s;
    }

    .main_img_wrap {
        display: flex;
    }

    @media screen and (max-width: 1100px) {
        .ap_col_parent.block {
            display: block;
        }

        .ap_col_parent.block .ap_col_child_6:first-child {
            margin: auto;
        }

        .ap_col_parent.block .ap_col_child_6:last-child {
            width: 100%;
            margin-top: 20px;
        }

    }

    @media screen and (max-width: 768px) { 

.main_img_wrap{
    flex-direction: column-reverse;
    margin-bottom:20px;
}

.item-detail-thumb{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
}

 @media screen and (max-width: 320px) { 
     
    
    .item-detail-photo,.item-detail-photo ul li {
    width: 260px;
    height: 260px;
     }
     
}
    
