<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

img {
    border-style: none;
    height: auto;
    width: 100%;
}

.ap_object_fit {
    object-fit: cover;
    font-family: "object-fit:cover";
}

.brown_hr{
    border-bottom: 1px solid #B07F43;
    border-top: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.ap_hidden {
    display: none !important;
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #E58F8A;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #eabab8;
    transition: 0.5s;
}

a:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

html {
    overflow: auto;
}

body {
    font-family: 'Kiwi Maru', serif;
    font-size: 16px;
    color: #642D1A;
    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:#642D1A;
}

.ap_flex_shink{
    flex-shrink: 0;
    }

ul {
    list-style: none;
}

.ap_col_container {
    width: 100%;
    position: relative;
}

.ap_col_container.full {
    display: flex;
}

.ap_col_parent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
}

.ap_col_parent.reverse {
    flex-direction: row-reverse;
}

.ap_col_parent.end {
    justify-content: flex-end;
}

.ap_col_parent.center {
    align-items: center;
}

.ap_col_parent.full {
    max-width: 100vw;
}

.ap_col_parent.wrap {
    flex-wrap: wrap;
}

.ap_col_parent.just_center {
    justify-content: center;
}

.ap_col_parent.between {
    justify-content: space-between;
}

[class*='ap_col_child'] {
    min-height: 1px;
    word-wrap: break-word;
    max-width: 100%;
}

.ap_col_child_1 {
    width: 100px;
}

.ap_col_child_2 {
    width: 200px;
}

.ap_col_child_3 {
    width: 300px;
}

.ap_col_child_4 {
    width: 400px;
}

.ap_col_child_5 {
    width: 500px;
}

.ap_col_child_6 {
    width: 600px;
}

.ap_col_child_7 {
    width: 700px;
}

.ap_col_child_8 {
    width: 800px;
}

.ap_col_child_9 {
    width: 900px;
}

.ap_col_child_10 {
    width: 1000px;
}

.ap_col_child_11 {
    width: 1100px;
}

.ap_col_child_12 {
    width: 1200px;
}

.ap_col_child_p_1 {
    width: 8.333%;
}

.ap_col_child_p_2 {
    width: 16.666%;
}

.ap_col_child_p_3 {
    width: 24.999%;
}

.ap_col_child_p_4 {
    width: 33.332%;
}

.ap_col_child_p_5 {
    width: 41.665%;
}

.ap_col_child_p_6 {
    width: 49.998%;
}

.ap_col_child_p_7 {
    width: 58.331%;
}

.ap_col_child_p_8 {
    width: 66.664%;
}

.ap_col_child_p_9 {
    width: 74.997%;
}

.ap_col_child_p_10 {
    width: 83.33%;
}

.ap_col_child_p_11 {
    width: 91.663%;
}

.ap_col_child_p_12 {
    width: 99.996%;
}

.ap_flex {
    display: flex;
}

.ap_flex.reverse {
    flex-direction: row-reverse;
}


.ap_flex.end {
    justify-content: flex-end;
}

.ap_flex.center {
    position: relative;
    align-items: center;
}

.ap_flex.wrap {
    flex-wrap: wrap;
}

.ap_flex.just_center {
    justify-content: center;
}

.ap_flex.between {
    justify-content: space-between;
}

.ap_block {
    display: block;
}

.ap_width_auto{
    width: auto;
    max-width: 100%;
}

.ap_width_100vw {
    width: 100vw;
}

.ap_height_100vh {
    height: 100vh;
}

.ap_width_100 {
    width: 100px;
}

.ap_width_200 {
    width: 200px;
}

.ap_width_300 {
    width: 300px;
}

.ap_width_400 {
    width: 400px;
}

.ap_width_500 {
    width: 500px;
}

.ap_width_600 {
    width: 600px;
}

.ap_width_700 {
    width: 700px;
}

.ap_height_100 {
    height: 100px;
}

.ap_height_200 {
    height: 200px;
}

.ap_height_300 {
    height: 300px;
}

.ap_height_400 {
    height: 400px;
}

.ap_height_500 {
    height: 500px;
}

.ap_height_600 {
    height: 600px;
}

.ap_height_700 {
    height: 700px;
}

.ap_height_800 {
    height: 800px;
}

.ap_height_900 {
    height: 900px;
}

.ap_width_100p {
    width: 100%;
}

.ap_height_100p {
    height: 100%;
}

.ap_width_75p {
    width: 75%;
}

.ap_height_75p {
    height: 75%;
}

.ap_width_50p {
    width: 50%;
}

.ap_width_33p{
    width: 33%;
}

.ap_height_50p {
    height: 50%;
}

.ap_width_65p {
    width: 65%;
}

.ap_width_35p {
    width: 35%;
}


.ap_width_25p {
    width: 25%;
}

.ap_height_25p {
    height: 25%;
}

.ap_menu {
    transition: 0.5s;
    position: fixed;
    z-index: 999;
}

.ap_menu.close {
    opacity: 0;
    transition: 0.5s;
}

.ap_menu_box {
    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: 0.5s;
    padding: 0;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
}

.ap_menu_box 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;
    padding: 10px;
}

.ap_menu_box.open ul {
    font-weight: bold;
}

.ap_accordion {
    cursor: pointer;
}

