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: auto;
    max-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: #3D3A39;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #FCB827;
    transition: 0.5s;
}

a:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

html {
    overflow: auto;
}

hr {
    border-top: 1px solid #ccc;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #000;
    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: #3D3A39;
}

.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;
    justify-content: center;
}

.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_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
}

.ap_menu.close {
    opacity: 0;
    transition: 0.5s;
}

.ap_menu_box {
    position: fixed;
    width: 100vw;
    background: #fff;
    color: #fff;
    transition: 0.5s;
    padding: 0;
    height: 0;
    overflow: auto;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
}

.ap_menu_box a {
    color: #fff;
}

.ap_menu_box a:hover {
    /* color: #A60000; */
    opacity: 0.7;
}

.ap_menu_box.opacity {
    opacity: 1;
    transition: 0.5s;
}

.ap_menu_box.open {
    height: 100%;
    transition: 0.75s;
    z-index: 100;
    padding: 5% 10px;
    opacity: 1;
    background: #A60000;
}

.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: #A60000;
    border-radius: 4px;
}
.ap_menu_btn_trigger.active span {
    background-color: #fff;
}
.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;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}


@media screen and (max-width: 1200px) {

    [class*="ap_padding"].sm_side {
        padding-left: 20px !important;
        padding-right: 20px !important;

    }

}

@media screen and (max-width: 769px) {
    .ap_col_container.full {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .ap_sm_visible {
        display: block !important;
    }

    .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: #FCAB01;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
    color: #FBF6E0;
}

.ap_third,
.ap_third a,
a.ap_third {
    color: #F2F4B0;
}

.ap_white,
a.ap_white .ap_white a {
    color: #ffffff;
}

.ap_font_bold {
    font-weight: bold;
}

.ap_font_normal {
    font-weight: normal;
}

.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: #FCAB01;
}

.ap_bg_secondary {
    background: #FBF6E0;
}

.ap_bg_third {
    background: #F2F4B0;
}


.sp_br {
    display: none;
}

@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;
    }



}

@media screen and (max-width: 599px) {
    .sp_br {
        display: block;
    }
}

/*---------------------------------------------*/

/*お知らせや特商などの全体の幅*/
/*jsで.ap_fullを付与するとフル幅になります+/

/*----------------------------------------------*/


.main-article,
wysiwyg-data {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    margin-top: 80px;
    width: 100%;
}

.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;
    }
}


/*---------------------------------------------*/

/*送料テーブル*/

/*----------------------------------------------*/

.free {
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.free th {
    background: #FCAB01;
    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: ##333333;
    text-align: inherit;
    border-bottom: 1px solid #333333;
}

table.about-tbl td {
    width: 75%;
    border-bottom: 1px solid #333333;
}

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: 3px solid;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    min-width: 250px;
}

.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;
}


/*---------------------------------------------*/

/*商品一覧*/

/*----------------------------------------------*/


.item-photo {
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    max-width: 354px;
    max-height: 354px;
  }
  .item-photo img {
    display: block;
    max-width: 100%;
    max-height: 354px;
    width: auto;
    height: auto;
    margin: auto;
  }

/*商品一覧の並びサイズ*/

.archive_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.archive_wrap li {
    width: 29.5%;
    margin-right: 5.75%;
    margin-bottom: 40px;
}

.archive_wrap li:nth-child(3n) {
    margin-right: 0;
}


/*商品一覧の商品名・価格*/

.item_wrap {
    margin-top: 16px;
}

.item_wrap .name {
    font-size: 16px;
    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;
}



@media screen and (max-width: 769px) {

    .breadcrumbs_flex a {
        font-size: 10px;
    }

    .breadcrumbs_flex span {
        font-size: 10px;
    }

    .breadcrumbs_flex li {
        font-size: 10px;
    }

    .breadcrumbs .ap_padding_side_half {
        padding: 0 5px;
    }

    .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: 12px;
        padding: 0 5px 0 0;
    }

    .item_wrap .name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .item_wrap .price {
        font-size: 14px;
    }

    .item_wrap {
        margin-top: 0px;
    }
}

@media screen and (max-width: 599px) {
    .archive_wrap li {
        width: 50%;
        padding: 10px;
        margin-right: 0;
    }

    .archive_wrap li:nth-child(3n) {
        margin-right: 0;
    }
}


/**********************************************/
/*スクロールダウン*/
/***********************************************/

.scrolldown1 {
    position: absolute;
    bottom: 6%;
    height: 100px;
    right: 7%;
    z-index: 1;
}

.scrolldown1 span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -13px;
    top: -90px;
    color: #333;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #333;
    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;
    }
}

@media screen and (max-width: 599px) {

    .scrolldown1 {
        font-size: 0.9rem;
        height: 70px;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 50px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 100px;
            opacity: 0;
        }
    }
}



/**********************************************/
/*商品一覧
/***********************************************/



.top_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.box2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 65%;
}

.text_content {
    width: 26%;
    max-width: 310px;
}

.box2::before {
    content: "";
    display: block;
    padding-top: 66.66%;
    /* 比率を指定 */
}

.box_content2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text_content h2 {
    font-size: 1.5rem;
    font-weight: normal;
}

.top_item_wrap hr {
    max-width: 100px;
    display: block;
    margin-right: auto;
    margin-left: 0;
    margin: 40px auto 40px 0;
}

.top_item_wrap .common_btn {
    margin-left: 90px;
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    .box2 {
        width: 60%;
    }

    .text_content {
        width: 32%;
        max-width: none;
    }
}

@media screen and (max-width: 769px) {

    .top_item_wrap hr {
        margin: 20px auto 20px 0;
    }

    .top_item_wrap {
        display: block;
    }

    .box2,
    .text_content {
        width: 100%;
    }

    .text_content {
        padding-right: 5%;
    }

}


/**********************************************/
/*header
/***********************************************/

.wysiwyg-data {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    padding: 50px 0;
}

img {
    vertical-align: bottom;
}

a:hover {
    text-decoration: none;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}

.logo {
    width: 30%;
    min-width: 250px;
    max-width: 385px;
}

.ap_menu {
    display: none;
}

.ap_menu_pc {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}

.ap_menu_pc li a {
    color: #fff;
    margin-right: 20px;
    position: relative;
}


.ap_menu_pc .menu a:before {
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    width: 80%;
    height: 2px;
    bottom: -15px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    left: 10px;
}

.ap_menu_pc .contact a:before {
    left: 5px;
}


.ap_menu_pc .menu a:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
}


.ap_menu_pc li img {
    width: 40px;
}

