@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
}

.contents-top img {
    width: 100%;
    height: auto;
}

.contents-top p {
    line-height: 2;
}

.contents-top-wrap {
    width: 100%;
}

/* box-img */

.layout06 .box-img,
.layout11 .box-img {
    position: relative;
    overflow: hidden;
}

.layout06 .box img,
.layout11 .box-img img {
    width: 100%;
    height: auto;
    transition: .5s all;
    z-index: -1;
}

.layout06 .box:hover img,
.layout11 a:hover .box-img img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
    z-index: -1;
}

.layout06 .box a:hover,
.layout11 a:hover {
    opacity: 1;
}

/* box-link */

.box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 25px;
}

.box-link h6 a,
.box-link h6 span {
    font-weight: var(--base-weight);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
    min-width: 360px;
    padding: 15px 0px;
    text-align: center;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
}

.box-link h6 a:hover {
    opacity: 1;
    background-color: #000;
    color: #FFF;
}

.box-link .pre {
    position: relative;
    opacity: 0.5;
}

.box-link .pre::before {
    content: "※現在準備中です";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: var(--base-weight);
    margin-bottom: -25px;

}

/* main-img-top */

.main-img-top {
    width: 100%;
    position: relative;
}

.main-img-top .box-logo {
    position: absolute;
    left: 20px;
    top: 20px;
}

.main-img-top .box-logo img {
    height: 70px;
    width: auto;
}

/* box-img */

.main-img-top .box-img {
    width: 100%;
}

.main-img-top .box-img img {
    width: 100%;
    height: 100vh;
}

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 5%;
}

.main-img-top h2 {
    font-weight: var(--base-weight);
    font-size: 5vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1360px) {
    .main-img-top h2 {
        font-size: 70px;
    }
}

/* contents01 */

.contents01 {
    width: 100%;
    padding: 110px 0px 100px;
}

/* contents02 */

.contents02 {
    width: 100%;
    height: 940px;
    background-image: url("../../images/top/back01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* contents03 */

.contents03 {
    width: 100%;
}

/* contents04 */

.contents04 {
    width: 100%;
    padding-bottom: 3vw;
    position: relative;
}

.contents04::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/back03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contents04 .box-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 45%;
}

.contents04 .box-img img {
    height: 410px;
}

@media screen and (max-width: 1360px) {
    .contents04 {
        min-height: 1300px;
    }
}

@media screen and (min-width: 1500px) {
    .contents04 {
        padding-bottom: 150px;
    }
}

/* contents05 */

.contents05 {
    width: 100%;
    text-align: center;
    padding: 150px 0px 120px;
}

.contents05 .box-detail {
    padding: 110px 0px;
}

.contents05 h2,
.contents07 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 100px;
    line-height: 0.9;
    letter-spacing: 0.1em;
}

.contents05 h2 {
    display: flex;
    align-items: center;
}

.contents05 h2::before,
.contents05 h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}

.contents05 h2::before {
    margin-right: 60px;
}

.contents05 h2::after {
    margin-left: 60px;
}

.contents05 h3 {
    font-weight: var(--base-weight);
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 80px;
}

.contents05 p,
.contents07 p {
    font-size: 22px;
    line-height: 3;
    letter-spacing: 0.1em;
}

.contents05 .box-link {
    padding-top: 100px;
}

/* contents07 */

.contents07 {
    text-align: center;
    padding: 100px 0px 160px;
}

.contents07 p {
    padding: 50px 0px 70px;
}

/* contents08 */

.contents08 {
    text-align: center;
}

.contents08 h2 {
    margin-bottom: 40px;
}

.contents08 h2 img {
    height: 120px;
    width: auto;
}

/* contents09 */

.contents09 {
    text-align: center;
    padding: 130px 0px;
}


/* layout01 */

.layout01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.layout01 .box-detail {
    flex: 1;
}

.layout01 .box-img {
    width: 30%;
}

.layout01 h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight0);
    font-size: 3.8vw;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1360px) {
    .layout01 h2 {
        font-size: 53px;
    }
}

@media screen and (min-width: 1500px) {
    .layout01 h2 {
        font-size: 62px;
    }
}

.layout01 p {
    font-size: 18px;
    padding-top: 30px;
}


/* layout02 */

.layout02 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 3%;
}

.layout02 .box-detail {
    padding-top: 80px;
}

.layout02 h2 {
    font-weight: var(--base-weight);
    font-size: 5.2vw;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
}

@media screen and (max-width: 1360px) {
    .layout02 h2 {
        font-size: 80px;
    }
}

@media screen and (min-width: 1500px) {
    .layout02 h2 {
        font-size: 90px;
    }
}

.layout02 p {
    font-size: 22px;
    line-height: 3;
}


/* layout03 */

.layout03 {
    position: relative;
    padding: 170px 0px 300px;
}

.layout03 .box-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: -300px;
}

.layout03 .box-img .inner {
    position: relative;
    width: 100%;
    height: 1230px;
}

.layout03 .box-img .box {
    position: absolute;
}

.layout03 .box-img .box-img01 {
    right: 0px;
    top: 0px;
    width: 45%;
}

