@charset "UTF-8";
/* -------------------------------------------------------------- */
/*  初期値設定  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  media query  */
/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    html {
        font-size: 4.1025641026vw;
    }
}

@media print, screen and (min-width: 769px) {
    html {
        font-size: 0.8333333333vw;
    }
}
/* -------------------------------------------------------------- */
/*  font-size 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  position 配置 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  width and height 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  margin and padding 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  要素横並び  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  角丸  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  ボタン  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  配置  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  ボタンロールオーバー  */
/* -------------------------------------------------------------- */
/*
// --------------------------------------------------
// Parts of common CSS
// --------------------------------------------------
*/
@media screen and (max-width: 768px) {
    html {
        font-size: 4.1025641026vw;
    }
}

@media print, screen and (min-width: 769px) {
    html {
        font-size: 0.8333333333vw;
    }
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

html {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

a {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: bottom;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    resize: none;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.small {
    font-size: 80%;
}

.fix-box::before,
.fix-box::after {
    content: " ";
    display: table;
}

.fix-box::after {
    clear: both;
}

.f-Left {
    float: left;
}

.f-Right {
    float: right;
}

.in-bl {
    display: inline-block;
}

.t-Center {
    text-align: center;
}

.t-Left {
    text-align: left;
}

.t-Right {
    text-align: right;
}

.v-Top {
    vertical-align: top;
}

.v-Bottom {
    vertical-align: bottom;
}

span.Br::before {
    content: "\a";
    white-space: pre;
}

.is-relative {
    position: relative;
}

.is-absolute {
    position: absolute;
}

.f-bold {
    font-weight: bold;
}

.object-fit-img img {
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%;
}

a,
input[type=submit] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
input[type=submit]:hover {
    opacity: 0.7;
}

.form-control,
textarea,
.tel-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42857143;
    padding: 1rem 2%;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
textarea:focus,
.tel-form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
}

.form-control::-moz-placeholder,
textarea::-moz-placeholder,
.tel-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.tel-form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.tel-form-control::-webkit-input-placeholder {
    color: #999;
}

.m-Auto {
    margin: 0 auto;
}

.m-Auto-10 {
    margin: 10px auto;
}

.m-Auto-20 {
    margin: 20px auto;
}

.m-Auto-30 {
    margin: 30px auto;
}

.m-Auto-40 {
    margin: 40px auto;
}

.m-Auto-50 {
    margin: 50px auto;
}

.m-L-10 {
    margin-left: 10px;
}

.m-L-20 {
    margin-left: 20px;
}

.m-L-30 {
    margin-left: 30px;
}

.m-L-40 {
    margin-left: 40px;
}

.m-L-50 {
    margin-left: 50px;
}

.m-L-60 {
    margin-left: 60px;
}

.m-L-70 {
    margin-left: 70px;
}

.m-L-80 {
    margin-left: 80px;
}

.m-L-90 {
    margin-left: 90px;
}

.m-L-100 {
    margin-left: 100px;
}

.m-R-10 {
    margin-right: 10px;
}

.m-R-20 {
    margin-right: 20px;
}

.m-R-30 {
    margin-right: 30px;
}

.m-R-40 {
    margin-right: 40px;
}

.m-R-50 {
    margin-right: 50px;
}

.m-R-60 {
    margin-right: 60px;
}

.m-R-70 {
    margin-right: 70px;
}

.m-R-80 {
    margin-right: 80px;
}

.m-R-90 {
    margin-right: 90px;
}

.m-R-100 {
    margin-right: 100px;
}

.m-T-10 {
    margin-top: 10px;
}

.m-T-20 {
    margin-top: 20px;
}

.m-T-30 {
    margin-top: 30px;
}

.m-T-40 {
    margin-top: 40px;
}

.m-T-50 {
    margin-top: 50px;
}

.m-T-60 {
    margin-top: 60px;
}

.m-T-70 {
    margin-top: 70px;
}

.m-T-80 {
    margin-top: 80px;
}

.m-T-90 {
    margin-top: 90px;
}

.m-T-100 {
    margin-top: 100px;
}

.m-B-10 {
    margin-bottom: 10px;
}

.m-B-20 {
    margin-bottom: 20px;
}

.m-B-30 {
    margin-bottom: 30px;
}

.m-B-40 {
    margin-bottom: 40px;
}

.m-B-50 {
    margin-bottom: 50px;
}

.m-B-60 {
    margin-bottom: 60px;
}

.m-B-70 {
    margin-bottom: 70px;
}

.m-B-80 {
    margin-bottom: 80px;
}

.m-B-90 {
    margin-bottom: 90px;
}

.m-B-100 {
    margin-bottom: 100px;
}

.p-L-10 {
    padding-left: 10px;
}

.p-L-20 {
    padding-left: 20px;
}

.p-L-30 {
    padding-left: 30px;
}

.p-L-40 {
    padding-left: 40px;
}

.p-L-50 {
    padding-left: 50px;
}

.p-L-60 {
    padding-left: 60px;
}

.p-L-70 {
    padding-left: 70px;
}

.p-L-80 {
    padding-left: 80px;
}

.p-L-90 {
    padding-left: 90px;
}

.p-L-100 {
    padding-left: 100px;
}

.p-R-10 {
    padding-right: 10px;
}

.p-R-20 {
    padding-right: 20px;
}

.p-R-30 {
    padding-right: 30px;
}

.p-R-40 {
    padding-right: 40px;
}

.p-R-50 {
    padding-right: 50px;
}

.p-R-60 {
    padding-right: 60px;
}

.p-R-70 {
    padding-right: 70px;
}

.p-R-80 {
    padding-right: 80px;
}

.p-R-90 {
    padding-right: 90px;
}

.p-R-100 {
    padding-right: 100px;
}

.p-T-10 {
    padding-top: 10px;
}

.p-T-20 {
    padding-top: 20px;
}

.p-T-30 {
    padding-top: 30px;
}

.p-T-40 {
    padding-top: 40px;
}

.p-T-50 {
    padding-top: 50px;
}

.p-T-60 {
    padding-top: 60px;
}

.p-T-70 {
    padding-top: 70px;
}

.p-T-80 {
    padding-top: 80px;
}

.p-T-90 {
    padding-top: 90px;
}

.p-T-100 {
    padding-top: 100px;
}

.p-B-10 {
    padding-bottom: 10px;
}

.p-B-20 {
    padding-bottom: 20px;
}

.p-B-30 {
    padding-bottom: 30px;
}

.p-B-40 {
    padding-bottom: 40px;
}

.p-B-50 {
    padding-bottom: 50px;
}

.p-B-60 {
    padding-bottom: 60px;
}

.p-B-70 {
    padding-bottom: 70px;
}

.p-B-80 {
    padding-bottom: 80px;
}

.p-B-90 {
    padding-bottom: 90px;
}

.p-B-100 {
    padding-bottom: 100px;
}

.m-Auto-lr {
    margin-left: auto;
    margin-right: auto;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.fo-we-normal {
    font-weight: normal !important;
}

.fo-we-bold {
    font-weight: bold !important;
}

.le-sp-50 {
    letter-spacing: 0.05em;
}

.le-sp-100 {
    letter-spacing: 0.1em;
}

.le-sp-150 {
    letter-spacing: 0.15em;
}

.le-sp-200 {
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
    .smp-f-left {
        float: left;
    }

    .smp-f-right {
        float: right;
    }

    .width-100 {
        width: 100%;
    }

    .width-49 {
        width: 49%;
    }

    .width-50 {
        width: 50%;
    }

    .width-33 {
        width: 33%;
    }

    span.smp-br::before {
        content: "\a";
        white-space: pre;
    }

    .smp-d-none {
        display: none;
    }

    .smp-m-Auto {
        margin: 0 auto;
    }

    .smp-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .smp-m-Auto-10 {
        margin: 10px auto;
    }

    .smp-m-Auto-20 {
        margin: 20px auto;
    }

    .smp-m-Auto-30 {
        margin: 30px auto;
    }

    .smp-m-Auto-40 {
        margin: 40px auto;
    }

    .smp-m-Auto-50 {
        margin: 50px auto;
    }

    .smp-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .smp-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .smp-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .smp-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .smp-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .smp-m-L-10 {
        margin-left: 10px;
    }

    .smp-m-L-20 {
        margin-left: 20px;
    }

    .smp-m-L-30 {
        margin-left: 30px;
    }

    .smp-m-L-40 {
        margin-left: 40px;
    }

    .smp-m-L-50 {
        margin-left: 50px;
    }

    .smp-m-R-10 {
        margin-right: 10px;
    }

    .smp-m-R-20 {
        margin-right: 20px;
    }

    .smp-m-R-30 {
        margin-right: 30px;
    }

    .smp-m-R-40 {
        margin-right: 40px;
    }

    .smp-m-R-50 {
        margin-right: 50px;
    }

    .smp-m-T-10 {
        margin-top: 10px;
    }

    .smp-m-T-20 {
        margin-top: 20px;
    }

    .smp-m-T-30 {
        margin-top: 30px;
    }

    .smp-m-T-40 {
        margin-top: 40px;
    }

    .smp-m-T-50 {
        margin-top: 50px;
    }

    .smp-m-B-10 {
        margin-bottom: 10px;
    }

    .smp-m-B-20 {
        margin-bottom: 20px;
    }

    .smp-m-B-30 {
        margin-bottom: 30px;
    }

    .smp-m-B-40 {
        margin-bottom: 40px;
    }

    .smp-m-B-50 {
        margin-bottom: 50px;
    }

    .smp-p-10 {
        padding: 10px;
    }

    .smp-p-20-10 {
        padding: 20px 10px;
    }

    .smp-p-L-10 {
        padding-left: 10px;
    }

    .smp-p-L-20 {
        padding-left: 20px;
    }

    .smp-p-L-30 {
        padding-left: 30px;
    }

    .smp-p-L-40 {
        padding-left: 40px;
    }

    .smp-p-L-50 {
        padding-left: 50px;
    }

    .smp-p-R-10 {
        padding-right: 10px;
    }

    .smp-p-R-20 {
        padding-right: 20px;
    }

    .smp-p-R-30 {
        padding-right: 30px;
    }

    .smp-p-R-40 {
        padding-right: 40px;
    }

    .smp-p-R-50 {
        padding-right: 50px;
    }

    .smp-p-T-10 {
        padding-top: 10px;
    }

    .smp-p-T-20 {
        padding-top: 20px;
    }

    .smp-p-T-30 {
        padding-top: 30px;
    }

    .smp-p-T-40 {
        padding-top: 40px;
    }

    .smp-p-T-50 {
        padding-top: 50px;
    }

    .smp-p-B-10 {
        padding-bottom: 10px;
    }

    .smp-p-B-20 {
        padding-bottom: 20px;
    }

    .smp-p-B-30 {
        padding-bottom: 30px;
    }

    .smp-p-B-40 {
        padding-bottom: 40px;
    }

    .smp-p-B-50 {
        padding-bottom: 50px;
    }
}

@media print, screen and (min-width: 769px) {
    .pc-f-left {
        float: left;
    }

    .pc-f-right {
        float: right;
    }

    span.pc-br::before {
        content: "\a";
        white-space: pre;
    }

    .pc-d-none {
        display: none;
    }

    .pc-m-Auto {
        margin: 0 auto;
    }

    .pc-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .pc-m-Auto-10 {
        margin: 10px auto;
    }

    .pc-m-Auto-20 {
        margin: 20px auto;
    }

    .pc-m-Auto-30 {
        margin: 30px auto;
    }

    .pc-m-Auto-40 {
        margin: 40px auto;
    }

    .pc-m-Auto-50 {
        margin: 50px auto;
    }

    .pc-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .pc-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .pc-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .pc-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .pc-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .pc-m-L-10 {
        margin-left: 10px;
    }

    .pc-m-L-20 {
        margin-left: 20px;
    }

    .pc-m-L-30 {
        margin-left: 30px;
    }

    .pc-m-L-40 {
        margin-left: 40px;
    }

    .pc-m-L-50 {
        margin-left: 50px;
    }

    .pc-m-R-10 {
        margin-right: 10px;
    }

    .pc-m-R-20 {
        margin-right: 20px;
    }

    .pc-m-R-30 {
        margin-right: 30px;
    }

    .pc-m-R-40 {
        margin-right: 40px;
    }

    .pc-m-R-50 {
        margin-right: 50px;
    }

    .pc-m-T-10 {
        margin-top: 10px;
    }

    .pc-m-T-20 {
        margin-top: 20px;
    }

    .pc-m-T-30 {
        margin-top: 30px;
    }

    .pc-m-T-40 {
        margin-top: 40px;
    }

    .pc-m-T-50 {
        margin-top: 50px;
    }

    .pc-m-B-10 {
        margin-bottom: 10px;
    }

    .pc-m-B-20 {
        margin-bottom: 20px;
    }

    .pc-m-B-30 {
        margin-bottom: 30px;
    }

    .pc-m-B-40 {
        margin-bottom: 40px;
    }

    .pc-m-B-50 {
        margin-bottom: 50px;
    }

    .pc-p-10 {
        padding: 10px;
    }

    .pc-p-20 {
        padding: 20px;
    }

    .pc-p-30 {
        padding: 30px;
    }

    .pc-p-L-10 {
        padding-left: 10px;
    }

    .pc-p-L-20 {
        padding-left: 20px;
    }

    .pc-p-L-30 {
        padding-left: 30px;
    }

    .pc-p-L-40 {
        padding-left: 40px;
    }

    .pc-p-L-50 {
        padding-left: 50px;
    }

    .pc-p-R-10 {
        padding-right: 10px;
    }

    .pc-p-R-20 {
        padding-right: 20px;
    }

    .pc-p-R-30 {
        padding-right: 30px;
    }

    .pc-p-R-40 {
        padding-right: 40px;
    }

    .pc-p-R-50 {
        padding-right: 50px;
    }

    .pc-p-T-10 {
        padding-top: 10px;
    }

    .pc-p-T-20 {
        padding-top: 20px;
    }

    .pc-p-T-30 {
        padding-top: 30px;
    }

    .pc-p-T-40 {
        padding-top: 40px;
    }

    .pc-p-T-50 {
        padding-top: 50px;
    }

    .pc-p-B-10 {
        padding-bottom: 10px;
    }

    .pc-p-B-20 {
        padding-bottom: 20px;
    }

    .pc-p-B-30 {
        padding-bottom: 30px;
    }

    .pc-p-B-40 {
        padding-bottom: 40px;
    }

    .pc-p-B-50 {
        padding-bottom: 50px;
    }
}

.c-black01 {
    color: #707070 !important;
}

.c-black02 {
    color: #585757 !important;
}

.wrapper {
    background-color: #fff;
}

html,
body {
    color: #707070;
    font-family: "FP-こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3";
    letter-spacing: 0.1em;
}

.f-koburina-W6 {
    font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
}

.f-tsukushi-L {
    font-family: "FOT-筑紫A丸ゴシック Std L", "TsukuARdGothicStd-L";
}

.f-tsukushi-D {
    font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D";
}

.f-tsukushi-B {
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
}

.cmn-btn {
    border-color: #707070;
    border-radius: 4rem;
    border-style: solid;
    border-width: 1.5px;
    color: #707070;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.cmn-btn::after {
    background-color: #707070;
    content: "";
    display: block;
    height: 1.656em;
    -webkit-mask-image: url(../../../img/common/icon-arrow-gray.png);
    mask-image: url(../../../img/common/icon-arrow-gray.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0.9em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.656em;
}

.cmn-btn.pink {
    background-color: #e59e9e;
    border: none;
    color: #fff;
}

.cmn-btn.pink:after {
    background-color: #fff;
}

.cmn-btn.blue {
    background-color: #8ea8d5;
    border: none;
    color: #fff;
}

.cmn-btn.blue:after {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .cmn-btn {
        font-size: 1.375rem;
        padding: 5.1282051282vw 19.2307692308vw 5.1282051282vw 7.6923076923vw;
        width: 90%;
    }
}

@media print, screen and (min-width: 769px) {
    .cmn-btn {
        font-size: 2rem;
        padding: 1.5625vw 5.46875vw 1.5625vw 3.3854166667vw;
        width: 28.6458333333vw;
    }

    .cmn-btn.pink,
  .cmn-btn.blue {
        font-size: 2.375rem;
        width: 30.2083333333vw;
    }
}

a.contact-01,
a.contact-03 {
    border-radius: 10em;
    color: #fff !important;
    display: block;
    line-height: 1.2;
    line-height: 2.6;
    padding: 0 1em;
    text-align: center;
}

a.contact-01 {
    background-color: #e59e9e;
}

a.contact-03 {
    background-color: #8ea8d5;
}

a.contact-03 div {
    display: inline-block;
}

.area-contact {
    letter-spacing: 0.1em;
    text-align: center;
}

.area-contact a.contact-01 {
    margin: 0 auto;
    padding: 0.3em 1em;
}

.area-contact a.contact-02 {
    color: #707070;
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.1em;
}

.area-contact a:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    a.contact-01 {
        font-size: 1.125rem;
        width: 71.7948717949vw;
    }

    a.contact-03 {
        font-size: 1.125rem;
        width: 71.7948717949vw;
    }

    a.contact-03 img {
        filter: contrast(800%);
        vertical-align: text-bottom;
        width: 4.6153846154vw;
    }

    .area-contact {
        padding: 5.1282051282vw 0vw 17.9487179487vw 0vw;
    }

    .area-contact a.contact-01 {
        font-size: 1.25rem;
        width: 76.9230769231vw;
    }

    .area-contact a.contact-02 {
        font-size: 1.125rem;
        margin-top: 2.5641025641vw;
    }
}

@media print, screen and (min-width: 769px) {
    a.contact-01 {
        font-size: 1.125rem;
    }

    a.contact-03 {
        font-size: 1.125rem;
    }

    a.contact-03 img {
        vertical-align: text-bottom;
        width: 0.9375vw;
    }

    .area-contact {
        padding: 1.8229166667vw 0vw 7.03125vw 0vw;
    }

    .area-contact a.contact-01 {
        font-size: 2.8125rem;
        width: 40.1041666667vw;
    }

    .area-contact a.contact-02 {
        font-size: 2.5rem;
        margin-top: 1.3020833333vw;
    }
}

#header-contents a.pamphlet::after,
#footer-contents a.pamphlet::after {
    background-image: url(../../../img/common/pdf.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.8em;
    margin-left: 0.35em;
    position: relative;
    vertical-align: middle;
    width: 1.403em;
}

#header-contents a.pamphlet.noLink,
#footer-contents a.pamphlet.noLink {
    opacity: 0.5;
    pointer-events: none;
}

#header-contents #nav-global {
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 998;
}

#header-contents #nav-global .nav-global-inner .nav-homeLogo {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

#header-contents #nav-global .nav-global-inner .nav-list-main a {
    color: #898989;
    display: inline-block;
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    font-weight: 600;
    line-height: 2;
}

