@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
    margin: 79px 0px 0px;
    overflow: hidden;
}

body.home {
    margin: 0;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.nr_wrap {
    width: 86.2%;
    margin: auto;
}

.lr_wrap {
    width: 93%;
    margin: auto;
}

.avenir {
    font-family: Avenir, sans-serif;
}

.bas {
    font-family: "Libre Baskerville", serif;
}

.f_fa {
    font-family: 'Fahkwang', sans-serif;
}

.f_din {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.f_no {
    font-family: 'Noto Serif JP', serif;
}

.yu {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.cas {
    font-family: big-caslon-fb, serif;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

#page_company .common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

#page_company .common_page_title .sub_title {
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
    /* width: 70%; */
    margin: auto;
}

.company_profile table {
    width: 70%;
    border-collapse: collapse;
    margin: auto;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
    width: 70%;
    margin: auto;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 71%;
    border-collapse: collapse;
    margin: auto;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    /* font-size: 14px; */
    letter-spacing: .1em;
}

#page_contact table th {
    width: 25%;
    vertical-align: middle;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: .3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

#page_contact .attention {
    /* font-size: 16px; */
    text-align: center;
    margin: 40px 0;
}

#page_contact #btn_wrap {
    justify-content: center;
    flex-direction: row-reverse;
}

#page_contact #btn_wrap button {
    background-color: #D3B66E;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    margin-top: 50px;
    display: block;
    width: 300px;
    line-height: 60px;
    letter-spacing: .08em;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    color: #fff;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.attention2 {
    font-size: 12px;
    margin-top: 20px;
}

.LPlink {
    border: 1px solid #000;
    display: table;
    padding: 10px 50px 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
    transition: .3s;
}

.LPlink .icon {
    position: absolute;
    width: 20px;
    display: block;
    transform: rotate(-15deg);
    right: -2px;
    bottom: -20px;
}

.LPlink .icon img {
    width: 100%;
}

.LPlink:before {
    content: "+";
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    font-size: 20px;
    line-height: 1;
}

.LPlink:hover {
    opacity: .6;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 0;
    left: 3px;
    border: none;
    background: #C19F5E;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    color: #C19F5E;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #D3B66E;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    /* border-radius: 50px; */
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 30px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 5%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    font-size: 18px;
    color: #3b3a37;
    border-top: solid 2px transparent;
    margin: 0 50px;
    font-family: Avenir, sans-serif;
}

#page_contact .progressbar .item:not(:last-child)::before,
#page_contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    margin: auto;
}

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

#page_contact .progressbar .item.active:not(:last-child)::after {
    /* border-left-color: #0070bd; */
}

#page_contact .progressbar .item::before {
    display: none;
}

/* PC固定ページ 個人情報保護方針 */
.privacy_page .main_text {
    /* font-size: 15px; */
    line-height: 2;
    margin-bottom: 3em;
    letter-spacing: .08em;
}

.privacy_page dl {
    margin-bottom: 30px;
}

.privacy_page dl:last-child {
    margin-bottom: 0;
}

.privacy_page dl dt {
    font-weight: 600;
    margin-bottom: .5em;
    color: #999;
}

.privacy_page dl dd {
    font-size: 16px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page-404 {
    text-align: center;
}

#page-404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
    flex-wrap: nowrap;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #333;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    margin-right: 3%;
    font-size: 95%;
    width: 100px;
    color: #979797;
    flex-shrink: 0;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive_page_list>article .content_area .content {
    font-size: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #333;
    background-color: #ebe5d9;
    border-color: #ebe5d9;
}

.wp-pagenavi .current {
    color: #333;
    background-color: #ebe5d9;
    border-color: #ebe5d9;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    margin: 5px;
    letter-spacing: .08em;
}

.singleContent h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news_not_found {
    text-align: center;
}

#single_page aside#info_side ul li a {
    color: initial;
    flex-wrap: nowrap;
    padding: 0 0 12px;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .single_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
}

.singleContent .day_cat {
    margin: 40px 0;
    align-items: center;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.aside_article_type li a {
    flex-wrap: nowrap;
}

.aside_article_type .cat {
    /* background-color: #333; */
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.aside_article_type .cat li {
    background: #333;
}

.aside_article_type .cat ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    align-items: flex-start;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: 30px 0;
    flex-wrap: nowrap;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
    align-items: flex-start;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit {
    top: 280px !important;
}

.a2a_kit::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 34%;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    width: 140px;
    margin-bottom: 15px;
    position: relative;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: 100%;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent h2::before,
.singleContent h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent article ul {
    border: solid 1px #ccc;
    padding: 20px 10px 20px 0;
}

.singleContent ul li+li {
    margin-top: 10px;
}

.singleContent ul li {
    position: relative;
    padding-left: 30px;
}

.singleContent ul li::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/aticle_list_arrow.png) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.singleContent_links ul li::before {
    display: none;
}

/* ここからPC 記述　*/
#main_header {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    min-width: 93%;
    padding: 26px 0px;
    z-index: 100000;
}

#main_header.top {
    background-color: transparent;
    position: absolute;
}

.scroll_header {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    left: 0px;
    min-width: 93%;
    padding: 26px 0px;
    z-index: 100000;
    transition: all 200ms ease-out;
    top: -100px;
}

.scroll_header.is_active {
    top: 0;
}

#main_header .el__logo a,
.scroll_header .el__logo a {
    width: 55px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 20px;
}

.hamburger_menu {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 3.5%;
    top: 20px;
    z-index: 20000;
    transition: all 200ms ease-out;
}

.hamburger_menu.top {
    top: -80px;
}

.hamburger_menu.top.is_active {
    top: 20px;
}

.top .hamburger_menu {
    position: absolute;
}

#hamburger_menu_cont {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    z-index: 10000;
    background: rgba(255, 255, 255, .9);
}

#hamburger_menu_cont.active {
    opacity: 1;
    visibility: visible;
}

.el__hd_conts {
    align-items: center;
    justify-content: flex-end;
}

.hamburger_menu .el__icon {
    background: rgb(51, 51, 51);
    width: 30px;
    height: 2px;
    display: block;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 16px;
}

.hamburger_menu .el__icon:nth-child(2) {
    top: 23px;
}

.hamburger_menu .el__icon:nth-child(3) {
    top: 30px;
}

.el__hd_conts .el__online_btn {
    display: block;
    color: rgb(51, 51, 51);
    transition: all 0.3s ease 0s;
    font-weight: 500;
    position: relative;
}

.el__hd_conts .el__online_btn::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 28px;
    height: 25px;
    background: url("/wp-content/themes/child/image/icon_cart.png") center center / contain no-repeat;
    transition: .3s;
}

#bl__mv {
    padding: 200px 0px 0px;
    position: relative;
    filter: blur(10px);
    transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    z-index: 10;
}


#bl__mv>* {
    position: relative;
}

#bl__mv .el__logo_area {
    width: 220px;
    color: rgb(190, 152, 79);
    text-align: center;
    font-weight: 600;
    margin: 0px auto 30px;
}

#bl__mv .el__logo_area .el__text {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

#bl__mv .el__logo_area .el__serum {
    font-size: 47px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 12px;
}

#bl__mv .el__outer__text_area {
    width: 374px;
    text-align: center;
    align-items: center;
    margin-left: auto;
}

#bl__mv .el__outer__text_area .el__catch_en {
    color: rgb(114, 111, 106);
    font-size: 56px;
}

#bl__mv .text_area .mv_ph {
    letter-spacing: 0.38em;
}

#bl__mv .el__outer__mv_label {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0px;
    bottom: 150px;
}

#bl__mv .el__outer__mv_label a {
    display: grid;
    grid-template-columns: 75px 160px;
    gap: 0 10px;
    padding: 10px 0;
    place-content: center;
    align-items: center;
    width: 330px;
}

#bl__mv .el__outer__mv_label .el__ver {
    text-align: center;
    letter-spacing: 0.15em;
    margin: 0 0 10px;
    font-size: 14px;
}

#bl__mv .el__outer__mv_label .el__discount {
    color: #D3B66E;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

#bl__mv .el__outer__mv_label .el__discount small {
    font-size: 12px;
    font-weight: bold;
}

#bl__mv .el__outer__mv_label .el__num {
    font-size: 50px;
    line-height: 1;
}

#bl__mv .el__disc_box {
    font-size: 11px;
    color: #726e6a;
    position: absolute;
    right: 5%;
    bottom: 50px;
}

.el__logo_mv {
    width: 85%;
    margin: auto;
}

.el__outer__mv_label .el__conts_area {
    flex-wrap: nowrap;
}

.el__outer__mv_label .el__conts_area .el__text {
    text-align: center;
}


.el__site_ttl {
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.el__site_ttl .el__num {
    position: relative;
    padding-right: 90px;
    margin-right: 10px;
}

.el__site_ttl .el__num::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 1px;
    background: rgb(51, 51, 51);
}

.el__site_ttl {
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.el__site_ttl .el__num {
    position: relative;
    padding-right: 95px;
    margin-right: 10px;
}

.el__site_ttl .el__num::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 1px;
    background: rgb(112, 112, 112);
    width: 90px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#bl__concept {
    padding: 100px 0px 179px;
    position: relative;
}

.el__outer__site_flame {
    text-align: center;
}

.el__outer__site_flame .el__en_catch {
    font-size: 38px;
    color: #D3B66E;
    letter-spacing: 0.04em;
    position: relative;
}

.el__outer__site_flame .el__ja_catch {
    font-size: 18px;
    color: #D3B66E;
    letter-spacing: 0.04em;
    position: relative;
}

#bl__concept .el__outer__site_flame {
    margin-top: 80px;
}

.bl__concept__el__img_1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: left;
}

.el__outer__site_flame .el__text_area {
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}

.el__outer__site_flame .el__text_area .el__text {
    margin-top: 20px;
}

#bl__concept .el__outer__site_flame+.el__outer__site_flame {
    margin-top: 185px;
    position: relative;
}

.bl__concept__el__img_1 {
    position: absolute;
    width: 325px;
    margin-left: -6.9%;
    top: 250px;
    height: 400px;
}

.bl__concept__el__img_2 {
    position: absolute;
    width: 240px;
    aspect-ratio: 1;
    right: 7%;
    top: 577px;
}

#bl__concept .el__outer__site_flame+.el__outer__site_flame .el__text_area::before {
    content: "";
    position: absolute;
    left: -463px;
    bottom: -144px;
    background: url("/wp-content/themes/child/image/bg_let_mi.png") center center / contain no-repeat;
    width: 495px;
    height: 305px;
    z-index: -1;
}

.el__outer__site_btn {
    text-align: center;
}

.el__site_btn {
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
    padding-right: 92px;
    position: relative;
    display: inline-block;
}

#bl__concept .el__outer__site_btn {
    margin-top: 70px;
}

.el__outer__site_btn {
    text-align: center;
}

.el__site_btn {
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
    padding-right: 92px;
    position: relative;
    display: inline-block;
}

#bl__concept .el__outer__site_btn {
    margin-top: 70px;
}

.el__site_btn::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 60px;
    background: rgb(51, 51, 51);
    margin: auto;
    right: 20px;
    transition: all 0.3s ease 0s;
}

.el__site_btn::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    transition: all 0.3s ease 0s;
}

#bl_products {
    padding: 700px 0px 153px;
    position: relative;
}

#bl_products::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgb(247, 246, 244);
    width: 100%;
    height: 1320px;
}

#bl_products>* {
    position: relative;
    z-index: 1;
    /* width: calc(100vw - 100px); */
}

#bl_products .el__outer__site_banner {
    width: 86.2%;
    margin: auto;
    padding: 70px 70px 50px;
}

.el__inner__site_banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.el__inner__site_banner .el__text_area {
    width: 50%;
}



.el__outer__site_banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("/wp-content/themes/child/image/0396.JPG") center / cover no-repeat;
    width: 100%;
    height: 100%;
    opacity: .8;
}

