:root {
    --blue: #0091cc;
    --purple: #6413bc;
    --mainfont:'Noto Sans JP', sans-serif;
    --enfont:'Oswald', sans-serif;
}

/* mv */
.mv {
    height: 100vh;
}

@media screen and (max-width:1024px) {
    .mv {
        max-height: 800px;
    }
}

.mv__inner {
    height: 100%;
}

.mv__slider {
    height: 100%;
}

.mv__slider .slick-list {
    height: 100%;
}

.mv__slider .slick-track {
    height: 100%;
}

.mv .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mv__img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.mv__img img {
    aspect-ratio: 1440/800;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__img.slick-current img {
    animation: fadezoom 7s linear forwards;
}

@keyframes fadezoom {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    right: 3.375rem;
    bottom: -3rem;
    z-index: 1;
}

.mv-slider-dots li {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1px solid var(--blue);
}

.mv-slider-dots li.slick-active {
    background-color: var(--blue);
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
        padding-top: 0;
    }
    .mv__inner {
        height: 100%;
    }
    .mv__slider {
        height: 100%;
    }
    .mv__slider .slick-list {
        height: 100%;
    }
    .mv__slider .slick-track {
        height: 100%;
    }
}

/* news */

.top-news {
    position: relative;
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
    background:url(../img/news-bg.jpg);
    background-size: cover;
}

.news__inner{
    background-color: #1a1a1a;
    padding: 3rem 0;
}

.news__title{
    margin-left: 26rem;
}

.news__title span {
    display: inline-block;
    font-family:var(--enfont);
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
}

.news__wrap {
    display: grid;
    grid-template-columns: 1fr 40.9375rem;
    align-items: center;
}



.news .CMS-NEWS-INDEX {
    padding-bottom: 0;
    flex-direction: column;
}

.news .CMS-NEWS-INDEX > * {
    width: 100%;
    margin: 0;
}

.news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
    margin-top: 1.25rem;
}

.news .CMS-NEWS-ITEM a {
    display: flex;
    grid-template-columns: 8.5rem 1fr;
    gap: 1rem;
    padding-block: 1rem;
    color: white;
    background-color: black;
    padding: 0.625rem 1.25rem;
}

.news .CMS-NEWS-TIME {
    margin: 0;
    color: white;
    font-size: 1rem;
    line-height: calc(28/16);
}

.news .CMS-NEWS-LINK {
    color: white;
    font-size: 1rem;
    line-height: calc(28/16);
}

.news .CMS-NEWS-MORE-READ {
    display: none;
}

.news__btn {
    text-align: center;
    margin: 2rem 0;
}

.news__btn span{
    color: #000;
}

.top-news .CMS-NEWS-MORE-READ{
    display: none;
}

@media screen and (max-width:768px) {
    .news {
        padding-bottom: 5rem;
        padding-inline: 20px;
    }
    .news__inner.inner {
        padding: 2.5rem 1rem;
    }
    .news__left {
        display: contents;
    }
    .news__wrap {
        grid-template-columns: 1fr;
    }
    .news__title {
        margin-inline: auto;
    }
    .news .CMS-NEWS-INDEX {
        padding: 0;
        margin-top: 2.5rem;
    }
    .news .CMS-NEWS-ITEM a {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 1rem;
    }
    .news__btn {
        order: 1;
        margin-top: 2.5rem;
    }
    .news .CMS-NEWS-ITEM a {
        flex-direction: column;
    }
}

/* policy */
.policy {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
}

.policy__inner.inner {

}

.policy__wrap {
    display: grid;
    grid-template-columns: 39.375rem 1fr;
    margin-top: -3.3125rem;
}

.policy__img {
    display: block;
}

.policy__content {
    width: calc(100% + 6.25rem);
    margin-left: -6.25rem;
    margin-top: 1.25rem;
}

.policy__subtitle {
    position: relative;
    z-index: 1;
    text-align: right;
}

.policy__subtitle span {
    display: inline-block;
    background-color: #000;
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
}

.policy__subtitle span + span {
    margin-top: 1rem;
    color: #fff;
}

.policy__subtitle span strong {
    font-size: 2.75rem;
    color: var(--purple);
}

.policy__text {
    max-width: 29rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: calc(40/16);
    margin-top: 1.25rem;
    margin-left: auto;
}

.policy__btn {
    text-align: right;
    margin-top: 1.875rem;
}