@media screen and (max-width: 1200px) {


    #header {
        padding: 10px 10px 10px 0px;
    }

    .logo {
        min-width: 150px;
    }


    .ap_menu_pc .menu {
        display: none;
    }

    .ap_menu {
        display: block;
        position: relative;
        transform: translateY(5px);
    }

    .ap_menu_pc li img {
        width: 35px;
        min-width: 35px;
    }

    .ap_menu_btn_trigger span {
        height: 3px;
    }

    .ap_menu_btn_trigger {
        width: 35px;
        height: 25px;
    }

    .ap_menu_btn_trigger span:nth-of-type(2) {
        top: 12px;
    }

    .ap_menu_btn_trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11.5px) rotate(-45deg);
        transform: translateY(11.5px) rotate(-45deg);
    }

    .ap_menu_btn_trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11.5px) rotate(45deg);
        transform: translateY(-11.5px) rotate(45deg);
    }

    .ap_menu_pc .cart a {
        padding-right: 0;
    }
}

/**********************************************/
/*ハンバーガーメニューの中
/***********************************************/


.ap_menu_box li a {
    padding: 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px dotted;
}

.ap_menu_box_logo {
    width: 80%;
    margin: 0 auto 10px auto;
}

/* カレンダー線あり
--------------------------------------------*/
.calendar table {
    width: 94%;
    margin: auto;
}

.calendar th,
.calendar td {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 0;
    width: -webkit-calc(94% / 7);
    width: calc(94% / 7);
    text-align: center;
    border: 2px solid #fff;
    margin: 0;
    display: table-cell;
}

.calendar thead th {
    padding: 10px 0;
}

.calendar thead th:first-child {
    color: #d70035;
}

.calendar thead th:last-child {
    color: #006eb0;
}

.calendar td i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

/* カレンダー線なし
--------------------------------------------*/
.calendar-2 {
    margin-bottom: 24px;
}

.calendar-2 table {
    width: 94%;
    margin: auto;
}

.calendar-2 th,
.calendar-2 td {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    width: -webkit-calc(94% / 7);
    width: calc(94% / 7);
    text-align: center;
    border: none;
    display: table-cell;
}

.calendar-2 thead {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.calendar-2 thead th {
    background: rgba(246, 246, 247, 0);
    padding: 10px 0;
}

.calendar-2 thead th:first-child {
    color: #d70035;
}

.calendar-2 thead th:last-child {
    color: #006eb0;
}

.calendar-2 tbody {
    padding-top: 10px;
}

.calendar-2 tbody td {
    vertical-align: middle;
    padding: 5px 3px;
}

.calendar-2 tbody td i {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 26px;
}

/* イベント色分け */
.e1 i {
    color: #000;
    background-color: #d7d8d8;
    border-radius: 20px;
}

.e2 i {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
}

.e3 i {
    color: #fff;
    background-color: #929292;
    border-radius: 20px;
}

.list-event {
    border-top: 1px solid #d2d2d2;
    padding:0;
    margin: 0 3%;
    text-align: left;
}

.list-event li {
    display: inline-block;
    line-height: 24px;
    position: relative;
    min-height: 24px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 32px;
    text-align: left;
    list-style: none;
    font-size: 13px;
    font-size: 1.3rem;
}

.list-event li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
}

.list-event li.event1::before {
    background-color: #d7d8d8;
    border-radius: 20px;
}

.list-event li.event2::before {
    background-color: #000;
    border-radius: 20px;
}

.list-event li.event3::before {
    background-color: #929292;
    border-radius: 20px;
}

/* ヘッダー・フッター
--------------------------------------------*/
.fm {
    font-family: 'M PLUS 1p', sans-serif;
}

