.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 830px) {
    .wrapper {
        width: auto;
        margin: 0;
    }
}

.col1 {
    margin-bottom: 0;
    margin-right: 0;
}

.col1:nth-child(1) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col1 {
        width: 100%;
        margin-right: 0;
    }
}

.col1 img {
    width: 100%;
}

.col2 {
    margin-bottom: 0;
    margin-right: 0;
}

.col2:nth-child(2) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col2 {
        width: 100%;
        margin-right: 0;
    }
}

.col2 img {
    width: 100%;
}

.col3 {
    margin-bottom: 0;
    margin-right: 0;
}

.col3:nth-child(3) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col3 {
        width: 100%;
        margin-right: 0;
    }
}

.col3 img {
    width: 100%;
}

.col4 {
    margin-bottom: 0;
    margin-right: 0;
}

.col4:nth-child(4) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col4 {
        width: 100%;
        margin-right: 0;
    }
}

.col4 img {
    width: 100%;
}

.col5 {
    margin-bottom: 0;
    margin-right: 0;
}

.col5:nth-child(5) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col5 {
        width: 100%;
        margin-right: 0;
    }
}

.col5 img {
    width: 100%;
}

.col6 {
    margin-bottom: 0;
    margin-right: 0;
}

.col6:nth-child(6) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .col6 {
        width: 100%;
        margin-right: 0;
    }
}

.col6 img {
    width: 100%;
}

@keyframes humb {
    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleOut {
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes pageTransition {
    100% {
        transform: translateX(0);
    }
}

@keyframes pageFadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes slideOut {
    0% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(1%, 1%);
    }

    10% {
        transform: translate(1%, 1%);
    }

    50% {
        transform: translate(50%, 50%);
    }

    100% {
        transform: translate(100%, 70%);
        opacity: 0;
    }
}

@keyframes neon {
    40% {
        opacity: .85;
    }

    42% {
        opacity: .4;
    }

    43% {
        opacity: .85;
    }

    45% {
        opacity: .4;
    }

    46% {
        opacity: .85;
    }
}

@keyframes PageAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes right-move {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
        visibility: hidden;
    }
}