#header-contents .header-bg-01 {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 995;
}

#header-contents .header-bg-02 {
    background-color: rgba(234, 169, 179, 0.85);
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 997;
}

#header-contents.open #nav-global {
    margin-right: 0;
}

#header-contents.open #nav-global .nav-global-inner {
    opacity: 1;
}

#header-contents.open .header-bg-02 {
    height: 100%;
}

@media screen and (max-width: 768px) {
    #header-contents #nav-global {
        margin-right: -100%;
        width: 100%;
    }

    #header-contents #nav-global .nav-global-inner {
        display: none;
        max-height: 100vh;
        opacity: 0;
        overflow-y: scroll;
        padding: 30.7692307692vw 0vw 15.3846153846vw 0vw;
        position: relative;
    }

    #header-contents #nav-global .nav-global-inner .nav-homeLogo {
        background-image: url(../../../img/common/cmn-logo.png);
        height: 9.4871794872vw;
        left: 5vw;
        position: absolute;
        top: 5vw;
        width: 9.4871794872vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main {
        padding-left: 20.5128205128vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li {
        margin-bottom: 5.1282051282vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li a {
        color: #fff;
        font-size: 1.25rem;
    }

    #header-contents #nav-global .nav-global-inner a.contact-01 {
        background-color: #fff;
        color: #e59e9e !important;
        margin: 50px auto 0;
        padding-bottom: 3.8461538462vw;
        padding-top: 3.8461538462vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 {
        background-color: #fff;
        color: #8ea8d5 !important;
        line-height: 1.5;
        margin: 25px auto;
        padding-bottom: 2.5641025641vw;
        padding-top: 2.5641025641vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 div {
        background-color: #8ea8d5;
        height: 7.6923076923vw;
        -webkit-mask-image: url(../../../img/common/tel.svg);
        mask-image: url(../../../img/common/tel.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        vertical-align: middle;
        width: 4.6153846154vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 div img {
        display: none;
    }

    #header-contents #nav-global .nav-global-inner a.pamphlet::after {
        filter: brightness(0) invert(100%);
    }

    #header-contents .header-bg-02 {
        height: 100%;
        width: 0;
    }

    #header-contents.open .header-bg-02 {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px) {
    #header-contents #nav-global {
        transition: all 1s ease;
        width: 100%;
    }

    #header-contents #nav-global .nav-global-inner {
        align-items: center;
        background-color: #fff;
        border-radius: 0 0 1vw 1vw;
        box-shadow: 0 0 0.415vw rgba(0, 0, 0, 0.35);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0vw 2.8645833333vw 0vw 2.8645833333vw;
        padding: 1.1979166667vw 3.28125vw 1.1979166667vw 3.28125vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-homeLogo {
        background-image: url(../../../img/top/beads_logo_Y_small.png);
        height: 3.5416666667vw;
        width: 12.1354166667vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 4.4270833333vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li {
        margin-right: 1.5625vw;
        position: relative;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li a {
        font-size: 1.375rem;
        position: relative;
        z-index: 2;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected01::after,
  #header-contents #nav-global .nav-global-inner .nav-list-main li.selected02::after {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 2.6041666667vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 2.6041666667vw;
        z-index: 1;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected01::after {
        background-image: url(../../../img/common/icon-menu-01.png);
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected02::after {
        background-image: url(../../../img/common/icon-menu-02.png);
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper #footer-contents {
    margin-top: auto;
}

#footer-contents {
    position: relative;
}

#footer-contents::before {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#footer-contents.main {
    background-color: #f8f8f8;
}

#footer-contents img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#footer-contents h2 {
    background-image: url(../../../img/common/footer-logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #707070;
    position: relative;
    text-indent: -9999px;
    z-index: 2;
}

#footer-contents .footer-info h3 {
    border-bottom: 1px solid #707070;
    font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
    line-height: 2;
}

#footer-contents .footer-info .f-start {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#footer-contents .footer-info p.txt01 {
    line-height: 1.5;
}

#footer-contents .footer-info a.tel {
    background-color: #707070;
    border-radius: 5em;
    color: #fff;
    line-height: 2.4;
    margin-left: 0.7em;
    padding: 0 1.15em 0 2.3em;
    position: relative;
}

#footer-contents .footer-info a.tel img {
    left: 0.9em;
    position: absolute;
    top: 0;
    width: 1.1em;
}

#footer-contents .footer-info a.sns {
    background-color: #fff;
    border-radius: 50%;
    margin-left: 0.7rem;
}

#footer-contents .footer-info a.sns img {
    padding: 0.5rem;
}

#footer-contents .nav-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#footer-contents .nav-footer ul a {
    color: #707070;
    display: inline-block;
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    letter-spacing: 0.1em;
}

#footer-contents .nav-footer ul a::before {
    background-image: url(../../../img/common/arrow.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.6em;
    position: relative;
    vertical-align: middle;
    width: 0.902em;
}

#footer-contents .footer-company h3 {
    font-size: 2.1875rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

#footer-contents .footer-company dl {
    align-items: flex-start;
    color: #707070;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.85;
}

#footer-contents .footer-bottom > * {
    display: inline-block;
    vertical-align: bottom;
}

#footer-contents .footer-bottom a {
    color: #707070;
    margin-left: 2.5em;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #footer-contents::before {
        background-image: url(../../../img/common/deco-footer-01_sp.png);
        height: 33.3333333333vw;
        top: -21.7948717949vw;
    }

    #footer-contents.main {
        padding: 2.5641025641vw 5.1282051282vw 7.6923076923vw 5.1282051282vw;
    }

    #footer-contents .flexBox {
        margin-top: 8.9743589744vw;
    }

    #footer-contents h2 {
        height: 18.7179487179vw;
        width: 64.1025641026vw;
    }

    #footer-contents .footer-info h3 {
        font-size: 1rem;
        margin-bottom: 2.5641025641vw;
    }

    #footer-contents .footer-info .f-start {
        padding-bottom: 3.8461538462vw;
    }

    #footer-contents .footer-info p {
        font-size: 1rem;
    }

    #footer-contents .footer-info p.txt01 {
        margin-bottom: 3.8461538462vw;
    }

    #footer-contents .footer-info a.tel {
        font-size: 1rem;
    }

    #footer-contents .footer-info a.sns {
        height: 9.7435897436vw;
        width: 9.7435897436vw;
    }

    #footer-contents .nav-footer {
        margin-top: 7.6923076923vw;
    }

    #footer-contents .nav-footer ul li {
        margin-top: 3.8461538462vw;
    }

    #footer-contents .nav-footer ul li a {
        font-size: 1.375rem;
    }

    #footer-contents .footer-company {
        margin-top: 7.6923076923vw;
    }

    #footer-contents .footer-company h3 {
        font-size: 1.5625rem;
        margin-bottom: 2.5641025641vw;
    }

    #footer-contents .footer-company dl {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footer-contents .footer-company dl > * {
        font-size: 1rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        padding-top: 5.1282051282vw;
    }

    #footer-contents .footer-company dl dt {
        width: 33.3333333333vw;
    }

    #footer-contents .footer-company dl dd {
        width: 56.1538461538vw;
    }

    #footer-contents .footer-bottom {
        margin-top: 17.9487179487vw;
    }

    #footer-contents .footer-bottom a {
        font-size: 0.8125rem;
    }

    #footer-contents .footer-bottom p {
        font-size: 0.8125rem;
    }
}

