@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


:root {
    --main-color: #000;
    --sub-color: #fff;
}

body {
    -webkit-text-size-adjust: 100%;
    min-width: 1440px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

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

.swiper-button-next,
.swiper-button-prev{
    background: none;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

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

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

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

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

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.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 label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

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

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    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 {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

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

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* 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: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

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

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

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

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

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -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: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------------
買うて屋 CSS (PC) ↓↓↓↓↓
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-weight: 700;
    src: url("./font/DIN-2014_Bold.woff") format("woff");
    font-family: "DIN";
}

@font-face {
    font-weight: 600;
    src: url("./font/DIN-2014_Demi.woff") format("woff");
    font-family: "DIN";
}

.font_din {
    font-family: "DIN", sans-serif;
}

@font-face {
    font-weight: 700;
    src: url("./font/Helvetica-Bold.woff") format("woff");
    font-family: "Helvetica";
}

.font_helvetica {
    font-family: "Helvetica", sans-serif;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */

span,
a {
    display: inline-block;
    font-weight: inherit;
    letter-spacing: inherit;
}

body figure {
    margin: 0;
}

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

.common_section {
    padding: 100px 0 200px;
}

a.common_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: background 0.3s, color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    aspect-ratio: 340/70;
    width: 340px;
    padding-left: 25px;
    border: 2px solid #333;
    background-color: #FFF;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: background 0.3s, color 0.3s ease 0s;
}

a.common_btn::after {
    -webkit-transition: background 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 24px;
    margin-right: 25px;
    margin-left: auto;
    background-image: url(./image/common_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

a.common_btn:hover {
    background-color: #333;
    color: #FFF;
}

a.common_btn:hover::after {
    background-image: url(./image/common_arrow_white.svg);
}

.common_contact {
    padding-bottom: 40px;
    background-color: #28BFD9;
}

.common_contact .contact_heading {
    -webkit-transform: translateY(-50%);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 60px;
    transform: translateY(-50%);
    border: 5px solid #333;
    border-radius: 50px;
    background-color: #FFFF00;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.04em;
}

.common_contact .contact_heading span {
    color: #04ADA8;
    letter-spacing: 0.09em;
}

.common_contact .contact_heading::before,
.common_contact .contact_heading::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    aspect-ratio: 40/20;
    transform: translateX(-50%);
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.common_contact .contact_heading::before {
    z-index: 10;
    top: calc(100% - 7px);
    width: 40px;
    background-color: #FFFF00;
}

.common_contact .contact_heading::after {
    top: 100%;
    width: 40px;
    background-color: #333;
}

.common_contact .contact_text {
    margin-top: -15px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
    text-align: center;
}

.common_contact .contact_wrapper {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 380px);
    margin-top: 25px;
    padding: 45px 0;
    background-color: #FFF;
}

.common_contact .contact_wrapper::before {
    position: absolute;
    top: -130px;
    right: 17px;
    aspect-ratio: 114/152;
    width: 114px;
    background-image: url(./image/common_contact_img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-right: 1px solid #333;
}

.common_contact .contact_outer:last-child {
    border-right: none;
}

.common_contact .contact_lead {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.common_contact .contact_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #333;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.common_contact .contact_tel::before {
    aspect-ratio: 46/28;
    width: 46px;
    margin-top: -3px;
    margin-right: 10px;
    background-image: url(./image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_time {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
}

.common_contact .contact_all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -5px;
    padding: 2px 5px 2px 10px;
    transform: translateY(50%);
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-align: center;
}

.common_contact .contact_all span {
    margin-right: 2px;
    font-size: 20px;
    line-height: 1;
}

.common_contact .contact_all.calc {
    background-color: #FFFF00;
}

.common_contact .contact_all.line {
    background-color: #E83333;
    color: #FFF;
}

.common_contact .contact_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 300/70;
    width: 300px;
    padding: 7px 0 0 25px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.common_contact .contact_btn:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.common_contact .contact_btn.calc:hover,
.common_contact .contact_btn.line:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.common_contact .contact_btn::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_btn.calc {
    -webkit-box-shadow: 0 6px 0 #006461;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
}

.common_contact .contact_btn.calc::before {
    aspect-ratio: 24/33;
    width: 24px;
    margin-right: 25px;
    background-image: url(./image/common_icon_calc_white.svg);
}

.common_contact .contact_btn.line {
    -webkit-box-shadow: 0 6px 0 #008035;
    background-color: #03C755;
    box-shadow: 0 6px 0 #008035;
}

.common_contact .contact_btn.line::before {
    aspect-ratio: 1/1;
    width: 28px;
    margin-right: 25px;
    background-image: url(./image/common_icon_line.svg);
}

.common_fv {
    margin-top: 180px;
    padding: 80px 0 15px;
    background-size: cover;
    color: #fff;
    padding-top: 160px;
    background-image: url(https://ichiei-tws.com/service/kaitori/wp-content/themes/swell_child/image/reason_fv_re.jpg);
    background-position: top;
}

.common_fv .common_fv_heading {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.09em;
    text-align: center;
}

.common_fv .common_fv_heading::first-letter {
    font-size: 55px;
}

.common_fv .common_fv_bread {
    margin-top: 120px;
}

.common_fv .common_fv_items {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.09em;
}

.common_fv .common_fv_items span a span {
    -webkit-transition: color 0.3s ease 0s;
    color: #fff;
    transition: color 0.3s ease 0s;
}

.common_fv .common_fv_items span a span:hover {
    color: #07D0CA;
}

.common_fv.page_guide .common_fv_heading {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 55px;
}

.common_fv.page_guide .common_fv_heading::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    aspect-ratio: 36/54;
    width: 36px;
    transform: translateY(-50%);
    background-image: url(./image/guide_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_fv.page_kaden .common_fv_heading,
.common_fv.page_camera .common_fv_heading,
.common_fv.page_brand .common_fv_heading,
.common_fv.page_furniture .common_fv_heading,
.common_fv.page_hobby .common_fv_heading,
.common_fv.page_watch .common_fv_heading,
.common_fv.page_gakki .common_fv_heading,
.common_fv.page_audio .common_fv_heading {
    font-size: 20px;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.common_fv.page_kaden .common_fv_heading span.title,
.common_fv.page_camera .common_fv_heading span.title,
.common_fv.page_brand .common_fv_heading span.title,
.common_fv.page_furniture .common_fv_heading span.title,
.common_fv.page_hobby .common_fv_heading span.title,
.common_fv.page_watch .common_fv_heading span.title,
.common_fv.page_gakki .common_fv_heading span.title,
.common_fv.page_audio .common_fv_heading span.title {
    font-size: 50px;
    margin-right: 5px;
}

.common_fv.page_kaden .common_fv_heading span.size,
.common_fv.page_camera .common_fv_heading span.size,
.common_fv.page_brand .common_fv_heading span.size,
.common_fv.page_furniture .common_fv_heading span.size,
.common_fv.page_hobby .common_fv_heading span.size,
.common_fv.page_watch .common_fv_heading span.size,
.common_fv.page_gakki .common_fv_heading span.size,
.common_fv.page_audio .common_fv_heading span.size {
    font-size: 30px;
}


.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #0ABAB5;
    background-color: transparent;
    color: #0ABAB5;
}

.wp-pagenavi a:hover {
    border: 1px solid transparent !important;
    background-color: #0ABAB5 !important;
    color: #FFF;
}

.wp-pagenavi span.current {
    border: 1px solid transparent !important;
    background-color: #0ABAB5;
    color: #FFF;
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */

.header {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1440px;
    height: 180px;
    background-color: #FFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.header .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0 100px;
}

.header .header_up {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.header .header_heading {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.header .header_heading span {
    margin-right: -0.25em;
}

.header .header_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 285px;
    margin-top: 5px;
    transition: opacity 0.3s ease 0s;
}

.header .header_logo:hover {
    opacity: 0.7;
}

.header .header_contact {
    margin-left: auto;
}

.header .header_message {
    position: relative;
    padding: 3px 0;
    border-radius: 4px;
    background-color: #FAF4D4;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.09em;
    text-align: center;
}

.header .header_message::before {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -8px;
    left: 15px;
    aspect-ratio: 15/8;
    width: 15px;
    background-color: #FAF4D4;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.header .header_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.header .header_tel::before {
    aspect-ratio: 46/28;
    width: 46px;
    margin-top: -3px;
    margin-right: 10px;
    background-image: url(./image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.header .header_time {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.016em;
    text-align: right;
}

.header .header_contents {
    margin-left: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header .header_outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.header .header_lead {
    color: #717171;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.header .header_card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 9px;
    align-items: center;
}

.header .header_card img {
    height: 28px;
}

.header .header_card img:nth-child(1) {
    height: 20px;
}

.header .header_btns {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
}

.header .header_all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 122/20;
    width: 122px;
    margin: 0 auto;
    padding: 2px 0 0 2px;
    transform: translateY(50%);
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.09em;
    text-align: center;
}

.header .header_all span {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 18px;
    line-height: 1;
}

.header .header_all.calc {
    background-color: #FFFF00;
}

.header .header_all.line {
    background-color: #E83333;
    color: #FFF;
}

.header .header_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 230/52;
    width: 230px;
    padding: 7px 0 0 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.header .header_btn:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.header .header_btn.calc:hover,
.header .header_btn.line:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .header_btn::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.header .header_btn.calc {
    -webkit-box-shadow: 0 6px 0 #006461;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
}

.header .header_btn.calc::before {
    aspect-ratio: 22/30;
    width: 22px;
    margin-right: 22px;
    background-image: url(./image/common_icon_calc_white.svg);
}

.header .header_btn.line {
    -webkit-box-shadow: 0 6px 0 #008035;
    background-color: #03C755;
    box-shadow: 0 6px 0 #008035;
}

.header .header_btn.line::before {
    aspect-ratio: 1/1;
    width: 24px;
    margin-right: 12px;
    background-image: url(./image/common_icon_line.svg);
}

.header .header_nav {
    margin-top: 10px;
}

.header .header_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header .header_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    width: 210px;
    padding: 10px 0;
}

.header .header_item::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 28px;
    transform: translateY(-50%);
    background-color: #2C2C2C;
    content: "";
}

.header .header_item:first-child::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 28px;
    transform: translateY(-50%);
    background-color: #2C2C2C;
    content: "";
}

.header .header_item a,
.header .header_item .header_text {
    -webkit-transition: color 0.3s ease 0s;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
    transition: color 0.3s ease 0s;
}

.header .header_item a:hover {
    color: #0D8B87;
}

.header .header_trigger {
    cursor: pointer;
}

.header .header_trigger:hover .header_text {
    color: #0D8B87;
}

.header .header_drawer {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.header .header_drawer .wrap {
    width: 1240px;
}

.header .drawer_items {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 27px;
    flex-wrap: wrap;
}

.header .drawer_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    width: 289px;
    padding: 20px 0;
    color: #333;
}

.header .drawer_item:nth-child(1),
.header .drawer_item:nth-child(2),
.header .drawer_item:nth-child(3),
.header .drawer_item:nth-child(4) {
    border-bottom: 1px solid #D9D9D9;
}

.header .drawer_item::after {
    -webkit-transition: background 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 20px;
    margin-right: 10px;
    margin-left: auto;
    background-image: url(./image/header_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.header .drawer_item:hover::after {
    background-image: url(./image/header_arrow_green.svg);
}

.header .drawer_item:hover .drawer_text {
    color: #0D8B87;
}

.header .drawer_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 80px;
    border-radius: 50%;
    background-color: #D7F7F5;
}

.header .drawer_img img {
    height: auto;
}

.header .drawer_item:nth-child(1) .drawer_img img {
    width: 71px;
}

.header .drawer_item:nth-child(2) .drawer_img img {
    width: 54px;
}

.header .drawer_item:nth-child(3) .drawer_img img {
    width: 57px;
}

.header .drawer_item:nth-child(4) .drawer_img img {
    width: 66px;
}

.header .drawer_item:nth-child(5) .drawer_img img {
    width: 65px;
}

.header .drawer_item:nth-child(6) .drawer_img img {
    width: 72px;
}

.header .drawer_item:nth-child(7) .drawer_img img {
    width: 67px;
}

.header .drawer_item:nth-child(8) .drawer_img img {
    width: 52px;
}

.header .drawer_text {
    -webkit-transition: color 0.3s ease 0s;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: color 0.3s ease 0s;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */

.footer {
    background-color: #F4FFFF;
}

.footer .wrap {
    width: 1240px;
}

.footer .footer_wrapper {
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    display: grid;
    grid-template-columns: 1fr 830px;
    column-gap: 115px;
    padding: 85px 0;
}

.footer .footer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 293px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_logo:hover {
    opacity: 0.7;
}

.footer .footer_company {
    margin-top: 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.footer .footer_address {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

.footer .footer_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #333;
}

.footer .footer_tel::before {
    aspect-ratio: 46/28;
    width: 35px;
    margin-top: -1px;
    margin-right: 10px;
    background-image: url(./image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer .footer_time {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.036em;
}

.footer .footer_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 270/60;
    width: 270px;
    margin-top: 15px;
    padding: 0 0 0 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.footer .footer_btn:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.footer .footer_btn.calc:hover,
.footer .footer_btn.line:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .footer_btn::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer .footer_btn.calc {
    -webkit-box-shadow: 0 6px 0 #006461;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
}

.footer .footer_btn.calc::before {
    aspect-ratio: 22/30;
    width: 24px;
    margin-right: 22px;
    background-image: url(./image/common_icon_calc_white.svg);
}

.footer .footer_btn.line {
    -webkit-box-shadow: 0 6px 0 #008035;
    background-color: #03C755;
    box-shadow: 0 6px 0 #008035;
}

.footer .footer_btn.line::before {
    aspect-ratio: 1/1;
    width: 24px;
    margin-right: 12px;
    background-image: url(./image/common_icon_line.svg);
}

.footer .footer_outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 50px;
}

.footer .footer_outer>img {
    aspect-ratio: 85/23;
    width: 85px;
}

.footer .footer_icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 23px;
    align-items: center;
}

.footer .footer_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 30px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_icon:hover {
    opacity: 0.7;
}

.footer .footer_icon:nth-child(3) {
    width: 38px;
}

.footer .footer_items {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 60px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #333;
}

.footer .footer_list+.footer_list {
    margin-top: 15px;
}

.footer .footer_list a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.09em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_list a:hover {
    opacity: 0.6;
}

.footer .footer_areas {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 24px;
    row-gap: 7px;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-right: 125px;
}

.footer .footer_area {
    -webkit-transition: color 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    transition: color 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_area:hover {
    opacity: 0.6;
}

.footer .footer_area::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.footer .footer_area:last-child::after {
    display: none;
}

.footer .footer_bottom {
    background-color: #0ABAB5;
}

.footer .footer_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.footer .footer_copy {
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
}

.footer .footer_copy small {
    font-size: 100%;
}

.footer .footer_others {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    margin-left: auto;
}

.footer .footer_other a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.09em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other a:hover {
    opacity: 0.6;
}

.footer .footer_other:first-child {
    position: relative;
}

.footer .footer_card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    -ms-flex-wrap: nowrap;
    column-gap: 9px;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 30px;
    padding: 10px 15px;
    background-color: #FFF;
}

.footer .footer_card img {
    height: 28px;
}

.footer .footer_card img:nth-child(1) {
    height: 20px;
}

/* fix_btn_pc (pc) ------------------------------------------------------------------------------------------------------ */

.fix_btn_pc {
    z-index: 10;
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 0 10px 25px;
    border: 10px solid #28BFD9;
    background-color: #FFF;
}

.fix_btn_pc.is_close {
    display: none;
}

.fix_btn_pc .fix_btn_close {
    -webkit-transition: opacity 0.3s ease 0s;
    position: absolute;
    top: -25px;
    left: -22px;
    aspect-ratio: 1/1;
    width: 30px;
    background-image: url(./image/fix_btn_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
}

.fix_btn_pc .fix_btn_close:hover {
    opacity: 0.7;
}

.fix_btn_pc .fix_btn_lead {
    -webkit-transform: translateY(-40px);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 20px 5px;
    transform: translateY(-40px);
    border: 2px solid #333;
    border-radius: 30px;
    background-color: #FFFF00;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-align: center;
}

.fix_btn_pc .fix_btn_lead span.color {
    color: #04ADA8;
    font-size: 16px;
}

.fix_btn_pc .fix_btn_lead span.color span.size {
    font-size: 22px;
}

.fix_btn_pc .fix_btn_lead::before,
.fix_btn_pc .fix_btn_lead::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    aspect-ratio: 18/10;
    transform: translateX(-50%);
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.fix_btn_pc .fix_btn_lead::before {
    z-index: 10;
    top: calc(100% - 3px);
    width: 16px;
    background-color: #FFFF00;
}

.fix_btn_pc .fix_btn_lead::after {
    top: 100%;
    width: 16px;
    background-color: #333;
}

.fix_btn_pc .fix_btn_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 210/44;
    width: 100%;
    margin-top: -25px;
    padding: 0 0 0 15px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.fix_btn_pc .fix_btn_btn:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.fix_btn_pc .fix_btn_btn.calc:hover,
.fix_btn_pc .fix_btn_btn.line:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fix_btn_pc .fix_btn_btn::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.fix_btn_pc .fix_btn_btn.calc {
    -webkit-box-shadow: 0 6px 0 #006461;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
}

.fix_btn_pc .fix_btn_btn.calc::before {
    aspect-ratio: 22/30;
    width: 18px;
    margin-right: 15px;
    background-image: url(./image/common_icon_calc_white.svg);
}

.fix_btn_pc .fix_btn_btn.line {
    -webkit-box-shadow: 0 6px 0 #008035;
    margin-top: 15px;
    background-color: #03C755;
    box-shadow: 0 6px 0 #008035;
}

.fix_btn_pc .fix_btn_btn.line::before {
    aspect-ratio: 1/1;
    width: 25px;
    margin-right: 10px;
    background-image: url(./image/common_icon_line.svg);
}

.fix_btn_pc .fix_btn_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
}

.fix_btn_pc .fix_btn_tel::before {
    aspect-ratio: 46/28;
    width: 30px;
    margin-top: -1px;
    margin-right: 10px;
    background-image: url(./image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.fix_btn_pc .fix_btn_time {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-align: center;
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_fv {
    z-index: 20;
    position: relative;
    margin-top: 180px;
    padding: 60px 0 30px;
    background-image: url(./image/top_fv_bg.webp);
    background-position: top center;
    background-size: cover;
}

.top_fv .fv_wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-radius: 30px;
    background-color: #FFFBEF;
}

.top_fv .fv_wrapper::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    aspect-ratio: 1340/510;
    width: 1340px;
    transform: translateX(-50%);
    background-image: url(./image/top_fv_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_fv .fv_lead {
    -webkit-transform: translateY(-50%);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px 0 40px;
    transform: translateY(-50%);
    border: 3px solid #333;
    border-radius: 30px;
    background-color: #FFE943;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0.03em;
}

.top_fv .fv_lead span {
    font-size: 32px;
}

.top_fv .fv_lead::before,
.top_fv .fv_lead::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    aspect-ratio: 28/18;
    transform: translateX(-50%);
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top_fv .fv_lead::before {
    z-index: 10;
    top: calc(100% - 3px);
    width: 25px;
    background-color: #FFE943;
}

.top_fv .fv_lead::after {
    top: 100%;
    width: 28px;
    background-color: #333;
}

.top_fv .fv_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 0.11em;
    text-align: center;
}

.top_fv .fv_text span {
    margin-top: 5px;
    padding: 2px 10px 2px 12px;
    border: 3px solid #333;
    background-color: #FFF8C7;
    font-size: 24px;
    letter-spacing: 0.1em;
}

.top_fv .fv_head {
    width: 530px;
    margin: 0 auto;
}

.top_fv .fv_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.top_fv .fv_item {
    aspect-ratio: 1/1;
    width: 124px;
}

.top_fv .fv_heading {
    margin-top: 20px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
}

/* top_media (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_media {
    z-index: 0;
    position: relative;
    padding-top: 140px;
}

.top_media::before {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1633px;
    background-color: #FFFDE8;
    content: "";
}

.top_media::after {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1440/1320;
    width: 100%;
    background-image: url(./image/top_media_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_media .media_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
}

.top_media .media_lead::before,
.top_media .media_lead::after {
    aspect-ratio: 30/44;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_media .media_lead::before {
    background-image: url(./image/top_media_left.svg);
}

.top_media .media_lead::after {
    background-image: url(./image/top_media_right.svg);
}

.top_media .media_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
    margin-top: 25px;
}

.top_media .media_item {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 270/140;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.top_media .media_item img {
    height: auto;
}

.top_media .media_item:nth-child(1) img {
    width: 178px;
}

.top_media .media_item:nth-child(2) img {
    width: 200px;
}

.top_media .media_item:nth-child(3) img {
    width: 227px;
}

.top_media .media_item:nth-child(4) img {
    width: 157px;
}

.top_media .media_heading {
    margin-top: 60px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_media .media_heading .media_heading_ex {
    color: #C30100;
    font-size: 52px;
    line-height: 1;
    margin-right: 0.4em;
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke fill;
}

.top_media .media_heading img {
    width: 430px;
}

.top_media .media_heading span {
    -webkit-transform: translateY(5px);
    margin-left: -10px;
    transform: translateY(5px);
    font-size: 36px;
}

.top_media .media_message {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_media .top_media_swiper {
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
    padding-bottom: 120px;
}

.top_media .swiper-slide {
    aspect-ratio: 550/347;
    width: 550px;
    padding: 20px;
    background-color: #FFF;
}

.top_media .media_head {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 310px 1fr;
    column-gap: 20px;
}

.top_media .media_img {
    aspect-ratio: 310/170;
}

.top_media .media_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px 7px;
    background-color: #009894;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.top_media .media_date {
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_media .media_title {
    margin-top: 10px;
    color: #C30000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.top_media .media_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.09em;
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;
}

.top_media .media_text::-webkit-scrollbar-thumb {
    background-color: #0ABAB5;
}

.top_media .media_text::-webkit-scrollbar-track {
    background-color: #E6E6E6;
}

.top_media .media_text::-webkit-scrollbar {
    width: 3px;
}

.top_media .swiper-button-prev,
.top_media .swiper-button-next {
    -webkit-transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
    transform: translateX(-50%);
}

.top_media .swiper-button-prev::after,
.top_media .swiper-button-next::after {
    display: none;
}

.top_media .swiper-button-prev::before,
.top_media .swiper-button-next::before {
    -webkit-transition: background 0.3s ease 0s;
    width: 100%;
    height: 100%;
    background-image: url(./image/top_media_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.top_media .swiper-button-prev:hover::before,
.top_media .swiper-button-next:hover::before {
    background-image: url(./image/top_media_arrow_hover.svg);
}

.top_media .swiper-button-prev {
    left: calc(50% - 114px - var(--offset));
}

.top_media .swiper-button-prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_media .swiper-button-next {
    left: calc(50% + 114px + var(--offset));
}

.top_media .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 21px;
    column-gap: 20px;
    justify-content: center;
}

.top_media .swiper-pagination-bullet {
    -webkit-transition: background 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 18px;
    height: 18px;
    margin: 0 !important;
    border: 2px solid #333;
    background-color: #FFF;
    opacity: 1;
    transition: background 0.3s ease 0s;
}

.top_media .swiper-pagination-bullet:hover {
    background-color: #333;
}

.top_media .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #333;
}

.top_media .media_btn {
    margin: 40px auto 0;
}

/* top_pro (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_pro {
    z-index: 10;
    position: relative;
    margin-top: 160px;
}

.top_pro .pro_wrapper {
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    display: grid;
    grid-template-columns: 1fr 574px;
    column-gap: 26px;
    padding: 70px 38px;
    border: 3px solid #333;
    background-color: #FFF;
}

.top_pro .pro_lead {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.09em;
}

.top_pro .pro_lead span {
    color: #C30000;
}

.top_pro .pro_lead span.color1 {
    font-weight: 900;
    font-size: 50px;
}

.top_pro .pro_lead span.color2 {
    font-weight: 900;
}

.top_pro .pro_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-align: justify;
}

.top_pro .pro_img {
    aspect-ratio: 574/400;
}

/* top_about (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_about {
    padding-top: 160px;
    padding-bottom: 140px;
}

.top_about .wrap {
    width: 1340px;
}

.top_about .about_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 527px;
    align-items: center;
}

.top_about .about_body {
    padding-left: 100px;
}

.top_about .about_heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_about .about_heading span.color {
    position: relative;
    color: #0ABAB5;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.09em;
}

.top_about .about_heading span.color::before {
    z-index: -10;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FFFF00;
    content: "";
}

.top_about .about_heading span.size {
    font-size: 32px;
    letter-spacing: 0.09em;
}

.top_about .about_heading span.ml {
    margin-left: -0.25em;
}

.top_about .about_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.top_about .about_text span {
    color: #009894;
    font-weight: 700;
}

.top_about .about_text+.about_text {
    margin-top: 25px;
}

.top_about .about_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    -webkit-box-shadow: 0 6px 0 #006461;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 340/64;
    width: 340px;
    margin-top: 70px;
    padding: 0 0 0 20px;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.top_about .about_btn:hover {
    -webkit-transform: translateY(6px);
    -webkit-box-shadow: none;
    transform: translateY(6px);
    box-shadow: none;
}

.top_about .about_btn::before {
    aspect-ratio: 22/30;
    width: 18px;
    margin-right: 20px;
    background-image: url(./image/common_icon_calc_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_about .about_btn::after {
    aspect-ratio: 1/1;
    width: 24px;
    margin-right: 20px;
    margin-left: auto;
    background-image: url(./image/common_arrow_white_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_about .about_img {
    aspect-ratio: 527/612;
}

/* top_guide (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_guide {
    padding: 150px 0;
    background-color: #EDFFFE;
}

.top_guide .guide_heading {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    font-size: 52px;
    letter-spacing: 0.09em;
}

.top_guide .guide_heading span.bg {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 5px 15px 5px 18px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.09em;
}

.top_guide .guide_heading span.color {
    padding-top: 0.05em;
    background-image: radial-gradient(circle at center, #C30000 15%, transparent 15%);
    background-position: top right;
    background-size: 1.06em 0.3em;
    background-repeat: repeat-x;
    color: #C30000;
    font-size: 90px;
}

.top_guide .guide_items {
    display: grid;
    grid-template-columns: 560px 560px;
    margin-top: 20px;
    gap: 20px;
}

.top_guide .guide_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: grid;
    grid-template-columns: 94px 1fr;
    column-gap: 30px;
    align-items: center;
    padding: 18px 30px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.top_guide .guide_img {
    aspect-ratio: 1/1;
}

.top_guide .guide_text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_guide .guide_text span {
    color: #C30000;
    font-weight: 800;
    font-size: 26px;
}

.top_guide .guide_btn {
    margin: 60px auto 0;
}

/* top_reason (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_reason {
    padding: 140px 0 190px;
}

.top_reason .wrap {
    width: 1240px;
}

.top_reason .reason_heading {
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 0.09em;
}

.top_reason .reason_heading .reason_heading_number{
    color: #FFEE1E;
    font-size: 120px;
    line-height: 1;
    -webkit-text-stroke: 7px #000;
    paint-order: stroke fill;
}

.top_reason .reason_heading .reason_heading_number ._ex{
    font-size: 54px;
}

.top_reason .reason_heading.under {
    width: fit-content;
    margin: 0 auto;
}


.top_reason .reason_heading span.bg {
    padding: 3px 20px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.13em;
}

.top_reason .reason_heading span.ml {
    margin-right: -0.35em;
}

.top_reason .reason_heading img {
    -webkit-transform: translateY(-10px);
    width: 153px;
    margin: -50px 0 0 5px;
    transform: translateY(-10px);
}

.top_reason .reason_items {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    display: grid;
    grid-template-columns: repeat(3, 390px);
    column-gap: 35px;
    row-gap: 50px;
    margin-top: 35px;
}

.top_reason .reason_head {
    position: relative;
    aspect-ratio: 390/200;
    width: 100%;
}

.top_reason .reason_img {
    width: 100%;
    height: 100%;
}

.top_reason .reason_number {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 2px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.09em;
}

.top_reason .reason_number span {
    -webkit-transform: translateY(2px);
    margin-left: 5px;
    transform: translateY(2px);
    color: #FFEE1F;
    font-size: 26px;
}

.top_reason .reason_title {
    margin-top: 20px;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.09em;
}

.top_reason .reason_title span {
    color: #0ABAB5;
}

.top_reason .reason_text {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.08em;
}

/* top_product (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_product {
    padding-top: 150px;
}

.top_product .product_heading {
    position: relative;
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_product .product_heading::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -30px;
    left: calc(50% + 15px);
    aspect-ratio: 308/61;
    width: 308px;
    transform: translateX(-50%);
    background-image: url(./image/top_product_text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_product .product_heading::first-letter {
    color: #0ABAB5;
    font-size: 87px;
}

.top_product .product_text {
    width: 750px;
    margin: 10px auto 0;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_product .product_items {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    margin-top: 40px;
    gap: 20px;
}

.top_product .product_item {
    position: relative;
    border: 2px solid #B4B4B4;
}

.top_product .product_item::before {
    -webkit-transition: opacity 0.3s ease 0s;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.top_product .product_item:hover::before {
    opacity: 0.3;
}

.top_product .product_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #ECF3F7;
}

.top_product .product_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./image/top_product_bg.webp);
    background-position: center center;
    background-size: cover;
}

.top_product .product_deco {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 10px;
    left: 50%;
    aspect-ratio: 220/78;
    width: 220px;
    transform: translateX(-50%);
    background-image: url(./image/top_product_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_product .product_img {
    z-index: 5;
    position: relative;
    margin: auto auto 30px;
}

.top_product .product_img img {
    height: auto;
}

.top_product .product_item:nth-child(1) .product_img {
    width: 170px;
}

.top_product .product_item:nth-child(2) .product_img {
    width: 156px;
}

.top_product .product_item:nth-child(3) .product_img {
    width: 109px;
}

.top_product .product_item:nth-child(4) .product_img {
    width: 163px;
}

.top_product .product_item:nth-child(5) .product_img {
    width: 127px;
}

.top_product .product_item:nth-child(6) .product_img {
    width: 154px;
}

.top_product .product_item:nth-child(7) .product_img {
    width: 146px;
}

.top_product .product_item:nth-child(8) .product_img {
    width: 120px;
}

.top_product .product_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-top: 2px solid #B4B4B4;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

.top_product .product_btn {
    margin: 80px auto 0;
}

/* top_purchases (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_purchases {
    padding-top: 130px;
    padding-bottom: 80px;
}

.top_purchases .purchases_head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    align-items: flex-end;
}

.top_purchases .purchases_outer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.top_purchases .purchases_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #C30000;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.09em;
}

.top_purchases .purchases_lead::before {
    aspect-ratio: 48/35;
    width: 48px;
    margin-top: -8px;
    margin-right: 12px;
    background-image: url(./image/top_purchases_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_purchases .purchases_city {
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.09em;
}

.top_purchases .purchases_heading {
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.top_purchases .purchases_heading::first-letter {
    color: #0ABAB5;
    font-size: 87px;
}

.top_purchases .purchases_text {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_purchases .top_purchases_swiper {
    position: relative;
    margin: 60px calc(50% - 50vw) 0;
    padding-bottom: 100px;
}

.top_purchases .top_purchases_swiper::before,
.top_purchases .top_purchases_swiper::after {
    z-index: 5;
    position: absolute;
    top: 0;
    width: calc(50% - 600px);
    height: calc(100% - 80px);
    content: "";
}

.top_purchases .top_purchases_swiper::before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.top_purchases .top_purchases_swiper::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.top_purchases .swiper-slide {
    width: 360px;
}

.top_purchases .swiper-slide:hover .purchases_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_purchases .swiper-slide:hover .purchases_title {
    color: #0ABAB5;
}

.top_purchases .purchases_img {
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.top_purchases .purchases_img img {
    width: 100%;
    object-fit: contain;
    max-height: 320px;
}

.top_purchases .purchases_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_purchases .purchases_body {
    padding: 0 20px;
}

.top_purchases .purchases_title {
    -webkit-box-orient: vertical;
    -webkit-transition: color 0.3s ease 0s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 15px;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    transition: color 0.3s ease 0s;
}

.top_purchases .purchases_items {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px dashed #D3D3D3;
}

.top_purchases .purchases_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 90px 1fr;
    column-gap: 20px;
    align-items: center;
}

.top_purchases .purchases_item dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #7E7E7E;
    color: #7E7E7E;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_purchases .purchases_item dd {
    color: #7E7E7E;
    font-weight: 700;
    font-size: 16px;
}

.top_purchases .purchases_item.price dt {
    height: 35px;
    border: none;
    background-color: #0ABAB5;
    color: #FFF;
    font-size: 15px;
}

.top_purchases .purchases_item.price dd {
    color: #C30000;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.top_purchases .purchases_item.price dd::first-letter {
    margin-right: 2px;
}

.top_purchases .purchases_item.rank {
    margin-top: 22px;
}

.top_purchases .purchases_item.rank dd span {
    margin-right: 3px;
    font-size: 32px;
    line-height: 1;
    font-family: "DIN", sans-serif;
}

.top_purchases .purchases_item.region {
    margin-top: 5px;
}

.top_purchases .swiper-button-prev,
.top_purchases .swiper-button-next {
    -webkit-transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    z-index: 10;
    top: 39%;
    aspect-ratio: 1/1;
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
    transition: opacity 0.3s ease 0s;
}

.top_purchases .swiper-button-prev:hover,
.top_purchases .swiper-button-next:hover {
    opacity: 0.7;
}

.top_purchases .swiper-button-prev::after,
.top_purchases .swiper-button-next::after {
    display: none;
}

.top_purchases .swiper-button-prev::before,
.top_purchases .swiper-button-next::before {
    -webkit-transition: background 0.3s ease 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./image/top_purchases_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.top_purchases .swiper-button-prev:hover::before,
.top_purchases .swiper-button-next:hover::before {
    background-image: url(./image/top_purchases_arrow_hover.svg);
}

.top_purchases .swiper-button-prev {
    left: calc(50% - 588px);
}

.top_purchases .swiper-button-next {
    left: calc(50% + 588px);
}

.top_purchases .swiper-button-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_purchases .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.top_purchases .swiper-pagination-bullet {
    -webkit-transition: background 0.3s ease 0s;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background-color: #DEDEDE;
    opacity: 1;
    transition: background 0.3s ease 0s;
}

.top_purchases .swiper-pagination-bullet:hover {
    background-color: #0ABAB5;
}

.top_purchases .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0ABAB5;
}

.top_purchases .purchases_none {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

.top_purchases .purchases_none span {
    margin-left: -0.2em;
}

.top_purchases .purchases_btn {
    margin: 40px auto 0;
}

/* top_flow (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_flow {
    padding-top: 140px;
    padding-bottom: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5fff2));
    background: linear-gradient(180deg, #fff 0%, #e5fff2 100%);
}

.top_flow .flow_heading {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_flow .flow_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 370px);
    column-gap: 15px;
    margin-top: 70px;
}

.top_flow .flow_items::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 90px;
    left: 50%;
    width: 95%;
    height: 2px;
    transform: translateX(-50%);
    background-color: #333;
    content: "";
}

.top_flow .flow_head {
    position: relative;
    aspect-ratio: 370/180;
    width: 100%;
    border: 2px solid #333;
}

.top_flow .flow_number {
    -webkit-transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 70px;
    padding-top: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.top_flow .flow_number span {
    font-size: 30px;
}

.top_flow .flow_title {
    margin-top: 15px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: center;
}

.top_flow .flow_text {
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top_flow .flow_text span {
    color: #C30000;
}

.top_flow .flow_contact {
    position: relative;
    margin-top: 100px;
    padding-bottom: 40px;
    border: 2px solid #333;
    background-color: #FFF;
}

.top_flow .flow_item .flow_text span {
    font-size: 12px;
    letter-spacing: 0;
}

.top_flow .flow_contact::before {
    position: absolute;
    top: -75px;
    right: 75px;
    aspect-ratio: 103/148;
    width: 103px;
    background-image: url(./image/top_flow_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_flow .contact_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px 0 20px;
    transform: translateY(-50%);
    border-radius: 33px;
    background-color: #07D0CA;
    color: #FFF;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.09em;
}

.top_flow .contact_heading span.bg {
    padding: 0 10px;
    border-radius: 20px;
    background-color: #FFF;
    color: #0ABAB5;
    font-size: 20px;
    letter-spacing: 0.09em;
}

.top_flow .contact_heading span.outer {
    display: contents;
}

.top_flow .contact_heading .contact_heading_number{
    color: #FFE943;
    font-size: 63px;
    margin: 0 0.1em 0 0.2em;
    height: 59px;
    display: flex;
    align-items: center;
}

.top_flow .contact_heading span.color {
    color: #FFE943;
}

.top_flow .contact_heading img {
    -webkit-transform: translateY(-10px);
    width: 44px;
    margin: 0 5px;
    transform: translateY(-10px);
}

.top_flow .contact_heading::before {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
    z-index: 10;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    aspect-ratio: 33/11;
    width: 33px;
    transform: translateX(-50%);
    background-color: #07D0CA;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top_flow .contact_text {
    margin-top: -10px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_flow .contact_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    margin-top: 20px;
}

.top_flow .contact_outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-right: 1px solid #333;
}

.top_flow .contact_outer:last-child {
    border-right: none;
}

.top_flow .contact_lead {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.top_flow .contact_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #333;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.top_flow .contact_tel::before {
    aspect-ratio: 46/28;
    width: 46px;
    margin-top: -3px;
    margin-right: 10px;
    background-image: url(./image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_flow .contact_time {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
}

.top_flow .contact_all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -5px;
    padding: 2px 5px 2px 10px;
    transform: translateY(50%);
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_flow .contact_all span {
    margin-right: 2px;
    font-size: 20px;
    line-height: 1;
}

.top_flow .contact_all.calc {
    background-color: #FFFF00;
}

.top_flow .contact_all.line {
    background-color: #E83333;
    color: #FFF;
}

.top_flow .contact_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    aspect-ratio: 300/70;
    width: 300px;
    padding: 7px 0 0 25px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.09em;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
}

.top_flow .contact_btn:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.top_flow .contact_btn.calc:hover,
.top_flow .contact_btn.line:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top_flow .contact_btn::before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_flow .contact_btn.calc {
    -webkit-box-shadow: 0 6px 0 #006461;
    background-color: #0ABAB5;
    box-shadow: 0 6px 0 #006461;
}

.top_flow .contact_btn.calc::before {
    aspect-ratio: 24/33;
    width: 24px;
    margin-right: 25px;
    background-image: url(./image/common_icon_calc_white.svg);
}

.top_flow .contact_btn.line {
    -webkit-box-shadow: 0 6px 0 #008035;
    background-color: #03C755;
    box-shadow: 0 6px 0 #008035;
}

.top_flow .contact_btn.line::before {
    aspect-ratio: 1/1;
    width: 28px;
    margin-right: 25px;
    background-image: url(./image/common_icon_line.svg);
}

.top_flow .flow_attention {
    margin-top: 15px;
    color: #C30000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: right;
}

/* top_voice (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_voice {
    padding-top: 170px;
    padding-bottom: 110px;
    background-color: #F4FFFF;
}

.top_voice .voice_wrapper {
    position: relative;
}

.top_voice .voice_wrapper::before,
.top_voice .voice_wrapper::after {
    position: absolute;
    background-image: url(./image/top_voice_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_voice .voice_wrapper::before {
    top: -125px;
    left: 0;
    aspect-ratio: 302/253;
    width: 302px;
}

.top_voice .voice_wrapper::after {
    right: -50px;
    bottom: 10px;
    aspect-ratio: 235/197;
    width: 235px;
}

.top_voice .voice_city {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.top_voice .voice_heading {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.09em;
    text-align: center;
    line-height: 1.2;
}

.top_voice .voice_heading::before {
    position: absolute;
    top: -77px;
    left: -95px;
    aspect-ratio: 152/89;
    width: 152px;
    background-image: url(./image/top_voice_text.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_voice .voice_city+.voice_heading::before {
    top: -120px;
}

.top_voice .voice_heading::first-letter {
    color: #0ABAB5;
    font-size: 70px;
}

.top_voice .voice_message {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.top_voice .top_voice_swiper {
    position: relative;
    margin: 40px calc(50% - 50vw) 0;
    padding-bottom: 60px;
}

.top_voice .top_voice_swiper::before,
.top_voice .top_voice_swiper::after {
    z-index: 5;
    position: absolute;
    top: 0;
    width: calc(50% - 580px);
    height: calc(100% - 60px);
    content: "";
}

.top_voice .top_voice_swiper::before {
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.top_voice .top_voice_swiper::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.top_voice .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: grid;
    position: relative;
    grid-template-columns: 300px 1fr;
    column-gap: 60px;
    align-items: center;
    width: 1040px;
    padding: 40px 60px 40px 40px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    color: #333;
}

.top_voice .swiper-slide.wide {
    grid-template-columns: unset;
}

.top_voice .swiper-slide::before {
    -webkit-transition: opacity 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.top_voice .swiper-slide:hover::before {
    opacity: 0.3;
}

.top_voice .voice_img {
    aspect-ratio: 1/1;
}

.top_voice .voice_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_voice .voice_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.top_voice .swiper-button-prev,
.top_voice .swiper-button-next {
    -webkit-transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    z-index: 10;
    top: 34%;
    aspect-ratio: 1/1;
    width: 80px;
    height: 80px;
    transform: translateX(-50%);
    transition: opacity 0.3s ease 0s;
}

.top_voice .swiper-button-prev:hover,
.top_voice .swiper-button-next:hover {
    opacity: 0.7;
}

.top_voice .swiper-button-prev::after,
.top_voice .swiper-button-next::after {
    display: none;
}

.top_voice .swiper-button-prev::before,
.top_voice .swiper-button-next::before {
    -webkit-transition: background 0.3s ease 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./image/top_voice_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.top_voice .swiper-button-prev:hover::before,
.top_voice .swiper-button-next:hover::before {
    background-image: url(./image/top_voice_arrow_hover.svg);
}

.top_voice .swiper-button-prev {
    left: calc(50% - 575px);
}

.top_voice .swiper-button-next {
    left: calc(50% + 575px);
}

.top_voice .swiper-button-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_voice .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.top_voice .swiper-pagination-bullet {
    -webkit-transition: background 0.3s ease 0s;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background-color: #919191;
    opacity: 1;
    transition: background 0.3s ease 0s;
}

.top_voice .swiper-pagination-bullet:hover {
    background-color: #0ABAB5;
}

.top_voice .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0ABAB5;
}

.top_voice .voice_none {
    width: 100%;
    margin-top: 60px;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

.top_voice .voice_none span {
    margin-left: -0.2em;
}

.top_voice .voice_btn {
    margin: 60px auto 0;
}

/* top_staff (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_staff {
    padding-top: 140px;
    padding-bottom: 80px;
}

.top_staff .staff_wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.top_staff .staff_heading {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.09em;
}

.top_staff .staff_heading span.size {
    font-size: 48px;
}

.top_staff .staff_heading span.color {
    color: #0ABAB5;
}

.top_staff .staff_message {
    margin-bottom: 15px;
    margin-left: 40px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.top_staff .staff_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    column-gap: 15px;
    margin-top: 40px;
}

.top_staff .staff_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.top_staff .staff_head {
    position: relative;
}

.top_staff .staff_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 370/220;
}

.top_staff .staff_outer {
    position: relative;
    /* bottom: -20px;
    left: 0; */
    /* bottom: -26px; */
    /* left: -20px; */
}

.top_staff .staff_lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 12px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    /* font-size: 22px; */
    letter-spacing: 0.09em;
    font-size: 20px;
}

.top_staff .staff_lead+.staff_lead {
    margin-top: 5px;
}

.top_staff .staff_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 20px 20px;
    background-color: #FFFDF7;
}

.top_staff .staff_text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.top_staff .staff_name {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_staff .staff_btn {
    margin: 80px auto 0;
}

/* top_faq (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_faq {
    padding-top: 80px;
    padding-bottom: 140px;
}

.top_faq .faq_heading {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_faq .faq_heading span.size {
    font-size: 48px;
}

.top_faq .faq_heading span.color {
    color: #0ABAB5;
}

.top_faq .faq_lead {
    margin-top: 60px;
    margin-bottom: 15px;
    color: #0ABAB5;
    font-weight: 700;
    font-size: 30px;
}

.top_faq .faq_lead:first-child {
    margin-top: 0;
}

.top_faq .faq_items {
    margin-top: 60px;
}

.top_faq .faq_item dt,
.top_faq .faq_item dd {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.top_faq .faq_item dt {
    position: relative;
    cursor: pointer;
}

.top_faq .faq_item dt::before,
.top_faq .faq_item dt::after {
    position: absolute;
    background-color: #333;
    content: "";
}

.top_faq .faq_item dt::before {
    right: 30px;
    width: 25px;
    height: 3px;
}

.top_faq .faq_item dt::after {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    right: 41px;
    width: 3px;
    height: 25px;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_faq .faq_item dt.is_active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top_faq .faq_item dd {
    display: none;
    background-color: #F4FFFE;
}

.top_faq .faq_item+.faq_item {
    margin-top: 25px;
}

.top_faq .faq_mark {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
}

.top_faq .faq_mark.q {
    background-color: #09716D;
    color: #FFF;
}

.top_faq .faq_mark.a {
    color: #C30000;
}

.top_faq .faq_item dt,
.top_faq .faq_wrapper {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 85px 1fr;
    column-gap: 40px;
    align-items: center;
}

.top_faq .faq_q {
    padding: 24px 0;
    padding-right: 80px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_faq .faq_a {
    padding: 24px 24px 24px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_faq .faq_a a {
    color: #333;
}

.top_faq .faq_btn {
    margin: 60px auto 0;
}

/* top_area (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_area {
    padding-top: 140px;
    padding-bottom: 110px;
    background-color: #F4FBFF;
}

.top_area .wrap {
    width: 1240px;
}

.top_area .area_heading {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_area .area_heading::first-letter {
    color: #0ABAB5;
}

.top_area .area_text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_area .area_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 600px 900px;
    align-items: center;
    margin-top: 50px;
    margin-right: calc(50% - 50vw);
}

.top_area .area_item {
    z-index: 10;
    position: relative;
    border: 2px solid #333;
}

.top_area .area_item:nth-child(1) .area_lead {
    background-color: #0ABAB5;
    color: #FFF;
}

.top_area .area_item:nth-child(1) .area_lead::before {
    background-image: url(./image/top_area_icon1.svg);
}

.top_area .area_item:nth-child(2),
.top_area .area_item:nth-child(3),
.top_area .area_item:nth-child(4) {
    margin-top: 40px;
}

.top_area .area_item:nth-child(2) .area_lead {
    background-color: #FAF4D4;
}

.top_area .area_item:nth-child(2) .area_lead::before {
    background-image: url(./image/top_area_icon2.svg);
}

.top_area .area_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #333;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_area .area_lead::before {
    aspect-ratio: 20/25;
    width: 20px;
    margin-right: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_area .area_lists {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 24px;
    row-gap: 7px;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #FFF;
}

.top_area .area_list {
    -webkit-transition: color 0.3s ease 0s;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    transition: color 0.3s ease 0s;
}

.top_area .area_list:hover {
    color: #0ABAB5;
}

.top_area .area_list::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.top_area .area_list:last-child::after {
    display: none;
}

.top_area .area_img {
    max-width: 600px;
    margin-left: 30px;
}

/* page_guide (pc) ------------------------------------------------------------------------------------------------------ */

#page_guide .fv {
    padding: 100px 0 90px;
    background-image: url(./image/guide_bg.webp);
    background-position: center center;
    background-size: cover;
}

#page_guide .fv .fv_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 39px;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_guide .fv .fv_heading::before {
    aspect-ratio: 124/156;
    width: 124px;
    margin-right: -70px;
    background-image: url(./image/guide_deco1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .fv .fv_heading span.dod {
    padding-top: 0.4em;
    background-image: radial-gradient(circle at center, #333 20%, transparent 20%);
    background-position: top right;
    background-size: 1.05em 0.3em;
    background-repeat: repeat-x;
}

#page_guide .fv .fv_heading span.line {
    z-index: 0;
    position: relative;
    margin-left: 84px;
    font-size: 90px;
    letter-spacing: 0.15em;
}

#page_guide .fv .fv_heading span.line::after {
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 19px;
    background-color: #FFFF00;
    content: "";
}

#page_guide .fv .fv_heading span.ls {
    margin-left: -20px;
}

#page_guide .fv .fv_heading span.size {
    font-size: 70px;
}

#page_guide .fv .fv_wrapper {
    position: relative;
    margin-top: 40px;
    padding: 80px 0;
    border: 4px solid #333;
    background-color: #FFF;
}

#page_guide .fv .fv_wrapper::before {
    position: absolute;
    bottom: 0;
    left: -70px;
    aspect-ratio: 1296/662;
    width: 1296px;
    background-image: url(./image/guide_deco2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .fv .fv_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    position: relative;
    grid-template-columns: 324px 324px;
    column-gap: 20px;
    justify-content: center;
}

#page_guide .fv .fv_items::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: -40px;
    left: 50%;
    aspect-ratio: 690/20;
    width: 700px;
    transform: translateX(-50%);
    background-image: url(./image/guide_deco4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .fv .fv_item {
    position: relative;
    padding: 15px 30px;
    background-color: #D0F2F1;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
}

#page_guide .fv .fv_item::before {
    position: absolute;
    top: -15px;
    left: 30px;
    aspect-ratio: 1/1;
    width: 32px;
    background-image: url(./image/guide_deco3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .fv .fv_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: 0.09em;
}

#page_guide .fv .fv_lead::before,
#page_guide .fv .fv_lead::after {
    aspect-ratio: 18/35;
    width: 18px;
    margin-top: 12px;
    background-image: url(./image/guide_deco5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .fv .fv_lead::after {
    -webkit-transform: rotateY(180deg) translateX(8px);
    transform: rotateY(180deg) translateX(8px);
}

#page_guide .fv .fv_head {
    color: #C30000;
    font-weight: 900;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_guide .fv .fv_head span {
    font-size: 55px;
}

#page_guide .fv .fv_text {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_guide .fv .fv_text span {
    font-weight: 900;
    font-size: 26px;
}

#page_guide .fv .fv_text+.fv_text {
    margin-top: 15px;
}

#page_guide .top_about {
    padding-top: 108px;
}

#page_guide .flow {
    padding-top: 130px;
}

#page_guide .flow .wrap {
    width: 1060px;
}

#page_guide .flow .flow_lead {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 25px 0 30px;
    border: 2px solid #333;
    border-radius: 33px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 900;
    font-size: 28px;
}

#page_guide .flow .flow_lead::before,
#page_guide .flow .flow_lead::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    aspect-ratio: 22/11;
    width: 22px;
    transform: translateX(-50%);
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#page_guide .flow .flow_lead::before {
    z-index: 10;
    top: calc(100% - 3px);
    background-color: #0ABAB5;
}

#page_guide .flow .flow_lead::after {
    top: 100%;
    background-color: #333;
}

#page_guide .flow .flow_heading {
    margin-top: 15px;
    font-weight: 900;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_guide .flow .flow_items {
    position: relative;
    margin-top: 40px;
}

#page_guide .flow .flow_items::before {
    z-index: -10;
    position: absolute;
    top: 90px;
    left: 50px;
    width: 2px;
    height: 430px;
    background-color: #333;
    content: "";
}

