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;
}
html {
-webkit-text-size-adjust: 100%;
}

img {
    border-style: none;
    height: auto;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.ap_hidden {
    display: none !important;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #514844;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #AB9C85;
    transition: 0.5s;
}

a:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

html {
    overflow: auto;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #666666;
    background: #fff;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
    max-width: 100vw;
    word-wrap: break-word;
}

.ap_object_fit {
  object-fit: cover;
  font-family: "object-fit:cover";
}


ul {
    list-style: none;
}

.ap_col_container {
    width: 100%;
    position: relative;
}

.ap_col_container.full {
    display: flex;
}

.ap_col_parent {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
}

.ap_col_parent.reverse {
    flex-direction: row-reverse;
}

.ap_col_parent.end {
    justify-content: flex-end;
}

.ap_col_parent.center {
    align-items: center;
}

.ap_col_parent.full {
    max-width: 100vw;
}

.ap_col_parent.wrap {
    flex-wrap: wrap;
}

.ap_col_parent.just_center {
    justify-content: center;
}

.ap_col_parent.between {
    justify-content: space-between;
}

[class*='ap_col_child'] {
    min-height: 1px;
    word-wrap: break-word;
    max-width: 100%;
}

.ap_col_child_1 {
    width: 90px;
}

.ap_col_child_2 {
    width: 180px;
}

.ap_col_child_3 {
    width: 270px;
}

.ap_col_child_4 {
    width: 360px;
}

.ap_col_child_5 {
    width: 450px;
}

.ap_col_child_6 {
    width: 540px;
}

.ap_col_child_7 {
    width: 630px;
}

.ap_col_child_8 {
    width: 720px;
}

.ap_col_child_9 {
    width: 810px;
}

.ap_col_child_10 {
    width: 900px;
}

.ap_col_child_11 {
    width: 990px;
}

.ap_col_child_12 {
    width: 1080px;
}

.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_100vw {
    width: 100vw;
}

.ap_height_100vh {
    height: 100vh;
}

.ap_width_100 {
    width: 100px;
}

.ap_width_200 {
    width: 200px;
}

.ap_width_300 {
    width: 300px;
}

.ap_width_400 {
    width: 400px;
}

.ap_width_500 {
    width: 500px;
}

.ap_width_600 {
    width: 600px;
}

.ap_width_700 {
    width: 700px;
}

.ap_height_100 {
    height: 100px!important;
}

.ap_height_200 {
    height: 200px;
}

.ap_height_300 {
    height: 300px;
}

.ap_height_400 {
    height: 400px;
}

.ap_height_500 {
    height: 500px;
}

.ap_height_600 {
    height: 600px;
}

.ap_height_700 {
    height: 700px;
}

.ap_height_800 {
    height: 800px;
}

.ap_height_900 {
    height: 900px;
}

.ap_width_100p {
    width: 100%;
}

.ap_height_100p {
    height: 100%;
}

.ap_width_75p {
    width: 75%;
}

.ap_height_75p {
    height: 75%;
}

.ap_width_50p {
    width: 50%;
}

.ap_height_50p {
    height: 50%;
}

.ap_width_25p {
    width: 25%;
}

.ap_height_25p {
    height: 25%;
}

.ap_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
}

.ap_menu.close {
    opacity: 0;
    transition: 0.5s;
}

.ap_menu_box {
    position: fixed;
    width: 100vw;
   background: #fff;
    transition: 0.5s;
    padding: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 1;
}

/*.ap_menu_box a {
    color: #fff;
}

.ap_menu_box a:hover {
    color: #fff;
}*/

.ap_menu_box.opacity {
    opacity: 1;
    transition: 0.5s;
}

.ap_menu_box.open {
    height: 100%;
    transition: 0.75s;
    z-index: 100;
}

.ap_menu_box.open ul {
    font-weight: bold;
}

.ap_menu_box.open li:first-child {
    /*border-top: 1px #232120 solid;*/
}

.ap_menu_box li {
    padding: 30px;
    text-align: center;
    /*border-bottom: 1px #232120 solid;*/
}

.ap_accordion {
    cursor: pointer;
}

.ap_menu_box>a {
    color: #fff;
}

.ap_col_parent.ap_menu {
    width: 15%;
    right: 0;
}

.ap_relative {
    position: relative;
}

.ap_absolute {
    position: absolute;
}

.ap_fixd {
    position: fixed;
}

.ap_top_line {
    border-top: 1px #232120 solid;
}

.ap_top_line.dashed {
    border-top: 1px #232120 dashed;
}

.ap_bottom_line {
    border-bottom: 1px #232120 solid;
}

.ap_bottom_line.dashed {
    border-bottom: 1px #232120 dashed;
}

.ap_left_line {
    border-left: 1px #232120 solid;
}

.ap_right_line {
    border-right: 1px #fff solid;
}

.ap_border_line {
    border: 1px #232120 solid;
}

.ap_top_line_2nd {
    border-top: 1px #AB9C85 solid;
}

.ap_bottom_line_2nd {
    border-bottom: 1px #AB9C85 solid;
}

.ap_left_line_2nd {
    border-left: 1px #AB9C85 solid;
}

.ap_right_line_2nd {
    border-right: 1px #AB9C85 solid;
}

.ap_border_line_2nd {
    border: 1px #AB9C85 solid;
}

.ap_center_text {
    text-align: center !important;
}

.ap_right_text {
    text-align: right !important;
}

.ap_left_text {
    text-align: left !important;
}

.ap_primary,
.ap_primary a,
a.ap_primary {
    color: #232120;
}

.ap_secondary,
.ap_secondary a,
a.ap_secondary {
    color: #AB9C85;
}