@media screen and (max-width:768px) {
    .policy {

    }
    .policy__wrap {
        display: contents;
    }
    .policy__img {
        margin-right: calc(50% - 50vw);
        margin-top: -2rem;
    }
    .policy__content {
        width: 100%;
        margin-inline: 0;
    }
    .policy__subtitle {
        text-align: left;
    }
    .policy__subtitle span strong {
        font-size: 1.325rem;
    }
    .policy__subtitle span {
        font-size: 1.125rem;
        padding: 0.5rem;
    }
    .policy__btn {
        text-align: center;
    }
}



/* menu */
.menu {
    background:black url(../img/bg_menu.jpg) center top / 100% no-repeat;
    padding-top: 25rem;
    padding-bottom: 9rem;
}

.menu__inner.inner {
    max-width: calc(71.1875rem + 50px);
}

.menu__title {
    text-align: right;
}

.menu__wrap {
    display: grid;
    grid-template-columns:1fr 33.125rem;
    margin-top: 0.75rem;
}

.menu__content {
    width: calc(100% + 6.375rem);
    height: fit-content;
    background-color: #191919;
    padding: 6.25rem 3rem 5.625rem 3.125rem;
    position: relative;
}

.menu__content::before{
    content: '';
    position: absolute;
    background: url(../img/straw-hat.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 30%;
    left: -5rem;
    top: -5rem;


}

.menu__subtitle {
    position: relative;
    z-index: 1;
}

.menu__subtitle span {
    display: inline-block;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
}

.menu__subtitle span + span {
    margin-top: 1rem;
}

.menu__subtitle span strong {
    font-size: 2.75rem;
    color: var(--purple);
}

.menu__text {
    max-width: 32.8125rem;
    font-size: 1rem;
    color: white;
    letter-spacing: 0.1em;
    line-height: calc(40/16);
    margin-top: 1.25rem;
}

.menu__btn {
    margin-top: 1.875rem;
}

.menu__img {
    position: relative;
    display: block;
    margin-top: 4.125rem;
}

.menu__img::before {
    position: absolute;
    content: "";
    width: 17.625rem;
    height: 19rem;
    left: -14.75rem;
    bottom: -7rem;
    background: url(../img/menu_02.png) center center / contain no-repeat;
}

@media screen and (max-width:768px) {
    .menu {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    .menu__wrap {
        display: contents;
    }
    .menu__content {
        width: 100%;
        padding: 2rem 1rem;
    }

    .menu__content::before{
        left: -1rem;
        top: -3rem;
    }
    .menu__subtitle span strong {
        font-size: 1.325rem;
    }
    .menu__subtitle span {
        font-size: 1.125rem;
        padding: 0.5rem;
    }
    .menu__btn {
        text-align: center;
    }
    .menu__img {
        width: 80%;
        margin-left: auto;
        margin-top: 2.5rem;
    }
    .menu__img::before {
        width: 10rem;
        height: 12rem;
        left: -22%;
    }
}

/* gallery */
.gallery {
    padding-top: 8.4375rem;
    padding-bottom: 5.5rem;
    background: url(../img/bg_gallery.jpg) center center / cover no-repeat;
}

.gallery__title {
    text-align: center;
    text-shadow: 0.25rem -0.25rem 1.5rem #f8b551;
}

.gallery__slider {
    margin-top: 3.875rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.gallery__btn {
    text-align: center;
    margin-top: 3rem;
}

@media screen and (max-width:768px) {
    .gallery {
        padding-block: 5rem;
    }
}


/* access */
.access {
    padding-top: 0.01rem;
    position: relative;
    background:url(../img/access-bg.jpg) ;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
}

.access::before{
    content: '';
    background: linear-gradient(to right,transparent 22.4375rem, black 22.4375rem);
    width: 100%;
    height: 100%;
    position: absolute;


}

.access__inner.inner {
max-width: 1250px;
   padding: 0rem 10rem 0rem 4rem;

}

.access__wrap {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 5rem;
    margin-top: 5.125rem;
}

.access__title {
    text-align: center;
}



.access__info {
    position: relative;
    color: white;
    margin-top: 4.125rem;
}

.access__info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #582e84;
    box-shadow: 0 0 0.125rem #6413bc;
}

.access__info dl {
    position: relative;
    display: grid;
    grid-template-columns: 5.3125rem 1fr;
    gap: 1rem;
    padding-inline: 1.25rem;
    padding-block: 1.25rem;
}

.access__info dl::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #582e84;
    box-shadow: 0 0 0.125rem #6413bc;
}

.access__info dt {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: calc(28/16);
}

.access__info dd {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: calc(28/16);
}

.access__btn {
    margin-top: 2.75rem;
}

.access__map {
    width: 100vw;
    margin-left: calc(50% - 47vw);
    margin-top: 6.25rem;
}

.access__map iframe {
    aspect-ratio: 1450/455;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:768px) {
    .access {
        background-color: black;
        padding-bottom: 3rem;
    }
    .access__inner {
        display: grid;
    }

    .access__inner.inner{
        padding: 0 2rem;
    }
    .access__wrap {
        display: contents;
    }
    .access__img {
        display: block;
        margin-top: 2.5rem;
    }
    .access__content {
        display: contents;
    }
    .access__title {
        order: -1;
        text-align: left;
    }
    .access__info {
        margin-top: 3rem;
        background-color: #000;
    }

    .access__info dl {
        grid-template-columns: 4.5rem 1fr;
        padding-inline: 0.825rem;
    }

    .access__info dt {
        font-size: 0.85rem;
    }

    .access__info dd {
        font-size: 0.85rem;
    }

    .access__btn {
        margin: 2.5rem auto;
    }

    .access__map {
        width: 100%;
        margin-inline: auto;
        margin-top: 0.5rem;
    }

    .access__map iframe {
        aspect-ratio: 500/500;
    }
}


/* instagram */
.instagram {
    position: relative;
    padding-block: 6.25rem;
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    overflow: hidden;
    margin-top: -2px;
    border-bottom: solid 0.4rem var(--purple);
}

.instagram__inner.inner {
    max-width: calc(67.5rem + 50px);
}

.instagram__title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.instagram__title::after {
    position: absolute;
    content: "";
    width: 2.125rem;
    height: 2.125rem;
    bottom: 0;
    right: -4.125rem;
    background: url(../img/instagram.png) center center / contain no-repeat;
    filter: brightness(0);
}

.instagram .CMS-INSTAGRAM-LIST {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 2.25rem;
    gap: 2.5rem;
    max-width: 54.375rem;
    margin-inline: auto;
}

.instagram .CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}

