html {
    font-size: 14px;
    color: #222;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f1f4f6
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to bottom, #8AD6EE, #2D55BD)
}

a {
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

body {
    position: relative;
    overflow-x: hidden
}

img {
    max-width: 100%
}

main {
    position: relative;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 5px 5px #dcdcdc;
    padding: 16px 0 16px 30px;
}

header .logo {
    height: 3.5vw;
    width: auto;
    /* margin-left: 3vw */
}

header nav {
    display: flex;
    gap: 3vw;
    align-items: center
}

/* header .btn-area {
    width: min(100%, 260px);
} */

/* header .btn-area .btn {
    padding: 10px;
} */

header .btn-area .btn::before {
    right: 39px;
    height: 15px;
}

header .btn-area .btn::after {
    right: 30px;
}

header nav .nav-list {
    display: flex;
    gap: 3vw
}

header nav .nav-entry {
    padding: 2vw 3vw;
    text-align: center;
    color: #fff;
}

header nav a {
    transition: .3s
}

header nav a:hover {
    opacity: .8
}

.slick-prev  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21.5%;
    z-index: 1;
}

.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21.5%;
    z-index: 1;
}

.slick-list {
    /* z-index: -5; */
}

@media screen and (max-width: 768px) {
    header {
        padding:15px 3vw
    }

    header .logo {
        height: 25px;
        margin-left:0
    }

    header .btn-area {
        margin: 10px auto 0;
    }

    header nav .nav-entry {
        display:block;
        margin: 50px auto 0;
        border-radius: 50px;
        padding: 10px 20px;
        background: #fff;
        color: #A48624;
    }

    header nav .nav-entry img {
        vertical-align: sub;
        margin-right: 8px;
    }

    header nav {
        display:none
    }

    header nav li {
        position: relative;
        display: inline-block;
    }

    header nav li:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    header .nav-list li {
        border-bottom: 1px solid #BBA55B;
        padding-bottom: 15px;
    }

    header nav.active {
        display: block;
        position: absolute;
        padding: 30px 30px 70px;
        top: 55px;
        left: 0;
        width: 100%;
        background: #A48624;
        transition: .3s;
        box-shadow: 0 4px 4px 0 rgba(141,141,141,.2);
        border-radius: 0% 0% 5% 5%;
    }

    header nav.active .nav-list {
        color: #fff;
        flex-direction: column;
    }

    header .spMenu {
        position:absolute;
        top: 0;
        right: 5px;
        height: 56px;
        width: 60px;
        padding: 0 15px;
        z-index: 10;
        cursor: pointer
    }

    header .spMenu i {
        display: block;
        width: 30px;
        height: 2px;
        transition: .3s ease-in-out;
        position: absolute;
        background: #bd9d41
    }

    header .spMenu i:nth-child(1) {
        top: 15px
    }

    header .spMenu i:nth-child(2) {
        top: 25px
    }

    header .spMenu i:nth-child(3) {
        top: 35px
    }

    header .spMenu.active i:nth-child(1) {
        top: 27px;
        transform: rotate(45deg)
    }

    header .spMenu.active i:nth-child(2),header .spMenu.active i:nth-child(3) {
        top: 27px;
        transform: rotate(-45deg)
    }

    .pc-only {
        display: none !important;
    }

    .inner {
        padding: 0 15px;
    }

    .inner-sm {
        padding: 0 15px;
    }

    .slick-prev  {
        width: 60px;
        left: -5px;
    }

    .slick-next {
        width: 60px;
        right: -5px;
    }
    }

@media screen and (min-width: 768px) {
    header nav {
        width: 82%;
        justify-content: flex-end;
    }

    header nav .nav-entry {
        background: #A48624;
        border: 2px solid #A48624;
    }

    header nav li {
        position: relative;
        display: inline-block;
        padding-right: 15px;
    }

    header nav li:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 2px #333;
        border-right: solid 2px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    header .spMenu {
        display:none
    }

    .sp-only {
        display: none !important;
    }

    .inner {
        max-width: 1060px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .inner-sm {
        position: relative;
        max-width: 840px;
        padding: 0 10px;
        margin: 0 auto;
    }
}

.color-accent {
    color: #A48624;
}

.c-title {
    position: relative;
    text-align: center;
}

.c-title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: #A48624;
}