#page_guide .flow .flow_item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    position: relative;
    grid-template-columns: 100px 1fr;
    column-gap: 30px;
    align-items: center;
}

#page_guide .flow .flow_item::before {
    -webkit-transform: translateY(-50%);
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 95px;
    width: 40px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

#page_guide .flow .flow_item+.flow_item {
    margin-top: 30px;
}

#page_guide .flow .flow_number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    padding-top: 10px;
    border: 2px solid #333;
    border-radius: 50%;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

#page_guide .flow .flow_number span {
    font-size: 40px;
}

#page_guide .flow .flow_wrapper {
    display: grid;
    grid-template-columns: 370px 1fr;
    border: 2px solid #333;
}

#page_guide .flow .flow_img {
    border-right: 2px solid #333;
}

#page_guide .flow .flow_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

#page_guide .flow .flow_title {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.08em;
}

#page_guide .flow .flow_text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

#page_guide .flow .flow_text span {
    color: #C30000;
    font-size: 14px;
}

#page_guide .staff {
    padding-top: 130px;
}

#page_guide .staff .staff_heading {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
}

#page_guide .staff .staff_heading span.size {
    font-size: 50px;
}

#page_guide .staff .staff_heading span.color {
    color: #0ABAB5;
}

#page_guide .staff .staff_img {
    position: relative;
}