.ap_menu_box&gt;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_primary,
.ap_primary a,
a.ap_primary {
    color: #E58F8A;
}

.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-size: 16px;
}

.ap_font_small {
    font-size: 14px;
}

.ap_font_large {
    font-size: 18px;
}

.ap_font_x_large {
    font-size: 25px;
}

.ap_font_most_large {
    font-size: 35px;
}

.ap_bg_primary {
    background: #E58F8A;
}

.ap_bg_secondary {
    background: #FBF6E0;
}
.ap_bg_third {
    background: #F2F4B0;
}

.ap_menu_btn_trigger {
    position: relative;
    width: 50px;
    height: 44px;
    cursor: pointer;
}

.ap_menu_btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00689e;
    border-radius: 4px;
}

.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
}

.ap_menu_btn_trigger span:nth-of-type(1) {
    top: 0;
}

.ap_menu_btn_trigger span:nth-of-type(2) {
    top: 20px;
}

.ap_menu_btn_trigger span:nth-of-type(3) {
    bottom: 0;
}

.ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.ap_menu_btn_trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 0.8s forwards;
    animation: active-btn05-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-btn05-bar02 {
    100% {
        height: 0;
    }
}

.ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

.ap_scroll_fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 300ms;
}

.ap_scroll_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein_load {
    opacity: 0;
}

.fadein_load.done {
    opacity: 1;
    transition: 1s;
}

.ap_margin {
    margin: 30px;
}

.ap_margin-top {
    margin-top: 30px;
}

.ap_margin-top_large {
    margin-top: 60px;
}

.ap_margin-top_half {
    margin-top: 15px;
}

.ap_margin-top_quarter {
    margin-top: 7.5px;
}

.ap_margin-top_minus {
    margin-top: -30px;
}

.ap_margin-top_minus_large {
    margin-top: -60px;
}

.ap_margin-top_minus_most_large {
    margin-top: -120px;
}

.ap_margin-bottom {
    margin-bottom: 30px;
}

.ap_margin-bottom_half {
    margin-bottom: 15px;
}

.ap_margin-bottom_quarter {
    margin-bottom: 7.5px;
}

.ap_margin-bottom_minus {
    margin-bottom: -30px;
}

.ap_margin-bottom_large {
    margin-bottom: 60px;
}

.ap_margin_side {
    margin: 0 30px 0 30px;
}

.ap_margin_side_half {
    margin: 0 15px 0 15px;
}

.ap_margin_side_quarter {
    margin: 0 7.5px 0 7.5px;
}

.ap_margin_top_bottom {
    margin: 30px 0 30px 0;
}

.ap_margin_top_bottom_half {
    margin: 15px 0 15px 0;
}

.ap_margin_top_bottom_quarter {
    margin: 7.5px 0 7.5px 0;
}

.ap_padding_0 {
    padding: 0;
}

.ap_padding {
    padding: 30px;
}

.ap_padding_half {
    padding: 15px;
}

.ap_padding_large {
    padding: 60px;
}

.ap_padding_top_bottom_large {
    padding: 60px 0 60px 0;
}

.ap_padding_top_bottom {
    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_large {
    padding: 0 40px 0 40px;
}

.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: 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;
    }
    .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&gt;[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_width_65p.sm {
        width: 65%;
    }
        .ap_width_35p.sm {
        width: 35%;
    }
    .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&gt;[class*='ap_col_child'] {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/*---------------------------------------------*/

/* フリーページ 取扱店舗 */

/*---------------------------------------------*/
#shop_archive h2{
    background-color: #E58F8A;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 20px;
}

#shop_archive h3{
    margin-top: 20px;
    padding-bottom: 5px;
}

.border-b_dotted{
    border-bottom: dotted 2px #E58F8A;
}
.ap_height_centr{
  align-items: center;
}
.circle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #E58F8A;
    color: #fff;
    font-weight: bold;
}

.area_button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.area_button li{
    width: 14.6666%;
    margin: 1%;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px;
    background: #E58F8A;
    text-align: center;
}

.area_button li a{
    color: #fff;
    display: block;
}

.area_button li:hover{
    background-color: #eabab8;
    transition: 0.5s;
}
.circle_sm{
  display: none;
}
@media screen and (max-width: 1300px) {

.area_button li{
    width: 21%
}
}

@media screen and (max-width: 769px) {

    .area_button li{
    width:31.33333%;
}
    .area_button.ap_padding_top_bottom_large{
        padding: 60px 0 0 0!important;
    }

}
@media screen and (max-width: 600px) {

    .circle{
        display: none;
    }

    .circle_sm{
        display: block;
        background:#E58F8A;
        color: #fff;
        font-size: 12px;
        padding: 2px 5px;
        margin: 0 5px;
        width: 67px;
        text-align: center;
    }
    .area_button li{
    width: 48%;
    font-size: 13px;
    padding: 5px;
}

    #shop_archive .ap_padding,.ap_padding_side{
        padding: 0;
    }

    .takuhai-icon_tablet{
        margin: 0;
    }
}

/*---------------------------------------------*/

/* フリーページ 取扱以外*/