@media print, screen and (min-width: 769px) {
    #footer-contents::before {
        background-image: url(../../../img/common/deco-footer-01.png);
        height: 8.9583333333vw;
        top: -7.03125vw;
    }

    #footer-contents.main {
        padding: 0.5208333333vw 0vw 3.90625vw 15.625vw;
    }

    #footer-contents .flexBox {
        align-items: flex-start;
        column-gap: 3.65vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 1.8229166667vw;
    }

    #footer-contents h2 {
        height: 5.3125vw;
        width: 18.28125vw;
    }

    #footer-contents .footer-info {
        width: 29.1666666667vw;
    }

    #footer-contents .footer-info h3 {
        font-size: 1.25rem;
        margin-bottom: 0.625vw;
    }

    #footer-contents .footer-info .f-start {
        padding-bottom: 0.8854166667vw;
    }

    #footer-contents .footer-info p {
        font-size: 1.25rem;
    }

    #footer-contents .footer-info p.txt01 {
        margin-bottom: 0.8854166667vw;
    }

    #footer-contents .footer-info a.tel {
        font-size: 1.25rem;
        pointer-events: none;
    }

    #footer-contents .footer-info a.sns {
        height: 1.9791666667vw;
        width: 1.9791666667vw;
    }

    #footer-contents .nav-footer {
        column-gap: 3.4866667vw;
    }

    #footer-contents .nav-footer ul li {
        margin-top: 1.09375vw;
    }

    #footer-contents .nav-footer ul li a {
        font-size: 1.5rem;
    }

    #footer-contents .footer-company h3 {
        font-size: 2.1875rem;
        margin-bottom: 0.5208333333vw;
    }

    #footer-contents .footer-company dl {
        width: 46.875vw;
    }

    #footer-contents .footer-company dl > * {
        font-size: 1.25rem;
        padding-top: 0.7291666667vw;
    }

    #footer-contents .footer-company dl dt {
        width: 8.59375vw;
    }

    #footer-contents .footer-company dl dd {
        width: 37.5vw;
    }

    #footer-contents .footer-img {
        width: 29.1666666667vw;
    }

    #footer-contents .footer-bottom {
        margin-top: 0.8854166667vw;
    }

    #footer-contents .footer-bottom a {
        font-size: 1.125rem;
    }

    #footer-contents .footer-bottom p {
        font-size: 1.125rem;
    }
}

#subHeader {
    background-image: url(../../../img/common/bg-subhead.webp);
    background-repeat: no-repeat;
    text-align: center;
}

#subHeader h1 {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    #subHeader {
        background-position: top 16vw left -7vw;
        background-size: 120% auto;
        min-height: 65.4vw;
        padding: 33.3333333333vw 7.6923076923vw 0vw 7.6923076923vw;
        position: relative;
    }

    #subHeader h1 {
        font-size: 1.625rem;
        line-height: 1.4;
        margin-bottom: 12.8205128205vw;
    }

    #subHeader p {
        font-size: 1.125rem;
        margin-bottom: 2.0512820513vw;
    }

    #subHeader.single {
        padding-top: 23.0769230769vw;
    }
}

@media print, screen and (min-width: 769px) {
    #subHeader {
        background-position: top center;
        background-size: 100% auto;
        min-height: 33.6vw;
        padding: 18.2291666667vw 19.7916666667vw 0vw 19.7916666667vw;
    }

    #subHeader h1 {
        font-size: 3.25rem;
        line-height: 1.4;
        margin-bottom: 7.8125vw;
    }

    #subHeader p {
        font-size: 2.25rem;
        line-height: 1.4;
        margin-bottom: 0.5208333333vw;
    }

    #subHeader.single {
        padding-top: 15.1041666667vw;
    }
}

@media screen and (max-width: 768px) {
    #header-contents a.sub-homeLogo {
        left: 0;
        margin: 5.1282051282vw 0vw 0vw 4.358974359vw;
        position: absolute;
        top: 0;
        width: 39.7435897436vw;
        z-index: 990;
    }
}

@media print, screen and (min-width: 769px) {
    #header-contents a.sub-homeLogo {
        display: none;
    }
}

input[type=submit],
button {
    cursor: pointer;
    display: block;
}

figure {
    margin: 0;
}

.omission {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

body.fix {
    overflow: hidden;
}

.box-nav-toggle {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.box-nav-toggle div {
    position: relative;
}

.box-nav-toggle span {
    background: #707070;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 100%;
}

.open .box-nav-toggle span {
    background: #fff;
}

.open .box-nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open .box-nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.open .box-nav-toggle span:nth-child(3) {
    left: 50%;
    width: 0;
}

@media screen and (max-width: 768px) {
    .box-nav-toggle {
        height: 19.2307692308vw;
        padding: 6.4102564103vw 5.1282051282vw 5.641025641vw 3.8461538462vw;
        width: 17.9487179487vw;
    }

    .box-nav-toggle span {
        height: 0.3076923077vw;
        min-height: 1.2px;
    }

    .box-nav-toggle span:nth-child(1) {
        top: 0.2vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(2) {
        top: 3vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(3) {
        top: 5.8vw;
        width: 66.67%;
    }

    .open .box-nav-toggle span:nth-child(1) {
        right: 1vw;
        top: 3vw;
    }

    .open .box-nav-toggle span:nth-child(2) {
        right: 1vw;
        top: 3vw;
    }
}

@media print, screen and (min-width: 769px) {
    .nav-btn {
        display: none;
    }
}
/* --------------------
 Utils
-------------------- */
@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

:root {
    --ff-koburina-w3: "FP-こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3";
    --ff-koburina-w6: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
    --ff-tsukushi-b: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --color-blue-steel: #6a8ac1;
    --color-blue-steel-rgb: 106, 138, 193;
    --color-blue-sky: #8ea8d5;
    --color-blue-sky-rgb: 142, 168, 213;
    --color-blue-pale: #b8caea;
    --color-blue-pale-rgb: 184, 202, 234;
    --color-purple-vivid: #9f00b8;
    --color-purple-vivid-rgb: 159, 0, 184;
    --color-gray-mid: #707070;
    --color-gray-mid-rgb: 112, 112, 112;
    --color-gray-light: #d9d9d9;
    --color-gray-light-rgb: 217, 217, 217;
    --color-gray-lighter: #e5e5e5;
    --color-gray-lighter-rgb: 229, 229, 229;
    --color-gray-offwhite: #f5f5f5;
    --color-gray-offwhite-rgb: 245, 245, 245;
    --color-gray-verylight: #f8f8f8;
    --color-gray-verylight-rgb: 248, 248, 248;
    --color-red-soft: #e37979;
    --color-red-soft-rgb: 227, 121, 121;
    --color-pink-pastel: #f2cdcd;
    --color-pink-pastel-rgb: 242, 205, 205;
    --color-pink-pale: #e59e9e;
    --color-pink-pale-rgb: 229, 158, 158;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
}

.minamikatae {
    letter-spacing: 0;
}

@media (max-width: 768px) {
    #header-contents a.sub-homeLogo {
        bottom: auto;
        left: 5.1282051282vw;
        margin: 0;
        position: fixed;
        right: auto;
        top: 5.1282051282vw;
        width: 31.7948717949vw;
    }

    #header-contents .box-nav-toggle {
        height: 12.8205128205vw;
        padding: 4.358974359vw 3.0769230769vw;
        right: 4.6153846154vw;
        top: 2.5641025641vw;
        width: 12.8205128205vw;
    }

    #header-contents .box-nav-toggle > div {
        width: 9.2307692308vw;
    }

    #header-contents .box-nav-toggle span {
        margin: 0 auto;
        width: 6.1538461538vw;
    }

    #header-contents .box-nav-toggle span:nth-child(1) {
        left: auto;
    }

    #header-contents .box-nav-toggle span:nth-child(2) {
        left: auto;
        top: 2.0512820513vw;
    }

    #header-contents .box-nav-toggle span:nth-child(3) {
        top: 3.8461538462vw;
        width: 3.0769230769vw;
    }

    #header-contents.open .box-nav-toggle span {
        width: 9.2307692308vw;
    }

    #header-contents.open .box-nav-toggle span:nth-child(1), #header-contents.open .box-nav-toggle span:nth-child(2) {
        top: 2.0512820513vw;
    }

    #header-contents.open .box-nav-toggle span:nth-child(3) {
        width: 0vw;
    }
}

@media (min-width: 769px) {
    #header-contents #nav-global {
        position: absolute !important;
        top: 0 !important;
    }
}

img {
    height: auto;
}

.nav {
    display: none;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    width: 93.0555555556vw;
    z-index: 99;
}

@media (max-width: 768px) {
    .nav {
        display: none !important;
    }
}

.nav-container {
    align-items: center;
    background-color: rgba(var(--color-white-rgb), 0.7);
    border-radius: 0 0 0.9722222222vw 0.9722222222vw;
    box-shadow: 0vw 0vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: row nowrap;
    gap: 3.4722222222vw;
    justify-content: space-between;
    padding: 1.7361111111vw 2.0833333333vw;
    width: 100%;
}

.nav.--initialized {
    display: block;
}

.nav__logo {
    flex: 0 0 auto;
}

.nav__logo a {
    display: block;
    text-decoration: none;
}

.nav__logo img {
    width: 9.0277777778vw;
}

.nav__menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nav__menu__item a {
    border-bottom: 0.1041666667vw solid var(--color-gray-mid);
    color: inherit;
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.3333333333rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 1.8055555556vw 0 0;
    position: relative;
}

.nav__menu__item a:after {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-icon-gray-circle-arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 1.3888888889vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.3888888889vw;
}

.sidenav {
    bottom: 0;
    display: none;
    flex-flow: row nowrap;
    gap: 2.5641025641vw;
    justify-content: space-between;
    left: 0;
    padding: 0 3.8461538462vw;
    position: fixed;
    right: 0;
    top: auto;
    transform: translateY(110%);
    width: auto;
    z-index: 99;
}

@media (min-width: 769px) {
    .sidenav {
        bottom: auto;
        flex-direction: column;
        gap: 0;
        justify-content: flex-end;
        left: auto;
        padding: 0;
        top: calc(50% - min(296px, 20.5555555556vw));
        transform: translateX(110%);
        width: min(80px, 5.5555555556vw);
    }
}

.sidenav.--initialized {
    display: flex;
}

.sidenav__contact {
    background-color: var(--color-pink-pale);
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    box-shadow: 0vw 0vw 3.0769230769vw 1.2820512821vw rgb(242, 205, 205);
    color: var(--color-white);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 4.1025641026vw;
    font-weight: 700;
    height: 16.4102564103vw;
    line-height: 1.2;
    margin: 0;
    padding: 2.5641025641vw 0 0;
    position: relative;
    width: calc(50% - 1.28205vw);
}

@media (min-width: 769px) {
    .sidenav__contact {
        border-radius: min(35px, 2.4305555556vw) 0 0 min(35px, 2.4305555556vw);
        box-shadow: min(0px, 0vw) min(0px, 0vw) min(12px, 0.8333333333vw) min(5px, 0.3472222222vw) rgb(242, 205, 205);
        font-size: min(22px, 1.5277777778vw);
        height: min(296px, 20.5555555556vw);
        margin: 0 0 min(24px, 1.6666666667vw);
        padding: min(30px, 2.0833333333vw) 0 0 min(8px, 0.5555555556vw);
        width: 100%;
    }
}