@keyframes flowing-anim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: right;
    }

    50% {
        transform-origin: right;
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

@keyframes bgRLextendAnime {
    0% {
        transform-origin: left;
    }

    50% {
        transform-origin: left;
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}

.fx {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    backface-visibility: hidden;
    will-change: transform;
}

.fx .fxBox {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    backface-visibility: hidden;
    will-change: transform;
}

.fx .cols {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fx .cols .fxInr {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    backface-visibility: hidden;
    will-change: transform;
}

.fx .left {
    opacity: 0;
    -webkit-transform: translate(-150px, -90px);
    transform: translate(-150px, -90px);
    backface-visibility: hidden;
    will-change: transform;
}

.fx .right {
    opacity: 0;
    -webkit-transform: translate(150px, -90px);
    transform: translate(150px, -90px);
    backface-visibility: hidden;
    will-change: transform;
}

.fx.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform;
}

.fx.on .fxBox {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 2s 0s;
    transition: ease 2s 0s;
    backface-visibility: hidden;
    will-change: transform;
}

.fx.on .fxBox:nth-child(1) {
    -webkit-transition: ease-out 0.6s 0.1s;
    transition: ease-out 0.6s 0.1s;
}

.fx.on .fxBox:nth-child(2) {
    -webkit-transition: ease-out 0.6s 0.3s;
    transition: ease-out 0.6s 0.3s;
}

.fx.on .fxBox:nth-child(3) {
    -webkit-transition: ease-out 0.6s 0.5s;
    transition: ease-out 0.6s 0.5s;
}

.fx.on .fxBox:nth-child(4) {
    -webkit-transition: ease-out 0.6s 0.7s;
    transition: ease-out 0.6s 0.7s;
}

.fx.on .fxBox:nth-child(5) {
    -webkit-transition: ease-out 0.6s 0.9s;
    transition: ease-out 0.6s 0.9s;
}

.fx.on .fxBox:nth-child(6) {
    -webkit-transition: ease-out 0.6s 1.1s;
    transition: ease-out 0.6s 1.1s;
}

.fx.on .fxBox:nth-child(7) {
    -webkit-transition: ease-out 0.6s 1.3s;
    transition: ease-out 0.6s 1.3s;
}

.fx.on .fxBox:nth-child(8) {
    -webkit-transition: ease-out 0.6s 1.5s;
    transition: ease-out 0.6s 1.5s;
}

.fx.on .fxBox:nth-child(9) {
    -webkit-transition: ease-out 0.6s 1.7s;
    transition: ease-out 0.6s 1.7s;
}

.fx.on .fxBox:nth-child(10) {
    -webkit-transition: ease-out 0.6s 1.9s;
    transition: ease-out 0.6s 1.9s;
}

.fx.on .fxBox:nth-child(11) {
    -webkit-transition: ease-out 0.6s 2.1s;
    transition: ease-out 0.6s 2.1s;
}

.fx.on .fxBox:nth-child(12) {
    -webkit-transition: ease-out 0.6s 2.3s;
    transition: ease-out 0.6s 2.3s;
}

.fx.on .fxBox:nth-child(13) {
    -webkit-transition: ease-out 0.6s 2.5s;
    transition: ease-out 0.6s 2.5s;
}

.fx.on .fxBox:nth-child(14) {
    -webkit-transition: ease-out 0.6s 2.7s;
    transition: ease-out 0.6s 2.7s;
}

.fx.on .fxBox:nth-child(15) {
    -webkit-transition: ease-out 0.6s 2.9s;
    transition: ease-out 0.6s 2.9s;
}

.fx.on .fxBox:nth-child(16) {
    -webkit-transition: ease-out 0.6s 3.1s;
    transition: ease-out 0.6s 3.1s;
}

.fx.on .fxBox:nth-child(17) {
    -webkit-transition: ease-out 0.6s 3.3s;
    transition: ease-out 0.6s 3.3s;
}

.fx.on .fxBox:nth-child(18) {
    -webkit-transition: ease-out 0.6s 3.5s;
    transition: ease-out 0.6s 3.5s;
}

.fx.on .fxBox:nth-child(19) {
    -webkit-transition: ease-out 0.6s 3.7s;
    transition: ease-out 0.6s 3.7s;
}

.fx.on .fxBox:nth-child(20) {
    -webkit-transition: ease-out 0.6s 3.9s;
    transition: ease-out 0.6s 3.9s;
}

.fx.on .fxBox:nth-child(21) {
    -webkit-transition: ease-out 0.6s 4.1s;
    transition: ease-out 0.6s 4.1s;
}

.fx.on .fxBox:nth-child(22) {
    -webkit-transition: ease-out 0.6s 4.3s;
    transition: ease-out 0.6s 4.3s;
}

.fx.on .fxBox:nth-child(23) {
    -webkit-transition: ease-out 0.6s 4.5s;
    transition: ease-out 0.6s 4.5s;
}

.fx.on .fxBox:nth-child(24) {
    -webkit-transition: ease-out 0.6s 4.7s;
    transition: ease-out 0.6s 4.7s;
}

.fx.on .fxBox:nth-child(25) {
    -webkit-transition: ease-out 0.6s 4.9s;
    transition: ease-out 0.6s 4.9s;
}

.fx.on .fxBox:nth-child(26) {
    -webkit-transition: ease-out 0.6s 5.1s;
    transition: ease-out 0.6s 5.1s;
}

.fx.on .fxBox:nth-child(27) {
    -webkit-transition: ease-out 0.6s 5.3s;
    transition: ease-out 0.6s 5.3s;
}

.fx.on .fxBox:nth-child(28) {
    -webkit-transition: ease-out 0.6s 5.5s;
    transition: ease-out 0.6s 5.5s;
}

.fx.on .fxBox:nth-child(29) {
    -webkit-transition: ease-out 0.6s 5.7s;
    transition: ease-out 0.6s 5.7s;
}

.fx.on .fxBox:nth-child(30) {
    -webkit-transition: ease-out 0.6s 5.9s;
    transition: ease-out 0.6s 5.9s;
}

.fx.on .cols .fxInr {
    opacity: 1;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 2s 0.6s;
    transition: ease 2s 0.6s;
}

.fx.on .cols .fxInr:nth-child(1) {
    -webkit-transition: ease-out 0.6s 0.1s;
    transition: ease-out 0.6s 0.1s;
}

.fx.on .cols .fxInr:nth-child(2) {
    -webkit-transition: ease-out 0.6s 0.3s;
    transition: ease-out 0.6s 0.3s;
}

.fx.on .cols .fxInr:nth-child(3) {
    -webkit-transition: ease-out 0.6s 0.5s;
    transition: ease-out 0.6s 0.5s;
}

.fx.on .cols .fxInr:nth-child(4) {
    -webkit-transition: ease-out 0.6s 0.7s;
    transition: ease-out 0.6s 0.7s;
}

.fx.on .cols .fxInr:nth-child(5) {
    -webkit-transition: ease-out 0.6s 0.9s;
    transition: ease-out 0.6s 0.9s;
}

.fx.on .cols .fxInr:nth-child(6) {
    -webkit-transition: ease-out 0.6s 1.1s;
    transition: ease-out 0.6s 1.1s;
}

.fx.on .cols .fxInr:nth-child(7) {
    -webkit-transition: ease-out 0.6s 1.3s;
    transition: ease-out 0.6s 1.3s;
}

.fx.on .cols .fxInr:nth-child(8) {
    -webkit-transition: ease-out 0.6s 1.5s;
    transition: ease-out 0.6s 1.5s;
}

.fx.on .cols .fxInr:nth-child(9) {
    -webkit-transition: ease-out 0.6s 1.7s;
    transition: ease-out 0.6s 1.7s;
}

.fx.on .cols .fxInr:nth-child(10) {
    -webkit-transition: ease-out 0.6s 1.9s;
    transition: ease-out 0.6s 1.9s;
}

.fx.on .cols .fxInr:nth-child(11) {
    -webkit-transition: ease-out 0.6s 2.1s;
    transition: ease-out 0.6s 2.1s;
}

.fx.on .cols .fxInr:nth-child(12) {
    -webkit-transition: ease-out 0.6s 2.3s;
    transition: ease-out 0.6s 2.3s;
}

.fx.on .cols .fxInr:nth-child(13) {
    -webkit-transition: ease-out 0.6s 2.5s;
    transition: ease-out 0.6s 2.5s;
}

.fx.on .cols .fxInr:nth-child(14) {
    -webkit-transition: ease-out 0.6s 2.7s;
    transition: ease-out 0.6s 2.7s;
}

.fx.on .cols .fxInr:nth-child(15) {
    -webkit-transition: ease-out 0.6s 2.9s;
    transition: ease-out 0.6s 2.9s;
}

.fx.on .cols .fxInr:nth-child(16) {
    -webkit-transition: ease-out 0.6s 3.1s;
    transition: ease-out 0.6s 3.1s;
}

.fx.on .cols .fxInr:nth-child(17) {
    -webkit-transition: ease-out 0.6s 3.3s;
    transition: ease-out 0.6s 3.3s;
}

.fx.on .cols .fxInr:nth-child(18) {
    -webkit-transition: ease-out 0.6s 3.5s;
    transition: ease-out 0.6s 3.5s;
}

.fx.on .cols .fxInr:nth-child(19) {
    -webkit-transition: ease-out 0.6s 3.7s;
    transition: ease-out 0.6s 3.7s;
}

.fx.on .cols .fxInr:nth-child(20) {
    -webkit-transition: ease-out 0.6s 3.9s;
    transition: ease-out 0.6s 3.9s;
}

.fx.on .cols .fxInr:nth-child(21) {
    -webkit-transition: ease-out 0.6s 4.1s;
    transition: ease-out 0.6s 4.1s;
}

.fx.on .cols .fxInr:nth-child(22) {
    -webkit-transition: ease-out 0.6s 4.3s;
    transition: ease-out 0.6s 4.3s;
}

.fx.on .cols .fxInr:nth-child(23) {
    -webkit-transition: ease-out 0.6s 4.5s;
    transition: ease-out 0.6s 4.5s;
}

.fx.on .cols .fxInr:nth-child(24) {
    -webkit-transition: ease-out 0.6s 4.7s;
    transition: ease-out 0.6s 4.7s;
}

.fx.on .cols .fxInr:nth-child(25) {
    -webkit-transition: ease-out 0.6s 4.9s;
    transition: ease-out 0.6s 4.9s;
}

.fx.on .cols .fxInr:nth-child(26) {
    -webkit-transition: ease-out 0.6s 5.1s;
    transition: ease-out 0.6s 5.1s;
}

.fx.on .cols .fxInr:nth-child(27) {
    -webkit-transition: ease-out 0.6s 5.3s;
    transition: ease-out 0.6s 5.3s;
}

.fx.on .cols .fxInr:nth-child(28) {
    -webkit-transition: ease-out 0.6s 5.5s;
    transition: ease-out 0.6s 5.5s;
}

.fx.on .cols .fxInr:nth-child(29) {
    -webkit-transition: ease-out 0.6s 5.7s;
    transition: ease-out 0.6s 5.7s;
}

.fx.on .cols .fxInr:nth-child(30) {
    -webkit-transition: ease-out 0.6s 5.9s;
    transition: ease-out 0.6s 5.9s;
}

.fx.on .left {
    backface-visibility: hidden;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
}

.fx.on .right {
    backface-visibility: hidden;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
}

.fxside .left {
    opacity: 0;
    -webkit-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
    backface-visibility: hidden;
    will-change: transform;
}

.fxside .right {
    opacity: 0;
    -webkit-transform: translate(150px, 0);
    transform: translate(150px, 0);
    backface-visibility: hidden;
    will-change: transform;
}

.fxside .bgLRextend::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #004922;
    z-index: 10;
    transform: scaleX(1);
}

.fxside .bgRLextend::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004922;
    z-index: 10;
    transform: scaleX(1);
}