/*---------------------------------------------*/
.ap_item_title img{
    width: 110px!Important;
}
.ap_question_wrap {
    background-image: linear-gradient(to right, #642D1A, #642D1A 3px, transparent 3px, transparent 15px);
    background-size: 15px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    margin: auto;
}
.ap_question_wrap.annai{
    width: 100%;
    margin-bottom: 30px;
}

.ap_question_title{
    margin: auto 0px;
    font-size: 18px;
    font-weight: bold;
    transition: all .5s ease;
}
.ap_question_button{
    margin: 0px 0px 0px auto;
}
.ap_question_button img{
    width: 40px;
}

.ap_question_title.close::before{
    transform: rotate(45deg);
}
.ap_question_title.close::after{
    transform: rotate(-45deg);
}
.ap_answer {
    display: none; /* はじめは非表示 */
    background: white;
    padding: 20px;
    border-left: thick solid #E58F8A ;
}

.ap_question_button img{
    transition: all 0.5s;
}
.ap_question_button img.open{
    transform: rotate(90deg);
}
.ap_red{
    color: red;
}
.ap_bg_white{
    background: #ffffff;
}

.ap_company_wrap,.ap_annai_wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.ap_annai_wrap{
    margin-bottom: 100px;
}

.ap_company_wrap img{
    width:auto;
    max-width: 100%;
}
.ap_sign_wrap{
    padding: 50px 0;
}
.ap_sign_wrap div:first-child{
    width: 20%;
    text-align: center;
}

.ap_sign_wrap div:last-child{
    width: 80%;
    padding-left: 30px;
}

.ap_pink{
    border-top: 1px solid #E58F8A;
}

/* タブレット */
@media screen and (max-width: 769px) {
    .ap_question_wrap {
        width: 100%;
    }
    .ap_question_button img {
        width: 30px;
        margin-top: 15px;
    }
    .ap_tb_width_50p{
        width: 50%;
    }
    .ap_sign_wrap div:first-child{
    width: 100%;
}

.ap_sign_wrap div:last-child{
    width: 100%;
    padding-left: 0;
}


}

/* モバイル */
@media screen and (max-width: 769px){
    .ap_question_button img {
        width: 25px;
        margin-top: 15px;
    }
    .ap_question_wrap {
        width: 100%;
    }
    .ap_sm_pad0{
        padding: 0px !important;
    }
    .ap_font_most_large {
        font-size: 25px;
    }
    .ap_font_x_large {
        font-size: 18px;
    }
    .ap_question_title{
        font-size: 16px;
    }
    .ap_answer p {
        font-size: 14px;
    }
}

/*---------------------------------------------*/

/*下層ページ*/

/*----------------------------------------------*/

table.about-tbl{
border-collapse: collapse;
width: 100%;
}
table.about-tbl tr &gt; th {
    width: 25%;
    color: #E58F8A;
    text-align: inherit;
    border-bottom: 1px solid #E58F8A;;
}

table.about-tbl tr &gt; td {
    width: 75%;
    border-bottom: 1px solid #E58F8A;;
}
.payment-content th,
.payment-content td{
    border-bottom: none!Important;
}

table.about-tbl th, table.about-tbl td {
    padding: 10px;
}
.main-article,.wysiwyg-data{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px 50px 20px;
    margin-top:80px;
    width: 100%;
}
.wysiwyg-data.ap_about{
    max-width: none;
    margin: auto;
    padding: 0;
    margin-top:0;
    width: 100%;
}
.ttl h2 {
    display: none;
}
.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;
}


@media screen and (max-width: 769px) {
    table.about-tbl tr &gt; th {
    width: 100%;
    display: block;
}

table.about-tbl tr &gt; td {
    width: 100%;
    border-bottom: none!Important;
    display: block;
}

}

/*---------------------------------------------*/

/*ヘッダー・フッター・サイド*/

/*----------------------------------------------*/

.ap_menu_wrap .ap_col_child_p_2{
    width: 16%;
}


.ap_menu_wrap .ap_col_child_p_10{
    width: 84%;
}


/*-----調整-----*/
.ap_bg_brown{
    background: #B07F43;
    }

.ap_padding_top_bottom_xlarge{
    padding:80px 0;
    }

.ap_paddin100{
    padding: 0 100px;
    box-sizing: border-box;
    }

.ap_padding_small{
    padding: 10px;
    }

.ap_flex_shink{
    flex-shrink: 0;
    }

/*-----サイドメニュー-----*/

.ap_side_menu img{
    width: 55px;
    height: auto;
    border: 3px solid #fff;
    margin-right: 10px;
    }

.ap_side_menu{
    min-width: 280px;
    border-right: 1px solid #B07F43;
    padding:25px;
    }

.ap_side_menu li {
    background-image: linear-gradient(to right, #642D1A, #642D1A 3px, transparent 3px, transparent 15px);
    background-size: 10px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 15px 0px 15px 0;
    font-size: 15px;
    letter-spacing: 0
}

.ap_side_menu .bg_none{
    background-image: none;
    }
.banner{
    display: block;
    width: auto!important;
    margin: 20px 0;
    max-width: 210px;
    border: none!important;
}

.ap_side_menu h2 img{
    border: none!important;
}

.banner_bottom{
    width: 65%;
    margin: 50px auto 0 auto;
    display: block;
}

/*-----ヘッダー-----*/

.ap_tel_header{
    width: 17%;
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1;
    min-width: 300px;
    }

#header{
    background-image: url(https://image.raku-uru.jp/01/19511/3/header_img_1630472712891.png);
    background-color:#FBF6E0;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 100px 20px 20px 20px;
    }

#header &gt; div{
    max-width: 1600px;
    margin: 0 auto 10px auto;
    }