.sidenav__contact:before {
    background-image: url(../../images/icons/icon-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5vw 3.6666666667vw;
    content: "";
    display: block;
    height: 4.9230769231vw;
    margin: 0 auto 2.0512820513vw;
    width: 5vw;
}

@media (min-width: 769px) {
    .sidenav__contact:before {
        background-size: contain;
        height: min(18.7px, 1.2986111111vw);
        margin: 0 auto min(14px, 0.9722222222vw);
        width: min(25.5px, 1.7708333333vw);
    }
}

.sidenav__contact span {
    display: block;
    text-align: center;
}

@media (min-width: 769px) {
    .sidenav__contact span {
        margin: 0 auto;
        writing-mode: vertical-rl;
    }
}

.sidenav__tel {
    background-color: var(--color-blue-sky);
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    box-shadow: 0vw 0vw 3.0769230769vw 1.2820512821vw rgb(184, 202, 234);
    color: var(--color-white);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 4.1025641026vw;
    font-weight: 700;
    height: 16.4102564103vw;
    margin: 0;
    padding: 2.5641025641vw 0 0;
    position: relative;
    width: calc(50% - 1.28205vw);
}

@media (min-width: 769px) {
    .sidenav__tel {
        border-radius: min(35px, 2.4305555556vw) 0 0 min(35px, 2.4305555556vw);
        box-shadow: min(0px, 0vw) min(0px, 0vw) min(12px, 0.8333333333vw) min(5px, 0.3472222222vw) rgb(184, 202, 234);
        font-size: min(22px, 1.5277777778vw);
        height: min(296px, 20.5555555556vw);
        padding: min(18px, 1.25vw) 0 0 min(4px, 0.2777777778vw);
        width: 100%;
    }
}

.sidenav__tel:before {
    background-image: url(../../images/icons/icon-white-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.9230769231vw;
    margin: 0 auto 2.0512820513vw;
    width: 4vw;
}

@media (min-width: 769px) {
    .sidenav__tel:before {
        height: min(27.2px, 1.8888888889vw);
        margin: 0 auto min(10px, 0.6944444444vw);
        transform: translateX(min(6px, 0.4166666667vw));
        width: min(22.1px, 1.5347222222vw);
    }
}

.sidenav__tel > span {
    color: var(--color-white);
    display: block;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 769px) {
    .sidenav__tel > span {
        margin: 0 auto;
        writing-mode: vertical-rl;
    }
}

.sidenav__tel > span span {
    display: block;
}

.sidenav__tel > span em {
    display: none;
    font-size: 4.1025641026vw;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 769px) {
    .sidenav__tel > span em {
        display: block;
        font-size: min(18px, 1.25vw);
    }
}

.page-head {
    align-items: center;
    background-image: url(../../../img/common/bg-subhead.webp);
    background-position: top 16vw left -7vw;
    background-repeat: no-repeat;
    background-size: 120% auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 24.358974359vw 7.6923076923vw 8.9743589744vw 7.6923076923vw;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .page-head {
        background-position: top center;
        background-size: 100% auto;
        height: 35.6944444444vw;
        padding: 11.1111111111vw 0 0;
    }
}

.page-head-container {
    width: 100%;
}

.page-head__subtitle {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 3.0769230769vw;
}

@media (min-width: 769px) {
    .page-head__subtitle {
        font-size: 2.25rem;
        margin-bottom: 0.6944444444vw;
    }
}

.page-head__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 769px) {
    .page-head__title {
        font-size: 3.25rem;
        line-height: 1.4;
    }
}

.page-head:has(.page-head__overview) .page-head__title {
    margin-bottom: 6.6666666667vw;
}

@media (min-width: 769px) {
    .page-head:has(.page-head__overview) .page-head__title {
        margin-bottom: 3.4722222222vw;
    }
}

.page-head__overview {
    align-items: center;
    background-color: rgba(var(--color-gray-offwhite-rgb), 0.8);
    border-radius: 2.5641025641vw;
    display: flex;
    flex-flow: row nowrap;
    gap: 2.5641025641vw;
    height: 15.3846153846vw;
    justify-content: center;
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 769px) {
    .page-head__overview {
        border-radius: 1.1111111111vw;
        gap: 0.6944444444vw;
        height: 5.8333333333vw;
        padding: 0 2.0833333333vw;
    }
}

.page-head__overview:before {
    background-image: url(../../images/pages/residences/residences-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 7.3333333333vw;
    width: 7.5vw;
}

@media (min-width: 769px) {
    .page-head__overview:before {
        height: 3.0555555556vw;
        width: 3.125vw;
    }
}

.page-head__overview p {
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 769px) {
    .page-head__overview p {
        font-size: 1.5rem;
    }
}

.hero__fig picture {
    display: block;
    width: 100%;
}

.hero__fig img {
    width: 100%;
}

.hero__message {
    padding: 17.9487179487vw 0 12.8205128205vw;
    position: relative;
}

@media (min-width: 769px) {
    .hero__message {
        padding: 8.3333333333vw 0 6.9444444444vw;
    }
}

.hero__message:before {
    aspect-ratio: 2880/990;
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -35.8974358974vw;
    width: auto;
    z-index: -1;
}

@media (min-width: 769px) {
    .hero__message:before {
        top: -9.7222222222vw;
    }
}

.hero__message p {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .hero__message p {
        font-size: 3.3333333333rem;
        line-height: 1.5;
    }
}

.hero__message p em {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 769px) {
    .hero__message p em {
        font-size: 2.1rem;
    }
}

.contact {
    background-color: rgba(var(--color-red-soft-rgb), 0.2);
    margin: 0;
    padding: 15.3846153846vw 0 6.1538461538vw;
}

@media (min-width: 769px) {
    .contact {
        padding: 6.9444444444vw 0 3.0555555556vw;
    }
}

.contact-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .contact-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.contact__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 12.3076923077vw;
    margin: 0 0 4.1025641026vw;
    position: relative;
}

@media (min-width: 769px) {
    .contact__item-wrapper {
        background-color: var(--color-white);
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0 0 2.5vw;
    }
}

.contact__item-wrapper:after {
    background-color: var(--color-gray-lighter);
    bottom: 2.0833333333vw;
    content: "";
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 2.0833333333vw;
    width: 0.1388888889vw;
}

@media (min-width: 769px) {
    .contact__item-wrapper:after {
        display: block;
    }
}

.contact__item {
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    flex: 0 0 100%;
    padding: 12.8205128205vw 0 7.6923076923vw;
    position: relative;
}

@media (min-width: 769px) {
    .contact__item {
        background-color: transparent;
        border-radius: 0;
        flex: 0 0 50%;
        padding: 5.5555555556vw 0 3.4722222222vw;
    }
}

.contact__item__icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: 15.3846153846vw;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -7.6923076923vw;
    width: 15.3846153846vw;
}

@media (min-width: 769px) {
    .contact__item__icon {
        height: 5.8333333333vw;
        top: -2.9166666667vw;
        width: 5.8333333333vw;
    }
}

.contact__item__icon--email {
    background-color: var(--color-pink-pale);
}

.contact__item__icon--email img {
    width: 6.1538461538vw;
}

@media (min-width: 769px) {
    .contact__item__icon--email img {
        width: 2.0833333333vw;
    }
}

.contact__item__icon--tel {
    background-color: var(--color-blue-sky);
}

.contact__item__icon--tel img {
    width: 5.8974358974vw;
}

@media (min-width: 769px) {
    .contact__item__icon--tel img {
        width: 1.8055555556vw;
    }
}

.contact__item__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5384615385vw;
    text-align: center;
}

@media (min-width: 769px) {
    .contact__item__title {
        font-size: 2.1666666667rem;
        margin: 0 0 1.6666666667vw;
    }
}

.contact__item__contact {
    padding: 4.6153846154vw 0 0;
}

@media (min-width: 769px) {
    .contact__item__contact {
        padding: 0.2777777778vw 0 0;
    }
}

.contact__item__contact a {
    align-items: center;
    background-color: var(--color-pink-pale);
    border-radius: 7.6923076923vw;
    box-shadow: 0vw 0vw 2.5641025641vw 1.0256410256vw var(--color-pink-pastel);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.9375rem;
    font-weight: 700;
    height: 12.8205128205vw;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 71.7948717949vw;
}

@media (min-width: 769px) {
    .contact__item__contact a {
        border-radius: 2.0833333333vw;
        box-shadow: 0vw 0vw 0.6944444444vw 0.2777777778vw var(--color-pink-pastel);
        font-size: 1.6666666667rem;
        height: 4.1666666667vw;
        width: 20.4861111111vw;
    }
}

.contact__item__contact a:after {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-icon-white-circle-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 4.6153846154vw;
    margin: auto 0;
    position: absolute;
    right: 4.6153846154vw;
    top: 0;
    width: 4.6153846154vw;
}

@media (min-width: 769px) {
    .contact__item__contact a:after {
        height: 1.3888888889vw;
        right: 1.3888888889vw;
        width: 1.3888888889vw;
    }
}

.contact__item__tel__number a {
    color: var(--color-blue-steel);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.0256410256vw;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 769px) {
    .contact__item__tel__number a {
        font-size: 2.8333333333rem;
        margin: 0 0 0.2777777778vw;
    }
}

.contact__item__tel__note p {
    color: var(--color-blue-steel);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .contact__item__tel__note p {
        font-size: 1.1666666667rem;
    }
}

.contact__note p {
    font-family: var(--ff-koburina-w6);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 0.3em;
    text-align: center;
}

@media (min-width: 769px) {
    .contact__note p {
        font-size: 1.4166666667rem;
        margin: 0;
    }
}

.contact__note p:last-child {
    margin-bottom: 0;
}

.point {
    padding: 15.3846153846vw 0 15.3846153846vw;
}

@media (min-width: 769px) {
    .point {
        padding: 8.3333333333vw 0 7.9861111111vw;
    }
}

.point-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .point-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.point__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 4.1025641026vw;
    justify-content: flex-start;
}

@media (min-width: 769px) {
    .point__item-wrapper {
        gap: 1.6666666667vw;
    }
}

.point__item {
    background-color: var(--color-gray-offwhite);
    border-radius: 4.1025641026vw;
    flex: 0 0 calc(50% - 2.05128vw);
    padding: 6.1538461538vw 0 2.0512820513vw;
}

@media (min-width: 769px) {
    .point__item {
        border-radius: 1.1111111111vw;
        flex: 0 0 calc(20% - 1.33333vw);
        padding: 2.0833333333vw 0 1.3888888889vw;
    }
}

.point__item__icon {
    margin: 0 0 3.0769230769vw;
    text-align: center;
}

@media (min-width: 769px) {
    .point__item__icon {
        margin: 0 0 1.0416666667vw;
    }
}

.point__item__icon img {
    width: 17.9487179487vw;
}

@media (min-width: 769px) {
    .point__item__icon img {
        width: 6.9444444444vw;
    }
}

.point__item__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    min-height: 2lh;
    text-align: center;
}

@media (min-width: 769px) {
    .point__item__title {
        font-size: 1.1666666667rem;
    }
}

.gallery {
    margin: 0 auto 20.5128205128vw;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .gallery {
        margin: 0 auto 6.25vw;
        max-width: 68.75vw;
        padding: 0;
    }
}

.gallery__slider {
    margin: 0 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .gallery__slider {
        margin: 0 0 2.0833333333vw;
    }
}

.gallery__slider .splide__slide {
    width: 100%;
}

.gallery__slider .splide__slide img {
    border-radius: 5.1282051282vw;
    height: 50vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 769px) {
    .gallery__slider .splide__slide img {
        border-radius: 6.25vw;
        height: 38.5416666667vw;
    }
}

.gallery__nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 3.0769230769vw;
    justify-content: flex-start;
}

@media (min-width: 769px) {
    .gallery__nav {
        gap: 0.8333333333vw;
    }
}

.gallery__nav__button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: calc(33.33333% - 2.05128vw);
}

@media (min-width: 769px) {
    .gallery__nav__button {
        width: calc(16.66667% - 0.69444vw);
    }
}

.gallery__nav__button img {
    aspect-ratio: 110/60;
    border-radius: 2.5641025641vw;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 769px) {
    .gallery__nav__button img {
        aspect-ratio: 3/2;
        border-radius: 0.4861111111vw;
    }
}

.gallery__nav__button:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .gallery__nav__button:hover {
        opacity: 0.65;
    }
}

.access {
    background-color: var(--color-gray-verylight);
    margin: 0;
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .access {
        padding: 5.5555555556vw 0;
    }
}

.access-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .access-container {
        max-width: 68.0555555556vw;
        padding: 0;
    }
}

.access__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .access__title {
        margin: 0 0 3.4722222222vw;
        padding: 2.2222222222vw 0 0;
    }
}

.access__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .access__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.access__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .access__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.access__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .access__title__en {
        font-size: 1.1666666667rem;
    }
}

.access__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 7.6923076923vw;
}

@media (min-width: 769px) {
    .access__main {
        flex-wrap: nowrap;
        gap: 5.1388888889vw;
    }
}

.access__main__contents {
    flex: 0 0 100%;
    padding: 0 1.5384615385vw;
}

@media (min-width: 769px) {
    .access__main__contents {
        flex: 0 0 20.1388888889vw;
        padding: 0;
    }
}