.cart_menu {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.cart_menu li {
    margin: 10px;
}
.cart_menu li a {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #A60000;
    padding: 10px;
    border-radius: 10px;
    /* z-index: 10; */
}
.cart_menu li.cart_menu_instagram a {
    background: #fff;
}
/* .cart_menu li img {
    width: 40px;
    height: auto;
} */



.ap_header_menu_wrap {
    justify-content: center;
    align-items: flex-end;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    width: 100%;
    margin-top: 1%;
}

.logo {
    width: 30%;
    min-width: 350px;
    max-width: 385px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.logo_wrap {
    position: relative;
    margin: 0 35px -55px;
}

.logo_wrap > img {
    background: #fff;
    border-radius: 50%;
    max-width: 270px;
    padding: 0px 20px 0px;
    margin-top: 35px;
}

.ap_header_menu li a {
    min-width: 155px;
    display: block;
    text-align: center;
    padding: 10px 0px 25px;
    position: relative;
}


.ap_header_menu li a.active {
    background: #A60000;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.ap_header_menu li a:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 1px;
    background: #000;
    top: 12px;
    right: 0;
}

.ap_header_menu li a.active:after {
    display: none;
}

.ap_header_menu li:last-child a:after {
    display: none;
}

.border_none_active a:after {
    display: none !important;
}
.ap_menu:after {
    content: "MENU";
    color: #A60000;
    font-family: 'M PLUS 0p', sans-serif;
    font-size: 12px;
}
.ap_header_top_border {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1600px) {

    .ap_header_menu li a {
        min-width: 120px;
        font-size: 14px;
    }

    .logo {
        min-width: 250px;
    }

    .logo_wrap > img {
        max-width: 200px;
    }

    .ap_header_menu_wrap {
        margin-top: 3%;
    }
}

@media screen and (max-width: 1300px) {
    .logo_wrap {
        margin: 0 35px -45px;
    }
    .logo {
        max-width: 200px;
        min-width: 200px;
    }

    .logo_wrap > img {
        max-width: 150px;
    }

    .ap_header_menu li a {
        min-width: 120px;
        font-size: 14px;
    }

    .ap_header_menu_wrap {
        margin-top: 5%;
    }
}

@media screen and (max-width: 1200px) {
    #gnav {
        display: none;
    }

    .cart_menu {
        /* display: flex;
        position: absolute;
        right: 65px;
        top: 10px; */
        display: none;
    }
    /* .cart_menu li {
        padding: 10px;
        margin: 10px 5px;
    }

    .cart_menu li img {
        width: 25px;
        height: auto;
    } */
/* 
    .ap_menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .logo {
        position: relative;
    }

    .logo_wrap {
        margin: 0 auto 0 0;
        width: 100%;
    }

    .logo_wrap > img {
        display: none;
    }

    .ap_header_menu_wrap {
        margin-top: 0;
    }

    .logo {
        position: relative;
        margin: 0 auto 0 0;
        left: 0;
        transform: none;
    } */
    .ap_menu {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .ap_menu_box.open img {
        width: 60%;
        margin: 10px auto 15px;
        max-width: 250px;
    }
    .ap_header_menu_wrap {
        margin-top: 0;
    }
}

@media screen and (max-width: 380px) {
    /* .cart_menu {
        right: 60px;
        top: 2px;
    }
    .ap_menu {
        top: 16px;
    } */
    .logo {
        min-width: 175px;
    }
    .logo_wrap > img {
        margin-top: 20px;
    }
}

/*******フッター********/
.ap_footer_com_button .black_btn {
    position: relative;
}
.ap_footer_com_button .black_btn >img{
    position: absolute;
    top: -30px;
    left: -20px;
    width: 30%;
}

img.footer_bg {
    width: 100%;
    height: 31.5vw;
    object-fit: cover;
}

.footer_wrap {
    padding: 5% 5% 2%;
    background: #1A1A1A;
    color: #fff;
    position: relative;
    text-align: center;
}

.footer_wrap a {
    color: #fff;
}

.page-top {
    cursor: pointer;
    width: 20%;
    max-width: 150px;
    position: absolute;
    top: -100px;
    right: 1%;
    min-width: 120px;
    transition: 0.5s;
}
.page-top:hover {
    top: -90px;
}
.footer-logo {
    max-width: 400px;
    margin: 0px auto 4% auto;
    width: 90%;
}

.footer_wrap .cart_menu {
    display: flex;
    position: static;
    right: auto;
    top: auto;
    justify-content: center;
    margin-bottom: 2%;
}

.ap_footer_menu {
    margin-bottom: 1%;
}

.ap_footer_menu li {
    border-right: 1px solid #fff;
    padding: 0 1%;
}
.ap_footer_menu li:hover {
    opacity: 0.7;
}
.ap_footer_menu li:last-child {
    border-right: none;
}

.ap_footer_menu.menu_bottom {
    margin-bottom: 3%;
}

@media screen and (max-width: 769px) {
    .ap_footer_menu {
        display: none;
    }

    .footer-logo {
        margin: 50px auto 100px auto;
    }
}

@media screen and (max-width: 640px) {
    .page-top {
        top: -80px;
    }
}

/* トップ
--------------------------------------------*/

body {
    font-family: 'M PLUS 1p', sans-serif;
    color: #1A1A1A;
}

section {
    padding: 5% 0;
}

.inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width: 599px) {
    section {
        padding: 15% 0;
    }
}

/*---------動画---------*/
.movie {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    vertical-align: bottom;
}

/*---------こだわり---------*/


.kodawari_flex {
    display: flex;
    justify-content: end;
    align-items: center;
}

.kodawari_flex > img {
    width: 48%;
    position: absolute;
    transform: translateX(-30px);
    top: 0; 
    left: 0;
    z-index: -1;
}

.kodawari_flex > div {
    width: 50%;
    font-size: 23px;
    font-weight: bold;
    line-height: 200%;
    white-space: nowrap;
}

.kodawari h2 {
    font-size: 40px;
    letter-spacing: 3px;
}

.kodawari h3 {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    margin: 5% 0;
}

.kodawari h3 img {
    max-width: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .kodawari_flex > div {
        font-size: 18px;
    }

    .kodawari h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }

    .kodawari h3 {
        display: flex;
        align-items: flex-end;
        font-size: 22px;
        margin: 5% 0;
    }

    .kodawari h3 img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1000px) {
    .kodawari_flex > div {
        width: 55%;
        font-size: 16px;
        white-space: normal;
    }

    .kodawari h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .kodawari h3 {
        font-size: 18px;
    }

    .kodawari h3 img {
        max-width: 150px;
    }
}

@media screen and (max-width: 769px) {
    .kodawari_flex {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .kodawari h3 {
        justify-content: center;
    }
    .kodawari_flex > div {
        width: 100%;
        padding-top: 50%;
    }

    .kodawari_flex > img {
        width: 70%;
        transform: translateX(0);
    }
}

@media screen and (max-width: 500px) {
    .kodawari h3 img {
        max-width: 120px;
    }
    .kodawari_flex > div {
        font-size: 14px;
    }
}
/*---------タイトル------------*/

.title_wrap {
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    font-weight: normal !important;
}

.title_wrap h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.36;
}

.title_wrap h3 {
    color: #FFD746;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 2.25;;
}

.title_wrap hr {
    width: 70px;
    border-bottom: 2px solid #fff;
    border-top: none;
}
@media screen and (max-width: 769px) {
    .title_wrap h2 {
        font-size: 27px;
    }
    .title_wrap h3 {
        font-size: 16px;
    }
}
/*---------ボタン---------------*/

.black_btn {
    background: #1A1A1A;
    display: inline-block;
    padding: 0px 10%;
    border-radius: 10px;
    border-bottom: 5px solid #727272;
    color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    min-width: 280px;
}

.black_btn:hover {
    height: 67px;
    margin-top: 3px;
    border-bottom: 2px solid #727272;
}

.black_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.black_btn img {
    width: 15px;
    margin-right: 20px;
}

.ap_margin_btn {
    margin: 5% 0;
}

@media screen and (max-width: 1000px) {
    .black_btn {
        font-size: 14px;
    }

    .black_btn img {
        width: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 599px) {
    .ap_margin_btn {
        margin: 10% 0;
    }
}

/*---------アイテム一覧---------*/

.kodawari {
    position: relative;
    padding: 3% 0 130px;
}

.kodawari::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 100vw;
    border-color: transparent transparent transparent #A60000;
}

.top_item_itiran {
    background: #A60000;
    position: relative;
}

.gyouza_kazari {
    max-width: 300px;
    margin-left: auto;
    margin-right: 30px;
    display: block;
    margin-top: -13%;
    min-width: 200px;
    width: 20%;
}

@media screen and (max-width: 769px) {

    .gyouza_kazari {
        margin-top: -18% !important;
        margin-bottom: 20px !important;
    }
    .gyouza_kazari.left {
        margin-top: -8% !important;
    }
}

@media screen and (max-width: 599px) {

    .gyouza_kazari
     {
        margin-top: -25% !important;
        margin-bottom: 20px !important;
        min-width: 150px !important;
        margin-right: 0px !important;
    }
    .gyouza_kazari.left
    {
        margin-top: -17% !important;
        margin-bottom: 20px !important;
        min-width: 150px !important;
        margin-right: -5px !important;
    }
}

.white_box {
    background: #fff;
    padding: 4%;
    border-radius: 15px;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 180%;
}