#header .logo img{
    width: 50%;
    min-width: 300px;
    }

.ap_header_cart_menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #E58F8A;
    border:2px solid #E58F8A;
    border-radius: 15px;
    padding: 10px 15px;
    width: 175px;
    margin-right: 10px;
    }

.ap_header_cart_menu li a:hover{
    text-decoration: none;
    }

.ap_header_cart_menu li img{
    margin-right: 10px;
    height: 20px;
    width: auto;
    }


/*-----ヘッダーメニュー（会社案内など)----------*/
.ap_header_menu{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.ap_header_menu li{
    width: 16.6666%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1em;
    font-weight: bold;
    }

.ap_header_menu li:first-child::before{
    content: "";
    display: block;
    background: url(https://image.raku-uru.jp/01/19511/61/header_tensen_1630559596984.png);
    width: 3.5px;
    height: 80px;
    background-size: contain;
    }

.ap_header_menu li::after{
    content: "";
    display: block;
    background: url(https://image.raku-uru.jp/01/19511/61/header_tensen_1630559596984.png);
    width: 2.5px;
    height: 80px;
    background-size: contain;
    }

.ap_header_menu img{
    width: 55%;
    height: auto;
    margin-bottom: 5px;
    }

/*-----フッター-----*/

.ap_ft_bg{
    background: url("https://image.raku-uru.jp/01/19511/255/footer_1634781679877.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
    min-height: 300px;
    }

.ap_footer_menu li{
    font-size: 14px;
    padding:0 15px;
    border-right: 1px solid #642D1A;
    }
.ap_footer_menu li:first-child{
    border-left:1px solid #642D1A;
    }

footer{
    width: 100%;
    max-width: 1400px;
    padding: 30px 20px;
    margin: auto;
    }

footer img{
    max-width: 400px;
    }

/*-----共通のタイトル-----*/
.ap_common_title img{
    width: 150px;
    height: auto;
    }

.ap_common_title span{
    border-bottom: 1px solid #B07F43;
    }

/*-----共通ボタン-----*/
.ap_btn{
    border: 3px solid #E58F8A;
    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(https://image.raku-uru.jp/01/19511/13/arrow_pink_1630472715661.png);
    background-repeat: no-repeat;
    background-size: contain;
    }


.ap_btn:hover{
    background:#E58F8A;
    color: #fff;
    text-decoration: none;
    border: 3px solid #E58F8A;
}

.ap_btn:hover span:before{
    background: url(https://image.raku-uru.jp/01/19511/287/arrow_white_1635150718631.png);
        background-repeat: no-repeat;
    background-size: contain;
    }



/*---------------------------------------------*/

/*トップページ*/

/*----------------------------------------------*/

/*-----お知らせ-----*/

.ap_news_title{
    background:#E58F8A;
    padding: 10px 20px;
    }

.ap_news_title img{
    height: 30px;
    width: auto;
    margin-left: 30px;
}

.ap_bg_news{
    background-image: url(https://image.raku-uru.jp/01/19511/63/contents_bg_1630565196987.jpg);
    background-color: #F2F4B0;
    background-position: bottom center;
    background-size: 100% auto;
    min-height: 420px;
    background-repeat: no-repeat;
}
.ap_news_slide li span{
    padding: 0 40px;
}

.border-b_primary{
    border-bottom: 1px solid #E58F8A;
}

/*-----スライダ-----*/
.slider .slick-slide{
    border-radius: 25px;
    border: 5px solid #E58F8A;
    margin: 0 20px;
    }

.slider .slick-slide img{
    border-radius: 20px;
    }

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

.slider .slick-next:before{
    background: url(https://image.raku-uru.jp/01/19511/45/slide_arrow_right_1630472799455.png)!important;
    background-size: contain!important;
      background-repeat: no-repeat;
        opacity: 1!important;
  }

.slider .slick-prev:before{
    background: url(https://image.raku-uru.jp/01/19511/46/slide_arrow_left_1630472799640.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat;
        opacity: 1!important;
  }

.slider .slick-prev,.slider .slick-next{
    width: 70px!important;
    height: 70px!important;
    z-index: 1!important;
    }
.slider .slick-next {
    right: 18%!important;
    }
.slider .slick-prev {
    left: 18%!important;
    }

/*-----お知らせスライダ-----*/

.ap_news_slide li{
    display: flex!Important;
    }

.ap_news_slide li a{
    padding-right: 100px;
    }

.ap_news_slide{
    max-width: 1200px;
    overflow: hidden;
    }
.ap_news_slide .slick-next{
    right: 0;
    width: 35px;
    height: 35px;
    }
.ap_news_slide .slick-next:before{
    background: url(https://image.raku-uru.jp/01/19511/12/arrow_brown_1630472715429.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!Important;
    opacity: 1!important;
  }

.ap_news_slide .slick-prev:before{
    display: none;
  }

/*-----商品-----*/

.ap_item_wrap li{
    width: 23%;
    margin-right: 2.6666666666%;
    }

.ap_item_wrap li:nth-child(4){
    margin-right: 0;
    }

 .ap_item_wrap li h4{
     display: flex;
     align-items: center;
     justify-content: center;
    }
 .ap_item_wrap li h4::before{
     display: block;
     content:"";
     width: 1px;
     height: 50px;
    border-right: 1px solid #E58F8A;
    margin-right: 25px;
    transform: rotate(-20deg);
    }

 .ap_item_wrap li h4::after{
     display: block;
     content:"";
     width: 10px;
     height: 50px;
    border-left: 1px solid #E58F8A;
    margin-left: 25px;
    transform: rotate(20deg);
    }

.ap_item_wrap li div{
    position: relative;
    margin: 10px 0;
    }

.ap_item_wrap li .item{
    position: absolute;
    width: 80%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 80%;
    z-index: -1;

    }

.ap_item_title_top{
    margin-top: -20%;
    margin-bottom: 10%;
}

.ap_item_title_top img{
    width: 150px;
    }

/*-----トップの商品リンク-----*/

.arrow:before{
    content:"";
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://image.raku-uru.jp/01/19511/13/arrow_pink_1630472715661.png);
    background-repeat: no-repeat;
    background-size: contain;
    }

/*pagetop*/
.page-top{
    width: 70px;
    height: auto;
    margin-left: auto;
    margin-right: 25px;
    display: block;
    margin-top: -20px;
}

/*キャンペーン*/

.ap_sm_769.border-bottom{
   border-bottom: 1px solid #B07F43;
    padding-bottom: 50px;
}
.ap_brown_single{
    background-color: #a3928e;
}

.Spec1 {
    width: 100%;
    border: solid 1px #ea9491;
    border-collapse: collapse;
}


.Spec2 {
    width: 100%;
    border: solid 1px #ea9491;
    border-collapse: collapse;
    margin-right: 20px;
}

.Spec1 th {
    background-color: #fbe4e3;
    font-weight: bold;
    border-bottom: solid 1px #ea9491;
    border-right: solid 1px #ea9491;
    font-size: 14px;
    padding: 10px;
    width: 20%;
}
.Spec1 td {
    border: solid 1px #ea9491;
    font-size: 14px;
    padding: 10px;
    width:80%;
}

.Spec2 th {
    background-color: #ea9491;
    font-weight: bold;
    border-bottom: solid 1px #ea9491;
    font-size: 14px;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.Spec2 td {
    border: solid 1px #ea9491;
    font-size: 14px;
    padding: 10px;
}

/*brown*/

.Spec1.brown{
    border: solid 1px #ea9491;
}

.Spec2.brown{
    border: solid 1px #c69d63;
}

.Spec1.brown th {
    background-color: #ffefc7;
    border-bottom: solid 1px #c69d63;
    border-right: solid 1px #c69d63;
}
.Spec1.brown td {
    border: solid 1px #c69d63;
}

.Spec2.brown th {
    background-color: #c69d63;
    border-bottom: solid 1px #c69d63;
}

.Spec2.brown td {
    border: solid 1px #c69d63;
}

.ap_btn_pink{
    background: #E58F8A;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor:pointer;
}
.ap_btn_pink:hover{
    color: #fff;
}



@media screen and (max-width: 769px) {
    .Spec1 th {
    width: 100%;
    display: block;
}
.Spec1 td {
    width: 100%;
    display: block;
}

.Spec2 th {
    width: 100%;
    display: block;
}

.Spec2 td {
    width: 100%;
    display: block;
}

.ap_width_35p.sm{
    width: 50%;
    margin: auto;
    }
.ap_campaign_wrap .ap_padding_half{
    padding:20px 0;
    }

.ap_campaign_wrap .ap_padding_half.ap_font_large.ap_white{
    font-size: 16px;
    padding: 10px;
    }
}



@media screen and (max-width: 1100px) {

.ap_padding_side.campaign{
    padding: 0 20px;
    }

.ap_padding_side_large.campaign{
    padding: 30px 20px;
}
.campaign .ap_padding{
    padding: 0;
    }
}

/*PC非表示*/

.ap_side_menu_title{
        display:none;
    }

.ap_menu{
    display: none;
}

/*---------------------------------------------*/

/*レスポンシブ共通*/

/*----------------------------------------------*/


@media screen and (max-width: 1100px) {
    .ap_header_cart_menu,.ap_tel_header{
        display: none;
    }
    .slider .slick-prev {
    left: 0%!important;
    width: 40px!important;
    height: 40px!important;
}
    .slider .slick-next {
    right: 0%!important;
    width: 40px!important;
    height: 40px!important;
}

    .ap_side_menu{
        max-width: none;
    }

    .ap_sm_flex{
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
    }
    /*
 .ap_sm_flex &gt; a{
     width: 25%;
    }
    */
    .ap_side_menu_title{
        display:inline-block;
        width: 49%;
    }

    .ap_side_menu_title.ap_bg_brown{
        display:inline-block;
        width: 32.5%;
    }

    .ap_side_menu_title div{
        display:flex;
        align-items: center;
    }

     .ap_sm_1000{
        display: block!Important;
    }

    .ap_top_support .ap_col_child_p_10{
        width: 100%;
    }

    .ap_top_support .ap_col_child_p_2{
    width: 100%;
    }

    .ap_sm_1000_none{
        display: none!Important;
    }


    /*お知らせ*/

    .ap_bg_news {
    min-height: 350px;
    }
    .ap_news_slide .ap_sm_1000{
        display: block!Important;
    }

    .ap_news_slide li span{
        padding: 0;
        margin-top:10px;
    }
    ap_news_title {
    max-width: 200px;

    }
    .ap_news_slide li a {
    padding-right: 60px;
}


    /*トップ*/

    .column-reverse{
    display: flex!Important;
    flex-direction: column-reverse;
    }

    .column-reverse .ap_col_child_p_2 {
        width: 100%;
    }
    .column-reverse .ap_col_child_p_10 {
        width: 100%;
    }

    .ap_paddin100 {
    padding: 30px 50px;
    }

    .ap_side_menu{
        border-right:0;
        border-top:#642d1a 1px solid;
        margin-top:50px;
    }

    /*フッター*/
    footer .ap_col_child_p_6{
        text-align: center!important;
        margin: 10px 0;
    }

    @media screen and (max-width: 769px) {
        footer {
            .ap_col_child_p_8 .ap_flex.sm_block {
                text-align: center;
            }
            .ap_col_child_p_4 {
                text-align: center !important;
            }
        }
    }

    /*ヘッダー*/

    #header {
    padding: 50px 20px 10px 20px;
}


    .ap_menu {
    display: block;
    right: 10px;
    top: 10px;
    background: #E58F8A;
    border-radius: 50px;
    width: 62px;
    height: 62px;
    padding: 16px;
}

    .ap_menu_btn_trigger {
    width: 30px;
    height: 30px;
}

    .ap_menu_btn_trigger span{
        background: #fff;
    }

    .ap_menu_btn_trigger span:nth-of-type(2) {
    top: 13px;
}

    .ap_menu_btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

    .ap_menu_btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}
    .ap_menu_box.open{
    background: #FBF6E0;
    opacity: 1;
     background-image: url(https://image.raku-uru.jp/01/19511/3/header_img_1630472712891.png);
    background-color: #FBF6E0;
    background-position: top;
    background-size: 200% auto;
    background-repeat: no-repeat;
    padding: 5%;
    overflow: auto;
    }

    .ap_menu_box.open a{
        color: #642D1A;

    }

     .ap_menu_box.open .menu_fast{
    border-bottom: 1px solid #666;
    padding: 30px 0;
    }

    .ap_menu_box.open ul:last-child{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    }

    .ap_menu_box.open li{
        width: 220px;
        padding:15px 0;
    }

    .ap_menu_box.open li img{
        width: 70px;
        margin-right: 15px;
    }

    .ap_menu_box.open ul:last-child li {
    width:auto;
    padding: 10px 10px;
    font-size: 14px;
}
}

@media screen and (max-width: 769px) {

/*ヘッダー*/

    #header {
    background-size: 200% auto;
}


    .ap_padding.ap_sm_pankuzu{
    padding: 5px;
    }

    .breadcrumbs{
    font-size: 12px;
    margin-top: 15px;
    }

    .breadcrumbs .ap_padding_side_half {
    padding: 0 5px 0 5px;
}

    .ap_sm_769{
        display: block!Important;
    }

         /*トップ商品*/
    .ap_item_wrap{
        flex-wrap: wrap;
    }

    .ap_item_wrap li {
    width: 48%;
    margin-right: 4%;
    margin-bottom:5%;
    }
    .ap_item_wrap li:nth-child(2n){
    margin-right: 0;
    }
    .ap_annai_wrap{
    margin-bottom: 50px;
}

    .ap_bg_news{
        background-image:url(https://image.raku-uru.jp/01/19511/288/contents_bg_sp+%281%29_1635214931440.jpg);
    }

    .ap_item_title_top {
    margin-top: -25%;
    }
    
    .banner_bottom{
    width: 95%;
}

}

@media screen and (max-width: 600px) {

    .ap_item_title_top{
    margin-top:-40%;
    }

    #header{
        padding: 50px 20px 0px 20px;
    }
    .ap_padding_top_bottom.sm{
        padding: 20px 0!Important;
    }

    .ap_news_slide{
        font-size: 14px!important;
    }

    .ap_paddin100 {
    padding: 30px 20px;
}

    .ap_header_menu{
    flex-wrap: wrap;
    background: #FFF;
    width: 100vw;
    margin-left: -20px;
    padding: 20px;
}
    .ap_header_menu li{
        width: 33%;
        height: 105px;
    }
.ap_header_menu li:nth-child(1),
.ap_header_menu li:nth-child(2),
.ap_header_menu li:nth-child(3){
    border-bottom: #efe7d5 1px solid;
    }

.ap_header_menu li:first-child::before {
    display: none;
    }
.ap_header_menu li:nth-child(3n)::after{
    display: none;
    }
}

@media screen and (max-width: 500px) {
/*
    .ap_sm_flex &gt; a{
        width: 50%;
    }
*/
    .ap_side_menu_title {
    width: 100%;
    margin-bottom: 10px;
}
    .ap_side_menu_title.ap_bg_brown {
        width: 100%;
        margin-bottom: 10px;
    }
    .ap_common_title img {
    width: 70px;
    }
}

.wysiwyg-data table,
.free{
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

.wysiwyg-data table th,
.free th {
    background:#E58F8A;
    color: #fff;
    padding: 8px 5px;
    text-align: center;
    border: #666 1px solid !important;
}

.wysiwyg-data table tr td,
.free td {
    padding: 8px 5px;
    border: #666 1px solid !important;
    text-align: center;
}

.ap_padding-bottom_large{
    padding-bottom: 50px;
}

.enkaku td:first-child,.gaiyou th{
    width: 20%;
}
.enkaku td:last-child,.gaiyou td{
    width: 80%;
}
.enkaku td:last-child{
    text-align: left;
}

    .enkaku .sm_block{
        display: none;
    }
    .enkaku img{
        width: auto;
        max-width: 100%;
}

@media screen and (max-width: 600px) {
    .free {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .free tbody {
        width: 600px;
        display: table;
    }

    table.about-tbl tr{
        display: block;
    }
    table.about-tbl th{
        display: block;
        width: 100%;
        padding: 15px 0 0 0;
    }
    table.about-tbl td{
        display: block;
        width: 100%;
        border-bottom: 1px solid #d4d9df;
    }
    .enkaku th{
        display: none;
    }

    .enkaku .sm_block{
        display: block;
    }

    .enkaku td:first-child,.gaiyou th{
    width: 100%;
    display: block;
    background:#E58F8A;
    color: #fff;
    }
    .enkaku td:last-child,.gaiyou td{
     width: 100%;
    display: block;
    }
}


@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media all and (-ms-high-contrast: none) {

    .logo{
        width: 300px;
    }
  }
  .ap_sp_br{
    display: none;
  }
  .ap_padding_bottom_sp{
  }

@media screen and (max-width: 768px) {
  .ap_sp_br{
    display: block;
  }
  .ap_padding_bottom_sp{
    padding-bottom: 1em;
  }
}

.ap_mb10{
    margin-bottom: 10px;
}




/*---------------------------------------------*/

/*LP追加 css*/

/*----------------------------------------------*/

.wysiwyg-data.ap_full{

    max-width: none;
    margin: auto;
    padding: 50px 0;

}


.ap_lp_pink_bg{
    position: relative;
    background:#E3A298;
    border-radius: 24px;
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    line-height: 2em;
    box-shadow: 0 0 10px #E3A298;
    font-weight: bold;
    margin:50px 0;
}

.ap_yellow{
    color: #EAFF00;
}
.ap_lp_pink_title {
    position: relative;
    display: inline-block;
}

.ap_lp_pink_title h2{
font-size: 30px;
letter-spacing: 1.5px;
color: #EAFF00;
    margin-bottom: 30px;
}

.ap_lp_img1 {
    position: absolute;
    width: 25%;
    left: 15px;
    top: -95px;
    min-width: 120px
}

.ap_lp_img2 {
    max-width: 800px;
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 35px;
}
    
.ap_lp_img6 {
    position: absolute;
    width: 10%;
    right: 9%;
    top: 18%;
}
.ap_lp_img7 {
    position: absolute;
    width: 5%;
    left: 5%;
    top: 28%;
}

.ap_lp_title1{
    background: #F5F27E;
    color: #E3A298;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 35px;
}

.ap_lp_list_wrap {
    width: 90%;
    margin: auto;
    text-align: left;
    max-width: 800px;
    position: relative;
    margin-bottom: 30px;
}

.ap_lp_list span{
    background: #D36A67;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.ap_lp_list_wrap img {
    width: 30%;
    position: absolute;
    right: 0;
    top: -20px;
}
.ap_lp_list li{
    margin-bottom: 10px;
}


.ap_lp_flex{
    display: flex;
    align-items: center;
    position: relative;
}

.ap_lp_box1 {
    width: 78%;
    padding-right: 50px;
    font-size: 16px;
    line-height: 1.8em;
}

.ap_lp_box1 h2{
    font-size: 23px;
}

.ap_lp_box2 {
    width: 22%;
}

.ap_lp_box1_title{
       background: #F5F27E;
    color: #E3A298;
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    margin: 15px 0;
}


.ap_lp_white_bg {
    background: #fff;
    padding: 5% 5%;
    border-radius: 20px;
    border: 5px solid #E58F8A;
    margin: 50px 0;
}

.ap_lp_flex2{
    display: flex;
    align-items: center;
    line-height: 1.8em;
}

.ap_lp_flex2 img {
    width: 28%;
}
.ap_lp_flex2 p {
    width: 72%;
    padding-left: 50px;
}

.ap_lp_white_bg_title {
    text-align: center;
    margin-bottom: 30px;
    color: #E58F8A;
    font-size: 20px;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap_lp_white_bg_title::before,
.ap_lp_white_bg_title::after {
    display: block;
    content: "";
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ap_lp_white_bg_title::before{
    background-image: url(https://image.raku-uru.jp/01/19511/482/hana1_1639706133725.png);
    margin-right: 10px;
}

.ap_lp_white_bg_title::after{
    background-image: url(https://image.raku-uru.jp/01/19511/483/hana12_1639706133974.png);
    margin-left: 10px;
}

.ap_lp_img3 {
    position: absolute;
    max-width: 250px;
    bottom: -55%;
    width: 20%;
}

.ap_lp_img5{
    max-width: 1000px;
    margin: 50px auto 80px;
    width: 90%;
    display: block;
}



.ap_lp_font{
    font-size: 30px;
}

.ap_lp_line{
    line-height: 2em;
}

.ap_lp_bottom_wrap{
    margin-top:50px;
    position: relative;
}

.ap_lp_bottom_flex{
    display: flex;
    max-width: 1000px;
    width: 90%;
    justify-content: center;
    margin: auto;
}

.ap_lp_img8 {
    width: 22%;
    position: absolute;
    bottom: -50px;
}

.ap_lp_bottom_flex img{
    width: 30%;
}
@media screen and (max-width: 1100px) {

    
    .ap_lp_img8 {
    bottom: -100px;
}
}

@media screen and (max-width: 1000px) {
    
    
    .ap_lp_pink_title h2 {
    font-size: 25px;
}
    
    .ap_lp_pink_bg {
        font-size: 16px;
        line-height: normal;
        padding: 50px 20px;
    }
    
    .ap_lp_img2 {
    width: 100%;
}

}

@media screen and (max-width: 769px) {
    
   .ap_lp_img7 {
    position: absolute;
    width: 11%;
    left: 5%;
    top: 28%;
} 
    .ap_lp_img6 {
    position: absolute;
    width: 13%;
    right: 9%;
    top: 25%;
}
    
    
    .ap_lp_flex {
display: block;
}
    
    .ap_lp_box1 {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: normal;
}
    .ap_lp_box2 {
    width: 50%;
    margin: auto;
}
    
.ap_lp_white_bg {
    padding: 12% 5%;
    margin-top: 150px;
}
   
    
.ap_lp_img3 {
    max-width: 200px;
    bottom: -200px;
    width: 25%;
    right: 0;
}

.ap_lp_flex2{
    display: block;
    line-height: normal;
    }
    
.ap_lp_flex2 img {
    width: 100%;
}
    
.ap_lp_flex2 p {
    width: 100%;
    padding-left: 0;
    margin-top:20px;
}
    
    .ap_lp_bottom_flex {
    display: block;
    width: 100%;
        padding-bottom: 100px;
}
    .ap_lp_bottom_flex img {
    width: 50%;
    margin: auto;
    display: block;
}
    
    .ap_lp_img8 {
    bottom: -100px;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
    
    .ap_lp_list_wrap img {
    width: 35%;
    position: absolute;
    right: -40px;
    top: auto;
    bottom: -10%;
}
    
    .ap_lp_font {
    font-size: 24px;
}
    
    .ap_lp_line {
    line-height: normal;
}
    
}
@media screen and (max-width: 600px) {
    
    
.ap_lp_img3 {
    max-width: 200px;
    bottom: -180px;
    width: 37%;
    right: 0;
    min-width: 150px;
}
    
.ap_lp_img1 {
    left: 0px;
    top: -95px;
}
    
.ap_lp_img6 {
    width: 20%;
    right: -2%;
    top: 35%;
}
    
.ap_lp_img7 {
    left: 7%;
    top: 42%;
}
.ap_lp_list span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
    
   .ap_lp_pink_bg {
        margin-bottom: 80px;

    }
    
.ap_lp_list_wrap img {
    width: 55%;
    right: -30px;
    top: auto;
    bottom: -140px;
    max-width: 250px;
    min-width: 200px;
}
    
    .ap_lp_box2 {
    width: 80%;
    margin: auto;
}
    .ap_lp_bottom_flex img {
    width: 80%;
    margin: auto;
    display: block;
}
    
    .ap_lp_img8 {
    width: 80%;
}
}

/*キャンペーン*/

.ap_campaign_banner{
    display: none;
}

.ap_campaign_banner.block{
    display: block;
    margin-bottom: 100px;
}

.ap_margin-right{
margin-right:20px;
}
/* インスタ画像 */
#fuga {
    height: 21vw;
}
@media screen and (max-width: 1400px){
    #fuga {
        height: 23vw;
    }
}
@media screen and (max-width: 900px){
    #fuga {
        height: 26vw;
    }
}
@media screen and (max-width: 640px){
    #fuga {
        height: 165vw;
    }
}
@media screen and (max-width: 480px){
    #fuga {
        height: 200vw;
    }
}
@media screen and (max-width: 450px){
    #fuga {
        height: 85vw;
    }
}

/* Q&amp;A */
.ap_text_underline{
    text-decoration: underline;
}

/* きれい茶通信 */
.ap_content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ap_content_wrap &gt; div {
    width: 25%;
    height: auto;
    margin: 1%;
    padding: 15px;
    border: 1px solid #642D1A;
    border-radius: 15px;
    background: #fff;
}

.ap_content_wrap img {
    padding: 0 20%;
}

.ap_content_wrap:after {
    content: "";
    display: block;
    width: 54%;
    height: 0;
}

.ap_link_pdf &gt; div p::after {
    content: "PDF";
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid #E58F8A;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    background: #E58F8A;
}

@media screen and (max-width: 767px) {
    .ap_content_wrap &gt; div {
        width: 48%;
        padding: 10px;
    }

    .ap_content_wrap:after {
        width: 50%;
    }
}
</pre></body></html>