.access__main__contents__item {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .access__main__contents__item {
        margin: 0 0 2.7777777778vw;
    }
}

.access__main__contents__item:last-child {
    margin-bottom: 0;
}

.access__main__contents__item__title {
    border-bottom: 0.5128205128vw solid var(--color-gray-lighter);
    font-family: var(--ff-koburina-w6);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3.0769230769vw;
    padding: 0 0 2.0512820513vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__title {
        border-bottom: 0.1388888889vw solid var(--color-gray-lighter);
        font-size: 1.6666666667rem;
        margin: 0 0 0.9722222222vw;
        padding: 0 0 0.8333333333vw;
    }
}

.access__main__contents__item__address {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 2.5641025641vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__address {
        font-size: 1.3333333333rem;
        margin: 0 0 2.0833333333vw;
    }
}

.access__main__contents__item__map a {
    align-items: center;
    border: 0.2564102564vw solid var(--color-gray-mid);
    border-radius: 6.6666666667vw;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.8125rem;
    font-weight: 700;
    height: 10.2564102564vw;
    justify-content: center;
    margin: 0 auto;
    padding: 0.7692307692vw 10.2564102564vw 0 7.6923076923vw;
    position: relative;
    text-align: center;
    width: 51.2820512821vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__map a {
        border: 0.0694444444vw solid var(--color-gray-mid);
        border-radius: 1.8055555556vw;
        font-size: 1.3333333333rem;
        height: 3.6111111111vw;
        margin: 0;
        padding: 0 3.4722222222vw 0 2.0833333333vw;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.access__main__contents__item__map a:before {
    background-image: url(../../images/icons/icon-gray-external-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.0769230769vw;
    margin: auto;
    position: absolute;
    right: 4.1025641026vw;
    top: 0;
    width: 3.0769230769vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__map a:before {
        height: 1.0416666667vw;
        right: 1.3888888889vw;
        width: 1.0416666667vw;
    }
}

.access__main__contents__item__access__item {
    margin: 0 0 3.0769230769vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__access__item {
        margin: 0 0 0.8333333333vw;
    }
}

.access__main__contents__item__access__item:last-child {
    margin-bottom: 0;
}

.access__main__contents__item__access__item__title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.7692307692vw;
    padding: 0 0 0 4.1025641026vw;
    position: relative;
}

@media (min-width: 769px) {
    .access__main__contents__item__access__item__title {
        font-size: 1.3333333333rem;
        margin: 0 0 0.4166666667vw;
        padding: 0 0 0 1.3888888889vw;
    }
}

.access__main__contents__item__access__item__title:before {
    background-color: var(--color-pink-pale);
    border-radius: 50%;
    content: "";
    display: block;
    height: 2.5641025641vw;
    left: 0.5128205128vw;
    position: absolute;
    top: 0.7692307692vw;
    width: 2.5641025641vw;
}

@media (min-width: 769px) {
    .access__main__contents__item__access__item__title:before {
        height: 0.6944444444vw;
        left: 0.1388888889vw;
        top: 0.3472222222vw;
        width: 0.6944444444vw;
    }
}

.access__main__contents__item__access__item__content {
    font-size: 0.875rem;
    line-height: 1.6;
}

@media (min-width: 769px) {
    .access__main__contents__item__access__item__content {
        font-size: 1.3333333333rem;
    }
}

.access__main__contents__item__access__item__content p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

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

.access__main__contents__item__access__item__content__list > li {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    font-size: inherit;
    justify-content: flex-start;
    line-height: inherit;
}

.access__main__contents__item__access__item__content__list > li > em {
    display: block;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: inherit;
}

.access__main__contents__item__access__item__content__list > li > span {
    display: block;
    flex: 1 1 auto;
}

.access__main__map {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .access__main__map {
        flex: 1 1 42.7777777778vw;
    }
}

.access__main__map iframe {
    border-radius: 5.1282051282vw;
    display: block;
    height: 69.2307692308vw;
    width: 100%;
}

@media (min-width: 769px) {
    .access__main__map iframe {
        border-radius: 1.3888888889vw;
        height: 37.9166666667vw;
    }
}

.concept {
    overflow-x: clip;
    padding: 20.5128205128vw 0;
    position: relative;
}

@media (min-width: 769px) {
    .concept {
        padding: 5.5555555556vw 0 6.9444444444vw;
    }
}

.concept:after {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-02-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -15.3846153846vw;
    content: "";
    display: block;
    height: 184.1025641026vw;
    left: -21.0256410256vw;
    position: absolute;
    right: auto;
    width: 142.0512820513vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .concept:after {
        background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-02.svg);
        bottom: -7.9861111111vw;
        height: 63.9583333333vw;
        left: 0.6944444444vw;
        width: 99.1666666667vw;
    }
}

.concept-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .concept-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.concept__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .concept__title {
        margin: 0 0 3.4722222222vw;
        padding: 2.2222222222vw 0 0;
    }
}

.concept__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .concept__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.concept__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.concept__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__title__en {
        font-size: 1.1666666667rem;
    }
}

.concept__message {
    align-items: stretch;
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 10.2564102564vw;
    margin: 0 0 10.2564102564vw;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .concept__message {
        border-radius: 2.7777777778vw;
        flex-flow: nowrap;
        gap: 5.1388888889vw;
        margin: 0 0 6.9444444444vw;
        padding: 4.1666666667vw 7.2916666667vw 2.7777777778vw;
    }
}

.concept__message__profile {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .concept__message__profile {
        flex: 0 0 25.4861111111vw;
    }
}

.concept__message__profile__fig {
    margin: 0 0 5.1282051282vw;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__message__profile__fig {
        margin: 0 0 1.3888888889vw;
    }
}

.concept__message__profile__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .concept__message__profile__fig img {
        border-radius: 1.3888888889vw;
    }
}

.concept__message__profile__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0.5128205128vw;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__message__profile__title {
        font-size: 1.1666666667rem;
        margin: 0 0 0.1388888889vw;
    }
}

.concept__message__profile__name {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__message__profile__name {
        font-size: 1.5rem;
    }
}

.concept__message__contents {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .concept__message__contents {
        flex: 0 0 37.2916666667vw;
    }
}

.concept__message__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.7em;
}

@media (min-width: 769px) {
    .concept__message__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.concept__message__contents__content p:last-child {
    margin-bottom: 0;
}

.concept__policy {
    background-color: rgba(var(--color-white-rgb), 0.7);
    border-radius: 5.1282051282vw;
    box-shadow: 0vw 0vw 2.5641025641vw 0vw rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    padding: 10.2564102564vw 6.4102564103vw;
    width: 100%;
}

@media (min-width: 769px) {
    .concept__policy {
        border-radius: 2.7777777778vw;
        box-shadow: 0vw 0vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.15);
        padding: 4.1666666667vw;
        width: 67.7777777778vw;
    }
}

.concept__policy__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 5.1282051282vw;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__policy__title {
        font-size: 2.3333333333rem;
        line-height: 1.6;
        margin: 0 0 2.5vw;
    }
}

.concept__policy__main {
    background-color: rgb(var(--color-gray-offwhite-rgb), 0.8);
    border-radius: 4.1025641026vw;
    padding: 5.1282051282vw 6.4102564103vw;
}

@media (min-width: 769px) {
    .concept__policy__main {
        border-radius: 1.1111111111vw;
        padding: 2.0833333333vw 3.4722222222vw;
    }
}

.concept__policy__main__title {
    align-items: center;
    border-bottom: 0.5128205128vw solid var(--color-gray-lighter);
    display: flex;
    flex-flow: row nowrap;
    gap: 2.5641025641vw;
    justify-content: center;
    margin: 0 0 5.1282051282vw;
    padding: 0 0 3.0769230769vw;
}

@media (min-width: 769px) {
    .concept__policy__main__title {
        border-bottom: 0.1388888889vw solid var(--color-gray-lighter);
        gap: 0.6944444444vw;
        margin: 0 0 3.0555555556vw;
        padding: 0 0 0.9722222222vw;
    }
}

.concept__policy__main__title:before {
    background-image: url(../../images/pages/residences/residences-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 7.3333333333vw;
    width: 7.5vw;
}

@media (min-width: 769px) {
    .concept__policy__main__title:before {
        height: 3.0555555556vw;
        width: 3.125vw;
    }
}

.concept__policy__main__title p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__policy__main__title p {
        font-size: 1.5rem;
    }
}

.concept__policy__main__item-wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw 7.6923076923vw;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 769px) {
    .concept__policy__main__item-wrapper {
        flex-wrap: nowrap;
        gap: 4.8611111111vw;
        width: 44.4444444444vw;
    }
}

.concept__policy__main__item {
    flex: 0 0 calc(33.33333% - 5.12821vw);
}

@media (min-width: 769px) {
    .concept__policy__main__item {
        flex: 0 0 calc(20% - 3.88889vw);
    }
}

.concept__policy__main__item__icon {
    margin: 0 0 1.5384615385vw;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__policy__main__item__icon {
        margin: 0 0 0.8333333333vw;
    }
}

.concept__policy__main__item__icon img {
    width: 13.3333333333vw;
}

@media (min-width: 769px) {
    .concept__policy__main__item__icon img {
        width: 5vw;
    }
}

.concept__policy__main__item__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .concept__policy__main__item__title {
        font-size: 1.6666666667rem;
    }
}

.life {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
    padding: 15.3846153846vw 0 0;
}

@media (min-width: 769px) {
    .life {
        margin: 0 0 2.7777777778vw;
        padding: 6.9444444444vw 0 0;
    }
}

.life__menu {
    margin: 0 auto 7.6923076923vw;
    padding: 0 4.1025641026vw;
}

@media (min-width: 769px) {
    .life__menu {
        margin: 0 auto 2.7777777778vw;
        padding: 0 2.7777777778vw;
    }
}

.life__menu-container {
    align-items: flex-end;
    background-color: rgba(var(--color-white-rgb), 0.7);
    border-radius: 3.5897435897vw;
    box-shadow: 0vw 0vw 2.5641025641vw 0vw rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: row wrap;
    gap: 2.5641025641vw 5.1282051282vw;
    justify-content: flex-start;
    padding: 4.6153846154vw 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__menu-container {
        align-items: center;
        border-radius: 0.9722222222vw;
        box-shadow: 0vw 0vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.15);
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
        padding: 3.4722222222vw 5.4166666667vw;
    }
}

.life__menu.--initialized {
    display: block;
}

.life__menu__item {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .life__menu__item:nth-child(3n+1) {
        flex: 0 0 calc(34% - 3.4188vw);
    }

    .life__menu__item:nth-child(3n-1) {
        flex: 0 0 calc(36% - 3.4188vw);
    }

    .life__menu__item:nth-child(3n) {
        flex: 0 0 calc(30% - 3.4188vw);
    }
}

.life__menu__item a {
    border-bottom: 0.2564102564vw solid var(--color-gray-mid);
    color: inherit;
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    padding: 1.0256410256vw 4.6153846154vw 1.0256410256vw 0;
    position: relative;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 769px) {
    .life__menu__item a {
        border-bottom: 0.1388888889vw solid var(--color-gray-mid);
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
        padding: 0 2.0833333333vw 0 0;
        white-space: normal;
        width: auto;
    }
}

.life__menu__item a:after {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-icon-gray-circle-arrow-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 3.5897435897vw;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5897435897vw;
}

@media (min-width: 769px) {
    .life__menu__item a:after {
        height: 1.5972222222vw;
        width: 1.5972222222vw;
    }
}

.life__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .life__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.life__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .life__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.life__overview {
    padding: 0 0 20.5128205128vw;
}

@media (min-width: 769px) {
    .life__overview {
        padding: 0 0 5.5555555556vw;
    }
}

.life__overview-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__overview-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.life__overview__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__overview__content {
        margin: 0 0 2.6388888889vw;
    }
}

.life__overview__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .life__overview__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.life__overview__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
}

@media (min-width: 769px) {
    .life__overview__item-wrapper {
        gap: 7.9861111111vw 2.0833333333vw;
    }
}

.life__overview__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__overview__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.life__overview__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__overview__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.life__overview__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__overview__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__overview__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__overview__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__overview__item:first-child {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__overview__item:first-child .life__overview__item__fig {
        border-radius: 2.7777777778vw;
    }
}

.life__room {
    background-color: var(--color-gray-verylight);
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .life__room {
        padding: 5.5555555556vw 0;
    }
}

.life__room-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__room-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.life__room__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .life__room__title {
        margin: 0 0 3.0555555556vw;
        padding: 2.2222222222vw 0 0;
    }
}

.life__room__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .life__room__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.life__room__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__room__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.life__room__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .life__room__title__en {
        font-size: 1.1666666667rem;
    }
}

.life__room__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .life__room__content {
        margin: 0 0 2.7777777778vw;
    }
}