.fxside.on .left {
    backface-visibility: hidden;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
}

.fxside.on .right {
    backface-visibility: hidden;
    opacity: 1;
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
}

.fxside.on .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #004922;
    z-index: 10;
    transform: scaleX(1);
}

.fxside.on .bgRLextend::before {
    animation-name: bgRLextendAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004922;
    z-index: 10;
    transform: scaleX(1);
}

body #splash {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 0;
    text-align: center;
    color: white;
}

body #splash #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeIn;
    animation-duration: 2.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

body .splashbg {
    display: none;
}

body #container {
    opacity: 0;
}

body.appear #splash {
    animation-name: pageFadeout;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

body.appear #splash #splash-logo {
    animation-name: pageFadeout;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

body.appear .splashbg {
    display: block;
    /*content: "";
  position:fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: $keyColor;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;*/
}

body.appear .splashbg::before,
body.appear .splashbg::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: right;
}

body.appear .splashbg::before {
    background-color: #004922;
    z-index: -1;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s;
}

body.appear .splashbg::after {
    transform-origin: left;
    background-color: black;
    z-index: -2;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s;
}

body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 0.2s;
    animation-delay: 2.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.flowing {
    overflow: hidden;
    white-space: nowrap;
    animation: flowing-anim 0.3s forwards linear;
    animation-delay: 3.0s;
    width: 0;
}