.ap_red,
.ap_red a,
a.ap_red {
    color: #ff0000;
}

.ap_orange,
.ap_orange a,
a.ap_orange {
    color: #ff8800;
}

.ap_blue,
.ap_blue a,
a.ap_blue {
    color: #00689e;
}

.ap_purple,
.ap_purple a,
a.ap_purple {
    color: #884898;
}

.ap_green,
.ap_green a,
a.ap_green {
    color: #86ce1e;
}

.ap_yellow,
.ap_yellow a,
a.ap_yellow {
    color: #d3b77a;
}

.ap_pink,
.ap_pink a,
a.ap_pink {
    color: #ff00dd;
}

.ap_gray,
.ap_gray a,
a.ap_gray {
    color: #e1e6f3;
}

.ap_black,
.ap_black a,
a.ap_black {
    color: #111111;
}

.ap_white,
a.ap_white .ap_white a {
    color: #ffffff;
}

.ap_red_2nd,
.ap_red_2nd a,
a.ap_red_2nd {
    color: #232120;
}

.ap_orange_2nd,
.ap_orange_2nd a,
a.ap_orange_2nd {
    color: #AB9C85;
}

.ap_blue_2nd,
.ap_blue_2nd a,
a.ap_blue_2nd {
    color: #00b7de;
}

.ap_purple_2nd,
.ap_purple_2nd a,
a.ap_purple_2nd {
    color: #884898;
}

.ap_green_2nd,
.ap_green_2nd a,
a.ap_green_2nd {
    color: #00ff2a;
}

.ap_yellow_2nd,
.ap_yellow_2nd a,
a.ap_yellow_2nd {
    color: #ffe100;
}

.ap_pink_2nd,
.ap_pink_2nd a,
a.ap_pink_2nd {
    color: #ff00dd;
}

.ap_gray_2nd,
.ap_gray_2nd a,
a.ap_gray_2nd {
    color: #e1e6f3;
}

.ap_black_2nd,
.ap_black_2nd a,
a.ap_black_2nd {
    color: #111111;
}

.ap_white_2nd,
.ap_white_2nd,
a.ap_white_2nd {
    color: #ffffff;
}

.ap_font_bold {
    font-weight: bold;
}
.ap_font_normal_weight {
    font-weight: normal;
}

.ap_font_normal {
    font-size: 16px;
}

.ap_font_small {
    font-size: 12.8px;
}

.ap_font_x_small {
    font-size: 9.6px;
}

.ap_font_large {
    font-size: 21px;
}

.ap_font_x_large {
    font-size: 26px;
}

.ap_font_most_large {
    font-size: 32px;
}

.ap_bg_primary {
    background: #232120;
}

.ap_bg_secondary {
    background: #4F4B49;
}

.ap_bg_red {
    background: #ff0000;
}

.ap_bg_orange {
    background: #F7F4ED;
}

.ap_bg_blue {
    background: #00689e;
}

.ap_bg_purple {
    background: #884898;
}

.ap_bg_green {
    background: #86ce1e;
}

.ap_bg_yellow {
    background: #d3b77a;
}

.ap_bg_pink {
    background: #ff00dd;
}

.ap_bg_gray {
    background: #E3E0D9;;
}

.ap_bg_black {
    background: #111111;
}

.ap_bg_white {
    background: #ffffff;
}

.ap_bg_red_2nd {
    background: #232120;
}

.ap_bg_orange_2nd {
    background: #AB9C85;
}

.ap_bg_blue_2nd {
    background: #00b7de;
}

.ap_bg_purple_2nd {
    background: #884898;
}

.ap_bg_green_2nd {
    background: #00ff2a;
}

.ap_bg_yellow_2nd {
    background: #ffe100;
}

.ap_bg_pink_2nd {
    background: #ff00dd;
}

.ap_bg_gray_2nd {
    background: #e1e6f3;
}

.ap_bg_black_2nd {
    background: #111111;
}

.ap_bg_white_2nd {
    background: #ffffff;
}

.ap_title,
.ap_title_h3,
.ap_title_h2,
.ap_title_h1 {
    font-feature-settings: 'palt';
    font-family: '"Century Gothic"';
}

.ap_change_fam {
    font-family: '"Century Gothic"';
}

.ap_title_h1 {
    font-size: 32px;
}

.ap_title_h2 {
    font-size: 26px;
}

.ap_title_h3 {
    font-size: 21px;
}

.ap_menu_btn_trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
}

.ap_menu_btn_trigger.child span{
    background-color: #fff;
}

.ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #514844;
    border-radius: 4px;
}

.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}

.ap_menu_btn_trigger span:nth-of-type(1) {
    top: 0;
}

.ap_menu_btn_trigger span:nth-of-type(2) {
    top: 20px;
}

.ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.ap_menu_btn_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

.ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}



.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 {
    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;
}