#page_guide .staff .staff_img::after {
    -webkit-transform: translateX(-50%);
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 1440/430;
    width: 100vw;
    transform: translateX(-50%);
    background-image: url(./image/guide_bg2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_guide .staff .staff_text {
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
}

#page_guide .staff .staff_btn {
    margin: 45px auto 0;
}

#page_guide .top_reason {
    padding-bottom: 80px;
}

#page_guide .top_faq {
    padding-bottom: 200px;
}

/* page_purchases_archive (pc) ------------------------------------------------------------------------------------------------------ */

#page_purchases_archive .purchases .purchases_cats {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#page_purchases_archive .purchases .purchases_cat {
    -webkit-transition: background 0.3s, color 0.3s ease 0s;
    padding: 3px 15px;
    border: 1px solid #0ABAB5;
    color: #0ABAB5;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s ease 0s;
}

#page_purchases_archive .purchases .purchases_cat:hover {
    background-color: #0ABAB5;
    color: #FFF;
}

#page_purchases_archive .purchases .purchases_cat.current {
    background-color: #0ABAB5;
    color: #FFF;
}

#page_purchases_archive .purchases .purchases_lists {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: none;
    position: relative;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 50px;
    margin-top: 80px;
}

#page_purchases_archive .purchases .purchases_lists.current {
    display: grid;
}