.flowing:nth-child(2) {
    animation-delay: 3.5s;
}

.flowing:nth-child(3) {
    animation-delay: 4.0s;
}

br.sp {
    display: none;
}

@media screen and (max-width: 375px) {
    br.sp {
        display: block;
    }
}

@media screen and (max-width: 830px) {
    br.pc {
        display: none;
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.0;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.2;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* border-box
   ========================================================================== */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* clearfix
   ========================================================================== */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html body main article {
    margin: 70px 0 180px 0;
}

@media screen and (max-width: 768px) {
    html body main article {
        margin: 24px 0 80px 0;
    }
}

html body main article section.title {
    text-align: center;
    padding: 50px 0;
    background-color: #b8a171;
}

@media screen and (max-width: 768px) {
    html body main article section.title {
        padding: 24px 0 20px 0;
    }
}

html body main article section.title p.place {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 17px 0;
}

@media screen and (max-width: 768px) {
    html body main article section.title p.place {
        font-size: 1rem;
        margin: 0 0 10px 0;
    }
}

html body main article section.title p.place span {
    margin: 0 0 0 10px;
}

html body main article section.title h1 {
    font-family: "DM Serif Display", serif;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 8px 0;
}

@media screen and (max-width: 768px) {
    html body main article section.title h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

html body main article section.title h1 span {
    margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
    html body main article section.title h1 span {
        display: block;
        margin: 0;
    }
}

html body main article section.nav {
    margin: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
    html body main article section.nav {
        margin: 24px 20px 0 20px;
    }
}

html body main article section.nav .anchor-menu {
    color: white;
}

html body main article section.nav .anchor-menu__wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 240px);
    justify-content: center;
    gap: 40px;
}

@media screen and (max-width: 1250px) {
    html body main article section.nav .anchor-menu__wrap {
        grid-template-columns: repeat(2, 240px);
    }
}

@media screen and (max-width: 768px) {
    html body main article section.nav .anchor-menu__wrap {
        grid-template-columns: 1fr;
    }
}

html body main article section.nav .menu-item {
    flex: 1 1 0;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 240px;
    flex: 0 0 auto;
    transition: opacity .2s;
}

html body main article section.nav .menu-item:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    html body main article section.nav .menu-item {
        width: 100%;
    }
}

html body main article section.nav .menu-item__title {
    font-family: "DM Serif Display", serif;
    font-size: 1.25rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
    html body main article section.nav .menu-item__title {
        font-size: 0.875rem;
    }
}

html body main article section.nav .sub {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    margin: 16px 0 0 0;
    display: block;
}

@media screen and (max-width: 768px) {
    html body main article section.nav .sub {
        display: inline-block;
        font-size: 0.875rem;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    html body main article section.nav .main {
        display: inline-block;
        width: 100px;
    }
}

html body main article section.nav .menu-item__title .caret {
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-block;
}

html body main article section.nav .menu-item__title .caret::before {
    content: "";
    position: absolute;
    inset: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
}

html body main article section.nav .menu-item__line {
    height: 1px;
    background: white;
    width: 100%;
}

html body main article section#xmas-menu,
html body main article section#xmas-stay,
html body main article section#dinner-show,
html body main article section#event {
    margin: 100px 0 0 0;
    position: relative;
}

html body main article section#xmas-menu .border,
html body main article section#xmas-stay .border,
html body main article section#dinner-show .border,
html body main article section#event .border {
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 57px;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .border,
    html body main article section#xmas-stay .border,
    html body main article section#dinner-show .border,
    html body main article section#event .border {
        top: 28px;
    }
}

html body main article section#xmas-menu h2,
html body main article section#xmas-stay h2,
html body main article section#dinner-show h2,
html body main article section#event h2 {
    font-family: "DM Serif Display", serif;
    font-size: 4.125rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 0 70px 0;
    position: relative;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu h2,
    html body main article section#xmas-stay h2,
    html body main article section#dinner-show h2,
    html body main article section#event h2 {
        font-size: 2rem;
        margin: 0 0 40px 0;
    }
}

