@charset "UTF-8";
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-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    padding: 0;
}


/* ==========================================
    base
========================================== */

body {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #231815;
    background-color: #fff;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", "Noto Serif", serif, "Hiragino Mincho ProN", YuMincho;
    font-style: normal;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hanging-punctuation: allow-end;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

a:link {
    color: #040000;
    text-decoration: none;
}

a:visited {
    color: #040000;
}

a:active {
    color: #040000;
}

a {
    transition: .4s;
}

a:hover {
    opacity: 0.8;
    transition: .4s;
}

#l-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-style: none;
    vertical-align: bottom;
}

.u-only_pc {
    display: block;
}

.u-only_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-only_pc {
        display: none;
    }
    .u-only_sp {
        display: block;
    }
}

.u-lsp {
    letter-spacing: -3px;
}

.u-txta_center {
    text-align: center;
}

.u-txta_right {
    text-align: right;
}

.u-interview {
    margin-top: 40px;
    text-align: justify;
}

.en .u-interview {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .u-interview {
        margin-top: 20px;
    }
    .en .u-interview {
        text-align: left;
    }
}

.u-interview:first-of-type {
    margin-top: 0;
}

.u-interview .-name {
    padding-right: 1em;
    color: #1d2080;
    font-weight: 700;
}

.en .u-interview .-name {
    padding-right: 0.3em;
    color: #231815;
}


/* ===================== animation ===================== */

.fadeup {
    opacity: 0;
}

