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;
}

/*適宜変更*/

body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 16px;
    color: #1A1A1A;
    background: #fff;
    letter-spacing: 0.2em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
}

.ap_body_color{
    color:#1A1A1A;
}
a.ap_link_color{
    color:#BC9E75!Important;
}

a {
    text-decoration: none;
    color: #1A1A1A;
    transition: 0.5s;
}

a:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #1A1A1A;
    transition: 0.5s;
}


/*以上*/


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:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

html {
    overflow: auto;
}




.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_50 {
    width: 50px;
}

.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;
    display: none;
    right: 15px;
    top: 15px;
}


@media screen and (max-width: 800px) {
    .ap_menu {
    display: block;
    }
}

.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;
    background-image: url(https://image.raku-uru.jp/01/20078/58/bg_01_1635130100684.jpg);
    background-size: cover;
}

.ap_menu_box.open ul {
    font-weight: bold;
}

.ap_accordion {
    cursor: pointer;
}

.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: 35px;
    height: 35px;
    cursor: pointer;
}

.ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    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: 15.5px;
}

.ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) 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(-15.5px) rotate(45deg);
    transform: translateY(-15.5px) 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_visible{
    display: none;
}
.ap_sp_visible{
    display: none;
}


@media screen and (max-width: 1200px) {

[class*="ap_padding"].sm_side{
      padding-left: 20px!important;
      padding-right: 20px!important;

  }
.sm_side{
    padding-left: 20px!important;
      padding-right: 20px!important;
    }

}
@media screen and (max-width: 769px) {

    .ap_margin-bottom_sm{
        margin-bottom: 40px;
    }
    .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_width_50.sm{
        width: 50px;
    }
    .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_hr{
    border-bottom: 1px solid #CCCCCC;
    border-top: none;
}

.ap_primary,
.ap_primary a,
a.ap_primary {
    color: #BC9E75;
}

.ap_bg_primary.sen{
 background-image: url(https://image.raku-uru.jp/01/20078/81/bg_02_1635751076195.png);
 background-color: #BC9E75;
    background-size: contain;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
    color: #999999;
}

.ap_third,
.ap_third a,
a.ap_third {
    color: #ED1C24;
}

.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: #BC9E75;
}

.ap_bg_secondary {
    background:#999999;
}
.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;
    margin-top:80px;
    width: 100%;
    margin-bottom: 80px;
}

.main-article a,.wysiwyg-data a{
    color:#BC9E75;
    text-decoration: underline;
}

.wysiwyg-data.ap_full{
    max-width: none;
    margin: auto;
    padding: 0;
    margin-top:0;
    width: 100%;
}

/*チャイルドイメージ*/

.ap_child_img_common {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: bottom;
    background-position: bottom!important;
}


/*タイトル*/
.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;
    }
    .breadcrumbs a,.breadcrumbs li,.breadcrumbs span{
        font-size: 12px;
    }

    .ttl h2 {
    margin-bottom: 20px;
    }
}


/*---------------------------------------------*/

/*送料テーブル*/

/*----------------------------------------------*/

.free{
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.free th {
    background:#BC9E75;
    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;
    }

}

/* 送料について
--------------------*/


/*---------------------------------------------*/

/*下層ページ※特商の表*/

/*----------------------------------------------*/

.ap_border_title{
    position: relative;
    margin-bottom: 30px;
}

.ap_border_title img{
    position: absolute;
    width: 100px;
    right: 13px;
    top:-8px;
}

table.about-tbl{
border-collapse: collapse;
width: 100%;
}


table.about-tbl th {
    width: 25%;
    color: #BC9E75;
    text-align: inherit;
    border-bottom: 1px solid #BC9E75;;
}

table.about-tbl td {
    width: 75%;
    border-bottom: 1px solid #BC9E75;;
}

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*/

/*----------------------------------------------*/

.nowrap{
white-space: nowrap;
}

.ap_padding_right{
    padding-right: 50px;
}

.ap_padding_left{
    padding-left: 50px;
}


.ap_width_auto{
    width: auto;
    max-width: 100%;
}

.ap_sm_1200{
    display: block!Important;
    }
@media screen and (max-width: 1200px) {
    .ap_sm_1200none{
        display:none!Important;
    }
}

/*-----共通ボタン-----*/
.ap_btn_cart{
    border:1px solid #1a1a1a;
    padding: 15px 30px;
    min-width: 230px;
    border-radius: 0;
    position: relative;
    display: inline-block;
}