html body main article section#xmas-menu h2 span.sub,
html body main article section#xmas-stay h2 span.sub,
html body main article section#dinner-show h2 span.sub,
html body main article section#event h2 span.sub {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu h2 span.sub,
    html body main article section#xmas-stay h2 span.sub,
    html body main article section#dinner-show h2 span.sub,
    html body main article section#event h2 span.sub {
        font-size: 0.875rem;
    }
}

html body main article section#xmas-menu .kv img,
html body main article section#xmas-stay .kv img,
html body main article section#dinner-show .kv img,
html body main article section#event .kv img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .kv img.pc,
    html body main article section#xmas-stay .kv img.pc,
    html body main article section#dinner-show .kv img.pc,
    html body main article section#event .kv img.pc {
        display: none;
    }
}

html body main article section#xmas-menu .kv img.sp,
html body main article section#xmas-stay .kv img.sp,
html body main article section#dinner-show .kv img.sp,
html body main article section#event .kv img.sp {
    display: none;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .kv img.sp,
    html body main article section#xmas-stay .kv img.sp,
    html body main article section#dinner-show .kv img.sp,
    html body main article section#event .kv img.sp {
        display: block;
    }
}

html body main article section#xmas-menu span.txt,
html body main article section#xmas-stay span.txt,
html body main article section#dinner-show span.txt,
html body main article section#event span.txt {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin: 40px auto 0 auto;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu span.txt,
    html body main article section#xmas-stay span.txt,
    html body main article section#dinner-show span.txt,
    html body main article section#event span.txt {
        margin: 24px 20px 56px 20px;
        line-height: 2.0;
    }
}

html body main article section#xmas-menu .container,
html body main article section#xmas-stay .container,
html body main article section#dinner-show .container,
html body main article section#event .container {
    display: flex;
    gap: 40px;
    max-width: 1080px;
    margin: 100px auto 0 auto;
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu .container,
    html body main article section#xmas-stay .container,
    html body main article section#dinner-show .container,
    html body main article section#event .container {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .container,
    html body main article section#xmas-stay .container,
    html body main article section#dinner-show .container,
    html body main article section#event .container {
        margin: 0 20px 56px 20px;
    }
}

html body main article section#xmas-menu .container img,
html body main article section#xmas-stay .container img,
html body main article section#dinner-show .container img,
html body main article section#event .container img {
    width: 600px;
    height: auto;
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu .container img,
    html body main article section#xmas-stay .container img,
    html body main article section#dinner-show .container img,
    html body main article section#event .container img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

html body main article section#xmas-menu .container:nth-child(odd),
html body main article section#xmas-stay .container:nth-child(odd),
html body main article section#dinner-show .container:nth-child(odd),
html body main article section#event .container:nth-child(odd) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu .container:nth-child(odd),
    html body main article section#xmas-stay .container:nth-child(odd),
    html body main article section#dinner-show .container:nth-child(odd),
    html body main article section#event .container:nth-child(odd) {
        flex-direction: column;
        text-align: center;
    }
}

html body main article section#xmas-menu .text,
html body main article section#xmas-stay .text,
html body main article section#dinner-show .text,
html body main article section#event .text {
    flex: 1;
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu .text,
    html body main article section#xmas-stay .text,
    html body main article section#dinner-show .text,
    html body main article section#event .text {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .text,
    html body main article section#xmas-stay .text,
    html body main article section#dinner-show .text,
    html body main article section#event .text {
        max-width: 100%;
        margin: 0 0 16px 0;
    }
}

html body main article section#xmas-menu .text h3.menu-name,
html body main article section#xmas-stay .text h3.menu-name,
html body main article section#dinner-show .text h3.menu-name,
html body main article section#event .text h3.menu-name {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 16px 0;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu .text h3.menu-name,
    html body main article section#xmas-stay .text h3.menu-name,
    html body main article section#dinner-show .text h3.menu-name,
    html body main article section#event .text h3.menu-name {
        font-size: 1.375rem;
        text-align: left;
    }
}

html body main article section#xmas-menu span.menu-name-alf,
html body main article section#xmas-stay span.menu-name-alf,
html body main article section#dinner-show span.menu-name-alf,
html body main article section#event span.menu-name-alf {
    font-family: "DM Serif Display", serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu span.menu-name-alf,
    html body main article section#xmas-stay span.menu-name-alf,
    html body main article section#dinner-show span.menu-name-alf,
    html body main article section#event span.menu-name-alf {
        display: block;
        text-align: left;
        margin: 0 0 16px 0;
    }
}

html body main article section#xmas-menu p.txt,
html body main article section#xmas-stay p.txt,
html body main article section#dinner-show p.txt,
html body main article section#event p.txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.0;
    margin: 40px 0;
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu p.txt,
    html body main article section#xmas-stay p.txt,
    html body main article section#dinner-show p.txt,
    html body main article section#event p.txt {
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu p.txt,
    html body main article section#xmas-stay p.txt,
    html body main article section#dinner-show p.txt,
    html body main article section#event p.txt {
        font-size: 0.875rem;
        margin: 0 0 16px 0;
    }
}