.fadeup.is-animated {
    animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ===================== layout ===================== */

.l-cont_l,
.l-cont_m,
.l-cont_s {
    width: calc(100% - 60px);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .l-cont_l,
    .l-cont_m,
    .l-cont_s {
        width: 100%;
        padding: 0 30px;
    }
    .l-cont_l {
        max-width: 1580px;
    }
    .l-cont_m {
        max-width: 1415px;
    }
    .l-cont_s {
        max-width: 1070px;
    }
}


/* ===================== footer ===================== */

.l-footer {
    padding: 48px 0 120px;
    border-top: 1px solid #251714;
}

@media screen and (max-width: 767px) {
    .l-footer {
        padding: 32px 0 40px;
    }
}

.l-footer_logo {
    width: 32.2%;
    display: block;
}

@media screen and (min-width: 768px) {
    .l-footer_logo {
        max-width: 345px;
    }
}

@media screen and (max-width: 767px) {
    .l-footer_logo {
        width: 64%;
        margin: auto;
    }
}


/* ===================== title ===================== */

.c-ttl_exb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .en .c-ttl_exb {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .c-ttl_exb {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
}

.c-ttl_exb-en {
    line-height: 1;
    margin: 27px 54px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
    .en .c-ttl_exb-en {
        margin: 0 54px 17px 0;
    }
}

@media screen and (max-width: 767px) {
    .c-ttl_exb-en {
        margin: 0 0 10px 0;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.c-ttl_exb-en .-txt {
    padding: 0 20px 25px;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .c-ttl_exb-en .-txt {
        padding: 0 10px 12px;
    }
}

.c-ttl_exb-en .-txt::before {
    background: #bc9a59;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 1s;
}

.is-animated .c-ttl_exb-en .-txt::before {
    transform-origin: center top;
    transform: scale(1, 1);
}

.c-ttl_exb-jp {
    line-height: 1.4;
    font-size: 63px;
    font-size: 6.3rem;
}

@media screen and (min-width: 1441px) {
    .en .c-ttl_exb-jp {
        font-size: 60px;
        font-size: 6rem;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
    .en .c-ttl_exb-jp {
        font-size: 50px;
        font-size: 5rem;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .en .c-ttl_exb-jp {
        font-size: 40px;
        font-size: 4rem;
    }
}

.c-ttl_exb-jp .-txt_space {
    letter-spacing: -0.6em;
}

@media screen and (max-width: 767px) {
    .c-ttl_exb-jp {
        font-size: 30px;
        font-size: 3rem;
    }
    .en .c-ttl_exb-jp {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

.c-ttl_main {
    line-height: 1.5;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 50px;
    font-size: 5rem;
    text-align: center;
}

.en .c-ttl_main {
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .c-ttl_main {
        font-size: 44px;
        font-size: 4.4rem;
    }
    .c-ttl_main .u-only_sp {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .c-ttl_main {
        font-size: 4.8vw;
        margin-bottom: 30px;
    }
    .en .c-ttl_main {
        font-size: 4vw;
    }
}


/* ===================== txt ===================== */

.c-txt_caption {
    line-height: 1.75;
    margin-top: 10px;
    color: #0f3675;
    font-size: 16px;
    font-size: 1.6rem;
}

.c-txt_center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-txt_caption {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.c-txt_italic {
    font-style: italic;
}


/* ===================== slick ===================== */

.c-slick {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .c-slick {
        max-width: 1240px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-slick {
        width: 315px;
        margin-bottom: 40px;
    }
}

.c-slick .slick-slide {
    margin: 0 12px 30px;
}

@media screen and (min-width: 768px) {
    .c-slick .slick-slide {
        width: 100%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 767px) {
    .c-slick .slick-slide {
        width: 315px;
        margin: 0 5px;
    }
}

.c-slick .slick-slide .-aspect {
    display: flex;
    justify-content: center;
}

.c-slick .slick-slide .-aspect img {
    width: auto!important;
    height: 100%!important;
}

.c-slick .slick-slide p {
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .c-slick .slick-slide p {
        padding: 8px 0;
    }
}

.c-slick .slick-prev,
.c-slick .slick-next {
    top: unset;
    bottom: -40px;
    z-index: 10;
    width: 16px;
    height: 16px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
    .c-slick .slick-prev,
    .c-slick .slick-next {
        bottom: -29px;
    }
}

.c-slick .slick-prev {
    left: calc(100% - 700px);
    background-image: url(../images/ico_prev.svg) !important;
}

@media screen and (max-width: 767px) {
    .c-slick .slick-prev {
        left: 0;
        left: calc(100% - 240px);
    }
}

.c-slick .slick-next {
    right: calc(100% - 700px);
    background-image: url(../images/ico_next.svg) !important;
}

@media screen and (max-width: 767px) {
    .c-slick .slick-next {
        right: 0;
        right: calc(100% - 240px);
    }
}

.c-slick .slick-prev:hover,
.c-slick .slick-next:hover {
    opacity: 0.8;
}

.c-slick .slick-prev::before,
.c-slick .slick-next::before {
    display: none;
}

.c-slick .slick-dots {
    right: 0;
    bottom: -42px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-slick .slick-dots {
        max-width: 1240px;
    }
}

@media screen and (max-width: 767px) {
    .c-slick .slick-dots {
        bottom: -29px;
        padding: 0 30px;
    }
}

.c-slick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.c-slick .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #c1c1c1;
}

.c-slick .slick-dots li.slick-active button {
    background-color: #3e3a39;
}


/* ===================== swiper ===================== */

.swiper {
    margin-top: 20px;
}

.swiper .swiper-wrapper {
    padding-left: calc(50% - 480px);
}

@media screen and (max-width: 767px) {
    .swiper .swiper-wrapper {
        padding-left: 60px;
    }
}

@media screen and (min-width: 768px) {
    .swiper .swiper-slide {
        width: 90% !important;
        max-width: 960px;
    }
}

.swiper .swiper-slide .-aspect {
    aspect-ratio: 960 / 646;
}

.swiper .swiper-slide .-aspect img {
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-slide p {
    padding: 10px 0;
    opacity: 0;
    transition: all 1s;
    transform: translate(0, 20px);
}

.swiper .swiper-slide-active p {
    opacity: 1;
    transform: translate(0, 0);
}

.swiper_pager {
    margin-top: 20px;
    text-align: center;
}

.swiper_pager_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_pager .swiper-button-prev,
.swiper_pager .swiper-pagination,
.swiper_pager .swiper-button-next {
    position: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
}

.swiper_pager .swiper-button-prev,
.swiper_pager .swiper-button-next {
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
}

.swiper_pager .swiper-button-prev {
    background-image: url(../images/ico_prev.svg);
}

.swiper_pager .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset;
    height: 13px;
    margin: 0 16px;
}

@media screen and (max-width: 767px) {
    .swiper_pager .swiper-pagination {
        margin: 0 30px;
    }
}

.swiper_pager .swiper-pagination-bullet {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 11px 0 0 !important;
    background-color: #929393;
}

.swiper_pager .swiper-pagination-bullet:last-of-type {
    margin: 0 !important;
}

.swiper_pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #595757;
}

.swiper_pager .swiper-button-next {
    background-image: url(../images/ico_next.svg);
}


/* ===================== button ===================== */

.c-btn_center {
    width: 33.29%;
    min-width: 300px;
    max-width: 616px;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
    .c-btn_center {
        width: 100%;
        margin: 15px auto 0;
    }
}

.c-btn_center a {
    display: block;
    line-height: 1;
    background-color: #585757;
    border: 1px solid #585757;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.01em;
    transition: .4s;
}

@media screen and (max-width: 767px) {
    .c-btn_center a {
        padding: 6px 0;
    }
}

.c-btn_center a span {
    display: inline-block;
    padding: 5px 48px 5px 0;
    background-image: url(../images/ico_arw.svg);
    background-position: right center;
    background-size: 21px 22px;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .c-btn_center a span {
        padding: 5px 30px 5px 0;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.c-btn_center a:hover {
    background-color: #fff;
    color: #595757;
    transition: .4s;
}

.c-btn_center a:hover span {
    background-image: url(../images/ico_arw_g.svg);
}

.c-txt_indent {
    text-indent: 1em;
}

.c-txt_base p+p {
    margin-top: 1em;
}

.en .c-txt_base p+p {
    margin-top: 0;
}


/* ===================== header ===================== */

.c-mov a {
    display: block;
    position: relative;
    aspect-ratio: 64 / 36;
    overflow: hidden;
}

.c-mov a .-btn {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-mov a .-btn {
        width: 13.2982%;
        max-width: 202px;
    }
}

.c-mov a img {
    transition: .4s;
}

.c-mov a:hover img {
    transform: scale(1.1, 1.1);
    transition: .4s;
}

.c-mov a:hover .-btn img {
    transform: unset;
}


/* ===================== header ===================== */

.l-header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 46px 5%;
}

@media screen and (max-width: 767px) {
    .l-header {
        padding: 8px 5%;
    }
}

.l-header_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.l-header .l-header_logo {
    width: 14.7%;
    max-width: 224px;
    display: block;
}

@media screen and (max-width: 767px) {
    .l-header .l-header_logo {
        width: 29vw;
        max-width: unset;
    }
}

.l-header .l-header_seiko {
    width: 9.1%;
    max-width: 140px;
    display: block;
}

@media screen and (max-width: 767px) {
    .l-header .l-header_seiko {
        width: 22.5vw;
        max-width: unset;
    }
}


/* フローティングバナー */

.l-header_bnr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #1d1f1e;
    color: #fff;
    height: 80px;
    transform: translateY(-80px);
    transition: all .4s;
    padding: 0 2vw;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
    .l-header_bnr {
        position: relative;
        transform: unset;
    }
}

@media screen and (min-width: 1560px) {
    .l-header_bnr {
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .l-header_bnr {
        height: 60px;
        transform: translateY(-60px);
        padding: 0 0 0 5%;
    }
}

.l-header_bnr.is-scroll {
    position: fixed;
}

@media screen and (min-width: 768px) {
    .l-header_bnr.is-scroll {
        height: 68px;
    }
}

@media screen and (max-width: 767px) {
    .l-header_bnr.is-scroll {
        transform: translateY(0);
    }
}

@media screen and (min-width: 768px) {
    .l-header_bnr.is-scroll .l-header_bnr_logo {
        width: 15.485%;
        max-width: 220px;
        padding-bottom: 12px;
    }
}

.l-header_bnr_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .l-header_bnr_inner {
        justify-content: space-between;
        align-items: center;
    }
}

.l-header_bnr_logo {
    width: 16.3%;
    max-width: 388px;
    display: block;
    margin-right: 7.6vw;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .l-header_bnr_logo {
        max-width: unset;
        width: 40%;
        padding-bottom: 0;
        margin-right: 0;
    }
}

.l-header_bnr_btn {
    display: none;
}

@media screen and (max-width: 767px) {
    .l-header_bnr_btn {
        display: block;
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 9999;
    }
    .l-header_bnr_btn span {
        display: inline-block;
        position: absolute;
        width: 26px;
        height: 1px;
        background-color: #fff;
        left: 50%;
        margin-left: -13px;
        transition: .3s;
    }
    .l-header_bnr_btn span:nth-child(2) {
        top: 29px;
    }
    .l-header_bnr_btn span:nth-child(1) {
        top: 21px;
    }
    .l-header_bnr_btn span:nth-child(3) {
        top: 37px;
    }
    .l-header_bnr_btn.active span {
        width: 30px;
        margin-left: -15px;
    }
    .l-header_bnr_btn.active span:nth-child(2) {
        display: none;
    }
    .l-header_bnr_btn.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 29px;
    }
    .l-header_bnr_btn.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 29px;
    }
}

@media screen and (max-width: 767px) {
    .l-header_bnr_menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background-color: #1d1f1e;
        padding: 30px 5%;
        text-align: center;
        transform: translateX(100%);
        transition: .3s;
    }
    .l-header_bnr_menu.open {
        transform: translateX(0);
        transition: .2s;
    }
}

.l-header_bnr_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 1.15vw;
}

.is-scroll .l-header_bnr_menu ul {
    font-size: min(1.15vw, 21px);
}

.en .l-header_bnr_menu ul {
    font-size: 1.1vw;
}

.en .is-scroll .l-header_bnr_menu ul {
    font-size: min(1.1vw, 19px);
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .en .l-header_bnr_menu ul {
        font-size: 1vw;
    }
}

@media screen and (max-width: 767px) {
    .l-header_bnr_menu ul {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.l-header_bnr_menu ul li {
    color: #fff;
    margin-left: 2vw;
}

@media screen and (max-width: 767px) {
    .l-header_bnr_menu ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.l-header_bnr_menu ul li a {
    color: #fff;
    line-height: 1.3;
    padding: 0 5px 16px;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #a38c6d;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-header_bnr_menu ul li a {
        color: #fff;
        line-height: 1.3;
        padding: 16px 0 26px;
        display: block;
        text-align: center;
        border-bottom: 1px solid #e3a700;
    }
}

.l-header_bnr_menu ul li a::before {
    background: #e3a700;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.l-header_bnr_menu ul li a:hover {
    opacity: 1;
}

.l-header_bnr_menu ul li a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
}


/* ===================== mv ===================== */

.p-index_mv {
    background-color: rgba(185, 184, 186, 0.5);
}

.p-index_mv_head {
    position: relative;
}

.p-index_mv_img_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    aspect-ratio: 192 / 108;
    overflow: hidden;
}

.p-index_mv_img_cont video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.p-index_mv_img_cont video.u-only_pc {
    display: block;
}

.p-index_mv_img_cont video.u-only_sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-index_mv_img_cont {
        aspect-ratio: unset;
    }
    .p-index_mv_img_cont video.u-only_pc {
        display: none;
    }
    .p-index_mv_img_cont video.u-only_sp {
        display: block;
    }
}

.p-index_mv_img_ttl {
    position: absolute;
    z-index: 0;
    top: 40.54%;
    left: 8.07%;
    width: 46.17%;
    max-width: 852px;
    transition: opacity 0.8s;
}

.p-index_mv_img_ttl.fadeinTtl {
    opacity: 1;
    transition: opacity 0.8s;
}

.p-index_mv_img_ttl.fadeoutTtl {
    opacity: 0;
    transition: opacity 0.8s;
}

@media screen and (min-width: 1561px) {
    .p-index_mv_img_ttl {
        max-width: 500px;
    }
}

@media screen and (max-width: 1560px) and (min-width: 1441px) {
    .p-index_mv_img_ttl {
        max-width: 380px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1001px) {
    .p-index_mv_img_ttl {
        max-width: 350px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
    .p-index_mv_img_ttl {
        max-width: 290px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_img_ttl {
        top: unset;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
        width: 78.5%;
    }
}

.p-index_mv_img_ttl .-img {
    animation-duration: .8s;
    animation-delay: .8s;
    margin-bottom: 9.36%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-index_mv_img_ttl .-img {
        margin-bottom: 20px;
    }
}

.p-index_mv_img_ttl .-txt {
    animation-duration: 1.2s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    animation-name: fadeIn2;
    opacity: 0;
    width: 70.19%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .p-index_mv_img_ttl .-txt {
        width: 66.19%;
    }
}

@keyframes fadeOut1 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeIn1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.p-index_mv_btm {
    padding: 20px 0 112px;
}

@media screen and (max-width: 767px) {
    .p-index_mv_btm {
        padding: 20px 0 56px;
    }
}

.p-index_mv_btm_img {
    display: flex;
}

.p-index_mv_btm_img li {
    margin-right: 10px;
}

.p-index_mv_btm_img li:last-of-type {
    margin-right: 0;
}

.p-index_mv_btm_cont {
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .p-index_mv_btm_cont {
        width: 90%;
        margin: auto;
        padding-top: 40px;
    }
}

.p-index_mv_btm_cont p {
    text-align: center;
}

.en .p-index_mv_btm_cont p {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .en .p-index_mv_btm_cont p {
        width: 90%;
        max-width: 1073px;
        margin: 0 auto;
    }
}


/* ===================== profile ===================== */

.p-index_profile {
    padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_profile {
        padding: 60px 0 0;
    }
}

.p-index_profile_cont {
    width: calc(100% - 60px);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-index_profile_cont {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        max-width: 1262px;
        padding: 0 30px;
    }
    .en .p-index_profile_cont {
        max-width: 1428px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_profile_img {
        width: 53%;
        max-width: 628px;
    }
    .p-index_profile_inner {
        width: 47%;
        max-width: 552px;
    }
    .en .p-index_profile_img {
        width: 44%;
        max-width: 575px;
    }
    .en .p-index_profile_inner {
        width: 56%;
        max-width: 753px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_img {
        width: 48%;
        max-width: unset;
    }
    .p-index_profile_inner {
        max-width: unset;
    }
    .en .p-index_profile_inner {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_inner {
        padding-top: 20px;
    }
}

.p-index_profile_block {
    margin-bottom: 20px;
    padding: 0 16px 50px;
    border-bottom: 1px solid #231815;
}

.en .p-index_profile_block {
    margin-bottom: 5px;
    padding: 0;
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .p-index_profile_block {
        margin-bottom: 15px;
        padding: 0 0 30px;
    }
}

.p-index_profile_block:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .p-index_profile_block:last-of-type {
        padding: 0 16px;
    }
    .en .p-index_profile_block:last-of-type {
        padding: 0;
    }
}

.p-index_profile_name {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
    .en .p-index_profile_name {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1101px) {
    .p-index_profile_name,
    .en .p-index_profile_name {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_profile_name,
    .en .p-index_profile_name {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 796px) {
    .p-index_profile_name,
    .en .p-index_profile_name {
        display: block;
    }
    .p-index_profile_name_main {
        margin-bottom: 10px;
    }
    .p-index_profile_name_sub {
        padding-left: 0!important;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_name {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .en .p-index_profile_name {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-index_profile_name_main_big {
    font-weight: 700;
    font-size: 39px;
    font-size: 3.9rem;
}

@media screen and (min-width: 768px) {
    .en .p-index_profile_name_main_big {
        font-size: 52px;
        font-size: 5.2rem;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_name_main_big {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_profile_name_main_big {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_name_main_big {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .en .p-index_profile_name_main_big {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.p-index_profile_name_sub {
    padding: 0 0 0 0.5em;
}

.en .p-index_profile_name_sub {
    padding: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
    .en .p-index_profile_name_sub {
        padding: 13px 0 0 0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_profile_navi {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.p-index_profile_navi_cont {
    padding-top: 10px;
}

.en .p-index_profile_navi_cont {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .p-index_profile_navi_cont {
        width: 75%;
        max-width: 373px;
    }
    .en .p-index_profile_navi_cont {
        max-width: 581px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_navi_cont {
        width: 70%;
        max-width: unset;
    }
}

.p-index_profile_en {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-index_profile_en {
        max-width: 125px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_en {
        width: calc(100% - 120px);
        margin: 20px auto 0;
    }
}

.p-index_profile_navi_name {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    flex-wrap: wrap;
}

.p-index_profile_en .p-index_profile_navi_name {
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
}

@media screen and (min-width: 1441px) {
    .p-index_profile_en .p-index_profile_navi_name {
        display: block;
    }
}

.p-index_profile_navi_name_sub {
    width: 112px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
}

.p-index_profile_en .p-index_profile_navi_name_sub {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_en .p-index_profile_navi_name_sub {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_navi_name_sub {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-index_profile_en .p-index_profile_navi_name_sub {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-index_profile_navi_name_main {
    width: calc(100% - 112px);
    font-size: 23px;
    font-size: 2.3rem;
}

.p-index_profile_en .p-index_profile_navi_name_main {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_navi_name_main {
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_navi_name_main {
        width: calc(100% - 100px);
        font-size: 18px;
        font-size: 1.8rem;
    }
    .p-index_profile_en .p-index_profile_navi_name_main {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-index_profile_navi_img {
    width: 25%;
}

.p-index_profile_en .p-index_profile_navi_img {
    width: 100%;
    max-width: unset;
}

@media screen and (min-width: 768px) {
    .p-index_profile_navi_img {
        max-width: 125px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_profile_navi_img {
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .p-index_profile_navi_img {
        width: calc(100% - 120px);
        margin: 0 auto 20px;
    }
    .p-index_profile_en .p-index_profile_navi_img {
        width: 100%;
        margin: 0;
    }
}


/* ===================== sec01 ===================== */

.p-index_sec01 {
    padding: 116px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_sec01 {
        padding: 50px 0 0;
    }
}

@media screen and (min-width: 1100px) {
    .p-index_sec01_img {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 50%;
        min-width: 692px;
        height: 100%;
    }
    .p-index_sec01_img img {
        height: 100%;
        object-position: left center;
        object-fit: cover;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_sec01_img {
        min-width: unset;
    }
}

@media screen and (max-width: 1640px) and (min-width: 1101px) {
    .p-index_sec01_img {
        width: 61%;
    }
}

@media screen and (max-width: 1640px) and (min-width: 1241px) {
    .p-index_sec01_img img {
        object-position: 100px center;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_sec01_img.u-only_pc {
        display: none;
    }
    .p-index_sec01_img.u-only_sp {
        display: block;
        margin-top: 40px;
    }
    .en .p-index_sec01_img.u-only_sp {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec01_img {
        margin: 25px auto 0;
    }
    .en .p-index_sec01_img {
        margin: 25px auto;
    }
}

.p-index_sec01_mov_wrap {
    width: 80%;
    margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
    .p-index_sec01_mov_wrap {
        width: 80%;
        max-width: 900px;
    }
}

@media screen and (max-width: 1640px) and (min-width: 1101px) {
    .p-index_sec01_mov_wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_sec01_mov_wrap {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec01_mov_wrap {
        width: calc(100% - 60px);
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_sec01_mov a .-btn {
        width: 9%;
        max-width: 134px;
    }
}

.p-index_sec01_slider01 {
    padding-top: 48px;
}

@media screen and (min-width: 768px) {
    .p-index_sec01_slider01 {
        max-width: 1050px;
    }
    .p-index_sec01_slider01 .slick-slide {
        max-width: 1010px;
    }
    .p-index_sec01_slider01 .slick-prev {
        left: calc(100% - 575px);
    }
    .p-index_sec01_slider01 .slick-next {
        right: calc(100% - 575px);
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec01_slider01 {
        padding-top: 30px;
    }
}

.p-index_sec01_slider01 .-aspect {
    aspect-ratio: 1010 / 705;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_sec01_slider01 .-aspect {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec01_slider01 .-aspect {
        aspect-ratio: 315 / 234;
    }
}

.p-index_sec01_slider01 .slick-slide .-caption {
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .p-index_sec02_slider01 .slick-slide .-caption.-short {
        width: 69.3%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec01_slider01 .slick-slide .-caption {
        padding: 6px 0;
    }
}


/* sec01内のp-index_sec02_grid上書き */

.p-index_sec01 .p-index_sec02_grid_side_img img+img {
    margin-top: 10px;
}

.p-index_sec01 .p-index_sec02_grid {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-index_sec01 .p-index_sec02_grid_side_img img+img {
        margin-top: 6px;
    }
}

.en .p-index_sec01 .p-index_sec02_grid {
    margin-bottom: 100px;
}


/* ここまで */


/* ===================== sec02 ===================== */

.p-index_sec02 {
    padding: 98px 0 85px;
}

@media screen and (max-width: 767px) {
    .p-index_sec02 {
        padding: 50px 0 35px;
    }
}

.p-index_sec02_grid {
    margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
    .p-index_sec02_grid {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1101px) {
    .p-index_sec02_grid {
        max-width: 1070px;
        padding: 0 30px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_sec02_grid {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec02_grid {
        width: calc(100% - 60px);
        margin: 25px auto 0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_sec02_grid_cont {
        width: 54%;
        max-width: 633px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_sec02_grid_cont {
        width: 54%;
        max-width: unset;
    }
}

@media screen and (min-width: 768px) {
    .p-index_sec02_grid_side {
        width: 43%;
        max-width: 425px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_sec02_grid_side {
        width: 39%;
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec02_grid_side {
        max-width: 30px 0;
    }
}

.p-index_sec02_grid_side_img:not(:first-child) {
    margin-top: 14px;
}

@media screen and (max-width: 767px) {
    .p-index_sec02_grid_side_img {
        margin-top: 15px;
    }
}

.p-index_sec02_grid_side_img_cap {
    line-height: 1;
    padding: 4px;
}

.p-index_sec02_slider01 {
    margin-bottom: 100px !important;
    padding-top: 90px;
}

@media screen and (min-width: 768px) {
    .p-index_sec02_slider01 {
        max-width: 1050px;
    }
    .p-index_sec02_slider01 .slick-slide {
        max-width: 1010px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec02_slider01 {
        margin-bottom: 70px !important;
        padding-top: 40px;
    }
}

.p-index_sec02_slider01 .-aspect {
    aspect-ratio: 1010 / 660;
}

@media screen and (max-width: 767px) {
    .p-index_sec02_slider01 .-aspect {
        aspect-ratio: 315 / 206;
    }
}

.p-index_sec02_slider01 .slick-slide .-caption {
    padding: 10px 0px;
    padding-bottom: 0!important;
}

.en .p-index_sec02_slider01 .slick-slide .-caption {
    padding: 10px 0;
    padding-bottom: 0!important;
}

@media screen and (max-width: 767px) {
    .p-index_sec02_slider01 .slick-slide .-caption {
        padding: 8px 0;
    }
}

.p-index_sec02_slider01 .slick-slide .-caption_bra {
    margin-left: -0.5em;
    padding-right: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-index_sec02_slider01 .slick-slide .-caption_head {
        padding-left: 0.5em;
    }
    .p-index_sec02_slider01 .slick-prev,
    .p-index_sec02_slider01 .slick-next {
        bottom: -20px;
    }
    .p-index_sec02_slider01 .slick-prev {
        left: calc(100% - 605px);
    }
    .p-index_sec02_slider01 .slick-next {
        right: calc(100% - 605px);
    }
    .p-index_sec02_slider01 .slick-dots {
        bottom: -22px;
    }
}


/* ===================== sec03 ===================== */

.p-index_sec03 {
    padding: 163px 0;
    background-color: rgba(185, 184, 186, 0.5);
}

@media screen and (max-width: 767px) {
    .p-index_sec03 {
        padding: 40px 0;
    }
}

.p-index_sec03_ttl {
    margin-bottom: 30px;
    text-align: center;
}

.en .p-index_sec03_ttl {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .en .p-index_sec03_ttl_sub {
        margin-bottom: 30px;
    }
}

.p-index_sec03_ttl_main {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    word-break: keep-all;
    font-size: 48px;
    font-size: 4.8rem;
    position: relative;
    line-height: 1.2;
}

.en .p-index_sec03_ttl_main {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
}

.p-index_sec03_ttl_main::after {
    content: "";
    aspect-ratio: 55 / 2;
    background-image: url(../images/ttl-deco.svg);
    display: block;
    background-repeat: no-repeat;
    width: 10em;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23%;
    margin: auto;
}

.en .p-index_sec03_ttl_main::after {
    bottom: -14%;
}

.p-index_sec03_ttl_main_large {
    font-size: 183%;
}

.en .p-index_sec03_ttl_main_large {
    font-size: 188%;
}

@media screen and (max-width: 767px) {
    .en .p-index_sec03_ttl_main_large {
        font-size: 164%;
    }
}

.p-index_sec03_ttl_area {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
}

.en .p-index_sec03_ttl_area {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .p-index_sec03_ttl_main,
    .p-index_sec03_ttl_area {
        font-size: 20px;
        font-size: 2rem;
    }
    .en .p-index_sec03_ttl_main,
    .en .p-index_sec03_ttl_area {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .en .p-index_sec03_ttl_main_large {
        font-size: 164%;
    }
}

.p-index_sec03_ttl_sub {
    line-height: 1;
    margin-bottom: 37px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}

.en .p-index_sec03_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .p-index_sec03_ttl_sub,
    .en .p-index_sec03_ttl_sub {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-index_sec03_mov_wrap {
    width: 80%;
    margin: 0 auto 57px;
}

@media screen and (min-width: 768px) {
    .p-index_sec03_mov_wrap {
        width: 80%;
        max-width: 1010px;
    }
}

@media screen and (max-width: 1640px) and (min-width: 1101px) {
    .p-index_sec03_mov_wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_sec03_mov_wrap {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec03_mov_wrap {
        width: calc(100% - 60px);
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_sec03_mov a .-btn {
        width: 10%;
        max-width: 138px;
    }
}

.p-index_sec03_txt {
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .p-index_sec03_txt .l-cont_s {
        max-width: 960px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_sec03_txt {
        padding-bottom: 30px;
    }
}

.p-index_sec03_txt_ttl {
    line-height: 1;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-index_sec03_txt_ttl {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 4.8vw;
    }
}

.p-index_sec03 .swiper {
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .p-index_sec03 .swiper {
        padding-bottom: 30px;
    }
}


/* ===================== lineup ===================== */

.p-index_lineup {
    padding: 187px 0 148px;
}

@media screen and (max-width: 767px) {
    .p-index_lineup {
        padding: 56px 0 72px;
    }
}

.c-ttl_lineup {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .c-ttl_lineup {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.p-index_lineup_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.p-index_lineup_item {
    width: 18%;
    margin-right: 1.6%;
    margin-top: 10vw;
}

@media screen and (min-width: 768px) {
    .p-index_lineup_item:nth-last-child(-n+3) {
        margin-top: 10vw;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_lineup_item {
        width: 19.1%;
        margin-right: 1%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item {
        width: 48.5%;
        margin-right: 3%;
        margin-top: 16vw;
    }
}

.p-index_lineup_item_inner {
    display: block;
}

.p-index_lineup_item_inner .-img {
    padding: 0 15%;
}

@media screen and (min-width: 768px) {
    .p-index_lineup_item:nth-child(7),
    .p-index_lineup_item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item:nth-child(2n) {
        margin-right: 0;
    }
}

.p-index_lineup_item .-cont {
    position: relative;
    z-index: 10;
    margin-top: -5.4vw;
    text-align: center;
    color: #807b68;
    word-break: break-all;
    line-height: 1.1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .p-index_lineup_item .-cont {
        margin-top: -3vw;
    }
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item .-cont {
        display: block;
    }
}

.p-index_lineup_item .-ico {
    width: 31.6%;
    margin-left: 3.3%;
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item .-ico {
        width: 34%;
        margin-left: 0;
        position: absolute;
        bottom: 100%;
        right: -7%;
    }
}

.p-index_lineup_item .-txt {
    width: 57%;
    padding-top: 16px;
}

@media screen and (min-width: 768px) {
    .en .p-index_lineup_item .-txt {
        width: 51.9%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item .-txt {
        width: 100%;
        padding-top: 0;
    }
}

.p-index_lineup_item_name {
    font-weight: 600;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1440px) {
    .p-index_lineup_item_name {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-index_lineup_item_spec {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 13px;
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item_spec {
        font-size: 13px;
        font-size: 1.3rem;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1485px) {
    .jp .p-index_lineup_item_spec {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1476px) {
    .jp .p-index_lineup_item_spec {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1472px) {
    .jp .p-index_lineup_item_spec {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 767px) {
    .jp .p-index_lineup_item_spec {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-index_lineup_item_price {
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item_price {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 5px;
    }
}

.p-index_lineup_item_link {
    margin-top: 16px;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(146, 136, 128, 0.8);
    height: 40px;
    color: #807a68;
    border-radius: 20px;
    width: 180px;
}

@media screen and (min-width: 768px) {
    .p-index_lineup_item_link {
        margin-top: 18px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .p-index_lineup_item_link {
        width: 100%;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_lineup_item_link {
        margin-top: 16px;
        font-size: 13px;
        font-size: 1.3rem;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-index_lineup_link {
    margin-top: 140px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-index_lineup_link {
        margin-top: 72px;
    }
}

.p-index_lineup_link_ttl {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

ruby rt {
    font-size: 10px;
    padding-bottom: 3px;
    letter-spacing: 0.2em;
    text-align: center;
}


/* ==========================================
    フローティング  id="l-wrap" に class="-seiko"追加
========================================== */

.-seiko .p-index_products_bnr.-in {
    display: none;
    margin-bottom: 0;
    padding: 15px;
    background-color: rgba(128, 128, 128, .8);
}

@media screen and (max-width: 767px) {
    .-seiko .p-index_products_bnr.-in {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .-seiko .p-index_products_bnr.-in li {
        margin-bottom: 8px;
    }
    .-seiko .p-index_products_bnr.-in li:last-child {
        margin-bottom: 0;
    }
}

.-seiko .p-index_products_bnr.-in li a {
    position: relative;
    transition: .4s;
    display: block;
}

.-seiko .p-index_products_bnr.-in li a:hover {
    opacity: 1;
    transition: .4s;
}

.-seiko .p-index_products_bnr.-in li a:hover::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.-seiko .p-index_products_bnr .btm {
    display: block;
}

.-seiko .p-index_products_bnr .float {
    display: none;
}

.-seiko .p-index_products_bnr.-in .btm {
    display: none;
}

.-seiko .p-index_products_bnr.-in .float {
    display: block;
}

body.en {
    font-size: 19px;
    font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
    body.en {
        font-size: 15px;
        font-size: 1.5rem;
    }
}


/* ページトップボタン */

@media screen and (min-width: 768px) {
    .l-footer .l-cont_l {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .l-footer .l-cont_l {
        position: relative;
    }
}

.l-footer_pagetop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #b5b5b6;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: .4s;
}

@media screen and (max-width: 767px) {
    .l-footer_pagetop {
        padding: 5px;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        right: 0;
    }
}

.l-footer_pagetop:hover {
    opacity: 1;
    background-color: #595757;
    transition: .4s;
}

.l-footer_pagetop img {
    width: auto;
    height: 100%;
}


/* ==========================================
    video modal
========================================== */

@media screen and (min-width: 768px) {
    .modal-video-body {
        max-width: 1056px !important;
    }
}