.layout03 .box-img .box-img01 img {
    height: 550px;
}

.layout03 .box-img .box-img02 {
    right: 0px;
    top: 610px;
    width: 55%;
}

.layout03 .box-img .box-img02 img {
    height: 390px;
}

.layout03 .box-img .box-img03 {
    left: 0px;
    bottom: 0px;
    width: 40%;
}

.layout03 .box-img .box-img03 img {
    height: 340px;
}

.layout03 h2 {
    position: relative;
    display: inline-block;
    padding-right: 500px;
}

.layout03 h2::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    width: 360px;
    height: 100%;
}

.layout03 h2 img {
    height: 220px;
    width: auto;
}

.layout03 p {
    font-size: 22px;
    line-height: 3;
    padding-top: 60px;
}

/* layout04 */

.layout04 {
    width: 100%;
    background-image: url("../../images/top/back02.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.layout04 .box-detail {
    text-align: center;
    padding-top: 25vw;
}

.layout04 h2 {
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 5.5vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.95);
    display: inline-block;
    text-align: left;
    margin-bottom: 12.5vw;
}

.layout04 h3 {
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 3;
}

.layout04 h4 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight3);
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0em;
    padding: 60px 0px;
}

.layout04 p {
    font-size: 22px;
}


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

    .layout04 .box-detail {
        padding-top: 350px;
    }

    .layout04 h2 {
        font-size: 84px;
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 1500px) {
    .layout04 h2 {
        font-size: 90px;
    }
}

/* layout05 */

.layout05 {
    padding-top: 23vw;
    max-width: 90%;
}

.layout05 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 13vw;
    line-height: 0.9;
    letter-spacing: 0.05em;
    margin-bottom: 12vw;
    padding-left: 5%;
}

.layout05 p {
    display: inline-block;
    background-color: #FFF;
    padding: 70px 5%;
    font-size: 24px;
    line-height: 3;
    min-width: 60%;
}

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

    .layout05 {
        padding-top: 330px;
    }

    .layout05 h2 {
        font-size: 180px;
        margin-bottom: 150px;
    }

    .layout05 p {
        font-size: 22px;
    }
}

@media screen and (min-width: 1500px) {
    .layout05 h2 {
        font-size: 230px;
    }
}



/* layout06 */

.layout06 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 2%;
}

.layout06 .box {
    width: 23.5%;
}

.layout06 .box a {
    display: block;
    position: relative;
}

.layout06 .box a:hover {
    opacity: 1;
}

.layout06 .box-img {
    position: relative;
}

.layout06 .box-img::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    z-index: 1;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(0, 0, 0, 1) 36.06%, rgba(10, 7, 6, 0.8) 48.98%, rgba(28, 20, 17, 0.33) 78.78%, rgba(35, 24, 21, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 36.06%, rgba(10, 7, 6, 0.8) 48.98%, rgba(28, 20, 17, 0.33) 78.78%, rgba(35, 24, 21, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0.3606, rgba(0, 0, 0, 1)), color-stop(0.4898, rgba(10, 7, 6, 0.8)), color-stop(0.7878, rgba(28, 20, 17, 0.33)), color-stop(1, rgba(35, 24, 21, 0)));
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 36.06%, rgba(10, 7, 6, 0.8) 48.98%, rgba(28, 20, 17, 0.33) 78.78%, rgba(35, 24, 21, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 36.06%, rgba(10, 7, 6, 0.8) 48.98%, rgba(28, 20, 17, 0.33) 78.78%, rgba(35, 24, 21, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#231815' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 36.06%, rgba(10, 7, 6, 0.8) 48.98%, rgba(28, 20, 17, 0.33) 78.78%, rgba(35, 24, 21, 0) 100%);
    opacity: 0.52;
    filter: alpha(opacity=52) progid:DXImageTransform.Microsoft.Alpha(opacity=52) progid:DXImageTransform.Microsoft.gradient(startColorstr='#231815', endColorstr='#000000', GradientType=0);
}

.layout06 .box-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 220px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.layout06 h4,
.layout06 h5 {
    font-weight: var(--base-weight);
    color: #FFF;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.layout06 h4 {
    font-size: 24px;
    min-height: 100px;
}

.layout06 h5 {
    padding-top: 20px;
    font-size: 18px;
}

/* layout07 */

.layout07 {}

.contents06-slider:not(:last-child) {
    margin-bottom: 25px;
}

/* layout09 */

.layout09 > div {
    width: 100%;
}

.layout09 iframe {
    width: 100%;
    height: auto;
}

/* layout10 */

.layout10 {
    margin-bottom: 130px;
}

.layout10 h3 {
    font-weight: var(--base-weight);
    font-size: 24px;
    line-height: 3;
    letter-spacing: 0.1em;
    margin-bottom: 90px;
}

.layout10 h4 img {
    height: 150px;
    width: auto;
}

/* layout11 */

.layout11 a {
    position: relative;
    display: block;
}

.layout11 .box-img {
    position: relative;
}

.layout11 .box-img::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    mix-blend-mode: multiply;
    z-index: 1;
}

.layout11 .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.layout11 .box-text h5 {
    width: 68%;
}

.sp-view {
    display: none;
}