.instagram .CMS-INSTAGRAM-LIST img {
    width: 100%;
}

@media screen and ( max-width:768px) {
    .instagram {
        padding-block: 2.75rem;
    }
    .instagram__title::after {
        right: -3rem;
    }
    .instagram::after {
        width: 20rem;
        height: 11rem;
        bottom: 0;
        right: -5rem;
    }
    .instagram .CMS-INSTAGRAM-LIST {
        gap: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    #loopslider {
        margin: 4rem auto 4rem auto;
        width: 100%;
        height: 250px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
}
@media screen and (min-width: 769px) {
    #loopslider {
        margin: 4rem auto 4rem auto;
        width: 100%;
        height: 300px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
}

#loopslider ul {
    height: 400px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    #loopslider ul li {
        width: 300px;
        height: 250px;
        float: left;
        display: inline;
        overflow: hidden;
    }
}
@media screen and (min-width: 769px) {
    #loopslider ul li {
        width: 420px;
        height: 400px;
        float: left;
        display: inline;
        overflow: hidden;
    }
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/* #loopslider img {
    padding: 0 1rem;
} */

@media screen and (max-width: 767px) {
    /* #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 175px;
        height: 120px;
    }

    .top-gallery {
        padding: 10rem 0;
    }

    .top-gallery .more {
        margin: 0 auto;
        width: calc(100% - 6rem);
    } */
}
/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    background: #000;
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70rem;
}

@media screen and (max-width: 767px) {
    #main {
        height: 26rem;
    }
}

.zs-enabled {
    position:relative
}

.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform:scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity:1
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align:center
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin: 10px;
    background-color:#4a4a4a
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color:#ccc
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background:transparent none repeat 0 0
}

.zs-enabled.overlay-plain .zs-slideshow:after {
    background-image:url(plain.png)
}

.zs-enabled.overlay-dots .zs-slideshow:after {
    background-image: url(dots.png)
}

.dartslive{
    text-align: center;
    padding: 5rem 0;
}

.dartslive img{
    width: 50%;
}

@media screen and (max-width: 767px){
    .dartslive{
        padding: 3rem 0;
    }
    .dartslive img{
        width: 70%;
    }
    
}