#bl_products .el__outer__site_banner>* {
    position: relative;
}

.el_disc_accordion {
    border-bottom: solid 1px;
    margin-top: 22px;
}

#bl_products .el__outer__site_btn a {
    width: 250px;
    display: block;
    border: solid 1px;
    line-height: 50px;
    margin-top: 40px;
}

.el__outer__site_banner a>* {
    position: relative;
}

.el__inner__site_banner .el__catch {
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.el__inner__site_banner .el__serum {
    font-size: 18px;
    letter-spacing: 0.02em;
    border: 1px solid;
    padding: 2px 12px;
    display: inline-block;
    margin-top: 22px;
}

.el__products__detal_wrap {
    margin-top: 12px;
    align-items: center;
}

.el__products__detal_wrap .el__mi_serum {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-right: 31px;
}

.el__products__detal_wrap .el__mi_serum .jp {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.el__inner__site_banner .el__disc_box {
    margin-top: 50px;
    font-size: 11px;
}

.el__products__detal_wrap .el__price {
    font-size: 20px;
    color: #D3B66E;
    letter-spacing: 0.08em;
}

.el__products__detal_wrap .el__price .el__num {
    font-size: 30px;
    margin: 0px 10px;
}

.el__inner__site_banner .el__text {
    letter-spacing: 0.02em;
    margin-top: 19px;
}

.el__inner__site_banner .text {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-top: 18px;
}

#bl_products .el__site_ttl {
    justify-content: flex-start;
    margin-bottom: 40px;
}

#bl_products .bl__products__bg_img_2 {
    position: absolute;
    width: 390px;
    top: 100px;
    left: 3.2%;
    height: 480px;
}

#bl_products .simpleParallax.simple-parallax-initialized {
    height: 100%;
}

#bl_products .bl__products__bg_img_1 {
    position: absolute;
    top: 0px;
}

#bl__footer {
    padding: 110px 0px 90px;
    margin-top: 162px;
    background: rgb(235, 229, 217);
}

.el__outer__footer {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: flex-end;
}

.el__footer_logo a {
    width: 120px;
    display: block;
}

.el__footer_list #el__icon_note {
    width: 15px;
    height: 15px;
}

.el__footer_list li a {
    display: block;
    color: rgb(51, 51, 51);
    font-family: Avenir, sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: all 0.3s ease 0s;
}

.el__footer_help_desk li a {
    font-size: 14px;
    color: rgb(51, 51, 51);
    transition: all 0.3s ease 0s;
    letter-spacing: 0.08em;
}

.el__copy_right {
    font-size: 12px;
    letter-spacing: 0.13em;
    font-weight: 500;
    margin-top: 60px;
}

.el__footer_help_desk {
    margin-top: 70px;
}

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

.el__footer_help_desk_list li {
    margin: 0px 0 0 74px;
}

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

.el__footer_list li {
    margin-left: 60px;
}

.el__footer_list li.el__instagram a {
    display: block;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/child/image/icon_insta.png) center center / contain no-repeat;
}

#bl__mv .el__outer__mv_label::before {
    background-size: cover;
}

#bl__mv .nr_wrap {
    z-index: 100;
}

#bl__mv .el__mv_product_img {
    width: 212px;
    position: absolute;
    top: 77px;
    right: 31%;
}

#bl__mv.show {
    filter: blur(0px);
    opacity: 1;
    height: 100vh;
}

#bl__mv .information_area {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 30px;
    font-weight: bold;
}

#bl__mv .information_area .information_title {
    font-family: Avenir, sans-serif;
    font-size: 30px;
    color: #D3B66E;
}

#bl__mv .information_area a {
    align-items: flex-end;
}

#bl__mv .information_area .data {
    font-size: 14px;
    margin-right: 1em;
}

#bl__mv .information_area .title {
    font-size: 16px;
}


#bl__mv .el__disc_box .el__disc {
    text-align: left;
}

#bl__mv .bl__mv_slide_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.bl__mv_slide_box .slick-slide {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

#bl__mv .bl__mv_slide_box img {
    object-fit: cover;
    height: 106%;
    width: 105%;
    object-position: left;
}

.bl__mv_slider {
    height: 100%;

}

.bl__mv_slider .slick-list.draggable .slick-track,
.bl__mv_slider .slick-list.draggable {
    height: 100%;
}

#bl__mv .el__mv_aquq {
    position: absolute;
    width: 539px;
    top: 29px;
    right: 20%;
    opacity: 0;
    transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 2000ms;
}

#bl__mv.show .el__mv_aquq {
    opacity: 1;
}

#bl_products .el__outer__parallax {
    position: absolute;
    top: 0px;
    width: calc(100vw - 100px);
    height: 300px;
}

#bl_products .bl__products__bg_img_2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: -86px top;
}

#bl__mv .el__disc_num {
    font-size: 11px;
    position: relative;
    top: -2px;
    left: 5px;
}

.hamburger_menu.active {
    transform: rotate();
    border: none;
    top: 50px;
}

.hamburger_menu.active .el__icon:nth-child(2),
.hamburger_menu.active .el__icon:nth-child(3) {
    transform: rotate(-30deg);
    top: 25px;
}

.hamburger_menu.active .el__icon {
    transform: rotate(30deg);
    top: 25px;
    width: 38px;
}

.el__outer__hamburger_menu {
    width: 31.3%;
    background: #f7f6f4;
    height: 100vh;
    padding: 8.5% 0 0 7%;
}

.el__hamburger__nav li a,
.el__hamburger__nav li.accordion {
    font-size: 27px;
    letter-spacing: .03em;
    transition: .3s;
    display: inline-block;
    border-bottom: solid 1px transparent;
}

.el__hamburger__shop_link {
    position: relative;
    display: block;
    width: 38px;
    height: 34px;
    background: url(/wp-content/themes/child/image/icon_cart.png) center no-repeat;
    background-size: contain;
    left: -11%;
}

.el__hamburger__nav {
    margin: 25px 0 17px;
    padding-bottom: 10px;
    position: relative;
}

.el__hamburger__inner_menu .el__cat a {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.el__hamburger__nav .el__hamburger__inner_link a {
    display: block;
    transition: .3s;
    font-size: 16px;
    font-weight: 400;
    padding-left: 11px;
    margin-top: 5px;
}

.el__hamburger__nav::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: #fff;
    width: 70%;
    bottom: 0;
}

.el__hamburger__insta_link a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    transition: .3s;
    letter-spacing: .05em;
}

.el__hamburger__insta_link a::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/child/image/icon_insta.png) center center / contain no-repeat;
    left: 106px;
}

.el__hamburger__help_desk a {
    transition: .3s;
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
}

.el__hamburger__help_desk li+li {
    margin-top: 5px;
}

.el__hamburger__nav li+li {
    margin-top: 15px;
}

.el__hamburger__nav li.accordion::before {
    content: "";
    position: absolute;
    left: 200px;
    top: 24px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    transition: .3s;
}

.el__hamburger__nav li.accordion {
    position: relative;
}

.el__hamburger__nav li.accordion.nowOpen::before {
    transform: rotate(135deg);
}

.el__hamburger__nav li a:hover {
    border-bottom: solid 1px #BE974D;
}

.el__hamburger__help_desk a:hover {
    color: #BE974D;
}

.el__hamburger__insta_link a:hover {
    color: #BE974D;
}

.el__footer_list #el__icon_note path {
    transition: .3s;
}

/* ここから内部ページ　記述　PC */
.common-page_main.based {
    padding: 80px 0 120px;
    position: relative;
}

.common-page_main.based .el__site_ttl {
    justify-content: flex-start;
    align-items: center;
}

.common-page_main.based .el__main_ttl {
    font-size: 20px;
}

.el__en_ttl {
    text-transform: uppercase;
}

.el__page__mv_logo {
    position: absolute;
    left: 0;
    width: 495px;
    right: -28%;
    margin: auto;
}

.privacy_index {
    width: 70%;
    margin: auto;
}

body #sitemap_list li.home-item {
    border: none;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px;
}

body #sitemap_list {
    width: 70%;
    margin: auto;
}

body #sitemap_list li a {
    border: none;
    background: no-repeat;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 10px;
    position: relative;
    padding-left: 51px;
}

body #sitemap_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #808080;
    border-right: solid 2px #808080;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    transition: .3s;
}

#sitemap_list li.home-item a::before {
    display: none;
}

body #sitemap_list li a:hover::before {
    left: 10px;
}

#page_company .company_access {
    margin-top: 150px;
}

.el__page__mv_message {
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    margin-top: 40px;
    line-height: 2;
}

.el__page__about_mv_img1 {
    width: 41%;
    margin-top: 140px;
    height: 489px;
    transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(70px);
    opacity: 0;
    position: relative;
}

.el__page__about_mv_img1::before {
    content: "";
    position: absolute;
    right: -400px;
    top: -46px;
    background: url(/wp-content/themes/child/image/bg_let_mi.png) center no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
}

.el__page__about_mv_img2 {
    position: absolute;
    width: 260px;
    bottom: 48px;
    left: -12%;
    right: 0;
    margin: auto;
    height: 244px;
    transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(70px);
    opacity: 0;
    transition-delay: 700ms;
}

.common-page_main.about {
    position: relative;
    padding: 50px 0 80px;
}

.common-page_main.about .el__page__mv_logo {
    right: -285px;
    bottom: 288px;
    transition: 2500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 500ms;
    opacity: 0;
}

.el__page__about_mv_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.common-page_main.about.show .el__page__about_mv_img1,
.common-page_main.about.show .el__page__about_mv_img2 {
    transform: translateY(0px);
    opacity: 1;
}

.common-page_main.about.show .el__page__mv_logo {
    right: -235px;
    opacity: 1;
}

.el__page__about_flame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.el__page__about_flame:nth-child(even) .el__text_area {
    order: 2;
}

#page_about {
    padding-top: 150px;
}

.el__page__about_flame .el__text_area {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-bottom: 60px;
}

.el__page__about_flame .el__en_message {
    color: #D3B66E;
    font-size: 38px;
    letter-spacing: .04em;
}

.el__page__about_flame .el__text {
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 2;
    margin-top: 10px;
}

.page__el__movie video {
    width: 100%;
    object-fit: cover;
    display: block;
}

.page__el__movie video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.page__el__movie {
    margin-top: 150px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
    position: relative;
}

/* .page__el__movie::before{
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 88, 88,0.5);
    position: absolute;
    inset: 0;
    margin: auto;
}

.page__el__movie::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    inset: 0;
    margin: auto;
} */

.page__el__movie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-344 .common_page_wrap {
    padding-bottom: 0;
}

.el__page__mv_product {
    width: 190px;
    margin: 50px auto 0;
}

.el__page__mv_product img {
    filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, 0.4));
}

.common-page_main.products .el__page__mv_message.products {
    position: absolute;
    right: 12%;
    top: 250px;
}

.common-page_main.products .el__page__mv_bar {
    width: 40%;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    bottom: -25px;
    padding: 10px 0 10px 61px;
    letter-spacing: .08em;
    font-size: 20px;
}

.common-page_main.products {
    background: #F7F6F4;
    padding: 50px 0 80px;
    position: relative;
}

.page-id-358 .breadcrumb {
    margin-top: 50px;
}

.el__page__mv_bar .el__ttl {
    display: inline-block;
    margin-right: 10px;
}

.el__page__mv_bar::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/child/image/icon_list.png) center center / contain no-repeat;
    background-size: contain;
    bottom: 0;
    margin: auto;
}

.common-page_main.products .el__page__mv_logo.products {
    right: auto;
    width: 39%;
    bottom: 126px;
    left: -7%;
    position: absolute;
}