#page_purchases_archive .purchases .purchases_lists:first-child {
    display: grid;
}

#page_purchases_archive .purchases .purchases_list:hover .purchases_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#page_purchases_archive .purchases .purchases_list:hover .purchases_title {
    color: #0ABAB5;
}

#page_purchases_archive .purchases .purchases_img {
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

#page_purchases_archive .purchases .purchases_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_purchases_archive .purchases .purchases_body {
    padding: 0 20px;
}

#page_purchases_archive .purchases .purchases_title {
    -webkit-box-orient: vertical;
    -webkit-transition: color 0.3s ease 0s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 15px;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    transition: color 0.3s ease 0s;
}

#page_purchases_archive .purchases .purchases_items {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px dashed #D3D3D3;
}

#page_purchases_archive .purchases .purchases_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 90px 1fr;
    column-gap: 20px;
    align-items: center;
}

#page_purchases_archive .purchases .purchases_item dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #7E7E7E;
    color: #7E7E7E;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

#page_purchases_archive .purchases .purchases_item dd {
    color: #7E7E7E;
    font-weight: 700;
    font-size: 16px;
}

#page_purchases_archive .purchases .purchases_item.price dt {
    height: 35px;
    border: none;
    background-color: #0ABAB5;
    color: #FFF;
    font-size: 15px;
}

#page_purchases_archive .purchases .purchases_item.price dd {
    color: #C30000;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

#page_purchases_archive .purchases .purchases_item.price dd::first-letter {
    margin-right: 2px;
}

#page_purchases_archive .purchases .purchases_item.rank {
    margin-top: 22px;
}

#page_purchases_archive .purchases .purchases_item.rank dd span {
    margin-right: 3px;
    font-size: 32px;
    line-height: 1;
    font-family: "DIN", sans-serif;
}

#page_purchases_archive .purchases .purchases_item.region {
    margin-top: 5px;
}

#page_purchases_archive .purchases .purchases_none {
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

/* page_purchases_single (pc) ------------------------------------------------------------------------------------------------------ */

#page_purchases_single .purchases_heading {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

#page_purchases_single .purchases_img {
    width: 60%;
    margin: 30px auto 0;
    background-color: #f1f1f1;
}

#page_purchases_single .purchases_cats {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

#page_purchases_single .purchases_cat {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 15px 3px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

#page_purchases_single .purchases_items {
    margin-top: 20px;
}

#page_purchases_single .purchases_item {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #0ABAB5;
}

#page_purchases_single .purchases_item:first-child {
    border-top: 1px solid #0ABAB5;
}

#page_purchases_single .purchases_item dt {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
}

#page_purchases_single .purchases_item dd {
    font-weight: 500;
    font-size: 16px;
}

#page_purchases_single .purchases_staff {
    margin-top: 40px;
    color: #0ABAB5;
    font-weight: 700;
    font-size: 18px;
}

#page_purchases_single .purchases_text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_purchases_single .purchases_btn {
    margin: 60px auto 0;
}

/* page_product (pc) ------------------------------------------------------------------------------------------------------ */

#page_product .head {
    padding-top: 100px;
}

#page_product .head .head_lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 15px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.09em;
}

#page_product .head .head_heading {
    margin-top: 10px;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_product .head .head_heading span {
    color: #C30000;
}

#page_product .head .head_text {
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_product .head .head_text span {
    color: #C30000;
    font-weight: 700;
}

#page_product .head .head_text+.head_text {
    margin-top: 20px;
}

#page_product .top_reason {
    padding-bottom: 0;
}

#page_product .top_faq {
    padding-bottom: 200px;
}

/* page_voice_archive (pc) ------------------------------------------------------------------------------------------------------ */

#page_voice_archive .voice .voice_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: grid;
    position: relative;
    grid-template-columns: 300px 1fr;
    column-gap: 60px;
    align-items: center;
    padding: 40px 60px 40px 40px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333;
}

#page_voice_archive .voice .voice_item::before {
    -webkit-transition: opacity 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

#page_voice_archive .voice .voice_item:hover::before {
    opacity: 0.3;
}

#page_voice_archive .voice .voice_item+.voice_item {
    margin-top: 40px;
}

#page_voice_archive .voice .voice_img {
    aspect-ratio: 1/1;
}

#page_voice_archive .voice .voice_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

#page_voice_archive .voice .voice_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
}

/* page_voice_single (pc) ------------------------------------------------------------------------------------------------------ */

#page_voice_single .voice_heading {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

#page_voice_single .voice_img {
    aspect-ratio: 5/3;
    width: 60%;
    margin: 30px auto 0;
}

#page_voice_single .voice_img img {
    object-position: top center;
}

#page_voice_single .voice_cats {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

#page_voice_single .voice_cat {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 15px 3px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

#page_voice_single .voice_lead {
    margin-top: 30px;
    color: #0ABAB5;
    font-weight: 700;
    font-size: 18px;
}

#page_voice_single .voice_lead.voice {
    font-size: 24px;
}

#page_voice_single .voice_text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_voice_single .voice_btn {
    margin: 60px auto 0;
}

/* page_staff (pc) -------------------------------------------------------------------------------------------------------------------- */

#page_staff .staff .staff_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 40px;
}

#page_staff .staff .staff_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

#page_staff .staff .staff_item:hover .staff_img {
    /* display: none; */
}

#page_staff .staff .staff_head {
    -ms-flex-negative: 0;
    position: relative;
    flex-shrink: 0;
    aspect-ratio: 370/550;
}

#page_staff .staff .staff_img {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
}

#page_staff .staff .staff_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#page_staff .staff .staff_video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

#page_staff .staff .staff_lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 15px;
    background-color: #0ABAB5;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.09em;
}

#page_staff .staff .staff_lead+.staff_lead {
    margin-top: 5px;
}

#page_staff .staff .staff_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 20px;
    background-color: #FFFDF7;
}

#page_staff .staff .staff_text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
}

#page_staff .staff .staff_text+.staff_text {
    margin-top: 0;
}

#page_staff .staff .staff_name {
    padding: 0 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
}

/* page_media (pc) -------------------------------------------------------------------------------------------------------------------- */

#page_media .media {
    z-index: 0;
    position: relative;
    background-color: #FFFDE8;
}

#page_media .media::after {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1440/1320;
    width: 100%;
    background-image: url(./image/top_media_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_media .media .media_pick {
    padding: 30px 30px 50px;
    border-radius: 10px;
    background-color: #FFF;
}

#page_media .media .pick_lead {
    color: #C30000;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
}

#page_media .media .pick_time {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

#page_media .media .pick_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

#page_media .media .pick_img {
    width: 60%;
    margin: 30px auto 0;
}

#page_media .media .media_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    font-weight: 700;
    font-size: 36px;
}

#page_media .media .media_lead::before,
#page_media .media .media_lead::after {
    aspect-ratio: 30/44;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_media .media .media_lead::before {
    background-image: url(./image/top_media_left.svg);
}

#page_media .media .media_lead::after {
    background-image: url(./image/top_media_right.svg);
}

#page_media .media .media_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
    margin-top: 25px;
}

#page_media .media .media_item {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 270/140;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

#page_media .media .media_item img {
    height: auto;
}

#page_media .media .media_item:nth-child(1) img {
    width: 178px;
}

#page_media .media .media_item:nth-child(2) img {
    width: 200px;
}

#page_media .media .media_item:nth-child(3) img {
    width: 227px;
}

#page_media .media .media_item:nth-child(4) img {
    width: 157px;
}

#page_media .media .media_heading {
    margin-top: 60px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_media .media .media_heading img {
    width: 430px;
}

#page_media .media .media_heading span {
    -webkit-transform: translateY(5px);
    margin-left: -10px;
    transform: translateY(5px);
    font-size: 36px;
}

#page_media .media .media_message {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_media .media .media_lists {
    -webkit-column-gap: 1.33%;
    -moz-column-gap: 1.33%;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    column-gap: 1.33%;
    row-gap: 20px;
    margin-top: 30px;
}

#page_media .media .media_list {
    padding: 20px;
    background-color: #FFF;
}

#page_media .media .media_img {
    aspect-ratio: 310/170;
}

#page_media .media .media_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px 7px;
    background-color: #009894;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

#page_media .media .media_date {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.09em;
}

#page_media .media .media_title {
    color: #C30000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

#page_media .media .media_title.small {
    font-size: 18.5px;
}

#page_media .media .media_text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.09em;
}

#page_media .media .media_btn {
    margin: 60px auto 0;
}

/* page_contact (pc) -------------------------------------------------------------------------------------------------------------------- */

.page_contact .common_contact_form .lead {
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.page_contact .common_contact_form .outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 100px 250px 250px;
    column-gap: 20px;
    align-items: center;
}

.page_contact .common_contact_form .outer [type=text] {
    height: 50px;
}

.page_contact .common_contact_form .outer select {
    width: 100%;
    height: 50px;
}

.page_contact .common_contact_form .outer+.outer {
    margin-top: 10px;
}

.page_contact .common_contact_form .text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C70000;
    color: #C70000;
    font-weight: 700;
}

.page_contact .common_contact_form .inner {
    display: contents;
}

.page_contact .common_contact_form .img+.img {
    margin-top: 10px;
}

/* page_area_single (pc) -------------------------------------------------------------------------------------------------------------------- */

#page_area_single .top_pro {
    margin-top: 120px;
}

#page_area_single .top_about {
    padding-top: 120px;
    padding-bottom: 0;
}

#page_area_single .top_reason {
    padding-bottom: 0;
}

#page_area_single .top_purchases {
    padding-bottom: 140px;
}

#page_area_single .top_staff {
    padding-bottom: 0;
}

/* page_faq (pc) ------------------------------------------------------------------------------------------------------ */
#page_faq .top_faq {
    padding: 100px 0 200px;
}

#page_faq .top_faq .faq_items {
    margin-top: 0;
}

/* page_error (pc) ------------------------------------------------------------------------------------------------------ */

#page_error .error_text {
    font-weight: 700;
    font-size: 18px;
}

#page_error .common_btn.error_btn {
    margin-top: 30px;
}

/* スタッフ投稿化 */
/* 基本のスタイリング例 */

.staff_items .staff_img_gif {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.staff_items .staff_img_gif .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* 最初は隠す */
    transition: opacity 0.3s;
}

.staff_items .staff_item:hover .staff_img_gif .hover {
    opacity: 1;
    /* ホバー時に表示 */
}

/* キャッチコピーを画像の上に浮かせる場合 */
.staff_items .staff_catch {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ranking_banner_image {
    max-width: 800px;
    margin: 30px auto 0;
    display: block;
    transition: 0.3s;
}

.ranking_banner_image:hover {
    opacity: 0.6;
}

.ranking_banner_image img {
    width: 100%;
    height: auto;
    display: block;
}

/* スタッフ投稿化 end */

.first_anxiety_answer_section {
    padding: 50px 0;
    background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.first_anxiety_answer_section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 400px;
    height: 400px;
    background: #e6f5f3;
    border-radius: 50%;
    z-index: 0;
}

.first_anxiety_answer_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.first_anxiety_answer_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.first_anxiety_answer_catch {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-align: center;
    position: relative;
}

.first_anxiety_answer_catch .dg {
    font-size: 80px;
    color: #C30000;
    margin: 0 0.1em;
}

.first_anxiety_answer_catch::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0e8c84, #00c4b3);
    border-radius: 3px;
}

.first_anxiety_answer_image img {
    width: 220px;
    height: auto;
}

.first_anxiety_answer_arrow {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    color: #0e8c84;
    font-weight: bold;
}

.first_anxiety_answer_title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 50px;
}

.first_anxiety_answer_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.first_anxiety_answer_item {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-left: 6px solid #0e8c84;
}

.first_anxiety_answer_section .answer_rank {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.first_anxiety_answer_section .rank_1 {
    color: #e60012;
}

.first_anxiety_answer_section .rank_2 {
    color: #ff6600;
}

.first_anxiety_answer_section .rank_3 {
    color: #cc9900;
}

.first_anxiety_answer_section .answer_text {
    font-size: 16px;
    line-height: 1.9;
}

.first_anxiety_answer_section .answer_label {
    font-weight: 700;
    color: #0e8c84;
    margin-right: 6px;
}

#page_purchases_single .purchases_img img {
    max-height: 500px;
    object-fit: contain;
}

#page_purchases_archive .purchases .purchases_img img {
    object-fit: contain;
    max-height: 320px;
}

@media screen and (min-width: 751px) {

    .pc_tel {
        pointer-events: none;
    }

}

.section_knack {
    padding: 150px 0;
    background-color: #EDFFFE;
    margin: 100px 0;
}

.section_knack .section_title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2em;
    letter-spacing: .1em;
}

.section_knack .section_title .border {
    background: linear-gradient(transparent 70%, #fdff00 70%);
    display: inline;
    font-size: 55px;
}

.section_knack ul li {
    background: #fff;
    border: 2px solid;
    border-radius: 5px;
    padding: 40px;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.section_knack ul li+li {
    margin-top: 40px;
}

.section_knack ul li .image {
    width: 35%;
}

.section_knack ul li .image img {
    border-radius: 5px;
}

.section_knack ul li .text_box {
    width: 60%;
}

.section_knack ul li .text_box .title_box {
    align-items: center;
    gap: 20px;
    font-weight: 700;
}

.section_knack ul li .text_box .title_box .num {
    font-size: 40px;
    color: #0ABAB5;
}

.section_knack ul li .text_box .title_box .title {
    font-size: 20px;
}

.section_knack ul li .text_box dl {
    margin-top: 20px;
}

.section_knack ul li .text_box dl dt {
    width: fit-content;
    padding: .2em 1em;
    background: #0ABAB5;
    color: #FFEE1F;
    margin-bottom: .5em;
}

.section_knack ul li .text_box dl dd {
    font-size: 14px;
}

.common_slider_box {
    overflow: hidden;
    width: 100%;
    margin-top: 100px;
}

.common_slider_box ul {
    display: flex;
    width: calc(200%);
    animation: sliderLoop 20s linear infinite;
}

.common_slider_box li {
    width: 15%;
    flex-shrink: 0;
}

.common_slider_box img {
    width: 100%;
    display: block;
}

@keyframes sliderLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.identity_section {
    padding: 100px 0;
    background-color: #F4FBFF;
}

.identity_heading {
    position: relative;
    width: fit-content;
    margin: 0 auto 50px;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 0.09em;
    text-align: center;
    padding-bottom: 15px;
}

.identity_heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #0ABAB5;
    border-radius: 2px;
}

.identity_inner {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 60px;
    align-items: center;
}

.identity_img {
    aspect-ratio: 420/300;
    border-radius: 8px;
    overflow: hidden;
}

.identity_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.identity_text span {
    color: #C30000;
    font-weight: 700;
}

.identity_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 20px;
    margin-top: 25px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    list-style: none;
}

.identity_list li {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.identity_notes {
    margin-top: 20px;
    list-style: none;
}

.identity_notes li {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.03em;
    line-height: 1.6;
}

.sodai_section {
    padding: 120px 0 160px;
    background-color: #EDFFFE;
}

.sodai_section .sodai_heading_wrap {
    text-align: center;
    margin-bottom: 60px;
}

.sodai_section .sodai_heading_main {
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.06em;
    line-height: 1.2;
    display: inline-block;
    color: #333;
}

.sodai_section .sodai_heading_main .city {
    font-size: 26px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.sodai_section .sodai_heading_main .keyword {
    position: relative;
}

.sodai_section .sodai_heading_main .keyword::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FFEE1F;
    z-index: -1;
}

.sodai_section .sodai_summary {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-top: 20px;
    color: #555;
}

.sodai_section .sodai_items {
    margin-top: 50px;
}

.sodai_section .sodai_item {
    background: #fff;
    border: 2px solid #333;
}

.sodai_section .sodai_item+.sodai_item {
    margin-top: 20px;
}

.sodai_section .sodai_item_head {
    background-color: #0ABAB5;
    padding: 14px 28px;
}

.sodai_section .sodai_item_title {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.08em;
}

.sodai_section .sodai_item_body {
    padding: 28px 32px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333;
}

.l-sidebar a,
.l-mainContent a:link,
.l-mainContent a:visited{
    color: #333;
}

.c-categoryList__link{
    color: #fff !important;
}

.top_column {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #e5fff2 100%);
}

/* 見出し */
.column_heading_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.column_label {
    display: inline-block;
    padding: 3px 18px 4px;
    background-color: #0ABAB5;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.column_heading {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.09em;
    line-height: 1.2;
}

.column_heading .color {
    color: #0ABAB5;
    position: relative;
}

.column_heading .color::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FFFF00;
    z-index: -1;
}