html body main article section#xmas-menu a.link,
html body main article section#xmas-stay a.link,
html body main article section#dinner-show a.link,
html body main article section#event a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 74px;
    border: 1px solid #004922;
    position: relative;
    background-color: #b8a171;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu a.link,
    html body main article section#xmas-stay a.link,
    html body main article section#dinner-show a.link,
    html body main article section#event a.link {
        width: 100%;
        height: 68px;
    }
}

@media screen and (max-width: 1250px) {

    html body main article section#xmas-menu a.link,
    html body main article section#xmas-stay a.link,
    html body main article section#dinner-show a.link,
    html body main article section#event a.link {
        margin: 0 auto;
    }
}

html body main article section#xmas-menu a.link span,
html body main article section#xmas-stay a.link span,
html body main article section#dinner-show a.link span,
html body main article section#event a.link span {
    font-size: 1.125rem;
    font-weight: 400;
    color: #004922;
}

@media screen and (max-width: 768px) {

    html body main article section#xmas-menu a.link span,
    html body main article section#xmas-stay a.link span,
    html body main article section#dinner-show a.link span,
    html body main article section#event a.link span {
        font-size: 0.875rem;
    }
}

html body main article section#xmas-menu a.link::after,
html body main article section#xmas-stay a.link::after,
html body main article section#dinner-show a.link::after,
html body main article section#event a.link::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #004922;
    border-left: 2px solid #004922;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
}

html body main article section#xmas-menu a.link:hover,
html body main article section#xmas-stay a.link:hover,
html body main article section#dinner-show a.link:hover,
html body main article section#event a.link:hover {
    background-color: #af9867;
}

html body main article section#dinner-show .cast {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto 100px auto;
    gap: 20px;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .cast {
        flex-direction: column;
        margin: 0 auto 40px auto;
        padding: 0 20px;
    }
}

html body main article section#dinner-show .member {
    padding: 15px 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: auto;
    border: none;
    position: inherit;
    background-color: inherit;
    color: white;
}

html body main article section#dinner-show .member:hover {
    opacity: 0.8;
    background-color: inherit;
}

html body main article section#dinner-show .member img {
    width: 150px;
    height: 150px;
}

html body main article section#dinner-show .member .text {
    flex: 1;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .member .text {
        margin: 0;
    }
}

html body main article section#dinner-show .member .text p.date {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member .text p.date {
        font-size: 0.875rem;
    }
}

html body main article section#dinner-show .member .text h3.name {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member .text h3.name {
        font-size: 1.125rem;
    }
}

html body main article section#dinner-show .member_ex {
    margin: 0 0 100px 0;
}

html body main article section#dinner-show .member_ex h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 0 35px 0;
    position: relative;
    color: #b8a171;
}

html body main article section#dinner-show .member_ex h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #b8a171;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member_ex h3::after {
        bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member_ex h3 {
        font-size: 2rem;
        margin: 0 0 40px 0;
    }
}

html body main article section#dinner-show .member_ex h3 span.sub {
    font-family: "DM Serif Display", serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member_ex h3 span.sub {
        font-size: 0.875rem;
    }
}

html body main article section#dinner-show .member_ex h3 span.sub.tour {
    font-weight: 600;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .member_ex h3 span.sub.tour {
        display: block;
        margin: 16px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member_ex h3 span.sub.tour {
        font-size: 1rem;
    }
}

@media screen and (max-width: 375px) {
    html body main article section#dinner-show .member_ex h3 span.sub.tour .sp {
        display: block;
        margin: 5px 0 0 0;
    }
}

html body main article section#dinner-show .member_ex h3 span.sub.tour.noto {
    font-family: "Noto Serif JP", serif;
}

html body main article section#dinner-show .member_ex h3 span.sub.tour .future {
    font-family: "Noto Serif JP", serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .member_ex h3 span.sub.tour .future {
        display: block;
        font-size: 0.75rem;
        margin: 8px 0 0 0;
    }
}

html body main article section#dinner-show .container {
    display: flex;
    max-width: 1440px;
    margin: 0 0 40px 0;
    gap: 80px;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container {
        flex-direction: column;
        gap: 0;
    }
}

html body main article section#dinner-show .container .photo {
    width: 708px;
    height: 924px;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container .photo {
        margin: 0 auto 40px auto;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .photo {
        width: 100%;
        height: 100%;
    }
}

html body main article section#dinner-show .container .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .photo img.pc {
        display: none;
    }
}

html body main article section#dinner-show .container .photo img.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .photo img.sp {
        display: block;
    }
}

html body main article section#dinner-show .container .info {
    width: 472px;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container .info {
        max-width: 1080px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info {
        text-align: left;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
}

html body main article section#dinner-show .container .info .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 0 0 40px 0;
    }
}