.el__page__mv_message.products::before {
    content: "";
    position: absolute;
    left: -102px;
    right: 0;
    margin: auto;
    background: url(/wp-content/themes/child/image/aqua_bg.png) center center / contain no-repeat;
    background-size: contain;
    width: 540px;
    height: 400px;
    opacity: .2;
    top: 0;
    bottom: -46px;
    z-index: -1;
    /* transform: rotate(-45deg); */
}

.common-page_main.products>* {
    position: relative;
    z-index: 10;
}

.el__page__mv_message.products::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 0;
    margin: auto;
    background: url(/wp-content/themes/child/image/mv_aqua.png) center center / contain no-repeat;
    background-size: contain;
    width: 540px;
    height: 400px;
    opacity: .2;
    top: 0;
    bottom: -28px;
    z-index: -1;
    transform: rotate(219deg);
}

.el__page__products__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    row-gap: 140px;
}

.el__products__card .el__img {
    height: 300px;
}

.el__products__card .el__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
    filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, 0.4));
}

.el__products__card {
    text-align: center;
    letter-spacing: .05em;
}

.el__products__card .el__en__name {
    font-size: 24px;
}

.el__products__card .el__name {
    font-size: 17px;
}

.el__products__card .el__text__area {
    padding-top: 10px;
}

.el__products__card .el__inner__wrap {
    justify-content: center;
    margin-top: 20px;
    font-size: 17px;
    flex-wrap: nowrap;
}

.el__products__card .el__amount {
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
}

.el__products__card .el__amount::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background: #aaa8a8;
}

.el__page_product_slider {
    width: 350px;
    margin: auto;
}

.el__page__mv_product_img.details {
    width: 100%;
    margin: 50px auto 0;
}

.el__page__mv_product_img:first-child img {
    filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, 0.4));
}

.el__page__mv_logo.details {
    right: auto;
}

.el__page__products__mv_name_area {
    position: absolute;
    width: 30%;
    right: -52%;
    left: 0;
    margin: auto;
    text-align: center;
    top: 229px;
    letter-spacing: .08em;
    padding-top: 17px;
    font-size: 20px;
    z-index: 10;
}

.common-page_main.details {
    padding: 20px 0 100px;
    position: relative;
}

.el__page__products__mv_name_area::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #333;
    top: -20px;
    border-radius: 50%;
}

.el__page__products__mv_name_area .el__mv__name {
    margin-top: 15px;
}

.common-page_main.details::before {}

.el__page__product_detail_wrap {
    place-content: center;
    display: grid;
    grid-template-columns: 30% 50%;
    column-gap: 70px;
}

.el__page__product_detail_wrap .el__img {
    height: 500px;
    filter: drop-shadow(15px 10px 5px rgba(0, 0, 0, 0.4));
}

.el__page__product_detail_wrap .el__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.el__text__inner_wrap dl {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.el__text__inner_wrap dt,
.el__text__inner_wrap dd {
    font-size: 14px;
}

.el__text__inner_wrap dt {
    flex-shrink: 0;
    margin-right: 30px;
    width: 16%;
    font-weight: 400;
}

.el__text__inner_wrap {
    margin-top: 70px;
}

.el__page__product_detail_wrap .el__name {
    font-size: 21px;
    letter-spacing: .08em;
    margin-top: 8px;
}

.el__page__product_detail_wrap .el__en_name {
    font-size: 22px;
    letter-spacing: .08em;
}

.el__page__outer__product_detail {
    box-shadow: -4px -4px 40px 0 rgb(255 255 255 / 65%), 6px 8px 25px 0 rgb(154 171 205 / 30%);
    border-radius: 24px;
    padding: 100px 0 150px;
    width: 96%;
    margin: auto;
    background: #fbfafa;
}

.el__page__product_detail_wrap .el__inner__wrap>div.el__amount {
    border: 1px solid #939393;
    padding: 3px 30px;
}

.el__page__product_detail_wrap .el__inner__wrap>div a {
    padding: 3px 30px;
    border: 1px solid #939393;
    display: block;
    position: relative;
}

.el__page__product_detail_wrap .el__inner__wrap>div a .icon {
    display: block;
    width: 20px;
    transform: rotate(-15deg);
    position: absolute;
    right: -2px;
    bottom: -20px;
    pointer-events: none;
}

.el__page__product_detail_wrap .el__price {
    margin-left: 15px;
}

.el__page__product_detail_wrap .el__inner__wrap {
    margin-top: 35px;
}

.el__page__detail_message_area {
    width: 44%;
    margin: 100px auto 0;
    text-align: center;
}

.el__page__detail_message_area .el__message {
    text-align: center;
    letter-spacing: .08em;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: #D3B66E;
}

.el__page__detail_message_area li {
    font-size: 13px;
    letter-spacing: .02em;
}

.el__page__detail_credit {
    margin-top: 30px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.el__page__detail_credit .el__title {
    font-weight: 600;
}

.el__page__detail_credit .el__name {
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
}

.el__page__detail_credit .el__name_en {
    position: relative;
}

.el__page__detail_credit .el__name_en::before {
    content: "";
    width: 1px;
    height: 65%;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
}

.el__page__detail_credit .el__work {
    font-size: 14px;
}

.el__page__detail_credit .el__desc {
    margin-top: 20px;
    font-size: 14px;
}

.el__page__detail_interview {
    margin-top: 50px;
}

.el__page__detail_interview_movie {
    width: 50%;
    aspect-ratio: 16/9;
    margin: 0 auto;
}

.el__page__detail_interview_movie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive_page_list {
    width: 80%;
    margin: auto;
}

.el__page__pruduct_detail_movie {
    text-align: center;
    margin: 0 auto 200px;
    width: 50%;
}

.el__page__pruduct_detail_movie img {
    width: 100%;
}

.page_products_detail .el__site_btn {
    font-size: 13px;
}

#page_products_detail .el__site_btn {
    font-size: 16px;
}

#page_products_detail .el__outer__site_btn {
    margin-top: 100px;
}

.el__page__pruduct_detail_movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.el__outer__site_flame .el__en_catch .color {
    color: #E8E2D6;
}

.el__page__about_flame .el__text+.el__text {
    margin-top: 30px;
}

.el__page__outer_concept {
    margin-top: 100px;
}

.el__page__outer_concept .el__page__about_flame {
    display: block;
    padding: 100px 0;
    position: relative;
}

.el__page__outer_concept .el__page__about_flame .el__en_message {
    font-size: 24px;
    margin-bottom: 50px;
}

.el__page__outer_concept .el__page__about_flame::before {
    content: "";
    position: absolute;
    left: -500px;
    top: -50px;
    width: 400px;
    height: 400px;
    /* border: solid 1px#eee; */
    border-radius: 50%;
    right: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0 15px 31px rgba(0, 0, 0, 0.03);
}

.el__page__outer_concept .el__page__about_flame+.el__page__about_flame::before {
    left: 0;
    right: -555px;
    top: 167px;
    width: 200px;
    height: 200px;
}

.el__text__inner_wrap .main_text {
    font-size: 20px;
    letter-spacing: .05em;
    border-bottom: solid 1px #aeadad;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.el__text__inner_wrap .text+.text {
    margin-top: 15px;
}

.el__text__inner_wrap .text {
    font-size: 16px;
}

.el__page__product_intro {
    margin: 50px 0 0 auto;
    width: 57%;
}

.el__page__product_intro .el__ttl {
    border-bottom: solid 1px #aeadad;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: .1em;
    position: relative;
    font-size: 20px;
}

.el__page__product_intro .el__ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #333;
}



.el__page__product_intro .el__disc {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: .02em;
}

.el__page__detail_message_area .el__text {
    margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: .02em;
    text-align: left;
}

.el__page__detail_message_area .el__name {
    text-align: right;
}

.el__page__detail_message_area .el__name_inner {
    width: 110px;
    display: inline-block;
}

/* .el__page__detail_message_area .el__message::before {
    content: "◆";
    position: absolute;
    left: -35px;
    color: #D3B66E;
}

.el__page__detail_message_area .el__message::after {
    content: "◆";
    position: absolute;
    right: -30px;
    color: #D3B66E;
} */

#bl__mv .el__outer__mv_label .el__ver .color {
    display: block;
    line-height: 1.3;
}

/* 商品ページ追記分 */
.el__cource__wrap {
    margin-top: 20px;
}

.el__cource {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.el__cource+.el__cource {
    margin-top: 15px;
}

.el__cource_name {
    font-weight: 500;
}

.el__cource_before {
    width: 300px;
    position: relative;
}

.el__cource_before::before {
    content: "→";
    position: absolute;
    margin: auto;
    height: fit-content;
    top: 0;
    bottom: 0;
    right: -25px;
    font-weight: 600;
}

.el__cource_price {
    margin-top: 5px;
}

.el__cource_price span {
    display: inline-block;
    padding: 0 3px;
    font-size: 12px;
    border: 1px solid #333;
    margin-left: 10px;
}

.el__cource_after {
    font-weight: 600;
}

.el__cource_after a {
    text-decoration: underline;
    transition: all 100ms ease-out;
    position: relative;
}

.el__cource_after a:hover {
    opacity: .8;
}

.el__cource_after a .icon {
    display: block;
    width: 15px;
    transform: rotate(-15deg);
    position: absolute;
    right: -17px;
    bottom: -15px;
    pointer-events: none;
}

.el__text__inner_wrap .attention {
    margin-top: 30px;
    font-size: 12px;
}

.el__disc_inner {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.el__disc_inner figure {
    width: 150px;
    aspect-ratio: 1;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    /* position: relative; */
}

.el__disc_bottom {
    width: 380px;
    margin: 30px auto 0;
}

.el_accordion {
    display: none;
}

.el_accordion p {
    font-size: 14px;
}

.el_accordion dl {
    margin-top: 30px;
}

.el__ttl {
    position: relative;
}

.el__ttl .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.el__ttl .btn::before,
.el__ttl .btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 20px;
    height: 1px;
    background-color: #333;
}

.el__ttl .btn::after {
    transform: rotate(90deg);
    transition: all 200ms ease-out;
}

.el__ttl.is_show .btn::after {
    transform: rotate(0deg);
}

/* セラミド説明 */
.el_ceramide_desc {
    margin-top: 50px;
}

.el_ceramide_desc_img {
    width: 60%;
    margin: 0 auto;
}

.el_ceramide_desc_sentence {
    margin-bottom: 20px;
}

.el_ceramide_desc_sentence h3 {
    font-size: 20px;
    font-weight: 600;
}

.el_ceramide_desc_sentence h3 span {
    color: #D3B66E;
}

.el_ceramide_desc_sentence p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
}

.el__page__outer_about {
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
    /* align-items: flex-start; */
    /* column-gap: 150px; */
    /* width: 90%; */
    /* margin: auto; */
}


.el__page__about_flame.brand .el__text_area {
    margin-top: -100px;
}



.el__page__products__mv_name_area .el__mv__en_name .jp {
    display: block;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.2;
}

.el__page__products__mv_name_area .el__mv__en_name {
    font-size: 22px;
}


.el__page__mv_product_img.details.sm img {
    width: 280px;
}

.el__page__product_intro .el__ttl .space {
    margin-top: 10px;
}

.el_accordion .space {
    margin-top: 25px;
}

.el__disc_inner figure::before {
    content: "※";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
}

.el__page__product_intro .el__caution {
    text-align: right;
    font-size: 12px;
}

.el_accordion .line {
    border: solid 1px;
    padding: 4px;
}

.el_accordion dd+dd {
    margin-top: 15px;
}

.line_banner_fixed {
    position: fixed;
    bottom: 230px;
    right: 0;
    width: 350px;
    z-index: 10;
}


.line_banner_fixed .btn::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 43px;
    background: url(/wp-content/themes/child/image/icon_click_sp.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
}

.line_banner_fixed .btn+.btn::before {
    bottom: 7px;
    right: 21px;
}

.line_banner_fixed .btn {
    display: block;
    background: #49b955;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-weight: 600;
}

.line_banner_fixed .btn+.btn {
    border-top: solid 1px #fff;
}