@media screen and (max-width: 769px) {
    .ap_col_container.full {
        display: block;
    }
    
    .ap_col_container.full.ap_sm_block{
        display: flex;
    }
    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;
        box-sizing: border-box;
    }
    [class*='ap_col_child']:first-child {
        margin-left: auto;
    }
    [class*='ap_col_child']:last-child {
        margin-right: auto;
    }
    .ap_pc_visible {
        display: none;
    }
    .ap_sm_block {
        display: block;
    }
    [class*='ap_width'] {
        width: 100%;
    }
    [class*='ap_height'] {
        height: auto;
    }
    .ap_width_100vw.sm {
        width: 100vw;
    }
    .ap_height_100vh.sm {
        height: 100vh;
    }
    .ap_width_100p.sm {
        width: 100%;
    }
    .ap_height_100p.sm {
        height: 100%;
    }
    .ap_width_50p.sm {
        width: 50%;
    }
    .ap_height_50p.sm {
        height: 50%;
    }
    .ap_width_25p.sm {
        width: 25%;
    }
    .ap_height_25p.sm {
        height: 25%;
    }
    .ap_width_100.sm {
        width: 100px;
    }
    .ap_width_200.sm {
        width: 200px;
    }
    .ap_width_300.sm {
        width: 300px;
    }
    .ap_width_400.sm {
        width: 400px;
    }
    .ap_width_500.sm {
        width: 500px;
    }
    .ap_width_600.sm {
        width: 600px;
    }
    .ap_width_700.sm {
        width: 700px;
    }
    .ap_width_100vw.sm {
        width: 100vw;
    }
    .ap_height_100vh.sm {
        height: 100vh;
    }
    .ap_width_100p.sm {
        width: 100%;
    }
    .ap_height_100p.sm {
        height: 100%;
    }
    .ap_width_50p.sm {
        width: 50%;
    }
    .ap_height_50p.sm {
        height: 50%;
    }
    .ap_width_25p.sm {
        width: 25%;
    }
    .ap_height_25p.sm {
        height: 25%;
    }
    .ap_height_100.sm {
        height: 100px;
    }
    .ap_height_200.sm {
        height: 200px;
    }
    .ap_height_300.sm {
        height: 300px;
    }
    .ap_height_400.sm {
        height: 400px;
    }
    .ap_height_500.sm {
        height: 500px;
    }
    .ap_height_600.sm {
        height: 600px;
    }
    .ap_height_700.sm {
        height: 700px;
    }
    .ap_height_800.sm {
        height: 800px;
    }
    .ap_height_900.sm {
        height: 900px;
    }
    .ap_flex.sm_block {
        display: block;
    }
    .ap_col_parent.ap_menu>[class*='ap_col_child'] {
        padding-right: 0px;
        padding-left: 0px;
    }
    @media screen and (max-width: 450px) {}
}


/*------------------追加分--------------------*/


/*共通css*/
body {
    font-family: 'Noto Serif JP', serif;
    color: #514844;
}

@media all and (-ms-high-contrast: none) {
    body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

}
a:hover {
    text-decoration: none;
}

.ap_width_auto {
    width: auto;
}

.ap_just_center {
    justify-content: center;
}

.ap_flex-end {
    align-items: flex-end;
}

.ap_just_flex_end{
justify-content: flex-end;
}

.ap_flex_center{
align-items: center;
}

.ap_content_block{
    display: contents;
}



.max-height500{
max-height: 500px;
object-fit: cover;
}

.height_100p{
height: 100%;
object-fit: cover;
}

.ap_tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.ap_line_height {
    line-height: 30px;
}

.ap_line_height_large {
    line-height: 40px;
}

.ap_space {
    letter-spacing: 3px;
}

.ap_space_large {
    letter-spacing: 8px;
}

.ap_width33p {
    width: 33.3333%;
}

.ap_width_48p {
    width: 48%;
}


.ap_padding_top_large{
    padding-top:60px;
}

.ap_padding_left_large {
    padding-left: 50px;
}

.ap_padding-left_mostlarge{
    padding-left: 100px;
}

.ap_padding_left_right {
    padding-left: 50px;
}

.ap_margin-right{
    margin-right: 50px;
}

.z-index1{
    z-index: 1;
}

.ap_max_width_700{
    max-width: 700px;
}

.margin-top-1px{
    margin-top:-1px;
}

.white-space{
    white-space: nowrap;
}
/*--------------リンクボタン---------------*/

.ap_border_btn {
    display: inline-block;
    text-decoration: none !Important;
    border-bottom: 1px solid #878787;
    padding-left: 75px;
    padding-bottom: 10px;
    position: relative;
    color: #514844;
}

.ap_border_btn:hover {
    color: #514844;
}

.ap_border_btn::before {
    background-color: #878787;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.ap_border_btn:hover::before {
    width: 100%;
    height: 1px;
}

.ap_border_btn.text_none::after {
    background-color: #878787;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 15px;
    height: 1px;
    bottom: 5px;
    position: absolute;
    transform: rotate(45deg);
    right: -2px;
}

.ap_border_btn.text_none:hover::after {
    bottom: 4px;
    transform: rotate(35deg);
}

.ap_border_btn.cut{
    margin-top:10px;
    padding-left: 0;
    border-bottom: 1px solid #AB9C85;
    
}

.ap_black_btn{
    background-color:#514844;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    transition: 0.2s;
    cursor:pointer;
}

.ap_black_btn:hover{
    opacity: 0.7;
}

.ap_black_btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ap_black_btn span::after{
     background-color: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin-left: 20px;
}

.ap_black_btn span::before {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    right: -3px;
    top: 8px;
}

.ap_black_btn.contact span::before {
    top:10px;
}


/*-------------メインタイトル用スタイル-----------*/

/*下層のタイトル*/

.ap_child_title{
    padding: 10px 20px;
  border-left: 6px double #000;
    margin-bottom: 10px;
    font-size: 20px;
}

.ap_child_title.small{
    font-size: 16px;
    padding:5px 20px;
}

/*下に下線があるタイトル*/
.ap_title_border,.ttl {
    position: relative;
    width: 150px;
    margin: auto;
    padding-bottom: 10px;
}
.ttl{
    width: 320px;
    margin-top:50px;
}
.ap_title_border.left{
    margin-left: 0;
}
.ap_title_border:before,
.ttl:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    border-bottom: 3px solid #231815;
}

.ttl:before{
    width: 320px;
}