.white_box h3 {
    color: #A60000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.yellow_line {
    background: linear-gradient(transparent 0%, #FFD746 0%);
    display: inline;
}
@media screen and (max-width: 769px) {
    .white_box h3 {
        font-size: 22px;
        text-align: left;
    }
}
/*---------国産---------*/



.kokusan_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.kokusan_flex > img {
    width: 65%;
    transform: translateX(20px);
}

.kokusan_flex > div {
    width: 50%;
    font-size: 18px;
    line-height: 200%;
}

.kokusan h2 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: normal;
    white-space: nowrap;
    margin-bottom: 5%;
    font-weight: bold;
}

.kokusan h3 {
    font-size: 30px;
    margin: 5% 0 20%;
    line-height: 170%;
    font-weight: bold;
}

.kokusan h3 span {
    background: linear-gradient(transparent 65%, #FFD746 0%);
    display: inline;
}

.kokusan h3 img {
    max-width: 300px;
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .kokusan_flex > div {
        font-size: 18px;
    }

    .kokusan h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }

    .kokusan h3 {
        font-size: 22px;
        margin: 5% 0 15%;
    }

    .kokusan h3 img {
        max-width: 250px;
    }
}

@media screen and (max-width: 1000px) {
    .kokusan_flex > div {
        width: 55%;
        font-size: 16px;
        white-space: normal;
    }

    .kokusan h2 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .kokusan h3 {
        font-size: 20.5px;
    }

    .kokusan h3 img {
        max-width: 150px;
    }
}