.line_banner_fixed .btn .size {
    font-size: 13px;
}

.line_banner_fixed a {
    display: block;
    transition: .3s;
}

.line_banner_fixed a:hover {
    opacity: 0.7;
}

.page_line {
    padding: 100px 0 0;
}

.page_line .top_box {
    text-align: center;
    margin-bottom: 50px;
}

.page_line .top_box .theme {
    color: #49B955;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    margin-bottom: 20px;
    position: relative;
}

.page_line .top_box .text {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
}

.page_line .top_box .text .color {
    color: #C91A1A;
    font-size: 145%;
}

.page_line .period_box ul {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.page_line .period_box li {
    width: 360px;
    background: #F7F6F4;
    padding: 1em;
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    position: relative;
}


.page_line .period_box li .mask {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.page_line .period_box li .head {
    color: #D3B66E;
    font-size: 20px;
}

.page_line .period_box .detail {
    margin-top: 20px;
}

.page_line .period_box .detail .text {
    letter-spacing: .05em;
    text-align: center;
}

.page_line .period_box .detail .text+.text {
    margin-top: 1em;
}

.page_line .period_box .detail .text .color {
    color: #D3B66E;
    font-weight: 700;
    font-size: 135%;
    display: block;
    margin-top: .4em;
}

.page_line .flow_box {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    position: relative;
    padding: 50px 0;
    margin: 50px 0;
}

.page_line .flow_box .img {
    flex-shrink: 0;
    width: 210px;
}

.page_line .flow_box .text_box .text {
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 20px;
    color: #D3B66E;
}

.page_line .flow_box .text_box .text+.text {
    margin-top: 0.5em;
}

.page_line .flow_box .text_box .note {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .08em;
}

.page_line .flow_box::before {
    content: "";
    width: 100vw;
    background: #F7F6F4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

.page_line .flow_box .img .link {
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-bottom: 9px;
    transition: .3s;
}

.page_line .flow_box .img .link:hover {
    color: #d5b436;
}

#overlay.overlay {
    position: fixed;
    right: 0;
    bottom: 30px;
    /* top: 0; */
    height: fit-content;
    margin: auto;
    z-index: 99999;
    transform: translateX(130%);
    transition: .5s;
}

#overlay.overlay.active {
    transform: translateX(0);
}

#overlay .btn_area {
    width: 395px;
    height: auto;
    /* background: #fff; */
    text-align: center;
    z-index: 2;
    position: relative;
}

#overlay .btn_area .ttl {
    font-weight: bold
}

#overlay .btn_area p {
    padding: 15px
}

#overlay .btn_area button {
    display: block;
    background: #333;
    color: #fff;
    padding: 0;
    width: 42px;
    aspect-ratio: 1;
    border: none;
    position: absolute;
    border-radius: 50%;
    top: -21px;
    left: -21px;
}

#overlay .btn_area button:hover {
    background: #777
}

#overlay.overlay .btn {
    display: block;
    background: #49b955;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: .8em 0;
    letter-spacing: .08em;
    position: relative;
}

#overlay.overlay .btn .size {}

#overlay.overlay .btn+.btn {
    border-top: solid 1px #000;
}

#overlay.overlay .btn::before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 16px;
    background: url(/wp-content/themes/child/image/icon_click_sp.svg) no-repeat;
    background-size: contain;
    width: 39px;
    aspect-ratio: 1;
    transform: rotate(-45deg);
}

@media (hover: hover) {
    .el__hd_conts .el__online_btn:hover {
        color: #be984e;
    }

    .el__hd_conts .el__online_btn:hover {
        color: #be984e;
    }

    .el__outer__site_banner a:hover {
        opacity: .7;
    }

    .el__hd_conts .el__online_btn:hover::before {
        background: url(/wp-content/themes/child/image/icon_cart_hv.png) center center / contain no-repeat;
    }

    .el__footer_list li a:hover,
    .el__footer_help_desk li a:hover {
        color: #c18a2b;
    }

    .el__footer_list a:hover #el__icon_note path {
        fill: #BE974D;
    }

    .el__site_btn:hover::after {
        transform: scale(1.2);
    }

    .el__site_btn:hover::before {
        right: -9px;
    }

    .el__products__card a:hover .el__img img {
        transform: scale(1.02);
    }

}

@media (max-width: 1070px) {

    .el__inner__site_banner .el__catch {
        font-size: 4.5vw;
    }

}

#coming_soon_page {
    background-image: url(/wp-content/themes/child/image/0069.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#coming_soon_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#coming_soon_page .cont {
    width: 100%;
    height: calc(100vh - 79px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
}

#coming_soon_page .cont .ttl {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}

#coming_soon_page .cont .label {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 20px;
}

#coming_soon_page .cont #countTimer {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    color: #D3B66E;
    letter-spacing: 0.05em;
}

#coming_soon_page .cont #countTimer span {
    color: #fff;
    font-size: 30px;
    text-shadow: none;
}

/* ハロウィン用 */

body.page-id-623 {
    background-color: #fef5df;
}

body.page-id-623 .page_line {
    position: relative;
    overflow: hidden;
}

body.page-id-623 .page_line>* {
    position: relative;
    z-index: 1;
}

body.page-id-623 .page_line::before,
body.page-id-623 .page_line::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 450px;
    aspect-ratio: 1;
    top: 0;
    opacity: .2;
}


body.page-id-623 .page_line::before {
    left: 0;
    transform: translateX(-18%);
    background-image: url(/wp-content/themes/child/image/deco_item_snowman.svg);
}

body.page-id-623 .page_line::after {
    right: 0;
    transform: translateX(28%);
    background-image: url(/wp-content/themes/child/image/deco_item_santa.svg);
}

body.page-id-623 .page_line .top_box .halloween_text_img {
    width: 500px;
    margin: 0 auto 40px;
}

body.page-id-623 .page_line .top_box .theme {
    color: #006934;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

body.page-id-623 .page_line .top_box .theme::before,
body.page-id-623 .page_line .top_box .theme::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1;
    opacity: .8;
    width: 60px;
}

body.page-id-623 .page_line .top_box .theme::before {
    background-image: url(/wp-content/themes/child/image/deco_item_cookie1.svg);
}

body.page-id-623 .page_line .top_box .theme::after {
    background-image: url(/wp-content/themes/child/image/deco_item_cookie2.svg);
}

body.page-id-623 .page_line .top_box .text .color {
    color: #c30d23;
}

.page_line .period_box li.halloween_deco {
    background-color: #c30d23;
    color: #fff;
}

.page_line .period_box li.halloween_deco .head {
    color: #4B1769;
}


body.page-id-623 .page_line .period_box .detail .text .color {
    color: #c30d23;
}

.page_line .period_box li.halloween_deco::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/deco_item_hat.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    aspect-ratio: 1;
    top: -35px;
    right: -31px;
    transform: rotate(35deg);
}

.page_line .period_box li.halloween_deco::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/deco_item_bat.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    aspect-ratio: 1;
    bottom: -26px;
    left: -19px;
    transform: rotate(-35deg);
}

/* LINEお友だちご紹介キャンペーン */

.page_common_coupon {
    padding: 50px 0 180px;
    background-color: #F8F7F2;
    font-family: 'Noto Sans JP', sans-serif;
}

.page_common_coupon .breadcrumb {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 70px;
}

.page_common_coupon .coupon_lead_sec .top_text_box {
    margin-bottom: 30px;
}

.page_common_coupon .coupon_lead_sec .top_text_box .ttl_box {
    text-align: center;
}

.page_common_coupon .coupon_lead_sec .top_text_box .ttl_box .en_ttl {
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #8E700C;
    line-height: 1;
    margin-bottom: 15px;
}

.page_common_coupon .coupon_lead_sec .top_text_box .ttl_box .ttl {
    font-size: 32px;
    letter-spacing: 0.06em;
    font-weight: 500;
}

#page_coupon_line .referral_sec {
    margin-top: 80px;
}

#page_coupon_line .referral_sec .top_text_box {
    margin-bottom: 60px;
    text-align: center;
}

#page_coupon_line .referral_sec .top_text_box .ttl_box {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 80px;
}

#page_coupon_line .referral_sec .top_text_box .ttl_box::before,
#page_coupon_line .referral_sec .top_text_box .ttl_box::after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 20px;
    border-block: 1px solid #8B7E35;
}

#page_coupon_line .referral_sec .top_text_box .ttl_box .inner {
    flex-shrink: 0;
    margin: 0 40px;
}

#page_coupon_line .referral_sec .top_text_box .ttl_box .inner .ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #8B7E35;
}

#page_coupon_line .referral_sec .top_text_box .text {
    font-size: 18px;
    letter-spacing: .06em;
    line-height: 1.7;
    font-weight: 500;
}

#page_coupon_line .referral_sec .top_text_box .text.flex_text {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: .7em;
    text-align: left;
    background: #fff;
    padding: 1em;
    border: 2px solid #A59016;
}

#page_coupon_line .referral_sec .top_text_box .text.lr_text {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2.5em;
}

#page_coupon_line .referral_sec .top_text_box .inner_box {
    padding: 50px 130px;
    background-color: #fff;
    border: 3px solid #A59016;
    position: relative;
}

#page_coupon_line .referral_sec .top_text_box .text.small_text {
    font-size: 16px;
    font-weight: 400;
}

#page_coupon_line .referral_sec .top_text_box .text+.text {
    margin-top: 2em;
}

#page_coupon_line .referral_sec .top_text_box .text .border {
    padding-bottom: 5px;
    background: linear-gradient(transparent 53%, #FFFFAF 0%);
}

#page_coupon_line .referral_sec .top_text_box .text .yellow {
    font-size: 1.7em;
    font-weight: bold;
    color: #A59016;
}

#page_coupon_line .referral_sec .top_text_box .text .yellow.numbering {
    line-height: 1;
    margin-top: .3em;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.1em;
}

#page_coupon_line .referral_sec .top_text_box .text .yellow.numbering .num_size {
    font-size: .75em;
    font-weight: 500;
}

#page_coupon_line .referral_sec .top_text_box .text .red {
    color: #B72E2E;
    font-size: 1.38em;
    line-height: 1;
}

#page_coupon_line .referral_sec .top_text_box .text .num {
    font-size: 1.7em;
}

#page_coupon_line .referral_sec .flow_block .top_ttl_box {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -25px;
}

#page_coupon_line .referral_sec .flow_block .top_ttl_box .ttl {
    display: inline-block;
    padding: 0 58px;
    line-height: 50px;
    background-color: #8B7E35;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.06em;
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
}

#page_coupon_line .referral_sec .flow_block .cont {
    padding: 85px 50px 40px;
    background-color: #fff;
    border: 2px solid #8B7E35;
}