.ap_title_border:after,
.ttl:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid #AB9C85;
}

/*線がで囲まれたタイトル*/

.ap_border_small {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #514844;
}


/*背景の大きいテキスト*/
.ap_text_about,
.ap_text_pickup {
    font-size: 80px;
    position: absolute;
    left: 0;
    top: 5%;
    color: #000;
    z-index: 1;
}


/*線が出てるテキスト*/

.ap_border_text {
    display: flex;
    align-items: center;
    position: relative;
}

.ap_border_text::before {
    content: "";
    display: block;
    width: 40%;
    border-bottom: 1px solid #514844;
    position: absolute;
    left: -43%;
}

.ap_border_text.white::before {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    width: 20%;
    position: static;
    margin-right: 10px;
}





/*---------------ヘッダー/フッター-----------------*/

.ap_pagetop{
    cursor:pointer;
}

.ap_menu_box_logo{
    width: 300px;
    height: 
}

.ap_logo_header{
    width: 30%;
    position: absolute;
    z-index: 100;
    top: 2%;
    left: 2%;
    max-width: 300px;
}

.ap_header_menu_wrap {
    position: absolute;
    top: 0;
    width: 100%;
}


.ap_header_img {
    width: 45%;
    position: absolute;
    padding: 30px;
    max-width: 250px;
    z-index: 100;
}

.ap_header_menu {
    width: 100%;
    justify-content: flex-end;
    padding: 30px 75px 60px 30px;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0) );
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0));
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0));
}

.ap_header_menu li {
    padding: 0 15px;
}

.ap_header_menu li a,
.ap_toggle_menu li a{
    color: #514844;
    text-decoration: none;
    position: relative;
}

.ap_header_menu li a::after,
.ap_toggle_menu li a::after{
    position: absolute;
    bottom: -15px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #514844;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.ap_header_menu li a:hover::after,
.ap_toggle_menu li a:hover::after{
    transform: scale(1, 1);
}

a.ap_link_border {
    border: 1px solid #514844;
    padding: 5px 15px;
    display: flex !important;
    align-items: center;
}

.ap_link_border img {
    width: 30px;
}

.ap_link_border:hover {
    border: 1px solid #514844;
    background: #F7F4ED;
}
.ap_header_menu.child .ap_link_border:hover{
    background: #777;
}

.ap_link_border::after {
    display: none;
}


a.ap_link_border.white {
    border: 1px solid #fff;
    color: #fff;
}

.ap_header_menu.footer {
    position: absolute;
    top: 0;
    right: 0;
}


.ap_header_menu_wrap {
    position: absolute;
    top: 0;
    width: 100%;
}


.ap_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
    top: 35px;
    right: 30px;
}

.ap_footer_link li a{
    padding:10px 12px;
    border-right: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    display: block;
}
.ap_footer_link li:last-child a{
    border-right: none;
}

.ap_header_menu_wrap.child{
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 10;
}

.ap_header_menu.child{
    padding: 30px 75px 30px 30px;
    background: none;
}

.ap_header_menu.child li a {
    color: #fff;
}

.ap_header_menu.child li a::after {
    background: #fff;
}

/*トグルメニュー*/

.ap_toggle_menu li,
.ap_toggle_menu2 li,
.ap_toggle_menu3 li{
    padding: 20px;
}

.ap_toggle_menu{
}
.ap_toggle_menu2{
    flex-direction: column;
    align-items: flex-start;
}

.ap_toggle_menu3{
    border-top: 1px solid;
    font-size: 14px;
    max-width: 800px;
}
    


.ap_child_cut{
    position: absolute;
    background: #232120;
    display: block;
    box-sizing: border-box;
    width: 200px;
    left: -55px;
    padding: 0 20px;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}

.ap_child_cut li{
    border-bottom: 1px solid #fff;
    padding: 20px 15px;
    display: none;
}

.ap_child_cut li:last-child{
    border-bottom:none;
}

.ap_child_cut li a{
    color: #fff!important;
}

.ap_header_menu .ap_child_cut li a::after{
    display: none;
}

.ap_child_cut.active{
    opacity: 1;
    z-index: 1;
}
    
.ap_child_cut.active li{
    display: block;
}


/*---------------フロントページ-----------------*/


/*トップビジュアルの動く文字とその下のスライド*/

#svg-animation .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 8;
    /*stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;*/
}

.ap_top_move_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}



.ap_slick_slide .slick-track img {
    max-height: 800px;
    object-fit: cover;
    height: 85vh;
    z-index: 1!imrpotant;
}


/*スクロール*/

.scrolldown1{
	position:absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom:10px;
	height:80px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
	position: absolute;
    left: -22px;
    top: -30px;
	color: #fff;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 50px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}
}

/*くるくる回る商品css*/