.c-title .en {
    display: block;
    font-size: 11px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: #A48624;
}

.c-title .en.wh {
    color: #fff;
}

.c-title .ja {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.c-topbtn {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 100px;
    width: 60px;
    height: 60px;
}

.p-top__mv {
    padding: 145px 0 65px;
}

.p-top__mv__slick__item {
    /* box-shadow: 3px 7px 11px rgba(0, 0, 0, 0.16); */
    padding: 0 22px;
}

.p-top__mv__slick__item img {
    width: 100%;
}

.p-top__about {
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-top__about__text {
    margin-bottom: 40px;
}

.p-top__about {
    background-image: url("../img/bg.png");
}

@media screen and (min-width: 768px) {
    .p-top__about {
        background-attachment: fixed;
    }
}

@media screen and (max-width: 768px) {
    .p-top__mv {
        padding: 95px 0 35px;
    }
    .p-top__about {
        background-position-x: 20%;
        padding: 35px 0 65px;
    }

    .p-top__about__text {
        text-align: left;
    }
}

.p-top__event {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.p-top__event__text {
    margin: 25px 0;
}

.p-top__event__btn a {
    display: block;
    background-color: #A48624;
    border-radius: 50px;
    width: 250px;
    padding: 11px;
    margin: auto;
}

.p-top__event {
    position: sticky;
    background-image: url("../img/bg_event.png");
}

.p-top__event__btn img {
    vertical-align: middle;
    margin-right: 10px;
}

.p-top__event .slick-prev {
    left: 4.5%;
}

.p-top__event .slick-next {
    right: 4.5%;
}

@media screen and (min-width: 768px) {
    .p-top__event {
        background-attachment: fixed;
    }

    .p-top__event__slick {
        max-width: 580px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .p-top__event {
        background-position-x: 20%;
        padding: 65px 0;
    }

    .p-top__event .slick-prev {
        bottom: 80px;
        left: -1.5%;
    }

    .p-top__event .slick-next {
        bottom: 80px;
        right: -1.5%;
    }
}

.p-top__past {
    padding: 80px 0;
    background-image: url("../img/bg_past.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-top__past__list {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 55px;
}

.p-top__past__list__item .thumbnail {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.p-top__past__list__item .year {
    color: #A48624;
    background-color: #F1EAD2;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 16px;
    margin: 20px 0 10px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-top__past__list__item {
        width: calc(33.333% - 36.666px);
    }
}

@media screen and (500px <= width < 768px) {
    .p-top__past__list__item {
        width: calc(50% - 15px);
    }

    .p-top__past__list {
        gap: 25px 30px;
    }
}

@media screen and (max-width: 768px) {
    .p-top__past {
        padding: 65px 0 80px;
    }
}

footer {
    position: relative;
    padding: 45px 0;
}

footer .footer-other {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
}

footer .footer-other li {
    padding: 0 5px;
}

footer .footer-other li:not(:last-child) {
    border-right: 1px solid #000;
}

footer .footer-other a {
    transition: .3s
}

footer .footer-other a:hover {
    opacity: .8
}

footer small {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    footer .footer-other {
        font-size: 0.8rem;
    }

    .c-topbtn {
        bottom: 15px;
        right: 10px;
    }
}

.p-top__event__slick.slick-initialized.slick-slider.slick-dotted {
    position: unset;
}

.slick-dots li button {
  font-size: 0; /* 数字を非表示にする */
  position: relative;
}

.slick-dots li button::before {
  content: '•';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.25;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
}

.slick-dots {
  display: flex !important; 
  justify-content: center;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-slide img {
    margin: auto;
}