#page_coupon_line .referral_sec .flow_block .cont .list {
    margin-bottom: 20px;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li {
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto 0;
    width: 50px;
    height: 120px;
    background-color: #DDD8C0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 1;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li:last-child::after {
    content: none;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .num_box {
    text-align: center;
    background-color: #8B7E35;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .num_box .num {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box {
    padding: 35px 11px 22px;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .line_icon {
    width: 70px;
    line-height: 1;
    margin: 10px auto 40px;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .line_icon img {
    width: 100%;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .icon_wrap {
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #9D987D;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .icon_wrap .icon {
    width: 40px;
    line-height: 1;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .icon_wrap .icon img {
    width: 100%;
    aspect-ratio: 10/11;
    object-fit: contain;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box {
    text-align: center;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .name {
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #8B7E35;
    border-radius: 100vmax;
    border: 1px solid;
    /* margin-bottom: 15px; */
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 1em;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .text a {
    color: #9A8C3B;
    text-decoration: underline;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .line_text_link {
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 25px;
    color: #A59016;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #A59016;
}

#page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .text .border {
    padding-bottom: 2px;
    background: linear-gradient(transparent 53%, #FFFFAF 0%);
    color: #B72E2E;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

#page_coupon_line .referral_sec .flow_block .cont .check_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: right;
    color: #B72E2E;
}

/* Miメンバー特別プレゼントクーポン */

#page_coupon_member .present_sec {
    margin-top: 70px;
}

#page_coupon_member .present_sec .top_text_box {
    margin-bottom: 50px;
    text-align: center;
}

#page_coupon_member .present_sec .top_text_box .snow {
    position: absolute;
    top: -41px;
    left: 255px;
    width: 64px;
    line-height: 1;
}

#page_coupon_member .present_sec .top_text_box .snow svg {
    width: 100%;
}

#page_coupon_member .present_sec .top_text_box .ttl_box {
    flex-wrap: nowrap;
    align-items: center;
}

#page_coupon_member .present_sec .top_text_box .ttl_box::before,
#page_coupon_member .present_sec .top_text_box .ttl_box::after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 20px;
    border-block: 1px solid #8B7E35;
}

#page_coupon_member .present_sec .top_text_box .ttl_box .inner {
    flex-shrink: 0;
    margin: 0 87px;
}

#page_coupon_member .present_sec .top_text_box .ttl_box .inner .ttl {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.7;
    color: #8B7E35;
}

#page_coupon_member .present_sec .lead_text_box {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_coupon_member .present_sec .lead_text_box::before,
#page_coupon_member .present_sec .lead_text_box::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 2px;
    height: 135px;
    background-color: #333;
}

#page_coupon_member .present_sec .lead_text_box::before {
    transform: rotate(-30deg);
    margin-right: 60px;
}

#page_coupon_member .present_sec .lead_text_box::after {
    transform: rotate(30deg);
    margin-left: 104px;
}

#page_coupon_member .present_sec .lead_text_box .snow {
    position: absolute;
    top: -12px;
    right: 241px;
    width: 73px;
    line-height: 1;
}

#page_coupon_member .present_sec .lead_text_box .snow svg {
    width: 100%;
}

#page_coupon_member .present_sec .lead_text_box .inner {
    text-align: center;
}

#page_coupon_member .present_sec .lead_text_box .inner .text {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

#page_coupon_member .present_sec .lead_text_box .inner .text .border {
    padding-bottom: 5px;
    background: linear-gradient(transparent 53%, #FFFFAF 0%);
}

#page_coupon_member .present_sec .lead_text_box .inner .text .red {
    color: #B72E2E;
    font-size: 40px;
    line-height: 1;
}

#page_coupon_member .present_sec .lead_text_box .inner .text .num {
    font-size: 64px;
}

#page_coupon_member .present_sec .lead_text_box .inner .icon {
    position: absolute;
    right: -44px;
    bottom: 7px;
    width: 44px;
    line-height: 1;
}

#page_coupon_member .present_sec .lead_text_box .inner .icon img {
    width: 100%;
}

#page_coupon_member .present_sec .flow_block .illust_tree {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    line-height: 1;
    transform: translateY(-80%);
}

#page_coupon_member .present_sec .flow_block .illust_tree img {
    width: 100%;
}

#page_coupon_member .present_sec .flow_block .top_ttl_box {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -25px;
}

#page_coupon_member .present_sec .flow_block .top_ttl_box .ttl {
    display: inline-block;
    padding: 0 58px;
    line-height: 50px;
    background-color: #8B7E35;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.06em;
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
}

#page_coupon_member .present_sec .flow_block .cont {
    padding: 85px 80px 40px;
    background-color: #fff;
    border: 2px solid #8B7E35;
}

#page_coupon_member .present_sec .flow_block .cont .list {
    margin-bottom: 20px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow1,
#page_coupon_member .present_sec .flow_block .cont .list .snow2,
#page_coupon_member .present_sec .flow_block .cont .list .snow3,
#page_coupon_member .present_sec .flow_block .cont .list .snow4,
#page_coupon_member .present_sec .flow_block .cont .list .snow5,
#page_coupon_member .present_sec .flow_block .cont .list .snow_man {
    position: absolute;
    z-index: 1;
    line-height: 1;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow1 svg,