@media screen and (max-width: 769px) {
    .kokusan_flex {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .kokusan h3 {
        justify-content: center;
    }

    .kokusan_flex > div {
        font-size: 14px;
        width: 100%;
    }

    .kokusan_flex > img {
        width: 80%;
        transform: translateX(0);
    }
}

@media screen and (max-width: 599px) {
    .kokusan_flex > div {
        text-align: left;
    }
}

/*******美味しい焼き方******/
.yakikata {
    position: relative;
    padding-top: 100px;
    background: url('https://image.raku-uru.jp/01/22316/80/howto_bg_1656377189134.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}


/* .yakikata::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 100vw;
    border-color: transparent transparent transparent #fff;
} */

.gyouza_kazari.left {
    margin-left: 0;
    margin-right: auto;
    margin-top: -5%;
    z-index: 1;
    position: relative;
}

.yakikata_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1050px;
    margin-left: 0;
    color: #fff;
    text-align: center;
    flex-wrap: wrap;
}

.yakikata_box > div {
    width: 30%;
    margin-bottom: 30px;
}

.yakikata_box.num01 {
    margin-left: 0;
    margin-top: 5%;
}

.yakikata_box.num02 {
    margin-right: 0;
    margin-left: auto;
}

.yakikata_box img {
    margin-bottom: 1%;
}

.yakikata_box .arrow {
    max-width: 15px;
}

.yakikata_box .last {
    /* margin-top: -62px;? */
    position: relative;
}

/* 順番に現れる用css */
.effect-fade {
    opacity: 0;
    transform: translate(0, 200px); 
    transition: transform 250ms,opacity 250ms; 
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.effect-fade_2 {
    transition: transform 500ms,opacity 500ms; 
}
.effect-fade_3 {
    transition: transform 750ms,opacity 750ms; 
}
.effect-fade_4 {
    transition: transform 1000ms,opacity 1000ms; 
}
.effect-fade_5 {
    transition: transform 1250ms,opacity 1250ms; 
}
.effect-fade_6 {
    transition: transform 1500ms,opacity 1500ms; 
}
.yakikata_img_kansei {
    position: absolute;
    top: -3vw;
    right: 3vw;
    width: 8vw;
    max-width: 100px;
}
.yakikata_sm {
    display: none;
}
.yakikata_link {
    position: relative;
}
.yakikata_link p {
    position: absolute;
    right: -2%;
    bottom: 0;
}
.yakikata_link p span {
    display: inline-block;
    color: #fff;
    padding: 0 0px 15px 5vw;
    border-bottom: dashed #fff 1px;
    position: relative;
}
.yakikata_link p span:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    border-bottom: dashed #fff 1px;
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    bottom: 8px;
}
@media screen and (max-width: 1200px) {
    .yakikata_link p {
        position: relative;
        right: auto;
        text-align: center;
        margin-top: 60px;
    }
    .yakikata_link p span {
        padding: 0px 0px 15px 0px;
    }
    .yakikata_link p span:after {
        left: 0;
        bottom: auto;
        right: 0;
        top: -30px;
        margin: auto;
        transform: rotate(90deg);
    }
    }

@media screen and (max-width: 769px) {
    .yakikata_box > div {
        width: 44%;
    }

    .yakikata_box.num02 {
        display: none;
    }

    .yakikata_sm {
        display: block;
    }
    .yakikata_img_kansei {
        top: -4.5vw;
        right: 8vw;
        width: 10vw;
        min-width: 50px;
    }
}
@media screen and (max-width: 599px) {
    section.yakikata {
        padding-top: 140px;
    }
    .yakikata_box p{
        font-size: 14px;
        height: 50px;
    }
    .yakikata_img_kansei {
        top: -25px;
        right: 4vw;
    }
}
.item_content {
    display: flex;
    justify-content: space-between;
    margin: 5% 0;
    align-items: center;
}

.item_content > div {
    width: 50%;
    color: #fff;
}

.item_content .slider_wrap {
    width: 45%;
}

.thumbnail .slick-track {
    transform: unset !important;
    margin-left: 0;
}

.thumbnail-img {
    opacity: 0.3;
    transition: opacity .3s linear;
    padding: 10px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

.thumbnail .slick-current {
    opacity: 1;
}

.item_text_content h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 8%;
}

.item_text_content p {
    margin-bottom: 5%;
    line-height: 200%;
}

@media screen and (max-width: 769px) {

    .item_text_content h2 {
        margin-top: 8%;
    }

    .item_content {
        display: block;
    }

    .item_content > div {
        width: 100%;
    }

    .item_content .slider_wrap {
        width: 100%;
    }
}


/* 商品画像_スライダー*/
.ap_slider_title{
    margin-bottom: 60px;
}
.slick-slider {
    width: 100%;
}
.slick-slide {
    width: 320px;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 30px;
}
.ap_slick_container{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.slick-inner img{
    width: 100%;
    max-width: none;
}

.floor-level {
    font-size: 18px;
    text-align: center;
    background-color: #FFD746;
    padding: 10px 20px;
}
 
.slider-text p:last-child{
    padding: 10px 20px;
}

.prev-arrow{
    width: 40px;
    position: absolute;
    top: 50%;
    left: 12.3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.8;
    z-index: 9999;
}
.next-arrow{
    width: 40px;
    position: absolute;
    top: 50%;
    right: 12.3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.8;
    z-index: 9999;
}
br.ap_pc_none{
    display: none;
}
.slick-inner a:hover .floor-level {
    color: #1A1A1A;
    opacity: 0.7;
}
@media screen and (max-width: 980px) {
    .prev-arrow{
        left: 10%;
    }
    .next-arrow{
        right: 10%;
    }
    br.ap_pc_none{
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .prev-arrow{
        left: 2%;
    }
    .next-arrow{
        right: 2%;
    }
}


/*****お知らせ*******/

.news_bg_wrap {
    position: relative;
}

.news_bg {
    background: #fff;
    padding: 5%;
    margin: 5% 0;
    z-index: 2;
    position: relative;
}

.news_bg_wrap .kazari {
    position: absolute;
    z-index: 1;
    right: -10%;
    width: 20%;
    max-width: 300px;
    min-width: 150px;
    top: -31%;
}


.red.title_wrap h2 {
    color: #A60000;
}

.red.title_wrap h3 {
    color: #1A1A1A;
}

.red.title_wrap hr {
    border-bottom: 2px solid #A60000;
}

.red.yellow.title_wrap hr {
    border-bottom: 2px solid #FFD746;
}

.news {
    background: #FFD746;
    background-image: url(https://image.raku-uru.jp/01/22316/19/news_bg_1655780211914.png),
        url(https://image.raku-uru.jp/01/22316/19/news_bg_1655780211914.png),
        url(https://image.raku-uru.jp/01/22316/18/news_img_01_1655780211318.jpg);
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: bottom, top, left;
    background-size: 300px, 300px, auto 100%;
}

@media screen and (max-width: 769px) {
.news {
    background-position: bottom, top, left top;
    background-size: 50%, 50%, auto 30%;
}
}
.list-info li {
    padding: 2% 20px 2% 0;
    border-bottom: 1px dotted #000;
    position: relative;
}

.list-info li a::before {
    display: block;
    content: "";
    background: url(https://image.raku-uru.jp/01/22316/33/arrow_white_1655780209539_1656033252133.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.list-info span {
    color: #A60000;
    margin-right: 10px;
}

.list-info a {
    font-weight: bold;
}

/*****会社情報*******/
.company {
    padding-top: 10%;
}
.company_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company_wrap > img {
    width: 48%;
}

.company_wrap > div {
    width: 47%;
}

.company_box {
    padding: 3% 0;
    border-bottom: 1px dashed #000;
    font-size: 18px;
}

.company_box:nth-child(3) {
    border-bottom: none;
}

.company_box h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2%;
}

.company_wrap div 

.company .ap_margin_btn {
    margin: 10% 0 0 0;
}

@media screen and (max-width: 769px) {
    section.company {
        padding: 20% 0 10%;
    }

    .company_wrap {
        display: block;
    }

    .company_wrap > img {
        width: 100%;
    }

    .company_wrap > div {
        width: 100%;
    }
    
.company_box h2 {
    font-size: 20px;
}
    .company .ap_margin_btn{
        text-align: center!important;
    }
}

/*****インスタ******/
.top_insta {
    background: #1A1A1A;
}

.top_insta .top_insta_images {
    margin-bottom: 30px;
}

.top_insta .top_insta_images > div {
    text-align: center;
    margin: 20px 0;
}
a.top_insta_footer_wrap:hover {
    opacity: 0.7;
}
.top_insta_footer p {
    color: #fff;
    padding: 0 45px 10px 0;
    border-bottom: dashed #fff 1px;
    margin-right: 10px;
    position: relative;
}

.top_insta_footer p:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    border-bottom: dashed #fff 1px;
    transform: rotate(30deg);
    position: absolute;
    right: 0;
    bottom: 8px;
}

.top_insta_footer_img {
    background: #fff;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    min-height: 55px;
    min-width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_insta_footer_img img {
    width: 68%;
}

@media screen and (max-width: 769px) {
    .top_insta .top_insta_images {
        flex-wrap: wrap;
    }

    .top_insta .top_insta_images > div {
        width: 30%;
    }
}


/*****お客様の声******/
.voice_wrap {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 2%;
}

.voice_wrap h2 {
    font-size: 20px;
}

.voice_wrap .data {
    color: #666666;
    margin: 2% 0;
}

.voice_wrap > div {
    background: #fff;
    border-radius: 10px;
    padding: 3% 2%;
    width: 30%;
    position: relative;
}

.voice_wrap > div::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 55px 35px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    bottom: -35px;
    left: 30px;
}

.voice::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vw 0 0 100vw;
    border-color: transparent transparent transparent #fff;
    transform: scale(-1, 1);
}

.voice {
    position: relative;
    padding-bottom: 45px;
    background: #A60000;
}
.voice_gyoza_hasi {

}
.gyouza_kazari.bottom_left {
    max-width: 250px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    margin-bottom: -150px !important;
    min-width: 115px !important;
    width: 15vw;
    position: relative;
    z-index: 1;
    margin-top: auto !important;
    position: absolute;
    bottom: 5vw;
    left: 8vw;
}
.gyouza_kazari_top_right {
    position: absolute;
    top: -13%;
    right: 0;
    max-width: 330px;
    min-width: 150px;
    z-index: 1;
    width: 29%;
}
.ap_voice_btn {
    position: relative;
    text-align: center;
    margin: 10% 0 0;
    z-index: 2;
}

@media screen and (max-width: 1450px) {
    .gyouza_kazari.bottom_left {
        bottom: 16%;
        left: 3vw;
    }
}
@media screen and (max-width: 769px) {
    .voice {
        padding-bottom: 160px;
    }

    .voice_wrap {
        display: block;
    }

    .voice_wrap > div {
        width: 100%;
        margin: 50px 0;
        padding: 5%;
    }
    .ap_voice_btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .gyouza_kazari.bottom_left {
        position: relative;
        left: -15px;
        bottom: 25px;
    }
    .gyouza_kazari_top_right {
        top: -5%;
    }
}

.block-in {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    text-align: center;
    align-items: baseline;
    margin: auto;
    flex-wrap: wrap;
}

.block-in > div {
    width: 50%;
    min-width: 500px;
    margin: 0% auto;
    max-width: 500px;
    transform: scale(0.9);
}

.calendar_wrap {
    margin-top: 3%;
}

.calendar td i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
}

.calendar th,
.calendar td {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 3px;
    width: -webkit-calc(94% / 7);
    width: calc(94% / 7);
    text-align: center;
    border: 2px solid #fff;
    margin: 0;
    display: table-cell;
}

.e1 i {
    background-color: #C4C4C4;
}

.e2 i {
    background-color: #A60000;
    color: #fff;
}

.e3 i {
    background-color: #FFD746;
}

.list-event {
    border-top: none;
    margin: auto;
    text-align: center;
}

.list-event li {
    font-size: 16px;
}

.list-event li.event1::before {
    background-color: #C4C4C4;
}

.list-event li.event2::before {
    background-color: #A60000;
}

.list-event li.event3::before {
    background-color: #FFD746;
}
@media screen and (max-width: 599px) {
.block-in > div {
    width: 100%;
    min-width: auto;
}
.calendar th, .calendar td {
    font-size: 12px;
    padding: 0px 0px;
}
.calendar td i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
}

/*---------------------------
        子階層共通
----------------------------*/
.ap_primary_red,
.ap_primary_red a,
a.ap_primary_red {
    color: #A40000;
}
.ap_com_pankuzu_red {
    color: #88272D;
}
.ap_com_pankuzu_gray {
    color: #666;
}
section.ap_com_child_header_video,
.ap_com_child_header_img {
    padding: 0;
}

.ap_com_child_header_video video,
.ap_com_child_header_img img {
    width: 100vw;
    height: 37vw;
    min-height: 200px;
}

.ap_com_child_header_img.ap_com_child_header_img_news img {
    height: 25vw;
}

.ap_com_NotosansJP {
    font-family: "Noto sans JP";
}


.ap_com_padding_none_width100.wysiwyg-data {
    padding: 0;
    width: 100%;
}

.ap_com_wrap .ap_font_large {
    line-height: 2.167;
}

.ap_com_wrap .ap_font_x_large {
    line-height: 1.957;
}

.ap_com_wrap .ap_font_most_large {
    line-height: 1.75;
}

/*---------------------------
        News
----------------------------*/
.ap_newspage {
    color: #595757;
    font-family: "Noto sans JP";
}

.ap_news_subtitle {
    color: #3D3A39;
    font-size: 23px;
    text-align: center;
}
@media screen and (max-width: 769px) {
    .ap_news_subtitle {
        font-size: 18px;
    }
}
/*---------------------------
        送料について
----------------------------*/
/*送料・個人情報・規約などのタイトル*/
.main-article {
    margin: auto;
    padding: 60px 0;
    width: 90%;
}

.main-article .ttl h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 33px;
    font-weight: normal;
    margin-bottom: 50px;
    color: #A40000;
    line-height: 1.36;
}

.main-article .ttl h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #FFD546;
    margin: auto;
    margin-top: 10px;
}

@media screen and (max-width: 769px) {
    .main-article .ttl h2 {
        font-size: 27px;
    }
}

/* 表 */

.main-article .carriage-content a {
    color: #A40000;
}

.main-article .carriage-content a:hover {
    text-decoration: underline;
}

.main-article {
    overflow: auto;
}

.main-article .shipment-tbl {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.main-article .shipment-tbl table {
    border-collapse: collapse;
}

.main-article .shipment-tbl tr th,
.main-article .shipment-tbl tr td {
    border: 1px solid #CACACA;
    padding: 10px 20px;
    background: #fff;
    min-width: 93px;
}

/*---------------------------
        正嗣の餃子
----------------------------*/
/* 正嗣の冷凍餃子*/
section.ap_kodawari_sec1 {
    padding: 5% 0;
}

.ap_kodawari_sec1:before {
    display: none;
}

.ap_kodawari_sec1 .title_wrap h3 {
    margin-bottom: 20px;
    display: block;
    margin: auto auto 20px auto;
}

.ap_kodawari_sec1 .title_wrap {
    margin-bottom: 5%;
}

/* topとの差分 */
.ap_kodawari_sec1 .kodawari_flex {
    justify-content: space-between;
}

.ap_kodawari_sec1 .kodawari_flex > img {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 769px) {
    .ap_kodawari_sec1 .kodawari_flex > div {
        padding-top: 20px;
    }
    .ap_kodawari_sec1 .kodawari h3 img {
        max-width: 120px;
    }
    .ap_kodawari_sec1 .kodawari_flex > div {
        font-size: 14px;
        width: 100%;
    }
    .ap_kodawari_sec1 .kodawari_flex > img {
        width: 100%;
        transform: translateX(0);
    }
}

/* メニューは焼と水のみ～*/
.ap_kodawari_sec2 {
    background: url(https://image.raku-uru.jp/01/22316/61/bg_yellow_top_1656123956780.jpg),
        url(https://image.raku-uru.jp/01/22316/41/bg_yellow_1656117633270.jpg);
    background-repeat: repeat-x,repeat;
    background-size: 50%, 10%;
    background-position: top, center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ap_kodawari_sec2 .ap_flex {
    padding: 3% 0;
}

.ap_kodawari_sec2 h3 {
    padding: 12% 0% 6% 12%;
    border-bottom: 2px #1A1A1A dashed;
}

.ap_kodawari_sec2 p {
    padding: 6% 0% 7% 12%;
}

.ap_kodawari_sec2 .reverse h3 {
    padding: 12% 12% 6% 0%;
}

.ap_kodawari_sec2 .reverse p {
    padding: 6% 12% 7% 0%;
}

.ap_kodawari_sec2 .ap_flex > div {
    width: 50%;
}

@media screen and (max-width: 769px) {
    .ap_kodawari_sec2 .ap_flex > div {
        width: 100%;
    }

    .ap_kodawari_sec2 h3,
    .ap_kodawari_sec2 p,
    .ap_kodawari_sec2 .reverse h3,
    .ap_kodawari_sec2 .reverse p {
        padding: 6% 0%;
    }
}

/*---------------------------
        おいしい焼き方
----------------------------*/

/* 美味しい焼き方 */
.ap_howto_sec1_contents {
    background: url(https://image.raku-uru.jp/01/22316/61/bg_yellow_top_1656123956780.jpg),
        url(https://image.raku-uru.jp/01/22316/62/bg_yellow_bottom_1656123957094.jpg),
        url(https://image.raku-uru.jp/01/22316/41/bg_yellow_1656117633270.jpg);
    background-repeat: repeat-x,repeat-x,repeat;
    background-size: 50%,50%,10%;
    background-position: top, bottom, bottom;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 5% 0;
    margin-top: 5%;
}

.ap_howto_sec1_contents .inner {
    padding: 3%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 20px #42130340;
    border-radius: 16px;
}

.ap_howto_sec1_contents h3 {
    margin-bottom: 7%;
    display: inline-block;
}
.ap_howto_sec1_contents h3 span{
    display: inline;
    background: linear-gradient(transparent 65%, #FFD746 0%);
}

.ap_howto_sec1_contents_img {
    width: 40%;
}

.ap_howto_sec1_contents_text {
    width: 60%;
    padding: 5% 0 5% 5%;
}

@media screen and (max-width: 769px) {

    .ap_howto_sec1_contents_img,
    .ap_howto_sec1_contents_text {
        width: 100%;
    }

    .ap_howto_sec1_contents_text {
        padding: 5% 0;
    }
}

/* 焼き餃子・水餃子 */
.ap_howto_sec2_img_two {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    align-items: baseline;
}

.ap_howto_sec2_img_two div:nth-of-type(1) {
    width: 65%;
}

.ap_howto_sec2_img_two div:nth-of-type(2) {
    width: 28%;
}

.ap_howto_sec2_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-top: -7vw;
    margin-bottom: 30px;
}
.ap_howto_sec2_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ap_howto_sec2 .ap_howto_sec2_precedure {
    padding: 1% 0;
}

.ap_howto_sec2_img {
    width: 38%;
}

.ap_howto_sec2_text {
    padding: 3.5%;
    width: 62%;
}

.ap_howto_sec2_text img {
    width: 200px;
}

.ap_howto_sec2_text_inner {
    position: relative;
}

.ap_howto_sec2_kansei {
    position: absolute;
    top: 0;
    right: -5%;
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .ap_howto_sec2_kansei {
        position: absolute;
        top: -30%;
        right: -13%;
        width: 150px;
    }
}

@media screen and (max-width: 769px) {

    .ap_howto_sec2_img_two div:nth-of-type(2) {
        width: 33%;
    }

    .ap_howto_sec2_img,
    .ap_howto_sec2_text {
        width: 100%;
    }

    .ap_howto_sec2_text {
        padding: 5% 0;
    }

    .ap_howto_sec2_kansei {
        position: absolute;
        top: -20%;
        right: 0;
        width: 25%;
    }
}

/* 水餃子 */
.ap_howto_sec3 .title_wrap{
    margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
    .ap_howto_sec3 .title_wrap{
        margin-bottom: 40px;
    }
}
/*---------------------------
        店舗情報
----------------------------*/
.ap_shop_sec1_contents {
    background: url(https://image.raku-uru.jp/01/22316/61/bg_yellow_top_1656123956780.jpg),
        url(https://image.raku-uru.jp/01/22316/62/bg_yellow_bottom_1656123957094.jpg),
        url(https://image.raku-uru.jp/01/22316/41/bg_yellow_1656117633270.jpg);
    background-repeat: repeat-x,repeat-x,repeat;
    background-size: 50%,50%,10%;
    background-position: top, bottom, bottom;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 5% 0;
    margin-top: 5%;
}

.ap_shop_sec1_contents .inner {
    padding: 3%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 20px #42130340;
    border-radius: 16px;
}

.ap_shop_sec1_headimg {
    padding-bottom: 5%;
}

.ap_shop_sec1_contents h3 {
    margin-bottom: 5%;
    display: inline-block;
}
.ap_shop_sec1_contents h3 span{
    display: inline;
    background: linear-gradient(transparent 65%, #FFD746 0%);
}
.ap_shop_sec1_contents_img {
    width: 52%;
}

.ap_shop_sec1_contents_text {
    width: 48%;
    padding: 3% 0 3% 5%;
}

@media screen and (max-width: 769px) {

    .ap_shop_sec1_contents_img,
    .ap_shop_sec1_contents_text {
        width: 100%;
    }

    .ap_shop_sec1_contents_text {
        padding: 5% 0;
    }
}

/* 正嗣 鶴田店 */
.ap_shop_sec2_contents {
    margin: 5% 0;
}

.ap_shop_sec2_contents .ap_font_large {
    line-height: initial;
}

.ap_shop_sec2_contents_img {
    width: 55%;
}

.ap_shop_sec2_contents_text {
    width: 45%;
}

.ap_shop_sec2_contents_text {
    padding: 3% 0 3% 5%;
}

.ap_shop_sec2_contents_text > div {
    padding: 10px;
    border-bottom: 1px dashed #000;
}

.ap_shop_sec2_contents_text > div:first-child {
    border-top: 1px dashed #000;
}

.ap_shop_sec2_contents_text_heading {
    font-weight: bold;
    min-width: 120px;
}

.ap_shop_sec2_map {
    padding: 5% 0;
}

@media screen and (max-width: 769px) {

    .ap_shop_sec2_contents_text,
    .ap_shop_sec2_contents_img {
        width: 100%;
    }

    .ap_shop_sec2_contents_text {
        padding: 5% 0;
    }

    .ap_shop_sec2_contents_text .ap_flex {
        flex-wrap: wrap;
    }

    .ap_shop_sec2_contents_text > div > p {
        width: 100%;
    }
}

/*---------------------------
        お客様の声
----------------------------*/
.ap_voice_sec1 {
    padding-bottom: 0;
}

.ap_voice_sec1_contents {
    background: url(https://image.raku-uru.jp/01/22316/74/bg_green_top_1656207983339.jpg),
        url(https://image.raku-uru.jp/01/22316/72/bg_green_1656141575327.jpg);
    background-repeat: repeat-x,repeat;
    background-size: 50%,10%;
    background-position: top, bottom;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10% 0;
    margin-top: 5%;
    position: relative;
}

.ap_voice_sec1_img_hasi {
    position: absolute;
    top: -2%;
    right: 0;
    width: 24%;
}

.ap_voice_sec1 .voice_wrap {
    margin: 0;
}

.ap_voice_sec1 .voice_wrap .data {
    margin: 10px 0;
}

.ap_voice_sec1 p {
    line-height: 1.75;
}

.ap_voice_sec1 .voice_wrap > div {
    margin: 50px 0;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_img {
    background: transparent;
    padding: 0;
    position: relative;
    text-align: center;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_img:after {
    display: none;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img {
    transform: scale(1.35);
    position: absolute;
    left: -5%;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img.ap_voice_sec1_img_right {
    left: auto;
    right: -5%;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img.ap_voice_sec1_img_gyoza {
    transform: scale(0.9);
    position: absolute;
    bottom: -24%;
    left: auto;
    right: -12%;
}

.ap_voice_sec1 .voice_wrap h2 {
    background: linear-gradient(transparent 65%, #FFD746 0%);
    display: inline;
}

.ap_voice_sec1 .voice_wrap .ap_voice_sec1_100 {
    width: 100%;
}

.ap_voice_sec1 .ap_voice_btn {
    position: absolute;
    bottom: -13%;
    width: 100%;
}

@media screen and (max-width: 1250px) {
    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img {
        align-self: center;
    }

    .ap_voice_sec1 .ap_voice_btn {
        position: relative;
        bottom: -30px;
    }

    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img.ap_voice_sec1_img_gyoza,
    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img {
        position: relative;
    }
}

@media screen and (max-width: 769px) {
    .ap_voice_sec1_img_hasi {
        top: -0.5%;
        min-width: 120px;
    }

    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img p {
        position: relative;
        top: auto;
    }

    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img.ap_voice_sec1_img_right,
    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: scale(1);
    }

    .ap_voice_sec1 .voice_wrap .ap_voice_sec1_img > img.ap_voice_sec1_img_gyoza {
        left: auto;
        right: -10vw;
        top: auto;
        bottom: 15vw;
        transform: scale(0.9);
    }

    .ap_voice_sec1 .ap_voice_btn {
        bottom: auto;
    }
}

/*---------------------------
        送料
----------------------------*/
    .ap_ship_table td,.ap_ship_table th {
        display: table-cell;
    }
    
    .ap_ship_table {
        overflow: auto;
    }
    .ap_ship_table table {
        border-collapse: collapse;
        width: 100%;
        border: none;
    }
    .ap_ship_table table tr {
        border: none;
    }
    .ap_ship_table table th, .ap_ship_table table td{
        border: 1px solid #CACACA;
        padding: 10px 20px;
        background: #fff;
        min-width: 200px;
    }
    .ap_ship_table table tr:nth-of-type(1) th,.ap_ship_table table tr:nth-of-type(1) td {
        background: #F2F2F2;
    }


/*---------------------------
        その他
----------------------------*/
.ap_sm_visible {
    display: none;
}

.wd_15{
    width: 15px !important;
    display: none;
}

@media screen and (max-width: 769px) {
    .wd_15{
        display: block;
    }

    .yakikata_box p {
        height: 20px;
    }
}

@media screen and (max-width: 599px) {
    .yakikata_box .arrow {
        padding-bottom: 50px;
    }    
}

/* 送料について */
.ap_postage_area tr td:nth-child(n+2) {
    text-align: right;
}
.ap_17boxs{
    padding-top: 8px;
}
.ap_17boxs span{
    font-weight: bold;
}

.ap_daibiki{
    padding-top: 60px;
}
.ap_daibiki table{
    width: 100%;
}
.ap_daibiki p:nth-child(1){
	font-weight: bold;
	border-bottom: solid 1px #d0d0d0;
}
.ap_daibiki th{
    font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #d0d0d0;
	padding: 10px 16px;
}
.ap_daibiki td{
	text-align: right;
	border-bottom: solid 1px #d0d0d0;
	padding: 20px;
}
.ap_pc_none{
    display: none;
}

.ap_postage_title{
    font-size: 26px;
    color: #A40000;
    text-align: center;
    padding: 4rem 0;
}

@media screen and (max-width: 600px) {
    .ap_daibiki tr td:nth-child(1){
        width: 60%;
    }
    .ap_daibiki tr td:nth-child(2){
        width: 40%;
    }
    .ap_daibiki th{
        padding: 10px 0;
    }
    .ap_daibiki td{
        font-size: 14px;
        padding: 16px 0;
    }
    .ap_pc_none{
        display: block;
    }

    .ap_postage_title{
        font-size: 18px;
    }
}



/* インスタ画像 */
#fuga {
    height: 22vw;
    max-height: 320px
}

@media screen and (max-width: 889px){
    #fuga {
        height: 90vw;
        max-height: initial;
    }
}
@media screen and (max-width: 500px){
    #fuga {
        height: 35vw;
    }
}

p.ap_text_link a{
    text-decoration: underline;
    color: #A60000;
}

p.ap_text_link a:hover {
    text-decoration: underline;
    color: #FCB827;
    transition: 0.5s;
}

/* table */
div.ap_table_area{
    width: 100%;
    margin: 40px 0;
}
table.ap_table {
    width: 1200px;
    border-collapse: collapse;
}
table.ap_table th{
    background-color: #f2f2f2;
}
table.ap_table th, table.ap_table td {
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    border:1px solid #333;
    padding: 10px;
}
div.ap_table_area p{
    font-size: 14px;
    text-align: right;
}
@media screen and (max-width: 1350px){
    div.ap_table_area{
        overflow-x: scroll;
    }
    div.ap_table_area p{
        font-size: 14px;
        text-align: left;
    }
}
.ap_text_left, p.ap_text_left{
    text-align: left !important;
}

/*--------- 重要なお知らせ ---------*/
.ap-top-news {
    text-align: center;
    background: #A60000;
    padding: 5% 0;
}
.ap-top-news h2 {
    font-size: 36px;
    color: #A60000;
    text-align: center;
    line-height: 1.1;
}
.ap-top-news h2 span{
    font-size: 25px;
    color: #1A1A1A;
}

.ap-pc-hidden{
    display: none;
}
.ap-sp-hidden{
    display: block;
}
@media screen and (max-width: 640px){
.ap-top-news h2 {
    font-size: 26px;
}
.ap-pc-hidden{
    display: block;
}
.ap-sp-hidden{
    display: none;
}

.ap-sp-text-align-left {
    text-align: left;
}
}

.ap_text_underline{
    text-decoration: underline;
}

.ap_fw_bold{
    font-weight: bold;
}


/* キャンペーン商品
------------------------------ */
.ap_campaign_area{
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto 60px;
}

.ap_color_red{
    color: #f00;
}

.ap_underline {
    font-size: 1.8rem;
    background: linear-gradient(transparent 65%, #FFD746 0%);
    display: inline;
}

div.ap_sold_out{
    max-width: 300px;
    background-color: #ec4e4e;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 auto 20px;
}



div.ap_sold_out p{
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
}

div.ap_sold_out .ap_sold_out_title{
    font-size: 26px !important;
    font-weight: bold;
}

  .icon-badge74167::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge74167::before{
    content: "NEW";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #005a8e;
    color: #fff;
    padding: 4px;
  }

  .icon-badge74168::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge74168::before{
    content: "おすすめ";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #61a1de;
    color: #fff;
    padding: 4px;
  }

  .icon-badge74169::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge74169::before{
    content: "人気";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #c1def5;
    color: #000;
    padding: 4px;
  }


.icn-reservation::before {
  content: "予約商品";
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 66px;
  height: 20px;
  text-align: center;
  color: #1a130c;
  background: #f3f3f3;
}


/* 商品一覧 */
.item-photo {
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    max-width: 354px;
    max-height: 354px;
  }

  .item-photo img {
    display: block;
    max-width: 100%;
    max-height: 354px;
    width: auto;
    height: auto;
    margin: auto;
  }

/*商品一覧の並びサイズ*/
.archive_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.archive_wrap li {
    width: calc(100% / 3);
    padding: 0 1.6vw;
    margin: 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
    .archive_wrap li {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 599px) {
    .archive_wrap li {
        width: 50%;
        padding: 10px;
        margin-right: 0;
    }
}