.life__room__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__room__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__room__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0 auto 15.3846153846vw;
    max-width: 250.2564102564vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__room__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
        margin: 0 auto 4.1666666667vw;
        max-width: 67.7777777778vw;
    }
}

.life__room__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__room__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.life__room__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__room__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.life__room__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__room__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__room__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__room__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__room__point {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw;
    padding: 7.6923076923vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__room__point {
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        gap: 5.1388888889vw;
        padding: 4.1666666667vw 7.2916666667vw;
    }
}

.life__room__point__fig {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__room__point__fig {
        flex: 0 0 25.4861111111vw;
    }
}

.life__room__point__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__room__point__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__room__point__contents {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__room__point__contents {
        flex: 0 0 37.1527777778vw;
    }
}

.life__room__point__contents__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__room__point__contents__title {
        font-size: 2.3333333333rem;
        margin: 0 0 2.0833333333vw;
    }
}

.life__room__point__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__room__point__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.life__meal {
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .life__meal {
        padding: 5.5555555556vw 0;
    }
}

.life__meal-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__meal-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.life__meal__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .life__meal__title {
        margin: 0 0 3.0555555556vw;
        padding: 2.2222222222vw 0 0;
    }
}

.life__meal__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .life__meal__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.life__meal__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__meal__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.life__meal__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .life__meal__title__en {
        font-size: 1.1666666667rem;
    }
}

.life__meal__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .life__meal__content {
        margin: 0 0 2.7777777778vw;
    }
}

.life__meal__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__meal__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__meal__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0 auto 15.3846153846vw;
    max-width: 250.2564102564vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__meal__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
        margin: 0 auto 4.1666666667vw;
        max-width: 67.7777777778vw;
    }
}

.life__meal__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__meal__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.life__meal__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__meal__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.life__meal__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__meal__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__meal__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__meal__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__meal__point {
    align-items: stretch;
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw;
    padding: 7.6923076923vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__meal__point {
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        gap: 5.1388888889vw;
        padding: 4.1666666667vw 7.2916666667vw;
    }
}

.life__meal__point__fig {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__meal__point__fig {
        flex: 0 0 25.4861111111vw;
    }
}

.life__meal__point__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__meal__point__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__meal__point__fig a {
    display: block;
    position: relative;
    text-decoration: none;
}

.life__meal__point__fig a:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-icon-pink-scale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 3.0769230769vw;
    content: "";
    display: block;
    height: 4.1025641026vw;
    position: absolute;
    right: 3.0769230769vw;
    width: 4.1025641026vw;
    z-index: 1;
}

@media (min-width: 769px) {
    .life__meal__point__fig a:before {
        bottom: 1.1111111111vw;
        height: 1.25vw;
        right: 1.1111111111vw;
        width: 1.25vw;
    }
}

.life__meal__point__contents {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__meal__point__contents {
        flex: 0 0 37.1527777778vw;
    }
}

.life__meal__point__contents__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__meal__point__contents__title {
        font-size: 2.3333333333rem;
        margin: 0 0 2.0833333333vw;
    }
}

.life__meal__point__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__meal__point__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.life__bath {
    background-color: var(--color-gray-verylight);
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .life__bath {
        padding: 5.5555555556vw 0;
    }
}

.life__bath-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__bath-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.life__bath__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .life__bath__title {
        margin: 0 0 3.0555555556vw;
        padding: 2.2222222222vw 0 0;
    }
}

.life__bath__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .life__bath__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.life__bath__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__bath__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.life__bath__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .life__bath__title__en {
        font-size: 1.1666666667rem;
    }
}

.life__bath__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .life__bath__content {
        margin: 0 0 2.7777777778vw;
    }
}

.life__bath__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__bath__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__bath__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0 auto 15.3846153846vw;
    max-width: 250.2564102564vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__bath__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
        margin: 0 auto 4.1666666667vw;
        max-width: 67.7777777778vw;
    }
}

.life__bath__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__bath__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.life__bath__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__bath__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.life__bath__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__bath__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__bath__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__bath__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__bath__point {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw;
    padding: 7.6923076923vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__bath__point {
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        gap: 5.1388888889vw;
        padding: 4.1666666667vw 7.2916666667vw;
    }
}

.life__bath__point__fig {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__bath__point__fig {
        flex: 0 0 25.4861111111vw;
    }
}

.life__bath__point__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__bath__point__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__bath__point__contents {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__bath__point__contents {
        flex: 0 0 37.1527777778vw;
    }
}

.life__bath__point__contents__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .life__bath__point__contents__title {
        font-size: 2.3333333333rem;
        margin: 0 0 2.0833333333vw;
    }
}

.life__bath__point__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__bath__point__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.life__purpose {
    padding: 20.5128205128vw 0 0;
}

@media (min-width: 769px) {
    .life__purpose {
        padding: 5.5555555556vw 0 0;
    }
}

.life__purpose-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__purpose-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.life__purpose__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .life__purpose__title {
        margin: 0 0 3.0555555556vw;
        padding: 2.2222222222vw 0 0;
    }
}

.life__purpose__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .life__purpose__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.life__purpose__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__purpose__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.life__purpose__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .life__purpose__title__en {
        font-size: 1.1666666667rem;
    }
}

.life__purpose__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .life__purpose__content {
        margin: 0 0 2.7777777778vw;
    }
}

.life__purpose__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__purpose__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.life__purpose__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 250.2564102564vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__purpose__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
        max-width: 67.7777777778vw;
    }
}

.life__purpose__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .life__purpose__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.life__purpose__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .life__purpose__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.life__purpose__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .life__purpose__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.life__purpose__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .life__purpose__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.about {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
}

@media (min-width: 769px) {
    .about {
        margin: 0 0 2.7777777778vw;
    }
}

.about-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .about-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.about__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .about__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.about__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .about__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.about__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .about__content {
        margin: 0 0 2.7777777778vw;
    }
}

.about__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .about__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.about__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .about__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
    }
}

.about__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .about__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.about__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .about__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.about__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .about__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.about__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .about__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.care {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
}

@media (min-width: 769px) {
    .care {
        margin: 0 0 2.7777777778vw;
    }
}

.care-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .care-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.care__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .care__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.care__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .care__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.care__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .care__content {
        margin: 0 0 2.7777777778vw;
    }
}

.care__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .care__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.care__main {
    background-color: var(--color-gray-verylight);
    border-radius: 7.6923076923vw;
    padding: 7.6923076923vw 5.1282051282vw 7.6923076923vw;
}

@media (min-width: 769px) {
    .care__main {
        border-radius: 2.7777777778vw;
        padding: 2.7777777778vw 0 2.7777777778vw;
    }
}

.care__main__list {
    list-style: none;
    margin: 0 auto 4.1025641026vw;
    padding: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .care__main__list {
        margin: 0 auto 1.1111111111vw;
        width: 33.8888888889vw;
    }
}

.care__main__list > li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 4.1025641026vw;
    position: relative;
}

@media (min-width: 769px) {
    .care__main__list > li {
        font-size: 1.5rem;
        padding: 0 0 0 1.3888888889vw;
    }
}

.care__main__list > li:before {
    background-color: var(--color-pink-pale);
    border-radius: 50%;
    content: "";
    display: block;
    height: 2.5641025641vw;
    left: 0;
    position: absolute;
    top: 3.0769230769vw;
    width: 2.5641025641vw;
}

@media (min-width: 769px) {
    .care__main__list > li:before {
        height: 0.6944444444vw;
        top: 0.8333333333vw;
        width: 0.6944444444vw;
    }
}

@media (min-width: 769px) {
    .care__main__note {
        margin: 0 auto;
        width: 33.8888888889vw;
    }
}

.care__main__note p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .care__main__note p {
        font-size: 1.3333333333rem;
    }
}

.visit {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
}

@media (min-width: 769px) {
    .visit {
        margin: 0 0 2.7777777778vw;
    }
}

.visit-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .visit-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.visit__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .visit__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.visit__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .visit__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.visit__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .visit__content {
        margin: 0 0 2.7777777778vw;
    }
}

.visit__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .visit__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.visit__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw 7.6923076923vw;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .visit__item-wrapper {
        gap: 3.4722222222vw 2.0833333333vw;
    }
}

.visit__item {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .visit__item {
        flex: 0 0 calc(50% - 1.04167vw);
    }
}

.visit__item__fig {
    margin: 0 0 4.1025641026vw;
    text-align: center;
}

@media (min-width: 769px) {
    .visit__item__fig {
        margin: 0 0 1.1111111111vw;
    }
}

.visit__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .visit__item__fig img {
        border-radius: 1.3888888889vw;
    }
}

.visit__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .visit__item__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.info {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
}

@media (min-width: 769px) {
    .info {
        margin: 0 0 2.7777777778vw;
    }
}

.info-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .info-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.info__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .info__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.info__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .info__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.info__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .info__content {
        margin: 0 0 2.7777777778vw;
    }
}

.info__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .info__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.info__table-wrapper {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .info__table-wrapper {
        margin: 0 0 2.0833333333vw;
    }
}

.info__table {
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-gray-lighter);
    border-collapse: separate;
    border-radius: 5.1282051282vw;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .info__table {
        border: 0.1388888889vw solid var(--color-gray-lighter);
        border-radius: 1.3888888889vw;
    }
}

.info__table > tbody > tr > th, .info__table > tbody > tr > td {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 3.0769230769vw 2.0512820513vw;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 769px) {
    .info__table > tbody > tr > th, .info__table > tbody > tr > td {
        font-size: 1.25rem;
        padding: 0.9375vw 1.1111111111vw;
    }
}

.info__table > tbody > tr > th {
    background-color: var(--color-pink-pale);
    border-bottom: 0.2564102564vw solid var(--color-white);
    color: var(--color-white);
    width: 25.641025641vw;
}

@media (min-width: 769px) {
    .info__table > tbody > tr > th {
        border-bottom-width: 0.0694444444vw;
        width: 13.1944444444vw;
    }
}

.info__table > tbody > tr > td {
    border-bottom: 0.2564102564vw solid var(--color-gray-lighter);
}

@media (min-width: 769px) {
    .info__table > tbody > tr > td {
        border-bottom-width: 0.0694444444vw;
    }
}

.info__table > tbody > tr:first-child > th {
    border-top-left-radius: 4.8717948718vw;
}

@media (min-width: 769px) {
    .info__table > tbody > tr:first-child > th {
        border-top-left-radius: 1.3194444444vw;
    }
}

.info__table > tbody > tr:first-child > td {
    border-top-right-radius: 4.8717948718vw;
}

@media (min-width: 769px) {
    .info__table > tbody > tr:first-child > td {
        border-top-right-radius: 1.3194444444vw;
    }
}

.info__table > tbody > tr:last-child > th, .info__table > tbody > tr:last-child > td {
    border-bottom: none;
}

.info__table > tbody > tr:last-child > th {
    border-bottom-left-radius: 4.8717948718vw;
}

@media (min-width: 769px) {
    .info__table > tbody > tr:last-child > th {
        border-bottom-left-radius: 1.3194444444vw;
    }
}

.info__table > tbody > tr:last-child > td {
    border-bottom-right-radius: 4.8717948718vw;
}

@media (min-width: 769px) {
    .info__table > tbody > tr:last-child > td {
        border-bottom-right-radius: 1.3194444444vw;
    }
}

.info__fig {
    text-align: center;
}

.info__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .info__fig img {
        border-radius: 2.7777777778vw;
    }
}

.staff {
    margin: 0 0 10.2564102564vw;
    overflow-x: clip;
}

@media (min-width: 769px) {
    .staff {
        margin: 0 0 2.7777777778vw;
    }
}

.staff-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .staff-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.staff__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .staff__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.staff__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .staff__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.staff:has(.staff__subtitle) .staff__title {
    margin: 0 0 2.5641025641vw;
}

@media (min-width: 769px) {
    .staff:has(.staff__subtitle) .staff__title {
        margin: 0 0 0.6944444444vw;
    }
}

.staff__subtitle {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 15.3846153846vw;
    text-align: center;
}

@media (min-width: 769px) {
    .staff__subtitle {
        font-size: 2.1666666667rem;
        margin: 0 0 4.1666666667vw;
    }
}

.staff__content {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .staff__content {
        margin: 0 0 2.7777777778vw;
    }
}

.staff__content p {
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .staff__content p {
        font-size: 1.5rem;
        text-align: center;
    }
}

.staff__list {
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    padding: 2.5641025641vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .staff__list {
        border-radius: 2.7777777778vw;
        padding: 1.25vw 4.1666666667vw;
    }
}

.staff__list__item {
    align-items: center;
    border-bottom: 0.2564102564vw solid var(--color-gray-lighter);
    display: flex;
    flex-flow: row wrap;
    gap: 5.1282051282vw;
    justify-content: center;
    padding: 5.1282051282vw 0;
}