/* Swiperラッパー */
.top_column_swiper {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 50px;
    margin-bottom: 30px;
}

/* スライド */
.top_column_swiper .swiper-slide {
    width: 360px;
    background-color: #fff;
}

.top_column_swiper .swiper-slide:hover .column_thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_column_swiper .swiper-slide:hover .column_title {
    color: #0ABAB5;
}

/* リンク全体 */
.column_link {
    display: block;
    color: #333;
    text-decoration: none;
}

/* サムネイル */
.column_thumb {
    position: relative;
    aspect-ratio: 360 / 220;
    overflow: hidden;
    background-color: #ECF3F7;
}

.column_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    display: block;
}

/* サムネなし */
.column_thumb_noimg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7F7F5;
    color: #0ABAB5;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
}

/* カテゴリーラベル */
.column_cat {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 4px 12px 5px;
    background-color: #0ABAB5;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
}

/* 本文エリア */
.column_body {
    padding: 20px 20px 25px;
}

.column_date {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #888;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.column_title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.column_excerpt {
    margin-top: 8px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ページネーション */
.top_column_swiper .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.top_column_swiper .swiper-pagination-bullet {
    -webkit-transition: background 0.3s ease 0s;
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background-color: #DEDEDE;
    opacity: 1;
    transition: background 0.3s ease 0s;
}

.top_column_swiper .swiper-pagination-bullet:hover {
    background-color: #0ABAB5;
}

.top_column_swiper .swiper-pagination-bullet-active {
    background-color: #0ABAB5;
}

/* 前後ボタン */
.top_column_swiper .swiper-button-prev,
.top_column_swiper .swiper-button-next {
    display: none;
}

.top_column_swiper .swiper-button-prev::after,
.top_column_swiper .swiper-button-next::after {
    display: none;
}

.column_btn.common_btn{
    margin: 0 auto;
}

@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: 13px;
        min-width: initial;
        padding-top: 0;
    }

    /* 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 {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

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

    #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固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

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

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

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* 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;
    }

    .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固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

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

    body #sitemap_list {
        padding: 0;
    }



    /* ----------------------------------------------------------------------------------------------------------------------------------------------------------
    買うて屋 CSS (SP) ↓↓↓↓↓
    ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

    .common_section {
        padding: 15vw 0 30vw;
    }

    a.common_btn {
        aspect-ratio: 300/66;
        width: 75vw;
        padding-left: 6vw;
        font-size: 4vw;
    }

    a.common_btn::after {
        width: 6vw;
        margin-right: 6vw;
    }

    a.common_btn:hover {
        background-color: #FFF;
        color: #333;
    }

    a.common_btn:hover::after {
        background-image: url(./image/common_arrow_black.svg);
    }

    .common_contact {
        padding-bottom: 15vw;
    }

    .common_contact .contact_heading {
        padding: 2vw 10vw;
        border: 3px solid #333;
        border-radius: 12vw;
        font-size: 5.5vw;
        line-height: 1.5;
        text-align: center;
    }

    .common_contact .contact_heading span {
        display: inline;
    }

    .common_contact .contact_heading::before {
        top: calc(100% - 1px);
        width: 6vw;
    }

    .common_contact .contact_heading::after {
        width: 8vw;
    }

    .common_contact .contact_text {
        margin-top: -5vw;
        font-size: 4vw;
        text-align: left;
    }

    .common_contact .contact_wrapper {
        grid-template-columns: 1fr;
        margin-top: 4vw;
        padding: 10vw 5vw;
    }

    .common_contact .contact_wrapper::before {
        top: -21vw;
        right: 3vw;
        width: 18vw;
    }

    .common_contact .contact_outer {
        padding: 6vw 0 8vw;
        border-right: none;
        border-bottom: 1px solid #D8D8D8;
    }

    .common_contact .contact_outer:first-child {
        padding: 0 0 6vw;
    }

    .common_contact .contact_outer:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .common_contact .contact_lead {
        font-size: 4vw;
    }

    .common_contact .contact_tel {
        margin-top: 3vw;
        font-size: 10vw;
    }

    .common_contact .contact_tel::before {
        width: 12vw;
        margin-top: -0.5vw;
        margin-right: 2.5vw;
    }

    .common_contact .contact_time {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    .common_contact .contact_all {
        margin-top: -1vw;
        padding: 0.5vw 1vw 0.5vw 2vw;
        border-radius: 3vw;
        font-size: 3.5vw;
    }

    .common_contact .contact_all span {
        margin-right: 0.5vw;
        font-size: 5vw;
    }

    .common_contact .contact_btn {
        width: 75vw;
        padding: 2vw 0 0 6vw;
        font-size: 4.5vw;
    }

    .common_contact .contact_btn:hover {
        -webkit-transform: initial;
        transform: initial;
    }

    .common_contact .contact_btn.calc::before {
        width: 6vw;
        margin-right: 6vw;
    }

    .common_contact .contact_btn.calc:hover {
        -webkit-box-shadow: 0 6px 0 #006461;
        box-shadow: 0 6px 0 #006461;
    }

    .common_contact .contact_btn.line::before {
        width: 7vw;
        margin-right: 6vw;
    }

    .common_contact .contact_btn.line:hover {
        -webkit-box-shadow: 0 6px 0 #008035;
        box-shadow: 0 6px 0 #008035;
    }

    .common_fv {
        margin-top: 70px;
        padding: 13vw 0 5vw;
        background-image: url(https://ichiei-tws.com/service/kaitori/wp-content/themes/swell_child/image/reason_fv_re_sp.jpg);
        padding-top: 27vw;
    }

    .common_fv .common_fv_heading {
        font-size: 6.5vw;
        line-height: 1.5;
    }

    .common_fv .common_fv_heading::first-letter {
        font-size: 7vw;
    }

    .common_fv .common_fv_bread {
        margin-top: 20vw;
    }

    .common_fv .common_fv_items {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
        font-size: 3vw;
        font-weight: 500;
    }

    .common_fv .common_fv_items span a span:hover {
        color: #333;
    }

    .common_fv.page_guide .common_fv_heading {
        padding: 12vw 0 0 0;
    }

    .common_fv.page_guide .common_fv_heading::before {
        -webkit-transform: translateX(-50%);
        top: 0;
        left: 50%;
        width: 6.5vw;
        transform: translateX(-50%);
    }

    .common_fv.page_kaden .common_fv_heading,
    .common_fv.page_camera .common_fv_heading,
    .common_fv.page_brand .common_fv_heading,
    .common_fv.page_furniture .common_fv_heading,
    .common_fv.page_hobby .common_fv_heading,
    .common_fv.page_watch .common_fv_heading,
    .common_fv.page_gakki .common_fv_heading,
    .common_fv.page_audio .common_fv_heading {
        font-size: 4vw;
        text-align: center;
    }

    .common_fv.page_kaden .common_fv_heading span.title,
    .common_fv.page_camera .common_fv_heading span.title,
    .common_fv.page_brand .common_fv_heading span.title,
    .common_fv.page_furniture .common_fv_heading span.title,
    .common_fv.page_hobby .common_fv_heading span.title,
    .common_fv.page_watch .common_fv_heading span.title,
    .common_fv.page_gakki .common_fv_heading span.title,
    .common_fv.page_audio .common_fv_heading span.title {
        font-size: 8vw;
        margin-right: 0;
    }

    .common_fv.page_kaden .common_fv_heading span.size,
    .common_fv.page_camera .common_fv_heading span.size,
    .common_fv.page_brand .common_fv_heading span.size,
    .common_fv.page_furniture .common_fv_heading span.size,
    .common_fv.page_hobby .common_fv_heading span.size,
    .common_fv.page_watch .common_fv_heading span.size,
    .common_fv.page_gakki .common_fv_heading span.size,
    .common_fv.page_audio .common_fv_heading span.size {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    /* header (pc) ------------------------------------------------------------------------------------------------------ */

    .header {
        min-width: initial;
        height: 70px;
        background-color: #FFF;
    }

    .header .header_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: row;
        align-items: center;
        padding: 0 20px;
    }

    .header .header_up {
        display: contents;
    }

    .header .header_logo {
        width: 154px;
        margin-top: 0;
    }

    .header .header_logo:hover {
        opacity: 1;
    }

    .header .header_tel_sp {
        display: block;
        aspect-ratio: 1/1;
        width: 40px;
        height: 40px;
        margin-left: auto;
        background-image: url(./image/header_icon_tel_sp.svg);
        background-position: center center;
        background-size: cover;
    }

    .header .header_ham {
        position: relative;
        width: 28px;
        height: 23px;
        margin-left: 15px;
    }

    .header .header_ham span {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #009D99;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .header .header_ham span:nth-child(1) {
        top: 0;
    }

    .header .header_ham span:nth-child(2) {
        top: 10px;
    }

    .header .header_ham span:nth-child(3) {
        bottom: 0;
    }

    .header .header_ham.active span:nth-child(1) {
        -webkit-transform: rotate(135deg);
        top: 10px;
        transform: rotate(135deg);
    }

    .header .header_ham.active span:nth-child(2) {
        display: none;
    }

    .header .header_ham.active span:nth-child(3) {
        -webkit-transform: rotate(-135deg);
        top: 10px;
        bottom: auto;
        transform: rotate(-135deg);
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */

    .drawer {
        -webkit-transition: opacity 0.3s ease 0s;
        z-index: 40;
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        height: calc(100dvh - 70px);
        height: calc(100vh - 70px);
        padding-top: 10vw;
        overflow: scroll;
        background-color: #EAFBFF;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease 0s;
    }

    .drawer.active {
        visibility: visible;
        opacity: 1;
    }

    .drawer::-webkit-scrollbar {
        display: none;
    }

    .drawer .drawer_wrapper {
        padding: 5vw;
        background-color: #FFF;
    }

    .drawer .drawer_items {
        padding-bottom: 5vw;
        border-bottom: 2px dashed #333;
    }

    .drawer .drawer_lists {
        display: none;
    }

    .drawer .drawer_item,
    .drawer .drawer_list {
        border-bottom: 1px solid #D5D5D5;
    }

    .drawer .drawer_list {
        padding: 0 5vw;
    }

    .drawer .drawer_list:first-child {
        border-top: 1px solid #D5D5D5;
    }

    .drawer .drawer_item:last-child,
    .drawer .drawer_list:last-child {
        border-bottom: none;
    }

    .drawer .drawer_item a,
    .drawer .drawer_item .drawer_trigger {
        width: 100%;
        padding: 5vw 0;
        color: #333;
        font-weight: 700;
        font-size: 4vw;
        letter-spacing: 0.09em;
        position: relative;
    }

    .drawer .drawer_item a::after,
    .drawer .drawer_item .drawer_trigger::after {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        aspect-ratio: 1/1;
        width: 6vw;
        transform: translateY(-50%);
        background-image: url(./image/common_arrow_black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        transition: transform 0.3s ease 0s;
    }

    .drawer .drawer_item .drawer_trigger.active::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
    }

    .drawer .drawer_tel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10vw;
        font-weight: 700;
        font-size: 10vw;
        line-height: 1;
        color: #333;
    }

    .drawer .drawer_tel::before {
        aspect-ratio: 46/28;
        width: 12vw;
        margin-top: -0.5vw;
        margin-right: 3vw;
        background-image: url(./image/common_icon_tel.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .drawer .drawer_time {
        font-weight: 500;
        font-size: 3.5vw;
        letter-spacing: 0.036em;
        text-align: center;
    }

    .drawer .drawer_btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        aspect-ratio: 310/70;
        width: 100%;
        margin-top: 6vw;
        padding: 0 0 0 7.5vw;
        color: #FFF;
        font-weight: 700;
        font-size: 4.5vw;
        letter-spacing: 0.09em;
        transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
        transition: transform 0.3s, box-shadow 0.3s ease 0s;
        transition: transform 0.3s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s ease 0s;
    }

    .drawer .drawer_btn::before {
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .drawer .drawer_btn.calc {
        -webkit-box-shadow: 0 6px 0 #006461;
        background-color: #0ABAB5;
        box-shadow: 0 6px 0 #006461;
    }

    .drawer .drawer_btn.calc::before {
        aspect-ratio: 22/30;
        width: 6vw;
        margin-right: 6vw;
        background-image: url(./image/common_icon_calc_white.svg);
    }

    .drawer .drawer_btn.line {
        -webkit-box-shadow: 0 6px 0 #008035;
        margin-top: 4.5vw;
        background-color: #03C755;
        box-shadow: 0 6px 0 #008035;
    }

    .drawer .drawer_btn.line::before {
        aspect-ratio: 1/1;
        width: 8vw;
        margin-right: 6vw;
        background-image: url(./image/common_icon_line.svg);
    }

    .drawer .drawer_icons {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 7vw;
        align-items: center;
        justify-content: center;
        margin-top: 12vw;
    }

    .drawer .drawer_icon {
        width: 10vw;
    }

    .drawer .drawer_icon:nth-child(3) {
        width: 12vw;
    }

    .drawer .drawer_card {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 2.5vw;
        align-items: center;
        justify-content: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 10vw auto 0;
        padding: 3vw 6vw;
        background-color: #FFF;
    }

    .drawer .drawer_card img {
        width: auto;
        height: 8vw;
    }

    .drawer .drawer_card img:nth-child(1) {
        height: 6vw;
    }

    .drawer .drawer_others {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 3vw;
        align-items: center;
        justify-content: center;
        margin-top: 10vw;
    }

    .drawer .drawer_other a {
        color: #333;
        font-weight: 700;
        font-size: 3vw;
        letter-spacing: 0.09em;
    }

    .drawer .drawer_other:first-child {
        position: relative;
    }

    .drawer .drawer_other:first-child::after {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: calc(50% + 1px);
        right: -1.5vw;
        width: 1px;
        height: 3vw;
        transform: translateY(-50%);
        background-color: #333;
        content: "";
    }

    .drawer .drawer_bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 15vw;
        margin-top: 5vw;
        background-color: #0ABAB5;
    }

    .drawer .drawer_copy {
        color: #FFF;
        font-weight: 700;
        font-size: 3vw;
    }

    .drawer .drawer_copy small {
        font-size: 100%;
    }

    /* footer (sp) ------------------------------------------------------------------------------------------------------ */

    .footer {
        padding-bottom: 80px;
    }

    .footer .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15vw 0 5vw;
    }

    .footer .footer_info {
        display: contents;
    }

    .footer .footer_logo {
        width: 75vw;
    }

    .footer .footer_logo:hover {
        opacity: 1;
    }

    .footer .footer_company {
        margin-top: 7vw;
        font-size: 3.8vw;
    }

    .footer .footer_address {
        margin-top: 2vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_tel {
        margin-top: 5vw;
        font-size: 7.5vw;
    }

    .footer .footer_tel::before {
        width: 8vw;
        margin-top: 0;
        margin-right: 2vw;
    }

    .footer .footer_time {
        font-size: 3.3vw;
    }

    .footer .footer_outer {
        margin-top: 8vw;
    }

    .footer .footer_outer>img {
        display: none;
    }

    .footer .footer_icons {
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        column-gap: 7vw;
    }

    .footer .footer_icon {
        width: 10vw;
    }

    .footer .footer_icon:hover {
        opacity: 1;
    }

    .footer .footer_icon:nth-child(3) {
        width: 12vw;
    }

    .footer .footer_wrap {
        padding: 5vw 0;
    }

    .footer .footer_copy {
        font-size: 3vw;
    }

    .footer .footer_others {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 10vw;
        margin-left: 0;
    }

    .footer .footer_others.sp {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw 1vw;
        text-align: center;
        line-height: 1;
    }

    .footer .footer_other a {
        color: #333;
        font-size: 3vw;
    }

    .footer .footer_other a:hover {
        opacity: 1;
    }

    .footer .footer_card {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 10vw;
        margin-left: 0;
        padding: 3vw 6vw;
        justify-content: center;
        width: 100%;
    }

    .footer .footer_card img {
        height: 9vw;
    }

    .footer .footer_card img:nth-child(1) {
        height: 6vw;
    }

    .footer .footer_card.sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    /* fix_btn_sp (sp) ------------------------------------------------------------------------------------------------------ */

    .fix_btn_sp {
        z-index: 10;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: 80px;
    }

    .fix_btn_sp .fix_btn_items {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        height: 100%;
    }

    .fix_btn_sp .fix_btn_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 8px;
    }

    .fix_btn_sp .fix_btn_item::before {
        aspect-ratio: 1/1;
        margin-bottom: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .fix_btn_sp .fix_btn_item:nth-child(1) {
        background-color: #07D0CA;
    }

    .fix_btn_sp .fix_btn_item:nth-child(1)::before {
        width: 25px;
        background-image: url(./image/fix_btn_icon_tel.svg);
    }

    .fix_btn_sp .fix_btn_item:nth-child(2) {
        background-color: #07BAB5;
    }

    .fix_btn_sp .fix_btn_item:nth-child(2)::before {
        aspect-ratio: 22/30;
        width: 22px;
        background-image: url(./image/common_icon_calc_white.svg);
    }

    .fix_btn_sp .fix_btn_item:nth-child(3) {
        background-color: #06C755;
    }

    .fix_btn_sp .fix_btn_item:nth-child(3)::before {
        width: 40px;
        margin-bottom: 0;
        background-image: url(./image/common_icon_line.svg);
    }

    .fix_btn_sp .fix_btn_text {
        color: #FFF;
        font-weight: 900;
        font-size: 14px;
        letter-spacing: 0.09em;
        text-align: center;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_fv {
        margin-top: 70px;
        padding: 13vw 0 5vw;
        background-image: url(./image/top_fv_bg_sp.webp);
    }

    .top_fv .fv_wrapper {
        max-width: initial;
        padding-top: 8vw;
        padding-bottom: 8vw;
        border-radius: 5vw;
    }

    .top_fv .fv_wrapper::before {
        -webkit-transform: translateX(-50%);
        bottom: -68vw;
        left: 50%;
        aspect-ratio: 390/582;
        width: 100vw;
        transform: translateX(-50%);
        background-image: url(./image/top_fv_deco_sp.webp);
    }

    .top_fv .fv_lead {
        -webkit-transform: translateY(0);
        padding: 1vw 4vw 1vw 6vw;
        transform: translateY(0);
        border: 2px solid #333;
        border-radius: 7.5vw;
        font-size: 3.8vw;
    }

    .top_fv .fv_lead span {
        font-size: 4.5vw;
    }

    .top_fv .fv_lead::before {
        top: calc(100% - 0.5vw);
        width: 4vw;
    }

    .top_fv .fv_lead::after {
        width: 4.5vw;
    }

    .top_fv .fv_text {
        -webkit-column-gap: 2vw;
        -moz-column-gap: 2vw;
        column-gap: 2vw;
        margin-top: 1vw;
        font-size: 6.5vw;
    }

    .top_fv .fv_text span {
        margin-top: 1vw;
        padding: 1vw 2vw 1vw 2.5vw;
        border: 2px solid #333;
        font-size: 4vw;
    }

    .top_fv .fv_head {
        width: 75vw;
        margin: 0 auto;
        margin-top: -1vw;
    }

    .top_fv .fv_items {
        -webkit-column-gap: 2vw;
        -moz-column-gap: 2vw;
        -ms-flex-wrap: nowrap;
        z-index: 10;
        position: relative;
        column-gap: 2vw;
        flex-wrap: nowrap;
        margin-top: 25vw;
    }

    .top_fv .fv_items.sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .top_fv .fv_item {
        width: 22vw;
    }

    .top_fv .fv_heading {
        margin-top: 1vw;
        font-size: 4.5vw;
    }

    .top_fv .fv_btns {
        z-index: 10;
        position: relative;
        margin-top: 7vw;
        padding: 0 5vw 6vw;
        border-radius: 2.5vw;
        background-color: #FFF;
    }

    .top_fv .fv_all {
        -webkit-transform: translateY(-50%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 180/40;
        width: 45vw;
        margin: 0 auto;
        padding: 2px 0 0 2px;
        transform: translateY(-50%);
        border: 3px solid #333;
        border-radius: 9vw;
        background-color: #FFFF00;
        font-weight: 700;
        font-size: 4vw;
    }

    .top_fv .fv_all span {
        margin-right: 0.5vw;
        font-size: 7.5vw;
        line-height: 1;
    }

    .top_fv .fv_btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        aspect-ratio: 310/70;
        width: 100%;
        padding: 0 0 0 7.5vw;
        color: #FFF;
        font-weight: 700;
        font-size: 4.5vw;
        letter-spacing: 0.09em;
    }

    .top_fv .fv_btn::before {
        width: 6vw;
        margin-right: 6vw;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .top_fv .fv_btn.calc {
        -webkit-box-shadow: 0 6px 0 #006461;
        background-color: #0ABAB5;
        box-shadow: 0 6px 0 #006461;
    }

    .top_fv .fv_btn.calc::before {
        aspect-ratio: 22/30;
        background-image: url(./image/common_icon_calc_white.svg);
    }

    .top_fv .fv_btn.line {
        -webkit-box-shadow: 0 6px 0 #008035;
        margin-top: calc(2vw + 6px);
        background-color: #03C755;
        box-shadow: 0 6px 0 #008035;
    }

    .top_fv .fv_btn.line::before {
        aspect-ratio: 1/1;
        background-image: url(./image/common_icon_line.svg);
    }

    /* top_media (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_media {
        padding-top: 20vw;
    }

    .top_media::before {
        height: 1633px;
        background-color: #FFFDE8;
    }

    .top_media::after {
        aspect-ratio: 390/821;
        background-image: url(./image/top_media_deco_sp.webp);
    }

    .top_media .media_lead {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        column-gap: 2.5vw;
        font-size: 5vw;
    }

    .top_media .media_lead::before,
    .top_media .media_lead::after {
        width: 5vw;
    }

    .top_media .media_items {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        grid-template-columns: repeat(2, calc(50% - 1.25vw));
        column-gap: 2.5vw;
        row-gap: 2.5vw;
        margin-top: 4vw;
    }

    .top_media .media_item {
        aspect-ratio: 170/80;
    }

    .top_media .media_item img {
        width: 35vw !important;
    }

    .top_media .media_heading {
        margin-top: 10vw;
        font-size: 4vw;
    }

    .top_media .media_heading img {
        width: 56vw;
    }

    .top_media .media_heading span {
        -webkit-transform: translateY(0);
        margin-left: 0;
        transform: translateY(0);
        font-size: 4.5vw;
    }

    .top_media .media_message {
        margin-top: 4vw;
        font-size: 3.8vw;
    }

    .top_media .top_media_swiper {
        margin-top: 5vw;
        padding-bottom: 18vw;
    }

    .top_media .swiper-slide {
        aspect-ratio: initial;
        width: 82vw;
        height: 450px;
        padding: 5vw;
    }

    .top_media .media_head {
        display: contents;
    }

    .top_media .media_img {
        aspect-ratio: 290/160;
    }

    .top_media .media_outer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 2.5vw;
        align-items: center;
        margin-top: 4vw;
    }

    .top_media .media_tag {
        padding: 1vw 2.5vw 2vw;
        font-size: 5.5vw;
    }

    .top_media .media_date {
        margin-top: 0;
        font-size: 3.5vw;
    }

    .top_media .media_title {
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    .top_media .media_text {
        margin-top: 3vw;
        font-size: 3.5vw;
        height: 162px;
    }

    .top_media .swiper-button-prev,
    .top_media .swiper-button-next {
        -webkit-transform: translateX(-50%);
        -webkit-transform: translateX(0);
        width: 12vw;
        height: 12vw;
        transform: translateX(-50%);
        transform: translateX(0);
    }

    .top_media .swiper-button-prev:hover::before,
    .top_media .swiper-button-next:hover::before {
        background-image: url(./image/top_media_arrow.svg);
    }

    .top_media .swiper-button-prev {
        left: 8vw;
    }

    .top_media .swiper-button-next {
        right: 8vw;
        left: auto;
    }

    .top_media .swiper-pagination {
        -webkit-column-gap: 4.5vw;
        -moz-column-gap: 4.5vw;
        bottom: 4vw;
        column-gap: 4.5vw;
    }

    .top_media .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
    }

    .top_media .swiper-pagination-bullet:hover {
        background-color: #FFF;
    }

    .top_media .media_btn {
        margin: 7.5vw auto 0;
    }

    /* top_pro (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_pro {
        margin-top: 20vw;
    }

    .top_pro .pro_wrapper {
        grid-template-columns: 1fr;
        padding: 15vw 5vw;
    }

    .top_pro .pro_lead {
        font-size: 5vw;
        line-height: 1.7;
        text-align: center;
    }

    .top_pro .pro_lead span.color1 {
        font-size: 7.5vw;
    }

    .top_pro .pro_img_sp {
        aspect-ratio: 310/220;
        margin-top: 5vw;
    }

    .top_pro .pro_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .top_pro .pro_img {
        aspect-ratio: 310/426;
        margin-top: 5vw;
    }

    /* top_about (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_about {
        padding-top: 20vw;
        padding-bottom: 15vw;
    }

    .top_about .about_wrapper {
        grid-template-columns: 1fr;
    }

    .top_about .about_body {
        padding-left: 0;
    }

    .top_about .about_heading {
        margin-top: -3vw;
        font-size: 5vw;
    }

    .top_about .about_heading span.color {
        margin-right: 1vw;
        font-size: 8vw;
    }

    .top_about .about_heading span.color::before {
        bottom: 1vw;
        height: 2vw;
    }

    .top_about .about_heading span.size {
        font-size: 5.5vw;
    }

    .top_about .about_heading span.ml {
        margin-top: 6vw;
    }

    .top_about .about_text {
        margin-top: 5vw;
        font-size: 3.8vw;
        line-height: 1.5;
    }

    .top_about .about_text+.about_text {
        margin-top: 4vw;
    }

    .top_about .about_text span {
        display: inline;
    }

    .top_about .about_btn {
        aspect-ratio: 300/70;
        width: 75vw;
        margin: 10vw auto 0;
        padding: 0 0 0 6vw;
        font-size: 4vw;
    }

    .top_about .about_btn:hover {
        -webkit-transform: initial;
        -webkit-box-shadow: 0 6px 0 #006461;
        transform: initial;
        box-shadow: 0 6px 0 #006461;
    }

    .top_about .about_btn::before {
        width: 5vw;
        margin-right: 3vw;
    }

    .top_about .about_btn::after {
        width: 6vw;
        margin-right: 6vw;
    }

    .top_about .about_img {
        aspect-ratio: 370/280;
        margin: 0 -2.5vw;
    }

    /* top_guide (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_guide {
        padding: 15vw 0;
    }

    .top_guide .guide_heading {
        font-size: 5.5vw;
        line-height: 2.2;
    }

    .top_guide .guide_heading span.bg {
        position: static;
        width: 100%;
        padding: 1vw 0;
        background-color: #FFE943;
        color: #333;
        font-size: 4.5vw;
        text-align: center;
    }

    .top_guide .guide_heading span.color {
        background-image: radial-gradient(circle at center, #C30000 18%, transparent 18%);
        background-size: 1.06em 0.8em;
        font-size: 10vw;
    }

    .top_guide .guide_items {
        grid-template-columns: 1fr;
        margin-top: 7vw;
        row-gap: 2.5vw;
    }

    .top_guide .guide_item {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 3vw;
        padding: 2.5vw;
    }

    .top_guide .guide_text {
        font-size: 3.6vw;
    }

    .top_guide .guide_text span {
        display: inline;
        font-size: 4.4vw;
    }

    .top_guide .guide_btn {
        margin: 10vw auto 0;
    }

    /* top_reason (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_reason {
        padding: 15vw 0 20vw;
    }

    .top_reason .reason_heading {
        font-size: 12vw;
        line-height: 1;
        text-align: center;
    }

    .top_reason .reason_heading span.bg {
        padding: 2vw 5vw 2.5vw;
        font-size: 4.8vw;
        letter-spacing: 0.13em;
    }

    .top_reason .reason_heading span.size {
        -webkit-transform: translateY(-2vw);
        padding-left: 15vw;
        transform: translateY(-2vw);
        font-size: 5.5vw;
        letter-spacing: 0.08em;
    }

    .top_reason .reason_heading img {
        -webkit-transform: translateY(0);
        width: 30vw;
        margin: -9vw 0 0 0;
        transform: translateY(0);
    }

    .top_reason .top_reason_swiper {
        margin-top: 8vw;
        padding-bottom: 20vw;
    }

    .top_reason .reason_item+.reason_item {
        margin-top: 10vw;
    }

    .top_reason .reason_head {
        aspect-ratio: 350/160;
    }

    .top_reason .reason_number {
        padding: 0 2vw 0.5vw;
        font-size: 3.8vw;
    }

    .top_reason .reason_number span {
        -webkit-transform: translateY(0.5vw);
        margin-left: 1vw;
        transform: translateY(0.5vw);
        font-size: 6vw;
    }

    .top_reason .reason_title {
        margin-top: 4vw;
        font-size: 5.5vw;
        line-height: 1.5;
    }

    .top_reason .reason_text {
        margin-top: 3vw;
        font-size: 3.8vw;
        line-height: 1.5;
    }

    .top_reason .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 5vw;
        justify-content: center;
    }

    .top_reason .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
        margin: 0 !important;
        background-color: #A7A7A7;
        opacity: 1;
    }

    .top_reason .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #07BAB5;
    }

    /* top_product (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_product {
        padding-top: 25vw;
    }

    .top_product .product_heading {
        font-size: 10vw;
    }

    .top_product .product_heading::before {
        top: -10vw;
        left: calc(50% + 5vw);
        width: 65vw;
    }

    .top_product .product_heading::first-letter {
        font-size: 14vw;
    }

    .top_product .product_text {
        width: initial;
        margin: 4vw auto 0;
        font-size: 3.5vw;
        line-height: 1.5;
        text-align: center;
    }

    .top_product .product_items {
        grid-template-columns: repeat(2, calc(50% - 1.25vw));
        margin-top: 6vw;
        gap: 2.5vw;
    }

    .top_product .product_item::before {
        display: none;
    }

    .top_product .product_head {
        height: 30vw;
    }

    .top_product .product_deco {
        bottom: 1vw;
        width: 35vw;
    }

    .top_product .product_img {
        margin: auto auto 4vw;
    }

    .top_product .product_item:nth-child(1) .product_img {
        width: 25vw;
    }

    .top_product .product_item:nth-child(2) .product_img {
        width: 25vw;
    }

    .top_product .product_item:nth-child(3) .product_img {
        width: 15vw;
    }

    .top_product .product_item:nth-child(4) .product_img {
        width: 26vw;
    }

    .top_product .product_item:nth-child(5) .product_img {
        width: 19vw;
    }

    .top_product .product_item:nth-child(6) .product_img {
        width: 25vw;
    }

    .top_product .product_item:nth-child(7) .product_img {
        width: 25vw;
    }

    .top_product .product_item:nth-child(8) .product_img {
        width: 16vw;
    }

    .top_product .product_title {
        height: 10vw;
        font-size: 3.5vw;
    }

    .top_product .product_btn {
        margin: 10vw auto 0;
    }

    /* top_purchases (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_purchases {
        padding-top: 15vw;
        padding-bottom: 10vw;
    }

    .top_purchases .purchases_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    .top_purchases .purchases_lead {
        font-size: 5vw;
    }

    .top_purchases .purchases_lead::before {
        width: 7vw;
        margin-top: 0;
        margin-right: 1vw;
    }

    .top_purchases .purchases_city {
        font-size: 6vw;
    }

    .top_purchases .purchases_heading {
        font-size: 10vw;
    }

    .top_purchases .purchases_heading::first-letter {
        font-size: 14vw;
    }

    .top_purchases .purchases_text {
        margin-top: 8vw;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .top_purchases .top_purchases_swiper {
        margin: 6vw calc(50% - 50vw) 0;
        padding-bottom: 25vw;
    }

    .top_purchases .top_purchases_swiper::before,
    .top_purchases .top_purchases_swiper::after {
        width: 6vw;
        height: calc(100% - 20vw);
    }

    .top_purchases .swiper-slide {
        width: 84vw;
    }

    .top_purchases .swiper-slide:hover .purchases_img img {
        -webkit-transform: initial;
        transform: initial;
    }

    .top_purchases .swiper-slide:hover .purchases_title {
        color: #333;
    }

    .top_purchases .purchases_body {
        padding: 0 3.8vw;
    }

    .top_purchases .purchases_title {
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    .top_purchases .purchases_items {
        margin-top: 3vw;
        padding-top: 3vw;
    }

    .top_purchases .purchases_item {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        grid-template-columns: 22vw 1fr;
        column-gap: 3vw;
    }

    .top_purchases .purchases_item dt {
        height: 7vw;
        font-size: 3.3vw;
    }

    .top_purchases .purchases_item dd {
        font-size: 4vw;
    }

    .top_purchases .purchases_item.price dt {
        height: 8.5vw;
        font-size: 3.5vw;
    }

    .top_purchases .purchases_item.price dd {
        font-size: 10vw;
    }

    .top_purchases .purchases_item.price dd::first-letter {
        margin-right: 0.5vw;
    }

    .top_purchases .purchases_item.rank {
        margin-top: 4vw;
    }

    .top_purchases .purchases_item.rank dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    .top_purchases .purchases_item.region {
        margin-top: 1vw;
    }

    .top_purchases .swiper-button-prev,
    .top_purchases .swiper-button-next {
        -webkit-transform: translateX(0);
        top: auto;
        bottom: 0;
        width: 12vw;
        height: 12vw;
        transform: translateX(0);
    }

    .top_purchases .swiper-button-prev::before,
    .top_purchases .swiper-button-next::before {
        background-image: url(./image/top_purchases_arrow_sp.svg);
    }

    .top_purchases .swiper-button-prev:hover::before,
    .top_purchases .swiper-button-next:hover::before {
        background-image: url(./image/top_purchases_arrow_sp.svg);
    }

    .top_purchases .swiper-button-prev {
        left: 15vw;
    }

    .top_purchases .swiper-button-next {
        right: 15vw;
        left: auto;
    }

    .top_purchases .swiper-pagination {
        -webkit-column-gap: 4.5vw;
        -moz-column-gap: 4.5vw;
        column-gap: 4.5vw;
        padding-bottom: 2vw;
    }

    .top_purchases .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
    }

    .top_purchases .swiper-pagination-bullet:hover {
        background-color: #DEDEDE;
    }

    .top_purchases .purchases_none {
        margin-top: 10vw;
        padding-bottom: 0;
        font-size: 4vw;
    }

    .top_purchases .purchases_btn {
        margin: 10vw auto 0;
    }

    /* top_flow (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_flow {
        padding-top: 13vw;
        padding-bottom: 15vw;
    }

    .top_flow .flow_heading {
        font-size: 7.5vw;
    }

    .top_flow .flow_items {
        grid-template-columns: 1fr;
        margin-top: 8vw;
        padding-left: 15vw;
    }

    .top_flow .flow_items::before {
        -webkit-transform: translateX(0);
        top: 15vw;
        left: 6vw;
        width: 2px;
        height: 160vw;
        transform: translateX(0);
    }

    .top_flow .flow_item {
        position: relative;
    }

    .top_flow .flow_item::before {
        position: absolute;
        top: 18vw;
        left: -6vw;
        width: 10vw;
        height: 2px;
        background-color: #333;
        content: "";
    }

    .top_flow .flow_item+.flow_item {
        margin-top: 13vw;
    }

    .top_flow .flow_head {
        aspect-ratio: 290/140;
        border: none;
    }

    .top_flow .flow_number {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: -15vw;
        width: 12.5vw;
        padding-top: 5px;
        transform: translateY(-50%);
        border: 2px solid #333;
        font-size: 3vw;
    }

    .top_flow .flow_number span {
        font-size: 5vw;
    }

    .top_flow .flow_title {
        margin-top: 3vw;
        font-size: 4vw;
        text-align: left;
    }

    .top_flow .flow_text {
        margin-top: 3vw;
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .top_flow .flow_contact {
        margin-top: 20vw;
        padding: 0 5vw 9vw;
    }

    .top_flow .flow_contact::before {
        z-index: 10;
        top: 6vw;
        right: 4vw;
        width: 14vw;
    }

    .top_flow .contact_heading {
        -webkit-column-gap: 2vw;
        -moz-column-gap: 2vw;
        column-gap: 2vw;
        aspect-ratio: 300/86;
        width: 75vw;
        padding: 0 0 0 4vw;
        border-radius: 8vw;
        border-radius: 15vw;
        font-size: 5.5vw;
        line-height: 1;
    }

    .top_flow .contact_heading span.bg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-negative: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1/1;
        width: 14vw;
        padding: 0;
        border-radius: 50%;
        font-size: 3.8vw;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }

    .top_flow .contact_heading span.outer {
        display: block;
    }

    .top_flow .contact_heading span.color {
        -webkit-transform: translateY(-3vw);
        transform: translateY(-3vw);
        font-size: 8vw;
        letter-spacing: 0.1em;
    }

    .top_flow .contact_heading img {
        -webkit-transform: translateY(-4vw);
        width: 9vw;
        margin: 0;
        transform: translateY(-4vw);
    }

    .top_flow .contact_heading span.step {
        -webkit-transform: translateY(-5vw);
        transform: translateY(-5vw);
    }

    .top_flow .contact_heading::before {
        aspect-ratio: 27/13;
        width: 7vw;
    }

    .top_flow .contact_text {
        margin-top: -4vw;
        font-size: 4vw;
        text-align: left;
    }

    .top_flow .contact_wrapper {
        grid-template-columns: 1fr;
        margin-top: 6vw;
    }

    .top_flow .contact_outer {
        padding: 6vw 0 8vw;
        border-top: 1px solid #D8D8D8;
        border-right: none;
    }

    .top_flow .contact_outer:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .top_flow .contact_outer:first-child {
        padding-bottom: 6vw;
    }

    .top_flow .contact_lead {
        font-size: 4vw;
    }

    .top_flow .contact_tel {
        margin-top: 3vw;
        font-size: 10vw;
    }

    .top_flow .contact_tel::before {
        width: 12vw;
        margin-top: -0.5vw;
        margin-right: 3vw;
    }

    .top_flow .contact_time {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    .top_flow .contact_all {
        margin-top: -1vw;
        padding: 0.5vw 1vw 0.5vw 2vw;
        border-radius: 3vw;
        font-size: 3.5vw;
    }

    .top_flow .contact_all span {
        margin-right: 0.5vw;
        font-size: 5vw;
    }

    .top_flow .contact_btn {
        aspect-ratio: 310/70;
        width: 100%;
        padding: 2vw 0 0 6vw;
        font-size: 4.5vw;
    }

    .top_flow .contact_btn:hover {
        -webkit-transform: initial;
        transform: initial;
    }

    .top_flow .contact_btn.calc::before {
        width: 6vw;
        margin-right: 6vw;
    }

    .top_flow .contact_btn.calc:hover {
        -webkit-box-shadow: 0 6px 0 #006461;
        box-shadow: 0 6px 0 #006461;
    }

    .top_flow .contact_btn.line::before {
        width: 8vw;
        margin-right: 6vw;
    }

    .top_flow .contact_btn.line:hover {
        -webkit-box-shadow: 0 6px 0 #008035;
        box-shadow: 0 6px 0 #008035;
    }

    .top_flow .flow_attention {
        margin-top: 2vw;
        font-size: 2.8vw;
        letter-spacing: 0;
    }

    /* top_voice (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_voice {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .top_voice .voice_wrapper {
        z-index: 0;
    }

    .top_voice .voice_wrapper::before,
    .top_voice .voice_wrapper::after {
        z-index: -10;
        aspect-ratio: 155/130;
        width: 39vw;
        background-image: url(./image/top_voice_deco_sp.webp);
    }

    .top_voice .voice_wrapper::before {
        top: -17vw;
        left: -2vw;
    }

    .top_voice .voice_wrapper::after {
        right: -2.5vw;
        bottom: -12vw;
    }

    .top_voice .voice_city {
        font-size: 6vw;
    }

    .top_voice .voice_heading {
        font-size: 10vw;
    }

    .top_voice .voice_heading::before {
        top: 1vw;
        left: -18vw;
        width: 20vw;
    }

    .top_voice .voice_city+.voice_heading::before {
        top: -15vw;
    }

    .top_voice .voice_heading::first-letter {
        font-size: 13vw;
    }

    .top_voice .voice_message {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    .top_voice .top_voice_swiper {
        margin: 6vw calc(50% - 50vw) 0;
        padding-bottom: 15vw;
    }

    .top_voice .top_voice_swiper::before,
    .top_voice .top_voice_swiper::after {
        width: 8vw;
        height: calc(100% - 15vw);
    }

    .top_voice .swiper-slide {
        position: relative;
        grid-template-columns: 1fr;
        width: 84vw;
        padding: 4vw 4vw 6vw;
    }

    .top_voice .swiper-slide.wide {
        grid-template-columns: 1fr;
    }

    .top_voice .swiper-slide::before {
        display: none;
    }

    .top_voice .voice_img {
        position: absolute;
        top: 4vw;
        left: 4vw;
        aspect-ratio: 120/100;
        width: 30vw;
    }

    .top_voice .voice_body {
        display: contents;
    }

    .top_voice .voice_title {
        height: 25vw;
        -webkit-line-clamp: 3;
        padding-left: 34vw;
        font-size: 4vw;
    }

    .top_voice .swiper-slide.wide .voice_title {
        padding-left: unset;
    }

    .top_voice .voice_text {
        height: 17vw;
        margin-top: 4vw;
        padding-right: 4vw;
        overflow-y: scroll;
        font-size: 3.5vw;
        letter-spacing: 0.04em;
    }

    .top_voice .voice_text::-webkit-scrollbar-thumb {
        background-color: #0ABAB5;
    }

    .top_voice .voice_text::-webkit-scrollbar-track {
        background-color: #E6E6E6;
    }

    .top_voice .voice_text::-webkit-scrollbar {
        width: 3px;
    }

    .top_voice .swiper-button-prev,
    .top_voice .swiper-button-next {
        -webkit-transform: translateX(0);
        top: 40%;
        width: 10vw;
        height: 10vw;
        transform: translateX(0);
    }

    .top_voice .swiper-button-prev::before,
    .top_voice .swiper-button-next::before {
        background-image: url(./image/top_voice_arrow_sp.svg);
    }

    .top_voice .swiper-button-prev:hover::before,
    .top_voice .swiper-button-next:hover::before {
        background-image: url(./image/top_voice_arrow_sp.svg);
    }

    .top_voice .swiper-button-prev {
        left: 2.5vw;
    }

    .top_voice .swiper-button-next {
        right: 2.5vw;
        left: auto;
    }

    .top_voice .swiper-pagination {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
    }

    .top_voice .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
    }

    .top_voice .swiper-pagination-bullet:hover {
        background-color: #919191;
    }

    .top_voice .voice_none {
        margin-top: 10vw;
        font-size: 4vw;
    }

    .top_voice .voice_btn {
        margin: 10vw auto 0;
    }

    /* top_staff (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_staff {
        padding-top: 13vw;
        padding-bottom: 10vw;
    }

    .top_staff .staff_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    .top_staff .staff_heading {
        font-size: 6vw;
    }

    .top_staff .staff_heading span.size {
        font-size: 10vw;
    }

    .top_staff .staff_message {
        margin: 4vw 0 0 0;
        font-size: 3.8vw;
    }

    .top_staff .staff_items {
        grid-template-columns: 1fr;
        margin-top: 8vw;
    }

    .top_staff .staff_item+.staff_item {
        margin-top: 4vw;
    }

    .top_staff .staff_img {
        aspect-ratio: 350/180;
    }

    .top_staff .staff_lead {
        padding: 0.5vw 3vw;
        font-size: 5vw;
    }

    .top_staff .staff_lead+.staff_lead {
        margin-top: 1.5vw;
    }

    .top_staff .staff_body {
        padding: 8vw 4vw 4vw;
    }

    .top_staff .staff_text {
        margin-bottom: 3vw;
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    .top_staff .staff_name {
        font-size: 3.5vw;
    }

    .top_staff .staff_btn {
        margin: 10vw auto 0;
    }

    /* top_faq (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_faq {
        padding-top: 10vw;
        padding-bottom: 18vw;
    }

    .top_faq .faq_heading {
        font-size: 6vw;
    }

    .top_faq .faq_heading span.size {
        font-size: 8vw;
    }

    .top_faq .faq_lead {
        margin-top: 10vw;
        margin-bottom: 2vw;
        font-size: 4.8vw;
    }

    .top_faq .faq_items {
        margin-top: 8vw;
    }

    .top_faq .faq_item dt::before {
        right: 4vw;
        width: 4vw;
        height: 0.5vw;
    }

    .top_faq .faq_item dt::after {
        right: 5.75vw;
        width: 0.5vw;
        height: 4vw;
    }

    .top_faq .faq_item+.faq_item {
        margin-top: 5vw;
    }

    .top_faq .faq_mark {
        font-size: 5.5vw;
    }

    .top_faq .faq_item dt,
    .top_faq .faq_wrapper {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        grid-template-columns: 13vw 1fr;
        column-gap: 4vw;
    }

    .top_faq .faq_q {
        padding: 3.5vw 12vw 3.5vw 0;
        font-size: 4vw;
        line-height: 1.5;
    }

    .top_faq .faq_a {
        padding: 3.5vw 4vw 3.5vw 0;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    .top_faq .faq_btn {
        margin: 10vw auto 0;
    }

    /* top_area (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_area {
        position: relative;
        padding-top: 15vw;
        padding-bottom: 25vw;
    }

    .top_area::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(./image/top_area_bg.webp);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .top_area .area_heading {
        font-size: 10vw;
    }

    .top_area .area_text {
        margin-top: 3vw;
        font-size: 3.8vw;
    }

    .top_area .area_wrapper {
        grid-template-columns: 1fr;
        margin-top: 7vw;
        margin-right: 0;
    }

    .top_area .area_items {
        padding-bottom: 0;
    }

    .top_area .area_item:nth-child(2),
    .top_area .area_item:nth-child(3),
    .top_area .area_item:nth-child(4) {
        margin-top: 5vw;
    }



    .top_area .area_lead {
        font-size: 6vw;
    }

    .top_area .area_lead::before {
        width: 4.5vw;
        margin-right: 1.5vw;
    }

    .top_area .area_lists {
        -webkit-column-gap: 6vw;
        -moz-column-gap: 6vw;
        column-gap: 6vw;
        row-gap: 1.5vw;
        padding: 5vw;
    }

    .top_area .area_list {
        font-size: 3.5vw;
    }

    .top_area .area_list:hover {
        color: #333;
    }

    .top_area .area_list::after {
        right: -3vw;
        height: 3.5vw;
    }

    /* page_guide (sp) ------------------------------------------------------------------------------------------------------ */

    #page_guide {
        overflow: initial;
    }

    #page_guide .fv {
        padding: 15vw 0 30vw;
        background-image: url(./image/guide_bg_sp.webp);
    }

    #page_guide .fv .fv_heading {
        position: relative;
        font-size: 5vw;
        line-height: 1.4;
    }

    #page_guide .fv .fv_heading::before {
        position: absolute;
        top: -26vw;
        left: 0;
        width: 21vw;
        margin-right: 0;
    }

    #page_guide .fv .fv_heading span.dod {
        background-size: 1.09em 0.3em;
    }

    #page_guide .fv .fv_heading span.line {
        margin-left: 3vw;
        font-size: 10vw;
    }

    #page_guide .fv .fv_heading span.line::after {
        left: -1vw;
        width: calc(100% - 3vw);
        height: 2vw;
    }

    #page_guide .fv .fv_heading span.ls {
        margin-left: -3vw;
    }

    #page_guide .fv .fv_heading span.size {
        font-size: 8vw;
    }

    #page_guide .fv .fv_wrapper {
        margin-top: 12vw;
        padding: 10vw 0;
        border: 3px solid #333;
    }

    #page_guide .fv .fv_wrapper::before {
        -webkit-transform: translateX(-50%);
        bottom: -30vw;
        left: 50%;
        aspect-ratio: 413/720;
        width: 100vw;
        transform: translateX(-50%);
        background-image: url(./image/guide_deco2_sp.webp);
    }

    #page_guide .fv .fv_items {
        grid-template-columns: 1fr;
        row-gap: 4vw;
    }

    #page_guide .fv .fv_items::after {
        bottom: -9vw;
        aspect-ratio: 290/18;
        width: 74vw;
        background-image: url(./image/guide_deco4_sp.svg);
    }

    #page_guide .fv .fv_item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding: 2vw 4vw;
        font-size: 3.8vw;
    }

    #page_guide .fv .fv_item::before {
        top: -3vw;
        left: 5vw;
        width: 5vw;
    }

    #page_guide .fv .fv_lead {
        -webkit-column-gap: 2vw;
        -moz-column-gap: 2vw;
        column-gap: 2vw;
        margin-top: 12vw;
        font-size: 6vw;
    }

    #page_guide .fv .fv_lead::before,
    #page_guide .fv .fv_lead::after {
        width: 3vw;
        margin-top: 1vw;
    }

    #page_guide .fv .fv_head {
        margin-top: 2vw;
        font-size: 9vw;
        line-height: 1.2;
    }

    #page_guide .fv .fv_head span {
        font-size: 9vw;
    }

    #page_guide .fv .fv_text {
        margin-top: 6vw;
        font-size: 3.8vw;
        line-height: 1.5;
    }

    #page_guide .fv .fv_text span {
        font-size: 4.5vw;
    }

    #page_guide .fv .fv_text+.fv_text {
        margin-top: 3vw;
    }

    #page_guide .top_about {
        padding-top: 15vw;
    }

    #page_guide .flow {
        padding-top: 15vw;
    }

    #page_guide .flow .flow_lead {
        padding: 0 4vw 1vw 4.5vw;
        border-radius: 8vw;
        font-size: 5vw;
    }

    #page_guide .flow .flow_lead::before,
    #page_guide .flow .flow_lead::after {
        width: 5vw;
    }

    #page_guide .flow .flow_lead::before {
        top: calc(100% - 0.75vw);
    }

    #page_guide .flow .flow_heading {
        margin-top: 4vw;
        font-size: 8vw;
    }

    #page_guide .flow .flow_items {
        margin-top: 8vw;
    }

    #page_guide .flow .flow_items::before {
        top: 35vw;
        left: 6vw;
        height: 165vw;
    }

    #page_guide .flow .flow_item {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        grid-template-columns: 12vw 1fr;
        column-gap: 2.5vw;
    }

    #page_guide .flow .flow_item::before {
        left: 10vw;
        width: 6vw;
    }

    #page_guide .flow .flow_item+.flow_item {
        margin-top: 6vw;
    }

    #page_guide .flow .flow_number {
        padding-top: 1vw;
        font-size: 3vw;
        line-height: 1;
    }

    #page_guide .flow .flow_number span {
        font-size: 5vw;
    }

    #page_guide .flow .flow_wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }

    #page_guide .flow .flow_img {
        border-right: none;
        border-bottom: 2px solid #333;
    }

    #page_guide .flow .flow_body {
        padding: 3vw 2vw;
        background-color: #FFF;
    }

    #page_guide .flow .flow_title {
        font-size: 4vw;
    }

    #page_guide .flow .flow_text {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_guide .flow .flow_text span {
        font-size: 3vw;
    }

    #page_guide .staff {
        padding-top: 15vw;
        overflow: hidden;
    }

    #page_guide .staff .staff_heading {
        font-size: 8vw;
    }

    #page_guide .staff .staff_heading span.size {
        font-size: 10vw;
    }

    #page_guide .staff .staff_img {
        margin: 0 calc(50% - 50vw);
        margin-top: 6vw;
        transform: scale(1.2);
    }

    #page_guide .staff .staff_img::after {
        display: none;
    }

    #page_guide .staff .staff_text {
        margin-top: 10vw;
        font-size: 4vw;
    }

    #page_guide .staff .staff_btn {
        margin: 8vw auto 0;
    }

    #page_guide .top_reason {
        padding-bottom: 10vw;
    }

    #page_guide .top_faq {
        padding-bottom: 30vw;
    }

    /* page_purchases_archive (sp) -------------------------------------------------------------------------------------------------------------------- */

    #page_purchases_archive .purchases .purchases_cats {
        gap: 2vw;
        justify-content: center;
    }

    #page_purchases_archive .purchases .purchases_cat {
        padding: 0.5vw 3vw;
        font-size: 4vw;
    }

    #page_purchases_archive .purchases .purchases_cat:hover {
        background-color: #FFF;
        color: #0ABAB5;
    }

    #page_purchases_archive .purchases .purchases_cat.current:hover {
        background-color: #0ABAB5;
        color: #FFF;
    }

    #page_purchases_archive .purchases .purchases_lists {
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        grid-template-columns: repeat(2, 48.5%);
        column-gap: 3%;
        row-gap: 10vw;
        margin: 12vw -2.5vw 0;
    }

    #page_purchases_archive .purchases .purchases_list:hover .purchases_img img {
        -webkit-transform: initial;
        transform: initial;
    }

    #page_purchases_archive .purchases .purchases_list:hover .purchases_title {
        color: #333;
    }

    #page_purchases_archive .purchases .purchases_img {
        aspect-ratio: 330/200;
    }

    #page_purchases_archive .purchases .purchases_body {
        padding: 0;
    }

    #page_purchases_archive .purchases .purchases_title {
        margin-top: 3vw;
        font-size: 4vw;
    }

    #page_purchases_archive .purchases .purchases_items {
        margin-top: 3vw;
        padding-top: 0;
        border-top: none;
    }

    #page_purchases_archive .purchases .purchases_item {
        grid-template-columns: 1fr;
    }

    #page_purchases_archive .purchases .purchases_item dt {
        height: 7vw;
        font-size: 3.3vw;
    }

    #page_purchases_archive .purchases .purchases_item dd {
        margin-top: 1vw;
        font-size: 4vw;
        text-align: center;
    }

    #page_purchases_archive .purchases .purchases_item.price dt {
        height: 7vw;
        font-size: 3.5vw;
    }

    #page_purchases_archive .purchases .purchases_item.price dd {
        font-size: 8vw;
    }

    #page_purchases_archive .purchases .purchases_item.price dd::first-letter {
        margin-right: 0.5vw;
    }

    #page_purchases_archive .purchases .purchases_item.rank {
        margin-top: 2vw;
    }

    #page_purchases_archive .purchases .purchases_item.rank dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_purchases_archive .purchases .purchases_item.region {
        margin-top: 2vw;
    }

    #page_purchases_archive .purchases .purchases_none {
        font-size: 4vw;
    }

    /* page_purchases_single (sp) ------------------------------------------------------------------------------------------------------ */

    #page_purchases_single .purchases_heading {
        font-size: 5vw;
    }

    #page_purchases_single .purchases_img {
        width: 100%;
        margin: 4vw auto 0;
    }

    #page_purchases_single .purchases_cats {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 6vw;
    }

    #page_purchases_single .purchases_cat {
        padding: 0 3vw 0.5vw;
        font-size: 4vw;
    }

    #page_purchases_single .purchases_items {
        margin-top: 4vw;
    }

    #page_purchases_single .purchases_item {
        grid-template-columns: 28vw 1fr;
        padding: 3vw 0;
    }

    #page_purchases_single .purchases_item dt {
        padding-left: 2vw;
        font-size: 4vw;
    }

    #page_purchases_single .purchases_item dd {
        font-size: 4vw;
    }

    #page_purchases_single .purchases_staff {
        margin-top: 6vw;
        font-size: 4vw;
    }

    #page_purchases_single .purchases_text {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_purchases_single .purchases_btn {
        margin: 10vw auto 0;
    }

    /* page_product (sp) ------------------------------------------------------------------------------------------------------ */

    #page_product .head {
        padding-top: 15vw;
    }

    #page_product .head .head_lead {
        padding: 0.5vw 3vw;
        font-size: 4.5vw;
    }

    #page_product .head .head_heading {
        margin-top: 1vw;
        font-size: 8vw;
        line-height: 1.4;
    }

    #page_product .head .head_text {
        margin-top: 8vw;
        font-size: 4vw;
    }

    #page_product .head .head_text+.head_text {
        margin-top: 4vw;
    }

    #page_product .top_faq {
        padding-bottom: 30vw;
    }

    /* page_voice_archive (sp) ------------------------------------------------------------------------------------------------------ */

    #page_voice_archive .voice .voice_item {
        grid-template-columns: 1fr;
        padding: 5vw;
    }

    #page_voice_archive .voice .voice_item::before {
        display: none;
    }

    #page_voice_archive .voice .voice_item+.voice_item {
        margin-top: 5vw;
    }

    #page_voice_archive .voice .voice_img {
        aspect-ratio: 5/2.5;
    }

    #page_voice_archive .voice .voice_img img {
        -o-object-position: 50% 15%;
        object-position: 50% 15%;
    }

    #page_voice_archive .voice .voice_title {
        margin-top: 3vw;
        font-size: 4vw;
        line-height: 1.5;
    }

    #page_voice_archive .voice .voice_text {
        margin-top: 2vw;
        font-size: 3vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    /* page_voice_single (sp) ------------------------------------------------------------------------------------------------------ */

    #page_voice_single .voice_heading {
        font-size: 5vw;
    }

    #page_voice_single .voice_img {
        width: 100%;
        margin: 4vw auto 0;
    }

    #page_voice_single .voice_cats {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 6vw;
    }

    #page_voice_single .voice_cat {
        padding: 0 3vw 0.5vw;
        font-size: 4vw;
    }

    #page_voice_single .voice_lead {
        margin-top: 6vw;
        font-size: 4vw;
    }

    #page_voice_single .voice_lead.voice {
        font-size: 5vw;
    }

    #page_voice_single .voice_text {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_voice_single .voice_btn {
        margin: 10vw auto 0;
    }

    /* page_staff (sp) -------------------------------------------------------------------------------------------------------------------- */

    #page_staff .staff .staff_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    #page_staff .staff .staff_heading {
        font-size: 6vw;
    }

    #page_staff .staff .staff_heading span.size {
        font-size: 10vw;
    }

    #page_staff .staff .staff_message {
        margin: 4vw 0 0 0;
        font-size: 3.8vw;
    }

    #page_staff .staff .staff_items {
        grid-template-columns: 1fr;
        margin-top: 8vw;
    }

    #page_staff .staff .staff_item+.staff_item {
        margin-top: 4vw;
    }

    #page_staff .staff .staff_img img {
        object-position: top center;
    }

    #page_staff .staff .staff_outer {
        bottom: 0;
    }

    #page_staff .staff .staff_lead {
        padding: 0.5vw 3vw;
        font-size: 5vw;
    }

    #page_staff .staff .staff_lead+.staff_lead {
        margin-top: 1.5vw;
    }

    #page_staff .staff .staff_body {
        padding: 0 0 4vw;
    }

    #page_staff .staff .staff_text {
        margin-top: 4vw;
        margin-bottom: 3vw;
        padding: 0 4vw;
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    #page_staff .staff .staff_name {
        padding: 0 4vw;
        font-size: 3.5vw;
    }

    /* page_media (sp) -------------------------------------------------------------------------------------------------------------------- */

    #page_media .media::after {
        aspect-ratio: 390/821;
        background-image: url(./image/top_media_deco_sp.webp);
    }

    #page_media .media .media_pick {
        padding: 5vw 4vw 6vw;
    }

    #page_media .media .pick_lead {
        font-size: 6vw;
        line-height: 1.4;
    }

    #page_media .media .pick_time {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_media .media .pick_text {
        margin-top: 6vw;
        font-size: 3.5vw;
    }

    #page_media .media .pick_img {
        width: 100%;
        margin: 5vw auto 0;
    }

    #page_media .media .media_lead {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        column-gap: 2.5vw;
        margin-top: 8vw;
        font-size: 5vw;
    }

    #page_media .media .media_lead::before,
    #page_media .media .media_lead::after {
        width: 5vw;
    }

    #page_media .media .media_items {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        grid-template-columns: repeat(2, calc(50% - 1.25vw));
        column-gap: 2.5vw;
        row-gap: 2.5vw;
        margin-top: 4vw;
    }

    #page_media .media .media_item {
        aspect-ratio: 170/80;
    }

    #page_media .media .media_item img {
        width: 35vw !important;
    }

    #page_media .media .media_heading {
        margin-top: 10vw;
        font-size: 4vw;
    }

    #page_media .media .media_heading img {
        width: 56vw;
    }

    #page_media .media .media_heading span {
        -webkit-transform: translateY(0);
        margin-left: 0;
        transform: translateY(0);
        font-size: 4.5vw;
    }

    #page_media .media .media_message {
        margin-top: 4vw;
        font-size: 3.8vw;
    }

    #page_media .media .media_lists {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 5vw;
    }

    #page_media .media .media_list {
        padding: 4vw;
    }

    #page_media .media .media_img {
        aspect-ratio: 290/160;
    }

    #page_media .media .media_tag {
        padding: 1.5vw 2.5vw 2vw;
        font-size: 5vw;
    }

    #page_media .media .media_date {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_media .media .media_title {
        margin-top: 0;
        font-size: 4.5vw;
    }

    #page_media .media .media_title.small {
        font-size: 4.5vw;
    }

    #page_media .media .media_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_media .media .media_btn {
        margin: 10vw auto 0;
    }

    /* page_contact (sp) -------------------------------------------------------------------------------------------------------------------- */

    .page_contact .common_contact_form .lead {
        margin-top: 10vw;
        margin-bottom: 4vw;
        font-size: 4vw;
        line-height: 1.4;
    }

    .page_contact .common_contact_form .outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .page_contact .common_contact_form .outer [type=text] {
        height: 14vw;
    }

    .page_contact .common_contact_form .outer select {
        height: 14vw;
    }

    .page_contact .common_contact_form .outer+.outer {
        margin-top: 4vw;
    }

    .page_contact .common_contact_form .text {
        padding: 1vw 3vw;
    }

    .page_contact .common_contact_form .inner {
        display: block;
        margin-top: 2vw;
    }

    .page_contact .common_contact_form .time {
        margin-top: 2vw;
    }

    .page_contact .common_contact_form .img+.img {
        margin-top: 2vw;
    }

    body.page-id-818 .common_fv .common_fv_heading {
        width: 50vw;
        margin: 0 auto;
    }

    .top_flow .flow_item .flow_text span {
        font-size: 3vw;
    }

    /* page_area_single (sp) -------------------------------------------------------------------------------------------------------------------- */

    #page_area_single .top_pro {
        margin-top: 15vw;
    }

    #page_area_single .top_about {
        padding-top: 15vw;
    }

    #page_area_single .top_purchases {
        padding-bottom: 25vw;
    }

    #page_area_single .top_faq {
        padding-bottom: 25vw;
    }

    /* page_faq (sp) ------------------------------------------------------------------------------------------------------ */
    #page_faq .top_faq {
        padding: 15vw 0 30vw;
    }

    /* page_error (sp) ------------------------------------------------------------------------------------------------------ */

    #page_error .error_text {
        font-size: 4vw;
    }

    #page_error .error_btn {
        margin: 8vw auto 0;
    }

    .ranking_banner_image {
        width: 90%;
        margin: 3vw auto 0;
    }

    .first_anxiety_answer_section {
        padding: 9vw 0;
    }

    .first_anxiety_answer_section::before {
        width: 80vw;
        height: 80vw;
        top: -20vw;
        left: -20vw;
    }

    .first_anxiety_answer_inner {
        width: 89.7436vw;
    }

    .first_anxiety_answer_head {
        gap: 5.1282vw;
        margin-bottom: 6vw;
    }

    .first_anxiety_answer_catch {
        font-size: 6vw;
        text-align: center;
    }

    .first_anxiety_answer_catch .dg {
        font-size: 10vw;
    }

    .first_anxiety_answer_catch::after {
        height: 1.2820vw;
        bottom: -2.0512vw;
    }

    .first_anxiety_answer_image {
        display: none;
    }

    .first_anxiety_answer_image img {
        width: 46.1538vw;
    }

    .first_anxiety_answer_arrow {
        font-size: 6.1538vw;
        margin-bottom: 5.1282vw;
    }

    .first_anxiety_answer_title {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .first_anxiety_answer_item {
        border-radius: 4.1025vw;
        padding: 6.4102vw;
        margin-bottom: 5.1282vw;
        border-left: 1.5384vw solid #0e8c84;
    }

    .first_anxiety_answer_section .answer_rank {
        font-size: 4.8717vw;
        margin-bottom: 2.5641vw;
    }

    .first_anxiety_answer_section .answer_text {
        font-size: 4.1025vw;
    }

    .section_knack {
        padding: 20vw 0;
        margin: 20vw 0;
    }

    .section_knack .section_title {
        font-size: 6vw;
    }

    .section_knack .section_title .border {
        font-size: 7vw;
    }

    .section_knack ul li {
        padding: 5vw;
        width: 100%;
    }

    .section_knack ul li+li {
        margin-top: 7vw;
    }

    .section_knack ul li .image {
        width: 100%;
        margin-bottom: 4vw;
        height: 40vw;
    }

    .section_knack ul li .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section_knack ul li .text_box {
        width: 100%;
    }

    .section_knack ul li .text_box .title_box {
        gap: 4vw;
    }

    .section_knack ul li .text_box .title_box .num {
        font-size: 7vw;
    }

    .section_knack ul li .text_box .title_box .title {
        font-size: 5vw;
    }

    .section_knack ul li .text_box dl {
        margin-top: 20px;
    }

    .section_knack ul li .text_box dl dd {
        font-size: 3vw;
    }

    #page_purchases_single .purchases_img img {
        max-height: 75vw;
    }

    .top_purchases .purchases_img img {
        max-height: 42vw;
    }

    #page_purchases_archive .purchases .purchases_img img {
        max-height: 43vw;
    }

    .top_media .media_heading .media_heading_ex{
        font-size: 6vw;
        -webkit-text-stroke: 1vw #fff;
    }
    
    .top_reason .reason_heading .reason_heading_number{
       font-size: 30vw;
        margin: -11vw -2vw 0 0;
    }

    .top_reason .reason_heading .reason_heading_number ._ex{
        font-size: 13vw;
    }

    .top_flow .contact_heading .contact_heading_number{
        display: inline;
        margin: 0 -2vw 0 0;
        font-size: 9vw;
    }

    .top_flow .contact_heading span.step,
    .top_flow .contact_heading span.color{
        transform:none;
    }

    .top_flow .contact_heading span.outer{
        margin-bottom: 2vw;
    }

    .identity_section {
        padding: 15vw 0;
    }

    .identity_heading {
        font-size: 5.5vw;
        margin-bottom: 8vw;
    }

    .identity_inner {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .identity_img {
        aspect-ratio: 16/9;
    }

    .identity_text {
        font-size: 3.6vw;
    }

    .identity_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
        margin-top: 5vw;
        padding: 4vw;
    }

    .identity_list li {
        font-size: 3.5vw;
        padding-bottom: 3vw;
    }

    .identity_notes {
        margin-top: 4vw;
    }

    .identity_notes li {
        font-size: 3vw;
    }

    .sodai_section {
        padding: 15vw 0 20vw;
    }

    .sodai_section .sodai_heading_wrap {
        margin-bottom: 6vw;
    }

    .sodai_section .sodai_heading_main {
        font-size: 8vw;
    }

    .sodai_section .sodai_heading_main .city {
        font-size: 4.5vw;
    }

    .sodai_section .sodai_summary {
        font-size: 3.6vw;
    }

    .sodai_section .sodai_items {
        margin-top: 0;
    }

    .sodai_section .sodai_item_head {
        padding: 3vw 4vw;
    }

    .sodai_section .sodai_item_title {
        font-size: 4vw;
    }

    .sodai_section .sodai_item_body {
        padding: 5vw;
        font-size: 3.6vw;
    }

    .top_column {
        padding: 15vw 0 20vw;
    }

    .column_heading_wrap {
        margin-bottom: 8vw;
    }

    .column_label {
        font-size: 3vw;
        padding: 0.5vw 3.5vw 1vw;
        margin-bottom: 2.5vw;
    }

    .column_heading {
        font-size: 10vw;
    }

    .column_heading .color::before {
        bottom: 1vw;
        height: 2vw;
    }

    .top_column_swiper .swiper-slide {
        width: 80vw;
    }

    .top_column_swiper .swiper-slide:hover .column_thumb img {
        -webkit-transform: initial;
        transform: initial;
    }

    .top_column_swiper .swiper-slide:hover .column_title {
        color: #333;
    }

    .column_thumb {
        aspect-ratio: 16 / 9;
    }

    .column_cat {
        font-size: 3vw;
        padding: 1vw 3vw 1.5vw;
    }

    .column_body {
        padding: 4vw 4vw 5vw;
    }

    .column_date {
        font-size: 3vw;
    }

    .column_title {
        margin-top: 2vw;
        font-size: 4.2vw;
    }

    .column_excerpt {
        margin-top: 2vw;
        font-size: 3.4vw;
    }

    .top_column_swiper .swiper-pagination {
        -webkit-column-gap: 4.5vw;
        -moz-column-gap: 4.5vw;
        column-gap: 4.5vw;
        padding-bottom: 2vw;
    }

    .top_column_swiper .swiper-pagination-bullet {
        width: 2.5vw;
        height: 2.5vw;
    }

    .top_column_swiper .swiper-pagination-bullet:hover {
        background-color: #DEDEDE;
    }

    .column_btn {
        width: 75vw;
        font-size: 3.8vw;
        margin-top: 10vw;
    }
}