html body main article section#dinner-show .container .info .info-grid .info-block {
    margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container .info .info-grid .info-block {
        width: 300px;
        margin-bottom: 0;
        text-align: left;
    }
}

html body main article section#dinner-show .container .info .info-grid .info-block h4 {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 16px 0;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .info-grid .info-block h4 {
        font-size: 1.25rem;
    }
}

html body main article section#dinner-show .container .info .info-grid .info-block p {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 16px 0;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .info-grid .info-block p {
        font-size: 1rem;
    }
}

html body main article section#dinner-show .container .info .info-grid .info-block p span {
    display: inline-block;
    width: 90px;
}

html body main article section#dinner-show .container .info .info-grid .info-block p span.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .info-grid .info-block p span.sp {
        display: inline-block;
        width: auto;
    }
}

html body main article section#dinner-show .container .info .info-grid .info-block p.set {
    line-height: 1.5;
    color: #fff;
}

html body main article section#dinner-show .container .info .info-grid .info-block p.set a{
    color: #fff;
}

html body main article section#dinner-show .container .info .info-grid .info-block p.set br.sp {
    display: block;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .info-grid .info-block p.set br.sp {
        display: none;
    }
}

html body main article section#dinner-show .container .info .link.under {
    margin: 24px 0 0 0;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container .info .link.under {
        margin: 24px auto 0 auto;
    }
}

html body main article section#dinner-show .container .info .yoyaku {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 24px 0;
    color: #b8a171;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container .info .yoyaku {
        font-size: 1.1875rem;
    }
}

html body main article section#dinner-show .container .info .kome {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 24px 0;
}

html body main article section#dinner-show .container.reverse {
    justify-content: flex-end;
    gap: 0;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container.reverse {
        flex-direction: column-reverse;
        text-align: center;
    }
}

html body main article section#dinner-show .container.reverse .info {
    width: 472px;
    margin: 0 80px 0 100px;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container.reverse .info {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

html body main article section#dinner-show .container.reverse .photo img.pc {
    width: 100%;
    height: auto;
}

html body main article section#dinner-show .hist {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0 auto 40px auto;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #b8a171;
    max-width: 1080px;
    line-height: 2.0;
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .hist {
        margin: 0 20px 40px 20px;
    }
}

html body main article section#dinner-show .container.inner {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container.inner {
        flex-direction: column-reverse;
    }
}

html body main article section#dinner-show .container.inner .info {
    flex: 1.0;
}

html body main article section#dinner-show .container.inner .info h4 {
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 0 8px 0;
    color: #b8a171;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container.inner .info h4 {
        font-size: 1.375rem;
    }
}

html body main article section#dinner-show .container.inner .info span {
    font-family: "DM Serif Display", serif;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 16px 0;
    color: #b8a171;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container.inner .info span {
        font-size: 1.125rem;
    }
}

html body main article section#dinner-show .container.inner .info p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.0;
    text-align: left;
}

html body main article section#dinner-show .container.inner .photo {
    width: 340px;
    height: 372px;
}

@media screen and (max-width: 1250px) {
    html body main article section#dinner-show .container.inner .photo {
        margin: 0 auto 40px auto;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#dinner-show .container.inner .photo {
        width: calc(100% - 40px);
        height: 100%;
        margin: 0 20px 40px 20px;
    }
}

html body main article section#dinner-show .container.inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html body main article section#event .card-section {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    max-width: 1080px;
    margin: 0 auto 80px auto;
}

@media screen and (max-width: 1250px) {
    html body main article section#event .card-section {
        max-width: 680px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#event .card-section {
        margin: 0 20px 40px 20px;
    }
}

html body main article section#event .card-section .card {
    flex: 1;
    color: white;
}

@media screen and (max-width: 768px) {
    html body main article section#event .card-section .card {
        margin: 0 0 32px 0;
    }
}

html body main article section#event .card-section .card img {
    width: 100%;
    display: block;
}

html body main article section#event .card-section .card .card-text h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 16px 0;
}

html body main article section#event .card-section .card .card-text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

html body main article section#event .feature-section {
    background: #b8a171;
}

html body main article section#event .feature-section .feature {
    display: flex;
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}

@media screen and (max-width: 1250px) {
    html body main article section#event .feature-section .feature {
        max-width: 595px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    html body main article section#event .feature-section .feature {
        margin: 0 20px;
    }
}

html body main article section#event .feature-section .feature img {
    width: 595px;
    height: 367px;
    display: block;
}

@media screen and (max-width: 1250px) {
    html body main article section#event .feature-section .feature img {
        width: 100%;
        margin: 0 0 24px 0;
    }
}

html body main article section#event .feature-section .feature .feature-text h3 {
    font-size: 2.25rem;
    font-weight: 400;
    margin: 0 0 24px 0;
}