@media (min-width: 769px) {
    .staff__list__item {
        border-bottom-width: 0.0694444444vw;
        flex-wrap: nowrap;
        gap: 2.0833333333vw;
        padding: 2.7777777778vw 0;
    }
}

.staff__list__item:last-child {
    border-bottom: none;
}

.staff__list__item__title {
    color: var(--color-red-soft);
    flex: 0 0 100%;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .staff__list__item__title {
        flex: 0 0 15vw;
        font-size: 1.6666666667rem;
    }
}

.staff__list__item__content {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .staff__list__item__content {
        flex: 0 0 42.3611111111vw;
    }
}

.staff__list__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .staff__list__item__content p {
        font-size: 1.3333333333rem;
    }
}

.detail {
    overflow-x: clip;
}

.detail__title {
    color: var(--color-red-soft);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0 0 10.2564102564vw;
    padding: 23.0769230769vw 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__title {
        font-size: 3.3333333333rem;
        margin: 0 0 4.1666666667vw;
        padding: 11.1111111111vw 0 0;
    }
}

.detail__title:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-deco-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 48.3861852433vw;
    left: -17.9487179487vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 119.7435897436vw;
    z-index: -1;
}

@media (min-width: 769px) {
    .detail__title:before {
        height: 20.625vw;
        left: -3.4722222222vw;
        width: 51.0416666667vw;
    }
}

.detail__target {
    background-color: var(--color-gray-verylight);
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .detail__target {
        padding: 5.5555555556vw 0;
    }
}

.detail__target-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__target-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.detail__target__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .detail__target__title {
        margin: 0 0 2.9166666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.detail__target__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__target__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.detail__target__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.detail__target__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__title__en {
        font-size: 1.1666666667rem;
    }
}

.detail__target__content {
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .detail__target__content {
        margin: 0 0 2.0833333333vw;
    }
}

.detail__target__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__target__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.detail__target__main {
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    margin: 0 0 10.2564102564vw;
    padding: 7.6923076923vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__target__main {
        border-radius: 2.7777777778vw;
        margin: 0 0 4.1666666667vw;
        padding: 2.7777777778vw 4.1666666667vw;
    }
}

.detail__target__main__title {
    border-bottom: 0.2564102564vw solid var(--color-gray-lighter);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 5.1282051282vw;
    padding: 0 0 3.0769230769vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__main__title {
        border-bottom-width: 0.0694444444vw;
        font-size: 1.6666666667rem;
        margin: 0 0 1.3888888889vw;
        padding: 0 0 0.8333333333vw;
    }
}

.detail__target__main__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 5.1282051282vw;
    justify-content: space-between;
    margin: 0 0 7.6923076923vw;
}

@media (min-width: 769px) {
    .detail__target__main__list {
        flex-wrap: nowrap;
        gap: 1.3888888889vw;
        margin: 0 0 2.0833333333vw;
    }
}

.detail__target__main__list__item {
    flex: 0 0 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 769px) {
    .detail__target__main__list__item {
        flex: 0 0 calc(33.33333% - 0.92593vw);
    }
}

.detail__target__main__list__item > li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 5.1282051282vw;
    position: relative;
}

@media (min-width: 769px) {
    .detail__target__main__list__item > li {
        font-size: 1.5rem;
        padding: 0 0 0 1.3888888889vw;
    }
}

.detail__target__main__list__item > li:before {
    background-color: var(--color-pink-pale);
    border-radius: 50%;
    content: "";
    display: block;
    height: 2.5641025641vw;
    left: 0;
    position: absolute;
    top: 2.5641025641vw;
    width: 2.5641025641vw;
}

@media (min-width: 769px) {
    .detail__target__main__list__item > li:before {
        height: 0.6944444444vw;
        top: 0.8333333333vw;
        width: 0.6944444444vw;
    }
}

.detail__target__main__note p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__target__main__note p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.detail__target__const {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__target__const {
        max-width: 60vw;
    }
}

.detail__target__const__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 0 5.1282051282vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__const__title {
        font-size: 1.8333333333rem;
        margin: 0 0 1.3888888889vw;
    }
}

.detail__target__const__main {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 3.0769230769vw 2.0512820513vw;
}

@media (min-width: 769px) {
    .detail__target__const__main {
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 1.3888888889vw 2.7777777778vw;
    }
}

.detail__target__const__main__item {
    flex: 0 0 14.2857142857%;
}

@media (min-width: 769px) {
    .detail__target__const__main__item {
        flex: 0 0 14.2857142857%;
    }
}

.detail__target__const__main__item__title {
    border-bottom: 0.2564102564vw solid var(--color-gray-lighter);
    border-right: 0.2564102564vw solid var(--color-gray-lighter);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 2.0512820513vw 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__const__main__item__title {
        border-bottom-width: 0.0694444444vw;
        border-right-width: 0.0694444444vw;
        font-size: 1.3333333333rem;
        padding: 1.25vw 0 1.25vw;
    }
}

.detail__target__const__main__item__icon {
    align-items: center;
    border-right: 0.2564102564vw solid var(--color-gray-lighter);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 3.0769230769vw 0 3.0769230769vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__target__const__main__item__icon {
        border-right-width: 0.0694444444vw;
        padding: 1.25vw 0 1.25vw;
    }
}

.detail__target__const__main__item__icon img {
    width: 4.6153846154vw;
}

@media (min-width: 769px) {
    .detail__target__const__main__item__icon img {
        width: 1.5277777778vw;
    }
}

.detail__target__const__main__item:last-child .detail__target__const__main__item__title,
.detail__target__const__main__item:last-child .detail__target__const__main__item__icon {
    border-right: none;
}

.detail__faq {
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .detail__faq {
        padding: 5.5555555556vw 0;
    }
}

.detail__faq-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__faq-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.detail__faq__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .detail__faq__title {
        margin: 0 0 4.1666666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.detail__faq__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__faq__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.detail__faq__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__faq__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.detail__faq__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__faq__title__en {
        font-size: 1.1666666667rem;
    }
}

.detail__faq__main__item {
    background-color: var(--color-white);
    border: 0.5128205128vw solid var(--color-gray-lighter);
    border-radius: 5.1282051282vw;
    margin: 0 0 5.1282051282vw;
    overflow: hidden;
}

@media (min-width: 769px) {
    .detail__faq__main__item {
        border: 0.1388888889vw solid var(--color-gray-lighter);
        border-radius: 1.3888888889vw;
        margin: 0 0 2.2222222222vw;
    }
}

.detail__faq__main__item:last-child {
    margin-bottom: 0;
}

.detail__faq__main__item__head {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    gap: 3.0769230769vw;
    justify-content: flex-start;
    padding: 5.1282051282vw 3.0769230769vw;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head {
        flex-wrap: nowrap;
        gap: 0.8333333333vw;
        padding: 1.6666666667vw 2.0833333333vw;
    }
}

.detail__faq__main__item__head__title {
    flex: 0 0 100%;
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 8.2051282051vw;
    position: relative;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head__title {
        flex: 1 1 auto;
        font-size: 1.6666666667rem;
        padding: 0 0 0 3.0555555556vw;
    }
}

.detail__faq__main__item__head__title:before {
    background-color: var(--color-red-soft);
    bottom: 0;
    content: "";
    display: block;
    height: 5.1282051282vw;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../../images/pages/residences/minamikatae/minamikatae-detail-faq-icon-q.svg);
    mask-image: url(../../images/pages/residences/minamikatae/minamikatae-detail-faq-icon-q.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head__title:before {
        height: 2.0833333333vw;
        width: 2.0833333333vw;
    }
}

.detail__faq__main__item__head__trigger {
    color: var(--color-red-soft);
    flex: 0 0 20.5128205128vw;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 0 auto;
    padding: 0 9.2307692308vw 0 0;
    position: relative;
    text-align: right;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head__trigger {
        flex: 0 0 7.6388888889vw;
        font-size: 1.3333333333rem;
        margin: 0;
        padding: 0 3.4722222222vw 0 0;
    }
}

.detail__faq__main__item__head__trigger span {
    display: block;
}

.detail__faq__main__item__head__trigger:before {
    background-color: var(--color-pink-pale);
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-detail-faq-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5897435897vw 3.5897435897vw;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 7.1794871795vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head__trigger:before {
        background-size: 1.3888888889vw 1.3888888889vw;
        height: 2.7777777778vw;
        width: 2.7777777778vw;
    }
}

.detail__faq__main__item__head__trigger:after {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-detail-faq-icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.5897435897vw 3.5897435897vw;
    bottom: 0;
    content: "";
    display: block;
    height: 7.1794871795vw;
    left: auto;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__faq__main__item__head__trigger:after {
        background-size: 1.3888888889vw 1.3888888889vw;
        height: 2.7777777778vw;
        width: 2.7777777778vw;
    }
}

.detail__faq__main__item__head:focus {
    background-color: rgba(var(--color-red-soft-rgb), 0.2);
}

@media (hover: hover) and (pointer: fine) {
    .detail__faq__main__item__head:hover {
        background-color: rgba(var(--color-red-soft-rgb), 0.2);
    }
}

.detail__faq__main__item__contents {
    display: none;
    padding: 5.1282051282vw 3.0769230769vw;
    position: relative;
}

@media (min-width: 769px) {
    .detail__faq__main__item__contents {
        padding: 2.5vw 2.0833333333vw;
    }
}

.detail__faq__main__item__contents__content {
    padding: 0 0 0 8.2051282051vw;
    position: relative;
}

@media (min-width: 769px) {
    .detail__faq__main__item__contents__content {
        padding: 0 0 0 3.0555555556vw;
    }
}

.detail__faq__main__item__contents__content:before {
    background-image: url(../../images/pages/residences/minamikatae/minamikatae-detail-faq-icon-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 4.6153846154vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4.6153846154vw;
}

@media (min-width: 769px) {
    .detail__faq__main__item__contents__content:before {
        height: 1.8055555556vw;
        width: 1.8055555556vw;
    }
}

.detail__faq__main__item__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.7em;
}

@media (min-width: 769px) {
    .detail__faq__main__item__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.detail__faq__main__item__contents__content p:last-child {
    margin-bottom: 0;
}

.detail__faq__main__item.-active .detail__faq__main__item__head {
    background-color: var(--color-pink-pale);
    color: var(--color-white);
}

.detail__faq__main__item.-active .detail__faq__main__item__head__title:before {
    background-color: var(--color-white);
}

.detail__faq__main__item.-active .detail__faq__main__item__head__trigger {
    color: var(--color-white);
}

.detail__faq__main__item.-active .detail__faq__main__item__head__trigger:before {
    background-color: var(--color-white);
}

.detail__faq__main__item.-active .detail__faq__main__item__head__trigger:after {
    opacity: 1;
}

.detail__director {
    background-color: var(--color-gray-verylight);
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .detail__director {
        padding: 5.5555555556vw 0;
    }
}

.detail__director-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__director-container {
        max-width: 82.3611111111vw;
        padding: 0;
    }
}

.detail__director__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .detail__director__title {
        margin: 0 0 3.3333333333vw;
        padding: 2.2222222222vw 0 0;
    }
}

.detail__director__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__director__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.detail__director__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__director__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.detail__director__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__director__title__en {
        font-size: 1.1666666667rem;
    }
}

.detail__director__main {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 10.2564102564vw;
    margin: 0;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__director__main {
        border-radius: 2.7777777778vw;
        flex-wrap: nowrap;
        gap: 5.1388888889vw;
        padding: 4.1666666667vw 7.2916666667vw 4.1666666667vw;
    }
}

.detail__director__main__profile {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .detail__director__main__profile {
        flex: 0 0 25.4861111111vw;
    }
}

.detail__director__main__profile__fig {
    margin: 0 0 5.1282051282vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__director__main__profile__fig {
        margin: 0 0 1.3888888889vw;
    }
}

.detail__director__main__profile__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__director__main__profile__fig img {
        border-radius: 1.3888888889vw;
    }
}

.detail__director__main__profile__title {
    font-family: var(--ff-tsukushi-b);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0.5128205128vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__director__main__profile__title {
        font-size: 1.1666666667rem;
        margin: 0 0 0.1388888889vw;
    }
}

.detail__director__main__profile__name {
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__director__main__profile__name {
        font-size: 1.5rem;
    }
}

.detail__director__main__contents {
    flex: 0 0 100%;
}

@media (min-width: 769px) {
    .detail__director__main__contents {
        flex: 0 0 37.2916666667vw;
    }
}

.detail__director__main__contents__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__director__main__contents__content {
        margin: 0 0 2.7777777778vw;
    }
}

.detail__director__main__contents__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1.7em;
}