.ap_btn_cart::after{
    content:"";
    display: block;
    background-image: url(https://image.raku-uru.jp/01/20078/73/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89+341_1635384008723.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: 15px;
    height: auto;
    margin-right: 10px;
}

.ap_btn_cart.gray{
    width: 100%;
    max-width: 400px;
    background: #E6E6E6;
    box-shadow: 0 0 8px #E6E6E6;
}

.ap_btn_cart.black{
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 8px #E6E6E6;
}

.ap_btn_cart.white{
    width: 100%;
    max-width: 400px;
    border:1px solid #fff;
    color: #fff;
}
.ap_btn_cart.white a span{
    color: #fff;
}
.ap_btn_cart.white::after{
    background-image: url(https://image.raku-uru.jp/01/20078/77/%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89+341_1635475159430.png);
}

/*タイトル*/
.ap_title{
    display: inline-block;
}

.ap_title hr{
    border-bottom: 1px solid #1a1a1a;
    border-top:none;
}

/*---------------------------------------------*/

/*商品一覧*/

/*----------------------------------------------*/


/*商品一覧の並びサイズ*/

.archive_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.archive_wrap li {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 40px;
}

.archive_wrap.top li{
    margin-bottom: 0;
}

.archive_wrap li:nth-child(3n) {
    margin-right: 0;
}

.item-photo img{
    height: 300px;
    vertical-align: bottom;
}

.hover-parent{
position: relative;
margin-bottom: 30px;
overflow: hidden;
}

.hover-mask{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 30px;
color: #fff;
background: rgba(0,0,0,0.5);
opacity: 0;
white-space: nowrap;
}

.item-photo a:hover,
.item-photo a:hover img{
    opacity: 1;
}

.hover-mask:hover {
opacity: 1;
transition:all 0.6s ease;
}


/*商品一覧の商品名・価格*/

.item_wrap {
    margin-top: 16px;
}

.item_wrap .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item_wrap .price{
    font-size: 14px;
}

/*ソート*/

.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{
    border: none;
}

/*ページャー*/

.pager ul{
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0;
}
.pager ul li {
    padding: 0 20px;
}


@media screen and (max-width: 769px) {


    .archive_wrap li {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 40px;
    }

    .archive_wrap li:nth-child(3n) {
        margin-right: 8%;
    }

    .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 {
        height: 200px;
    }

    .item_wrap .name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .item_wrap .price {
        font-size: 14px;
    }

    .item_wrap {
        margin-top: 0px;
    }

    .ap_padding_right{
    padding-right: 0;
}
    .ap_padding_left{
    padding-left: 0;
}
}


/*-----------------------------------*/

/*追加分*/
/*ヘッダー*/

/*-----------------------------------*/

.category_btn{
    cursor:pointer;
}

.ap_menu_wrap{
    position: absolute;
    z-index: 99;
    width:  100%;
    top:0;
    padding: 30px 20px;
}

.ap_menu_wrap li a{
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

.ap_menu_wrap li{
    padding: 0 20px;
    font-size: 18px;
}

.ap_menu_wrap > ul > ul{
    margin-left: 50px;
}

.ap_menu_wrap .ap_toggle_wrap {
    position: absolute;
    top: 50px;
    max-width: 850px;
    margin-bottom: 0;
    background: rgba(255,255,255,0.9);
    margin-left: 0;
    padding: 0;
    display: none;
}

.ap_toggle_wrap .ap_cut_wrap2 {
    margin-bottom: 0;
    margin-left: 0;
    background: transparent;
}

.ap_toggle_wrap .ap_cut_wrap2 a{
    color: #1a1a1a!important;
}

/*
.ap_toggle_wrap .ap_cut_wrap2 li:first-child {
    border-right: none;
    padding-left: 20px;
}
*/

.ap_menu_box.open{
    overflow: scroll;
    padding: 0;
}

.ap_menu_box .title{
    background: #1a1a1a;
    color: #fff;
    padding: 15px 0 0 20px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 25px;
    margin-top: 50px;
}


.ap_menu_cut_hed1 li,
.ap_menu_cut_hed2 li {
    padding: 5px 20px;
}

.ap_menu_cut_hed3 li {
    padding: 10px 20px;
}

.ap_menu_cut_hed3,
.ap_menu_cut_hed4 {
    margin: 20px 0;
}

.ap_menu_cut_hed4{
    margin-left: 20px;
    margin-right: 20px;
}

.ap_menu_cut_hed4 li{
    width: 50%;
    max-width: 250px;
}

.ap_menu_cut_hed4 .border{
    border: 1px solid;
    padding: 10px 20px;
    width: 95%;
    display: inline-block;
    text-align: center;
}

.ap_menu_hr {
    width: 50px;
    margin-left: 20px;
}

.logo {
    max-width: 200px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 5%;
    width: 26%;
}

.wave {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 50%;
    min-width: 350px;
}


.ap_menu_box .ap_menu_cart {
    padding: 15px 0px;
    height: 60px;
    border-bottom: 1px solid #1a1a1a;
    padding-right: 60px;
    position: relative;
    text-align: right;
}

.ap_menu_box .ap_menu_cart div{
    margin-left: auto;
    margin-right: 25px;
}

.ap_menu_box .ap_menu_cart img {
    height: 25px;
    width: auto;
    margin-right: 15px;
    margin-left: 0;
}

.ap_menu_box .ap_menu_cart .maru{
    position: absolute;
    bottom: -10px;
    left: 30px;
    height: 20px;
    margin: 0;
    }

.ap_menu_cart::after{
    content: "";
    display: block;
    height: 60px;
    width: 1px;
    background: #1a1a1a;
    position: absolute;
    right: 60px;
}

/*-----------------------------------*/

/*フッター*/

/*-----------------------------------*/

footer{
    border-top:1px solid #999;
}

.footer-logo{
    max-width: 150px;
    margin: auto;
}

.page-top{
    width: 5%;
    min-width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -1px;
    cursor:pointer;
}

.ap_footer_menu1 li,
.ap_footer_menu2 li,
.ap_footer_menu3 li{
    margin:20px 15px;
}
.ap_footer_menu1 li:first-child,
.ap_footer_menu2 li:first-child,
.ap_footer_menu3 li:first-child{
   margin-left: 0;
}

.ap_footer_menu3{
    text-align: center;
    margin-top:15px;
}


/*スライダ*/

.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;
}

/*-----------------------------------*/

/*トップ*/

/*-----------------------------------*/

.ap_max_wdith_200{
    max-width: 250px;
    margin-top: -120px;
}

/*バックグラウンド*/
.ap_bg_img{
    background-image: url(https://image.raku-uru.jp/01/20078/58/bg_01_1635130100684.jpg);
}

.ap_top_content{
    line-height: 50px;
    letter-spacing: 3px;
}

.ap_margin-top_minus_top{
    margin-top:-5%;
}


/*ランキング一個のところ*/

.ap_reco_wrap{
    position: relative;
    z-index: 1;
}

.ap_reco_wrap .box:first-child{
    width: 45%;
    margin-right: 5%;
    height: 500px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 15px #cccccc;
}
.ap_reco_wrap .box:first-child .inner{
    border: 1px solid;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
}

.ap_reco_wrap .box:first-child img{
    height: 300px;
}

.ap_reco_wrap .box:first-child .ap_black{
    background: #1a1a1a;
    color: #fff;
    position: absolute;
    left: 0;
    top:0;
    padding: 5px 10px;
}

.ap_reco_wrap .box:last-child{
    width: 45%;
    margin-left: 5%;
}

/*ランキング*/

.ap_padding_ranking{
    margin-top: -5%;
    padding: 12% 0 0 0;
}
.ap_padding_ranking .ap_right_text img{
    width: auto;
    margin-bottom: -10px;
}

/*カテゴリ*/
.ap_cut_btn li{
    width: 23%;
    margin-right: 2.666666%;
    border: 1px solid;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    background: #C7B29980;
}
.ap_cut_btn li a{
    width:100%;
    display: block;
    padding: 15px 5px;
}
.ap_cut_btn li:nth-child(4n){
    margin-right: 0;
}

.ap_img_wrap img:nth-child(1){
    width: 35%;
}
.ap_img_wrap img:nth-child(2){
    width: 36%;
    margin-top:30px;
}
.ap_img_wrap img:nth-child(3){
    width: 27%;
}

/*story*/

.ap_bg_story{
    background-image: url(https://image.raku-uru.jp/01/20078/134/story_bg_1636526174699.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ap_cut_wrap2{
    border: 1px solid;
    padding: 40px;
    margin-bottom: 70px;
    background: #fff;
}

.ap_cut_wrap2 > li:first-child{
    border-right: 1px solid #1a1a1a;
    padding-left: 0;
}
.ap_cut_wrap2 li {
    padding: 5px 10px 5px 20px;
}

.ap_menu_wrap .ap_cut_wrap2{
    padding: 20px 40px;
}

/*まぐろ*/

.ap_maguro_wrap{
    background: #fff;
    padding: 100px;

}

.ap_maguro_wrap .box{
    width: 90%;
    margin: 50px auto;
    padding: 25px 55px;
    border:1px solid #666;
}

.ap_maguro_wrap .box img{
    margin-right: 50px;
    margin-top:20px;
}

.ap_maguro_wrap h2{
    font-size: 25px;
    letter-spacing: 5px;
}


.ap_maguro_wrap hr{
    margin-bottom: 50px;
    width: 100vw;
}

/*お米*/

.ap_okome_wrap {
    background-image: url(https://image.raku-uru.jp/01/20078/90/okome_1636520614280.png);
    padding: 15% 0;
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}


.ap_okome_wrap h2{
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.ap_okome_wrap a {
    min-width: 250px;
    padding: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid;
}

.ap_okome_wrap .ap_top_content {
    line-height: 40px;
    letter-spacing: 0px;
}



/*お魚*/

.ap_osakana_wrap {
    background-image: url(https://image.raku-uru.jp/01/20078/147/hamaguri_1637109098410.jpg);
    padding: 7% 15%;
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
}
.ap_osakana_wrap > div {
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 5%;
}

.ap_osakana_content{
    line-height: 35px;
}
.ap_osakana_wrap .ap_osakana_btn{
    margin-bottom: -100px;
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    padding: auto;
    bottom: 5px;
        left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.ap_osakana_btn .btn{
        min-width: 250px;
    padding: 17px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 15px;
    border: 1px solid;
    background: #fff;
}

.ap_osakana_btn .btn:hover{
    opacity: 1;
    background: #1a1a1a;
    color: #fff;
}

.ap_osakana_wrap > img{
    display: none;
    }

/*-----------------------------------*/

/*レスポンシブ共通　追加*/

/*-----------------------------------*/

.ap_cut_wrap2 hr{
    display: none;
}

@media screen and (max-width: 1400px) {

    .ap_menu_wrap .just_center{
        justify-content: flex-end;
    }

.ap_menu_wrap .ap_toggle_wrap {
right: 0;
}
}

@media screen and (max-width: 1200px) {

.ap_max_wdith_200{
    max-width: 200px;
    }
}



@media screen and (max-width: 1100px) {

    .ap_top_content {
    line-height: 40px;
    letter-spacing: 0px;
    }

    .ap_menu_wrap li {
    padding: 0 7px;
    font-size: 14px;
}

    .ap_menu_wrap li a {
    font-size: 14px;
    letter-spacing: 2px;
}
    .ap_menu_wrap ul ul {
    margin-left: 8px;
}

.ap_footer_menu1 li, .ap_footer_menu2 li, .ap_footer_menu3 li {
    font-size: 14px;
}
}


@media screen and (max-width: 1000px) {
/*まぐろ*/

.ap_maguro_wrap{
    padding: 50px 20px;
    margin-bottom: 0;
}

.ap_maguro_wrap .box{
    width: 100%;
    padding: 25px 20px;
}

.ap_maguro_wrap .box .ap_flex{
    display: block;
}

.ap_maguro_wrap .box img{
    margin-right: 0;
    margin-top:0;
    margin-bottom: 10px;
    width: 50px;
}

.ap_maguro_wrap h2{
    font-size: 18px;
    letter-spacing: 2px;
}

/*お米*/

.ap_okome_wrap {
    background-image: url(https://image.raku-uru.jp/01/20078/90/okome_1636520614280.png);
    padding: 20% 20px;
    width: 100%;
    margin: 0 auto 50px auto;
    min-height: auto;
}


.ap_okome_wrap h2{
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.ap_okome_wrap .ap_flex{
    display: block;
    }

.ap_okome_wrap a {
    margin:0 0 20px 0;
}

.ap_okome_wrap .ap_top_content {
    line-height: 35px;
}

.ap_okome_wrap br{
    display: none;
    }

/*お魚*/
    .ap_osakana_wrap {
    padding: 20% 20px;
    width: 100%;
}
}


@media screen and (max-width: 800px) {

        .ap_menu_wrap {
        display: none;
    }
}

@media screen and (max-width: 769px) {

.ap_bg_img.ap_osakana{
    background-image: none;
    background: #fff;
    }
.ap_osakana_wrap > img{
    display: block;
    margin-bottom: 20px;
    }
.ap_osakana_wrap > div {
    background: #fff;
    padding: 0%;
}
.ap_osakana_wrap{
    background: none;
    width:100%;
    padding: 0;
    }

.ap_osakana_wrap .ap_osakana_btn {
    margin-bottom:0;
    bottom: 0;
    position: relative;
}

.ap_footer_menu3 {
    margin-top: 65px;
}


.ap_btn_cart{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }


.ap_margin-top_sm_large{
    margin-top:50px;
    }

.ap_margin-top_sm{
    margin-top:30px;
    }

/*ランキング*/

.ap_reco_wrap .box:first-child{
    width: 100%;
    margin-right: 0;
}

.ap_reco_wrap .box:last-child{
    width: 100%;
    margin-left: 0;
}

/*カテゴリ*/
.ap_cut_btn li{
    width: 31%;
    margin-right: 3.5%;
}
.ap_cut_btn li:nth-child(4n){
     margin-right: 3.5%;
}

.ap_cut_btn li:nth-child(3n){
    margin-right: 0;
}

/*カテゴリ２*/

.ap_cut_wrap2 li:first-child {
    border-right:none;
    width: 100%;
}

.ap_cut_wrap2 li:first-child::after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #1a1a1a;
    margin: 10px 0;
}

.ap_cut_wrap2 li{
    padding: 0 10px 10px 0;
}

}

@media screen and (max-width: 600px) {

.ap_slide_logo p {
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 2px;
}

/*ランキング*/
    .archive_wrap.top {
        display: block;
    }

    .archive_wrap.top li{
        width: 100%;
        margin-right: 0;
    }


/*カテゴリ*/
.ap_cut_btn{
    width: 80%;
    margin: auto;
    }
.ap_cut_btn li{
    width: 100%;
    border:none;
    background: transparent;
    }

.ap_cut_btn li a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    }


.ap_cut_btn li img{
    width: 40px;
    height: auto;
    margin-right: 30px;
    }

.ap_cut_btn li:nth-child(3n){
     margin-right: 3.5%;
}

.ap_cut_btn li:nth-child(2n){
    margin-right: 0;
}
    .ap_sp_visible {
        display: block;
    }
}

@media screen and (max-width: 500px) {
/*おすすめ商品*/

.archive_wrap{
    display: block;
    }
.archive_wrap li {
    width: 100%;
    margin-right: 0%;
    }
.item-photo img {
    height: 240px;
}
}


.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;
	}
}


/*テーブル*/
.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;
}

}

.ap_red{
    color: #f00;
}




.ap_fee_tax{
  font-size: 14px;
  text-align: right;
}
.ap_fee{
  border-spacing: 0;
  font-size: 14px;
}
.ap_fee th{
  border: solid 1px #dbd9bc;
  border-right: none;
  background: #eeead1;
  color: #000;
  padding: 9px 15px;
  text-align: center;
}
table.ap_fee td:nth-child(1){
    font-weight: bold;
    background: #eeead1;
    border-top: none;
    border-right: none;
    width: 13.6%;
    text-align: center;
}
.ap_fee td {
    border: solid 1px #dddcbd;
    border-top: none;
    border-right: none;
    text-align: right;
    width: 7.2%;
    padding: 4px;
}
.ap_fee td:last-child{
  border-right: solid 1px #dbd9bc;
}
.ap_fee th:last-child{
  border-right: solid 1px #dbd9bc;
}

@media screen and (max-width: 768px) {
  .thead{
    display: none;
    width: 100%;
  }
  .ap_fee{
    width: 100%;
  }
  .ap_fee td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      margin-right: 10px;
    }
    table.ap_fee td:nth-child(1){
      width: 100%;
      border-top: solid 1px #dbd9bc;
      border-right: solid 1px #dbd9bc;
    }
    .ap_fee td:last-child{
      margin-bottom: 20px;
    }
    .ap_fee td{
      display: block;
      border-right: solid 1px #dbd9bc;
      width: 100%;
    }

}
.width30{
width:30px;
}