@media screen and (max-width: 768px) {
    html body main article section#event .feature-section .feature .feature-text h3 {
        margin: 0 0 16px 0;
        font-size: 1.5rem;
    }
}

html body main article section#event .feature-section .feature .feature-text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    html body main article section#event .feature-section .feature .feature-text p {
        font-size: 0.875rem;
    }
}

html body main article section.description {
    display: flex;
    height: 960px;
}

@media screen and (max-width: 1250px) {
    html body main article section.description {
        display: block;
        height: auto;
    }
}

html body main article section.description .kv {
    width: 708px;
    height: 924px;
}

@media screen and (max-width: 1250px) {
    html body main article section.description .kv {
        margin: 0 auto 40px auto;
    }
}

@media screen and (max-width: 768px) {
    html body main article section.description .kv {
        width: 100%;
        height: 100%;
    }
}

html body main article section.description .kv img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    html body main article section.description .kv img.pc {
        display: none;
    }
}

html body main article section.description .kv img.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    html body main article section.description .kv img.sp {
        display: block;
    }
}

html body main article section.description .txt {
    width: 472px;
    margin: 0 0 0 80px;
}

@media screen and (max-width: 1250px) {
    html body main article section.description .txt {
        width: 668px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

html body main article section.description .txt dl {
    margin: 0;
}

html body main article section.description .txt dl dt {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 0 0 16px 0;
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt dl dt {
        font-size: 1.25rem;
        margin: 0 0 16px 0;
    }
}

html body main article section.description .txt dl dd {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt dl dd {
        font-size: 1rem;
        margin: 0 0 32px 0;
    }
}

@media screen and (max-width: 375px) {
    html body main article section.description .txt dl dd {
        line-height: 1.5;
    }
}

html body main article section.description .txt dl dd .time-row {
    display: flex;
    gap: 1em;
    margin: 0 0 16px 0;
}

html body main article section.description .txt dl dd .time-row span:first-child {
    width: 90px;
    display: inline-block;
}

html body main article section.description .txt dl dd.row {
    margin: 0 0 16px 0;
    line-height: 1.5;
}

html body main article section.description .txt dl dd.line {
    line-height: 1.5;
}

html body main article section.description .txt dl dd:last-child {
    margin: 0 0 56px 0;
}

html body main article section.description .txt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 74px;
    border: 1px solid black;
    position: relative;
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt a {
        width: 100%;
        height: 68px;
    }
}

html body main article section.description .txt a.link {
    margin: 0 0 24px 0;
}

html body main article section.description .txt a.link span {
    font-size: 1.125rem;
    font-weight: 400;
    color: black;
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt a.link span {
        font-size: 0.875rem;
    }
}

html body main article section.description .txt a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
}

html body main article section.description .txt a:hover {
    background-color: #af9867;
}

html body main article section.description .txt p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 24px 0;
}

@media screen and (max-width: 768px) {
    html body main article section.description .txt p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 375px) {
    html body main article section.description .txt p {
        line-height: 1.5;
    }
}

html body main article section.description .txt p:last-child {
    margin: 0;
}

html body .return {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    html body .return {
        display: block;
    }
}

html body .return .pagetop {
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: black;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

html body .return .pagetop span {
    margin: 0 0 0 16px;
}

html body .return .pagetop span .arrow-top {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(45deg);
}

html {
    font-family: "Noto Serif JP", serif;
    background-color: #004922;
    color: white;
    scroll-behavior: smooth;
}

html body #header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 118px;
}

html body #header a {
    height: 100%;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    html body #header {
        height: 65px;
    }

    html body #header img {
        width: 55px;
    }
}

html body .footer {
    background-color: black;
}

html body .footer .footer-container {
    max-width: 1440px;
    height: 96px;
    color: #b8a171;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 50px;
}

@media screen and (max-width: 830px) {
    html body .footer .footer-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container {
        display: block;
        height: 172px;
        padding: 12px 20px;
    }
}

html body .footer .footer-container .footer-left h2 {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    color: #b8a171;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-left h2 {
        display: block;
        font-size: 1rem;
        line-height: 1.5;
    }
}

html body .footer .footer-container .footer-left h2 span {
    margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-left h2 span {
        display: block;
        margin: 0;
    }
}

html body .footer .footer-container .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-right {
        padding: 0;
    }
}

html body .footer .footer-container .footer-right .footer-img {
    margin: 14px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-right .footer-img {
        margin: 28px 0 0 14px;
        justify-content: flex-start;
    }
}

html body .footer .footer-container .footer-right .footer-img .f-imgL {
    display: inline-block;
    margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-right .footer-img .f-imgL {
        margin: 0 28px 0 0;
        text-align: left;
    }
}

html body .footer .footer-container .footer-right .footer-copy p {
    margin: 0;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    html body .footer .footer-container .footer-right .footer-copy p {
        margin: 28px 0 0 0;
        text-align: left;
    }
}

html body .footer .footer-container .footer-right .footer-copy p small {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 300;
}