#page_coupon_member .present_sec .flow_block .cont .list .snow2 svg,
#page_coupon_member .present_sec .flow_block .cont .list .snow3 svg,
#page_coupon_member .present_sec .flow_block .cont .list .snow4 svg,
#page_coupon_member .present_sec .flow_block .cont .list .snow5 svg,
#page_coupon_member .present_sec .flow_block .cont .list .snow_man svg {
    width: 100%;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow1 {
    top: -25px;
    left: -37px;
    width: 55px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow2 {
    top: 20px;
    left: 320px;
    width: 47px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow3 {
    top: -23px;
    right: 374px;
    width: 40px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow4 {
    top: -5px;
    right: -33px;
    width: 44px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow5 {
    left: 293px;
    bottom: -30px;
    width: 48px;
}

#page_coupon_member .present_sec .flow_block .cont .list .snow_man {
    right: -59px;
    bottom: -9px;
    width: 50px;
}

#page_coupon_member .present_sec .flow_block .cont .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 70px;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li {
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

#page_coupon_member .present_sec .flow_block .cont .list ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    width: 32px;
    height: 103px;
    background-color: #DDD8C0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 1;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li:last-child::after {
    content: none;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .num_box {
    text-align: center;
    background-color: #8B7E35;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .num_box .num {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box {
    padding: 35px 11px 39px;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .line_icon {
    width: 80px;
    line-height: 1;
    margin: 5px auto 40px;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .line_icon img {
    width: 100%;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .icon_wrap {
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #9D987D;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .icon_wrap .icon {
    width: 40px;
    line-height: 1;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .icon_wrap .icon img {
    width: 100%;
    aspect-ratio: 10/11;
    object-fit: contain;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box {
    text-align: center;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text a {
    color: #9A8C3B;
    text-decoration: underline;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text .border {
    padding-bottom: 2px;
    background: linear-gradient(transparent 53%, #FFFFAF 0%);
    color: #B72E2E;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

#page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text .color {
    font-size: 24px;
    line-height: 1.4;
    color: #A59016;
}

#page_coupon_member .present_sec .flow_block .cont .check_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: right;
    color: #B72E2E;
}

#page_coupon_line .referral_sec .top_text_box .text.lr_text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2em;
}

#page_coupon_line .referral_sec .top_text_box .text.lr_text::before,
#page_coupon_line .referral_sec .top_text_box .text.lr_text::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 2px;
    height: 150px;
    background-color: #333;
}

#page_coupon_line .referral_sec .top_text_box .text.lr_text::before {
    transform: rotate(-20deg);
}

#page_coupon_line .referral_sec .top_text_box .text.lr_text::after {
    transform: rotate(20deg);
}

#page_coupon_line .referral_sec .top_text_box .inner_box>* {
    position: relative;
    z-index: 1;
}

#page_coupon_line .referral_sec .top_text_box .inner_box .ribon_text {
    font-size: 20px;
    font-weight: bold;
    background-image: url(/wp-content/themes/child/image/ribon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.8rem 0 3rem 0;
    margin-bottom: 20px;
}

#page_coupon_line .referral_sec .top_text_box .inner_box::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: url(/wp-content/themes/child/image/cashback_text_bg_2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 4vw;
        line-height: 1.5;
        margin-top: 55px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    #page_company .common_page_title .sub_title {
        font-size: 5vw;
        letter-spacing: .08em;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
        margin-top: 5vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        /* background: #fff; */
        /* box-shadow: 1px 1px #ccc; */
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo a {
        position: absolute;
        left: 0;
        top: 15px;
        line-height: 0;
        display: block;
        width: 44px;
        right: 0;
        margin: auto;
    }

    #sp_header .logo img {
        height: 26px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 4.5vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
        width: 100%;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
        width: 100%;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding-bottom: 1vw;
    }

    #page_contact table td {
        width: 100%;
        padding-top: 0;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 14vw;
        font-size: 5vw;
        margin-top: 0;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin: 4vw 0 0;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 4vw;
        margin: 10vw 0;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 15px;
        line-height: 1.4;
        padding: 10px 0;
        width: 15%;
        margin: 0px 5vw;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /* SP固定ページ 個人情報保護方針 */
    .privacy_page .main_text {
        font-size: 3.5vw;
    }

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 3.8vw;
    }

    .privacy_page dl dd {
        font-size: 3.5vw;
        letter-spacing: .02em;
        line-height: 1.8;
    }

    /* SP固定ページ 404ページ */
    #page-404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page-404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
        padding: 4vw 7vw 4vw 0;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
    }

    .singleContent .single_title::after {
        font-size: 3vw;
        top: -6vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin: 12vw 0;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        column-gap: 2vw;
        row-gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
        font-size: 4.5vw;
        letter-spacing: .05em;
        padding: 10vw 0 5vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
        text-align: center;
        margin: 0;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 6vw;
        row-gap: 7vw;
    }

    .recommend_post_area .day_cat {
        display: none;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .singleContent_links .img img {
        height: 20vw !important;
        object-fit: contain;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent ul li+li {
        margin-top: 3vw;
    }

    .singleContent ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent ul li::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 3.5vw;
        padding: 1vw 2vw 0 8vw;
        line-height: 5vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
        width: 100%;
    }

    /* ここからSP 記述　*/
    .nr_wrap,
    .lr_wrap,
    .wrap {
        width: 96%;
    }

    #bl__concept {
        padding: 40vw 0 57vw;
    }

    .el__site_ttl {
        font-size: 4.5vw;
        letter-spacing: .02em;
    }

    .el__site_ttl .el__num {
        padding-right: 20vw;
        margin-right: 3vw;
    }

    .el__site_ttl .el__num::before {
        width: 17vw;
    }

    .bl__concept__el__img_1 {
        width: 31vw;
        top: auto;
        bottom: 8vw;
        height: 35vw;
        margin: 0;
    }

    #bl__concept .el__outer__site_flame {
        margin-top: 16vw;
    }

    .el__outer__site_flame .el__en_catch {
        font-size: 6vw;
        letter-spacing: .02em;
    }

    .el__outer__site_flame .el__ja_catch {
        font-size: calc(14 / 375 * 100vw);
    }

    .el__outer__site_flame .el__text_area {
        margin-top: 4vw;
        font-size: 3.5vw;
        line-height: 2;
        letter-spacing: .02em;
    }

    #bl__concept .el__outer__site_flame+.el__outer__site_flame {
        margin-top: 94vw;
    }

    #bl__concept .el__outer__site_flame+.el__outer__site_flame .el__text_area::before {
        width: 50vw;
        height: 30vw;
        left: -16vw;
        bottom: 44vw;
    }

    .bl__concept__el__img_2 {
        width: 32vw;
        top: auto;
        bottom: 0;
        left: 14vw;
        z-index: -1;
    }

    #bl__concept .el__outer__site_btn {
        margin-top: 15vw;
    }

    .el__site_btn {
        font-size: 4vw;
    }

    #bl_products .bl__products__bg_img_1 {
        display: none;
    }

    #bl_products {
        padding: 77vw 0 20vw;
        margin: 25vw 0;
    }

    #bl_products .el__site_ttl {
        justify-content: center;
    }

    .el__inner__site_banner .text {
        font-size: 4vw;
        margin-top: 3vw;
    }

    #bl_products .el__outer__site_banner {
        width: 96%;
        padding: 61vw 3vw 9vw 23vw;
    }

    .el__inner__site_banner {
        display: block;
        text-align: center;
    }

    .el__text_area {
        width: 100%;
    }

    .el__inner__site_banner .el__catch {
        font-size: 6vw;
    }

    .el__inner__site_banner .el__serum {
        font-size: 4vw;
        margin-top: 4vw;
    }

    .el__products__detal_wrap .el__mi_serum .jp {
        font-size: 3.5vw;
    }

    .el__products__detal_wrap {
        display: block;
    }

    .el__products__detal_wrap .el__mi_serum {
        margin: 0;
        font-size: 6vw;
    }

    .el__products__detal_wrap .el__price {
        font-size: 5vw;
        letter-spacing: .02em;
    }

    .el__products__detal_wrap .el__price .el__num {
        font-size: 7vw;
        margin: 0 2vw;
    }

    .el__outer__site_banner a {
        /* padding: 75vw 1vw 5vw 20vw; */
    }

    .el__inner__site_banner .el__text {
        padding: 0 5vw;
        text-align: left;
        margin-top: 3vw;
        font-size: calc(14 / 375 * 100vw);
    }

    .el__product_img {
        width: 36%;
        margin: 6vw auto 6vw;
    }

    .el__inner__site_banner::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .el__inner__site_banner .el__disc_box {
        text-align: left;
        margin-top: 4vw;
    }

    .el__disc_box_outer .el__disc_box {
        width: 96%;
        margin: calc(10 / 375 * 100vw) auto 0;
        font-size: calc(12 / 375 * 100vw);
        text-align: left;
    }

    #bl_products::before {
        height: 51%;
    }

    #bl__footer {
        margin-top: 0;
        padding: 30vw 0 15vw;
    }

    .el__outer__footer {
        display: block;
        text-align: center;
    }

    .el__footer_logo a {
        width: 22vw;
        margin: auto;
    }

    .el__copy_right {
        margin-top: 8vw;
        letter-spacing: .07em;
        font-size: 3vw;
    }

    .el__footer_help_desk_list {
        justify-content: center;
        display: block;
    }

    .el__footer_help_desk_list li {
        margin: 0;
    }

    .el__footer_help_desk li a {
        font-size: 3.5vw;
        letter-spacing: .05em;
    }

    .el__footer_help_desk li+li {
        margin-top: 2vw;
    }

    .el__footer__icon_insta a {
        display: block;
        width: 9vw;
        height: 9vw;
        background: url(/wp-content/themes/child/image/icon_insta.png) center no-repeat;
        background-size: contain;
        margin: 8vw auto 0;
    }

    .el__footer_help_desk {
        margin-top: 9vw;
    }

    #bl__mv .el__outer__text_area {
        margin: auto;
        width: 78%;
        position: relative;
    }

    /* .bl__mv_slider {
    margin-top: 65vw;
    } */

    #bl__mv .bl__mv_slide_box img {
        object-position: -20vw 0vw;
    }

    #bl__mv .el__disc_box .el__disc {
        font-size: 2vw;
    }

    #bl__mv .el__logo_area {
        width: 100%;
        margin-bottom: 6vw;
    }

    #bl__mv .el__logo_area .el__text {
        font-size: 4.5vw;
        letter-spacing: .08em;
        margin-bottom: 2vw;
    }

    .el__logo_mv {
        width: 22vw;
        margin: auto;
    }

    #bl__mv .el__logo_area .el__serum {
        font-size: 7vw;
        margin-top: 3vw;
    }

    #bl__mv .el__outer__text_area .el__catch_en {
        font-size: 8vw;
        margin-top: 5vw;
    }

    .el__mv_ph {
        font-size: 4.5vw;
        letter-spacing: .5vw;
        margin-top: 1px;
    }

    #bl__mv {
        padding: 30vw 0 0;
        height: 100vh;
    }

    #bl__mv .el__outer__mv_label {
        width: 90%;
        left: 0;
        bottom: -10vw;
        margin: 0 auto;
        grid-template-columns: 25% 56%;
        column-gap: 4vw;
        padding: 3vw 0 3vw 0;
        display: none;
    }

    .el__outer__mv_label .el__ver {
        margin-right: 2vw;
        font-size: 4.5vw;
        text-align: center;
        letter-spacing: 0.15em;
        margin-bottom: 4vw;
    }

    .el__outer__mv_label .el__conts_area .el__text {
        font-size: 4.8vw;
    }

    .el__outer__mv_label .el__icon {
        width: 120px;
        margin: 0 auto;
        aspect-ratio: 1;
        border-radius: 50%;
        overflow: hidden;
    }

    .el__outer__mv_label .el__icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #bl__mv .el__outer__mv_label .el__num {
        font-size: 12vw;
    }

    .el__outer__mv_label .el__discount {
        font-size: 8vw;
        letter-spacing: .08em;
        color: rgb(190, 151, 77);
    }

    .el__outer__mv_label .el__discount small {
        line-height: 1.5;
        font-size: 3.5vw;
        display: inline-block;
    }

    .el__outer__mv_label .el__conts_area {
        align-items: center;
        text-align: center;
        margin-top: calc(10 / 375 * 100vw);
    }

    #bl__mv .el__outer__mv_label::before {
        background-size: cover;
    }

    #bl__mv::before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
    }

    #bl__mv .el__disc_box {
        position: absolute;
        bottom: 2vh;
        right: 4%;
    }

    .el__outer__site_banner a::before {
        transform: scale(1, 1);
        z-index: 0;
    }

    .el__outer__site_banner .el__text_area {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    #bl__mv .el__mv_product_img {
        position: static;
        width: 42vw;
        left: 0;
        right: 0;
        margin: auto;
    }

    #bl__mv .el__mv_aquq {
        width: 70vw;
        top: 76vw;
        left: 0;
        right: 0;
        margin: auto;
        transition: 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-delay: 2000ms;
    }

    .nr_wrap {
        position: static !important;
    }

    #sp_header .el__online_btn {
        font-size: 11px;
        font-weight: 600;
        position: absolute;
        right: 10px;
        top: 0;
        width: 25px;
        height: 27px;
        bottom: 0;
        margin: auto;
    }

    #sp_header .el__online_btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 23px;
        height: 23px;
        background: url(/wp-content/themes/child/image/icon_cart.png) center no-repeat;
        background-size: contain;
        right: 0;
    }

    .page-id-57 #sp_header .el__online_btn {
        display: none;
    }

    /* ここから内部ページ記述　SP */
    .common-page_main.based .el__main_ttl {
        font-size: 4.8vw;
    }

    .el__page__mv_logo {
        width: 40%;
        right: 10vw;
        left: auto;
        bottom: 5vw;
    }

    .common-page_main.based {
        padding: 10vw 0 17vw;
    }

    .privacy_index {
        width: 94%;
    }

    body #sitemap_list li a::before {
        width: 6px;
        height: 6px;
    }

    body #sitemap_list li.home-item a {
        margin-bottom: 11vw;
        font-size: 3.8vw;
    }

    #page_company .company_access {
        margin-top: 0;
    }

    .el__page__mv_message {
        font-size: 4.5vw;
        margin-top: 10vw;
        letter-spacing: .01em;
    }

    .el__page__about_mv_img1 {
        height: 74vw;
        margin-top: 17vw;
    }

    .el__page__about_mv_img2 {
        width: 25vw;
        bottom: 15vw;
        height: auto;
    }

    .common-page_main.about.show .el__page__mv_logo {
        width: 51vw;
        right: 0;
        left: 14vw;
        bottom: 51vw;
    }

    .common-page_main.about {
        padding: 10vw 0;
    }

    .el__page__about_flame {
        grid-template-columns: repeat(1, 1fr);
    }

    #page_about {
        padding: 10vw 0 20vw;
    }

    .el__page__about_flame .el__en_message {
        font-size: 7vw;
        letter-spacing: .02em;
    }

    .el__page__about_flame .el__text {
        font-size: 4vw;
        letter-spacing: .01em;
        margin-top: 4vw;
    }

    .el__page__about_flame+.el__page__about_flame .el__img {
        padding-top: 10vw;
        order: 2;
    }

    .el__page__about_flame .el__text_area {
        padding-bottom: 10vw;
        margin: 0;
    }

    .el__page__about_flame:nth-child(even) .el__text_area {
        padding: 17vw 0 0;
    }

    .page__el__movie {
        height: 60vw;
        margin-top: 25vw;
        width: calc(100vw - 7vw);
    }

    .page__el__movie::before {
        width: calc(90 / 375 * 100vw);
        height: calc(90 / 375 * 100vw);
    }

    .page__el__movie::after {
        border-width: 12px 0 12px 20.8px;
    }

    #page_contact .progressbar {
        flex-wrap: nowrap;
    }

    .el__page__mv_product {
        width: 23vw;
        margin-top: 6vw;
    }

    .common-page_main.products {
        padding: 12vw 0 17vw;
    }

    .common-page_main.products .el__page__mv_message.products {
        position: static;
    }

    .common-page_main.products .el__page__mv_bar {
        width: 100%;
        padding: 3vw 0;
        text-align: center;
        font-size: 4vw;
    }

    .el__page__mv_bar::before {
        width: 5vw;
        height: 5vw;
        left: -52vw;
        right: 0;
    }

    .el__page__mv_product {
        width: 30vw;
        margin-top: 6vw;
    }

    .common-page_main.products {
        padding: 12vw 0 13vw;
    }

    .common-page_main.products .el__page__mv_message.products {
        position: static;
    }

    .common-page_main.products .el__page__mv_bar {
        width: 100%;
        padding: 3vw 0;
        text-align: center;
        font-size: 5vw;
        padding-left: 10vw;
    }

    .el__page__mv_bar::before {
        width: 6vw;
        height: 6vw;
        left: -50vw;
        right: 0;
    }

    .common-page_main.products .el__page__mv_logo.products {
        width: 42vw;
        left: -5vw;
        bottom: 39vw;
    }

    .el__page__products__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 22vw 2vw;
    }

    .el__products__card .el__img {
        height: 39vw;
    }

    .el__products__card .el__inner__wrap {
        font-size: 4.4vw;
        letter-spacing: .01em;
    }

    .el__products__card .el__amount {
        padding-right: 2vw;
        margin-right: 2vw;
    }

    .el__products__card .el__en__name {
        font-size: 4.8vw;
    }

    .el__products__card .el__name {
        font-size: 4.5vw;
    }

    .el__page__mv_product_img.details {
        width: 30vw;
        margin-top: 10vw;
    }

    .el__page__products__mv_name_area {
        position: relative;
        width: 100%;
        top: 0;
        padding-top: 0vw;
        margin-top: 17vw;
        font-size: 4.8vw;
    }

    .el__page__products__mv_name_area .el__mv__name {
        margin-top: 6vw;
    }

    .el__page_product_slider {
        width: 60vw;
    }

    .el__page__products__mv_name_area::before {
        width: 2vw;
        height: 2vw;
    }

    .common-page_main.details {
        padding: 10vw 0 10vw;
    }

    .el__page__mv_logo.details {
        bottom: 35vw;
        left: -2vw;
        width: 30vw;
        display: none;
    }

    .el__page__product_detail_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .el__page__product_detail_wrap .el__img {
        height: 60vw;
        margin-bottom: 10vw;
    }

    .el__page__product_detail_wrap .el__en_name {
        font-size: 6vw;
        letter-spacing: .05em;
    }

    .el__page__product_detail_wrap .el__name {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .el__page__product_detail_wrap .el__inner__wrap {
        margin-top: 6vw;
    }

    .el__page__product_detail_wrap .el__inner__wrap>div {
        font-size: 4.5vw;
    }

    .el__page__product_detail_wrap .el__inner__wrap>div.el__amount {
        padding: 1vw 4vw;
    }

    .el__page__product_detail_wrap .el__inner__wrap>div a {
        padding: 1vw 4vw;
    }

    .el__page__product_detail_wrap .el__price {
        margin-left: 2vw;
    }

    .el__text__inner_wrap {
        margin-top: 10vw;
    }

    .el__text__inner_wrap dt,
    .el__text__inner_wrap dd {
        font-size: 3.5vw;
    }

    .el__text__inner_wrap dt {
        margin-right: 3vw;
        width: 31%;
    }

    .el__text__inner_wrap dl {
        margin-bottom: 6vw;
    }

    .el__page__outer__product_detail {
        padding: 5vw 0 20vw;
    }

    .el__page__detail_message_area {
        margin-top: 27vw;
        width: 92%;
    }

    .el__page__detail_message_area .el__message {
        font-size: 7vw;
        letter-spacing: .05em;
        margin-bottom: 6vw;
    }

    .el__page__detail_message_area li {
        font-size: 3vw;
        letter-spacing: .05em;
    }

    .el__page__detail_message_area li+li {
        margin-top: 5vw;
    }

    .el__page__detail_credit {
        margin-top: calc(20 / 375 * 100vw);
        width: 90%;
    }

    .el__page__detail_credit .el__title {
        font-size: 16px;
    }

    .el__page__detail_credit .el__name {
        margin-top: calc(20 / 375 * 100vw);
        column-gap: calc(20 / 375 * 100vw);
    }

    .el__page__detail_credit .el__name_en::before {
        left: calc(-10 / 375 * 100vw);
    }

    .el__page__detail_credit .el__work {
        font-size: calc(14 / 375 * 100vw);
    }

    .el__page__detail_credit .el__desc {
        margin-top: calc(20 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }

    .el__page__detail_interview {
        margin-top: calc(40 / 375 * 100vw);
    }

    .el__page__detail_interview_movie {
        width: 90%;
    }

    .el__page__detail_interview_movie img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .archive_page_list {
        width: 100%;
    }

    .archive_page_list {
        width: 100%;
    }

    .globalMenuSp_main_menu_box .el__footer_help_desk li+li {
        margin-top: 11px;
    }

    .globalMenuSp_main_menu_box .el__footer_help_desk li a {
        font-size: 11px;
    }

    nav.globalMenuSp_main_menu_box .el__footer__icon_insta a {
        width: 28px;
        height: 28px;
    }

    nav.globalMenuSp_main_menu_box .el__footer_help_desk {
        margin-top: 21px;
    }

    #page_products_detail .el__site_btn {
        font-size: 5vw;
        padding-right: 22vw;
    }

    .el__site_btn::after {
        width: 30px;
        height: 30px;
    }

    .el__site_btn::before {
        width: 13vw;
        right: 5vw;
    }

    .el__page__pruduct_detail_movie {
        width: 100%;
        margin: 10vw 0 20vw;
    }

    .el__page__pruduct_detail_movie iframe {
        width: 90%;
    }

    /*     .el__outer__mv_label::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: url(/wp-content/themes/child/image/followbar_flame.png) center center / cover no-repeat;
    } */

    .el__outer__mv_label {
        width: 90%;
        margin: 15vw auto 0;
        grid-template-columns: 25% 56%;
        column-gap: 4vw;
        display: grid;
        position: relative;
        place-content: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .el__outer__mv_label a {
        display: block;
        padding: 3vw 0;
    }

    #bl_products .el__outer__parallax {
        width: 100%;
        height: 30vw;
        right: 0;
    }

    #bl_products .bl__products__bg_img_2 {
        width: 39vw;
        left: 2vw;
        top: 9vw;
        height: 53vw;
    }

    .el__page__about_flame .el__text+.el__text {
        margin-top: 5vw;
    }

    .el__page__outer_concept .el__page__about_flame {
        padding: 7vw 0;
    }

    .el__page__outer_concept .el__page__about_flame .el__en_message {
        font-size: 5vw;
        margin-bottom: 0vw;
    }

    .el__page__outer_concept .el__page__about_flame::before {
        width: 35vw;
        height: 35vw;
        left: -56vw;
        top: -9vw;
        box-shadow: 0 15px 31px rgb(0 0 0 / 8%);
    }

    .el__page__outer_concept .el__page__about_flame:nth-child(even) .el__text_area {
        padding: 0;
    }

    .el__page__outer_concept {
        margin-top: 30vw;
    }

    .el__page__outer_concept .el__page__about_flame+.el__page__about_flame::before {
        width: 43vw;
        height: 43vw;
        right: -50vw;
        top: 49vw;
    }

    .el__page__outer_concept .el__page__about_flame .el__text_area {
        padding-bottom: 0;
    }

    .el__page__outer_concept .el__page__about_flame+.el__page__about_flame .el__en_message {
        font-size: 4.7vw;
    }

    .el__text__inner_wrap .main_text {
        font-size: 5vw;
        margin-bottom: 8vw;
        padding-bottom: 7vw;
    }

    .el__text__inner_wrap .text {
        font-size: 4.2vw;
        letter-spacing: .03em;
    }

    .el__text__inner_wrap .text+.text {
        margin-top: 3vw;
    }

    .el__page__product_intro {
        width: 100%;
        margin: 15vw 0 0;
    }

    .el__page__product_intro .el__ttl {
        padding-bottom: 2vw;
        margin-bottom: 3vw;
        font-size: 5vw;
    }

    .el__page__product_intro .el__ttl::before {
        height: 2px;
        width: 19vw;
    }

    .el__page__product_intro .el__disc {
        font-size: 4.2vw;
        padding: 0;
        margin-bottom: 10vw;
    }

    .el__page__detail_message_area .el__text {
        font-size: 4.2vw;
        margin-bottom: 3vw;
    }

    .el__page__detail_message_area .el__name {
        font-size: 6vw;
        margin-top: 9vw;
    }

    .el__page__detail_message_area .el__name_inner {
        width: calc(100 / 375 * 100vw);
    }

    .el__outer__mv_label .el__ver .color {
        display: block;
        line-height: 1;
        margin-bottom: 1vw;
    }

    #bl_products .bl__products__bg_img_2 img {
        object-position: -8vw top;
    }

    .el__en_ttl {
        font-size: 5vw;
    }

    /* 商品ページ追記分 */
    .el__cource__wrap {
        margin-top: calc(20 / 375 * 100vw);
    }

    .el__cource {
        display: flex;
        align-items: center;
        column-gap: calc(40 / 375 * 100vw);
    }

    .el__cource+.el__cource {
        margin-top: calc(15 / 375 * 100vw);
    }

    .el__cource_before {
        width: calc(175 / 375 * 100vw);
    }

    .el__cource_before::before {
        right: calc(-20 / 375 * 100vw);
    }

    .el__cource_price {
        margin-top: calc(5 / 375 * 100vw);
    }

    .el__cource_price span {
        padding: 0 calc(3 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
        margin-left: calc(10 / 375 * 100vw);
    }

    .el__text__inner_wrap .attention {
        margin-top: calc(25 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
    }

    .el__disc_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: calc(10 / 375 * 100vw);
    }

    .el__disc_inner figure {
        width: calc(150/ 375 * 100vw);
    }

    .el__disc_bottom {
        width: 100%;
        margin: calc(25 / 375 * 100vw) auto 0;
    }

    .el_accordion p {
        font-size: calc(12 / 375 * 100vw);
    }

    .el_accordion dl {
        margin-top: calc(20 / 375 * 100vw);
    }

    .el__ttl .btn::before,
    .el__ttl .btn::after {
        right: calc(10 / 375 * 100vw);
        width: calc(15 / 375 * 100vw);
    }

    /* セラミド説明 */
    .el_ceramide_desc {
        margin-top: calc(35 / 375 * 100vw);
    }

    .el_ceramide_desc_img {
        width: 100%;
        margin: 0 auto;
    }

    .el_ceramide_desc_sentence {
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .el_ceramide_desc_sentence h3 {
        font-size: calc(18 / 375 * 100vw);
    }

    .el_ceramide_desc_sentence p {
        margin-top: calc(8 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }

    #bl_products .el__outer__site_btn a {
        width: 80%;
        line-height: 11vw;
        margin: 4vw auto 0;
    }

    .el_disc_accordion {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    .el__page__about_mv_img1::before {
        width: 37vw;
        right: -37vw;
        top: 15vw;
        height: 37vw;
    }

    .el__page__outer_about {
        display: block;
        width: 100%;
    }

    .el__page__products__mv_name_area .el__mv__en_name .jp {
        font-size: 3.5vw;
    }

    .el__mv__en_name {
        font-size: 5.4vw;
    }

    .el__page__mv_product_img.details.sm img {
        width: 152px;
        margin: auto;
    }

    .el__disc_box_outer.el__page__product_intro {
        width: 96%;
        margin: 10vw auto 0;
    }

    .el__disc_box_outer.el__page__product_intro .el__ttl.js_accordion {
        font-size: 4.5vw;
    }

    .el__disc_box_outer.el__page__product_intro .el__disc {
        font-size: 4.2vw;
        margin-bottom: 3.2vw;
    }

    .el__disc_box_outer.el__page__product_intro .el__disc__detail {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .bl__mv_slide_box .slick-slide.slide01 {
        background: url('/wp-content/themes/child/image/mv_slider_sp.jpg') no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .bl__mv_slide_box .slick-slide.slide02 {
        background: url('/wp-content/themes/child/image/mv_slider_sp02.jpg') no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .bl__mv_slide_box .slick-slide.slide03 {
        background: url('/wp-content/themes/child/image/mv_slider_sp.jpg') no-repeat !important;
        background-size: cover !important;
        background-position: center 15vw !important;
    }

    .bl__mv_slide_box .slick-slide.slide04 {
        background: url('/wp-content/themes/child/image/mv_slider_sp04.jpg') no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .el__page__product_intro .el__caution {
        font-size: 3vw;
    }

    #coming_soon_page {
        background-image: url(/wp-content/themes/child/image/mv_slider_sp.jpg);
    }

    #coming_soon_page .cont {
        height: calc(100vh - 55px);
    }

    #coming_soon_page .cont .ttl {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 4vw;
    }

    #coming_soon_page .cont .label {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #coming_soon_page .cont #countTimer {
        font-size: 9vw;
    }

    #coming_soon_page .cont #countTimer span {
        font-size: 4.2vw;
    }

    .LPlink {
        display: block;
        text-align: center;
    }

    .page-id-347 #bl__footer {
        margin-bottom: 34.5vw;
    }

    .line_banner_fixed {
        width: 100%;
        bottom: 0;
    }

    .line_banner_fixed::before {
        transform: rotate(-35deg);
        right: 0vw;
        content: "";
        position: absolute;
        right: 0;
        top: 49px;
        background: url(/wp-content/themes/child/image/icon_click_sp.svg) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
    }

    .line_banner_fixed a:hover {
        opacity: 1;
    }

    .page_line {
        padding: 17vw 0 0;
    }

    .page_line .top_box {
        margin-bottom: 10vw;
    }

    .page_line .top_box .theme {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page_line .top_box .text {
        font-size: 3.8vw;
    }

    .page_line .period_box {
        margin-bottom: 13vw;
    }

    .page_line .period_box ul {
        display: block;
        gap: 5vw 0;
    }

    .page_line .period_box ul li {
        width: 100%;
    }

    .page_line .period_box li .head {
        font-size: 4vw;
        margin-bottom: 0.5vw;
    }

    .page_line .period_box li .date,
    .page_line .period_box li .name {
        font-size: 3.8vw;
    }

    .page_line .period_box .detail {
        margin-top: 4vw;
    }

    .page_line .period_box .detail .text {
        font-size: 3.8vw;
        line-height: 1.7;
    }

    .page_line .flow_box {
        display: block;
        padding: 10vw 0;
        margin: 10vw 0;
    }

    .page_line .flow_box .img {
        width: 63%;
        margin: 5vw auto 0;
    }

    .page_line .flow_box .text_box .text {
        font-size: 4vw;
    }

    .page_line .flow_box .text_box .note {
        font-size: 3.5vw;
        line-height: 1.7;
        margin-top: 2vw;
    }

    .page_line .flow_box .img .link {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #overlay .btn_area {
        width: 97%;
    }

    #overlay.overlay .btn {
        font-size: 4vw;
        padding: 6vw 0;
    }

    #overlay.overlay .btn .size {
        font-size: 4vw;
        margin-left: 1vw;
    }

    #overlay.overlay .btn::before {
        width: 9vw;
        height: 9vw;
        bottom: 1vw;
        right: 2vw;
    }

    .line_banner_fixed .more {
        background: #49b955;
        text-align: center;
        color: #fff;
        padding: 3vw 0;
        font-weight: 600;
        font-size: 4vw;
    }

    .line_banner_fixed .more::after {
        content: "";
        background: url(/wp-content/themes/child/image/icon_click_sp.svg) no-repeat;
        background-size: contain;
        width: 6vw;
        aspect-ratio: 1/2;
        rotate: -15deg;
        position: absolute;
        bottom: -1vw;
        right: 2vw;
    }

    .page_line .period_box li .mask {
        font-size: 7vw;
    }


    /* ハロウィン用 */

    body.page-id-623 .page_line::before,
    body.page-id-623 .page_line::after {
        width: 45vw;
    }

    body.page-id-623 .page_line .top_box .theme {
        gap: 1em;
    }

    body.page-id-623 .page_line .top_box .theme::before {
        content: unset;
    }

    body.page-id-623 .page_line .top_box .theme::after {
        content: unset;
    }

    .page_line .period_box li.halloween_deco::before {
        width: 15vw;
        top: -7vw;
        right: -4vw;
    }

    .page_line .period_box li.halloween_deco::after {
        width: 16vw;
        bottom: -6vw;
        left: -2vw;
    }

    body.page-id-623 .page_line .top_box .halloween_text_img {
        width: 70vw;
        margin: 0 auto 7vw;
    }

    #bl__mv .information_area {
        left: 2%;
        bottom: 30px;
        padding: 4vw;
        width: 96%;
    }

    #bl__mv .information_area .information_title {
        font-size: 7vw;
    }

    #bl__mv .information_area .data {
        font-size: 3vw;
    }

    #bl__mv .information_area .title {
        font-size: 4vw;
    }

    #overlay.overlay {
        position: fixed;
        right: 0;
        bottom: 15vw;
        top: unset;
        height: fit-content;
        margin: auto;
        z-index: 99999;
        transform: translateX(130%);
        transition: .5s;
    }

    #overlay.overlay.active {
        transform: translateX(0%);
    }

    #overlay .btn_area {
        width: 61vw;
        height: auto;
        /* background: #fff; */
        text-align: center;
        z-index: 2;
        position: relative;
    }

    #overlay .btn_area .ttl {
        font-weight: bold
    }

    #overlay .btn_area p {
        padding: 15px
    }

    #overlay .btn_area button {
        display: block;
        background: #333;
        color: #fff;
        padding: 0;
        width: 10vw;
        aspect-ratio: 1;
        border: none;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
    }

    #overlay .btn_area button:hover {
        background: #777
    }

    #overlay.overlay .btn {
        display: block;
        background: #49b955;
        color: #fff;
        font-size: 3vw;
        font-weight: 600;
        padding: .3em;
        letter-spacing: .08em;
        position: relative;
    }

    #overlay.overlay .btn .size {}

    #overlay.overlay .btn+.btn {
        border-top: solid 1px #000;
    }

    #overlay.overlay .btn::before {
        content: "";
        position: absolute;
        right: 2vw;
        bottom: -1vw;
        background: url(/wp-content/themes/child/image/icon_click_sp.svg) no-repeat;
        background-size: contain;
        width: 11vw;
        aspect-ratio: 1;
        transform: rotate(-45deg);
        z-index: 1;
    }

    /* LINEお友だちご紹介キャンペーン */

    .page_common_coupon {
        padding: 8vw 0 18vw;
    }

    .page_common_coupon .breadcrumb {
        font-size: 3vw;
        margin-bottom: 15vw;
    }

    .page_common_coupon .coupon_lead_sec .top_text_box {
        margin-bottom: 6vw;
    }

    .page_common_coupon .coupon_lead_sec .top_text_box .ttl_box .en_ttl {
        font-size: 3.7vw;
        margin-bottom: 2vw;
    }

    .page_common_coupon .coupon_lead_sec .top_text_box .ttl_box .ttl {
        font-size: 5vw;
    }

    #page_coupon_line .referral_sec {
        margin-top: 13vw;
    }

    #page_coupon_line .referral_sec .top_text_box {
        margin-bottom: 10vw;
    }

    #page_coupon_line .referral_sec .top_text_box .ttl_box {
        margin-bottom: 8vw;
    }

    #page_coupon_line .referral_sec .top_text_box .ttl_box::before,
    #page_coupon_line .referral_sec .top_text_box .ttl_box::after {
        height: 2.5vw;
    }

    #page_coupon_line .referral_sec .top_text_box .ttl_box .inner {
        margin: 0 5vw;
    }

    #page_coupon_line .referral_sec .top_text_box .ttl_box .inner .ttl {
        font-size: 5vw;
        line-height: 1.3;
    }

    #page_coupon_line .referral_sec .top_text_box .text {
        font-size: 3.6vw;
    }

    #page_coupon_line .referral_sec .top_text_box .text+.text {
        /* margin-top: 1em; */
    }

    #page_coupon_line .referral_sec .top_text_box .text .border {
        padding-bottom: 3px;
    }

    #page_coupon_line .referral_sec .top_text_box .text .yellow {
        /* font-size: 4.3vw; */
    }

    #page_coupon_line .referral_sec .top_text_box .text .red {
        /* font-size: 3.8vw; */
        font-size: .8em;
    }

    #page_coupon_line .referral_sec .top_text_box .text .num {
        font-size: 2.3em;
    }

    #page_coupon_line .referral_sec .flow_block .top_ttl_box {
        margin-bottom: -5vw;
    }

    #page_coupon_line .referral_sec .flow_block .top_ttl_box .ttl {
        padding: 0 8vw;
        line-height: 10vw;
        font-size: 4.3vw;
        clip-path: polygon(3vw 0%, calc(100% - 3vw) 0%, 100% 50%, calc(100% - 3vw) 100%, 3vw 100%, 0% 50%);
    }

    #page_coupon_line .referral_sec .flow_block .cont {
        padding: 12vw 5vw 7vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list {
        margin-bottom: 4vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul {
        display: block;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li+li {
        margin-top: 7vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li::after {
        top: auto;
        bottom: -5vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 50%;
        height: 3vw;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .num_box .num {
        font-size: 3.8vw;
        line-height: 10vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box {
        padding: 5vw 3.5vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .line_icon {
        width: 12vw;
        margin: 0 auto 3.5vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .icon_wrap {
        width: 12vw;
        margin: 0 auto 3.5vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .icon_wrap .icon {
        width: 7vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .name {
        padding: 1vw 0;
        font-size: 3.7vw;
        /* margin-bottom: 3vw; */
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .text {
        font-size: 3.5vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .line_text_link {
        margin-top: 3vw;
        font-size: 3.6vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .list ul li .box .text_box .text .border {
        font-size: 4vw;
    }

    #page_coupon_line .referral_sec .flow_block .cont .check_text {
        font-size: 3.3vw;
        line-height: 1.4;
        text-align: left;
    }

    /* Miメンバー特別プレゼントクーポン */

    #page_coupon_member .present_sec {
        margin-top: 13vw;
    }

    #page_coupon_member .present_sec .top_text_box {
        margin-bottom: 7vw;
    }

    #page_coupon_member .present_sec .top_text_box .snow {
        display: none;
    }

    #page_coupon_member .present_sec .top_text_box .ttl_box::before,
    #page_coupon_member .present_sec .top_text_box .ttl_box::after {
        height: 2.5vw;
    }

    #page_coupon_member .present_sec .top_text_box .ttl_box .inner {
        margin: 0 5vw;
    }

    #page_coupon_member .present_sec .top_text_box .ttl_box .inner .ttl {
        font-size: 4vw;
    }

    #page_coupon_member .present_sec .lead_text_box {
        margin-bottom: 10vw;
    }

    #page_coupon_member .present_sec .lead_text_box::before,
    #page_coupon_member .present_sec .lead_text_box::after {
        content: none;
    }

    #page_coupon_member .present_sec .lead_text_box .snow {
        display: none;
    }

    #page_coupon_member .present_sec .lead_text_box .inner .text {
        font-size: 4.2vw;
        line-height: 2;
    }

    #page_coupon_member .present_sec .lead_text_box .inner .text .border {
        padding-bottom: 3px;
    }

    #page_coupon_member .present_sec .lead_text_box .inner .text .red {
        font-size: 3.8vw;
    }

    #page_coupon_member .present_sec .lead_text_box .inner .text .num {
        font-size: 6vw;
    }

    #page_coupon_member .present_sec .lead_text_box .inner .icon {
        right: -3vw;
        bottom: 1vw;
        width: 8vw;
    }

    #page_coupon_member .present_sec .flow_block .illust_tree {
        width: 17vw;
    }

    #page_coupon_member .present_sec .flow_block .top_ttl_box {
        margin-bottom: -5vw;
    }

    #page_coupon_member .present_sec .flow_block .top_ttl_box .ttl {
        padding: 0 8vw;
        line-height: 10vw;
        font-size: 4.3vw;
        clip-path: polygon(3vw 0%, calc(100% - 3vw) 0%, 100% 50%, calc(100% - 3vw) 100%, 3vw 100%, 0% 50%);
    }

    #page_coupon_member .present_sec .flow_block .cont {
        padding: 12vw 5vw 7vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list {
        margin-bottom: 4vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow1 {
        top: -5vw;
        left: -8vw;
        width: 12vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow2 {
        display: none;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow3 {
        display: none;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow4 {
        display: none;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow5 {
        left: auto;
        right: -3vw;
        bottom: 72vw;
        width: 12vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list .snow_man {
        right: -5vw;
        bottom: -2vw;
        width: 12vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul {
        display: block;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li+li {
        margin-top: 7vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li::before {
        content: none;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li::after {
        top: auto;
        bottom: -5vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 50%;
        height: 3vw;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .num_box .num {
        font-size: 3.8vw;
        line-height: 10vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box {
        padding: 5vw 3.5vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .line_icon {
        width: 12vw;
        margin: 0 auto 3.5vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .icon_wrap {
        width: 12vw;
        margin: 0 auto 3.5vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .icon_wrap .icon {
        width: 7vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text {
        font-size: 3.5vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text .border {
        font-size: 4vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .list ul li .box .text_box .text .color {
        font-size: 4vw;
    }

    #page_coupon_member .present_sec .flow_block .cont .check_text {
        font-size: 3.3vw;
        line-height: 1.4;
        text-align: left;
    }

    #page_coupon_line .referral_sec .top_text_box .text.lr_text {
        font-size: 4vw;
        margin-bottom: 2em;
    }

    #page_coupon_line .referral_sec .top_text_box .text.small_text {
        font-size: 3vw;
    }

    #page_coupon_line .referral_sec .top_text_box .text.flex_text {
        text-align: center;
        display: block;
    }

    #page_coupon_line .referral_sec .top_text_box .text .yellow.numbering {
        margin-top: 0;
    }

    #page_coupon_line .referral_sec .top_text_box .inner_box {
        padding: 5vw 4vw;
        border: 2px solid #A59016;
    }


    #page_coupon_line .referral_sec .top_text_box .text.lr_text {
        gap: 1em;
    }

    #page_coupon_line .referral_sec .top_text_box .text.lr_text::before,
    #page_coupon_line .referral_sec .top_text_box .text.lr_text::after {
        width: 2px;
        height: 15vw;
    }

    #page_coupon_line .referral_sec .top_text_box .text.lr_text::before {
        transform: rotate(-10deg);
    }

    #page_coupon_line .referral_sec .top_text_box .text.lr_text::after {
        transform: rotate(10deg);
    }

    #page_coupon_line .referral_sec .top_text_box .inner_box::before {
        background-image: url(/wp-content/themes/child/image/cashback_text_bg_sp.svg);
        background-position: center 45vw;
    }

    #page_coupon_line .referral_sec .top_text_box .inner_box .ribon_text {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

}