@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    clear: both;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    margin: 0;
    /* 1 */
    overflow: visible;
    color: inherit;
    /* 2 */
    border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    vertical-align: middle;
    color: inherit;
    text-align: inherit;
    text-transform: inherit;
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    /* 1 */
    border-collapse: collapse;
    border-color: inherit;
}

caption {
    text-align: left;
}

td,
th {
    padding: 0;
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a,
span {
    display: inline-block;
}

@media screen and (min-width: 681px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
/* 基本
***************************************************************/
html {
    font-size: 62.5%;
}

.b-page-bunjou-special {
    font-family: YuGothic, "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    background: #dcdddd;
    font-size: 16px;
}

@media screen and (max-width: 680px) {
    html {
        font-size: 45%;
    }
    .b-page-bunjou-special {
        font-size: 16px;
    }
}
/* フォント
***************************************************************/
.m_fonts {
    font-family: "Montserrat", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
    max-width: 1120px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

@media screen and (max-width: 680px) {
    .inner {
        padding: 0 2.6666666667vw;
    }
    section {
        padding: 21.3333333333vw 0;
    }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
    display: none !important;
}

@media screen and (max-width: 680px) {
    .sp_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
    text-align: center;
}

.section_title .en {
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
}

.section_title .ja {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 18px;
}

@media screen and (max-width: 680px) {
    .section_title .en {
        font-size: 8vw;
        line-height: 9.0666666667vw;
    }
    .section_title .ja {
        font-size: 3.7333333333vw;
        line-height: 4.2666666667vw;
        margin-top: 4.8vw;
    }
}
.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    gap: 2px;
    z-index: 100;
}

.fixed_link {
    width: 204px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 0;
    background: #3d3333;
    position: relative;
}

.fixed_link::before {
    content: "";
    display: inline-block;
    border-top: 1px solid #fff;
    width: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
    .fixed {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8vw;
        width: 100%;
    }
    .fixed_link {
        width: auto;
        font-size: 3.7333333333vw;
        line-height: 8vw;
        padding: 1.3333333333vw 0;
    }
    .fixed_link::before {
        width: 3.7333333333vw;
    }
}
.footer {
    color: #fff;
    font-family: "Noto Sans JP", Helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
}

.footer__main {
    padding: 3rem 0;
    background: #4d4d4d;
}

.footer__main-row {
    display: flex;
    position: relative;
}

.logo img {
    width: 10rem;
    height: auto;
}

.logo_text {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 80px;
    }
}
@media only screen and (max-width: 1119px) {
    .footer__main-row {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer__info {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 374px) {
    .footer__info {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .footer__brand {
        margin-right: 2rem;
    }
}
@media only screen and (max-width: 374px) {
    .footer__brand {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer__logo {
        text-align: center;
    }
}
.footer__siten-name {
    margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
    .footer__siten-name {
        text-align: center;
    }
}
.footer__siten-info {
    margin-top: 1.2rem;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .footer__siten-info {
        margin-top: 0;
        display: block;
    }
}
@media only screen and (max-width: 374px) {
    .footer__siten-info {
        margin-top: 3rem;
    }
}
.footer__address {
    margin-right: 4rem;
}

@media only screen and (max-width: 767px) {
    .footer__address {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer__time {
        margin-top: 1rem;
    }
}
.footer__letter {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .footer__letter {
        font-size: 13px;
    }
}
.footer__small-letter {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .footer__small-letter {
        font-size: 11px;
    }
}
.footer__small-letter.footer__small-letter--lh-small {
    line-height: 1;
}

.footer__menu {
    position: absolute;
    top: 1rem;
    right: 0;
}

@media only screen and (max-width: 1119px) {
    .footer__menu {
        display: none;
    }
}
.footer__footer {
    padding: 1.5rem 0 1.5rem;
    background: #333;
    color: #c2c2c2;
}

@media only screen and (max-width: 1119px) {
    .footer__footer {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}
.footer__footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1119px) {
    .footer__footer-flex {
        display: block;
    }
}
@media only screen and (max-width: 1119px) {
    .footer__policy-menu {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1119px) {
    .footer__copyright {
        text-align: center;
        margin-top: 2.8rem;
    }
}
.menu {
    display: flex;
}

.menu__txt {
    display: block;
    text-align: center;
    padding: 0 2rem;
}

@media only screen and (max-width: 1200px) {
    .menu__txt {
        padding-left: 1vw;
        padding-right: 1vw;
    }
}
.menu__item:first-child .menu__txt {
    padding-left: 0;
}

.menu__item:last-child .menu__txt {
    padding-right: 0;
}

.menu__jp-letter {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.table-txt {
    width: 100%;
}

.table-txt__child {
    text-align: left;
    padding: 0.5rem 0;
}

.table-txt__tr:first-child .table-txt__child {
    padding-top: 0;
}

.table-txt__tr:last-child .table-txt__child {
    padding-bottom: 0;
}

.table-txt__child.table-txt__child--th {
    padding-right: 1em;
}

.table-txt__border-right {
    display: block;
    padding-right: 1em;
    border-right: 1px solid #fff;
    font-weight: 400;
}

.footer__footer {
    padding: 1.5rem 0 1.5rem;
    background: #333;
    color: #c2c2c2;
}

@media only screen and (max-width: 1119px) {
    .footer__footer {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}
.footer__footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1119px) {
    .footer__footer-flex {
        display: block;
    }
}
@media only screen and (max-width: 1119px) {
    .footer__policy-menu {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1119px) {
    .footer__copyright {
        text-align: center;
        margin-top: 2.8rem;
    }
}
.menu-slash {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 374px) {
    .menu-slash {
        justify-content: center;
    }
}
.menu-slash__list {
    display: inline-block;
    margin-right: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    .menu-slash__list {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1119px) {
    .menu-slash__list {
        padding-top: 1.5rem;
    }
}
@media only screen and (max-width: 500px) {
    .menu-slash__list.menu-slash__list--kaigyou {
        width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .menu-slash__list.menu-slash__list--kaigyou {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .menu-slash__list:nth-child(n + 2) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 374px) {
    .menu-slash__list:nth-child(1) {
        margin-right: 0;
    }
}
.menu-slash__list::after {
    content: "/";
    margin-left: 1rem;
}

.menu-slash__list:last-child::after {
    display: none;
}

.menu-slash__link {
    display: inline-block;
}

.menu-slash .space {
    display: none;
}

@media only screen and (max-width: 500px) {
    .menu-slash .space {
        display: block;
    }
}
.copyright {
    font-size: 1rem;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
    .copyright {
        font-size: 10px;
    }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
    .action01 {
        opacity: 0;
        transform: translateY(40px);
        position: relative;
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action01.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action02 {
        opacity: 0;
        transform: translateX(-40px);
        position: relative;
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action02.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action03 {
        opacity: 0;
        transform: translateX(40px);
        position: relative;
        transition: opacity 0.8s, transform 0.8s ease-out;
    }
    .action03.action {
        opacity: 1;
        transform: translateX(0);
    }
    .action04 {
        opacity: 0;
        transition: opacity 0.8s ease-out;
    }
    .action04.action {
        opacity: 1;
    }
    .delay1 {
        transition-delay: 0.3s;
    }
    .delay2 {
        transition-delay: 0.6s;
    }
    .delay3 {
        transition-delay: 0.9s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
    .delay5 {
        transition-delay: 1.5s;
    }
}
@media all and (max-width: 750px) {
    .action01_sp {
        opacity: 0;
        transform: translateY(50px);
        position: relative;
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action01_sp.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action02_sp {
        opacity: 0;
        transform: translateX(-50px);
        position: relative;
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action02_sp.action {
        opacity: 1;
        transform: translateY(0);
    }
    .action03_sp {
        opacity: 0;
        transform: translateX(50px);
        position: relative;
        transition: opacity 0.6s, transform 0.6s ease-out;
    }
    .action03_sp.action {
        opacity: 1;
        transform: translateX(0);
    }
    .action04_sp {
        opacity: 0;
        transition: opacity 0.6s ease-out;
    }
    .action04_sp.action {
        opacity: 1;
    }
    .delay1_sp {
        transition-delay: 0.3s;
    }
    .delay2_sp {
        transition-delay: 0.6s;
    }
    .delay3_sp {
        transition-delay: 0.9s;
    }
    .delay4_sp {
        transition-delay: 1.2s;
    }
    .delay5_sp {
        transition-delay: 1.5s;
    }
}
/* FV
***************************************************************/
.fv {
    padding: 0;
    position: relative;
}

.fv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #dcdddd;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#fv_slider {
    width: 100%;
    height: calc(100vh - 66px) !important;
}

.fv_logo {
    width: 368px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.vegas-timer-running {
    display: none;
}

@media screen and (max-width: 680px) {
    #fv_slider {
        height: 390px !important;
    }
    .fv_logo {
        width: 36.2666666667vw;
    }
}
/* About
***************************************************************/
.pageNav {
    padding: 60px 0;
}

.pageNav_list {
    display: flex;
    justify-content: space-between;
}

.pageNav_link {
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 680px) {
    .pageNav {
        display: none;
    }
}
/* Service
***************************************************************/
.sec1 {
    padding: 0 0 80px;
}

.sec1_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sec1_content_img {
    height: 484px;
}

.sec1_contentBox {
    padding-left: 115px;
}

.sec1_contentBox_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.sec1_contentBox_text {
    font-weight: 500;
    line-height: 35px;
    margin-top: 43px;
}

.sec1_galleryList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin-top: 80px !important;
}

@media screen and (max-width: 680px) {
    .sec1 {
        padding: 10.6666666667vw 0 21.3333333333vw;
    }
    .sec1_content {
        display: flex;
        flex-flow: column-reverse;
        padding: 0 5.3333333333vw;
    }
    .sec1_content_img {
        height: 66.6666666667vw;
        margin: 10.6666666667vw calc(50% - 50vw) 0;
        width: 100vw;
    }
    .sec1_contentBox {
        padding-left: 0;
    }
    .sec1_contentBox_title {
        font-size: 5.0666666667vw;
        line-height: 8.8vw;
    }
    .sec1_contentBox_text {
        line-height: 6.4vw;
        margin-top: 5.0666666667vw;
        font-size: 3.2vw;
    }
    .sec1_galleryList {
        display: block;
        margin-top: 4.2666666667vw !important;
    }
    .sec1_galleryList_item {
        width: 60.2666666667vw;
        margin: 0 2.1333333333vw;
    }
}
/* section2
***************************************************************/
.sec2 {
    padding: 80px 0 0;
}

.sec2_subTitle {
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.sec2_subTitle::before {
    content: "";
    display: inline-block;
    width: 134px;
    border-top: 1px solid #000;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec2_text {
    font-weight: 500;
    line-height: 30px;
    margin-top: 60px;
    text-align: center;
}

.sec2_text:nth-of-type(n + 2) {
    margin-top: 30px;
}

.sec2_slider {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 60px auto 0 !important;
}

.sec2_slider .slider-item {
    height: 390px;
}

.sec2_slider .slider-item01 {
    background: url(../img/sec2_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec2_slider .slider-item02 {
    background: url(../img/sec2_img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec2_slider .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 20px 0 0 0;
}

.sec2_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.sec2_slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.sec2_slider .slick-dots .slick-active button {
    background: #333;
}

.sec2_movie {
    background: #3c3b42;
    padding: 60px 0;
    margin-top: 180px;
}

.sec2_movie_content {
    display: grid;
    grid-template-columns: 1fr 558px;
    align-items: center;
    background: rgb(0, 0, 0);
}

.sec2_movie_contentBox {
    text-align: center;
}

.sec2_movie_contentBox_title {
    color: #c8ccce;
    font-size: 34px;
    font-weight: 500;
}

.sec2_movie_contentBox_btn {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    background: #c8ccce;
    width: 355px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    margin-top: 30px;
}

.sec2_movie_contentBox_btn::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.sec2 iframe {
    width: 100%;
    height: 630px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 680px) {
    .sec2 {
        padding: 0;
    }
    .sec2_subTitle {
        font-size: 4.2666666667vw;
        line-height: 6.9333333333vw;
        margin-top: 8.5333333333vw;
    }
    .sec2_subTitle::before {
        width: 26.6666666667vw;
        bottom: -6.6666666667vw;
    }
    .sec2_text {
        line-height: 5.8666666667vw;
        margin-top: 16vw;
        font-size: 3.2vw;
    }
    .sec2_text:nth-of-type(n + 2) {
        margin-top: 8vw;
    }
    .sec2_slider {
        margin: 14.6666666667vw calc(50% - 50vw) 0 !important;
        width: 100vw;
    }
    .sec2_slider .slider-item {
        height: 53.3333333333vw;
    }
    .sec2_slider .slick-dots {
        margin: 5.3333333333vw 0 0 0;
    }
    .sec2_slider .slick-dots li {
        margin: 0 1.3333333333vw;
    }
    .sec2_slider .slick-dots button {
        width: 2.1333333333vw;
        height: 2.1333333333vw;
    }
    .sec2_movie {
        padding: 8vw 2.6666666667vw;
        margin-top: 10.6666666667vw;
    }
    .sec2_movie_content {
        display: flex;
        flex-flow: column;
        padding: 8vw 6.4vw 6.4vw;
    }
    .sec2_movie_contentBox {
        display: contents;
    }
    .sec2_movie_contentBox_title {
        font-size: 6.4vw;
        line-height: 1.4;
        order: 1;
    }
    .sec2_movie img {
        order: 2;
        margin-top: 10px;
    }
    .sec2_movie_contentBox_btn {
        order: 3;
        font-size: 4.2666666667vw;
        gap: 3.2vw;
        padding: 2.6666666667vw 0;
        margin-top: 5.3333333333vw;
        width: 100%;
    }
    .sec2_movie_contentBox_btn::before {
        width: 8vw;
        height: 8vw;
    }
    .sec2 iframe {
        height: 50.1333333333vw;
    }
}
/* section
***************************************************************/
.sec3 {
    overflow: hidden;
    padding: 190px 0 230px;
}

.sec3 .section_title {
    position: relative;
    z-index: 2;
}

.sec3_list {
    margin-top: 80px !important;
    position: relative;
    z-index: 1;
}

.sec3_item {
    position: unset;
    margin: 0 10px;
}

.sec3_list::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: calc(100% - 40px);
    background: #c8ccce;
    position: absolute;
    top: 80px;
    left: 60px;
    z-index: -1;
}

/*ドットナビゲーションの設定*/
.sec3_list .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 140px;
    text-align: center;
}

.sec3_list .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.sec3_list .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.sec3_list .slick-dots .slick-active button {
    background: #3c3b42;
}

.sec3_itemBox {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 30px;
    padding-left: 190px;
}

.sec3_itemBox_title {
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
}

.sec3_itemBox_title span {
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
    display: block;
    margin-top: 9px;
}

.sec3_itemBox_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    width: 590px;
}

@media screen and (max-width: 680px) {
    .sec3 {
        padding: 29.3333333333vw 0 42.6666666667vw;
    }
    .sec3_list {
        margin-top: 10.6666666667vw !important;
        margin-right: calc(50% - 50vw);
    }
    .sec3_item {
        margin: 0 0 0 5.3333333333vw;
    }
    .sec3_list::before {
        content: "";
        display: inline-block;
        width: 100vw;
        height: calc(100% + 69.3333333333vw);
        background: #c8ccce;
        position: absolute;
        top: -54.6666666667vw;
        left: 10.6666666667vw;
        z-index: -1;
    }
    .sec3_list .slick-dots {
        bottom: 53.3333333333vw;
        right: 5.3333333333vw;
    }
    .sec3_list .slick-dots li {
        margin: 0 1.3333333333vw;
    }
    .sec3_list .slick-dots button {
        width: 2.1333333333vw;
        height: 2.1333333333vw;
    }
    .sec3_itemBox {
        align-items: flex-start;
        flex-flow: column;
        gap: 5.3333333333vw;
        margin-top: 8vw;
        padding: 0 5.3333333333vw 0 10.6666666667vw;
    }
    .sec3_itemBox_title {
        font-size: 5.3333333333vw;
        line-height: 5.8666666667vw;
    }
    .sec3_itemBox_title span {
        font-size: 5.3333333333vw;
        line-height: 5.8666666667vw;
        margin-top: 0;
    }
    .sec3_itemBox_text {
        font-size: 3.2vw;
        width: 100%;
    }
}
/* section
***************************************************************/
.sec4 {
    padding: 0 0 160px;
}

.sec4 .inner {
    max-width: 1040px;
}

.sec4_head {
    display: grid;
    align-items: center;
    grid-template-columns: 473px 1fr;
    background: #fff;
}

.sec4_head_content {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 0 70px;
}

.sec4_head_title {
    font-weight: bold;
    line-height: 1.2;
}

.sec4_head_title .en {
    color: #c8ccce;
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    display: block;
    margin-bottom: 8px;
}

.sec4_head_btn {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 28.852px;
    background: #3c3b42;
    padding: 10px 0;
    margin-top: 35px;
    position: relative;
}

.sec4_head_btn:nth-of-type(2) {
    margin-top: 25px;
}

.sec4_head_btn::before {
    content: "";
    display: inline-block;
    width: 25px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.sec4_content {
    margin: 40px auto 0;
    background: #fff;
    padding: 52px 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    position: relative;
}

.sec4_content::before {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #c8ccce;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec4_contentBox {
    text-align: center;
}

.sec4_content_title {
    text-align: center;
    width: 400px;
}

.sec4_content_title .en {
    color: #3c3b42;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

.sec4_content_title .ja {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    background: #3c3b42;
    display: block;
    margin-top: 13px;
    padding: 5px 0;
}

.sec4_contentBox {
    flex: 1;
}

.sec4_contentBox_text {
    color: #2d1e1e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
}

.sec4_contentBox_text .text {
    font-size: 28px;
    display: block;
    margin-top: 14px;
}

.sec4_contentBox_text .price {
    font-size: 34px;
}

.sec4_contentBox_desc {
    color: #2d1e1e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 680px) {
    .sec4 {
        padding: 10.6666666667vw 1.3333333333vw;
        background: #3c3b42;
    }
    .sec4_head {
        display: flex;
        flex-flow: column-reverse;
        padding-left: 0;
        gap: 0;
        background: unset;
    }
    .sec4_head_content {
        padding: 6.6666666667vw 5.3333333333vw 8vw;
        width: calc(100% - 10.6666666667vw);
        background: #fff;
        margin-top: -8vw;
    }
    .sec4_head_title {
        font-weight: bold;
        line-height: 1.2;
        font-size: 3.2vw;
    }
    .sec4_head_title .en {
        font-size: 6.4vw;
        line-height: 1;
        margin-bottom: 1.0666666667vw;
    }
    .sec4_head_btn {
        font-size: 3.7333333333vw;
        line-height: 6.6666666667vw;
        padding: 2.4vw 0;
        margin-top: 5.3333333333vw;
    }
    .sec4_head_btn:nth-of-type(2) {
        margin-top: 4vw;
    }
    .sec4_head_btn::before {
        width: 5.3333333333vw;
    }
    .sec4_content {
        margin: 8vw auto 0;
        padding: 10.6666666667vw 2.6666666667vw 13.3333333333vw;
        flex-flow: column;
        gap: 4.8vw;
    }
    .sec4_content_title {
        width: 100%;
        padding: 0 2.6666666667vw;
    }
    .sec4_content_title .en {
        font-size: 6.6666666667vw;
    }
    .sec4_content_title .ja {
        font-size: 4.5333333333vw;
        line-height: 5.0666666667vw;
        margin-top: 2.4vw;
        padding: 1.0666666667vw 0;
    }
    .sec4_contentBox_text {
        font-size: 3.7333333333vw;
        line-height: 5.3333333333vw;
        margin-top: 5.3333333333vw;
    }
    .sec4_contentBox_text .text {
        font-size: 7.4666666667vw;
        line-height: 10.4vw;
        margin-top: 4.8vw;
    }
    .sec4_contentBox_text .price {
        font-size: 9.0666666667vw;
    }
    .sec4_contentBox_desc {
        font-size: 3.7333333333vw;
        line-height: 5.3333333333vw;
        margin-top: 2.6666666667vw;
    }
}
/* section
***************************************************************/
.sec5 {
    border: 30px solid #fff;
}

.sec5 .inner {
    max-width: 1040px;
}

.sec5_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec5_headBox_title {
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
}

.sec5_headBox_text {
    font-weight: 700;
    line-height: 28px;
    margin-top: 18px;
}

.sec5_head_table {
    width: 410px;
    margin-top: 50px;
}

.sec5_head_th {
    font-size: 14px;
    font-weight: 500;
    width: 23%;
}

.sec5_head_td {
    font-size: 14px;
    font-weight: 500;
    width: 77%;
}

.sec5 iframe {
    display: block;
    width: 100%;
    height: 410px;
    margin-top: 32px;
}

@media screen and (max-width: 680px) {
    .sec5 {
        border: 5.3333333333vw solid #fff;
        padding: 10.6666666667vw 5.3333333333vw;
    }
    .sec5_head {
        flex-flow: column;
        align-items: flex-start;
    }
    .sec5_headBox_title {
        font-size: 8vw;
        line-height: 11.7333333333vw;
    }
    .sec5_headBox_text {
        line-height: 5.3333333333vw;
        margin-top: 4.8vw;
        font-size: 3.2vw;
    }
    .sec5_head_table {
        width: 100%;
        margin-top: 6.4vw;
    }
    .sec5_head_th {
        font-size: 3.2vw;
        width: 23%;
    }
    .sec5_head_td {
        font-size: 3.2vw;
        font-weight: 500;
        width: 77%;
    }
    .sec5 iframe {
        height: 88vw;
        margin-top: 6.4vw;
    }
}
/* section
***************************************************************/
.sec6_text {
    text-align: center;
    font-weight: 500;
    margin-top: 56px;
}

.sec6_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 55px;
    margin-top: 70px !important;
}

.sec6_item_title {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #000;
    padding-left: 6px;
    line-height: 1.2;
}

.sec6_item img {
    height: 185px;
    margin-top: 10px;
}

.sec6_item_dl {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px 13px;
    margin-top: 10px;
}

.sec6_item_dt {
    font-size: 14px;
    font-weight: bold;
}

.sec6_item_dd {
    font-size: 14px;
    font-weight: 500;
}

.sec6_btn {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0;
    background: #000;
    display: block;
    margin-top: 20px;
    position: relative;
}

.sec6_btn:nth-of-type(2) {
    margin-top: 10px;
}

.sec6_btn.coming {
    background: #b9b9b9;
    pointer-events: none;
}

.sec6_btn::before {
    content: "";
    display: inline-block;
    width: 27px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
    .sec6_text {
        margin-top: 9.0666666667vw;
        font-size: 3.7333333333vw;
    }
    .sec6_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 12.8vw;
        margin-top: 14.9333333333vw !important;
        padding: 0 5.3333333333vw;
    }
    .sec6_item_title {
        font-size: 4.8vw;
        font-weight: bold;
        border-left: 1.0666666667vw solid #000;
        padding-left: 1.6vw;
        line-height: 1.2;
    }
    .sec6_item img {
        height: 49.3333333333vw;
        margin-top: 2.6666666667vw;
    }
    .sec6_item_dl {
        grid-template-columns: 11.2vw 1fr;
        gap: 2.6666666667vw 3.4666666667vw;
        margin-top: 2.6666666667vw;
    }
    .sec6_item_dt {
        font-size: 3.7333333333vw;
    }
    .sec6_item_dd {
        font-size: 3.7333333333vw;
        font-weight: 500;
    }
    .sec6_btn {
        font-size: 3.7333333333vw;
        padding: 5.3333333333vw 0;
        margin-top: 5.3333333333vw;
    }
    .sec6_btn::before {
        width: 7.2vw;
    }
}
/* section7
***************************************************************/
.sec7 {
    background: #fff;
    overflow: hidden;
}

.sec7_text {
    font-weight: 500;
    text-align: center;
    margin-top: 56px;
}

.sec7_list {
    margin: 56px calc(50% - 50vw) 0 !important;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding: 0 5.3333333333vw;
}

@media screen and (max-width: 680px) {
    .sec7_text {
        font-size: 3.7333333333vw;
        margin-top: 8.5333333333vw;
    }
    .sec7_list {
        margin: 10.6666666667vw 0 0 !important;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 8.5333333333vw;
    }
}