@media (min-width: 769px) {
    .detail__director__main__contents__content p {
        font-size: 1.3333333333rem;
    }
}

.detail__director__main__contents__content p:last-child {
    margin-bottom: 0;
}

.detail__director__main__contents__detail {
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    padding: 5.1282051282vw 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__director__main__contents__detail {
        border-radius: 1.3888888889vw;
        padding: 1.3888888889vw 1.9444444444vw;
    }
}

.detail__director__main__contents__detail__item {
    margin: 0 0 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__director__main__contents__detail__item {
        margin: 0 0 1.3888888889vw;
    }
}

.detail__director__main__contents__detail__item:last-child {
    margin-bottom: 0;
}

.detail__director__main__contents__detail__item__title {
    border-bottom: 0.2564102564vw solid var(--color-gray-lighter);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 2.0512820513vw;
    padding: 0 0 2.0512820513vw;
}

@media (min-width: 769px) {
    .detail__director__main__contents__detail__item__title {
        border-bottom-width: 0.0694444444vw;
        font-size: 1.1666666667rem;
        margin: 0 0 0.6944444444vw;
        padding: 0 0 0.6944444444vw;
    }
}

.detail__director__main__contents__detail__item__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__director__main__contents__detail__item__content p {
        font-size: 1.1666666667rem;
    }
}

.detail__flow {
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .detail__flow {
        padding: 5.5555555556vw 0;
    }
}

.detail__flow-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__flow-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.detail__flow__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .detail__flow__title {
        margin: 0 0 2.9166666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.detail__flow__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__flow__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.detail__flow__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__flow__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.detail__flow__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__flow__title__en {
        font-size: 1.1666666667rem;
    }
}

.detail__flow__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__flow__content {
        margin: 0 0 4.1666666667vw;
    }
}

.detail__flow__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__flow__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.detail__flow__main__item {
    align-items: flex-start;
    background-color: var(--color-gray-verylight);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 7.6923076923vw;
    margin: 0 0 7.6923076923vw;
    overflow: hidden;
    padding: 5.1282051282vw;
}

@media (min-width: 769px) {
    .detail__flow__main__item {
        border-radius: 1.3888888889vw;
        flex-wrap: nowrap;
        gap: 3.4722222222vw;
        margin: 0 0 2.0833333333vw;
        padding: 0;
    }
}

.detail__flow__main__item:last-child {
    margin-bottom: 0;
}

.detail__flow__main__item__fig {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__flow__main__item__fig {
        flex: 0 0 18.0555555556vw;
        min-height: 16.4583333333vw;
    }
}

.detail__flow__main__item__fig img {
    border-radius: 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__flow__main__item__fig img {
        border-radius: 0;
    }
}

.detail__flow__main__item__main {
    flex: 0 0 100%;
    padding: 0;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main {
        flex: 1 1 auto;
        padding: 3.125vw 4.1666666667vw 2.0833333333vw 0;
    }
}

.detail__flow__main__item__main__title {
    align-items: center;
    border-bottom: 0.2564102564vw solid var(--color-gray-light);
    display: flex;
    flex-flow: row nowrap;
    gap: 4.1025641026vw;
    justify-content: flex-start;
    margin: 0 0 4.1025641026vw;
    padding: 0 0 4.1025641026vw;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__title {
        align-items: flex-start;
        border-bottom-width: 0.0694444444vw;
        gap: 1.1111111111vw;
        margin: 0 0 1.3888888889vw;
        padding: 0 0 0.5555555556vw;
    }
}

.detail__flow__main__item__main__title__number {
    align-items: center;
    background-color: var(--color-pink-pale);
    border-radius: 4.1025641026vw;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-size: 0.625rem;
    gap: 0.5128205128vw;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0;
    padding: 1.0256410256vw 2.5641025641vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__title__number {
        border-radius: 1.1111111111vw;
        font-size: 0.8333333333rem;
        gap: 0.1388888889vw;
        padding: 0.2777777778vw 0.6944444444vw;
    }
}

.detail__flow__main__item__main__title__number span {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__title__number span {
        font-size: 1rem;
    }
}

.detail__flow__main__item__main__title__number em {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__title__number em {
        font-size: 1.5rem;
    }
}

.detail__flow__main__item__main__title__text {
    flex: 1 1 auto;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__title__text {
        font-size: 2.1666666667rem;
        transform: translateY(-0.15em);
    }
}

.detail__flow__main__item__main__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__flow__main__item__main__content p {
        font-size: 1.3333333333rem;
    }
}

.detail__price {
    background-color: var(--color-gray-verylight);
    padding: 20.5128205128vw 0;
}

@media (min-width: 769px) {
    .detail__price {
        padding: 5.5555555556vw 0;
    }
}

.detail__price-container {
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__price-container {
        max-width: 67.7777777778vw;
        padding: 0;
    }
}

.detail__price__title {
    margin: 0 0 7.6923076923vw;
    padding: 6.1538461538vw 0 0;
    position: relative;
}

@media (min-width: 769px) {
    .detail__price__title {
        margin: 0 0 2.9166666667vw;
        padding: 2.2222222222vw 0 0;
    }
}

.detail__price__title:before {
    background-color: var(--color-blue-sky);
    border-radius: 0.5128205128vw;
    content: "";
    display: block;
    height: 1.0256410256vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__price__title:before {
        border-radius: 0.1388888889vw;
        height: 0.2777777778vw;
        width: 3.4722222222vw;
    }
}

.detail__price__title__ja {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 2.0512820513vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__price__title__ja {
        font-size: 3rem;
        margin: 0 0 0.5555555556vw;
    }
}

.detail__price__title__en {
    color: var(--color-blue-sky);
    font-family: var(--ff-tsukushi-b);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__price__title__en {
        font-size: 1.1666666667rem;
    }
}

.detail__price__content {
    margin: 0 0 10.2564102564vw;
}

@media (min-width: 769px) {
    .detail__price__content {
        margin: 0 0 4.1666666667vw;
    }
}

.detail__price__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__price__content p {
        font-size: 1.3333333333rem;
        text-align: center;
    }
}

.detail__price__main {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 5.1282051282vw;
    display: flex;
    flex-flow: row wrap;
    gap: 23.0769230769vw;
    margin: 0 0 7.6923076923vw;
    padding: 7.6923076923vw 5.1282051282vw;
    position: relative;
}

@media (min-width: 769px) {
    .detail__price__main {
        border-radius: 1.3888888889vw;
        flex-wrap: nowrap;
        gap: 6.25vw;
        margin: 0 0 2.0833333333vw;
        padding: 3.4722222222vw 7.7777777778vw 3.4722222222vw 7.7777777778vw;
    }
}

.detail__price__main__item {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 769px) {
    .detail__price__main__item {
        flex: 0 0 calc(50% - 3.125vw);
    }
}

.detail__price__main__item:after {
    background-image: url(../../images/pages/residences//minamikatae//minamikatae-detail-price-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -14.7435897436vw;
    content: "";
    display: block;
    height: 6.4102564103vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 6.4102564103vw;
}

@media (min-width: 769px) {
    .detail__price__main__item:after {
        display: none;
    }
}

.detail__price__main__item__title {
    align-items: center;
    background-color: var(--color-blue-sky);
    border-radius: 4.1025641026vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-koburina-w6);
    font-size: 1.25rem;
    font-weight: 400;
    height: 17.9487179487vw;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0 0 4.6153846154vw;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    .detail__price__main__item__title {
        border-radius: 1.1111111111vw;
        font-size: 2rem;
        height: 10.4166666667vw;
        margin: 0 0 1.25vw;
    }
}

.detail__price__main__item__title:after {
    background-image: url(../../images/pages/residences//minamikatae//minamikatae-detail-price-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: none;
    height: 1.7361111111vw;
    left: auto;
    margin: auto;
    position: absolute;
    right: -3.9930555556vw;
    top: 0;
    width: 1.7361111111vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__title:after {
        display: block;
    }
}

.detail__price__main__item__detail {
    width: 100%;
}

.detail__price__main__item__detail__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    table-layout: fixed;
    width: 90%;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table {
        width: 100%;
    }
}

.detail__price__main__item__detail__table > tbody > tr > th, .detail__price__main__item__detail__table > tbody > tr > td {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 1.5384615385vw 0;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tbody > tr > th, .detail__price__main__item__detail__table > tbody > tr > td {
        font-size: 1.5rem;
        padding: 0.4166666667vw 0;
    }
}

.detail__price__main__item__detail__table > tbody > tr > th:first-child, .detail__price__main__item__detail__table > tbody > tr > td:first-child {
    padding-left: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tbody > tr > th:first-child, .detail__price__main__item__detail__table > tbody > tr > td:first-child {
        padding-left: 1.9444444444vw;
    }
}

.detail__price__main__item__detail__table > tbody > tr > th:last-child, .detail__price__main__item__detail__table > tbody > tr > td:last-child {
    padding-right: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tbody > tr > th:last-child, .detail__price__main__item__detail__table > tbody > tr > td:last-child {
        padding-right: 1.9444444444vw;
    }
}

.detail__price__main__item__detail__table > tbody > tr > th {
    font-family: var(--ff-koburina-w6);
}

.detail__price__main__item__detail__table > tbody > tr:first-child > th, .detail__price__main__item__detail__table > tbody > tr:first-child > td {
    padding-top: 0;
}

.detail__price__main__item__detail__table > tbody > tr:last-child > th, .detail__price__main__item__detail__table > tbody > tr:last-child > td {
    padding-bottom: 3.0769230769vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tbody > tr:last-child > th, .detail__price__main__item__detail__table > tbody > tr:last-child > td {
        padding-bottom: 1.25vw;
    }
}

.detail__price__main__item__detail__table > tfoot {
    border-top: 0.5128205128vw solid var(--color-blue-sky);
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tfoot {
        border-top-width: 0.1388888889vw;
    }
}

.detail__price__main__item__detail__table > tfoot > tr > th, .detail__price__main__item__detail__table > tfoot > tr > td {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 3.0769230769vw 0 0;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tfoot > tr > th, .detail__price__main__item__detail__table > tfoot > tr > td {
        font-size: 1.5rem;
        padding: 1.25vw 0 0;
    }
}

.detail__price__main__item__detail__table > tfoot > tr > th:first-child, .detail__price__main__item__detail__table > tfoot > tr > td:first-child {
    padding-left: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tfoot > tr > th:first-child, .detail__price__main__item__detail__table > tfoot > tr > td:first-child {
        padding-left: 1.9444444444vw;
    }
}

.detail__price__main__item__detail__table > tfoot > tr > th:last-child, .detail__price__main__item__detail__table > tfoot > tr > td:last-child {
    padding-right: 7.1794871795vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__table > tfoot > tr > th:last-child, .detail__price__main__item__detail__table > tfoot > tr > td:last-child {
        padding-right: 1.9444444444vw;
    }
}

.detail__price__main__item__detail__table > tfoot > tr > th {
    font-family: var(--ff-koburina-w6);
}

.detail__price__main__item__detail__case {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 5.1282051282vw;
    justify-content: center;
    margin: 0 0 4.1025641026vw;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__case {
        gap: 1.3888888889vw;
        margin: 0 0 0.6944444444vw;
    }
}

.detail__price__main__item__detail__case__title {
    align-items: center;
    background-color: var(--color-gray-lighter);
    border-radius: 3.8461538462vw;
    display: flex;
    flex: 0 0 19.2307692308vw;
    flex-flow: row nowrap;
    font-size: 0.875rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.2;
    padding: 1.0256410256vw;
    text-align: center;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__case__title {
        border-radius: 1.1458333333vw;
        flex: 0 0 5.2083333333vw;
        font-size: 1.25rem;
        padding: 0.2777777778vw;
    }
}

.detail__price__main__item__detail__case__content {
    flex: 0 1 auto;
}

.detail__price__main__item__detail__case__content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__price__main__item__detail__case__content p {
        font-size: 1.3333333333rem;
    }
}

.detail__price__main__item:last-child:after {
    display: none;
}

.detail__price__main__item:last-child .detail__price__main__item__title:after {
    display: none;
}

.detail__price__note {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content;
}

.detail__price__note p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 769px) {
    .detail__price__note p {
        font-size: 1.3333333333rem;
    }
}

.other {
    overflow: hidden;
    padding: 10.2564102564vw 0;
}

@media (min-width: 769px) {
    .other {
        padding: 6.9444444444vw 0;
    }
}

.other .splide__slide {
    width: 46.1538461538vw;
}

@media (min-width: 769px) {
    .other .splide__slide {
        width: 24.1666666667vw;
    }
}

.other .splide__slide img {
    aspect-ratio: 696/464;
    border-radius: 5.1282051282vw;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (min-width: 769px) {
    .other .splide__slide img {
        border-radius: 1.3888888889vw;
    }
}