@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

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

html {
    font-size: 100%;
    line-height: 1.5em;
}

/*=======================================
■Foundation
=======================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    font-size: 12px;
    font-size: 0.75rem;
    color: #000000;
    overflow-x: hidden;
    font-family: "Cormorant", "Shippori Mincho", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    padding: vr();
    line-height: vr();
    position: relative;
    letter-spacing: 0.1em;
    position: relative;
    padding-top: 90px;
    padding-bottom: 30px;
    height: 700px;
    overflow: h;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        font-size: 0.9375rem;
        padding-top: 180px;
        padding-right: 28px;
        padding-bottom: 0;
    }
}

a {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
}

a:hover {
    opacity: .7;
}

a img {
    display: inline-block;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

/*clearfix*/
.clearfix {
    clear: both;
    display: block;
    float: none;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0;
    height: 0px;
}

/* =======================================
■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container,
.l-main--col2,
.l-main--col3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

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

    .l-container,
    .l-main--col2,
    .l-main--col3 {
        max-width: 1240px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .l-container--fluid-md {
        max-width: 100% !important;
        padding: 0;
    }
}

.l-container--mini {
    max-width: 800px;
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
* Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
    width: device-width;
}

/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
    padding-right: 0;
    padding-left: 0;
}

.l-row__col,
.l-row__col--auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.l-row__col--offset-1 {
    margin-left: 8.33333%;
}

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.l-row__col--offset-2 {
    margin-left: 16.66667%;
}

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.l-row__col--offset-3 {
    margin-left: 25%;
}

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.l-row__col--offset-4 {
    margin-left: 33.33333%;
}

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--5 {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
}

.l-row__col--offset-5 {
    margin-left: 41.66666%;
}

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.l-row__col--offset-6 {
    margin-left: 50%;
}

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.l-row__col--offset-7 {
    margin-left: 58.33333%;
}

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--8 {
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
}

.l-row__col--offset-8 {
    margin-left: 66.66666%;
}

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.l-row__col--offset-9 {
    margin-left: 75%;
}

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.l-row__col--offset-10 {
    margin-left: 83.33333%;
}

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--11 {
    -ms-flex: 0 0 91.66666%;
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
}

.l-row__col--offset-11 {
    margin-left: 91.66666%;
}

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.l-row__col--12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.l-row__col--offset-12 {
    margin-left: 100%;
}

.l-row__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    word-break: break-all;
}

.l-row__col--auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.l-row__col--order-first {
    -ms-flex-order: -1;
    order: -1;
}

.l-row__col--order-last {
    -ms-flex-order: 13;
    order: 13;
}

.l-row__col--order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.l-row__col--order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.l-row__col--order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.l-row__col--order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.l-row__col--order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.l-row__col--order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.l-row__col--order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.l-row__col--order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.l-row__col--order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.l-row__col--order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.l-row__col--order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.l-row__col--order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.l-row__col--order-12 {
    -ms-flex-order: 12;
    order: 12;
}

@media screen and (min-width: 576px) {
    .l-row__col--sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .l-row__col--sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .l-row__col--sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .l-row__col--sm-5 {
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .l-row__col--sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .l-row__col--sm-8 {
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .l-row__col--sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .l-row__col--sm-11 {
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .l-row__col--sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-sm-0 {
        margin-left: 0;
    }

    .l-row__col--offset-sm-0 {
        margin-left: 0%;
    }

    .l-row__col--offset-sm-1 {
        margin-left: 8.33333%;
    }

    .l-row__col--offset-sm-2 {
        margin-left: 16.66667%;
    }

    .l-row__col--offset-sm-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-sm-4 {
        margin-left: 33.33333%;
    }

    .l-row__col--offset-sm-5 {
        margin-left: 41.66666%;
    }

    .l-row__col--offset-sm-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-sm-7 {
        margin-left: 58.33333%;
    }

    .l-row__col--offset-sm-8 {
        margin-left: 66.66666%;
    }

    .l-row__col--offset-sm-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-sm-10 {
        margin-left: 83.33333%;
    }

    .l-row__col--offset-sm-11 {
        margin-left: 91.66666%;
    }

    .l-row__col--offset-sm-12 {
        margin-left: 100%;
    }
}

@media screen and (min-width: 768px) {
    .l-row__col--md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .l-row__col--md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .l-row__col--md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .l-row__col--md-5 {
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .l-row__col--md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .l-row__col--md-8 {
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .l-row__col--md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .l-row__col--md-11 {
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .l-row__col--md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-md-0 {
        margin-left: 0;
    }

    .l-row__col--offset-md-0 {
        margin-left: 0%;
    }

    .l-row__col--offset-md-1 {
        margin-left: 8.33333%;
    }

    .l-row__col--offset-md-2 {
        margin-left: 16.66667%;
    }

    .l-row__col--offset-md-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-md-4 {
        margin-left: 33.33333%;
    }

    .l-row__col--offset-md-5 {
        margin-left: 41.66666%;
    }

    .l-row__col--offset-md-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-md-7 {
        margin-left: 58.33333%;
    }

    .l-row__col--offset-md-8 {
        margin-left: 66.66666%;
    }

    .l-row__col--offset-md-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-md-10 {
        margin-left: 83.33333%;
    }

    .l-row__col--offset-md-11 {
        margin-left: 91.66666%;
    }

    .l-row__col--offset-md-12 {
        margin-left: 100%;
    }
}

@media screen and (min-width: 992px) {
    .l-row__col--lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .l-row__col--lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .l-row__col--lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .l-row__col--lg-5 {
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .l-row__col--lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .l-row__col--lg-8 {
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .l-row__col--lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .l-row__col--lg-11 {
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .l-row__col--lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-lg-0 {
        margin-left: 0;
    }

    .l-row__col--offset-lg-0 {
        margin-left: 0%;
    }

    .l-row__col--offset-lg-1 {
        margin-left: 8.33333%;
    }

    .l-row__col--offset-lg-2 {
        margin-left: 16.66667%;
    }

    .l-row__col--offset-lg-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-lg-4 {
        margin-left: 33.33333%;
    }

    .l-row__col--offset-lg-5 {
        margin-left: 41.66666%;
    }

    .l-row__col--offset-lg-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-lg-7 {
        margin-left: 58.33333%;
    }

    .l-row__col--offset-lg-8 {
        margin-left: 66.66666%;
    }

    .l-row__col--offset-lg-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-lg-10 {
        margin-left: 83.33333%;
    }

    .l-row__col--offset-lg-11 {
        margin-left: 91.66666%;
    }

    .l-row__col--offset-lg-12 {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .l-row__col--xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .l-row__col--xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .l-row__col--xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .l-row__col--xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .l-row__col--xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-row__col--xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .l-row__col--xl-5 {
        -ms-flex: 0 0 41.66666%;
        flex: 0 0 41.66666%;
        max-width: 41.66666%;
    }

    .l-row__col--xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-row__col--xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .l-row__col--xl-8 {
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .l-row__col--xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .l-row__col--xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .l-row__col--xl-11 {
        -ms-flex: 0 0 91.66666%;
        flex: 0 0 91.66666%;
        max-width: 91.66666%;
    }

    .l-row__col--xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .l-row__col--order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .l-row__col--order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .l-row__col--order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .l-row__col--order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .l-row__col--order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .l-row__col--order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .l-row__col--order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .l-row__col--order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .l-row__col--order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .l-row__col--order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .l-row__col--order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .l-row__col--order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .l-row__col--order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .l-row__col--order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .l-row__col--order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .l-row__col--offset-xl-0 {
        margin-left: 0;
    }

    .l-row__col--offset-xl-0 {
        margin-left: 0%;
    }

    .l-row__col--offset-xl-1 {
        margin-left: 8.33333%;
    }

    .l-row__col--offset-xl-2 {
        margin-left: 16.66667%;
    }

    .l-row__col--offset-xl-3 {
        margin-left: 25%;
    }

    .l-row__col--offset-xl-4 {
        margin-left: 33.33333%;
    }

    .l-row__col--offset-xl-5 {
        margin-left: 41.66666%;
    }

    .l-row__col--offset-xl-6 {
        margin-left: 50%;
    }

    .l-row__col--offset-xl-7 {
        margin-left: 58.33333%;
    }

    .l-row__col--offset-xl-8 {
        margin-left: 66.66666%;
    }

    .l-row__col--offset-xl-9 {
        margin-left: 75%;
    }

    .l-row__col--offset-xl-10 {
        margin-left: 83.33333%;
    }

    .l-row__col--offset-xl-11 {
        margin-left: 91.66666%;
    }

    .l-row__col--offset-xl-12 {
        margin-left: 100%;
    }
}

.l-row__col--column-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.l-row__col--column-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
    position: relative;
}

.l-main--narrow {
    max-width: 900px;
    margin: 0 auto;
}

.l-main--mini {
    max-width: 650px;
    margin: 0 auto;
}

/* 2カラム
============*/
.l-main--col2 {
    padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
    .l-main--col2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .l-main--col2.reverse {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.l-main--col2 .l-main {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .l-main--col2 .l-main {
        width: calc(100% - 240px);
    }
}

@media screen and (min-width: 768px) {
    .l-main--col2 .l-side {
        width: 200px;
    }
}

/* 3カラム
============*/
.l-main--col3 {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .l-main--col3 {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 768px) {
    .l-main--col3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
}

.l-main--col3 .l-main {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .l-main--col3 .l-main {
        width: calc(100% - 360px);
        padding: 0 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .l-main--col3 .l-side--left {
        width: 200px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .l-main--col3 .l-side--right {
        width: 160px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

/*==================================
section
==================================*/
.l-section {
    margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
    .l-section {
        margin: 50px auto 0;
    }
}

.l-section--bg-gray {
    background: #f9f9f9;
}

.l-section--in {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .l-section--in {
        padding-bottom: 50px;
    }
}

/* =======================================
■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    position: absolute;
}

@media screen and (min-width: 992px) {
    .c-header {
        padding-right: 30px;
    }
}

.c-header__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .c-header__in {
        padding: 10px;
    }
}

.c-header-concept {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.4em;
    position: absolute;
    left: -2em;
    white-space: nowrap;
    top: calc(50% - 11em);
    transform: rotate(180deg);
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.c-header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*headerを固定する場合*/
/*logo======*/
.c-header-logo {
    width: 200px;
    margin-top: 10px;
    margin-left: 5px;
}

@media screen and (min-width: 992px) {
    .c-header-logo {
        width: 360px;
        margin-top: 30px;
        margin-left: 50px;
    }
}

.c-header-logo-white {
    display: none;
}

@media screen and (min-width: 992px) {
    .c-header-logo-white {
        display: none;
    }
}

.c-header-logo-black {
    display: block;
}

@media screen and (min-width: 992px) {
    .c-header-logo-black {
        display: block;
    }
}

.c-header-logo-mark {
    display: none;
}

@media screen and (min-width: 992px) {
    .c-header-logo-mark {
        display: none;
    }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop-btn {
    position: fixed;
    right: 5px;
    bottom: 33px;
    height: 30px;
    z-index: 1000;
    display: block;
    width: 30px;
    background: #000;
    border-radius: 2px;
    background-image: url(../images/icon/icon_up_thin_w.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .c-pagetop-btn {
        height: 40px;
        width: 40px;
        right: 40px;
        bottom: 10px;
    }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
    position: relative;
    background: #fff;
}

/* =====
\CONTACT
========= */
.c-footer-contact {
    padding-top: 5em;
    position: relative;
    padding: 2em 1em 1em;
    background-color: #F8F8F8;
}

@media screen and (min-width: 992px) {
    .c-footer-contact {
        padding: 7em 1em 7em;
    }
}

.c-footer-contact-mainttl {
    margin-bottom: 3.5em;
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3.5em;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-mainttl {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0;
        position: absolute;
        top: 50px;
        transform: translateY(-50%);
        right: 80px;
    }
}

.c-footer-contact-mainttl__main {
    font-size: 54px;
    font-size: 3.375rem;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-mainttl__main {
        font-size: 81px;
        font-size: 5.0625rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.c-footer-contact-mainttl__en {
    font-size: 11px;
    font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-mainttl__en {
        font-size: 14px;
        font-size: 0.875rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.c-footer-contact-ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-ttl {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.c-footer-contact-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

.c-footer-contact-tel {
    margin-bottom: 2em;
}

.c-footer-contact-btn {
    background: #fff;
    padding: 2em;
    position: relative;
    color: #000;
}

.c-footer-contact-btn__en {
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-btn__en {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.c-footer-contact-btn__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-footer-contact-btn--tel {
    width: 305px;
    padding: 1em 0.5em;
    font-family: "Cormorant", serif;
    font-size: 30px;
    font-size: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Shippori Mincho";
}

@media screen and (min-width: 992px) {
    .c-footer-contact-btn--tel {
        font-size: 40px;
        font-size: 2.5rem;
        width: 400px;
        height: 185px;
    }
}

.c-footer-contact-btn--tel .c-footer-contact-btn__in {
    margin-bottom: 0.5em;
}

.c-footer-contact-btn--tel .c-footer-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 32px;
    border-radius: 100%;
    background-image: url(../images/icon/icon_tel_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-footer-contact-btn--tel:after {
    content: none;
}

.c-footer-contact-btn--resave {
    width: 300px;
    padding: 1em 0.5em;
    font-family: "Cormorant", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-btn--resave {
        font-size: 16px;
        font-size: 1rem;
        width: 400px;
        margin-bottom: 1em;
    }
}

.c-footer-contact-btn--resave .c-footer-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 32px;
    background-image: url(../images/icon/icon_mail_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-footer-contact-btn--data {
    width: 300px;
    padding: 1em 0.5em;
    font-family: "Cormorant", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-btn--data {
        font-size: 16px;
        font-size: 1rem;
        width: 400px;
    }
}

.c-footer-contact-btn--data .c-footer-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 20px;
    background-image: url(../images/icon/icon_file_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-footer-contact-time {
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Shippori Mincho";
}

.c-footer-contact-time-contents {
    padding: 0.5em;
}

.c-footer-contact-time-ttl {
    padding: 0.5em 0.8em;
    background-color: #F2F2F2;
}

.c-footer-contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3em;
    margin-bottom: 4em;
}

@media screen and (min-width: 992px) {
    .c-footer-contact-form {
        position: relative;
        padding-top: 0;
        width: 30%;
        margin-bottom: 2em;
        margin-left: 1.5em;
    }
}

/* =====
\MAIN
========= */
.c-footer-main {
    padding: 1.5em;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-footer-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding-left: 170px;
        padding-right: 50px;
        padding-top: 100px;
    }
}

.c-footer-sns {
    margin-top: 3em;
}

@media screen and (min-width: 992px) {
    .c-footer-sns {
        position: absolute;
        left: 2.5em;
        bottom: 2.5em;
    }
}

.c-footer-sns__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .c-footer-sns__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-footer-sns__item {
    padding: 5px;
    width: 30px;
}

.c-footer-nav {
    margin-bottom: 2em;
}

.c-footer-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 290px;
    margin: 2em auto 2em;
}

@media screen and (min-width: 992px) {
    .c-footer-nav__list {
        width: 400px;
        margin-left: 5em;
    }
}

.c-footer-nav__item {
    margin-bottom: 1em;
    margin: 0 0.9em;
    @onclude font-size(14);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media screen and (min-width: 992px) {
    .c-footer-nav__item {
        @onclude font-size(16);
    }
}

.c-footer-nav__link {
    color: #666;
}

.c-footer-corp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em;
}

@media screen and (min-width: 992px) {
    .c-footer-corp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .c-footer-corp-contents {
        margin-left: 2em;
    }
}

.c-footer-corp-text {
    padding: 1em;
    line-height: 1.6;
    background: #f8f8f8;
    margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .c-footer-corp-text {
        max-width: 450px;
    }
}

.c-footer-corp-text__jp {
    font-size: 12px;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .c-footer-corp-text__jp {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.c-footer-corp-text__en {
    font-size: 10px;
    font-size: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .c-footer-corp-text__en {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.c-footer-corp__logo {
    width: 150px;
    margin-bottom: 1.5em;
}

.c-footer-corp__add {
    line-height: 1.8;
    text-align: center;
    margin-bottom: 4em;
    font-family: "Shippori Mincho";
}

@media screen and (min-width: 992px) {
    .c-footer-corp__add {
        text-align: left;
        margin-bottom: 8em;
    }
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-footer-copy {
        padding-right: 50px;
    }
}

.c-footer-copy__text {
    font-size: 10px;
    font-size: 0.625rem;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-footer-copy__text {
        font-size: 10px;
        font-size: 0.625rem;
        letter-spacing: 0.3em;
        margin: 2em 0;
        display: inline-block;
        text-align: right;
    }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
■【PC】グローバルナビ
=================================*/
.p-top .c-slide-menu__btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media screen and (min-width: 992px) {
    .p-top .c-gnav {
        position: absolute;
        left: 50px;
        top: 10vh;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 2em;
        min-height: 520px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .p-top .c-gnav-logo {
        display: inline-block;
    }
}

.p-top .c-gnav__item {
    margin-bottom: 2em;
    font-size: 15px;
    font-size: 0.9375rem;
}

.c-gnav {
    display: none;
    /*

    &.is-fixed {



    transition: all 0.5s ease 0s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.5em 2em 1.5em;
    height: inherit;
    min-height: inherit;
    min-width: 200px;
    @include flex-dir(row);
    @include justify-content(flex-end);

    @include mq(lg, min) {}


    .c-gnav__list {
    @include mq(lg, min) {
    @include flexbox;
    @include flexbox;
    @include flex-dir(row);
    @include justify-content(flex-end); //左右
}


}

    .c-gnav__item {
    @include mq(lg, min) {
    width: inherit;
    margin-right: 1.8em;
    margin-bottom: 0;
    text-shadow: 0 0 31px rgba(0, 0, 0, 0.4);
    @include font-size(13);
}


}

    .c-gnav-logo {
    @include mq(lg, min) {

    display: none;
}

}
}
    */
}

@media screen and (min-width: 992px) {
    .c-gnav {
        display: block;
        margin-right: 2em;
        margin-top: 1.2em;
    }
}

.c-gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.c-gnav__item {
    margin-left: 4em;
    writing-mode: vertical-rl;
    font-size: 14px;
    font-size: 0.875rem;
}

.c-gnav__link {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
}

/*====================
■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
.c-slide-menu__btn {
    position: relative;
    height: 30px;
    width: 35px;
    display: inline-block;
    box-sizing: border-box;
    right: 8px;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__btn {
        display: none;
    }
}

.c-slide-menu__btn span {
    position: absolute;
    left: 0;
    height: 1px;
    width: 35px;
    background-color: #000;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
}

.c-slide-menu__btn span:nth-of-type(1) {
    bottom: 20px;
}

.c-slide-menu__btn span:nth-of-type(2) {
    bottom: 10px;
}

.c-slide-menu__btn span:nth-of-type(3) {
    bottom: 0;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__btn span {
        width: 44px;
    }
}

.c-slide-menu__btn__text {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    color: #000;
    margin-top: 3em;
    letter-spacing: 0.15em;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__btn__text {
        color: #000;
        margin: 0;
        font-size: 12px;
        margin-top: 3em;
    }
}

.c-slide-menu__btn.is-fixed {
    position: fixed;
    right: 0;
    top: 0;
    /* padding: 1em; */
    height: 46px;
    width: 48px;
    border-radius: 0 0 0 5px;
    transition: all 0.5s ease 0s;
}

.c-slide-menu__btn.is-fixed span {
    left: 8px;
}

.c-slide-menu__btn.is-fixed span:nth-of-type(1) {
    bottom: 33px;
}

.c-slide-menu__btn.is-fixed span:nth-of-type(2) {
    bottom: 23px;
}

.c-slide-menu__btn.is-fixed span:nth-of-type(3) {
    bottom: 13px;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__btn.is-fixed {
        display: block !important;
        right: 36px;
        top: 20px;
        width: 60px;
    }
}

/*menu=========*/
.c-slide-menu-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: fixed;
    min-height: 100vh;
}

.c-slide-menu__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4em;
    padding-top: 6em;
    z-index: 1;
    position: relative;
}

.c-slide-menu__logo {
    color: #000;
    margin-bottom: 3em;
    width: 250px;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__logo {
        width: 250px;
        margin-bottom: 2em;
    }
}

.c-slide-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

.c-slide-menu__item {
    color: #fff;
    margin-bottom: 1.5em;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
    .c-slide-menu__item {
        margin: 0 10px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 16px;
        font-size: 1rem;
    }
}

.c-slide-menu__link {
    color: #fff;
}

.c-slide-menu-contact {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.c-slide-menu-contact-ttl {
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-ttl {
        font-size: 16px;
        font-size: 1rem;
    }
}

.c-slide-menu-contact-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        width: 800px;
        margin: 0 auto;
    }
}

.c-slide-menu-contact-tel {
    margin-bottom: 2em;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-tel {
        margin-right: 2em;
    }
}

.c-slide-menu-contact-closebtn {
    padding-bottom: 2em;
}

.c-slide-menu-contact-btn {
    background: #fff;
    padding: 2em;
    position: relative;
    color: #000;
}

.c-slide-menu-contact-btn__en {
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-btn__en {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 0.5em;
    }
}

.c-slide-menu-contact-btn__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-slide-menu-contact-btn--tel {
    width: 300px;
    padding: 1em 0.5em;
    font-size: 30px;
    font-size: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2em;
    font-family: "Shippori Mincho";
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-btn--tel {
        font-size: 40px;
        font-size: 2.5rem;
        width: 380px;
        height: 120px;
        margin-bottom: 0;
    }
}

.c-slide-menu-contact-btn--tel .c-slide-menu-contact-btn__in {
    margin-bottom: 0.5em;
}

.c-slide-menu-contact-btn--tel .c-slide-menu-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 32px;
    border-radius: 100%;
    background-image: url(../images/icon/icon_tel_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-slide-menu-contact-btn--tel:after {
    content: none;
}

.c-slide-menu-contact-btn--resave {
    width: 300px;
    padding: 1em 0.5em;
    font-family: "Cormorant", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-btn--resave {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1em;
    }
}

.c-slide-menu-contact-btn--resave .c-slide-menu-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 32px;
    background-image: url(../images/icon/icon_mail_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-slide-menu-contact-btn--data {
    width: 300px;
    padding: 1em 0.5em;
    font-family: "Cormorant", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-btn--data {
        font-size: 16px;
        font-size: 1rem;
        width: 300px;
    }
}

.c-slide-menu-contact-btn--data .c-slide-menu-contact-btn__in:before {
    content: "";
    height: 40px;
    width: 20px;
    background-image: url(../images/icon/icon_file_black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 0.5em;
}

.c-slide-menu-contact-time {
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Shippori Mincho";
}

.c-slide-menu-contact-time-contents {
    padding: 0.5em;
}

.c-slide-menu-contact-time-ttl {
    padding: 0.5em 0.4em 0.2em;
    background-color: #fff;
    color: #000;
}

.c-slide-menu-contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3em;
    margin-bottom: 4em;
}

@media screen and (min-width: 992px) {
    .c-slide-menu-contact-form {
        position: relative;
        padding-top: 0;
        margin-bottom: 2em;
    }
}

.c-slide-menu-bnr {
    max-width: 85%;
}

.c-slide-menu__close {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 1;
}

.c-slide-menu__close-icon {
    background: url(../images/icon/icon_multiply_w.svg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 20px;
    width: 20px;
    display: block;
}

.c-fix-menu-pc {
    display: none;
    background: #151515;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 28px;
    z-index: 105;
    min-height: 550px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .c-fix-menu-pc {
        display: block;
    }
}

.c-fix-menu-pc-nav__item {
    writing-mode: vertical-rl;
    color: #fff;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8em 0;
    background: #353535;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #3b3b3b;
    padding-right: 0.1em;
}

.c-fix-menu-pc-nav__item a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
}

.c-fix-menu-pc-nav__item a.in-link {
    position: relative;
    z-index: 5;
}

.c-fix-menu-pc-nav__item--reserve {
    background-color: #494949;
}

.c-fix-menu-pc-nav__item--reserve .c-fix-menu-pc-nav__in:before {
    background-image: url(../images/icon/icon_mail_white.svg);
}

.c-fix-menu-pc-nav__item--data .c-fix-menu-pc-nav__in:before {
    background-image: url(../images/icon/icon_file_white.svg);
}

.c-fix-menu-pc-nav__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.1em;
}

.c-fix-menu-pc-nav__in:before {
    height: 20px;
    width: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-left: 0.25em;
}

.c-fix-menu-pc-text {
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0 10px;
}

.c-fix-menu-sp {
    background: #151515;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 100%;
    z-index: 500;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .c-fix-menu-sp {
        display: none;
    }
}

.c-fix-menu-sp-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.c-fix-menu-sp-nav__item {
    color: #fff;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.55em 0.2em;
    background: #353535;
    font-size: 12px;
    font-size: 0.75rem;
    border-right: 1px solid #3b3b3b;
    padding-right: 0.1em;
    width: 33.3%;
    height: 30px;
    text-align: center;
}

.c-fix-menu-sp-nav__item a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
}

.c-fix-menu-sp-nav__item a.in-link {
    position: relative;
    z-index: 5;
}

.c-fix-menu-sp-nav__item:last-child {
    border: none;
}

.c-fix-menu-sp-nav__item--tel {
    font-size: 14px;
    font-size: 0.875rem;
}

.c-fix-menu-sp-nav__item--tel .c-fix-menu-sp-nav__in:before {
    background-image: url(../images/icon/icon_tel_white.svg);
}

.c-fix-menu-sp-nav__item--reserve {
    background-color: #212121;
}

.c-fix-menu-sp-nav__item--reserve .c-fix-menu-sp-nav__in:before {
    background-image: url(../images/icon/icon_mail_white.svg);
}

.c-fix-menu-sp-nav__item--data .c-fix-menu-sp-nav__in:before {
    background-image: url(../images/icon/icon_file_white.svg);
}

.c-fix-menu-sp-nav__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.1em;
}

.c-fix-menu-sp-nav__in:before {
    height: 20px;
    width: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-left: 0.25em;
}

.c-fix-menu-sp-text {
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0 10px;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-main {
    min-height: 185px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-ttl-main {
        min-height: 445px;
    }
}

.c-ttl-main__img {
    position: absolute !important;
    min-height: 185px;
    z-index: 0;
    width: 80%;
    right: 0;
    top: 24px;
}

.c-ttl-main__img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    max-height: 185px;
    max-width: inherit;
    width: 85%;
    top: 50px;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__img img {
        max-height: 445px;
    }
}

.c-ttl-main__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding-left: 5%;
}

.c-ttl-main__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 0.4em;
    letter-spacing: 0.4em;
    font-size: 28px;
    font-size: 1.75rem;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__en {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

.c-ttl-main__jp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.8em;
    padding-left: 0.4em;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__jp {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 0.6em;
    }
}

.c-ttl-main__text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8em;
    line-height: 1.6;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__text {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.c-ttl-main__entext {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__entext {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

.c-ttl-main__entext:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #000;
    margin-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .c-ttl-main__entext:before {
        background: #a9a9a9;
        height: 150px;
    }
}

.c-ttl-main-motif {
    position: absolute;
    top: 34px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 8px;
    font-size: 0.5rem;
    right: 1em;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .c-ttl-main-motif {
        top: 90px;
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

.c-ttl-basic {
    position: relative;
    z-index: 10;
}

.c-ttl-basic--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-ttl-basic--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.c-ttl-basic--end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.c-ttl-basic__en {
    background-color: #F9F9F9;
    padding: 0.3em 1em 0.3em;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 10px;
    font-size: 0.625rem;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__en {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 1em;
    }
}

.c-ttl-basic__en--white {
    background-color: #fff;
}

.c-ttl-basic__jp {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.8em;
    line-height: 1.8;
    text-align: left;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__jp {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 0.1em;
    }
}

.c-ttl-basic__jp--vertical {
    writing-mode: vertical-rl;
    margin: 0 10px;
}

.c-ttl-basic__jp--verticalline:after {
    content: "";
    display: block;
    width: 0.5px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 106%;
    left: 60%;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__jp--verticalline:after {
        background: #a9a9a9;
        height: 150px;
    }
}

.c-ttl-basic__jp--center {
    text-align: center;
}

.c-ttl-basic__jp--line {
    position: relative;
}

.c-ttl-basic__jp--line:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 106%;
    top: 60%;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__jp--line:after {
        background: #a9a9a9;
        width: 150px;
    }
}

.c-ttl-basic__motif {
    font-size: 38px;
    font-size: 2.375rem;
    white-space: nowrap;
    font-weight: 100;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.25em;
    margin-bottom: 0.2em;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__motif {
        font-size: 96px;
        font-size: 6rem;
    }
}

.c-ttl-basic__motif--vertical {
    writing-mode: vertical-rl;
}

.c-ttl-basic__text {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 2em;
    line-height: 2;
    padding: 0 2em;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__text {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0;
    }
}

.c-ttl-basic__text--vertical {
    writing-mode: vertical-rl;
}

.c-ttl-basic__entext {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.8;
    margin-bottom: 1.6em;
}

@media screen and (min-width: 992px) {
    .c-ttl-basic__entext {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.c-ttl-basic__entext--vertical {
    writing-mode: vertical-rl;
}

.c-ttl-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .c-ttl-vertical--spbeside {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
}

.c-ttl-vertical__en {
    padding: 0.7em 0.2em 0.5em 0.4em;
    letter-spacing: 0.3em;
    font-size: 9px;
    font-size: 0.5625rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    margin-left: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: -2.5em;
}

@media screen and (min-width: 992px) {
    .c-ttl-vertical__en {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.c-ttl-vertical__en--white {
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .c-ttl-vertical__en--spbeside {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-left: 0;
        margin-bottom: 0;
    }

    .c-ttl-vertical__en--spbeside:after {
        content: none !important;
    }
}

.c-ttl-vertical__en:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
    .c-ttl-vertical__en:after {
        background: #a9a9a9;
        height: 50px;
    }
}

.c-ttl-vertical__jp {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.8em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.6;
    padding: 0.8em 0.5em 0.8em 0.2em;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

@media screen and (min-width: 992px) {
    .c-ttl-vertical__jp {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.c-ttl-vertical__jp--white {
    background: #fff;
}

.c-ttl-vertical__jp--gray {
    background: #F8F8F8;
    padding: 1em 0.6em 1em 0.3em;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .c-ttl-vertical__jp--spbeside {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 0.5em 1em;
    }
}

.c-ttl-vertical__entext {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1.8;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 0.3em;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .c-ttl-vertical__entext {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt,
.p-basic-list__item,
.p-ol-list__item,
.p-ol-list--sub__item {
    color: #000;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 0.8125rem;
}

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

    .c-basic-txt,
    .p-basic-list__item,
    .p-ol-list__item,
    .p-ol-list--sub__item {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-basic-txt p,
.p-basic-list__item p,
.p-ol-list__item p,
.p-ol-list--sub__item p {
    margin-bottom: 10px;
}

.c-basic-txt a,
.p-basic-list__item a,
.p-ol-list__item a,
.p-ol-list--sub__item a {
    color: #1185E7;
    text-decoration: underline;
    display: inline-block;
}

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

    .c-basic-txt a,
    .p-basic-list__item a,
    .p-ol-list__item a,
    .p-ol-list--sub__item a {
        transition: .3s;
        cursor: pointer;
    }

    .c-basic-txt a:hover,
    .p-basic-list__item a:hover,
    .p-ol-list__item a:hover,
    .p-ol-list--sub__item a:hover {
        opacity: .7;
    }
}

.c-basic-txt--sm {
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .c-basic-txt--sm {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .pc-center {
        text-align: center;
    }
}

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

@media screen and (min-width: 768px) {
    .sp-center {
        text-align: left;
    }
}

.c-text-flow {
    position: absolute;
    left: 0;
    color: #f7f7f7;
    font-size: 75px;
    font-size: 4.6875rem;
    letter-spacing: 0.1em;
    font-weight: 100;
    bottom: 0.18em;
    white-space: nowrap;
    display: flex;
    width: 100vw;
    z-index: -1;
    margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 992px) {
    .c-text-flow {
        font-size: 140px;
        font-size: 8.75rem;
        top: 0;
    }
}

.c-text-flow__in {
    flex-shrink: 0;
    white-space: nowrap;
    padding-left: 0.5em;
}

.c-text-flow__in:nth-child(odd) {
    animation: c-anime-txt-flow 60s -30s infinite linear;
}

.c-text-flow__in:nth-child(even) {
    animation: c-anime-txt-flow-second 60s infinite linear;
}

.c-text-flow-vertical-wrap {
    top: 0;
    right: -0.7em;
    position: fixed;
    height: 100vh;
    width: 66px;
    z-index: -1;
}

@media screen and (min-width: 992px) {
    .c-text-flow-vertical-wrap {
        font-size: 140px;
        font-size: 8.75rem;
        right: 0;
        width: 137px;
    }
}

.c-text-flow-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    color: #f7f7f7;
    font-size: 75px;
    font-size: 4.6875rem;
    letter-spacing: 0.1em;
    font-weight: 100;
    white-space: nowrap;
    display: flex;
    height: 100vh;
    transform: rotate(180deg);
    line-height: 1;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: -1;
    margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 992px) {
    .c-text-flow-vertical {
        font-size: 140px;
        font-size: 8.75rem;
    }
}

.c-text-flow-vertical__in {
    flex-shrink: 0;
    white-space: nowrap;
    padding-left: 0.5em;
}

.c-text-flow-vertical__in:nth-child(odd) {
    animation: c-anime-txt-flow-vertical 250s -125s infinite linear;
}

.c-text-flow-vertical__in:nth-child(even) {
    animation: c-anime-txt-flow-vertical-second 250s infinite linear;
}

/* ======================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
    text-align: center;
    text-decoration: none !important;
    transition: .3s;
    position: relative;
    /* 流れる光 */
}

.c-basic-btn:before {
    content: '';
    width: 20px;
    height: 2px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    transform: skew(37deg);
    position: absolute;
    top: calc(50% - 11px);
    right: -26px;
}

.c-basic-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    right: -29px;
    width: 27px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, #ffffff 50%, rgba(0, 0, 0, 0) 90%);
    background-size: 200% 100%;
    animation: c-anime-btn-shine 4s linear infinite;
    mix-blend-mode: screen;
    pointer-events: none;
}

.c-basic-btn-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-basic-btn-wrap--center {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .c-basic-btn-wrap--spcenter {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-basic-btn__in {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    color: #000;
}

@media screen and (min-width: 992px) {
    .c-basic-btn__in {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-basic-btn-text {
    font-size: 6px;
    font-size: 0.375rem;
    margin-top: 1em;
    text-align: center;
    width: 100%;
    color: #000;
}

@media screen and (min-width: 992px) {
    .c-basic-btn-text {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

.c-basic-btn-text--white {
    color: #fff;
}

.c-basic-btn--long {
    width: 300px;
}

.c-basic-btn--blur {
    background-color: rgba(248, 248, 248, 0.5);
    backdrop-filter: blur(8px);
}

.c-basic-btn--blur:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.c-basic-btn--white {
    color: #fff;
}

.c-basic-btn--white:before {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.c-basic-btn--white .c-basic-btn__in {
    color: #fff;
}

.c-basic-btn--white .c-basic-btn-text {
    color: #fff;
}

.c-basic-btn--border {
    border: #E8E8E8 1px solid;
    background-color: inherit;
    background-color: #fff;
}

.c-basic-btn--tel {
    border: none;
    background-color: inherit;
    max-width: 320px;
    width: 305px;
    padding: 1.5em 1em 1.5em 2em;
    font-family: "Cormorant", serif;
}

.c-basic-btn--tel .c-basic-btn__in {
    font-size: 30px;
    font-size: 1.875rem;
    color: #4f4f4f;
}

@media screen and (min-width: 992px) {
    .c-basic-btn--tel .c-basic-btn__in {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.c-basic-btn--tel:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #4f4f4f;
    border-radius: 100%;
    background-image: url(../images/icon/icon_tel_white.svg);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0.8em;
    top: calc(50% - 15px);
}

.c-basic-btn--tel:after {
    content: none;
}

.c-basic-btn--resave {
    padding-left: 2em;
    position: relative;
    border: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.c-basic-btn--resave .c-basic-btn__in {
    font-size: 15px;
    font-size: 0.9375rem;
}

.c-basic-btn--resave:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #4f4f4f;
    border-radius: 100%;
    background-image: url(../images/icon/icon_store_white.svg);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 1em;
    top: calc(50% - 15px);
}

.c-basic-btn--resave:after {
    content: none;
}

.c-basic-btn--data {
    padding-left: 2em;
    position: relative;
    border: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.c-basic-btn--data .c-basic-btn__in {
    font-size: 15px;
    font-size: 0.9375rem;
}

.c-basic-btn--data:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #4f4f4f;
    border-radius: 100%;
    background-image: url(../images/icon/icon_file_white.svg);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 1em;
    top: calc(50% - 15px);
}

.c-basic-btn--data:after {
    content: none;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.c-responsive-img__link {
    width: 100%;
}

.c-circle-img {
    border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
    display: block;
    overflow: hidden;
    width: 100%;
    /* トリミングしたい枠の幅 */
    height: 190px;
    /* トリミングしたい枠の高さ */
    position: relative;
}

.c-square-img__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

@media screen and (min-width: 992px) {
    .c-gmap {
        padding-top: 80%;
    }
}

.c-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*ifream===================*/
.c-ifream {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 130%;
}

@media screen and (min-width: 992px) {
    .c-ifream {
        padding-top: 30.22%;
    }
}

.c-ifream iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
}

.c-pankuzu__item {
    margin-left: 5px;
    background: url(../images/icon/icon_right_main.svg) no-repeat left center;
    background-size: 10px 10px;
    padding-left: 15px;
    background-position: left top 5px;
    max-width: 50%;
}

.c-pankuzu__item:first-of-type {
    margin-left: 0;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
}

.c-pankuzu__item:first-of-type .c-pankuzu__name {
    color: #1185E7;
    text-decoration: underline;
}

.c-pankuzu__name {
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.c-pagenation__item + .c-pagenation__item {
    margin-left: .5rem;
}

.c-pagenation__link {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #555555;
    transition: .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
    .c-pagenation__link {
        width: 30px;
        height: 30px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-pagenation__link.active {
    background: #1185E7;
    color: #ffffff;
    border: 1px solid #1185E7;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    display: inline-block;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*サイト内検索
<form class="c-free-search c-form-content" role="search" action="#">
<input class="c-free-search__input c-form-input" type="text" name="s_word" maxlength="30">
<button class="c-free-search__btn"></button>
</form>
===========*/
.c-free-search.c-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.c-free-search.c-form-content .c-free-search__input.c-form-input {
    -moz-border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px 0 0 100px;
    width: calc(100% - 60px);
    border-right: none;
    margin: 0;
    max-width: 100%;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    height: 42px;
}

.c-free-search.c-form-content .c-free-search__btn {
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/icon/icon_search_w.svg) no-repeat center;
    background-size: auto 60%;
    background-color: #1185E7;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0;
    border-radius: 0 100px 100px 0;
    border: 1px solid #dddddd;
    border-left: none;
    height: 42px;
    width: 60px;
}

/*問い合わせ　ステップ ※htmlは同じ
===============*/
/*横長デザイン*/
/*
.c-form-stepbar {
position: relative;
text-align: center;
margin: 0 auto 30px;
@include mq(md, min) {
margin: 0 auto 50px;
@include flexbox;
@include flex-just(space-between);
}  
&__item {
position: relative;
width: calc(100% - 15px);
background: #F9F9F9;
padding: 6px 15px 0 6px;
margin-right: 15px;
margin-bottom: 5px;
height: 30px;
// spサイズ以上
@include mq(md, min) {
padding: 9px 15px 0 9px;
margin-bottom: 0;
width: 33.333%;
height: 40px;
}
&::before,&::after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 15px;
position: absolute;
top: 0;
// spサイズ以上
@include mq(md, min) {
border-width: 20px 0 20px 15px;
}
}
&::before {
border-color: transparent transparent transparent #ffffff;
left: 0;
}
&::after {
border-color: transparent transparent transparent #F9F9F9;
right: -15px;
}
&:first-child::before,
&:last-child::after{
content: none;
}
&:last-child{
width: 100%;
margin-right: 0;
padding-right: 15px;
// spサイズ以上
@include mq(md, min) {
width: 33.333%;
padding-right: 0;
}
}
.text{
@include font-size(12);
line-height: 1.3;
color: $main-color;
// spサイズ以上
@include mq(md, min) {
@include font-size(15);
}
}
}
.visited {
background: #CBEDF7;
&::after {
border-color: transparent transparent transparent #CBEDF7;
}
}
}
*/
/*丸いデザイン*/
.c-form-stepbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 500px;
    position: relative;
    text-align: center;
    margin: 20px auto;
}

@media screen and (min-width: 768px) {
    .c-form-stepbar {
        margin: 30px auto 40px;
    }
}

.c-form-stepbar__item {
    position: relative;
    width: 33.333%;
    line-height: 1.3;
    text-align: center;
}

.c-form-stepbar__item::after {
    content: ' ';
    display: block;
    width: calc(100% - 70px);
    height: 1px;
    border-bottom: 5px dotted #cccccc;
    position: absolute;
    left: -24%;
    top: 27px;
}

@media screen and (min-width: 768px) {
    .c-form-stepbar__item::after {
        left: -30%;
    }
}

.c-form-stepbar__item:first-child::after {
    content: none;
}

.c-form-stepbar .visited .c-form-stepbar__icon {
    background: #1185E7;
}

.c-form-stepbar .visited .c-form-stepbar__text {
    color: #1185E7;
}

.c-form-stepbar .visited::after {
    border-bottom-color: #1185E7;
}

.c-form-stepbar__icon {
    position: relative;
    display: inline-block;
    background: #cccccc;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    z-index: 5;
}

.c-form-stepbar__icon .text {
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
}

.c-form-stepbar__icon .num {
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
}

.c-form-stepbar__text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #cccccc;
    font-weight: bold;
}

/*===================
formの形
====================*/
.c-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.c-form__in {
    padding-bottom: 30px;
}

/*in============*/
.c-form-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px dashed #707070;
}

@media screen and (min-width: 768px) {
    .c-form-in {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
}

/*ttl==============*/
.c-form-ttl {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    width: 100%;
    line-height: 1.3;
    padding: 10px 10px 0;
}

@media screen and (min-width: 768px) {
    .c-form-ttl {
        padding: 10px;
        width: 25%;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 992px) {
    .c-form-ttl {
        width: 30%;
    }
}

/*項目==============*/
.c-form-items {
    padding: 10px;
    width: 100%;
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .c-form-items {
        width: 75%;
    }

    .c-form-items input {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .c-form-items {
        width: 70%;
    }
}

/*コンテンツ==============*/
.c-form-content {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    text-align: left;
    line-height: 1.3;
    /*テキストエリア*/
}

@media screen and (min-width: 768px) {
    .c-form-content {
        font-size: 15px;
        font-size: 0.9375rem;
        width: 100%;
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: left;
    }
}

.c-form-content__in {
    padding: 0 0 10px;
}

.c-form-content__in .c-ttl-in {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #efefef;
    padding: 5px;
    margin-bottom: 10px;
}

.c-form-content__in .in {
    padding: 5px 0;
}

@media screen and (min-width: 768px) {
    .c-form-content__in .in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
    padding: 3px 10px;
    outline: none;
    border: 1px solid #707070;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
}

.c-form-content select {
    max-width: 120px;
    padding: 6px 10px;
}

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

    .c-form-content .c-form-input__line-up + .c-txt-sentence,
    .c-form-content input + .c-txt-sentence,
    .c-form-content textarea + .c-txt-sentence,
    .c-form-content select + .c-txt-sentence {
        text-align: center;
        font-size: 12px;
        font-size: 0.75rem;
    }
}

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

    .c-form-content .c-form-input__line-up + .c-txt-sentence,
    .c-form-content input + .c-txt-sentence,
    .c-form-content textarea + .c-txt-sentence,
    .c-form-content select + .c-txt-sentence {
        text-align: left;
    }
}

.c-form-content .c-form-textarea {
    max-width: 400px;
    width: 100%;
    height: 150px;
    margin: 0;
    display: block;
    font-family: sans-serif;
}

@media screen and (min-width: 768px) {
    .c-form-content .c-form-textarea {
        display: inline-block;
    }
}

.c-form-content .c-form-textarea:focus {
    background: #cee9ff;
}

.c-form-content .c-form-passcheck__btn {
    right: 10px;
}

.c-form-content .c-form-select {
    max-width: 400px;
    width: 100%;
    display: block;
}

.c-form-content .c-form-select:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .c-form-content .c-form-select {
        display: inline-block;
    }
}

.c-form-content .c-form-select.mini {
    max-width: 90px;
    display: inline-block;
}

.c-form-content .c-form-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    .c-form-content .c-form-add {
        display: block;
        margin: 0;
    }
}

.c-form-content .c-form-add .c-form-input {
    margin-right: 10px;
}

.c-form-content .c-form-add .c-link-btn--mini {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    max-width: 100px;
}

@media screen and (min-width: 768px) {
    .c-form-content .c-form-add .c-link-btn--mini {
        display: inline-block;
    }
}

/*パスワードを表示するボタン*/
.c-form-passcheck {
    position: relative;
    width: 100%;
    max-width: 400px !important;
    margin: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .c-form-passcheck {
        display: inline-block;
        max-width: 300px;
        margin: 0 auto;
    }
}

.c-form-passcheck__input {
    padding-right: 25px;
    max-width: 100%;
}

.c-form-passcheck__btn {
    display: block;
    background: url("../images/icon/icon_eye_gray.svg") no-repeat center center;
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #efefef;
    z-index: 10;
    position: absolute;
    right: 7px;
    bottom: calc(50% - 15px);
    cursor: pointer;
}

/*規約に同意=========*/
.c-form-agree {
    text-align: center;
    margin: 20px auto 30px;
}

.c-form-agree .c-form-error {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.c-form-agree .c-form-checkbox {
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
    padding: 0;
}

.c-form-agree .c-form-checkbox__parts {
    padding-right: 0px;
}

@media screen and (min-width: 992px) {
    .c-form-agree .c-form-checkbox__parts {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-form-agree .c-form-checkbox__parts a {
    text-decoration: underline;
    color: #1185E7;
}

.c-form-agree .c-form-req {
    padding-right: 55px;
}

.c-form-agree .c-form-req::after {
    right: 0;
    top: calc(50% - 11px);
}

/*inputの装飾
===============*/
/*input*/
input.c-form-input {
    border: 1px solid #707070;
    padding: 5px 10px;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 400px;
    display: block;
    min-height: 36px;
    line-height: 34px;
}

input.c-form-input:focus {
    background: #cee9ff;
}

@media screen and (min-width: 768px) {
    input.c-form-input.mini {
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) {
    input.c-form-input.mini2 {
        max-width: 150px;
    }
}

input.c-form-input.mini3 {
    max-width: 90px;
}

@media screen and (min-width: 768px) {
    input.c-form-input.mini3 {
        max-width: 100px;
    }
}

/*input date*/
input[type="date"].c-form-input {
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 230px;
}

/*input text*/
input[type="text"].c-form-text {
    border: 1px solid #707070;
    padding: 5px;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*セレクトタグ*/
.c-form-select {
    display: block;
    width: 100%;
    border: 1px solid #959595;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
    background-size: 10px 10px;
    padding-right: 20px;
    background-color: #ffffff;
    min-height: 36px;
    line-height: 34px;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
    .c-form-select {
        background: #ffffff;
        padding-right: 5px;
    }
}

.c-form-select[disabled="disabled"] {
    border-color: #dddddd;
    color: #dddddd;
    background: #ffffff;
}

/*チェックボタン==================*/
/*list*/
.c-form-checkbox__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-form-checkbox__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/*item*/
.c-form-checkbox__item {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
}

@media screen and (min-width: 350px) {
    .c-form-checkbox__item {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-form-checkbox__item {
        width: 25%;
    }
}

/*label 本体===========*/
label.c-form-checkbox {
    display: block;
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: .2s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

label.c-form-checkbox input {
    display: none !important;
}

label.c-form-checkbox input:checked + .c-form-checkbox__parts {
    color: #ff420c;
}

label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
    background: url("../images/icon/icon_check_w.svg") no-repeat center;
    background-size: 70% 70%;
    background-color: #ff420c;
}

label.c-form-checkbox .c-form-checkbox__parts {
    display: inline-block;
    position: relative;
    color: #000000;
    padding-left: 25px;
    line-height: 1.3;
}

label.c-form-checkbox .c-form-checkbox__parts::before {
    content: ' ';
    background-color: #E7E7E7;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    top: -2px;
    left: 0;
}

/*！選べない！*/
span.c-form-checkbox {
    display: block;
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background: #eeeeee;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
}

span.c-form-checkbox__parts {
    display: inline-block;
    position: relative;
    color: #959595;
    padding-left: 25px;
}

/*枠無し*/
.no-waku--checkbox .c-form-checkbox {
    border: none;
    box-shadow: 0 0 0 0 transparent;
}

/*ラジオボタン==================*/
/*list*/
.c-form-radio__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-form-radio__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/*item*/
.c-form-radio__item {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
}

@media screen and (min-width: 350px) {
    .c-form-radio__item {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-form-radio__item {
        width: 25%;
    }
}

/*label 本体===========*/
label.c-form-radio {
    display: block;
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: .2s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

label.c-form-radio input {
    display: none !important;
}

label.c-form-radio input:checked + .c-form-radio__parts {
    color: #ff420c;
}

label.c-form-radio input:checked + .c-form-radio__parts::before {
    background-color: #ff420c;
}

label.c-form-radio input:checked + .c-form-radio__parts::after {
    background-color: #ffffff;
}

label.c-form-radio .c-form-radio__parts {
    display: inline-block;
    position: relative;
    color: #000000;
    padding-left: 25px;
}

label.c-form-radio .c-form-radio__parts::before {
    content: ' ';
    background-color: #E7E7E7;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    top: -3px;
    left: 0;
}

label.c-form-radio .c-form-radio__parts::after {
    content: ' ';
    background-color: #E7E7E7;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    left: 5px;
}

/*”！選べない！*/
span.c-form-radio {
    display: block;
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background: #eeeeee;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
}

span.c-form-radio__parts {
    display: inline-block;
    position: relative;
    color: #959595;
    padding-left: 25px;
}

/*パスワード============*/
@media screen and (min-width: 768px) {
    .c-form-password {
        max-width: 300px;
    }
}

/*テキストエリア*/
.c-form-textarea {
    max-width: 550px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    display: block;
    font-family: sans-serif;
    padding: 3px 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
}

/*必須*/
.c-form-req {
    position: relative;
    padding-right: 50px;
    margin-top: 0px;
}

.c-form-req::after {
    content: "必須";
    font-size: 11px;
    font-size: 0.6875rem;
    color: #ffffff;
    font-weight: normal;
    -moz-border-radius: 3;
    -webkit-border-radius: 3;
    border-radius: 3;
    background: #ff420c;
    position: absolute;
    padding: 4px 10px;
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
    .c-form-req::after {
        top: 7px;
        right: 5px;
    }
}

@media screen and (min-width: 768px) {
    .c-form-req::after {
        right: 10px;
        top: 5px;
    }
}

/*必須 背景色変更*/
.c-input--req {
    background-color: #ffe8e8;
}

.c-input--req + .c-form-checkbox__parts::before {
    background-color: #ffe8e8;
}

/*error表示*/
.c-input--error {
    border-color: #c60d0d !important;
}

.c-input--error + .c-form-checkbox__parts::before {
    border-color: #c60d0d !important;
}

.c-input--error.c-form-radio {
    border: 1px solid #c60d0d;
    -moz-border-radius: 5;
    -webkit-border-radius: 5;
    border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up.long {
        width: 100%;
        max-width: 80%;
    }
}

.c-form .c-form-input__line-up.long .c-form-input {
    margin: 0 0 5px;
    width: 70%;
}

.c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up .c-form-input {
        width: 100%;
        max-width: 200px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.c-form .c-form-input__line-up .c-form-input:last-of-type {
    margin-right: 0;
}

.c-form .c-form-input__line-up .c-form-input__ttl {
    width: 15%;
    margin-bottom: 10px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up .c-form-input__ttl {
        padding-right: 10px;
        text-align: center;
        width: auto;
        min-width: 45px;
    }
}

.c-form .c-form-input__line-up .c-form-input__text {
    text-align: left;
    padding-left: 5px;
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up .c-form-input__text {
        width: 30%;
        margin-bottom: 0;
        padding-right: 10px;
        width: auto;
        min-width: 100px;
    }
}

.c-form .c-form-input__line-up .c-form-select {
    width: 85%;
    max-width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .c-form .c-form-input__line-up .c-form-select {
        width: 100%;
        max-width: 200px;
        min-width: 170px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

/*ボタンの並び*/
.c-form-btnarea {
    text-align: center;
}

.c-form-btnarea .c-basic-btn {
    display: inline-block;
    max-width: 300px;
    margin: 5px auto;
}

@media screen and (min-width: 768px) {
    .c-form-btnarea .c-basic-btn {
        margin: 5px;
    }
}

.c-form-btnarea--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-form-btnarea--reverse {
        display: block;
    }
}

/*=====================
確認画面
=======================*/
.c-form-confirmation {
    margin-bottom: 0;
}

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

    .c-form-confirmation .c-form-ttl,
    .c-form-confirmation .c-form-content {
        padding: 10px 0;
    }
}

.c-form-confirmation .c-form-req::after {
    content: none;
}

.c-form-confirmation .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
}

.c-form-confirmation .c-form-in.name .c-form-content::after {
    content: "様";
    padding-left: 3px;
}

/*=======================
サンクス
=======================*/
.c-form-thanks {
    text-align: center;
}

.c-form-thanks__ttl {
    margin-bottom: 10px;
    line-height: 1.6;
}

.c-form-thanks__ttl .main {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
}

.c-form-thanks__ttl .sub {
    padding-top: 5px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
}

/*=======================
大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
    margin: 15px auto;
    padding: 20px;
    border: 6px double #c60d0d;
    background: #ffdfdf;
}

.c-form-box--error__title {
    text-align: left;
    font-size: 120%;
    margin-bottom: 10px;
    color: #c60d0d;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-form-box--error__title {
        text-align: center;
    }
}

.c-form-box--error__title .in {
    background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
}

.c-form-box--error p {
    text-align: left;
    color: #c60d0d;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-form-box--error p {
        text-align: center;
    }
}

/*===========
error　バリデーション
============*/
.c-form-error {
    text-align: left;
}

.c-form-error .error {
    display: block;
    padding: 5px 10px;
    color: #c60d0d;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
}

.c-form-error ~ .c-form-checkbox__list .c-form-checkbox,
.c-form-error ~ .c-form-select,
.c-form-error ~ .p-search-select .c-form-select,
.c-form-error ~ .mwform-tel-field .c-form-input,
.c-form-error ~ .c-form-input,
.c-form-error ~ .c-form-textarea {
    background-color: #ffe8e8;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
    background: #F9F9F9;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.c-table .c-tr {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

@media screen and (min-width: 768px) {
    .c-table .c-tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-table .c-th,
.c-table .c-td {
    padding: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 1.8;
    width: 100%;
    min-height: 44px;
}

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

    .c-table .c-th,
    .c-table .c-td {
        padding: 15px 10px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-table .c-th {
    color: #000000;
    font-weight: bold;
}

.c-table .c-th:first-of-type {
    border-top: none;
}

@media screen and (min-width: 768px) {
    .c-table .c-th {
        width: 15%;
    }
}

.c-table .c-td {
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .c-table .c-td {
        width: 85%;
    }

    .c-table .c-td:first-of-type {
        border-top: none;
    }
}

/*1行4列のテーブル===========*/
@media screen and (min-width: 768px) {
    .c-table--col4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .c-table--col4 .c-tr {
        width: 50%;
    }
}

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

    .c-table--col4 .c-th:nth-of-type(2),
    .c-table--col4 .c-td:nth-of-type(2) {
        border-top: none;
    }
}

@media screen and (min-width: 768px) {
    .c-table--col4 .c-th {
        width: 30%;
    }
}

@media screen and (min-width: 768px) {
    .c-table--col4 .c-td {
        width: 70%;
    }
}

/*タイトルが上にまとめてあるテーブル============*/
.c-table--width {
    border-top: none;
}

@media screen and (min-width: 768px) {
    .c-table--width {
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
    }
}

.c-table--width .c-table {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .c-table--width .c-table {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: none;
        border-bottom: none;
    }
}

@media screen and (min-width: 768px) {
    .c-table--width .c-table:first-of-type {
        border-top: 1px solid #E5E5E5;
    }

    .c-table--width .c-table:first-of-type .c-th {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .c-table--width .c-table .c-tr {
        display: block;
        width: 100%;
        margin-bottom: 0;
        border-bottom: none;
        background: #ffffff;
    }
}

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

    .c-table--width .c-table .c-th,
    .c-table--width .c-table .c-td {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .c-table--width .c-table .c-th {
        display: none;
        background: #F9F9F9;
    }
}

.c-table--width .c-table .c-td {
    border-top: 1px dotted #dddddd;
}

/*タイトルが上にも横にもあるテーブル============*/
@media screen and (min-width: 768px) {
    .c-table--w-th__ttl {
        width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .c-table--w-th .c-table {
        width: 80%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
■シンプルなリスト
=====================*/
.p-basic-list {
    display: inline-block;
    text-align: left;
}

.p-basic-list__item {
    display: block;
    text-indent: -1.3rem;
    padding-left: 1rem;
    margin-bottom: 5px;
}

.p-basic-list__item:before {
    content: "・";
    color: #1185E7;
}

/* ====================
■番号付きなリスト
=====================*/
.p-ol-list {
    display: block;
    text-align: left;
}

.p-ol-list__item {
    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 5px;
}

.p-ol-list__item > .p-ol-list--sub {
    padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
    content: "1.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(2):before {
    content: "2.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(3):before {
    content: "3.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(4):before {
    content: "4.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(5):before {
    content: "5.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(6):before {
    content: "6.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(7):before {
    content: "7.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(8):before {
    content: "8.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.p-ol-list__item:nth-child(9):before {
    content: "9.";
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

/* in==================*/
.p-ol-list--sub {
    display: block;
    text-align: left;
    padding: 10px 0 0 10px;
    margin-left: -14px;
}

.p-ol-list--sub__item {
    display: block;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
    content: "【1】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
    content: "【2】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
    content: "【3】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
    content: "【4】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
    content: "【5】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
    content: "【6】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
    content: "【7】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
    content: "【8】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
    content: "【9】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
    content: "【10】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
    content: "【11】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
    content: "【12】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
    content: "【13】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
    content: "【14】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
    content: "【15】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
    content: "【16】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
    content: "【17】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
    content: "【18】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
    content: "【19】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
    content: "【20】";
    color: #1185E7;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    text-align: center;
}

/* ====================
■下線
=====================*/
.p-line-list__item {
    border-top: 1px solid #cccccc;
    padding: 15px 10px;
}

.p-line-list__item:first-of-type {
    border-top: none;
}

/* =========================================================
anime - css animation
========================================================= */
.c-anime-zoom {
    overflow: hidden;
}

.c-anime-zoom img {
    width: 110%;
    /* 少し大きめにして余裕を持たせる */
    height: 110%;
    object-fit: cover;
    transform-origin: 30% 30%;
    /* フレームの基準点 */
    animation: c-anime-zoom 30s ease-in-out infinite;
    will-change: transform;
    display: block;
}

@keyframes c-anime-zoom {
    0% {
        transform: translate(0%, 0%) scale(1);
    }

    50% {
        transform: translateY(-8%) scale(1.18);
    }

    100% {
        transform: translate(0%, 0%) scale(1);
    }
}

.c-anime-zoom-reverse {
    overflow: hidden;
}

.c-anime-zoom-reverse img {
    width: 110%;
    /* 少し大きめにして余裕を持たせる */
    height: 110%;
    object-fit: cover;
    transform-origin: 30% 30%;
    /* フレームの基準点 */
    animation: c-anime-zoom-reverse 36s ease-in-out infinite;
    will-change: transform;
    display: block;
}

@keyframes c-anime-zoom-reverse {
    0% {
        transform: translate(0%, 0%) scale(1.4);
    }

    /* ← 大きくスタート */
    50% {
        transform: translateY(-8%) scale(1.3);
    }

    /* ← 縮小しても隙間が出ない */
    100% {
        transform: translate(0%, 0%) scale(1.4);
    }

    /* 元の拡大状態に戻る */
}

/*流れる文字*/
@keyframes c-anime-txt-flow {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes c-anime-txt-flow-second {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/*流れる文字　縦*/
@keyframes c-anime-txt-flow-vertical {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes c-anime-txt-flow-vertical-second {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-200%);
    }
}

/* 光が流れる */
@keyframes c-anime-btn-shine {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
.jq-head-fix {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .5s;
    opacity: 0;
}

.jq-head-fix.jq-head-fix-on {
    top: 0;
    opacity: 1;
}

.js-fix-btn {
    display: none;
}

.js-fix-btn.active {
    display: block;
}

/*===================
横から出るメニュー　
*/
article.js-menu--list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    backdrop-filter: blur(12px);
    background: url("../images/common/bg_slidemenu.png") no-repeat center;
    background-size: auto 100%;
    transform: translateX(-100%);
    background-attachment: fixed;
    transition: transform 0.8s;
    /* 滑らかに */
}

@media screen and (min-width: 992px) {
    article.js-menu--list {
        background-size: 100% auto;
    }
}

article.js-menu--list.active {
    transform: translateX(0);
}

article.js-menu--list div.g-menu_contents {
    height: 100%;
}

article.js-menu--list.active .g-menu_close {
    left: 1em;
}

article.back_curtain {
    display: none;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    position: fixed;
    top: 0;
}

.js-menu--open,
.js-image-menu--open {
    cursor: pointer;
}

/*======================
【js-inview】
======================*/
.js-inview-fadeIn {
    opacity: 0;
    animation-duration: 0.5s;
    /* ← ゆっくり */
    /* 滑らかに */
}

@media screen and (min-width: 992px) {
    .js-inview-fadeIn {
        animation-duration: 0.5s;
    }
}

.js-inview-fadeInUp {
    opacity: 0;
    animation-duration: 0.6s;
    /* ← ゆっくり */
    /* 滑らかに */
}

@media screen and (min-width: 992px) {
    .js-inview-fadeInUp {
        animation-duration: 0.6s;
    }
}

.js-inview-bgwrap {
    position: relative;
    display: inline-block;
}

.js-inview-bgwrap:before {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    transform: scaleX(1);
    z-index: 50;
}

.js-inview-bgwrap.is-active:before {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: forwards;
    animation-name: js-inview-bgwrap;
}

@media screen and (min-width: 992px) {
    .js-inview-bgwrap.is-active:before {
        animation-duration: 1.2s;
    }
}

.js-inview-bgwrap--big:before {
    background: #fff;
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    transform-origin: left center;
    transform: scaleX(1);
    z-index: 100;
}

@keyframes js-inview-bgwrap {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.js-inview-bgttl {
    position: relative;
    display: inline-block;
}

.js-inview-bgttl:before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
    transform: scaleX(1);
    z-index: 100;
}

.js-inview-bgttl.is-active:before {
    animation-duration: 2.6s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    animation-fill-mode: forwards;
    animation-name: js-inview-bgwrap;
}

@media screen and (min-width: 992px) {
    .js-inview-bgttl.is-active:before {
        animation-duration: 3.2s;
    }
}

@keyframes js-inview-bgttl {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

/*関数で0.5sづつ開始タイミングを調整増える*/
/* .js-inview-delay-01 ～　04 */
.js-inview-delay-01 {
    animation-delay: 0s;
}

.js-inview-delay-01 {
    animation-delay: 0s;
}

.js-inview-delay-02 {
    animation-delay: 0.1s;
}

.js-inview-delay-03 {
    animation-delay: 0.2s;
}

.js-inview-delay-04 {
    animation-delay: 0.3s;
}

.js-inview-delay-05 {
    animation-delay: 0.4s;
}

.js-inview-delay-06 {
    animation-delay: 0.5s;
}

.js-inview-delay-07 {
    animation-delay: 0.6s;
}

.js-inview-delay-08 {
    animation-delay: 0.7s;
}

.js-inview-delay-09 {
    animation-delay: 0.8s;
}

.js-inview-delay-10 {
    animation-delay: 0.9s;
}

.js-inview-delay-before-01:before {
    animation-delay: 0s !important;
}

.js-inview-delay-before-02:before {
    animation-delay: 0.2s !important;
}

.js-inview-delay-before-03:before {
    animation-delay: 0.4s !important;
}

.js-inview-delay-before-04:before {
    animation-delay: 0.6s !important;
}

.js-inview-delay-before-05:before {
    animation-delay: 0.8s !important;
}

.js-inview-delay-before-06:before {
    animation-delay: 1s !important;
}

.js-inview-delay-before-07:before {
    animation-delay: 1.2s !important;
}

.js-inview-delay-before-08:before {
    animation-delay: 1.4s !important;
}

.js-inview-delay-before-09:before {
    animation-delay: 1.6s !important;
}

.js-inview-delay-before-10:before {
    animation-delay: 1.8s !important;
}

/*======================
【gsap】textin
======================*/
.js-inview-textin {
    white-space: normal;
}

.js-inview-textin span {
    display: inline-block;
    opacity: 0;
    transform: translateY(80px);
    filter: blur(6px);
}

/*======================
【js-accordion】アコーディオン
======================*/
.js-accordion__switch {
    cursor: pointer;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
.js-sp-accordion__btn {
    transition: .3s;
    cursor: pointer;
}

.js-sp-accordion__btn:hover {
    opacity: .7;
}

@media screen and (min-width: 768px) {
    .js-sp-accordion__btn {
        cursor: inherit;
    }

    .js-sp-accordion__btn:hover {
        opacity: 1;
    }
}

.js-sp-accordion__btn-in {
    background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
    background-size: 15px 15px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .js-sp-accordion__btn-in {
        background-image: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.js-sp-accordion__btn.rotate .js-sp-accordion__btn-in {
    background: url(../images/icon/icon_up_w.svg) no-repeat right center;
    background-size: 15px 15px;
    padding-right: 20px;
}

.js-sp-accordion__btn.rotate + .js-sp-accordion__body {
    display: block !important;
    opacity: 1;
}

.js-sp-accordion__body {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .js-sp-accordion__body {
        display: block;
        opacity: 1;
    }
}

/*======================
【js-tab】タブ切り替え
======================*/
.js-tab-menu {
    transition: .3s;
    cursor: pointer;
}

.js-tab-menu:hover {
    opacity: .7;
}

.js-tab-body .js-tab-contents {
    display: none;
}

.js-tab-body .js-tab-contents.js-tab-show {
    display: block;
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
    opacity: 0;
    transition: 0.3s;
}

.slick-slider.slick-initialized {
    opacity: 1;
}

.slick-slider .slick-track {
    min-width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slick-vertical .slick-slide {
    border: none;
}

.js-slick-prev,
.js-slick-next {
    display: block;
    position: absolute;
    top: calc(50% - 27px);
    width: 33px;
    height: 54px;
    background-color: #1185E7;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    z-index: 50;
    transition: .3s;
    cursor: pointer;
}

.js-slick-prev:hover,
.js-slick-next:hover {
    opacity: .7;
}

.js-slick-prev {
    left: 0;
    background-image: url(../images/icon/icon_left_w.svg);
    -moz-border-radius: 0 100% 100% 0/50%;
    -webkit-border-radius: 0;
    border-radius: 0 100% 100% 0/50%;
    background-position: left 2px center;
}

.js-slick-next {
    right: 0;
    background-image: url(../images/icon/icon_right_w.svg);
    -moz-border-radius: 100% 0 0 100%/50%;
    -webkit-border-radius: 100%;
    border-radius: 100% 0 0 100%/50%;
    background-position: right 2px center;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.slick-dots li .js-slick__dots-item {
    color: #dddddd;
    font-size: 13px;
}

.slick-dots li.slick-active .js-slick__dots-item {
    color: #1185E7;
}

.js-slick-fllwidth .slick-dots {
    bottom: -45px;
}

.js-slick-fllwidth .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
    color: #D6D6D6;
    font-size: 13px;
}

.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
    color: #7D7D7D;
}

/*【slick】カルーセルスライダーにポップアップ（colorboxを追加）*/
.js-slick-photo .item {
    position: relative;
}

.js-slick-photo .item a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
}

.js-slick-photo .item a.in-link {
    position: relative;
    z-index: 5;
}

/*===================
【js-slick】about-town
*/
.js-slick-about-town .slick-slide {
    transition: all 0.6s ease;
    filter: blur(6px);
    transform: scale(0.9);
}

.js-slick-about-town .slick-current {
    filter: blur(0);
    transform: scale(1);
    transition: all 2s;
    z-index: 2;
}

/*===================
【js-slick】house-about
*/
.js-slick-house-about .slick-slide {
    transition: all 0.6s ease;
    filter: blur(6px);
    transform: scale(0.9);
}

.js-slick-house-about .slick-current {
    filter: blur(0);
    transform: scale(1);
    transition: all 2s;
    z-index: 2;
}

/*===================
【js-slick】js-slick-house-main 
*/
.js-slick-house-main .slick-slide img {
    margin-top: -3px !important;
}

/*===================
js-slick-plan-point
*/
/* 全体アニメーション */
/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
    width: 100%;
    color: #1185E7;
    font-weight: bold;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
}

#colorbox #cboxClose {
    background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
    background-color: #1185E7;
    background-size: 60% 60%;
    width: 32px;
    height: 32px;
    top: -32px;
    right: 0px;
    transition: .3s;
    cursor: pointer;
}

#colorbox #cboxClose:hover {
    opacity: .7;
}

#colorbox #cboxNext {
    background: url("../images/icon/icon_right_w.svg") no-repeat center;
    background-color: #1185E7;
    background-size: 70% 70%;
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    right: 0;
    border: 1px solid #959595;
    opacity: 0.8;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
    transition: .3s;
    cursor: pointer;
}

#colorbox #cboxNext:hover {
    opacity: .7;
}

#colorbox #cboxPrevious {
    background: url("../images/icon/icon_left_w.svg") no-repeat center;
    background-color: #1185E7;
    background-size: 70% 70%;
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    left: 0;
    border: 1px solid #959595;
    opacity: 0.8;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
    transition: .3s;
    cursor: pointer;
}

#colorbox #cboxPrevious:hover {
    opacity: .7;
}

/*波*/
/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
.p-top {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .p-top {
        padding-top: 0;
    }
}

.p-top .c-gnav {
    display: none;
}

.p-top .c-header {
    /*pc横づけ*/
}

.p-top .c-header .c-header-logo-black {
    display: none;
}

@media screen and (min-width: 992px) {
    .p-top .c-header .c-header-logo-black {
        display: block;
    }
}

.p-top .c-header .c-header-logo-white {
    display: block;
}

@media screen and (min-width: 992px) {
    .p-top .c-header .c-header-logo-white {
        display: none;
    }
}

.p-top .c-header .c-slide-menu__btn span {
    background: #fff;
}

@media screen and (min-width: 992px) {
    .p-top .c-header .c-slide-menu__btn span {
        background: #000;
        width: 55px;
        left: 0;
    }
}

.p-top .c-header .c-slide-menu__btn__text {
    color: #fff;
}

.p-top .c-header .c-slide-menu__btn.is-fixed span {
    background: #000 !important;
}

.p-top .c-header .c-slide-menu__btn.is-fixed .c-slide-menu__btn__text {
    color: #000;
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active {
        transition: 1.5s;
        position: fixed;
        top: 0;
        left: 0;
        width: 110px;
        height: 100%;
        margin: 20px;
        border-right: 1px solid #303030;
    }
}

.p-top .c-header.is-active .c-header-logo {
    margin: 50px 0 0;
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active .c-header-logo-mark {
        display: block;
        max-width: 85px;
    }
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active .c-header-logo-black {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active .c-slide-menu__btn {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: none;
        height: 55px;
        width: 55px;
        border-radius: 0 0 0 5px;
        transition: all 0.5s ease 0s;
    }
}

.p-top .c-header.is-active .c-slide-menu__btn span {
    background: #fff;
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active .c-slide-menu__btn span {
        background: #000;
        width: 55px;
        left: 0;
    }
}

.p-top .c-header.is-active .c-slide-menu__btn__text {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .p-top .c-header.is-active .c-slide-menu__btn__text {
        color: #000;
    }
}

/* ======
main
========= */
.p-top-main {
    height: 100svh;
    position: relative;
    min-height: 667px;
    padding-bottom: 60px;
    height: 700px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .p-top-main {
        height: auto;
        min-height: auto;
        padding-bottom: 0;
        height: 700px;
        overflow: hidden;
    }
}

.p-top-main-logo {
    width: 145px;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media screen and (min-width: 992px) {
    .p-top-main-logo {
        width: 208px;
    }
}

.p-top-main-layout {
    display: block;
}

@media screen and (min-width: 992px) {
    .p-top-main-layout {
        display: block;
    }
}

.p-top-main-layout-01 {
    width: 100%;
    height: 60vh;
}

@media screen and (min-width: 992px) {
    .p-top-main-layout-01 {
        min-width: inherit;
        min-height: inherit;
        width: calc(50% - 98px);
        height: inherit;
        padding-top: 270px;
    }
}

.p-top-main-layout-02 {
    width: 74%;
    position: absolute;
    right: 0;
    bottom: 105px;
}

@media screen and (min-width: 992px) {
    .p-top-main-layout-02 {
        bottom: inherit;
        right: 0;
        top: 0;
        width: calc(50% - 125px);
    }
}

.p-top-main-layout__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.p-top-main-enttl {
    font-size: 36px;
    /* font-size: 2.5rem; */
    white-space: nowrap;
    margin-top: -0.6em;
    margin-left: -1.5em;
    z-index: 101;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-top-main-enttl {
        font-size: 72px;
        /* font-size: 6rem; */
        margin-top: 0.3em;
        margin-left: -1em;
        font-weight: 100;
    }
}

.p-top-main-concept {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-shadow: 0px 0px 10px #4d2f13;
}

@media screen and (min-width: 992px) {
    .p-top-main-concept {
        text-shadow: none;
    }
}

.p-top-main-concept-jp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1em;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 992px) {
    .p-top-main-concept-jp {
        font-size: 27px;
        /* font-size: 2.125rem; */
        margin-bottom: 1em;
        line-height: 1.8;
        letter-spacing: 0.2em;
        color: #000;
    }
}

.p-top-main-concept-en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 1em;
    margin-right: -1em;
    letter-spacing: 0.2em;
    display: inline-block;
}

.p-top-main-concept-en__in {
    font-size: 10px;
    font-size: 0.625rem;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .p-top-main-concept-en__in {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000;
    }
}

.p-top-main-station {
    position: absolute;
    left: 2em;
    bottom: 3em;
}

@media screen and (min-width: 992px) {
    .p-top-main-station {
        top: 170px;
        left: 60px;
        bottom: inherit;
    }
}

.p-top-main-station__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width: 992px) {
    .p-top-main-station__item {
        text-shadow: none;
        color: #000;
    }
}

.p-top-main-station__name {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    .p-top-main-station__name {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.p-top-main-station__num {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0.2em;
}

@media screen and (min-width: 992px) {
    .p-top-main-station__num {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.p-top-main-station__contents {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    .p-top-main-station__contents {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-top-main-station__contents:after {
    content: "";
    display: block;
    width: 50px;
    height: 0.5px;
    background: #fff;
    position: absolute;
    left: 106%;
    top: 43%;
}

@media screen and (min-width: 992px) {
    .p-top-main-station__contents:after {
        background: #a9a9a9;
        width: 150px;
    }
}

.p-top-main-station-text {
    font-size: 8px;
    font-size: 0.5rem;
    text-align: left;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
    .p-top-main-station-text {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000;
    }
}

/* ======
about
========= */
.p-top-about {
    position: relative;
    margin-top: 4em;
    padding-bottom: 7em;
}

@media screen and (min-width: 992px) {
    .p-top-about {
        padding-bottom: 52vw;
    }
}

@media screen and (min-width: 1400px) {
    .p-top-about .c-ttl-basic__text {
        margin-bottom: 6em;
    }
}

.p-top-about-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .p-top-about-main {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.p-top-about-main-photo {
    width: 50%;
}

@media screen and (min-width: 992px) {
    .p-top-about-main-photo {
        width: 42%;
        margin-top: 180px;
    }
}

.p-top-about-main-ttl {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .p-top-about-main-ttl {
        width: 61%;
    }
}

.p-top-about-concept {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 5em;
}

@media screen and (min-width: 992px) {
    .p-top-about-concept {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 3.5;
        margin-top: 5em;
        text-align: center;
        margin-bottom: 6em;
    }
}

.p-top-about-photo {
    position: relative;
    height: 70vw;
}

@media screen and (min-width: 992px) {
    .p-top-about-photo {
        height: inherit;
        position: inherit;
    }
}

.p-top-about-photo__item {
    position: absolute;
}

.p-top-about-photo__item:nth-child(1) {
    top: 15vw;
    left: 0;
    width: 70vw;
}

@media screen and (min-width: 992px) {
    .p-top-about-photo__item:nth-child(1) {
        top: -11vw;
        right: 0;
        width: 53vw;
        left: inherit;
    }
}

.p-top-about-photo__item:nth-child(2) {
    top: 30vw;
    right: 0;
    width: 60vw;
}

@media screen and (min-width: 992px) {
    .p-top-about-photo__item:nth-child(2) {
        top: 8vw;
        left: 15vw;
        width: 53vw;
    }
}

.p-top-about-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-top-about-btn {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

.p-top-about-enttl {
    font-size: 43px;
    font-size: 2.6875rem;
    white-space: nowrap;
    top: -0.2em;
    left: -0.5em;
    position: absolute;
    font-weight: 100;
    white-space: nowrap;
    margin-top: -0.4em;
    margin-left: -1em;
    letter-spacing: 0.09em;
    z-index: 110;
}

@media screen and (min-width: 992px) {
    .p-top-about-enttl {
        font-size: 96px;
        font-size: 6rem;
    }
}

/* ======
家づくり
========= */
.p-top-building {
    position: relative;
    background: rgba(223, 223, 223, 0.15);
    background-attachment: fixed;
    padding-top: 4em;
    padding-bottom: 4em;
}

@media screen and (min-width: 992px) {
    .p-top-building {
        padding-top: 3em;
        padding-bottom: 11em;
    }
}

.p-top-building .c-ttl-basic__jp {
    line-height: 0.5;
}

@media screen and (min-width: 992px) {
    .p-top-building-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: 15vw;
    }
}

.p-top-building-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-top-building-main {
        width: 40vw;
        margin-right: 2vw;
    }
}

.p-top-building-motif {
    width: 41vw;
    height: 39vw;
    top: -30vw;
    left: 59vw;
    position: absolute;
    background-image: url(../images/top/img_building_motif.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 992px) {
    .p-top-building-motif {
        width: 23vw;
        height: 43vw;
        top: -27vw;
        left: 20vw;
    }
}

.p-top-building-ttl {
    margin-left: -1em;
    margin-right: 1em;
}

@media screen and (min-width: 992px) {
    .p-top-building-ttl {
        margin-top: -6em;
        margin-left: -2em;
    }
}

.p-top-building-photo {
    margin-top: 4em;
    z-index: 1;
    position: relative;
}

.p-top-building-photo__list {
    height: 144vw;
}

@media screen and (min-width: 992px) {
    .p-top-building-photo__list {
        height: 20vw;
    }
}

.p-top-building-photo__item {
    position: absolute;
    border-radius: 500px;
    overflow: hidden;
}

.p-top-building-photo__item:nth-child(1) {
    width: 56vw;
    height: 56vw;
    top: -8vw;
    left: 13vw;
}

@media screen and (min-width: 992px) {
    .p-top-building-photo__item:nth-child(1) {
        width: 20vw;
        height: 20vw;
        top: -6vw;
        left: -6vw;
    }
}

.p-top-building-photo__item:nth-child(2) {
    width: 69vw;
    height: 69vw;
    top: 54vw;
    left: -4vw;
}

@media screen and (min-width: 992px) {
    .p-top-building-photo__item:nth-child(2) {
        width: 22vw;
        height: 22vw;
        top: 10vw;
        left: 13vw;
    }
}

.p-top-building-photo__item:nth-child(3) {
    width: 54vw;
    height: 54vw;
    top: 120vw;
    left: 48vw;
}

@media screen and (min-width: 992px) {
    .p-top-building-photo__item:nth-child(3) {
        width: 22vw;
        height: 22vw;
        top: 17vw;
        left: -13vw;
    }
}

.p-top-building-btn {
    margin-top: 3em;
}

.p-top-building-concept {
    margin-bottom: 2em;
    margin-top: 2em;
}

@media screen and (min-width: 992px) {
    .p-top-building-concept {
        margin-bottom: 6em;
        margin-right: 4vw;
        width: 40vw;
    }
}

.p-top-building-concept-en {
    margin-bottom: 2em;
    font-size: 8px;
    font-size: 0.5rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-building-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: left;
    }
}

.p-top-building-concept-text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-building-concept-text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 3.5;
        margin-top: 3em;
        text-align: left;
    }
}

/* ======
location
========= */
.p-top-location {
    position: relative;
    padding-top: 11em;
    padding-bottom: 4em;
}

@media screen and (min-width: 992px) {
    .p-top-location {
        padding-bottom: 3em;
    }
}

@media screen and (min-width: 992px) {
    .p-top-location-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-top-location-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width: 992px) {
    .p-top-location-main {
        width: 36vw;
        margin-left: 15vw;
    }
}

.p-top-location-ttl {
    margin-right: -2em;
    margin-top: -5em;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-top-location-ttl {
        margin-right: -4em;
        margin-top: -5em;
    }
}

.p-top-location-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 0;
    position: relative;
}

.p-top-location-btn {
    margin-top: 3em;
}

.p-top-location-concept {
    background: rgba(223, 223, 223, 0.15);
    padding: 3em 1em;
    margin: 2em;
}

@media screen and (min-width: 992px) {
    .p-top-location-concept {
        margin: 0;
        padding: 5em;
        margin-top: 5em;
        padding-bottom: 4em;
    }
}

.p-top-location-concept-en {
    margin-bottom: 2em;
    font-size: 8px;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1.8em;
}

@media screen and (min-width: 992px) {
    .p-top-location-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: left;
    }
}

.p-top-location-concept-text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-location-concept-text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 3.5;
        margin-top: 3em;
        text-align: left;
    }
}

/* ======
plan
========= */
.p-top-plan {
    position: relative;
    padding-bottom: 3em;
}

@media screen and (min-width: 992px) {
    .p-top-plan {
        padding-bottom: 3em;
    }
}

.p-top-plan-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

@media screen and (min-width: 992px) {
    .p-top-plan-main {
        margin-right: 9vw;
    }
}

.p-top-plan-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5em;
    margin-right: 1em;
}

@media screen and (min-width: 992px) {
    .p-top-plan-ttl {
        margin: 0;
    }
}

.p-top-plan-in {
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-top-plan-photo {
        width: 90vw;
    }
}

.p-top-plan-concept {
    background: rgba(251, 251, 251, 0.8);
    padding: 3em 2em;
    margin: 2em;
    margin-top: -4em;
    backdrop-filter: blur(17px);
}

@media screen and (min-width: 992px) {
    .p-top-plan-concept {
        margin: 0;
        padding: 3em 5em;
        padding-bottom: 5em;
        position: absolute;
        right: 0;
        top: 4vw;
        width: 37vw;
    }
}

.p-top-plan-concept-en {
    margin-top: 3em;
    font-size: 8px;
    font-size: 0.5rem;
    text-align: center;
    line-height: 2;
}

@media screen and (min-width: 992px) {
    .p-top-plan-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: left;
    }
}

.p-top-plan-concept-text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-plan-concept-text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 2;
        margin-top: 1em;
        text-align: left;
    }
}

.p-top-plan-btn {
    margin-top: 3em;
}

/* =====
access
========= */
.p-top-access {
    position: relative;
    padding-top: 3em;
    padding-bottom: 4em;
}

@media screen and (min-width: 992px) {
    .p-top-access {
        padding-bottom: 10em;
    }
}

@media screen and (min-width: 992px) {
    .p-top-access-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-top-access-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width: 992px) {
    .p-top-access-main {
        width: 80vw;
        margin-left: 20vw;
    }
}

.p-top-access-ttl {
    margin-right: -2em;
    margin-top: -5em;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-top-access-ttl {
        margin-right: -4em;
        margin-top: -5em;
    }
}

.p-top-access-photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.p-top-access-btn {
    margin-top: 3em;
}

.p-top-access-concept {
    padding: 3em 1em;
    margin: 2em;
    margin-top: -3em;
    background: rgba(251, 251, 251, 0.8);
    backdrop-filter: blur(17px);
}

@media screen and (min-width: 992px) {
    .p-top-access-concept {
        margin: 0;
        padding: 5em;
        position: absolute;
        right: 0;
        bottom: 0;
        padding-right: 14vw;
    }
}

.p-top-access-concept-en {
    margin-bottom: 2em;
    font-size: 8px;
    font-size: 0.5rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-access-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: left;
    }
}

.p-top-access-concept-text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-top-access-concept-text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 3.5;
        margin-top: 3em;
        text-align: left;
    }
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/*記事詳細==================*/
/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
about 暮らし
========================================================= */
/* ======
about
========= */
.p-about-main {
    position: relative;
    margin-top: 2.5em;
}

@media screen and (min-width: 992px) {
    .p-about-main {
        margin-bottom: 15em;
    }
}

@media screen and (min-width: 992px) {
    .p-about-main-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

.p-about-main-contents {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4em;
}

.p-about-main-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-about-main-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-about-main-concept {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0.5em;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .p-about-main-concept {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.3;
        margin-top: 1em;
        text-align: left;
        margin-bottom: 0.5em;
    }
}

.p-about-main-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0 2em;
}

@media screen and (min-width: 992px) {
    .p-about-main-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-about-main-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
    margin-left: 50%;
}

.p-about-main-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
    .p-about-main-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-about-main-photo {
    width: 100%;
}

.p-about-main-btn {
    margin-bottom: 4em;
}

/* ======
街
========= */
.p-about-town {
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-about-town {
        padding-bottom: 11em;
    }
}

@media screen and (min-width: 992px) {
    .p-about-town-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.p-about-town-in {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    margin-top: 3em;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-about-town-in {
        max-width: 50%;
        width: inherit;
        margin: 0;
    }
}

.p-about-town-text {
    margin-top: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
}

@media screen and (min-width: 992px) {
    .p-about-town-text {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-about-town-slider {
    margin: 7em 0 4em 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-about-town-slider {
        width: 40%;
        max-width: 600px;
        margin: 0;
        margin-left: 100px;
        margin: 7em 3em 4em 8em;
    }
}

.p-about-town-slider__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    left: -2em;
    top: -2em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-about-town-slider__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 1em;
        right: -1em;
    }
}

.p-about-town-slider__item {
    aspect-ratio: 1/1;
}

.p-about-town-slider__item img {
    aspect-ratio: 1/1;
}

.p-about-town-slider__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-about-town-slider__ttl {
    margin-botoom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    background-color: rgba(248, 248, 248, 0.5);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 0.4em 1em;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
    .p-about-town-slider__ttl {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-about-town-slider__subttl {
    margin-bottom: 1em;
    color: #fff;
    font-size: 8px;
    font-size: 0.5rem;
}

@media screen and (min-width: 992px) {
    .p-about-town-slider__subttl {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.p-about-town-slider__text {
    margin-bottom: 3em;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
    .p-about-town-slider__text {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-about-town-description {
    margin-top: 0.4em;
    text-align: right;
    font-size: 7px;
    font-size: 0.4375rem;
    position: absolute;
    bottom: -1.5em;
    right: 0;
}

@media screen and (min-width: 992px) {
    .p-about-town-description {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

/* ======
ライフ
========= */
.p-about-life {
    position: relative;
    padding-bottom: 5em;
}

.p-about-life-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
}

@media screen and (min-width: 992px) {
    .p-about-life-in {
        margin-left: 10%;
        padding: 0;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.p-about-life-photo {
    margin: 3em auto 2em;
    width: 90%;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-about-life-photo {
        width: 40%;
        margin: 0;
    }
}

.p-about-life-photo__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-about-life-photo__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 1em;
        right: inherit;
        left: -0.5em;
    }
}

.p-about-life-photo__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
}

.p-about-life-photo__item {
    width: 50%;
    aspect-ratio: 1/1;
}

.p-about-life-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-about-life-contents {
    background: rgba(251, 251, 251, 0.8);
    padding: 3em 1.5em 01.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-about-life-contents {
        padding-bottom: 0;
        width: 60%;
    }
}

.p-about-life-concept-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-about-life-concept-in {
        padding-bottom: 0;
    }
}

.p-about-life-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 5em;
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-about-life-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 2em;
    }
}

.p-about-life-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    display: inline-block;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-about-life-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-about-life-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
}

.p-about-life-btn {
    margin-bottom: 4em;
}

/* =========================================================
about 暮らし
========================================================= */
/* ======
about
========= */
.p-house-main {
    position: relative;
    margin-top: 1em;
    margin-bottom: 7em;
}

@media screen and (min-width: 992px) {
    .p-house-main {
        margin-bottom: 4em;
        margin-top: 10em;
    }
}

@media screen and (min-width: 992px) {
    .p-house-main-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.p-house-main-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 6em;
}

@media screen and (min-width: 992px) {
    .p-house-main-contents {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        padding: 20px;
        margin-left: 2%;
    }
}

.p-house-main-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-house-main-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 5em;
        text-align: center;
    }
}

.p-house-main-concept {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 2em;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .p-house-main-concept {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.3;
        margin-top: 1em;
        text-align: left;
        margin-bottom: 0.5em;
    }
}

.p-house-main-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0 2em;
}

@media screen and (min-width: 992px) {
    .p-house-main-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
        text-align: left;
    }
}

.p-house-main-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
    margin-left: 50%;
}

.p-house-main-photo {
    position: relative;
    height: 125vw;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .p-house-main-photo {
        width: 35%;
        height: 600px;
        margin: 0;
    }
}

.p-house-main-photo__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    left: -0.5em;
    top: -1em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-house-main-photo__en {
        font-size: 47px;
        font-size: 2.9375rem;
        margin-bottom: 1em;
        right: inherit;
        left: -0.5em;
    }
}

.p-house-main-photo__list {
    height: 500px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .p-house-main-photo__list {
        height: 500px;
    }
}

.p-house-main-btn {
    margin-bottom: 4em;
}

/* ======
about
========= */
.p-house-about {
    position: relative;
    background: rgba(251, 251, 251, 0.8);
    padding: 3em 0 3em;
}

@media screen and (min-width: 992px) {
    .p-house-about {
        padding: 6em 2em 11em;
    }
}

@media screen and (min-width: 992px) {
    .p-house-about-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}

.p-house-about-in {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    width: 100%;
    margin-bottom: 11em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-house-about-in {
        max-width: 50%;
        width: inherit;
        margin: 0;
    }
}

.p-house-about-text {
    margin-top: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8;
}

@media screen and (min-width: 992px) {
    .p-house-about-text {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-house-about-slider {
    margin: 7em 0 4em 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-house-about-slider {
        width: 50%;
        max-width: 500px;
        margin: 0;
        margin-left: 120px;
        margin-top: 8em;
        margin: 7em 3em 4em 8em;
    }
}

.p-house-about-slider__en {
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    left: 0.2em;
    top: -1.5em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-house-about-slider__en {
        font-size: 70px;
        font-size: 4.375rem;
        right: -0.5em;
        top: inherit;
        bottom: -1.5em;
        text-align: right;
        left: -2em;
        top: -2.5em;
    }
}

.p-house-about-slider__item {
    aspect-ratio: 1/1;
}

.p-house-about-slider__item img {
    aspect-ratio: 1/1;
}

.p-house-about-slider__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.p-house-about-slider__ttl {
    margin-botoom: 1em;
    font-size: 12px;
    font-size: 0.75rem;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    background-color: rgba(248, 248, 248, 0.5);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 0.4em 1em;
    margin-bottom: 0.5em;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .p-house-about-slider__ttl {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-house-about-slider__subttl {
    margin-bottom: 1em;
    color: #fff;
    font-size: 8px;
    font-size: 0.5rem;
}

@media screen and (min-width: 992px) {
    .p-house-about-slider__subttl {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.p-house-about-slider__text {
    margin-bottom: 3em;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
    .p-house-about-slider__text {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

/* ======
街
========= */
.p-house-intro {
    position: relative;
}

.p-house-intro-contents {
    padding: 1em;
    margin-top: -5em;
    margin: -3em auto 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(100px);
    width: 90%;
    margin-bottom: 3em;
}

@media screen and (min-width: 992px) {
    .p-house-intro-contents {
        margin-top: -9em;
        padding: 3em;
    }
}

.p-house-intro-contents-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-house-intro-contents-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-house-intro-contents-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0em;
}

@media screen and (min-width: 992px) {
    .p-house-intro-contents-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-house-intro-contents-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
    margin-left: 50%;
}

.p-house-intro-photo {
    width: 100%;
}

/* =========================================================
location　ロケーション
========================================================= */
/* ======
list
========= */
.p-location-main {
    position: relative;
    padding-bottom: 5em;
    padding-top: 2em;
}

@media screen and (min-width: 992px) {
    .p-location-main {
        padding-top: 10em;
        margin-bottom: 6em;
    }
}

.p-location-main-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
}

@media screen and (min-width: 992px) {
    .p-location-main-in {
        margin-left: 10%;
        padding: 0;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.p-location-main-photo {
    margin: -6em auto 2em;
    width: 90%;
    position: relative;
    z-index: 110;
}

@media screen and (min-width: 992px) {
    .p-location-main-photo {
        width: 45%;
        margin: 0;
        z-index: inherit;
    }
}

.p-location-main-photo__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-location-main-photo__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 1em;
        right: inherit;
        left: -0.5em;
    }
}

.p-location-main-photo__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-location-main-photo__item {
    width: 50%;
    aspect-ratio: 1/1;
}

.p-location-main-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-location-main-contents {
    background: rgba(248, 248, 248, 0.5);
    padding: 3em 1.5em 0 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    backdrop-filter: blur(12px);
    padding-bottom: 9em;
    z-index: 110;
}

@media screen and (min-width: 992px) {
    .p-location-main-contents {
        width: 45%;
        margin-left: -40px;
        margin-top: 40px;
        min-height: 40vw;
    }
}

.p-location-main-concept-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-location-main-concept-in {
        padding-bottom: 0;
    }
}

.p-location-main-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 5em;
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-location-main-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 2em;
    }
}

.p-location-main-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 2em;
    margin-top: 1em;
    display: inline-block;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-location-main-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-location-main-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
}

.p-location-main-btn {
    margin-bottom: 4em;
}

.p-location-introduction-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 6em;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-block {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        padding: 20px 0;
        margin-left: 2%;
        margin-bottom: 12em;
    }
}

@media screen and (min-width: 992px) {
    .p-location-introduction-block--reverse {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-location-introduction-photo {
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-photo {
        margin-top: -3em;
        margin-left: -4em;
    }
}

@media screen and (min-width: 992px) {
    .p-location-introduction-photo--reverse .p-location-introduction-photo__en {
        left: 0.5em;
    }
}

.p-location-introduction-photo__en {
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -0.5em;
    z-index: 100;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-photo__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 1em;
        right: 0.5em;
        bottom: -0.5em;
        top: inherit;
        margin: 0;
        width: inherit;
        text-align: inherit;
    }
}

.p-location-introduction-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    backdrop-filter: blur(12px);
    max-width: 90%;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -5em;
    padding: 2em 1em;
    z-index: 110;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-contents {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        padding: 40px;
        margin-left: 2%;
        margin-top: 0;
        min-width: 615px;
    }
}

@media screen and (min-width: 992px) {
    .p-location-introduction-contents-in {
        margin-left: 5em;
    }
}

@media screen and (min-width: 992px) {
    .p-location-introduction-contents--reverse {
        margin-left: -4em;
    }
}

.p-location-introduction-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 5em;
        text-align: left;
    }
}

.p-location-introduction-concept {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 2em;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-concept {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.3;
        margin-top: 1em;
        text-align: left;
        margin-bottom: 0.5em;
    }
}

.p-location-introduction-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
    display: inline-block;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .p-location-introduction-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
        text-align: left;
    }
}

.p-location-introduction-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
    margin-left: 50%;
}

.p-location-view {
    max-width: 500px;
}

.p-location-view-list {
    margin-top: 1.5em;
}

.p-location-view-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.5em;
    font-family: "Shippori Mincho";
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8em;
    line-height: 2;
}

@media screen and (min-width: 992px) {
    .p-location-view-item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-location-view-distance:before {
    content: "・・・・";
    display: inline-block;
}

/* =========================================================
plan　プラン
========================================================= */
/* ======
main
========= */
.p-plan-main {
    position: relative;
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-plan-main {
        margin-bottom: 4em;
    }
}

.p-plan-main-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-plan-main-in {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 2em 4em;
        width: 100%;
    }
}

.p-plan-main-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-plan-main-contents {
        width: 48%;
        margin-left: 2% l;
    }
}

.p-plan-main-concept {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2;
    text-align: left;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-plan-main-concept {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.3;
        margin-top: 1em;
        text-align: center;
    }
}

.p-plan-main-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-plan-main-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-plan-main-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
    display: inline-block;
    padding: 0 2em;
}

@media screen and (min-width: 992px) {
    .p-plan-main-subconcept {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1em;
        opacity: 0;
    }
}

.p-plan-main-map {
    margin-top: 0.5em;
    margin: 0 auto 2em;
    position: relative;
    padding: 0 3em;
}

@media screen and (min-width: 992px) {
    .p-plan-main-map {
        height: inherit;
        max-width: 900px;
        margin: 0 auto;
        width: 50%;
    }
}

.p-plan-main-map__bg {
    position: relative;
    text-align: center;
}

.p-plan-main-map__bg img {
    width: 95%;
}

@media screen and (min-width: 992px) {
    .p-plan-main-map__bg {
        margin: 0 auto;
    }
}

.p-plan-main-map__list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.p-plan-main-map__item {
    position: absolute;
    height: 11%;
    width: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.p-plan-main-map__item img {
    width: 100%;
}

.p-plan-main-map__item--1 {
    top: 49%;
    left: 24%;
}

.p-plan-main-map__item--2 {
    top: 47%;
    left: 46%;
}

.p-plan-main-map__item--3 {
    top: 53%;
    left: 67%;
}

.p-plan-main-map__item--4 {
    top: 36%;
    left: 72%;
}

.p-plan-main-map__item--5 {
    top: 17%;
    left: 77%;
}

.p-plan-main-map__item--6 {
    left: 47%;
    top: 14%;
}

.p-plan-main-map__num {
    font-size: 6vw;
}

@media screen and (min-width: 768px) {
    .p-plan-main-map__num {
        font-size: 46px;
        font-size: 2.875rem;
    }
}

.p-plan-main-map__unit {
    font-size: 2.5vw;
    margin-top: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-plan-main-map__unit {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.p-plan-main-map__plate--soldout {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-plan-main-map__plate--soldout:before {
    content: "済";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c38b8b;
    display: block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-plan-main-map__plate--soldout:before {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.p-plan-main-map__plate--negotiation {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-plan-main-map__plate--negotiation:before {
    content: "商";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #385da3;
    display: block;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-plan-main-map__plate--negotiation:before {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

/* ======
about
========= */
.p-plan-point {
    margin-bottom: 2em;
}

.p-plan-point-enttl {
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    text-align: center;
    z-index: 100;
    position: relative;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-plan-point-enttl {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

.p-plan-point__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -1em;
}

@media screen and (min-width: 992px) {
    .p-plan-point__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: -2em;
    }
}

.p-plan-point__item {
    margin-bottom: 2.5em;
}

.p-plan-point__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    backdrop-filter: blur(12px);
    max-width: 90%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    margin-top: -7em;
    padding: 20px;
}

@media screen and (min-width: 992px) {
    .p-plan-point__contents {
        padding: 2em;
    }
}

.p-plan-point__enttl {
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 2em;
}

@media screen and (min-width: 992px) {
    .p-plan-point__enttl {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.p-plan-point__ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    width: 90%;
    position: inherit;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-plan-point__ttl {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 0.2em;
    }
}

.p-plan-point__ttl__big {
    font-size: 100px;
    font-size: 6.25rem;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: -1;
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .p-plan-point__ttl__big {
        font-size: 150px;
        font-size: 9.375rem;
    }
}

.p-plan-point__text {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.8;
}

@media screen and (min-width: 992px) {
    .p-plan-point__text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 2.2;
    }
}

/* ======
detail
========= */
.p-plan-detail {
    font-family: "Shippori Mincho";
}

@media screen and (min-width: 992px) {
    .p-plan-detail {
        margin-bottom: 8em;
    }
}

.p-plan-detail__list {
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    width: 90%;
    margin: 0 auto;
}

.p-plan-detail__item {
    padding-bottom: 1em;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0.5em;
        margin-bottom: 0;
        border-bottom: solid #dddddd 1px;
    }
}

@media screen and (min-width: 992px) {
    .p-plan-detail__item:first-child {
        border-top: solid #dddddd 1px;
    }
}

.p-plan-detail__item.already {
    position: relative;
}

.p-plan-detail__item.already::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8f3737;
    opacity: 0.6;
}

.p-plan-detail__item.already::before {
    content: "ご成約済み";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    font-size: 16px;
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__item.already::before {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.p-plan-detail__item.opportunity {
    position: relative;
}

.p-plan-detail__item.opportunity::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background-color: #5e668b;
    opacity: 0.6;
}

.p-plan-detail__item.opportunity::before {
    content: "商談中";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    font-size: 16px;
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__item.opportunity::before {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.p-plan-detail__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0.5em;
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    background: #ededed;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__num {
        font-size: 40px;
        font-size: 2.5rem;
        width: 175px;
        border-bottom: none;
        background: none;
    }
}

.p-plan-detail__modelhouse {
    background: #f5f5f5;
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: 5px;
    padding: 0.4em;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__modelhouse {
        width: 5em;
    }
}

.p-plan-detail__unit {
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 992px) {
    .p-plan-detail__unit {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-top: 8px;
        margin-left: 3px;
    }
}

.p-plan-detail-box {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box__contents {
        width: 30%;
        margin-right: 0.4em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.p-plan-detail-box__ttl {
    background: #F3F3F3;
    text-align: center;
    padding: 0.5em;
    background: #e2e4e7;
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box__ttl {
        padding: 0.4em;
        background: #F3F3F3;
    }
}

.p-plan-detail-box__value {
    padding: 0.4em 0.2em;
    text-align: center;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box__value {
        padding: 0.4em;
        padding-bottom: 0;
    }
}

.p-plan-detail-box__big {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box__big {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.p-plan-detail-box__unit {
    font-size: 10px;
    font-size: 0.625rem;
}

.p-plan-detail-box__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
    background-position: right 10px center;
    background-color: #404040;
    height: 45px;
    line-height: 33px;
    transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    margin-top: 0.5em;
    color: #fff;
}

.p-plan-detail-box__btn:hover {
    opacity: .7;
}

@media screen and (min-width: 992px) {
    .p-plan-detail-box__btn {
        margin-top: 0;
        height: 70px;
    }
}

/* =========================================================
detail - detailページの独自コンテンツ
========================================================= */
.p-detail {
    margin-top: 0;
    padding: 0 !important;
}

.p-detail .c-header {
    display: none;
}

.p-detail .l-main {
    padding-bottom: 5em;
}

.p-detail__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 576px) {
    .p-detail__box {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-detail__logo {
    background-color: #f9f9f9;
    padding: 0.5em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    margin: 1em;
}

@media screen and (min-width: 576px) {
    .p-detail__logo {
        margin: 0.5em;
    }
}

.p-detail__logo img {
    width: 50px;
}

@media screen and (min-width: 576px) {
    .p-detail__logo img {
        width: 100px;
    }
}

.p-detail__num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.p-detail__num-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5em;
    width: 100%;
}

.p-detail__num-ttl {
    background-color: #f5f5f5;
    padding: 0.2em;
    text-align: center;
    font-size: 8px;
    font-size: 0.5rem;
    margin-bottom: 0.2em;
    font-weight: bold;
}

.p-detail__num-land {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    color: #3D4D56;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 576px) {
    .p-detail__num-land {
        font-size: 55px;
        font-size: 3.4375rem;
        letter-spacing: -0.05em;
    }
}

.p-detail__num-unit {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0.5em;
}

@media screen and (min-width: 576px) {
    .p-detail__num-unit {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.p-detail__floor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    /*&-main {
    font-weight: bold;
    font-family: 'Lexend Zetta', sans-serif;
    @include font-size(16);
    color: #3D4D56;
    padding: 0.5em 0;
    text-align: center;

    &-lg {
    @include font-size(22);
}
}*/
}

.p-detail__floor-land {
    padding: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 1em;
}

@media screen and (min-width: 576px) {
    .p-detail__floor-land {
        margin: 0;
        border: none;
        border-bottom: none;
        border-left: 1px solid #ccc;
        padding: 1em;
    }
}

.p-detail__floor-land-item {
    text-align: center;
    line-height: 1.3;
}

@media screen and (min-width: 576px) {
    .p-detail__floor-land-item {
        font-size: 14px;
        font-size: 0.875rem;
        text-align: left;
    }
}

.p-detail__each {
    padding: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin: 0 1em;
}

@media screen and (min-width: 576px) {
    .p-detail__each {
        margin: 0;
        border: none;
    }
}

@media screen and (min-width: 576px) {
    .p-detail__each-in {
        border-left: 1px solid #ccc;
        padding: 1em;
    }
}

.p-detail__each-item {
    line-height: 1.3;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .p-detail__each-item {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-detail__each-item:before {
    text-align: left;
    color: #1185E7;
}

.p-detail__feature {
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 2em;
}

@media screen and (min-width: 576px) {
    .p-detail__feature {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.p-detail__price {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    line-height: 0.8;
    margin-bottom: 0.5em;
}

.p-detail__price-unit {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0.3em;
}

@media screen and (min-width: 576px) {
    .p-detail__price-unit {
        font-size: 16px;
        font-size: 1rem;
    }
}

.p-detail__concept {
    background: #f6f6f6;
    padding: 1em;
    margin: 1em;
    line-height: 1.3;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .p-detail__concept {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-detail-floor__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-detail-floor__in {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/* =========================================================
access　アクセス
========================================================= */
/* ======
access
========= */
/* ======
main
========= */
.p-access-main {
    position: relative;
    padding-bottom: 5em;
    margin-top: 4em;
}

@media screen and (min-width: 992px) {
    .p-access-main {
        margin-top: 4em;
    }
}

.p-access-main-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
}

@media screen and (min-width: 992px) {
    .p-access-main-in {
        margin-left: 10%;
        padding: 0;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.p-access-main-photo {
    margin: 3em auto 2em;
    width: 90%;
    position: relative;
}

@media screen and (min-width: 992px) {
    .p-access-main-photo {
        width: 40%;
        margin: 0;
    }
}

.p-access-main-photo__en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    position: absolute;
    right: -0.7em;
    top: -0.5em;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-access-main-photo__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 1em;
        right: inherit;
        left: -0.5em;
    }
}

.p-access-main-photo__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-access-main-photo__item {
    width: 50%;
    aspect-ratio: 1/1;
}

.p-access-main-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-access-main-contents {
    background: rgba(251, 251, 251, 0.8);
    padding: 3em 1.5em 01.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-access-main-contents {
        padding-bottom: 0;
        width: 60%;
    }
}

.p-access-main-concept-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .p-access-main-concept-in {
        padding-bottom: 0;
    }
}

.p-access-main-concept-en {
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2em;
    margin-top: 5em;
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .p-access-main-concept-en {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 1em;
        margin-top: 2em;
    }
}

.p-access-main-subconcept {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    margin-bottom: 1em;
    margin-top: 1em;
    display: inline-block;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .p-access-main-subconcept {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1em;
    }
}

.p-access-main-subconcept:after {
    width: 1px;
    height: 90px;
    display: block;
    margin-top: 2em;
    background-color: #e1e1e1;
}

.p-access-main-btn {
    margin-bottom: 4em;
}

/* ======
map
========= */
.p-access-map {
    margin-bottom: 4em;
}

.p-access-map-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-access-map-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .p-access-map-ttl {
        width: 52%;
    }
}

.p-access-map-ttl__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 3em;
}

.p-access-map-ttl__en {
    margin-bottom: 0.8em;
    letter-spacing: 0.4em;
    font-size: 41px;
    font-size: 2.5625rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .p-access-map-ttl__en {
        font-size: 70px;
        font-size: 4.375rem;
        margin-bottom: 0.5em;
        text-align: center;
    }
}

.p-access-map-ttl__entext {
    padding: 0.7em 0.2em 0.5em 0.4em;
    letter-spacing: 0.3em;
    font-size: 9px;
    font-size: 0.5625rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    margin-left: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: -2.5em;
}

@media screen and (min-width: 992px) {
    .p-access-map-ttl__entext {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.p-access-map-ttl__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.p-access-map-ttl__main-in {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.8em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.6;
    letter-spacing: 0.2em;
    background: rgba(251, 251, 251, 0.8);
    padding: 1em 0.6em 1em 0.3em;
    text-align: center;
    margin-left: 0.5em;
}

@media screen and (min-width: 992px) {
    .p-access-map-ttl__main-in {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.p-access-map-route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

@media screen and (min-width: 992px) {
    .p-access-map-route {
        margin-bottom: 3em;
        margin-left: 3%;
        width: 45%;
    }
}

/* ======
about
========= */
.p-access-about {
    margin-bottom: 2em;
}

@media screen and (min-width: 992px) {
    .p-access-about {
        margin-bottom: 6em;
    }
}

.p-access-about__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .p-access-about__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}

.p-access-about__item {
    margin-bottom: 4.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

@media screen and (min-width: 992px) {
    .p-access-about__item {
        padding: 0 1em;
        margin-bottom: 1em;
        max-width: 450px;
    }
}

.p-access-about__enttl {
    text-align: center;
    background-color: #fff;
    padding: 0.5em;
    position: absolute;
    font-size: 10px;
    font-size: 0.625rem;
    width: 18em;
    position: absolute;
    left: calc(50% - 9em);
    top: -1em;
}

@media screen and (min-width: 992px) {
    .p-access-about__enttl {
        font-size: 12px;
        font-size: 0.75rem;
        width: 18em;
    }
}

.p-access-about__ttl {
    background-color: #f7f7f7;
    padding: 1.5em 1em;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1em;
}

@media screen and (min-width: 992px) {
    .p-access-about__ttl {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 2em;
        letter-spacing: 0.2em;
        width: 100%;
    }
}

.p-access-about__ttl__unit {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8em;
}

@media screen and (min-width: 992px) {
    .p-access-about__ttl__unit {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-access-about__ttl__big {
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .p-access-about__ttl__big {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.p-access-about__ttl__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.p-access-about__text {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.8;
}

@media screen and (min-width: 992px) {
    .p-access-about__text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 2.2;
    }
}

/* ======
gmap
========= */
.p-access-gmap {
    margin-bottom: 5em;
}

@media screen and (min-width: 992px) {
    .p-access-gmap {
        margin-bottom: 0;
    }
}

/* =========================================================
outeline　概要1234
========================================================= */
/* ======
location
========= */
/* ======
intro
========= */
/* ======
table
========= */
.p-outline-table {
    font-family: "Shippori Mincho";
    padding: 1em;
    backdrop-filter: blur(12px);
    background: rgba(248, 248, 248, 0.8);
    border-radius: 3px;
    margin-bottom: 6em;
}

@media screen and (min-width: 768px) {
    .p-outline-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10em;
        padding: 3em;
    }
}

.p-outline-table__dt {
    width: 100%;
    text-align: center;
    padding: 1em;
    background-color: #ffffff;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-outline-table__dt {
        width: 280px;
        text-align: left;
        padding: 2em;
        border-bottom: 1px solid #ccc;
        background-color: transparent;
        position: relative;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-outline-table__dd {
    width: 100%;
    padding: 1.5em;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-outline-table__dd {
        width: calc(100% - 280px);
        padding: 2em;
        border-bottom: 1px solid #f1f1f1;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* ======
gallery
========= */
.p-outline-gallery {
    margin-bottom: 3em;
}

@media screen and (min-width: 992px) {
    .p-outline-gallery {
        margin-bottom: 0;
    }
}

.p-outline-gallery__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.p-outline-gallery__item {
    width: 33.3333333333333333%;
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
    body::before {
        background: none;
    }

    .l-header,
    .l-footer {
        display: none !important;
    }

    .c-main-ttl__in {
        font-size: 30px;
    }

    .l-main {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .l-main--row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .l-main--row .l-main--left {
        width: calc(100% - 300px) !important;
        padding-right: 15px;
    }

    .l-main--row .slick-track,
    .l-main--row .slick-initialized .slick-slide {
        width: calc(100% - 300px) !important;
    }

    .l-main--row .l-side {
        max-width: 300px;
    }

    .jq-inview-fade {
        opacity: 1 !important;
        display: block !important;
        top: 0 !important;
    }

    .p-detail-images-print {
        display: block !important;
    }

    .p-detail-images-print__item {
        text-align: center;
        max-height: 500px;
        background: #ffffff;
    }

    .p-detail-images-print__in {
        max-height: 500px;
    }

    .c-table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .c-table .c-th,
    .c-table .c-td {
        padding: 15px 10px;
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .c-table .c-th:first-of-type,
    .c-table .c-td:first-of-type {
        border-top: none;
    }

    .c-table .c-th {
        width: 15%;
    }

    .c-table .c-td {
        width: 85%;
    }

    .c-table.c-table--col4 .c-th {
        width: 15%;
    }

    .c-table.c-table--col4 .c-td {
        background: #ffffff;
        width: 35%;
    }

    .c-table.c-table--col4 .c-th,
    .c-table.c-table--col4 .c-td {
        display: block !important;
    }

    .c-table.c-table--col4 .c-th:first-of-type,
    .c-table.c-table--col4 .c-td:first-of-type {
        border-top: none;
    }

    .c-table.c-table--col4 .c-th:nth-of-type(2),
    .c-table.c-table--col4 .c-td:nth-of-type(2) {
        border-top: none;
    }
}

/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-ff-min {
    font-family: "Shippori Mincho";
}

.u-fc-main {
    color: #1185E7 !important;
}

.u-fc-white {
    color: #ffffff !important;
}

.u-fc-red {
    color: #c60d0d !important;
}

.u-fc-green {
    color: #766D44 !important;
}

.u-fc-blue {
    color: #2D83BA !important;
}

.u-fw-l {
    font-weight: lighter !important;
}

.u-fw-n {
    font-weight: normal !important;
}

.u-fw-b {
    font-weight: bold !important;
}

.u-ta-l {
    text-align: left;
}

.u-ta-c {
    text-align: center;
}

.u-ta-r {
    text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
    margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
    margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
    margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
    margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
    margin-left: 0 !important;
}

.u-m-1 {
    margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
    margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
    margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
    margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
    margin-left: 0.5rem !important;
}

.u-m-2 {
    margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
    margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
    margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
    margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
    margin-left: 1rem !important;
}

.u-m-3 {
    margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
    margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
    margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
    margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
    margin-left: 1.5rem !important;
}

.u-m-4 {
    margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
    margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
    margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
    margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
    margin-left: 2rem !important;
}

.u-m-5 {
    margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
    margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
    margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
    margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
    margin-left: 3rem !important;
}

.u-p-0 {
    padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
    padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
    padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
    padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
    padding-left: 0 !important;
}

.u-p-1 {
    padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
    padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
    padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
    padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
    padding-left: 0.5rem !important;
}

.u-p-2 {
    padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
    padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
    padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
    padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
    padding-left: 1rem !important;
}

.u-p-3 {
    padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
    padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
    padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
    padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
    padding-left: 1.5rem !important;
}

.u-p-4 {
    padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
    padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
    padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
    padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
    padding-left: 2rem !important;
}

.u-p-5 {
    padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
    padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
    padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
    padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
    padding-left: 3rem !important;
}

.u-m-auto {
    margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
    margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
    margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
    margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
    margin-left: auto !important;
}

@media screen and (min-width: 576px) {
    .u-m-sm-0 {
        margin: 0 !important;
    }

    .u-mt-sm-0,
    .u-my-sm-0 {
        margin-top: 0 !important;
    }

    .u-mr-sm-0,
    .u-mx-sm-0 {
        margin-right: 0 !important;
    }

    .u-mb-sm-0,
    .u-my-sm-0 {
        margin-bottom: 0 !important;
    }

    .u-ml-sm-0,
    .u-mx-sm-0 {
        margin-left: 0 !important;
    }

    .u-m-sm-1 {
        margin: 0.5rem !important;
    }

    .u-mt-sm-1,
    .u-my-sm-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-sm-1,
    .u-mx-sm-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-sm-1,
    .u-my-sm-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-sm-1,
    .u-mx-sm-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-sm-2 {
        margin: 1rem !important;
    }

    .u-mt-sm-2,
    .u-my-sm-2 {
        margin-top: 1rem !important;
    }

    .u-mr-sm-2,
    .u-mx-sm-2 {
        margin-right: 1rem !important;
    }

    .u-mb-sm-2,
    .u-my-sm-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-sm-2,
    .u-mx-sm-2 {
        margin-left: 1rem !important;
    }

    .u-m-sm-3 {
        margin: 1.5rem !important;
    }

    .u-mt-sm-3,
    .u-my-sm-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-sm-3,
    .u-mx-sm-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-sm-3,
    .u-my-sm-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-sm-3,
    .u-mx-sm-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-sm-4 {
        margin: 2rem !important;
    }

    .u-mt-sm-4,
    .u-my-sm-4 {
        margin-top: 2rem !important;
    }

    .u-mr-sm-4,
    .u-mx-sm-4 {
        margin-right: 2rem !important;
    }

    .u-mb-sm-4,
    .u-my-sm-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-sm-4,
    .u-mx-sm-4 {
        margin-left: 2rem !important;
    }

    .u-m-sm-5 {
        margin: 3rem !important;
    }

    .u-mt-sm-5,
    .u-my-sm-5 {
        margin-top: 3rem !important;
    }

    .u-mr-sm-5,
    .u-mx-sm-5 {
        margin-right: 3rem !important;
    }

    .u-mb-sm-5,
    .u-my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .u-ml-sm-5,
    .u-mx-sm-5 {
        margin-left: 3rem !important;
    }

    .u-p-sm-0 {
        padding: 0 !important;
    }

    .u-pt-sm-0,
    .u-py-sm-0 {
        padding-top: 0 !important;
    }

    .u-pr-sm-0,
    .u-px-sm-0 {
        padding-right: 0 !important;
    }

    .u-pb-sm-0,
    .u-py-sm-0 {
        padding-bottom: 0 !important;
    }

    .u-pl-sm-0,
    .u-px-sm-0 {
        padding-left: 0 !important;
    }

    .u-p-sm-1 {
        padding: 0.5rem !important;
    }

    .u-pt-sm-1,
    .u-py-sm-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-sm-1,
    .u-px-sm-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-sm-1,
    .u-py-sm-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-sm-1,
    .u-px-sm-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-sm-2 {
        padding: 1rem !important;
    }

    .u-pt-sm-2,
    .u-py-sm-2 {
        padding-top: 1rem !important;
    }

    .u-pr-sm-2,
    .u-px-sm-2 {
        padding-right: 1rem !important;
    }

    .u-pb-sm-2,
    .u-py-sm-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-sm-2,
    .u-px-sm-2 {
        padding-left: 1rem !important;
    }

    .u-p-sm-3 {
        padding: 1.5rem !important;
    }

    .u-pt-sm-3,
    .u-py-sm-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-sm-3,
    .u-px-sm-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-sm-3,
    .u-py-sm-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-sm-3,
    .u-px-sm-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-sm-4 {
        padding: 2rem !important;
    }

    .u-pt-sm-4,
    .u-py-sm-4 {
        padding-top: 2rem !important;
    }

    .u-pr-sm-4,
    .u-px-sm-4 {
        padding-right: 2rem !important;
    }

    .u-pb-sm-4,
    .u-py-sm-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-sm-4,
    .u-px-sm-4 {
        padding-left: 2rem !important;
    }

    .u-p-sm-5 {
        padding: 3rem !important;
    }

    .u-pt-sm-5,
    .u-py-sm-5 {
        padding-top: 3rem !important;
    }

    .u-pr-sm-5,
    .u-px-sm-5 {
        padding-right: 3rem !important;
    }

    .u-pb-sm-5,
    .u-py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .u-pl-sm-5,
    .u-px-sm-5 {
        padding-left: 3rem !important;
    }

    .u-m-sm-auto {
        margin: auto !important;
    }

    .u-mt-sm-auto,
    .u-my-sm-auto {
        margin-top: auto !important;
    }

    .u-mr-sm-auto,
    .u-mx-sm-auto {
        margin-right: auto !important;
    }

    .u-mb-sm-auto,
    .u-my-sm-auto {
        margin-bottom: auto !important;
    }

    .u-ml-sm-auto,
    .u-mx-sm-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .u-m-md-0 {
        margin: 0 !important;
    }

    .u-mt-md-0,
    .u-my-md-0 {
        margin-top: 0 !important;
    }

    .u-mr-md-0,
    .u-mx-md-0 {
        margin-right: 0 !important;
    }

    .u-mb-md-0,
    .u-my-md-0 {
        margin-bottom: 0 !important;
    }

    .u-ml-md-0,
    .u-mx-md-0 {
        margin-left: 0 !important;
    }

    .u-m-md-1 {
        margin: 0.5rem !important;
    }

    .u-mt-md-1,
    .u-my-md-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-md-1,
    .u-mx-md-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-md-1,
    .u-my-md-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-md-1,
    .u-mx-md-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-md-2 {
        margin: 1rem !important;
    }

    .u-mt-md-2,
    .u-my-md-2 {
        margin-top: 1rem !important;
    }

    .u-mr-md-2,
    .u-mx-md-2 {
        margin-right: 1rem !important;
    }

    .u-mb-md-2,
    .u-my-md-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-md-2,
    .u-mx-md-2 {
        margin-left: 1rem !important;
    }

    .u-m-md-3 {
        margin: 1.5rem !important;
    }

    .u-mt-md-3,
    .u-my-md-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-md-3,
    .u-mx-md-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-md-3,
    .u-my-md-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-md-3,
    .u-mx-md-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-md-4 {
        margin: 2rem !important;
    }

    .u-mt-md-4,
    .u-my-md-4 {
        margin-top: 2rem !important;
    }

    .u-mr-md-4,
    .u-mx-md-4 {
        margin-right: 2rem !important;
    }

    .u-mb-md-4,
    .u-my-md-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-md-4,
    .u-mx-md-4 {
        margin-left: 2rem !important;
    }

    .u-m-md-5 {
        margin: 3rem !important;
    }

    .u-mt-md-5,
    .u-my-md-5 {
        margin-top: 3rem !important;
    }

    .u-mr-md-5,
    .u-mx-md-5 {
        margin-right: 3rem !important;
    }

    .u-mb-md-5,
    .u-my-md-5 {
        margin-bottom: 3rem !important;
    }

    .u-ml-md-5,
    .u-mx-md-5 {
        margin-left: 3rem !important;
    }

    .u-p-md-0 {
        padding: 0 !important;
    }

    .u-pt-md-0,
    .u-py-md-0 {
        padding-top: 0 !important;
    }

    .u-pr-md-0,
    .u-px-md-0 {
        padding-right: 0 !important;
    }

    .u-pb-md-0,
    .u-py-md-0 {
        padding-bottom: 0 !important;
    }

    .u-pl-md-0,
    .u-px-md-0 {
        padding-left: 0 !important;
    }

    .u-p-md-1 {
        padding: 0.5rem !important;
    }

    .u-pt-md-1,
    .u-py-md-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-md-1,
    .u-px-md-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-md-1,
    .u-py-md-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-md-1,
    .u-px-md-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-md-2 {
        padding: 1rem !important;
    }

    .u-pt-md-2,
    .u-py-md-2 {
        padding-top: 1rem !important;
    }

    .u-pr-md-2,
    .u-px-md-2 {
        padding-right: 1rem !important;
    }

    .u-pb-md-2,
    .u-py-md-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-md-2,
    .u-px-md-2 {
        padding-left: 1rem !important;
    }

    .u-p-md-3 {
        padding: 1.5rem !important;
    }

    .u-pt-md-3,
    .u-py-md-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-md-3,
    .u-px-md-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-md-3,
    .u-py-md-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-md-3,
    .u-px-md-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-md-4 {
        padding: 2rem !important;
    }

    .u-pt-md-4,
    .u-py-md-4 {
        padding-top: 2rem !important;
    }

    .u-pr-md-4,
    .u-px-md-4 {
        padding-right: 2rem !important;
    }

    .u-pb-md-4,
    .u-py-md-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-md-4,
    .u-px-md-4 {
        padding-left: 2rem !important;
    }

    .u-p-md-5 {
        padding: 3rem !important;
    }

    .u-pt-md-5,
    .u-py-md-5 {
        padding-top: 3rem !important;
    }

    .u-pr-md-5,
    .u-px-md-5 {
        padding-right: 3rem !important;
    }

    .u-pb-md-5,
    .u-py-md-5 {
        padding-bottom: 3rem !important;
    }

    .u-pl-md-5,
    .u-px-md-5 {
        padding-left: 3rem !important;
    }

    .u-m-md-auto {
        margin: auto !important;
    }

    .u-mt-md-auto,
    .u-my-md-auto {
        margin-top: auto !important;
    }

    .u-mr-md-auto,
    .u-mx-md-auto {
        margin-right: auto !important;
    }

    .u-mb-md-auto,
    .u-my-md-auto {
        margin-bottom: auto !important;
    }

    .u-ml-md-auto,
    .u-mx-md-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .u-m-lg-0 {
        margin: 0 !important;
    }

    .u-mt-lg-0,
    .u-my-lg-0 {
        margin-top: 0 !important;
    }

    .u-mr-lg-0,
    .u-mx-lg-0 {
        margin-right: 0 !important;
    }

    .u-mb-lg-0,
    .u-my-lg-0 {
        margin-bottom: 0 !important;
    }

    .u-ml-lg-0,
    .u-mx-lg-0 {
        margin-left: 0 !important;
    }

    .u-m-lg-1 {
        margin: 0.5rem !important;
    }

    .u-mt-lg-1,
    .u-my-lg-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-lg-1,
    .u-mx-lg-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-lg-1,
    .u-my-lg-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-lg-1,
    .u-mx-lg-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-lg-2 {
        margin: 1rem !important;
    }

    .u-mt-lg-2,
    .u-my-lg-2 {
        margin-top: 1rem !important;
    }

    .u-mr-lg-2,
    .u-mx-lg-2 {
        margin-right: 1rem !important;
    }

    .u-mb-lg-2,
    .u-my-lg-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-lg-2,
    .u-mx-lg-2 {
        margin-left: 1rem !important;
    }

    .u-m-lg-3 {
        margin: 1.5rem !important;
    }

    .u-mt-lg-3,
    .u-my-lg-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-lg-3,
    .u-mx-lg-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-lg-3,
    .u-my-lg-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-lg-3,
    .u-mx-lg-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-lg-4 {
        margin: 2rem !important;
    }

    .u-mt-lg-4,
    .u-my-lg-4 {
        margin-top: 2rem !important;
    }

    .u-mr-lg-4,
    .u-mx-lg-4 {
        margin-right: 2rem !important;
    }

    .u-mb-lg-4,
    .u-my-lg-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-lg-4,
    .u-mx-lg-4 {
        margin-left: 2rem !important;
    }

    .u-m-lg-5 {
        margin: 3rem !important;
    }

    .u-mt-lg-5,
    .u-my-lg-5 {
        margin-top: 3rem !important;
    }

    .u-mr-lg-5,
    .u-mx-lg-5 {
        margin-right: 3rem !important;
    }

    .u-mb-lg-5,
    .u-my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .u-ml-lg-5,
    .u-mx-lg-5 {
        margin-left: 3rem !important;
    }

    .u-p-lg-0 {
        padding: 0 !important;
    }

    .u-pt-lg-0,
    .u-py-lg-0 {
        padding-top: 0 !important;
    }

    .u-pr-lg-0,
    .u-px-lg-0 {
        padding-right: 0 !important;
    }

    .u-pb-lg-0,
    .u-py-lg-0 {
        padding-bottom: 0 !important;
    }

    .u-pl-lg-0,
    .u-px-lg-0 {
        padding-left: 0 !important;
    }

    .u-p-lg-1 {
        padding: 0.5rem !important;
    }

    .u-pt-lg-1,
    .u-py-lg-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-lg-1,
    .u-px-lg-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-lg-1,
    .u-py-lg-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-lg-1,
    .u-px-lg-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-lg-2 {
        padding: 1rem !important;
    }

    .u-pt-lg-2,
    .u-py-lg-2 {
        padding-top: 1rem !important;
    }

    .u-pr-lg-2,
    .u-px-lg-2 {
        padding-right: 1rem !important;
    }

    .u-pb-lg-2,
    .u-py-lg-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-lg-2,
    .u-px-lg-2 {
        padding-left: 1rem !important;
    }

    .u-p-lg-3 {
        padding: 1.5rem !important;
    }

    .u-pt-lg-3,
    .u-py-lg-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-lg-3,
    .u-px-lg-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-lg-3,
    .u-py-lg-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-lg-3,
    .u-px-lg-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-lg-4 {
        padding: 2rem !important;
    }

    .u-pt-lg-4,
    .u-py-lg-4 {
        padding-top: 2rem !important;
    }

    .u-pr-lg-4,
    .u-px-lg-4 {
        padding-right: 2rem !important;
    }

    .u-pb-lg-4,
    .u-py-lg-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-lg-4,
    .u-px-lg-4 {
        padding-left: 2rem !important;
    }

    .u-p-lg-5 {
        padding: 3rem !important;
    }

    .u-pt-lg-5,
    .u-py-lg-5 {
        padding-top: 3rem !important;
    }

    .u-pr-lg-5,
    .u-px-lg-5 {
        padding-right: 3rem !important;
    }

    .u-pb-lg-5,
    .u-py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .u-pl-lg-5,
    .u-px-lg-5 {
        padding-left: 3rem !important;
    }

    .u-m-lg-auto {
        margin: auto !important;
    }

    .u-mt-lg-auto,
    .u-my-lg-auto {
        margin-top: auto !important;
    }

    .u-mr-lg-auto,
    .u-mx-lg-auto {
        margin-right: auto !important;
    }

    .u-mb-lg-auto,
    .u-my-lg-auto {
        margin-bottom: auto !important;
    }

    .u-ml-lg-auto,
    .u-mx-lg-auto {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-m-xl-0 {
        margin: 0 !important;
    }

    .u-mt-xl-0,
    .u-my-xl-0 {
        margin-top: 0 !important;
    }

    .u-mr-xl-0,
    .u-mx-xl-0 {
        margin-right: 0 !important;
    }

    .u-mb-xl-0,
    .u-my-xl-0 {
        margin-bottom: 0 !important;
    }

    .u-ml-xl-0,
    .u-mx-xl-0 {
        margin-left: 0 !important;
    }

    .u-m-xl-1 {
        margin: 0.5rem !important;
    }

    .u-mt-xl-1,
    .u-my-xl-1 {
        margin-top: 0.5rem !important;
    }

    .u-mr-xl-1,
    .u-mx-xl-1 {
        margin-right: 0.5rem !important;
    }

    .u-mb-xl-1,
    .u-my-xl-1 {
        margin-bottom: 0.5rem !important;
    }

    .u-ml-xl-1,
    .u-mx-xl-1 {
        margin-left: 0.5rem !important;
    }

    .u-m-xl-2 {
        margin: 1rem !important;
    }

    .u-mt-xl-2,
    .u-my-xl-2 {
        margin-top: 1rem !important;
    }

    .u-mr-xl-2,
    .u-mx-xl-2 {
        margin-right: 1rem !important;
    }

    .u-mb-xl-2,
    .u-my-xl-2 {
        margin-bottom: 1rem !important;
    }

    .u-ml-xl-2,
    .u-mx-xl-2 {
        margin-left: 1rem !important;
    }

    .u-m-xl-3 {
        margin: 1.5rem !important;
    }

    .u-mt-xl-3,
    .u-my-xl-3 {
        margin-top: 1.5rem !important;
    }

    .u-mr-xl-3,
    .u-mx-xl-3 {
        margin-right: 1.5rem !important;
    }

    .u-mb-xl-3,
    .u-my-xl-3 {
        margin-bottom: 1.5rem !important;
    }

    .u-ml-xl-3,
    .u-mx-xl-3 {
        margin-left: 1.5rem !important;
    }

    .u-m-xl-4 {
        margin: 2rem !important;
    }

    .u-mt-xl-4,
    .u-my-xl-4 {
        margin-top: 2rem !important;
    }

    .u-mr-xl-4,
    .u-mx-xl-4 {
        margin-right: 2rem !important;
    }

    .u-mb-xl-4,
    .u-my-xl-4 {
        margin-bottom: 2rem !important;
    }

    .u-ml-xl-4,
    .u-mx-xl-4 {
        margin-left: 2rem !important;
    }

    .u-m-xl-5 {
        margin: 3rem !important;
    }

    .u-mt-xl-5,
    .u-my-xl-5 {
        margin-top: 3rem !important;
    }

    .u-mr-xl-5,
    .u-mx-xl-5 {
        margin-right: 3rem !important;
    }

    .u-mb-xl-5,
    .u-my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .u-ml-xl-5,
    .u-mx-xl-5 {
        margin-left: 3rem !important;
    }

    .u-p-xl-0 {
        padding: 0 !important;
    }

    .u-pt-xl-0,
    .u-py-xl-0 {
        padding-top: 0 !important;
    }

    .u-pr-xl-0,
    .u-px-xl-0 {
        padding-right: 0 !important;
    }

    .u-pb-xl-0,
    .u-py-xl-0 {
        padding-bottom: 0 !important;
    }

    .u-pl-xl-0,
    .u-px-xl-0 {
        padding-left: 0 !important;
    }

    .u-p-xl-1 {
        padding: 0.5rem !important;
    }

    .u-pt-xl-1,
    .u-py-xl-1 {
        padding-top: 0.5rem !important;
    }

    .u-pr-xl-1,
    .u-px-xl-1 {
        padding-right: 0.5rem !important;
    }

    .u-pb-xl-1,
    .u-py-xl-1 {
        padding-bottom: 0.5rem !important;
    }

    .u-pl-xl-1,
    .u-px-xl-1 {
        padding-left: 0.5rem !important;
    }

    .u-p-xl-2 {
        padding: 1rem !important;
    }

    .u-pt-xl-2,
    .u-py-xl-2 {
        padding-top: 1rem !important;
    }

    .u-pr-xl-2,
    .u-px-xl-2 {
        padding-right: 1rem !important;
    }

    .u-pb-xl-2,
    .u-py-xl-2 {
        padding-bottom: 1rem !important;
    }

    .u-pl-xl-2,
    .u-px-xl-2 {
        padding-left: 1rem !important;
    }

    .u-p-xl-3 {
        padding: 1.5rem !important;
    }

    .u-pt-xl-3,
    .u-py-xl-3 {
        padding-top: 1.5rem !important;
    }

    .u-pr-xl-3,
    .u-px-xl-3 {
        padding-right: 1.5rem !important;
    }

    .u-pb-xl-3,
    .u-py-xl-3 {
        padding-bottom: 1.5rem !important;
    }

    .u-pl-xl-3,
    .u-px-xl-3 {
        padding-left: 1.5rem !important;
    }

    .u-p-xl-4 {
        padding: 2rem !important;
    }

    .u-pt-xl-4,
    .u-py-xl-4 {
        padding-top: 2rem !important;
    }

    .u-pr-xl-4,
    .u-px-xl-4 {
        padding-right: 2rem !important;
    }

    .u-pb-xl-4,
    .u-py-xl-4 {
        padding-bottom: 2rem !important;
    }

    .u-pl-xl-4,
    .u-px-xl-4 {
        padding-left: 2rem !important;
    }

    .u-p-xl-5 {
        padding: 3rem !important;
    }

    .u-pt-xl-5,
    .u-py-xl-5 {
        padding-top: 3rem !important;
    }

    .u-pr-xl-5,
    .u-px-xl-5 {
        padding-right: 3rem !important;
    }

    .u-pb-xl-5,
    .u-py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .u-pl-xl-5,
    .u-px-xl-5 {
        padding-left: 3rem !important;
    }

    .u-m-xl-auto {
        margin: auto !important;
    }

    .u-mt-xl-auto,
    .u-my-xl-auto {
        margin-top: auto !important;
    }

    .u-mr-xl-auto,
    .u-mx-xl-auto {
        margin-right: auto !important;
    }

    .u-mb-xl-auto,
    .u-my-xl-auto {
        margin-bottom: auto !important;
    }

    .u-ml-xl-auto,
    .u-mx-xl-auto {
        margin-left: auto !important;
    }
}

/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .pc-show {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .sp-show {
        display: none !important;
    }
}

/*非表示========*/
.u-none {
    display: none !important;
}

/*lnline=========*/
.u-inline {
    display: inline !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-block {
    display: block !important;
}

/*table=========*/
.u-table {
    display: table !important;
}

.u-table-row {
    display: table-row !important;
}

.u-table-cell {
    display: table-cell !important;
}

/*flex=========*/
.u-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.u-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/*sm=============*/
@media screen and (min-width: 576px) {
    .u-sm-none {
        display: none !important;
    }

    .u-sm-inline {
        display: inline !important;
    }

    .u-sm-inline-block {
        display: inline-block !important;
    }

    .u-sm-block {
        display: block !important;
    }

    .u-sm-table {
        display: table !important;
    }

    .u-sm-table-row {
        display: table-row !important;
    }

    .u-sm-table-cell {
        display: table-cell !important;
    }

    .u-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/*md=============*/
@media screen and (min-width: 768px) {
    .u-mu-none {
        display: none !important;
    }

    .u-mu-inline {
        display: inline !important;
    }

    .u-mu-inline-block {
        display: inline-block !important;
    }

    .u-mu-block {
        display: block !important;
    }

    .u-mu-table {
        display: table !important;
    }

    .u-mu-table-row {
        display: table-row !important;
    }

    .u-mu-table-cell {
        display: table-cell !important;
    }

    .u-mu-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-mu-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/*lg=================*/
@media screen and (min-width: 992px) {
    .u-lg-none {
        display: none !important;
    }

    .u-lg-inline {
        display: inline !important;
    }

    .u-lg-inline-block {
        display: inline-block !important;
    }

    .u-lg-block {
        display: block !important;
    }

    .u-lg-table {
        display: table !important;
    }

    .u-lg-table-row {
        display: table-row !important;
    }

    .u-lg-table-cell {
        display: table-cell !important;
    }

    .u-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/*xl====================*/
@media screen and (min-width: 1200px) {
    .u-xl-none {
        display: none !important;
    }

    .u-xl-inline {
        display: inline !important;
    }

    .u-xl-inline-block {
        display: inline-block !important;
    }

    .u-xl-block {
        display: block !important;
    }

    .u-xl-table {
        display: table !important;
    }

    .u-xl-table-row {
        display: table-row !important;
    }

    .u-xl-table-cell {
        display: table-cell !important;
    }

    .u-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/*print=================*/
@media print {
    .u-print-none {
        display: none !important;
    }

    .u-print-inline {
        display: inline !important;
    }

    .u-print-inline-block {
        display: inline-block !important;
    }

    .u-print-block {
        display: block !important;
    }

    .u-print-table {
        display: table !important;
    }

    .u-print-table-row {
        display: table-row !important;
    }

    .u-print-table-cell {
        display: table-cell !important;
    }

    .u-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .u-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.u-flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.u-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.u-flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.u-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.u-flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.u-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.u-flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.u-justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.u-justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.u-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.u-justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.u-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.u-align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.u-align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.u-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.u-align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.u-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.u-align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.u-align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.u-align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.u-align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.u-align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.u-align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.u-align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.u-align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.u-align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.u-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.u-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.u-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media screen and (min-width: 576px) {
    .u-flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .u-flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media screen and (min-width: 992px) {
    .u-flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .u-flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .u-flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .u-flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .u-flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .u-flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .u-flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .u-flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .u-flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .u-flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .u-flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .u-flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .u-justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .u-justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .u-justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .u-justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .u-justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .u-align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .u-align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .u-align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .u-align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .u-align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .u-align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .u-align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .u-align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .u-align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .u-align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .u-align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .u-align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .u-align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .u-align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .u-align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .u-align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .u-align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
