/*/////////////////////コンテンツ////////////////////////////*/
header.mv {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    display: flex;
    position: relative;
    flex-direction: column;
    background: none;
}
header.mv::before, header.mv::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
header.mv::before {
    background: url(../img/front-page/mv1.jpg) no-repeat center / cover;
    left: 0;
}
header.mv::after {
    background: url(../img/front-page/mv2.jpg) no-repeat center / cover;
    right: 0;
}
.mv-ttl-wrapper {
    width: 100%;
    margin: auto 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 50px;
}
.mv-ttl-wrapper p {
    filter: drop-shadow(3px 3px 3px #000);
}
.mv-ttl {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}
.mv-ttl-sub {
    width: fit-content;
    display: flex;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-top: 5px;
    border-top: 1px solid #fff;
    margin: 5px auto 0 auto;
}
.mv-free {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 19vw;
    min-width: 240px;
}
.concept {
    overflow: hidden;
}
.concept::before {
    content: "";
    display: flex;
    position: absolute;
    width: 55%;
    border-bottom: 1000px solid #E6E8EE;
    border-left: 800px solid transparent;
    right: 0;
    bottom: 0;
}
.concept .wrapper {
    display: flex;
    justify-content: space-between;
}
.concept .block, .concept img {
    width: 48%;
}
.concept .item {
    margin-bottom: 40px;
}
.concept h3 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.concept h3 span {
    font-style: italic;
    font-size: 52px;
    margin-right: 10px;
}
.info {
    background-color: #F2F2F2;
}
.info .wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.slick-track {
    display: flex!important;
}
.info .block {
    display: flex!important;
    flex-direction: column;
    width: 32%;
    height: auto;
    margin-right: 30px;
}
.info .block:last-of-type {
    margin-right: 0;
}
.info .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform ease 0.5s;
}
.info .img.ended {
    position: relative;
}
.info .img.ended::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    left: 0;
    top: 0;
}
.info .img.ended::after {
    content: "終了しました";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.info .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.info .tag.news {
    background-color: #7D4141;
}
.info .tag.event {
    background-color: #31516D;
}
.info .item {
    padding: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.info h3 {
    font-weight: 600;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    max-height: 3em;
}
.info .text {
    margin-bottom: 20px;
}
.info .day {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: auto;
}
.info .day img {
    display: flex;
    width: 20px;
    margin: auto 10px auto 0;
}
.info .day p {
    display: flex;
    line-height: 1.2;
    flex-wrap: wrap;
}
.info .btn {
    display: flex;
    width: 100%;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
.about {
    background-color: #E6E8EE;
}
.about .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about .about-link {
    display: flex;
    position: relative;
    width: 49%;
    height: 180px;
    margin-bottom: 30px;
}
.about .about-link:nth-of-type(3), .about .about-link:nth-of-type(4) {
    margin-bottom: 0;
} 
.about .about-link .text {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 5px 20px;
    background-color: rgba(40, 50, 70, 0.9);
    z-index: 2;
    left: 0;
    bottom: 0;
    color: #fff;
}
.about .about-link .text .en {
    font-size: 21px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.about-sp-menu {
    display: none;
}
.gallery {
    background-color: #F2F2F2;
}
.g-content1 {
    padding-bottom: 20px!important;
}
.g-content2 {
    padding-top: 20px!important;
}
.g-slider {
    width: 100%;
}
.swiper-slide {
    overflow: hidden;
}
.slide-link {
    display: block;
    transition: transform 0.5s ease;
}
.slide-link img {
    display: block;
    width: 100%;
    height: auto;
}
.about2 {
    overflow: hidden;
}
.about2::before {
    content: "";
    display: flex;
    position: absolute;
    width: 55%;
    border-bottom: 1000px solid #E6E8EE;
    border-right: 800px solid transparent;
    left: 0;
    bottom: 0;
}
.about2 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2 .about2-link {
    display: flex;
    position: relative;
    width: 49%;
    height: 180px;
    margin-bottom: 30px;
}
.about2 .about2-link:last-of-type {
    margin: 0 auto;
} 
.about2 .about2-link .text {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: fit-content;
    min-height: 50px;
    padding: 5px 20px;
    background-color: rgba(40, 50, 70, 0.9);
    z-index: 2;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1.2;
}
.about2 .about2-link .text .en {
    font-size: 21px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.about-link1, .about-link2, .about-link3, .about-link4,
.about2-link1, .about2-link2, .about2-link3, .about2-link4, .about2-link5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-link1::before, .about-link2::before, .about-link3::before, .about-link4::before,
.about2-link1::before, .about2-link2::before, .about2-link3::before, .about2-link4::before, .about2-link5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    transition: .5s ease;
}

.about-link1::before { background-image: url(../img/front-page/about-img1.jpg); }
.about-link2::before { background-image: url(../img/front-page/about-img2.jpg); }
.about-link3::before { background-image: url(../img/front-page/about-img3.jpg); }
.about-link4::before { background-image: url(../img/front-page/about-img4.jpg); }

.about2-link1::before { background-image: url(../img/front-page/about2-img1.jpg); }
.about2-link2::before { background-image: url(../img/front-page/about2-img2.jpg); }
.about2-link3::before { background-image: url(../img/front-page/about2-img3.jpg); }
.about2-link4::before { background-image: url(../img/front-page/about2-img4.jpg); }
.about2-link5::before { background-image: url(../img/front-page/about2-img5.jpg); }

@media (hover: hover) and (pointer: fine) {
    .info .btn:hover {
        background-color: #333;
        color: #fff;
    }
    .info .img:hover img {
        transform: scale(1.2);
        opacity: 1;
    }
    .slide-link:hover {
        transform: scale(1.2);
        opacity: 1;
    }
    .about-link1:hover::before, .about-link2:hover::before, .about-link3:hover::before, .about-link4:hover::before,
    .about2-link1:hover::before, .about2-link2:hover::before, .about2-link3:hover::before, .about2-link4:hover::before, .about2-link5:hover::before {
        transform: scale(1.2);
        opacity: 1;
    }
}
.blog {
    background: url(../img/front-page/blog-bg.jpg) no-repeat center / cover;
}
.blog .block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog .block::after {
    content: "";
    display: block;
    width: 31%;
}
.blog .item {
    display: flex;
    flex-direction: column;
    width: 31%;
}
.blog .day {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    font-weight: 600;
}
.blog-img {
    overflow: hidden;
    margin-bottom: 10px;
    height: 240px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}
@media (hover: hover) and (pointer: fine) {
    .blog a:hover img {
        transform: scale(1.2);
        opacity: 1;
    }
}
.b-ttl {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em;
}
.trace-link {
    width: 100%;
    margin-bottom: 20px;
}
.trace-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.trace-sns-link {
    width: 48%;
}
.insta {
    background-color: #E6E8EE;
}
@media screen and (max-width: 1000px) {
    .concept .wrapper {
        flex-direction: column;
    }
    .concept .block, .concept img {
        width: 100%;
    }
    .concept img {
        max-width: 680px;
        margin: 0 auto;
    }
    header.mv {
        height: calc(100vh - 44px);
    }
}
@media screen and (max-width: 800px) {
    header.mv::before, header.mv::after {
        width: 100%;
        height: 50%;
        left: 0;
    }
    header.mv::before {
        background: url(../img/front-page/mv1.jpg) no-repeat center / cover;
        top: 0;
    }
    header.mv::after {
        background: url(../img/front-page/mv2.jpg) no-repeat center / cover;
        top: auto;
        bottom: 0;
    }
    .mv-ttl {
        font-size: 21px;
    }
    .mv-ttl-sub {
        font-size: 14px;
        text-align: center;
    }
    .info h3 {
        font-size: 18px;
    }
    .info .item {
        padding: 20px 15px;
    }
    .info .block {
        margin-right: 10px;
    }
    .info .block:last-of-type {
        margin-right: 0;
    }
    .info .btn {
        height: 40px;
    }
    .about .about-link {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
    }
    .about .about-link:nth-of-type(3) {
        margin-bottom: 20px;
    }
    .about .about-link .text {
        font-size: 14px;
        height: 40px;
    }
    .about .about-link .text .en {
        font-size: 18px;
    }
    .about-sp-menu {
        display: flex;
        flex-direction: column;
    }
    .about-sp-menu .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .about-sp-menu a {
        width: 49%;
        justify-content: center;
        background-color: #0069B9;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .about2 .about2-link {
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
    }
    .about2 .about2-link:last-of-type {
        margin: 0 auto;
    }
    .about2 .about2-link .text {
        font-size: 14px;
        min-height: 40px;
    }
    .about2 .about2-link .text .en {
        font-size: 18px;
    }
    .trace-link {
        margin-bottom: 20px;
    }
    .trace-block {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .trace-sns-link {
        width: 100%;
        max-width: 520px;
        margin: 0 auto 10px auto;
    }
    .mv-free {
        min-width: 210px;
        width: 210px;
        right: 10px;
        bottom: 60px;
    }
}
@media screen and (max-width: 600px) {
    .concept h3 {
        font-size: 18px;
    }
    .info h3 {
        font-size: 16px;
    }
    .info .text, .info .day {
        font-size: 14px;
    }
    .info .img {
        height: 210px;
    }
    .blog .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog .block::after {
        width: 100%;
    }
    .blog .item:last-of-type {
        margin-bottom: 0;
    }
    .blog .item {
        flex-direction: row;
        justify-content: space-between;
    }
    .blog-img {
        width: 40%;
        height: 120px;
        margin-bottom: 0;
    }
    .blog .text {
        display: flex;
        flex-direction: column;
        width: 55%;
    }
    .blog .day {
        margin-bottom: 5px;
    }
    .b-ttl {
        font-size: 16px;
    }
}