@charset "UTF-8";
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
/*==============
    common
===============*/
:root {
    /* color */
    --black: #333;
    --gray:#ccc;
    --pale-gray:#f5f5f5;
    --color1: #7d2f3e;
    /* font */
    --en : 'Montserrat', sans-serif;
    --ja : 'Noto Sans JP', sans-serif;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/fantta-template-c/icomoon.eot?ch1k2p');
    src:url('../fonts/fantta-template-c/icomoon.eot?ch1k2p#iefix') format('embedded-opentype'),
        url('../fonts/fantta-template-c/icomoon.ttf?ch1k2p') format('truetype'),
        url('../fonts/fantta-template-c/icomoon.woff?ch1k2p') format('woff'),
        url('../fonts/fantta-template-c/icomoon.svg?ch1k2p#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak-as: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
    content: "\e901";
  }
.icon-instagram:before {
    content: "\e900";
}
.icon-twitter-x-seeklogocom-4:before {
    content: "\e902";
}
::selection {
    background: var(--color1);
    color: white;
}
::-moz-selection {
    background: var(--color1);
    color: white;
}
html{
    font-size: 10px;
    scroll-behavior: smooth;
}
img{
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    image-rendering: -webkit-optimize-contrast;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}
.indent{
    text-indent: -1rem;
    padding-left: 1rem;
    display: block;
}
.cap{
    font-size: 1.2rem;
    text-indent: -1rem;
    padding-left: 1rem;
    display: block;
}
/* fade */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
body {
    font-size: 1.6rem;
    font-family: var(--ja);
    font-weight: 500;
    color: var(--black);
    animation: fadeIn 4s forwards;
    flex-direction: column;
    min-height: calc(100vh - 2.65vw);
    display: flex;
    margin: 0; /* add */
}
a{
    text-decoration: none;
    color: initial;
    transition: 0.4s all;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.flex{
    display: flex;
}
.border-tb::before{
    content: "";
    position: fixed;
    border-top: 1.39vw solid var(--color1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.border-tb::after{
    content: "";
    position: fixed;
    border-bottom: 1.39vw solid var(--color1);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.border-lr::before{
    content: "";
    position: fixed;
    border-left: 1.39vw solid var(--color1);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
}
.border-lr::after{
    content: "";
    position: fixed;
    border-right: 1.39vw solid var(--color1);
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 100;
}
.borderWrap{
    padding: 1.3vw;
}
/* more */
.more-wrap{
    margin-top: 24px;
}
.more{
    padding: 16px 0;
    width: 100%;
    max-width: 173px;
    border: 1px solid var(--color1);
    border-radius: 999px;
    display: block;
    font-size: 1.4rem;
    font-family: var(--en);
    font-weight: 700;
    color: var(--color1);
    transition: 0.4s all;
    position: relative;
    text-align: center;
    width: 100%;
    min-width: 240px;
}
.more-wrap.right .more{
    margin: 0 0 0 auto;
}
.more-wrap.center .more{
    margin: 0 auto;
}
.more .icon-arrow{
    position: absolute;
    right: 20px;
    transition: 0.4s all;
}
.more:hover{
    background-color: var(--color1);
    color: #fff;
}
.more:hover .icon-arrow{
    color: #fff;
    right: 10px;
}
.more.white{
    border: 1px solid #fff;
    color: #fff;
}
@media screen and (max-width: 500px){
    .more-wrap.right .more {
        margin: 0 auto;
    }
}
/* animation */
.anime{
    background: var(--color1);
}
.anime img{
    opacity: 0;
    transform: scale(.8);
    transition: 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.anime.show img{
    opacity: 1;
    transform: scale(1);
}
/* imgWrap */
.imgWrap{
    overflow: hidden;
}
.imgWrap img{
    display:block;
    transition: 0.8s all;
    width: 100%;
}
.imgWrap:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/* heading */
h2{
    font-size: clamp(3rem, 4.8vw, 4.8rem);
    color: var(--color1);
    font-family: var(--en);
    font-weight: 700;
    margin-bottom: 24px;
}
h2 span{
    font-size: 1.6rem;
    color: var(--black);
    font-family: var(--ja);
    margin-left: 16px;
}
h3{
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    color: var(--color1);
    font-family: var(--en);
    font-weight: 700;
    margin-bottom: 32px;
}
@media screen and (max-width: 768px){
    h2 span{
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}
/*==============
    hamburger
===============*/
header.pc{
    display: block;
}
header.sp{
    display: none;
}
@media screen and (max-width: 1100px){
    header.pc{
        display: none;
    }
    header.sp{
        display: block;
    }
    header.on {
        position: fixed !important;
        width: 90%;
        left: initial !important;
        bottom: initial !important;
        right: 0;
        z-index: 100;
    }
    .on .hamburger span {
        background: var(--color1);
    }
    header.sp{
        display: block !important;
    }
    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 20px;
        top   : 20px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    header.active{
        width: 95.5%;
        top: 0;
        left: 0 !important;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #fff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition     : all 0.3s ease-in-out;
        transition        : all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay     : 0.6s;
        transition-delay        : 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform    : rotate(45deg);
        -o-transform     : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger.active span:nth-child(2){
        width: 0px;
    }
    .hamburger.active span:nth-child(1),
    .hamburger.active span:nth-child(3){
        background :var(--color1);
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .hamburger.active span:nth-child(1){
        -webkit-transform: translateY(4px);
        -ms-transform    : translateY(4px);
        -o-transform     : translateY(4px);
        transform        : translateY(4px);
    }
    .hamburger.active span:nth-child(3){
        -webkit-transform: translateY(-16px) rotate(90deg);
        -ms-transform: translateY(-16px) rotate(90deg);
        -o-transform : translateY(-16px) rotate(90deg);
        transform    : translateY(-16px) rotate(90deg);
    }
    nav.globalMenuSp {
        position: fixed;
        z-index : 2;
        top  : 0;
        left : 0;
        background: #ffffff;
        text-align: center;
        width: 100%;
        height: 100vh;
        opacity: 0;
        display: none;
        transition: opacity 1s ease, visibility 1s ease;
    }
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
    }
    /* hamburger-detail */
    .active .menuWrap.flex{
        display: flex;
        padding: 60px 10% 60px 10%;
        align-items: center;
        height: calc(100vh - 120px);
    }
    .active .menuWrap .left{
        width: 55.61%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .active .menuWrap .left h1{
        /*width: 80%;*/
        color: var(--black);
        font-family: var(--en);
        font-weight: 700;
        font-size: clamp(2.4rem, 6.4vw, 3.8rem);
        line-height: 1.5;
    }
    .active .menuWrap .left h1 span{
        color: var(--black);
        font-family: var(--en);
        font-size: clamp(1.3rem, 3.466vw, 1.6rem);
        display: block;
    }
    .active .menuWrap .left .button{
        display: flex;
        gap: 16px;
        width: 100%;
        margin-top: 30px;
    }
    .active .menuWrap .left .button li{
        width: 33.94%;
    }
    .active .menuWrap .left .button li a{
        padding: 10px 24px 10px 24px;
        border: 1px solid var(--black);
        border-radius: 999px;
        display: block;
        font-size: 1.4rem;
        font-family: var(--en);
        font-weight: 700;
        color: var(--black);
        transition: 0.4s all;
        position: relative;
    }
    .active .menuWrap .left .button li a span{
        content: "";
        font-size: 1.4rem;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: 0.4s all;
        color: var(--black);
    }
    .active .menuWrap .left .button li a:hover span{
        right: 8px;
    }
    .active .menuWrap .left .sns {
        display: flex;
        gap: 16px;
        margin-top: 24px;
    }
    .active .menuWrap .left .sns span{
        color: var(--black);
        transition: 0.4s all;
    }
    .active .menuWrap .right{
        width: 44.39%;
        display: flex;
        gap: 40px;
    }
    .active .menuWrap .right .main .menu li{
        margin-bottom: 40px;
    }
    .active .menuWrap .right .main .menu li a{
        color: var(--black);
        font-size: clamp(1.4rem, 3.73vw, 1.8rem);
        font-family: var(--en);
        font-weight: 700;
        transition: 0.4s all;
    }
    .active .menuWrap .right .sub-main .menu{
        margin-bottom: 40px;
    }
    .active .menuWrap .right .sub-main .menu li{
        margin-bottom: 24px;
    }
    .active .menuWrap .right .sub-main .menu li a{
        color: var(--black);
        font-size: 1.2rem;
        font-family: var(--ja);
        transition: 0.4s all;
    }
    .active .menuWrap .right .sub-main .logo li{
        margin-bottom: 16px;
        max-width: 120px;
        transition: 0.4s all;
    }
    .active .menuWrap .right .sub-main .logo li:hover{
        opacity: 0.5;
    }
    .active .menuWrap .right .main .menu,
    .active .menuWrap .right .main .menu li:last-child,
    .active .menuWrap .right .sub-main .menu li:last-child,
    .active .menuWrap .right .sub-main .logo li:last-child{
        margin-bottom: 0;
    }
    .active .menuWrap .left .sns span:hover,
    .active .menuWrap .right .main .menu li a:hover,
    .active .menuWrap .right .sub-main .menu li a:hover{
        color: var(--color1);
    }
}
@media screen and (max-width: 768px){
    .active .menuWrap .left h1{
        width: 100%;
    }
    .active .menuWrap.flex {
        display: block;
        padding: 100px 10% 100px 10%;
        height: calc(100vh - 200px);
    }
    .active .menuWrap .left,
    .active .menuWrap .right {
        width: 100%;
    }
    .active .menuWrap .right{
        margin-top: 80px;
        gap: 10%;
    }
    .active .menuWrap .left .button li a {
        max-width: initial;
    }
    .active .menuWrap .left .button li {
        width: 50%;
        margin-top: 0;
    }
}
@media screen and (max-width: 500px){
    .active .menuWrap.flex {
        padding: 100px 10% 30px 10%;
        height: calc(100vh - 30px);
        overflow-y: scroll;
    }
    .active .menuWrap .left .button {
        display: block;
        margin-top: 24px;
    }
    .active .menuWrap .left .button li {
        width: 100%;
        margin-top: 10px;
    }
    .active .menuWrap .left .button li:nth-child(1){
        margin-top: 0;
    }
    .active .menuWrap .right {
        margin-top: 32px;
        display: block;
    }
    .active .menuWrap .right .main .menu li {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--gray);
    }
    .active .menuWrap .right .main .menu li a {
        display: block;
    }
    .active .menuWrap .right .sub-main .menu {
        margin-bottom: 0;
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .active .menuWrap .right .sub-main .menu li {
        margin-bottom: 0;
        width: 100%;
    }
    .active .menuWrap .right .sub-main .logo{
        margin-top: 32px;
        display: flex;
        align-items: flex-end;
        gap: 24px;
    }
    .active .menuWrap .right .sub-main .logo li {
        margin-bottom: 0;
    }
    .hamburger {
        right: 15px;
        top: 15px;
    }
}

/*==============
    news
===============*/
#news ul li{
    border-bottom: 1px solid var(--gray);
    padding: 24px 15px;
}
#news ul li:nth-child(1){
    padding-top: 0;
}
#news ul li a .flex{
    display: flex;
    align-items: center;
}
#news ul li .day{
    font-family: var(--en);
    font-size: clamp(1.3rem, 3.46vw, 1.5rem);
    color: var(--black);
    transition: 0.4s all;
    margin-bottom: 8px;
}
#news ul li .category i,
#news_detail .category i{
    font-family: var(--en);
    font-size: 1.3rem;
    background: var(--color1);
    padding: 2px 8px;
    color: #fff;
    display: table;
    transition: 0.4s all;
    margin-right: 10px;
}
#news ul li .ttl{
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.4s all;
}
#news ul li:hover .ttl,
#news ul li:hover .day,
#news ul li:hover .category i{
    opacity: 0.5;
}
@media screen and (max-width: 500px){
    #news ul li a .flex {
        display: block;
    }
    #news ul li .day {
        float: left;
        margin-right: 10px;
    }
    #news ul li a .flex .category {
        margin-bottom: 8px;
    }
    #news ul li a .flex .category::after{
        content: "";
        clear: both;
    }
    #news ul li .ttl {
        -webkit-line-clamp: 3;
    }
}
/*==============
    header
===============*/
header {
    position: absolute;
    z-index: 5;
    bottom: 5.56vh;
    width: 13.2%;
    padding: 0 20px;
    padding-top: 1.5rem;
    left: 3.3%;
}
header .menu{
    margin-bottom: 32px;
}
header .menu li{
    margin-bottom: 16px;
}
header .menu li a{
    font-size: 1.8rem;
    font-family: var(--en);
    font-weight: 700;
    color: #fff;
    transition: 0.4s all;
}
header .menu li a:hover{
    color: var(--color1);
}
header .button li a,
footer .button li a{
    padding: 10px 16px;
    max-width: 173px;
    border: 1px solid #fff;
    border-radius: 999px;
    display: block;
    margin-top: 16px;
    font-size: 1.4rem;
    font-family: var(--en);
    font-weight: 700;
    color: #fff;
    transition: 0.4s all;
    position: relative;
}
header .button li a:hover,
footer .button li a:hover{
    background: var(--color1);
}
header .button li a span,
footer .button li a span{
    content: "";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s all;
    color: #fff;
}
header .button li a:hover span,
footer .button li a:hover span{
    right: 8px;
}
header .sns{
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
header .sns li a{
    color: #fff;
    transition: 0.4s all;
}
header .sns li a:hover{
    color: var(--color1);
}
header .header__hamburger{
    display: none;
}
/* on */
header.on{
    position: fixed;
    left: 3.3%;
    bottom: 5.56vh;
}
header.on .button li a,
header.on .menu li a,
header.on .sns li a{
    color: var(--black);
}
header.on .button li a{
    border: 1px solid var(--black);
}
header.on .button li a span{
    color: var(--black);
}
header.on .menu li a:hover,
header.on .sns li a:hover{
    color: var(--color1);
}
header.on .button li a:hover,
header.on .button li a:hover span{
    color: #fff;
}
header.on.white .menu li a:hover,
header.on.white .sns li a:hover{
    color: #fff;
}
/* fade */
header.on.scroll-switch {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
header.on.scroll-switch.on {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
}
header.on.scroll-switch.fade-out {
    opacity: 0;
    transform: translateY(50px);
    display: none;
    transition: opacity 0.8s ease, transform 0.8s ease;
}
/*==============
    main
===============*/
#main{
    background: url(../img/fantta-template-c/main-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#main::before{
    content: "";
    background-image: url(../img/fantta-template-c/filter.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
#main .logo{
    position: fixed;
    top: 5.56vh;
    left: 3.3%;
    z-index: 10;
    padding-left: 20px;
}
#main .logo img{
    width: 100%;
    max-width: 155px;
}
#main .header_txt{
    position: absolute;
    bottom: 5.56vh;
    right: 3.3%;
    z-index: 1;
}
#main .header_txt h1{
    font-family: var(--en);
    font-size: clamp(3rem, 8vw, 7.9rem);
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}
#main .header_txt h1 span{
    font-size: clamp(1.6rem, 4.26vw, 3rem);
    font-weight: 500;
    display: block;
    text-align: right;
}
#main .header_txt .head_news a{
    display: flex;
    margin-top: 64px;
    transition: 0.4s all;
    color: #fff;
    justify-content: flex-end;
}
#main .header_txt .head_news a:hover{
    color: var(--color1);
}
#main .header_txt .head_news .head_news_ttl,
#main .header_txt .head_news .head_news_day{
    font-size: 1.4rem;
    font-family: var(--en);
    padding-right: 16px;
}
#main .header_txt .head_news .head_news_txt.head_news_txt{
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 366.73px;
    padding-left: 16px;
    position: relative;
}
#main .header_txt .head_news .head_news_txt.head_news_txt::before{
    content: "|";
    position: absolute;
    left: 0;
    z-index: 1;
}
#main .header_txt .head_news .icon-arrow{
    font-size: 1.4rem;
    line-height: 1.7;
}
@media screen and (max-width: 1100px){
    #main .header_txt{
        bottom: 5.56vh;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: max-content;
    }
    #main .header_txt h1,
    #main .header_txt h1 span{
        text-align: center;
    }
    #main .header_txt .head_news .head_news_txt.head_news_txt {
        max-width: 60vw;
        width: 80%;
    }
}
@media screen and (max-width: 768px){
    #main{
        height: 90vh;
    }
    #main .header_txt .head_news{
        display: none;
    }
    #main{
        background: url(../img/fantta-template-c/main-new-sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
}
/*==============
    article-container
===============*/
.container{
    display: flex;
}
#Leftcontainer{
    width: 16.67%;
}
#Rightcontainer{
    width: 83.33%;
}
@media screen and (max-width: 1100px){
    .container{
        display: block;
    }
    #Leftcontainer,
    header.pc{
        display: none;
    }
    #Rightcontainer{
        width: 100%;
    }

}
/*==============
    event-bnr
===============*/
#event-bnr {
    padding: 100px 68px 0 48px;
}
@media screen and (max-width: 1100px){
    #event-bnr {
        padding: 80px 0 0;
        width: 90%;
        margin: 0 auto;
    }
}
/*==============
    news
===============*/
#news{
    padding: 100px 68px 100px 48px;
}
@media screen and (max-width: 1100px){
    #news {
        padding: 80px 0;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    #news {
        padding: 80px 0;
    }
    #news ul li {
        padding: 24px 10px;
    }
}
/*==============
    profile
===============*/
#profile{
    padding: 0 68px 0 48px;
}
#profile .inner{
    background: url(../img/fantta-template-c/top-profile.jpg);
    padding: 16.11vh 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#profile .inner::before{
    content: "";
    background-image: url(../img/fantta-template-c/filter.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
}
#profile .inner h2{
    color: #fff;
    padding-left: 80px;
}
#profile .more-wrap{
    padding-left: 80px;  
}
@media screen and (max-width: 1100px){
    #profile {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    #profile .inner{
        padding: 80px 0;
    }
    #profile .inner h2{
        text-align: center;
        padding-left: 0;
    }
    #profile .more-wrap{
        padding-left: 0;
    }
    #profile .more-wrap a.more.white {
        margin: 0 auto;
    }
}
/*==============
    message
===============*/
#message{
    padding: 100px 68px 100px 48px;
}
#message .list li{
    border-bottom: 1px solid var(--gray);
    padding: 24px 15px;
}
#message .list li:nth-child(1){
    padding-top: 0;
}
#message .list li a .flex{
    display: flex;
    align-items: center;
}
#message .list li .day{
    font-family: var(--en);
    font-size: clamp(1.3rem, 3.46vw, 1.5rem);
    color: var(--black);
    transition: 0.4s all;
    margin-bottom: 8px;
}
#message .list li .ttl{
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.4s all;
}
#message .list li:hover .ttl,
#message .list li:hover .day{
    opacity: 0.5;
}
@media screen and (max-width: 1100px){
    #message {
        padding: 80px 0;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    #message {
        padding: 80px 0;
    }
    #message ul li {
        padding: 24px 10px;
    }
}
/*==============
    gallery
===============*/
#gallery{
    padding: 0 0 80px 48px;
}
#gallery h2{
    margin-bottom: 64px;
}
#gallery .gallery-wrap{
    position: relative;
}
#gallery .gallery-wrap::after{
    content: "";
    width: 64.86%;
    height: 223px;
    background: var(--color1);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#gallery .inner{
    padding: 0 68px 0 0;
}
/* content add */
#gallery .list{
    display: flex;
    gap: 20px;
}
#gallery .list content{
    display: flex;
    gap: 20px;
}
#gallery .list li {
    width: calc(100% / 3);
}
#gallery .list li,
#gallery .list li a img{
    width: 100%;
}
#gallery .list li a img {
    width: 100%;
    height: 100%;
    max-height: 15.5vw;
    min-width: 270px;
    object-fit: cover;
    object-position: center;
}
#gallery .gallery-wrap.movie{
    margin: 32px 0;
}
#gallery .gallery-wrap.movie ul li a .imgWrap{
    position: relative;
}
#gallery .gallery-wrap.movie ul li a .imgWrap::after{
    content: "";
    width: 3.47vw;
    height: 3.47vw;
    background-image: url(../img/fantta-template-c/play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-size: cover;
}
@media screen and (max-width: 1100px){
    #gallery {
        padding: 0 0 100px 0;
        width: 95%;
        margin: 0 0 0 auto;
    }
    #gallery .gallery-wrap::after {
        height: 100%;
        max-height: 21vw;
    }
    #gallery .inner {
        padding: 0 5% 0 0;
    }
    #gallery .inner .scroll{
        overflow-x: scroll;
        scrollbar-width: thin;
        scrollbar-color: var(--color1) #ccc;
        margin-bottom: 32px;
        padding-bottom: 16px;
    }
    #gallery .list{
        width: fit-content;
    }
    #gallery .inner .scroll ul li {
        width: 300px;
        max-width: 300px;
    }
    #gallery h2 {
        margin-bottom: 24px;
    }
    #gallery .list li a img {
        max-height: 180px;
    }
}
@media screen and (max-width: 500px){
    #gallery .gallery-wrap::after {
        height: 100%;
        max-height: 50%;
        width: 50%;
    }
}
/*==============
    shop
===============*/
#shop{
    padding: 100px 0 120px 48px;
    position: relative;
}
#shop::after{
    content: "";
    width: 100vw;
    height: 524px;
    background: var(--color1);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#shop h2{
    color: #fff;
}
#shop #js-shop-slider {
    margin-top: -20px;
}
#shop .shop-list-item {
    margin: 20px 10px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.3);
    background-color: #fff;

}
#shop .shop-list-item img{
    width: 100%;
}
#shop .imgWrap:hover img{
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
#shop .shop-list-item:hover img{
    -webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#shop .shop-list-item .txt{
    margin: 16px 0 32px;
    padding: 0 40px;
}
#shop .shop-list-item .txt .product-name{
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.4s all;
}
#shop .shop-list-item .txt .price{
    margin-top: 8px;
}
#shop .inner{
    padding: 0 68px 0 0;
}
@media screen and (max-width: 1100px){
    #shop {
        padding: 80px 0 100px 0;
        width: 95%;
        margin: 0 0 0 auto;
    }
    #shop::after{
        height: 400px;
    }
}
/*==============
    video
===============*/
#video{
    padding: 0 68px 150px 48px;
}
#video .youtube {
    width: 100%;
}
#video .youtube img{
    transition: 0.8s all;
}
#video .youtube:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#video .youtube a{
    position: relative;
    display: block;
}
#video .youtube a::after{
    content: "";
    background-image: url(../img/fantta-template-c/play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 8.68vw;
    height: 8.68vw;
    background-size: contain;
    background-repeat: no-repeat;
}
#video p{
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.4s all;
    margin-top: 16px;
}
#video .youtube:hover p{
    color: var(--color1);
}
@media screen and (max-width: 1100px){
    #video {
        padding: 0 0 100px 0;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    #video {
        padding: 0 0 80px 0;
    }
}
/*==============
    footer
===============*/
footer{
    background-image: url(../img/fantta-template-c/top-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30%; /* change */
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
footer::before{
    content: "";
    background-image: url(../img/fantta-template-c/filter.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
footer .center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
footer .center h1{
    text-align: center;
    font-family: var(--en);
    font-size: clamp(3rem, 8vw, 7.9rem);
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    width: 80vw;
}
footer .center h1 span{
    text-align: center;
    font-size: clamp(1.6rem, 4.26vw, 3rem);
    font-weight: 500;
    display: block;
}
footer .button {
    margin-top: 32px;
}
footer .button li a{
    padding: 16px 0;
    max-width: 16.67vw;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
}
footer .button li a span{
    content: "";
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.4s all;
}
footer .button li a:hover span{
    right: 8px;
}
footer .button li:last-child{
    margin-top: 16px;
}
footer .right-bottom{
    position: absolute;
    bottom: 5.56vw;
    right: 3.3%;
    z-index: 1;
}
footer .right-bottom .menu{
    display: flex;
    gap: 32px;
    margin-bottom: 20px;
}
footer .right-bottom .menu li a{
    color: #fff;
    transition: 0.4s all;
}
footer .right-bottom .menu li a:hover{
    color: var(--color1);
}
footer .right-bottom .inner{
    display: flex;
    gap: 32px;
    align-items: end;
    justify-content: end;
}
footer .right-bottom .inner .logo{
    display: flex;
    gap: 24px;
    align-items: flex-end;
}
footer .right-bottom .inner .logo li{
    transition: 0.4s all;
    max-width: 120px;
}
footer .right-bottom .inner .logo li:hover{
    opacity: 0.5;
}
footer .right-bottom .inner .copy{
    color: #fff;
    font-size: 1rem;
    font-family: var(--en);
}
@media screen and (max-width: 1100px){
    footer .center h1{
        width: max-content;
    }
    footer .right-bottom .menu,
    footer .right-bottom .inner .logo{
        display: none;
    }
    footer .button li a{
        width: 60%;
        max-width: inherit;
    }
    footer .right-bottom {
        bottom: 5.56vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: max-content;
    }
}
@media screen and (max-width: 500px){
    footer .button li a {
        width: 100%;
    }
}
/* 240327 add */
.wideBnr {
    padding: 100px 68px 0px 48px;
    background: #ffff;
}
.wideBnr .imgWrap img.pc{
    display: block;
}
.wideBnr .imgWrap img.sp{
    display: none;
}
@media screen and (max-width: 1100px){
    .wideBnr {
        padding: 80px 0 0 !important;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    .wideBnr .imgWrap img.pc{
        display: none;
    }
    .wideBnr .imgWrap img.sp{
        display: block;
    }
    #gallery .gallery-wrap.movie{
        margin-bottom: 0;
    }
}