.ap_new_top_item {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -10%;
    right: 5%;
    border-radius: 50%;
    line-height: 200px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap_new_top_item img {
    border-radius: 50%;
    width: 75%;
    height: 75%;
    display: inline-block;
    border: 7px solid @SECONDARY_COLOR;
}

img.ap_rotate_text {
    border: none;
    position: absolute;
    width: 92%;
    height: 92%;
    animation: 15s linear infinite ap-rotate;
    top: 11px;
    right: 11px;
}

@keyframes ap-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*背景画像*/

.ap_top_img01 {
    background-image: url("https://image.raku-uru.jp/01/18594/16/img_01_1625117743788.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30%;
}

.ap_top_img02 {
    background-image: url("https://image.raku-uru.jp/01/18594/15/img_02_1625117742978.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30%;
}

.ap_about_bg {
    background-image: url("https://image.raku-uru.jp/01/18594/71/about_bg_1625638762808.jpg");
    background-repeat: repeat;
    background-size: 15px;
    position: relative;
    padding: 60px 0 100px 100px;
    box-sizing: border-box;
}


/*フロントぺージのアバウト*/



.ap_about_bg .ap_img_01 {
    width: 80%;
    height: auto;
    max-width: 355px;
    z-index: 1;
}

.ap_about_bg .ap_img_02 {
    width: 55%;
    height: 300px;
    position: absolute;
    right: 15%;
    bottom: -5%;
    object-fit: cover;
    z-index: 2;
    max-width: 235px;
}



/*フロントぺージのQナッツ*/

.ap_movie_pikup{
    width: 300px;
    height: 300px;
}

.ap_pdding_pickup {
    padding: 5% 3% 5% 0;
    box-sizing: border-box;
    height: 90vh;
    min-height: 800px;
}

.ap_slick_slide2 {
    height: 100%;
}

.ap_slick_slide2 .slick-track img {
    height: 100%;
    object-fit: cover;
}

.ap_slick_slide2.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.ap_slick_slide2 .slick-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    top: 3%;
    left: -5%;
}

.ap_slick_slide2 .slick-dots li {
    display: block;
}

.ap_slick_slide2 .slick-dots li button:before {
    font-size: 20px;
    color: #fff;
}

.ap_slick_slide2 .slick-active button:before {
    opacity: .8;
    color: #fff!important;
}

.ap_slick_slide2 {
    height: 90vh;
    min-height: 800px;
}

.ap_slick_slide2 .slick-track {
    height: 100%;
}

.ap_slick_slide2 .slick-list {
    height: 100%;
}

/*フロントページランキング*/

.ap_ranking_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ap_ranking_wrap a{
    display: grid;
}

.ap_ranking_wrap > div{
    width: 48%;
}

.ap_ranking_wrap_3{
    display: flex;
    justify-content: space-between;
    width: 100%!important;
    }
    
    .ap_ranking_wrap_3 > div{
        width: 48%;
    }

.ap_ranking_wrap div img{
    height: 205px;
}

.item-info{
    height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
}

.ap_ranking_wrap > div:first-child{
    height: 500px;
}
.ap_ranking_wrap > div:first-child img{
    height: 500px;
}

.ap_rankimg_wrap{
    position: relative;
}
.ap_rankimg_wrap .ap_tategaki{
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    font-size: 14px;
}

.ap_ranking_nom{
        background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    font-size: 14px;
    min-width: 45px;
}

img.arrow{
    width: 30px;
    height: auto!important;
    margin-top: 10px;
}

.ap_ranking_wrap_2{
    display: flex;
    flex-direction: column;
    height: auto!important;
}

/*フロントページカテゴリ*/

.ap_cut_wrap{
    display: flex;
    flex-wrap: wrap;
}

.ap_cut_wrap .ap_cut_box{
    width: 14.28571%;
    padding: 1% 1.5%;
    box-sizing: border-box;
    text-align: center;
}

.ap_cut_wrap .ap_cut_box h2{
    
}


/*---------------------------会社概要--------------------------------*/


.ap_company_img01 {
    background-image: url("https://image.raku-uru.jp/01/18594/48/img_12_1625117791662.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30%;
}

.ap_sougyou {
    background: #514844;
    color: #fff;
    letter-spacing: 5px;
    padding: 30px 15px;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 100;
    z-index: 99;
}

/*沿革*/

.ap_enkaku dl {
    padding: 20px 0;
    line-height: 30px;
}

.ap_enkaku dd {
    display: flex;
    align-items: center;
}

.ap_enkaku dd::before {
    content: "";
    display: block;
    border-bottom: 1px solid #514844;
    width: 30px;
        margin-right: 10px;
    }
    
.ap_enkaku dt{
    margin-left: 50px;
}

/*マップ*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*-------------------------こだわりぺーじ-------------------------*/

    .ap_about_img01{
    background-image: url("https://image.raku-uru.jp/01/18594/41/img_07_1625117787853.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30%;
    }


/*------------------------ムービー----------------------------*/


.ap_movie01{
    height: 75vh;
    width: 100%;
    vertical-align: bottom;
}



.ap_video_area{
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.ap_video_area + .main{
        position: relative;
    }

.ap_video_wrap{
    width: 80%;
    height: 90vh;
    position: relative;
}

.ap_play_movie{
    position: absolute;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 16px;
    color: #514844;
    cursor: pointer;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
        padding: 15px 60px;
    background: rgba(255,255,255,.5);
}
.ap_play_movie > span{
        position: relative;
    }
.ap_play_movie > span::before{
        content: ">";
        z-index: 1;
        color: #514844;
    font-size: 20px;
    margin-right: 5px;
    }


.ap_close{
    position: absolute;
    width: 75px;
    height: 75px;
    top: -25px;
    right: -25px;
    cursor: pointer;
}
.ap_close span:nth-child(1){
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #fff;
        transform: rotate(-45deg);
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
.ap_close span:nth-child(2){
        position: absolute;
        width: 50%;
        height: 3px;
        background-color: #fff;
        transform: rotate(45deg);
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
.ap_close span:nth-child(3){
        position: absolute;
        bottom: 15px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

/*-----------------フェードイン-------------------*/

.ap_scroll_fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 300ms;
}

.ap_scroll_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.ap_scroll_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.ap_scroll_fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 0.5s;
}

.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap:before{
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.img-wrap.yellow:before{
  background:#F7F4ED;
}
.img-wrap.black:before{
  background:#4F4B49;
}

.img-wrap.active:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;

}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}




/*--------------ムービースライド----------------*/

.movie_wrap {
    display: flex;
}
.movie_wrap video{
        width: 100%;
        height: 605px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; 
        padding: 35px;
        width: 470px;
        opacity: 0.8;
    }
.movie_wrap > div:nth-of-type(2n){
    margin-top:50px;
}
       

.ap_col_container .movie_wrap:first-child
{
    animation: loop 60s linear infinite;
}
.ap_col_container .movie_wrap:nth-child(2)
{
    animation: loop2 60s -30s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}


/*-----------------下層ページ（通販のご案内）-------------------*/

.free{
    border-collapse: collapse;
    margin-top: 30px;
    width: auto;
}

.free th {
    background: #514844;
    color: #fff;
    padding: 8px;
    text-align: center;
    border: #666 1px solid !important;
    vertical-align: middle;
}

.free td{
    padding: 8px 15px;
    border: #666 1px solid !important;
}


/*------------------商品一覧---------------------------------*/

.ap_margin-top_120{
    margin-top: 120px;
    }

.ap_margin-top_60{
    margin-top: 60px;
    }
    
.ap_list_wrap{
    display: flex;
    flex-wrap: wrap;
    }
.ap_list_wrap li{
    width:22%;
    margin-right: 4%;
    margin-bottom: 5%;
    }
.ap_list_wrap li:nth-of-type(4n){
    margin-right: 0;
    }
    
.sort ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.sort ul li{
    margin-right: 10px;
    }
    
.sort ul li:last-child{
margin-right: 0;
}

.sort span{
    background: #AB9C85;
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
}
        

.item-list-itemcount{
border-top: 1px solid #666;
    padding-top: 10px;
    margin-bottom: 20px;
}

.item-photo img{
    border-radius:15px;
    }
    
.pager {
    width: 100%;
    }
.page-num3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.page-num3 ul li a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
    border: 1px solid #AB9C85;
    color: #AB9C85;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
    
.page-num3 ul .archive a {
    background: #AB9C85;
    color: #fff;
}
    
.item-price{
    color: #AB9C85;
    font-size: 15px;
    }
    
.ap_top_img02.child{
    padding-bottom: 10%;
    margin-top: 103px;
    }




/*-------------------商品詳細---------------------------------*/

.over_hidden{
    overflow: hidden;
    }
    
.item-detail-num-count {
    font-size: 0;
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}
    
    .item-detail-num-minus,
    .item-detail-num-plus{
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}
    
    .item-detail-num {
    height: 55px;
    margin-right: 12px;
    padding: 0;
    vertical-align: middle;
    }
    
.item-detail-num-plus a, .item-detail-num-minus a {
    background-color: #232120;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
}
    
    .item-detail-num input[type=number] {
    font-size: 14px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: solid 1px #232120;
    border-radius: 5px;
    }

input[type="number"] { 
  -moz-appearance:textfield; 
} 
    
.item-detail-photo{
        position: relative;
    overflow: hidden;
    width: 480px;
    height: 480px;
    margin: 0 auto 10px;
    }
    
.item-detail-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
.item-detail-thumb img{
    width: 86px;
    height: 86px;
    padding: 5px;
    border-radius: 10px;
    }
    
.item-detail-photo-main {
    position: relative;
    padding: 0;
}
    
    .item-detail-photo li {
    list-style: none;
    float: left;
    width: 480px;
    height: 480px;
    position: relative;
    }
    
    .item-detail-photo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
       width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.item-detail-cart-btn a{
    line-height: 60px;
    height: 60px;
    color: #fff;
    background-color: #232120;
    border: 2px solid #232120;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.item-detail-cart-btn a:hover{
    background-color: #fff;
    border: 2px solid #232120;
    color: #232120;
    }

/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.modal-open {
  /* overflow: hidden; */
}
.modal-open .overlay {
  display: block;
}

/* modal */
.modal {
  position: absolute;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

.modal-open .modal {
  display: block;
}

.modal-inner {
  position: relative;
  width: 100%;
}

.modal-img {
  width: 100%;
}

.modal-img img {
  max-width: 640px;
  max-height: 640px;
  width: auto;
  height: auto;
}

.modal-close {
  position: absolute;
  top: -42px;
  right: 0px;
}
.modal-close a {
  display: block;
  width: 32px;
  height: 32px;
}
.modal-close a::before {
  content: "×";
  font-family: "icomoon";
  color: #000;
  font-size: 32px;
}
    
.breadcrumbs ol{
    display: flex;
    font-size: 12px;
    padding: 10px 5px;
    color: #AB9C85;
}

    
.breadcrumbs ol a{
    color: #AB9C85;
    }
    
.breadcrumbs ol li{
    border-right: 1px solid #AB9C85;
    padding: 0 10px;
    }

.breadcrumbs ol li:last-child{
    border-right:0;
}
    
::marker{
    display: none;
    font-size: 0;
    }

.ap_border{
    border-bottom: 1px #AB9C85 solid;
    margin-bottom: 20px;
    }
.ap_border_wrap{
    border-top: 2px #AB9C85 solid;
    border-bottom: 2px #AB9C85 solid;
    }
    
.ap_title_wrap{
    padding:10px;
    }

.ap_title_wrap .ap_font_most_large{
    font-size: 23px;
}
    
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
    }




/*--------------------トグルメニュ------------------------*/

.child .ap_menu{
    background: #232120;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    top: 30px;
    right: 20px;
}

.ap_menu_btn_trigger {
    width: 30px;
    height: 25px;
}
.ap_menu_btn_trigger span:nth-of-type(2) {
    top: 11px;
}

.ap_menu_btn_trigger span {
    height: 4px;
    border-radius: 4px;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.main{
  margin-top: 103px;
}




/*---------------------既存ページ用-----------------------*/

.main-article{
    max-width: 1200px;
    margin: auto;
    padding: 10px 0 100px 0;
}

.ttl{
        text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    color: #AB9C85;
}

table.about-tbl{
    width: 100%;
}

table.about-tbl a{
    text-decoration: underline;
}

table.about-tbl,.payment-content{
  border-collapse: collapse;
  border-spacing: 0;
    font-size: 14px;
}

.payment-content{
    margin:10px;
}

table.about-tbl th,
table.about-tbl td{
    border: 1px solid #a2a2a2;
    font-size: 14px;
}

table.about-tbl th{
    width: 20%;
    min-width: 100px;
}
table.about-tbl td{
    width: 80%;
}

table.about-tbl th, table.about-tbl td {
    padding: 10px;
}

table.payment-content td{
    width: 50%;
}

.ap_menu_box.open .ap_col_container .ap_col_child_p_9{
height: 100vh;
overflow-y: scroll;
box-sizing: border-box;
}

/*----------------------1500以下-----------------------*/

@media screen and (max-width: 1550px) {
    
    .ap_1200_block .ap_col_child_p_2{
        width: 30%;
    }
    
    .ap_1200_block .ap_col_child_p_6{
    width: 70%;
    }
    
}

/*----------------------1400以下-----------------------*/

@media screen and (max-width: 1400px) {
    
    /*メニューの調整*/
    .ap_header_menu_wrap .ap_header_menu li:nth-child(1),
    .ap_header_menu_wrap .ap_header_menu li:nth-child(2),
    .ap_header_menu_wrap .ap_header_menu li:nth-child(3),
    .ap_header_menu_wrap .ap_header_menu li:nth-child(4),
    .ap_header_menu_wrap .ap_header_menu li:nth-child(5){
        display: none;
    } 

}



/*----------------------1200以下-----------------------*/

@media screen and (max-width: 1200px) {
    
    .sm_side{
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .ap_padding.sm_side{
        padding:30px 20px;
    }
    

    .main-article{
    padding: 10px 20px 100px 20px;
    box-sizing: border-box;
}

    .ap_padding_top_bottom.sm_side{
        padding:30px 20px;
        box-sizing: border-box;
    }
    
    
    .ap_padding_top_bottom_large.sm_side{
        padding:60px 20px;
        box-sizing: border-box;
    }
    
    .ap_1200_block{
        display: block!Important;
    }
    
    /*フッター*/
    .ap_right_line.ap_sm_border_none{
        border-right: none;
    }
    
    .ap_footer_link li a{
            border-right: none;
    }
    
    .ap_1200_block .ap_col_child_p_2{
        width: 90%;
        margin: auto;
        max-width: 350px;
    }
    
    .ap_1200_block .ap_col_child_p_6{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    }
    .ap_footer_link{
    justify-content: center;
}
    .ap_header_menu.footer{
        display: none;
    }
}


/*----------------------1080以下-----------------------*/

@media screen and (max-width: 1080px) {
.ap_right_text_sm{
        text-align: right;
    }
.ap_padding-left_mostlarge{
    padding-left: 0;

}
    
    /*Qナッツ*/
    
    .ap_col_container.full.ap_1080_block{
        display: block;
    }
    
        
    .ap_col_container.full.ap_1080_block .ap_col_child_p_7,
    .ap_col_container.full.ap_1080_block .ap_col_child_p_5{
        width: 100%;
    }
    
    .ap_pdding_pickup,.ap_slick_slide2 {
    height: auto;
    min-height:auto;
    }
    
    .ap_slick_slide2 .slick-dots li{
        display: inline-block;
    }
    
    .ap_slick_slide2 .slick-dots {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    .white-space{
        white-space:normal;
    }
}

/*----------------------768以下-----------------------*/

@media screen and (max-width: 769px) {
    
    
    /*flexの調整*/
    
    .ap_col_container.full.ap_tablet_flex{
        display: flex;
    }
    
    .ap_column-reverse_sm{
    flex-direction: column-reverse;
}
    
    /*メニューの調整*/
    .ap_header_menu{
        display: none;
    }
    
    .ap_header_menu_wrap.child .ap_header_img {
        position: static;
    }
    
    .ap_header_img {
    width: 40%;
    padding: 15px;
}
    .ap_logo_header {
    width: 50%;
    max-width: 400px;
}

    .main{
  margin-top:66px;
    }
    .ap_menu {
    top: 30px;
    right: 25px;
}
    
    .ap_sm_height_100{
        height: 100px;
    }
    
    .ap_menu_box.open .ap_col_container .ap_col_child_p_9{
height: 100%;
overflow-y: inherit;
}
    .ap_menu_box.open {
    height: 100vh;
    overflow-y: scroll;
}
    
    /*回転する商品*/
    .ap_new_top_item {
    right: -10%;
    }
    /*背景の大きいテキスト*/
    .ap_text_about,
    .ap_text_pickup {
    font-size: 40px;
    margin-left: -10px;
        }
    
    /*アバウト*/
    .ap_about_bg {
    padding: 80px 0 30px 35px;
    }
    
    .ap_about_bg .ap_img_02 {
    right: 5%;
    max-width: 170px;
    }
    

    
/*カテゴリ*/
    .ap_cut_wrap .ap_cut_box {
    width: 33.33333%;
    padding: 3%;
}
/*ショップ*/
    .ap_sougyou {
    z-index: 99;
    top: 29%;
    right:35px;
    }
    
/*ニュース*/
    
    .ap_news_bg{
    background-image: url("https://image.raku-uru.jp/01/18594/7/news_bg_sp_1625117739179.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    }
/*ムービ*/
    .movie_wrap video {
    height: 330px;
    width: 180px;
    padding: 0;
    }
    
    .movie_wrap .ap_padding{
        padding: 10px;
    }
    
.ap_movie01 {
    height: 40vh;
}
  /*ランキング*/
    .item-info{
    height: auto;
        padding:10px 0;
}

.ap_ranking_wrap > div{
    width: 48%;
    height: auto;
}

.ap_ranking_wrap > div:first-child{
    height: auto;
}
.ap_ranking_nom {
    padding: 10px 0;
    box-sizing:content-box;
    width: 45px;
    height: 150px;
}
    
/*商品一覧*/
        
.ap_top_img02.child{
    margin-top: 60px;
    min-height: 100px;
    padding-bottom: 0;
}
    
.ap_list_wrap li {
    width: 47%;
    margin-right: 6%;
}

.ap_list_wrap li:nth-of-type(2n){
    margin-right: 0;
}
}
    
/*----------------------500以下-----------------------*/

@media screen and (max-width: 500px) {
    
    .ap_margin-bottom_large{
        margin-bottom: 30px;
    }
    .ap_margin-top_large{
        margin-top:30px;
    }
    
    .ap_padding.sm_padding{
        padding: 0;
    }
    
    .ap_padding_large{
        padding: 20px;
    }
    
    .ap_padding_left_large{
        padding: 0;
    }
    
    .ap_margin-right {
    margin-right: 10px;
}
    
    .ap_border_btn{
        padding-left: 30px;
    }
    
    .ap_menu_box.open{
    height: 100vh;
    overflow: scroll;
    }
    
    .ap_toggle_menu li, .ap_toggle_menu2 li, .ap_toggle_menu3 li {
    padding: 10px;
    }
    
    .ap_about_bg .ap_img_02 {
    max-width: 120px;
    max-height: 170px;
}
    .ap_rankimg_wrap,
    .ap_rankimg_wrap_2{
        display: flex;
    }
    

    
 .ap_ranking_wrap > div:first-child{
    height: auto;
}
.ap_ranking_wrap > div:first-child img{
    height: auto;
}

    .ap_ranking_wrap > div {
    width: 100%;
    height: auto;
}
        .ap_cut_wrap .ap_cut_box {
    width: 50%;
}
    
    .child .ap_menu {
    top: 15px;
    right: 15px;
}
    
    .ap_sougyou{
        top:20%;
    }
    .ap_sougyou.child {
        top:25%;
    right:20px;
    }
    
    .ap_font_most_large {
    font-size: 27px;
    }
    
    /*商品一覧*/
    .sort ul {
    font-size: 12px;
    justify-content: center;
}
    .sort ul li {
    margin-right: 7px;
}
    
    /*商品詳細*/
    
    .item-detail-photo{
    width: 300px;
    height: 300px;
    }
    
    .item-detail-photo li {
    width: 300px;
    height: 300px;
    }
    
    .breadcrumbs ol li {
    padding: 0 5px;
}
    .breadcrumbs ol {
    font-size: 10px;
    padding: 10px 5px;
}
    .about-tbl{
    display: block;
    overflow-x: auto;
}
.about-tbl tbody{
    width: 500px;
    display: table;
    font-size: 14px;
}

    
}

/*----------------------320以下-----------------------*/

@media screen and (max-width: 320px) {
    
        /*商品詳細*/
    
    .item-detail-photo{
    width: 280px;
    height: 280px;
    }
    
    .item-detail-photo li {
    width: 280px;
    height: 280px;
    }
    
    .ttl{
        width: 250px;
    }
    
    .ttl:before {
    width: 250px;
}
}

/*----------------------お知らせぺージ-----------------------*/

.wysiwyg-data.ap_newspage{
    min-height: 50vh;
    max-width: 1200px;
    padding:0 20px;
    margin: 70px auto 30px auto;
}

.wysiwyg-data.ap_newspage img{
    max-width:50%;
}
@media screen and (max-width: 769px) {
  .wysiwyg-data.ap_newspage img{
    max-width:100%;

}
}

/*----------------------IE対応-----------------------*/



@media all and (-ms-high-contrast: none) {
.ap_object_fit.video {
  object-fit:none;
  font-family: sans-serif;
}
.movie_wrap .ap_col_child_p_3{
    min-width: 470px;
}
.ap_header_menu_wrap.child .ap_header_img{
    margin-top:-65px;
}
}
     
  @media screen and (max-width: 768px) { 
      
.movie_wrap .ap_col_child_p_3{
    min-width: 230px;
}

}
.ie_view{
    display:none;
}

.ie_view > div{
position: absolute;
z-index: 1;
top: 270px;
width: 50%;
left: 0;
right: 0;
margin: auto;
}

/*---------------------- 商品一覧 -----------------------*/
.sort.ap_sort{
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   outline: none;
    border-radius: 5px;
font-size:16.1px;
}
.item-detail-select {
    position: relative;
    width: 100%
}

.item-detail-select:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
    display: block;
}


input{
-webkit-appearance: none; 
    border: 1px solid #767676;
 outline: none;
font-size:16.1px;
}

.item-photo{
    position: relative;
}

  .icon-badge53848::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge53848::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-badge53849::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge53849::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-badge53850::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge53850::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;
  }

  .icon-badge56046::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .icon-badge56046::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;
}

select{
padding:10px;
width:100%;
margin:5px 0;
}

input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
margin:5px 0;
border-radius: 5px;
}

.item-detail-num input[type=number]{
margin:0;
}




