@charset "utf-8";

/* logo */
.logo {
    max-width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* 汎用css */
.map:after {
    padding-top: 65%;
}

.small {
    font-size: 80%;
}

.big {
    font-size: 120%;
}

[class*="icon"] img {
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 10px -5px #000;
    box-shadow: 0px 0px 10px -5px #000;
}

.text-shadow_001 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.text-shadow_002 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.bgc-gray {
    background-color: #dbdbdb;
}

.white-box {
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.tfy-minus50\% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.overlap-cont {
    margin: 5% 0;
    margin-left: -20%;
    z-index: 1;
}

.overlap-box:nth-of-type(even) .overlap-cont {
    margin-left: 0;
    margin-right: -20%;
}

.calc-padding {
    padding-right: calc(50% - 500px);
}

@media (max-width: 1024px) {
    .white-box {
        padding: 30px 20px;
    }

    .calc-padding {
        padding-right: 2%;
    }
}

@media (max-width: 599px) {
    .white-box {
        padding: 20px 10px;
    }

    .overlap-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .overlap-cont,
    .overlap-box:nth-of-type(even) .overlap-cont {
        margin: -20% 0 0 0;
        margin-left: 0;
        z-index: 1;
    }

    .overlap-box .calc-padding {
        padding-right: 0%;
    }
}

/* header */
header {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 4;
}

.header-logo {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.scrolled .header-logo {
    max-width: 150px;
}

@media (max-width: 1024px) {
    .header-logo {
        max-width: 180px;
    }
}

@media (max-width: 599px) {
    .header-logo {
        max-width: 150px;
    }

    .scrolled .header-logo {
        max-width: 100px;
    }
}

/* footer */
footer {
    background-color: #fff;
}

.fixed-bnr {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 4;
}

.fixed-btn {
    width: 120px;
    height: 120px;
    position: relative;
}

.fixed-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.fixed-btn-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fixed-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #9e907b;
    border: 2px solid #9e907b;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

.fixed-btn.b-type a {
    color: #fff;
    background-color: #ffb6c1;
    border: 2px solid #ffb6c1;
}

.fixed-btn a .en {
    font-size: 16px;
    letter-spacing: 1px;
}

.fixed-btn a:hover {
    opacity: 1;
    background-color: #fff;
    color: #9e907b;
}

.fixed-btn.b-type a:hover {
    color: #ffb6c1;
}

.fixed-btn a footer {
    background-color: #fff;
}

footer .sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .sns-list li a {
    color: #000;
}

.footer-bottom {
    padding: 50px 0;
    border-top: 2px solid #000;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav li {
    margin: 15px;
}

.footer-nav li a {
    letter-spacing: 2px;
}

.copy {
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 10px;
}

@media (max-width: 1024px) {
    .footer-logo {
        max-width: 200px;
    }

    .footer-nav li {
        margin: 15px 10px;
    }

    .fixed-btn {
        width: 100px;
        height: 100px;
    }

    .fixed-btn a {
        font-size: 10px;
    }

    .copy {
        padding-bottom: 100px;
    }
}

@media (max-width: 599px) {
    .footer-logo {
        max-width: 150px;
    }

    .footer-bottom {
        padding: 30px 0;
    }

    .footer-nav li {
        margin: 10px;
    }

    .copy {
        padding-bottom: 120px;
    }
}

/* nav */
nav {
    width: 600px;
    max-width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}

.active nav {
    -webkit-box-shadow: -2px 0px 15px -5px #000;
    box-shadow: -2px 0px 15px -5px #000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.nav-logo {
    margin: 15px auto;
}

.nav-logo a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.nav-list {
    width: 100%;
    height: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 10px 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-list>li {
    margin: 5px 0;
}

.nav-list>li+li {
    margin-top: 15px;
}

.nav-list li a {
    letter-spacing: 2px;
    color: #fff;
}

@media (max-width: 1024px) {
    .nav-logo {
        max-width: 200px;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
    }

    .nav-logo {
        max-width: 70%;
        margin: 10px auto;
    }
}

/* icon */
[class*="icon-"]::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
}

[class*="icon-sns-"]::before {
    font-family: "Font Awesome 5 Brands";
}

.icon-sns-facebook::before {
    content: "\f082";
}

.icon-sns-twitter::before {
    content: "\f081";
}

.icon-sns-instagram::before {
    content: "\e055";
}

/* border */
.border-1px {
    border: 1px solid #000;
}

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

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

[class*="infinity-border-"] {
    position: relative;
}

[class*="infinity-border-"]::before,
[class*="infinity-border-"]::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
}

.infinity-border-right::before {
    margin-right: -999rem;
    padding-right: 999rem;
    top: 0;
    left: 0;
}

.infinity-border-left::after {
    margin-left: -999rem;
    padding-left: 999rem;
    bottom: 0;
    right: 0;
}

/* title */
.title_01 {
    font-size: 40px;
    font-weight: 100;
}

.title_01::after {
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    margin-left: -10%;
    background-color: #000;
}

.title_02 {
    font-size: 40px;
    font-weight: 100;
}

.title_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.title_03.left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title_03 .ja {
    font-size: 16px;
}

.title_04 {
    font-size: 22px;
}

.title_05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.title_05::after {
    content: '';
    display: inline-block;
    width: 10%;
    height: 1px;
    background-color: #000;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.title_06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.title_06::before,
.title_06::after {
    content: '';
    display: inline-block;
    width: 10%;
    height: 1px;
    background-color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
}

.title_06 .title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.title_06 .ja {
    font-size: 16px;
}

.title_07 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    background-color: #696969;
}

.title-note {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .title_01 {
        font-size: 34px;
    }

    .title_02 {
        font-size: 34px;
    }

    .title_03 {
        font-size: 24px;
    }

    .title_04 {
        font-size: 20px;
    }

    .title_05 {
        font-size: 24px;
    }

    .title_05::after {
        margin-left: 20px;
    }

    .title_06 {
        font-size: 24px;
    }

    .title_07 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .title_01 {
        font-size: 28px;
    }

    .title_02 {
        font-size: 28px;
    }

    .title_03 {
        font-size: 20px;
    }

    .title_03 .ja {
        font-size: 14px;
    }

    .title_04 {
        font-size: 18px;
    }

    .title_05 {
        font-size: 20px;
    }

    .title_05::after {
        margin-left: 15px;
    }

    .title_06 {
        font-size: 20px;
    }

    .title_06 .ja {
        font-size: 14px;
    }

    .title_07 {
        font-size: 18px;
    }
}

/* button */
.btn {
    width: 200px;
    max-width: 80%;
    min-height: 45px;
}

.btn-wide {
    width: 350px;
    max-width: 90%;
}

.btn a,
.btn button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    background-color: #a6a6a6;
    border: 2px solid #a6a6a6;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn_02 a,
.btn_02 button {
    color: #000;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border: 2px solid #000;
    position: relative;
}

.btn_02 a::after,
.btn_02 button::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.btn a:hover,
.btn button:hover {
    opacity: 1;
    background-color: #fff;
    color: #a6a6a6;
}

.btn_02 a:hover,
.btn_02 button:hover {
    color: #fff;
    background-color: #000;
}

.back-btn a,
.back-btn button {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.back-btn a::before,
.back-btn button::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

/* list */
.navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navigation-list li {
    margin: 5px 15px;
}

.navigation-list li a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.navigation-list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navigation-list_box li {
    width: 18%;
    margin: 1%;
}

.navigation-list_box li a {
    display: block;
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #696969;
    border: 2px solid #696969;
}

.navigation-list_box li a:hover {
    opacity: 1;
    background-color: #fff;
    color: #696969;
}

.line-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 20px 10px;
}

.line-list+.line-list {
    border-top: 1px solid #a9a9a9;
}

.line-list dt {
    max-width: 70%;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.line-list dd {
    max-width: calc(30% - 15px);
    letter-spacing: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.line-list_02 dt {
    width: 20%;
}

.line-list_02 dd {
    max-width: none;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 30px;
}

.sns-list li+li {
    margin-left: 15px;
}

.sns-list li a {
    font-size: 40px;
    color: #fff;
}

.bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bnr-list li a {
    position: relative;
}

.bnr-list li a .bnr-title {
    margin: auto;
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.bnr-bgi::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bnr-list li a:hover {
    opacity: 1;
}

.bnr-list li a:hover .bnr-bgi::before {
    background-color: transparent;
}

.caption-list li a {
    position: relative;
}

.caption-list li a .caption {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: transparent;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.caption-title {
    width: 100%;
    max-height: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.caption-title-sub {
    width: 100%;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.caption-list li a:hover {
    opacity: 1;
}

.caption-list li a:hover .caption {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.caption-list-transform li a .caption-title {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.caption-list-transform li a:hover .caption-title {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.caption-list-transform li a .caption-title-sub {
    text-align: center;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.caption-list-transform li a:hover .caption-title-sub {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.faq-list {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 30px 5px;
}

.faq-list+.faq-list {
    border-top: 1px solid #a9a9a9;
}

.faq-list dt,
.faq-list dd {
    position: relative;
}

.faq-list dt {
    font-weight: bold;
    padding-left: 70px;
}

.faq-list dd {
    margin: 30px 0 0 30px;
    padding-left: 40px;
}

.faq-list dt::before,
.faq-list dd::before {
    display: inline-block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.2;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.faq-list dt::before {
    content: 'Q';
    font-size: 30px;
    color: #fff;
    background-color: #808080;
}

.faq-list dd::before {
    content: 'A';
    font-size: 24px;
}

@media (max-width: 1024px) {
    .navigation-list_box li {
        width: calc(94% / 3);
    }

    .list_01 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list_01 li a .list_01-img {
        width: 35%;
    }

    .list_01 li a .list-info-box {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 5%;
    }

    .caption-list li a .caption {
        height: 30%;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 1;
        top: auto;
        bottom: 0;
    }

    .caption-title {
        font-size: 18px;
    }

    .caption-title-sub {
        margin-bottom: 10px;
    }

    .caption-list-transform li a .caption-title {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .caption-list-transform li a .caption-title-sub {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .line-list_02 dt {
        width: 30%;
    }

    .faq-list dt {
        padding-left: 50px;
    }

    .faq-list dd {
        margin: 20px 0 0 20px;
        padding-left: 40px;
    }

    .faq-list dt::before {
        font-size: 24px;
    }

    .faq-list dd::before {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .navigation-list_box li {
        width: 48%;
    }

    .caption-list li a .caption {
        height: 40%;
    }

    .caption-title {
        font-size: 14px;
    }

    .caption-list-transform li a .caption-title-sub {
        font-size: 12px;
    }

    .line-list dt,
    .line-list dd {
        width: 100%;
        max-width: 100%;
    }

    .line-list dd {
        text-align: right;
        margin-left: 0;
    }

    .line-list_02 dt,
    .line-list_02 dd {
        width: 100%;
    }

    .line-list_02 dd {
        margin: 5px 0 0 0;
    }

    .faq-list dd {
        margin: 20px 0 0 10px;
    }
}

/* カスタムコンテンツ */
.category {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    background-color: #a6a6a6;
}

.date {
    letter-spacing: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-list dt {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list dt .category {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-list dt .date {
    margin-left: 15px;
}

.news-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.blog-list li a {
    position: relative;
}

.blog-list li a .blog-info-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-list li a .blog-info-box .date {
    font-size: 18px;
}

.blog-list li a .blog-info-box .blog-title {
    width: 100%;
    font-size: 22px;
    text-align: right;
}

.blog-list li a:hover {
    opacity: 1;
}

.blog-list li a:hover .blog-info-box {
    background-color: transparent;
}

.style-detail-info {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.style-title {
    font-size: 20px;
    font-weight: bold;
}

.style-stylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.style-stylist dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.style-stylist dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.recommend .caption-title {
    font-size: 16px;
}

.staff-name-box {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.staff.detail .staff-name {
    font-size: 24px;
    font-weight: bold;
}

.staff-info-list {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.staff-info-list dt {
    width: 30%;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.staff-info-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.cc-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.side-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #696969;
}

.cc-side-list li {
    padding: 15px 10px;
}

.cc-side-list li+li {
    border-top: 1px solid #a9a9a9;
}

.detail-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.detail-box .text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.float-parent .cc-cont {
    float: left;
}

.float-parent .detail-cal {
    float: right;
}

.float-parent .cc-side {
    float: right;
}

.detail-cal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.detail-week,
.detail-date,
.detail-month,
.detail-year {
    font-weight: bold;
    letter-spacing: 1px;
}

.detail-week {
    color: #a9a9a9;
}

.detail-date,
.detail-month,
.detail-year {
    color: #696969;
}

.detail-date {
    font-size: 100px;
    line-height: 1;
}

.detail-month-and-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-year {
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .news-list dt {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-list dt .category {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .news-list dd {
        margin-top: 10px;
        margin-left: 0;
    }

    .blog-list li a .blog-info-box {
        padding: 15px 10px;
    }

    .blog-list li a .blog-info-box .date {
        font-size: 16px;
    }

    .blog-list li a .blog-info-box .blog-title {
        font-size: 18px;
    }

    .staff-info-list dt,
    .staff-info-list dd {
        width: 100%;
        margin: 0;
    }

    .cc-list .list-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cc-list .cc-img {
        width: 35%;
    }

    .cc-list .cc-info {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
    }

    .side-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .side-box .side {
        width: 48%;
    }

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

    .detail-cal,
    .float-parent .cc-cont,
    .float-parent .cc-side {
        width: 100%;
        float: none;
    }

    .detail-cal {
        width: 100%;
        margin-bottom: 30px;
        padding: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .float-parent .cc-cont {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .float-parent .cc-side {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 599px) {
    .category {
        font-size: 12px;
    }

    .date {
        letter-spacing: 1px;
    }

    .news-list dt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-list dt .date {
        margin-top: 5px;
        margin-left: 0;
    }

    .news-list dd {
        margin-top: 5px;
    }

    .cc-list .cc-img {
        width: 30%;
    }

    .side-box .side {
        width: 100%;
    }

    .detail-cal {
        margin-left: auto;
        margin-right: auto;
    }
}

/* main-visual */
.wrapper.index section:not(.main-visual) {
    background-color: #fff;
}

.main-visual {
    width: 100%;
    height: 100vh;
}

.parallax {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.scrolled .parallax {
    position: absolute;
}

.main-visual .uk-slideshow::after {
    padding-top: 100vh;
}

.main-visual-box {
    position: relative;
    width: 100%;
}

.main-visual-box::before {
    content: "";
    display: block;
    padding-top: 100vh;
}

.main-visual-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.scroll {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    bottom: 20%;
    left: 2.5%;
    z-index: 2;
}

.scroll::after {
    content: '';
    width: 150%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.scroll:hover {
    cursor: pointer;
}

/* under-visual */
.under-visual {
    height: auto;
    position: relative;
}

.under-visual-img .visual-img {
    display: block;
    position: relative;
}

.under-visual-img .visual-img::after {
    content: "";
    display: block;
    padding-top: 35%;
}

.under-visual-img .visual-img img {
    width: 100%;
    height: 100% !important;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.under-visual-cont {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.under-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.under-title .ja {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .under-visual-img .visual-img::after {
        padding-top: 50%;
    }

    .under-title {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .under-visual-img .visual-img::after {
        padding-top: 80%;
    }

    .under-title {
        font-size: 20px;
    }
}

/* slick - top */
.style-slider-wrap {
    padding: 0 50px;
}

.slide-item {
    position: relative;
}

.slide-item .style-info {
    min-width: 300px;
    max-width: 50%;
    max-height: 35%;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slide-item .style-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slide-item .style-staff dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slide-item .style-staff dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.slide-item .style-title {
    font-size: 18px;
    font-weight: bold;
}

.style-slider-wrap {
    position: relative;
}

.style-slider-wrap .slick-arrow {
    width: 150px;
    height: 40px;
    text-indent: -999rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.style-slider-wrap .slick-prev {
    border-left: 1px solid #000;
    -webkit-transform: skew(-45deg) translate(-50%, -50%);
    transform: skew(-45deg) translate(-50%, -50%);
    left: 0;
}

.style-slider-wrap .slick-next {
    border-right: 1px solid #000;
    -webkit-transform: skew(45deg) translate(50%, -50%);
    transform: skew(45deg) translate(50%, -50%);
    right: 0;
}

@media (max-width: 1024px) {
    .style-slider-wrap {
        padding: 0 30px;
    }

    .slide-item .style-info {
        max-height: 60%;
        padding: 10px 20px;
    }

    .slide-item .style-title {
        font-size: 16px;
    }

    .style-slider-wrap .slick-arrow {
        width: 100px;
        height: 20px;
    }

    .style-slider-wrap .slick-prev {
        -webkit-transform: skew(-45deg) translate(-30%, -50%);
        transform: skew(-45deg) translate(-30%, -50%);
    }

    .style-slider-wrap .slick-next {
        -webkit-transform: skew(45deg) translate(30%, -50%);
        transform: skew(45deg) translate(30%, -50%);
    }
}

@media (max-width: 599px) {
    .slide-item .style-info {
        min-width: 90%;
    }

    .slide-item .style-info>* {
        font-size: 14px;
    }

    .style-slider-wrap {
        padding: 0 10px;
    }

    .style-slider-wrap .slick-arrow {
        width: 60px;
        height: 15px;
    }

    .style-slider-wrap .slick-prev {
        -webkit-transform: skew(-45deg) translate(-10px, -50%);
        transform: skew(-45deg) translate(-10px, -50%);
    }

    .style-slider-wrap .slick-next {
        -webkit-transform: skew(45deg) translate(10px, -50%);
        transform: skew(45deg) translate(10px, -50%);
    }
}

/* vertical-title-wrap */
.vertical-title-wrap {
    padding: 100px 150px 0 0;
    position: relative;
}

.verticl-title-box {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.vertical-title {
    height: 100%;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 30px 15px;
    position: relative;
}

.vertical-title::before,
.vertical-title::after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
}

.vertical-title::before {
    width: 800%;
    height: 1px;
    top: 0;
    right: 0;
}

.vertical-title::after {
    width: 1px;
    height: 110%;
    bottom: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .vertical-title-wrap {
        padding: 40px 130px 0 0;
    }

    .vertical-title {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .vertical-title-wrap {
        width: 96%;
        padding: 20px 90px 0 10px;
    }

    .vertical-title {
        font-size: 24px;
    }

    .blog-list li a .blog-info-box {
        padding: 10px 5px;
    }

    .blog-list li a .blog-info-box .date {
        font-size: 12px;
    }

    .blog-list li a .blog-info-box .blog-title {
        font-size: 16px;
    }
}

/* menu */
.bgi-parent {
    position: relative;
}

.bgi {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.bgi.black {
    background-color: #000;
}

.bgi img {
    opacity: 0.5;
}

.bgi.black img {
    opacity: 0.7;
}

/* product */
.product-info {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 1024px) {
    .product-list .list-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-list .product-img {
        width: 35%;
    }

    .product-list .product-info {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .product-list .product-info [class*="heightLine-"] {
        height: auto !important;
    }
}

@media (max-width: 599px) {
    .product-list .product-img {
        width: 100%;
    }
}

/* pick up staff */
.pick-up-box a:hover {
    opacity: 1;
}

.pick-up-box .pick-up-img {
    overflow: hidden;
}

.pick-up-box .pick-up-img img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.pick-up-box .pick-up-logo {
    max-width: 50%;
    max-height: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.pick-up-box .parallel-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #a9a9a9;
    background-color: #000;
}

.pick-up-box .parallel-cont>* {
    font-style: italic;
}

.pick-up-position {
    font-size: 20px;
}

.pick-up-heading {
    font-size: 30px;
}

.pick-up-staff-name-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pick-up-staff-name-position dt,
.pick-up-staff-name-position dd {
    font-size: 26px;
}

.pick-up-staff-name-position dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pick-up-staff-name-position dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pick-up-staff-name-position dt+dd::before {
    content: '／';
    display: inline-block;
    margin: 0 5px;
}

.pick-up-staff-english {
    font-size: 24px;
}

.pick-up-wrap {
    counter-reset: number;
    list-style: none;
}

.pick-up-wrap .pick-up-count {
    margin: 15px 0;
    position: relative;
}

.pick-up-wrap .pick-up-count::before {
    counter-increment: number;
    content: 'VOL.'counter(number);
    font-size: 80px;
    line-height: 1;
}

.pick-up-box a:hover .pick-up-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pick-up-wrap .pick-up-box:nth-of-type(even) .parallel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pick-up-wrap .pick-up-box:nth-of-type(even) .parallel .parallel-cont {
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .pick-up-position {
        font-size: 18px;
    }

    .pick-up-heading {
        font-size: 22px;
    }

    .pick-up-wrap .pick-up-count {
        margin: 10px 0;
    }

    .pick-up-wrap .pick-up-count::before {
        font-size: 45px;
    }

    .pick-up-staff-name-position dt,
    .pick-up-staff-name-position dd {
        font-size: 18px;
    }

    .pick-up-staff-english {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .pick-up-wrap .pick-up-count {
        margin: 30px 0;
    }
}

/* pick up staff detail */

.pick-up-staff-message {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #fff;
    outline: 3px solid #000;
    z-index: 1;
    position: relative;
}

.pick-up-staff-message-inner {
    padding: 30px;
    border: 2px dotted #000;
}

.pick-up-staff-profile-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #a6a6a6;
}

.pick-up-staff-profile-box dl+dl {
    border-top: 1px solid #fff;
}

.pick-up-staff-profile-box dt {
    width: 35%;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background-color: #a6a6a6;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pick-up-staff-profile-box dd {
    width: 10%;
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pick-up-staff-question {
    counter-reset: number;
    list-style: none;
}

.pick-up-staff-question dl {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 80px;
    position: relative;
}

.pick-up-staff-question dl::before {
    counter-increment: number;
    content: 'Q.'counter(number);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    color: #a6a6a6;
    line-height: 1;
    padding-right: 5px;
    border-right: 3px dotted #a6a6a6;
    position: absolute;
    top: 0;
    left: 0;
}

.pick-up-staff-question dl dt {
    font-size: 18px;
    font-weight: bold;
}

.photo-box {
    padding: 10px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .pick-up-staff-detail-box .parallel-cont {
        padding: 30px 10px;
    }

    .pick-up-staff-message-inner {
        padding: 20px;
    }

    .pick-up-staff-profile-box dt {
        width: 100%;
    }

    .pick-up-staff-profile-box dt,
    .pick-up-staff-profile-box dd {
        font-size: 14px;
        padding: 10px 5px;
    }

    .pick-up-staff-profile-box dl+dl {
        margin-top: 5px;
        border-top: none;
    }

    .photo-box {
        padding: 5px;
    }

    .pick-up-staff-question dl {
        padding-left: 60px;
    }

    .pick-up-staff-question dl::before {
        font-size: 24px;
    }

    .pick-up-staff-question dl dt,
    .pick-up-staff-question dl dd {
        font-size: 14px;
    }
}

/* salon info */
.salon_info .uk-slideshow {
    position: relative;
    overflow: hidden;
    height: auto !important;
}

.salon_info .uk-slideshow:after {
    padding-top: 50%;
    content: '';
    display: block;
}

.salon_info .uk-slideshow li {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.salon_info .uk-slideshow li div {
    height: 100% !important;
}

.salon_info .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.salon_info .uk-slider {
    min-width: calc(100% + 10px) !important;
    width: calc(100% + 10px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 0 !important;
}

.salon_info .uk-slider li {
    position: static !important;
    width: calc(100% / 4 + 5px) !important;
    padding-left: 0 !important;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.salon_info .uk-slider li:hover {
    cursor: pointer;
}

.salon_info .uk-slider li div {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.salon_info .uk-slider li div:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.salon_info .uk-slider li div img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .salon_info .uk-slider {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .salon_info .uk-slideshow:after {
        padding-top: 65%;
    }

    .salon_info .uk-slider {
        min-width: calc(100% + 5px) !important;
        width: calc(100% + 5px) !important;
        margin-top: 5px;
    }

    .salon_info .uk-slider li div:before {
        padding-top: 65%;
    }
}

/* recruit */
.gray-box .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background-color: #696969;
}

.gray-box .square-inner * {
    color: #fff;
}

.gray-box-item::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    border-top: 3px dotted #fff;
    margin: 15px auto;
}

.point-num {
    font-size: 30px;
    font-weight: bold;
}

.recruit-point-title {
    font-size: 22px;
    font-weight: bold;
}

.flow-box:nth-of-type(even) {
    background-color: #dcdcdc;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.flow-list li {
    background-color: #fff;
}

.flow-box:nth-of-type(odd) .flow-list li .parallel-cont {
    -webkit-box-shadow: 3px 3px 15px -11px rgb(0 0 0 / 50%);
    box-shadow: 3px 3px 15px -11px rgb(0 0 0 / 50%);
}

.flow-title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}

.flow-title .num {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
}

.flow-title .num .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    background-color: #800000;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .gray-box.square::before {
        display: none;
    }

    .gray-box .square-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: static;
    }

    .gray-box-item {
        position: relative;
    }

    .gray-box-item::after {
        width: 1px;
        height: 100%;
        margin: auto;
        border-left: 3px dotted #fff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1;
    }

    .gray-box-item,
    .gray-box-item+.text {
        width: 48%;
        padding: 10px;
    }

    .flow-title {
        font-size: 20px;
        padding-left: 50px;
    }

    .flow-title .num {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 599px) {
    .gray-box .square-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gray-box-item,
    .gray-box-item+.text {
        width: 100%;
    }

    .gray-box-item::after {
        width: 100px;
        height: 1px;
        margin: auto;
        border-left: none;
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .flow-title {
        font-size: 18px;
        padding-left: 45px;
    }

    .flow-title .num {
        width: 35px;
        height: 35px;
        top: -5px;
    }
}

/* form */
.must {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #dc143c;
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px #c3c3c0;
    box-shadow: 0px 0px 8px 0px #c3c3c0;
}

.contact-item dd input:focus,
.contact-item dd textarea:focus {
    outline: none;
}

.contact-item dd textarea {
    height: 150px;
}

/* coupon */
.coupon-wrap {
    padding: 30px 10px 10px 10px;
    border: 1px solid #000;
    position: relative;
}

.coupon-wrap::before {
    content: '';
    width: 44px;
    height: 44px;
    background-image: url(/upload/tenant_1/46d7d7fdcafe148ef9fd3551b24142d0.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -3px;
    right: -3px;
}

.coupon-heading {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.coupon-shop span {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: -30%;
    -webkit-text-decoration-color: #ffd700;
    text-decoration-color: #ffd700;
    text-decoration-thickness: 5px;
}

.coupon-shop span+span {
    margin-left: 5px;
}

.coupon-category {
    margin-top: 10px;
}

.coupon-category span {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    padding: 3px 15px;
    border: 1px solid #c0c0c0;
    border-radius: 40px;
}

.coupon-category span+span {
    margin-left: 5px;
}

.coupon-title {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

.coupon-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.coupon-price-before {
    color: #800000;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.coupon-price-before::before {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%) rotate(-15deg);
    transform: translate(0, -50%) rotate(-15deg);
    position: absolute;
    top: 50%;
    right: 1.5em;
}

.coupon-price-after {
    color: #800000;
    font-size: 22px;
}

.coupon-price-before+.coupon-price-after {
    position: relative;
}

.coupon-price-before::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin: 0 5px;
}

.coupon-note {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px dotted #000;
}

@media (max-width: 599px) {
    .coupon-title {
        height: auto !important;
    }
}

/* IE hack */
.ie11 .hamburger {
    left: auto;
    right: 0;
}

/* 見たまま編集 */
[data-element-id] header {
    position: relative;
}

[data-element-id] nav {
    height: 85vh;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
}

[data-element-id] .slide-item:nth-of-type(n+2) {
    display: none;
}

.news-list dt .category {
    font-size: 12px;
}

[data-element-id] .news-list dt .date {
    font-size: 12px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

[data-element-id] .fixed-bnr {
    position: absolute;
    bottom: auto;
}

[data-element-id] .navigation-list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-element-id] .pick-up-staff-name-position {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .pick-up-staff-name-position dt,
[data-element-id] .pick-up-staff-name-position dd {
    font-size: 20px;
}

[data-element-id] .detail-date {
    font-size: 14px;
}
