@charset "UTF-8";
/* lenis */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
sup {
  font-size: 0.5em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
figure {
  margin: 0;
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
#suntoryCommonHeader,
#suntoryCommonFooter {
  position: relative !important;
  z-index: 1;
}
#rokugin {
  color: #000;
  background: #fff;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 L", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #rokugin {
    font-size: 1.5rem;
  }
}
#rokugin.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
#rokugin::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/wnb/rokugin/assets/img/common/img_background.webp") no-repeat center center/cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #rokugin::before {
    background-image: url("/wnb/rokugin/assets/img/common/img_background_sp.webp");
  }
}
#rokugin a {
  color: #000;
}
@media (hover: hover) {
  #rokugin a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  #rokugin a:active {
    text-decoration: none;
  }
}
#rokugin em {
  font-style: normal;
}
#rokugin img {
  width: 100%;
  height: auto;
}
#rokugin button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}
#rokugin a:focus-visible, #rokugin button:focus-visible {
  outline: 0.2rem solid #000;
  outline-offset: 0.2rem;
}
#rokugin small {
  font-size: 0.75em;
}
.abgb {
  display: none !important;
}
#rokugin .animation-slide-in {
  opacity: 0;
  translate: 0 4rem;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, translate;
}
@media screen and (max-width: 768px) {
  #rokugin .animation-slide-in {
    translate: 0 4rem;
  }
}
#rokugin .animation-slide-in-horizontal {
  opacity: 0;
  translate: 4rem 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), translate 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, translate;
}
@media screen and (max-width: 768px) {
  #rokugin .animation-slide-in-horizontal {
    translate: 4rem 0;
  }
}
#rokugin .animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
#rokugin .is-loaded .animation-slide-in.is-inview {
  opacity: 1;
  translate: 0 0;
}
#rokugin .is-loaded .animation-slide-in.is-done {
  translate: none;
  will-change: auto;
}
#rokugin .is-loaded .animation-slide-in-horizontal.is-inview {
  opacity: 1;
  translate: 0 0;
}
#rokugin .is-loaded .animation-slide-in-horizontal.is-done {
  translate: none;
  will-change: auto;
}
#rokugin .is-loaded .animation-fade-in.is-inview {
  opacity: 1;
}
#rokugin .is-loaded .animation-fade-in.is-done {
  translate: none;
  will-change: auto;
}
#rokugin .layout-container {
  position: relative;
  min-height: 100dvh;
}
#rokugin .layout-content {
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-content {
    padding-bottom: 16rem;
  }
}
#rokugin .layout-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5rem;
  z-index: 1000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header {
    padding: 0;
  }
  #rokugin .layout-header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    z-index: 0;
    background: url("/wnb/rokugin/assets/img/common/img_header_background.svg") no-repeat right bottom/contain #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: opacity, visibility;
  }
}
#rokugin .layout-header__inner {
  display: flex;
  align-items: flex-end;
  gap: 7rem 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header__inner {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 3rem;
  }
}
#rokugin .layout-header__inner > * {
  pointer-events: auto;
}
#rokugin .layout-header .layout-header-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#rokugin .layout-header .layout-header-head__logo {
  width: 16.3rem;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-head__logo {
    width: 12rem;
  }
}
#rokugin .layout-header .layout-header-head__hamburger button {
  width: 4rem;
  height: 4rem;
  position: relative;
}
#rokugin .layout-header .layout-header-head__hamburger button::before, #rokugin .layout-header .layout-header-head__hamburger button::after {
  display: block;
  width: 3.8rem;
  height: 1px;
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background-color: #000;
}
#rokugin .layout-header .layout-header-head__hamburger button::before {
  top: 1.6rem;
}
#rokugin .layout-header .layout-header-head__hamburger button::after {
  bottom: 1.6rem;
}
#rokugin .layout-header .layout-header-head__hamburger button.is-show::before {
  top: 50%;
  rotate: 15deg;
  translate: -50% -50%;
}
#rokugin .layout-header .layout-header-head__hamburger button.is-show::after {
  bottom: 50%;
  rotate: -15deg;
  translate: -50% 50%;
}
#rokugin .layout-header .layout-header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 4rem 2rem;
  margin-left: auto;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-nav {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    height: calc(100dvh - 10rem);
    padding: 3rem 3rem 5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: opacity, visibility;
  }
}
#rokugin .layout-header .layout-header-nav.is-show {
  opacity: 1;
  visibility: visible;
}
#rokugin .layout-header .layout-header-links {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-links {
    flex-direction: column;
    gap: 4rem;
    height: auto;
  }
}
#rokugin .layout-header .layout-header-links__item {
  height: 100%;
}
#rokugin .layout-header .layout-header-links__item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  padding: 0 2rem;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .layout-header .layout-header-links__item a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  #rokugin .layout-header .layout-header-links__item a:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-links__item a {
    align-items: flex-start;
    padding: 0;
    font-size: 2.4rem;
  }
}
#rokugin .layout-header .layout-header-links__item a small {
  display: none;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-links__item a small {
    display: block;
    font-family: "GaramondPremrPro-Disp", serif;
    font-size: 1.8rem;
  }
}
#rokugin .layout-header .layout-header-foot {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header .layout-header-foot {
    gap: 4rem;
    margin-top: auto;
    padding-left: 0;
  }
}
#rokugin .layout-header .layout-header-foot a {
  font-size: 1.6rem;
  text-decoration: none;
}
#rokugin .layout-header .layout-header-foot__button img, #rokugin .layout-header .layout-header-foot__english a, #rokugin .layout-header .layout-header-foot__instagram a {
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .layout-header .layout-header-foot__button img:hover, #rokugin .layout-header .layout-header-foot__english a:hover, #rokugin .layout-header .layout-header-foot__instagram a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  #rokugin .layout-header .layout-header-foot__button img:active, #rokugin .layout-header .layout-header-foot__english a:active, #rokugin .layout-header .layout-header-foot__instagram a:active {
    opacity: 0.6;
  }
}
#rokugin .layout-header .layout-header-foot__button img {
  width: 15.4rem;
}
#rokugin .layout-header .layout-header-foot__button iframe {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #rokugin .layout-header__footer {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #rokugin:has(.layout-header-nav.is-show) .layout-header::before {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
#rokugin:has(.rokugin-home-hero) .layout-header {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#rokugin:has(.rokugin-home-hero) .layout-header.is-show {
  transform: translateY(0);
}
#rokugin .rokugin-botanicals {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-botanicals {
    flex-wrap: wrap;
    gap: 1.2rem 1.5rem;
  }
}
#rokugin .rokugin-botanicals__item {
  width: 19rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-botanicals__item {
    width: calc(50% - 0.75rem);
  }
}
#rokugin .rokugin-botanicals__image {
  aspect-ratio: 1/1;
}
#rokugin .rokugin-botanicals__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#rokugin .rokugin-botanicals__heading {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-botanicals__heading {
    margin-top: 0.6rem;
  }
}
#rokugin .rokugin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  height: 5.3rem;
  padding: 1rem 1rem 1.1rem;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-button:hover {
    background: #fff;
    color: #000;
  }
}
@media (hover: none) {
  #rokugin .rokugin-button:active {
    background: #fff;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-button {
    width: 100%;
  }
}
#rokugin .rokugin-cocktail__title {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__title {
    font-size: 2.4rem;
  }
}
#rokugin .rokugin-cocktail__text {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
#rokugin .rokugin-cocktail__carousel {
  margin-top: 4rem;
}
#rokugin .rokugin-cocktail__carousel-item {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel-item {
    gap: 5rem;
  }
}
#rokugin .rokugin-cocktail__carousel-content {
  position: relative;
  width: 16rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel-content {
    width: 17rem;
  }
}
#rokugin .rokugin-cocktail__carousel-content img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-cocktail__carousel-content:hover img {
    transform: scale(1.07);
  }
}
@media (hover: none) {
  #rokugin .rokugin-cocktail__carousel-content:active img {
    transform: scale(1.07);
  }
}
#rokugin .rokugin-cocktail__carousel-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel-title {
    font-size: 1.7rem;
  }
}
#rokugin .rokugin-cocktail__carousel .splide__pagination {
  display: flex;
  gap: 1.4rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel .splide__pagination {
    gap: 0.8rem;
    margin-top: 4rem;
  }
}
#rokugin .rokugin-cocktail__carousel .splide__pagination li {
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
#rokugin .rokugin-cocktail__carousel .splide__pagination li button {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: #D9D9D9;
  line-height: 0;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel .splide__pagination li button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
  }
}
#rokugin .rokugin-cocktail__carousel .splide__pagination li button.is-active {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail__carousel .splide__track {
    overflow: visible;
  }
}
#rokugin .rokugin-cocktail-modal {
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal {
    overflow: auto;
    display: block;
    height: calc(100dvh - 6rem);
  }
}
#rokugin .rokugin-cocktail-modal__image {
  width: 46rem;
  height: 70rem;
  flex-shrink: 0;
  position: relative;
  background-color: rgba(209, 155, 71, 0.33);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__image {
    width: 100%;
    height: 27.8rem;
  }
}
#rokugin .rokugin-cocktail-modal__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 28.2rem;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__image img {
    width: 12rem;
  }
}
#rokugin .rokugin-cocktail-modal__image img.is-active {
  opacity: 1;
  visibility: visible;
}
#rokugin .rokugin-cocktail-modal__content {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  width: 70.4rem;
  padding: 9rem 10.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__content {
    width: 100%;
    padding: 1.5rem 1.8rem 2.5rem;
    flex: 1;
  }
}
#rokugin .rokugin-cocktail-modal__item {
  position: absolute;
  top: 9rem;
  left: 10.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__item {
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
    left: 1.8rem;
  }
}
#rokugin .rokugin-cocktail-modal__item.is-active {
  opacity: 1;
  visibility: visible;
}
#rokugin .rokugin-cocktail-modal__title {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__title {
    font-size: 1.8rem;
  }
}
#rokugin .rokugin-cocktail-modal__table {
  width: 100%;
  margin-top: 2rem;
  line-height: 1.4;
}
#rokugin .rokugin-cocktail-modal__table tr.is-small th, #rokugin .rokugin-cocktail-modal__table tr.is-small td {
  padding-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__table tr.is-small th, #rokugin .rokugin-cocktail-modal__table tr.is-small td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__table tr + tr th, #rokugin .rokugin-cocktail-modal__table tr + tr td {
    padding-top: 0.6rem;
  }
}
#rokugin .rokugin-cocktail-modal__table th, #rokugin .rokugin-cocktail-modal__table td {
  vertical-align: top;
}
#rokugin .rokugin-cocktail-modal__table th {
  padding-right: 3rem;
  font-weight: normal;
  white-space: nowrap;
}
#rokugin .rokugin-cocktail-modal__table td {
  width: 100%;
}
#rokugin .rokugin-cocktail-modal__list {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 1em;
  line-height: 1.4;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__list {
    gap: 0.8rem;
    padding-bottom: 3rem;
    letter-spacing: -0.04em;
  }
}
#rokugin .rokugin-cocktail-modal__list:not(:has(.rokugin-cocktail-modal__list-item:nth-of-type(2))) {
  padding-left: 0;
  list-style: none;
}
#rokugin .rokugin-cocktail-modal__other {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__other {
    margin-top: 32rem;
    padding-top: 1rem;
  }
}
#rokugin .rokugin-cocktail-modal__carousel {
  margin-top: 1rem;
}
#rokugin .rokugin-cocktail-modal__carousel-item {
  position: relative;
  width: fit-content;
}
#rokugin .rokugin-cocktail-modal__carousel-item img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-cocktail-modal__carousel-item:hover img {
    transform: scale(1.07);
  }
}
@media (hover: none) {
  #rokugin .rokugin-cocktail-modal__carousel-item:active img {
    transform: scale(1.07);
  }
}
#rokugin .rokugin-cocktail-modal__carousel-item.is-hide {
  display: none;
}
#rokugin .rokugin-cocktail-modal__carousel-image {
  width: 100%;
  max-width: 6.8rem;
  margin-left: auto;
  margin-right: auto;
}
#rokugin .rokugin-cocktail-modal__carousel-title {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-cocktail-modal__carousel-title {
    font-size: 1.3rem;
  }
}
#rokugin .rokugin-cocktail-modal__carousel .splide__track {
  overflow: visible;
}
#rokugin .rokugin-gallery {
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: calc(var(--vw) * 100);
  margin-left: calc(50% - var(--vw) * 50);
  margin-right: calc(50% - var(--vw) * 50);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-gallery {
    justify-content: flex-start;
    gap: 0;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
#rokugin .rokugin-gallery__item {
  flex-shrink: 0;
  width: 38.6rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-gallery__item {
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-gallery__carousel {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-gallery__carousel-item {
    width: 16rem;
  }
}
#rokugin .rokugin-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-header {
    padding-top: 9rem;
  }
}
#rokugin .rokugin-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  line-height: 1;
  text-align: center;
}
#rokugin .rokugin-header__title-en {
  font-family: "GaramondPremrPro-Disp", serif;
  font-size: 13rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-header__title-en {
    font-size: 6rem;
  }
}
#rokugin .rokugin-header__title-ja {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-header__title-ja {
    font-size: 1.8rem;
  }
}
#rokugin .rokugin-howto {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto__content {
    display: contents;
  }
}
#rokugin .rokugin-howto__title {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto__title {
    order: -1;
    font-size: 2.4rem;
    text-align: center;
  }
}
#rokugin .rokugin-howto__text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto__text {
    order: -1;
    font-size: 1.5rem;
    text-align: center;
  }
}
#rokugin .rokugin-howto__image {
  width: 40.7rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto__image {
    width: 100%;
    max-width: 22.3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}
#rokugin .rokugin-howto__table {
  width: 100%;
  margin-top: 3rem;
  line-height: 1.4;
}
#rokugin .rokugin-howto__table th, #rokugin .rokugin-howto__table td {
  vertical-align: top;
}
#rokugin .rokugin-howto__table th {
  padding-right: 3rem;
  font-weight: normal;
  white-space: nowrap;
}
#rokugin .rokugin-howto__table td {
  width: 100%;
}
#rokugin .rokugin-howto__list {
  margin-top: 3rem;
  padding-left: 1em;
  line-height: 1.4;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-howto__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
#rokugin .rokugin-images {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images__item {
    width: 15rem;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images--design, #rokugin .rokugin-images--history {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images--design .rokugin-images__item, #rokugin .rokugin-images--history .rokugin-images__item {
    width: 24.8rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images--design .rokugin-images__item:nth-of-type(2n) {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images--history .rokugin-images__item:nth-of-type(2n + 1) {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images__carousel {
    margin: 0 -3rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-images__carousel-item {
    width: 15rem;
  }
}
#rokugin .rokugin-lineup {
  display: flex;
  align-items: flex-start;
  gap: 0 6.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__heading,
  #rokugin .rokugin-lineup .rokugin-lineup-contents__heading + .rokugin-lineup-contents__table,
  #rokugin .rokugin-lineup .rokugin-lineup-contents__heading,
  #rokugin .rokugin-lineup .rokugin-lineup-contents__award {
    order: 2;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-images__item:nth-of-type(1),
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(1) {
  order: 1;
}
#rokugin .rokugin-lineup .rokugin-lineup-images__item:nth-of-type(2),
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(2) {
  order: 2;
}
#rokugin .rokugin-lineup .rokugin-lineup-images__item:nth-of-type(3),
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(3) {
  order: 3;
}
#rokugin .rokugin-lineup .rokugin-lineup-images__item:nth-of-type(4),
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(4) {
  order: 4;
}
#rokugin .rokugin-lineup .rokugin-lineup-images {
  position: sticky;
  top: calc(50vh - 26.6rem);
  flex-shrink: 0;
  width: 52rem;
  height: 53.2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-images {
    display: contents;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-images__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-images__item {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-images__item:nth-of-type(n + 2) {
    margin-top: 11rem;
    padding-top: 5rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-images__carousel-item {
  width: 52rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination {
  display: flex;
  gap: 1.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination {
    gap: 0.8rem;
    margin-top: 1.5rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination li {
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
#rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination li button {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: #D9D9D9;
  line-height: 0;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination li button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-images__carousel .splide__pagination li button.is-active {
  background-color: #000;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents {
    display: contents;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__inner {
    display: block;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__item {
  position: relative;
  display: flex;
  gap: 6.2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__item {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(n + 2) {
  padding-top: 18rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__item:nth-of-type(n + 2) {
    margin-top: -41rem;
    padding-top: 45rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__item:last-child {
  padding-bottom: 0;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__item.is-active .rokugin-lineup-contents__image {
  opacity: 1;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__content > *:first-child {
  margin-top: 0;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels {
    align-items: center;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels__item {
  display: inline-block;
  padding: 1rem 2rem 1.2rem;
  border: 1px solid #707070;
  border-radius: 10rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels__item {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels__item--yellow {
  border: none;
  background-color: #D19B47;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents .rokugin-lineup-contents-labels__item--red {
  border: none;
  color: #fff;
  background-color: #A30D0D;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__title {
  margin-top: 1.4rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__text {
  margin-top: 2rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__table {
  width: 100%;
  margin-top: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__table {
    font-size: 1.5rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__table th, #rokugin .rokugin-lineup .rokugin-lineup-contents__table td {
  vertical-align: top;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__table th {
  padding-right: 3rem;
  font-weight: normal;
  white-space: nowrap;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__table td {
  width: 100%;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__table tr + tr th, #rokugin .rokugin-lineup .rokugin-lineup-contents__table tr + tr td {
  padding-top: 1.5rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__button {
    margin-top: 3.5rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__button img {
  width: 28rem;
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__button img {
    width: 100%;
  }
}
@media (hover: hover) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__button img:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__button img:active {
    opacity: 0.6;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__button iframe {
  position: absolute;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__heading {
  margin-top: 4.5rem;
  font-size: 2rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__heading + .rokugin-lineup-contents__table {
  margin-top: 2.5rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__award {
    gap: 2.5rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award-item {
  display: flex;
  gap: 2rem;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award-image {
  width: 8.8rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__award-image {
    width: 7rem;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award-content {
  flex: 1;
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award-heading {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__award-heading {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#rokugin .rokugin-lineup .rokugin-lineup-contents__award-text {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-lineup .rokugin-lineup-contents__award-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#rokugin .component-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
}
#rokugin .component-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#rokugin .component-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
#rokugin .component-modal__content {
  position: relative;
  z-index: 20;
  width: 116.4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .component-modal__content {
    width: 31.5rem;
  }
}
#rokugin .component-modal__content > *:first-child {
  margin-top: 0;
}
#rokugin .component-modal__content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#rokugin .component-modal__close {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #rokugin .component-modal__close {
    width: 4rem;
    height: 4rem;
  }
}
#rokugin .component-modal__close span::before, #rokugin .component-modal__close span::after {
  display: block;
  width: 7rem;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #rokugin .component-modal__close span::before, #rokugin .component-modal__close span::after {
    width: 2.5rem;
  }
}
#rokugin .component-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#rokugin .component-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#rokugin .rokugin-movie {
  position: relative;
}
#rokugin .rokugin-movie__thumbnail {
  overflow: hidden;
  display: block;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  appearance: none;
}
#rokugin .rokugin-movie__thumbnail img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-movie__thumbnail:hover img {
    transform: scale(1.07);
  }
}
@media (hover: none) {
  #rokugin .rokugin-movie__thumbnail:active img {
    transform: scale(1.07);
  }
}
#rokugin .rokugin-movie__play {
  display: flex;
  align-items: center;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  gap: 1rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-movie__play {
    font-size: 1.8rem;
    right: 3rem;
    bottom: 1.2rem;
  }
}
#rokugin .rokugin-movie__play span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #707070;
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-movie__play span {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#rokugin .rokugin-movie__play span::before {
  display: block;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 1.4rem;
  height: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-movie__play span::before {
    width: 0.63rem;
    height: 0.72rem;
  }
}
#rokugin .rokugin-seasonal__title {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal__title {
    font-size: 2.4rem;
  }
}
#rokugin .rokugin-seasonal__text {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal__text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
#rokugin .rokugin-seasonal .rokugin-seasonal-contents {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal .rokugin-seasonal-contents {
    flex-wrap: wrap;
    gap: 3rem 2.5rem;
  }
}
#rokugin .rokugin-seasonal .rokugin-seasonal-contents__item {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal .rokugin-seasonal-contents__item {
    width: calc(50% - 1.25rem);
  }
}
#rokugin .rokugin-seasonal .rokugin-seasonal-contents__title {
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal .rokugin-seasonal-contents__title {
    margin-top: 0.3rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-seasonal .rokugin-seasonal-contents__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
#rokugin .rokugin-section {
  overflow-x: clip;
  position: relative;
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section {
    margin-top: 8rem;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--about {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
#rokugin .rokugin-section--about .rokugin-section__inner {
  display: flex;
  flex-direction: column;
}
#rokugin .rokugin-section--about .rokugin-section__header {
  display: contents;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--about .rokugin-section__shoulder, #rokugin .rokugin-section--about .rokugin-section__title, #rokugin .rokugin-section--about .rokugin-section__content {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--story {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
#rokugin .rokugin-section--lineup {
  margin-top: 25rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--lineup {
    margin-top: 8rem;
  }
}
#rokugin .rokugin-section--lineup2 {
  margin-top: 0;
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--lineup2 {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section--gallery {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
#rokugin .rokugin-section__inner {
  width: 100%;
  max-width: 116.4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#rokugin .rokugin-section__inner > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #rokugin .rokugin-section__inner:has(.rokugin-section__shoulder--right) {
    padding-right: 28rem;
  }
}
@media screen and (min-width: 769px) {
  #rokugin .rokugin-section__inner:has(.rokugin-section__shoulder--left) {
    padding-left: 28rem;
  }
}
#rokugin .rokugin-section__inner--full {
  max-width: 100%;
}
#rokugin .rokugin-section__header {
  position: relative;
  z-index: 10;
}
#rokugin .rokugin-section__header > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  #rokugin .rokugin-section__header--lineup {
    display: flex;
    gap: 10rem;
  }
  #rokugin .rokugin-section__header--lineup .rokugin-section__header-content {
    margin-top: 0;
  }
}
#rokugin .rokugin-section__content {
  margin-top: 4.8rem;
}
#rokugin .rokugin-section__content > *:first-child {
  margin-top: 0;
}
#rokugin .rokugin-section__shoulder--botanicals {
  position: absolute;
  top: calc(50% + 2.4rem);
  left: 92rem;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--botanicals {
    width: 100%;
    max-width: 6.5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
    margin-bottom: 7rem;
  }
}
#rokugin .rokugin-section__shoulder--botanicals img {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--botanicals img {
    transform: none;
  }
}
#rokugin .rokugin-section__shoulder--enjoy {
  position: absolute;
  top: 0;
  left: 79.8rem;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--enjoy {
    width: 100%;
    max-width: 6.5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
    margin-bottom: 7rem;
  }
}
#rokugin .rokugin-section__shoulder--right {
  position: absolute;
  top: 13.4rem;
  left: 99rem;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--right {
    width: 100%;
    max-width: 6.5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
    margin-bottom: 7rem;
  }
}
#rokugin .rokugin-section__shoulder--left {
  position: absolute;
  top: 13.4rem;
  left: 0;
  width: 7.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--left {
    width: 100%;
    max-width: 6.5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
    margin-bottom: 7rem;
  }
}
#rokugin .rokugin-section__shoulder--slim {
  top: 4.2rem;
  left: 92rem;
}
#rokugin .rokugin-section__shoulder--three-lines {
  width: 12.4rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__shoulder--three-lines {
    max-width: 10.6rem;
  }
}
#rokugin .rokugin-section__title {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__title {
    gap: 0.8rem;
  }
}
#rokugin .rokugin-section__title-en {
  font-family: "GaramondPremrPro-Disp", serif;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__title-en {
    font-size: 4.1rem;
  }
}
#rokugin .rokugin-section__title-ja {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section__title-ja {
    font-size: 1.8rem;
  }
}
#rokugin .rokugin-section__header-content {
  margin-top: 4.8rem;
}
#rokugin .rokugin-section__header-content > *:first-child {
  margin-top: 0;
}
#rokugin .rokugin-section__lead {
  margin-top: 3rem;
}
#rokugin .rokugin-section__lead + .rokugin-section__lead {
  margin-top: 1.6rem;
}
#rokugin .rokugin-section__more {
  margin-top: 2.5rem;
  border: none !important;
  outline: none !important;
  font-family: "GaramondPremrPro-Disp", serif;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none !important;
}
#rokugin .rokugin-section__more a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}
#rokugin .rokugin-section__more a::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin-top: -0.5rem;
  background-color: #000;
  transition: width 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-section__more a:hover::before {
    width: 8rem;
  }
}
@media (hover: none) {
  #rokugin .rokugin-section__more a:active::before {
    width: 8rem;
  }
}
@media screen and (min-width: 769px) {
  #rokugin .rokugin-section.js-inview .rokugin-section__header > *, #rokugin .rokugin-section.js-inview .rokugin-section__content {
    opacity: 0;
    transform: translateY(5rem);
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, transform;
  }
  #rokugin .rokugin-section.js-inview.is-inview .rokugin-section__header > *, #rokugin .rokugin-section.js-inview.is-inview .rokugin-section__content {
    opacity: 1;
    transform: translateY(0);
  }
  #rokugin .rokugin-section.js-inview.is-inview:has(.rokugin-section__header) .rokugin-section__content {
    transition-delay: 0.25s;
  }
  #rokugin .rokugin-section.js-inview.is-inview:has(.rokugin-section__shoulder) .rokugin-section__shoulder {
    transition-delay: 0.25s;
  }
  #rokugin .rokugin-section.js-inview.is-inview:has(.rokugin-section__shoulder) .rokugin-section__content {
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-section .js-inview {
    opacity: 0;
    transform: translateY(5rem);
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, transform;
  }
  #rokugin .rokugin-section .js-inview.is-inview {
    opacity: 1;
    transform: translateY(0);
  }
}
#rokugin .rokugin-story {
  margin-top: -2rem;
  padding: 0 6.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-story {
    padding: 0;
  }
}
#rokugin .rokugin-story__title {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-story__title {
    font-size: 2.4rem;
  }
}
#rokugin .rokugin-story__text {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-story__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
#rokugin .rokugin-story .rokugin-movie {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-story .rokugin-movie {
    margin: 3rem -3rem 0;
  }
}
#rokugin .rokugin-home-hero {
  position: relative;
}
#rokugin .rokugin-home-hero__background {
  height: calc(100svh - 10rem);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-hero__background {
    height: 58.7rem;
  }
}
#rokugin .rokugin-home-hero__background picture {
  display: block;
  width: 100%;
  height: 100%;
}
#rokugin .rokugin-home-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rokugin .rokugin-home-hero__shoulder {
  position: absolute;
  top: 6.25vw;
  right: 5.9375vw;
  width: 8.5416666667vw;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-hero__shoulder {
    top: 2.4rem;
    right: 2rem;
    width: 1.9rem;
  }
}
#rokugin .rokugin-home-hero__title {
  position: absolute;
  bottom: 2.1875vw;
  left: 2.7083333333vw;
  width: 37.34375vw;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-hero__title {
    bottom: 3.3rem;
    left: 50%;
    translate: -50% 0;
    width: 27.2rem;
  }
}
#rokugin .rokugin-home-lineup {
  position: relative;
  width: calc(var(--vw) * 100);
  margin-left: calc(50% - var(--vw) * 50);
  margin-right: calc(50% - var(--vw) * 50);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
#rokugin .rokugin-home-lineup__background {
  position: absolute;
  left: 0;
  top: -38.8rem;
  width: 100%;
  height: 108rem;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup__background {
    top: -9.5rem;
    height: 43.5rem;
  }
}
#rokugin .rokugin-home-lineup__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rokugin .rokugin-home-lineup__list {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 1rem 0 15rem 6rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup__list {
    justify-content: flex-start;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 2rem 1.5rem;
  }
}
#rokugin .rokugin-home-lineup__list-item {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup__list-item {
    width: fit-content;
    flex-shrink: 0;
  }
  #rokugin .rokugin-home-lineup__list-item:last-child {
    padding-right: 3rem;
  }
}
#rokugin .rokugin-home-lineup__list-item a {
  text-decoration: none;
}
#rokugin .rokugin-home-lineup__list-item a img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (hover: hover) {
  #rokugin .rokugin-home-lineup__list-item a:hover img {
    transform: scale(1.07);
  }
}
@media (hover: none) {
  #rokugin .rokugin-home-lineup__list-item a:active img {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup__list-image {
    width: 24rem;
  }
}
#rokugin .rokugin-home-lineup__list-heading {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-lineup__list-heading {
    margin-top: 2.6rem;
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
#rokugin .rokugin-home-lineup.is-inview .rokugin-home-lineup__background {
  opacity: 1;
}
#rokugin .rokugin-home-lineup.is-inview .rokugin-home-lineup__background:nth-child(1) {
  transition-delay: 0s;
}
#rokugin .rokugin-home-lineup.is-inview .rokugin-home-lineup__background:nth-child(2) {
  transition-delay: 0.25s;
}
#rokugin .rokugin-home-lineup.is-inview .rokugin-home-lineup__background:nth-child(3) {
  transition-delay: 0.5s;
}
#rokugin .rokugin-home-lineup.is-inview .rokugin-home-lineup__background:nth-child(4) {
  transition-delay: 0.75s;
}
#rokugin .rokugin-home-enjoy {
  display: flex;
  width: calc(var(--vw) * 100);
  margin-left: calc(50% - var(--vw) * 50);
  margin-right: calc(50% - var(--vw) * 50);
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-enjoy {
    overflow: auto;
    padding-top: 1.5rem;
  }
}
#rokugin .rokugin-home-enjoy__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-enjoy__item {
    flex: 0 0 auto;
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-enjoy__carousel {
    margin: 0 -3rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-enjoy__carousel-item {
    width: 16rem;
  }
}
#rokugin .rokugin-home-experience {
  display: flex;
  flex-direction: column;
  gap: 15rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience {
    gap: 10rem;
  }
}
#rokugin .rokugin-home-experience__content {
  width: 100%;
  max-width: 93.3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 8rem;
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__content {
    flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
  }
}
#rokugin .rokugin-home-experience__logo {
  width: 16.7rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__logo {
    width: 100%;
    max-width: 8.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#rokugin .rokugin-home-experience__body {
  flex: 1;
  padding-left: 8rem;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__body {
    padding-left: 0;
    border-left: none;
  }
}
#rokugin .rokugin-home-experience__heading {
  margin-top: -1rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__heading {
    margin-top: 0.6rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
#rokugin .rokugin-home-experience__lead {
  margin-top: 0.3rem;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__lead {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    text-align: center;
  }
}
#rokugin .rokugin-home-experience__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__text {
    font-size: 1.5rem;
  }
}
#rokugin .rokugin-home-experience__table {
  width: 100%;
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__table {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
#rokugin .rokugin-home-experience__table th {
  width: 10.8rem;
  font-weight: normal;
  vertical-align: top;
}
#rokugin .rokugin-home-experience__table th, #rokugin .rokugin-home-experience__table td {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__table th, #rokugin .rokugin-home-experience__table td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__table tr + tr th, #rokugin .rokugin-home-experience__table tr + tr td {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__table tr + tr th {
    padding-top: 1.5rem;
  }
}
#rokugin .rokugin-home-experience__button {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-experience__button {
    margin-top: 4rem;
  }
}
#rokugin .rokugin-home-instagram__carousel {
  width: calc(var(--vw) * 100);
  margin-left: calc(50% - var(--vw) * 50);
  margin-right: calc(50% - var(--vw) * 50);
  white-space: nowrap;
}
#rokugin .rokugin-home-instagram__carousel-inner {
  display: flex;
}
#rokugin .rokugin-home-instagram__carousel-item {
  width: 25%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #rokugin .rokugin-home-instagram__carousel-item {
    width: 16rem;
  }
}
#rokugin .rokugin-home-instagram__carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rokugin .rokugin-home-instagram__button {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (min-width: 769px) {
  #rokugin .helper-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #rokugin .helper-only-pc {
    display: none !important;
  }
}
#rokugin .helper-margin-top-0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-0 {
    margin-top: 0rem !important;
  }
}
#rokugin .helper-margin-bottom-0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
}
#rokugin .helper-padding-top-0 {
  padding-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-0 {
    padding-top: 0rem !important;
  }
}
#rokugin .helper-padding-bottom-0 {
  padding-bottom: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
}
#rokugin .helper-padding-0 {
  padding: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-0 {
    padding: 0rem !important;
  }
}
#rokugin .helper-height-0 {
  height: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-0 {
    height: 0rem !important;
  }
}
#rokugin .helper-radius-0 {
  border-radius: 0rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-0 {
    border-radius: 0rem !important;
  }
}
#rokugin .helper-margin-top-5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-5 {
    margin-top: 0.25rem !important;
  }
}
#rokugin .helper-margin-bottom-5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-5 {
    margin-bottom: 0.25rem !important;
  }
}
#rokugin .helper-padding-top-5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-5 {
    padding-top: 0.25rem !important;
  }
}
#rokugin .helper-padding-bottom-5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-5 {
    padding-bottom: 0.25rem !important;
  }
}
#rokugin .helper-padding-5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-5 {
    padding: 0.25rem !important;
  }
}
#rokugin .helper-height-10 {
  height: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-10 {
    height: 0.5rem !important;
  }
}
#rokugin .helper-radius-1 {
  border-radius: 0.1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-1 {
    border-radius: 0.05rem !important;
  }
}
#rokugin .helper-margin-top-10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-10 {
    margin-top: 0.5rem !important;
  }
}
#rokugin .helper-margin-bottom-10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-10 {
    margin-bottom: 0.5rem !important;
  }
}
#rokugin .helper-padding-top-10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-10 {
    padding-top: 0.5rem !important;
  }
}
#rokugin .helper-padding-bottom-10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-10 {
    padding-bottom: 0.5rem !important;
  }
}
#rokugin .helper-padding-10 {
  padding: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-10 {
    padding: 0.5rem !important;
  }
}
#rokugin .helper-height-20 {
  height: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-20 {
    height: 1rem !important;
  }
}
#rokugin .helper-radius-2 {
  border-radius: 0.2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-2 {
    border-radius: 0.1rem !important;
  }
}
#rokugin .helper-margin-top-15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-15 {
    margin-top: 0.75rem !important;
  }
}
#rokugin .helper-margin-bottom-15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-15 {
    margin-bottom: 0.75rem !important;
  }
}
#rokugin .helper-padding-top-15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-15 {
    padding-top: 0.75rem !important;
  }
}
#rokugin .helper-padding-bottom-15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-15 {
    padding-bottom: 0.75rem !important;
  }
}
#rokugin .helper-padding-15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-15 {
    padding: 0.75rem !important;
  }
}
#rokugin .helper-height-30 {
  height: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-30 {
    height: 1.5rem !important;
  }
}
#rokugin .helper-radius-3 {
  border-radius: 0.3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-3 {
    border-radius: 0.15rem !important;
  }
}
#rokugin .helper-margin-top-20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-20 {
    margin-top: 1rem !important;
  }
}
#rokugin .helper-margin-bottom-20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-20 {
    margin-bottom: 1rem !important;
  }
}
#rokugin .helper-padding-top-20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-20 {
    padding-top: 1rem !important;
  }
}
#rokugin .helper-padding-bottom-20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-20 {
    padding-bottom: 1rem !important;
  }
}
#rokugin .helper-padding-20 {
  padding: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-20 {
    padding: 1rem !important;
  }
}
#rokugin .helper-height-40 {
  height: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-40 {
    height: 2rem !important;
  }
}
#rokugin .helper-radius-4 {
  border-radius: 0.4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-4 {
    border-radius: 0.2rem !important;
  }
}
#rokugin .helper-margin-top-25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-25 {
    margin-top: 1.25rem !important;
  }
}
#rokugin .helper-margin-bottom-25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-25 {
    margin-bottom: 1.25rem !important;
  }
}
#rokugin .helper-padding-top-25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-25 {
    padding-top: 1.25rem !important;
  }
}
#rokugin .helper-padding-bottom-25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-25 {
    padding-bottom: 1.25rem !important;
  }
}
#rokugin .helper-padding-25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-25 {
    padding: 1.25rem !important;
  }
}
#rokugin .helper-height-50 {
  height: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-50 {
    height: 2.5rem !important;
  }
}
#rokugin .helper-radius-5 {
  border-radius: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-5 {
    border-radius: 0.25rem !important;
  }
}
#rokugin .helper-margin-top-30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-30 {
    margin-top: 1.5rem !important;
  }
}
#rokugin .helper-margin-bottom-30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-30 {
    margin-bottom: 1.5rem !important;
  }
}
#rokugin .helper-padding-top-30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-30 {
    padding-top: 1.5rem !important;
  }
}
#rokugin .helper-padding-bottom-30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-30 {
    padding-bottom: 1.5rem !important;
  }
}
#rokugin .helper-padding-30 {
  padding: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-30 {
    padding: 1.5rem !important;
  }
}
#rokugin .helper-height-60 {
  height: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-60 {
    height: 3rem !important;
  }
}
#rokugin .helper-radius-6 {
  border-radius: 0.6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-6 {
    border-radius: 0.3rem !important;
  }
}
#rokugin .helper-margin-top-35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-35 {
    margin-top: 1.75rem !important;
  }
}
#rokugin .helper-margin-bottom-35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-35 {
    margin-bottom: 1.75rem !important;
  }
}
#rokugin .helper-padding-top-35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-35 {
    padding-top: 1.75rem !important;
  }
}
#rokugin .helper-padding-bottom-35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-35 {
    padding-bottom: 1.75rem !important;
  }
}
#rokugin .helper-padding-35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-35 {
    padding: 1.75rem !important;
  }
}
#rokugin .helper-height-70 {
  height: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-70 {
    height: 3.5rem !important;
  }
}
#rokugin .helper-radius-7 {
  border-radius: 0.7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-7 {
    border-radius: 0.35rem !important;
  }
}
#rokugin .helper-margin-top-40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-40 {
    margin-top: 2rem !important;
  }
}
#rokugin .helper-margin-bottom-40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-40 {
    margin-bottom: 2rem !important;
  }
}
#rokugin .helper-padding-top-40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-40 {
    padding-top: 2rem !important;
  }
}
#rokugin .helper-padding-bottom-40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-40 {
    padding-bottom: 2rem !important;
  }
}
#rokugin .helper-padding-40 {
  padding: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-40 {
    padding: 2rem !important;
  }
}
#rokugin .helper-height-80 {
  height: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-80 {
    height: 4rem !important;
  }
}
#rokugin .helper-radius-8 {
  border-radius: 0.8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-8 {
    border-radius: 0.4rem !important;
  }
}
#rokugin .helper-margin-top-45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-45 {
    margin-top: 2.25rem !important;
  }
}
#rokugin .helper-margin-bottom-45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-45 {
    margin-bottom: 2.25rem !important;
  }
}
#rokugin .helper-padding-top-45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-45 {
    padding-top: 2.25rem !important;
  }
}
#rokugin .helper-padding-bottom-45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-45 {
    padding-bottom: 2.25rem !important;
  }
}
#rokugin .helper-padding-45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-45 {
    padding: 2.25rem !important;
  }
}
#rokugin .helper-height-90 {
  height: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-90 {
    height: 4.5rem !important;
  }
}
#rokugin .helper-radius-9 {
  border-radius: 0.9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-9 {
    border-radius: 0.45rem !important;
  }
}
#rokugin .helper-margin-top-50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-50 {
    margin-top: 2.5rem !important;
  }
}
#rokugin .helper-margin-bottom-50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-50 {
    margin-bottom: 2.5rem !important;
  }
}
#rokugin .helper-padding-top-50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-50 {
    padding-top: 2.5rem !important;
  }
}
#rokugin .helper-padding-bottom-50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-50 {
    padding-bottom: 2.5rem !important;
  }
}
#rokugin .helper-padding-50 {
  padding: 5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-50 {
    padding: 2.5rem !important;
  }
}
#rokugin .helper-height-100 {
  height: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-100 {
    height: 5rem !important;
  }
}
#rokugin .helper-radius-10 {
  border-radius: 1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-10 {
    border-radius: 0.5rem !important;
  }
}
#rokugin .helper-margin-top-55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-55 {
    margin-top: 2.75rem !important;
  }
}
#rokugin .helper-margin-bottom-55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-55 {
    margin-bottom: 2.75rem !important;
  }
}
#rokugin .helper-padding-top-55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-55 {
    padding-top: 2.75rem !important;
  }
}
#rokugin .helper-padding-bottom-55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-55 {
    padding-bottom: 2.75rem !important;
  }
}
#rokugin .helper-padding-55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-55 {
    padding: 2.75rem !important;
  }
}
#rokugin .helper-height-110 {
  height: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-110 {
    height: 5.5rem !important;
  }
}
#rokugin .helper-radius-11 {
  border-radius: 1.1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-11 {
    border-radius: 0.55rem !important;
  }
}
#rokugin .helper-margin-top-60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-60 {
    margin-top: 3rem !important;
  }
}
#rokugin .helper-margin-bottom-60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-60 {
    margin-bottom: 3rem !important;
  }
}
#rokugin .helper-padding-top-60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-60 {
    padding-top: 3rem !important;
  }
}
#rokugin .helper-padding-bottom-60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-60 {
    padding-bottom: 3rem !important;
  }
}
#rokugin .helper-padding-60 {
  padding: 6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-60 {
    padding: 3rem !important;
  }
}
#rokugin .helper-height-120 {
  height: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-120 {
    height: 6rem !important;
  }
}
#rokugin .helper-radius-12 {
  border-radius: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-12 {
    border-radius: 0.6rem !important;
  }
}
#rokugin .helper-margin-top-65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-65 {
    margin-top: 3.25rem !important;
  }
}
#rokugin .helper-margin-bottom-65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-65 {
    margin-bottom: 3.25rem !important;
  }
}
#rokugin .helper-padding-top-65 {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-65 {
    padding-top: 3.25rem !important;
  }
}
#rokugin .helper-padding-bottom-65 {
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-65 {
    padding-bottom: 3.25rem !important;
  }
}
#rokugin .helper-padding-65 {
  padding: 6.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-65 {
    padding: 3.25rem !important;
  }
}
#rokugin .helper-height-130 {
  height: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-130 {
    height: 6.5rem !important;
  }
}
#rokugin .helper-radius-13 {
  border-radius: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-13 {
    border-radius: 0.65rem !important;
  }
}
#rokugin .helper-margin-top-70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-70 {
    margin-top: 3.5rem !important;
  }
}
#rokugin .helper-margin-bottom-70 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-70 {
    margin-bottom: 3.5rem !important;
  }
}
#rokugin .helper-padding-top-70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-70 {
    padding-top: 3.5rem !important;
  }
}
#rokugin .helper-padding-bottom-70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-70 {
    padding-bottom: 3.5rem !important;
  }
}
#rokugin .helper-padding-70 {
  padding: 7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-70 {
    padding: 3.5rem !important;
  }
}
#rokugin .helper-height-140 {
  height: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-140 {
    height: 7rem !important;
  }
}
#rokugin .helper-radius-14 {
  border-radius: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-14 {
    border-radius: 0.7rem !important;
  }
}
#rokugin .helper-margin-top-75 {
  margin-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-75 {
    margin-top: 3.75rem !important;
  }
}
#rokugin .helper-margin-bottom-75 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-75 {
    margin-bottom: 3.75rem !important;
  }
}
#rokugin .helper-padding-top-75 {
  padding-top: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-75 {
    padding-top: 3.75rem !important;
  }
}
#rokugin .helper-padding-bottom-75 {
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-75 {
    padding-bottom: 3.75rem !important;
  }
}
#rokugin .helper-padding-75 {
  padding: 7.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-75 {
    padding: 3.75rem !important;
  }
}
#rokugin .helper-height-150 {
  height: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-150 {
    height: 7.5rem !important;
  }
}
#rokugin .helper-radius-15 {
  border-radius: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-15 {
    border-radius: 0.75rem !important;
  }
}
#rokugin .helper-margin-top-80 {
  margin-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-80 {
    margin-top: 4rem !important;
  }
}
#rokugin .helper-margin-bottom-80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-80 {
    margin-bottom: 4rem !important;
  }
}
#rokugin .helper-padding-top-80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-80 {
    padding-top: 4rem !important;
  }
}
#rokugin .helper-padding-bottom-80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-80 {
    padding-bottom: 4rem !important;
  }
}
#rokugin .helper-padding-80 {
  padding: 8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-80 {
    padding: 4rem !important;
  }
}
#rokugin .helper-height-160 {
  height: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-160 {
    height: 8rem !important;
  }
}
#rokugin .helper-radius-16 {
  border-radius: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-16 {
    border-radius: 0.8rem !important;
  }
}
#rokugin .helper-margin-top-85 {
  margin-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-85 {
    margin-top: 4.25rem !important;
  }
}
#rokugin .helper-margin-bottom-85 {
  margin-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-85 {
    margin-bottom: 4.25rem !important;
  }
}
#rokugin .helper-padding-top-85 {
  padding-top: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-85 {
    padding-top: 4.25rem !important;
  }
}
#rokugin .helper-padding-bottom-85 {
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-85 {
    padding-bottom: 4.25rem !important;
  }
}
#rokugin .helper-padding-85 {
  padding: 8.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-85 {
    padding: 4.25rem !important;
  }
}
#rokugin .helper-height-170 {
  height: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-170 {
    height: 8.5rem !important;
  }
}
#rokugin .helper-radius-17 {
  border-radius: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-17 {
    border-radius: 0.85rem !important;
  }
}
#rokugin .helper-margin-top-90 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-90 {
    margin-top: 4.5rem !important;
  }
}
#rokugin .helper-margin-bottom-90 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-90 {
    margin-bottom: 4.5rem !important;
  }
}
#rokugin .helper-padding-top-90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-90 {
    padding-top: 4.5rem !important;
  }
}
#rokugin .helper-padding-bottom-90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-90 {
    padding-bottom: 4.5rem !important;
  }
}
#rokugin .helper-padding-90 {
  padding: 9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-90 {
    padding: 4.5rem !important;
  }
}
#rokugin .helper-height-180 {
  height: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-180 {
    height: 9rem !important;
  }
}
#rokugin .helper-radius-18 {
  border-radius: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-18 {
    border-radius: 0.9rem !important;
  }
}
#rokugin .helper-margin-top-95 {
  margin-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-95 {
    margin-top: 4.75rem !important;
  }
}
#rokugin .helper-margin-bottom-95 {
  margin-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-95 {
    margin-bottom: 4.75rem !important;
  }
}
#rokugin .helper-padding-top-95 {
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-95 {
    padding-top: 4.75rem !important;
  }
}
#rokugin .helper-padding-bottom-95 {
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-95 {
    padding-bottom: 4.75rem !important;
  }
}
#rokugin .helper-padding-95 {
  padding: 9.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-95 {
    padding: 4.75rem !important;
  }
}
#rokugin .helper-height-190 {
  height: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-190 {
    height: 9.5rem !important;
  }
}
#rokugin .helper-radius-19 {
  border-radius: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-19 {
    border-radius: 0.95rem !important;
  }
}
#rokugin .helper-margin-top-100 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-100 {
    margin-top: 5rem !important;
  }
}
#rokugin .helper-margin-bottom-100 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-100 {
    margin-bottom: 5rem !important;
  }
}
#rokugin .helper-padding-top-100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-100 {
    padding-top: 5rem !important;
  }
}
#rokugin .helper-padding-bottom-100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-100 {
    padding-bottom: 5rem !important;
  }
}
#rokugin .helper-padding-100 {
  padding: 10rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-100 {
    padding: 5rem !important;
  }
}
#rokugin .helper-height-200 {
  height: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-200 {
    height: 10rem !important;
  }
}
#rokugin .helper-radius-20 {
  border-radius: 2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-20 {
    border-radius: 1rem !important;
  }
}
#rokugin .helper-margin-top-105 {
  margin-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-105 {
    margin-top: 5.25rem !important;
  }
}
#rokugin .helper-margin-bottom-105 {
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-105 {
    margin-bottom: 5.25rem !important;
  }
}
#rokugin .helper-padding-top-105 {
  padding-top: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-105 {
    padding-top: 5.25rem !important;
  }
}
#rokugin .helper-padding-bottom-105 {
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-105 {
    padding-bottom: 5.25rem !important;
  }
}
#rokugin .helper-padding-105 {
  padding: 10.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-105 {
    padding: 5.25rem !important;
  }
}
#rokugin .helper-height-210 {
  height: 21rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-210 {
    height: 10.5rem !important;
  }
}
#rokugin .helper-radius-21 {
  border-radius: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-21 {
    border-radius: 1.05rem !important;
  }
}
#rokugin .helper-margin-top-110 {
  margin-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-110 {
    margin-top: 5.5rem !important;
  }
}
#rokugin .helper-margin-bottom-110 {
  margin-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-110 {
    margin-bottom: 5.5rem !important;
  }
}
#rokugin .helper-padding-top-110 {
  padding-top: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-110 {
    padding-top: 5.5rem !important;
  }
}
#rokugin .helper-padding-bottom-110 {
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-110 {
    padding-bottom: 5.5rem !important;
  }
}
#rokugin .helper-padding-110 {
  padding: 11rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-110 {
    padding: 5.5rem !important;
  }
}
#rokugin .helper-height-220 {
  height: 22rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-220 {
    height: 11rem !important;
  }
}
#rokugin .helper-radius-22 {
  border-radius: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-22 {
    border-radius: 1.1rem !important;
  }
}
#rokugin .helper-margin-top-115 {
  margin-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-115 {
    margin-top: 5.75rem !important;
  }
}
#rokugin .helper-margin-bottom-115 {
  margin-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-115 {
    margin-bottom: 5.75rem !important;
  }
}
#rokugin .helper-padding-top-115 {
  padding-top: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-115 {
    padding-top: 5.75rem !important;
  }
}
#rokugin .helper-padding-bottom-115 {
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-115 {
    padding-bottom: 5.75rem !important;
  }
}
#rokugin .helper-padding-115 {
  padding: 11.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-115 {
    padding: 5.75rem !important;
  }
}
#rokugin .helper-height-230 {
  height: 23rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-230 {
    height: 11.5rem !important;
  }
}
#rokugin .helper-radius-23 {
  border-radius: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-23 {
    border-radius: 1.15rem !important;
  }
}
#rokugin .helper-margin-top-120 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-120 {
    margin-top: 6rem !important;
  }
}
#rokugin .helper-margin-bottom-120 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-120 {
    margin-bottom: 6rem !important;
  }
}
#rokugin .helper-padding-top-120 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-120 {
    padding-top: 6rem !important;
  }
}
#rokugin .helper-padding-bottom-120 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-120 {
    padding-bottom: 6rem !important;
  }
}
#rokugin .helper-padding-120 {
  padding: 12rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-120 {
    padding: 6rem !important;
  }
}
#rokugin .helper-height-240 {
  height: 24rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-240 {
    height: 12rem !important;
  }
}
#rokugin .helper-radius-24 {
  border-radius: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-24 {
    border-radius: 1.2rem !important;
  }
}
#rokugin .helper-margin-top-125 {
  margin-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-125 {
    margin-top: 6.25rem !important;
  }
}
#rokugin .helper-margin-bottom-125 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-125 {
    margin-bottom: 6.25rem !important;
  }
}
#rokugin .helper-padding-top-125 {
  padding-top: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-125 {
    padding-top: 6.25rem !important;
  }
}
#rokugin .helper-padding-bottom-125 {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-125 {
    padding-bottom: 6.25rem !important;
  }
}
#rokugin .helper-padding-125 {
  padding: 12.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-125 {
    padding: 6.25rem !important;
  }
}
#rokugin .helper-height-250 {
  height: 25rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-250 {
    height: 12.5rem !important;
  }
}
#rokugin .helper-radius-25 {
  border-radius: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-25 {
    border-radius: 1.25rem !important;
  }
}
#rokugin .helper-margin-top-130 {
  margin-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-130 {
    margin-top: 6.5rem !important;
  }
}
#rokugin .helper-margin-bottom-130 {
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-130 {
    margin-bottom: 6.5rem !important;
  }
}
#rokugin .helper-padding-top-130 {
  padding-top: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-130 {
    padding-top: 6.5rem !important;
  }
}
#rokugin .helper-padding-bottom-130 {
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-130 {
    padding-bottom: 6.5rem !important;
  }
}
#rokugin .helper-padding-130 {
  padding: 13rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-130 {
    padding: 6.5rem !important;
  }
}
#rokugin .helper-height-260 {
  height: 26rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-260 {
    height: 13rem !important;
  }
}
#rokugin .helper-radius-26 {
  border-radius: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-26 {
    border-radius: 1.3rem !important;
  }
}
#rokugin .helper-margin-top-135 {
  margin-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-135 {
    margin-top: 6.75rem !important;
  }
}
#rokugin .helper-margin-bottom-135 {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-135 {
    margin-bottom: 6.75rem !important;
  }
}
#rokugin .helper-padding-top-135 {
  padding-top: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-135 {
    padding-top: 6.75rem !important;
  }
}
#rokugin .helper-padding-bottom-135 {
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-135 {
    padding-bottom: 6.75rem !important;
  }
}
#rokugin .helper-padding-135 {
  padding: 13.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-135 {
    padding: 6.75rem !important;
  }
}
#rokugin .helper-height-270 {
  height: 27rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-270 {
    height: 13.5rem !important;
  }
}
#rokugin .helper-radius-27 {
  border-radius: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-27 {
    border-radius: 1.35rem !important;
  }
}
#rokugin .helper-margin-top-140 {
  margin-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-140 {
    margin-top: 7rem !important;
  }
}
#rokugin .helper-margin-bottom-140 {
  margin-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-140 {
    margin-bottom: 7rem !important;
  }
}
#rokugin .helper-padding-top-140 {
  padding-top: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-140 {
    padding-top: 7rem !important;
  }
}
#rokugin .helper-padding-bottom-140 {
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-140 {
    padding-bottom: 7rem !important;
  }
}
#rokugin .helper-padding-140 {
  padding: 14rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-140 {
    padding: 7rem !important;
  }
}
#rokugin .helper-height-280 {
  height: 28rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-280 {
    height: 14rem !important;
  }
}
#rokugin .helper-radius-28 {
  border-radius: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-28 {
    border-radius: 1.4rem !important;
  }
}
#rokugin .helper-margin-top-145 {
  margin-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-145 {
    margin-top: 7.25rem !important;
  }
}
#rokugin .helper-margin-bottom-145 {
  margin-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-145 {
    margin-bottom: 7.25rem !important;
  }
}
#rokugin .helper-padding-top-145 {
  padding-top: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-145 {
    padding-top: 7.25rem !important;
  }
}
#rokugin .helper-padding-bottom-145 {
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-145 {
    padding-bottom: 7.25rem !important;
  }
}
#rokugin .helper-padding-145 {
  padding: 14.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-145 {
    padding: 7.25rem !important;
  }
}
#rokugin .helper-height-290 {
  height: 29rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-290 {
    height: 14.5rem !important;
  }
}
#rokugin .helper-radius-29 {
  border-radius: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-29 {
    border-radius: 1.45rem !important;
  }
}
#rokugin .helper-margin-top-150 {
  margin-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-150 {
    margin-top: 7.5rem !important;
  }
}
#rokugin .helper-margin-bottom-150 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-150 {
    margin-bottom: 7.5rem !important;
  }
}
#rokugin .helper-padding-top-150 {
  padding-top: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-150 {
    padding-top: 7.5rem !important;
  }
}
#rokugin .helper-padding-bottom-150 {
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-150 {
    padding-bottom: 7.5rem !important;
  }
}
#rokugin .helper-padding-150 {
  padding: 15rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-150 {
    padding: 7.5rem !important;
  }
}
#rokugin .helper-height-300 {
  height: 30rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-300 {
    height: 15rem !important;
  }
}
#rokugin .helper-radius-30 {
  border-radius: 3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-30 {
    border-radius: 1.5rem !important;
  }
}
#rokugin .helper-margin-top-155 {
  margin-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-155 {
    margin-top: 7.75rem !important;
  }
}
#rokugin .helper-margin-bottom-155 {
  margin-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-155 {
    margin-bottom: 7.75rem !important;
  }
}
#rokugin .helper-padding-top-155 {
  padding-top: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-155 {
    padding-top: 7.75rem !important;
  }
}
#rokugin .helper-padding-bottom-155 {
  padding-bottom: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-155 {
    padding-bottom: 7.75rem !important;
  }
}
#rokugin .helper-padding-155 {
  padding: 15.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-155 {
    padding: 7.75rem !important;
  }
}
#rokugin .helper-height-310 {
  height: 31rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-310 {
    height: 15.5rem !important;
  }
}
#rokugin .helper-radius-31 {
  border-radius: 3.1rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-31 {
    border-radius: 1.55rem !important;
  }
}
#rokugin .helper-margin-top-160 {
  margin-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-160 {
    margin-top: 8rem !important;
  }
}
#rokugin .helper-margin-bottom-160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-160 {
    margin-bottom: 8rem !important;
  }
}
#rokugin .helper-padding-top-160 {
  padding-top: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-160 {
    padding-top: 8rem !important;
  }
}
#rokugin .helper-padding-bottom-160 {
  padding-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-160 {
    padding-bottom: 8rem !important;
  }
}
#rokugin .helper-padding-160 {
  padding: 16rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-160 {
    padding: 8rem !important;
  }
}
#rokugin .helper-height-320 {
  height: 32rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-320 {
    height: 16rem !important;
  }
}
#rokugin .helper-radius-32 {
  border-radius: 3.2rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-32 {
    border-radius: 1.6rem !important;
  }
}
#rokugin .helper-margin-top-165 {
  margin-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-165 {
    margin-top: 8.25rem !important;
  }
}
#rokugin .helper-margin-bottom-165 {
  margin-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-165 {
    margin-bottom: 8.25rem !important;
  }
}
#rokugin .helper-padding-top-165 {
  padding-top: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-165 {
    padding-top: 8.25rem !important;
  }
}
#rokugin .helper-padding-bottom-165 {
  padding-bottom: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-165 {
    padding-bottom: 8.25rem !important;
  }
}
#rokugin .helper-padding-165 {
  padding: 16.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-165 {
    padding: 8.25rem !important;
  }
}
#rokugin .helper-height-330 {
  height: 33rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-330 {
    height: 16.5rem !important;
  }
}
#rokugin .helper-radius-33 {
  border-radius: 3.3rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-33 {
    border-radius: 1.65rem !important;
  }
}
#rokugin .helper-margin-top-170 {
  margin-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-170 {
    margin-top: 8.5rem !important;
  }
}
#rokugin .helper-margin-bottom-170 {
  margin-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-170 {
    margin-bottom: 8.5rem !important;
  }
}
#rokugin .helper-padding-top-170 {
  padding-top: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-170 {
    padding-top: 8.5rem !important;
  }
}
#rokugin .helper-padding-bottom-170 {
  padding-bottom: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-170 {
    padding-bottom: 8.5rem !important;
  }
}
#rokugin .helper-padding-170 {
  padding: 17rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-170 {
    padding: 8.5rem !important;
  }
}
#rokugin .helper-height-340 {
  height: 34rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-340 {
    height: 17rem !important;
  }
}
#rokugin .helper-radius-34 {
  border-radius: 3.4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-34 {
    border-radius: 1.7rem !important;
  }
}
#rokugin .helper-margin-top-175 {
  margin-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-175 {
    margin-top: 8.75rem !important;
  }
}
#rokugin .helper-margin-bottom-175 {
  margin-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-175 {
    margin-bottom: 8.75rem !important;
  }
}
#rokugin .helper-padding-top-175 {
  padding-top: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-175 {
    padding-top: 8.75rem !important;
  }
}
#rokugin .helper-padding-bottom-175 {
  padding-bottom: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-175 {
    padding-bottom: 8.75rem !important;
  }
}
#rokugin .helper-padding-175 {
  padding: 17.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-175 {
    padding: 8.75rem !important;
  }
}
#rokugin .helper-height-350 {
  height: 35rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-350 {
    height: 17.5rem !important;
  }
}
#rokugin .helper-radius-35 {
  border-radius: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-35 {
    border-radius: 1.75rem !important;
  }
}
#rokugin .helper-margin-top-180 {
  margin-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-180 {
    margin-top: 9rem !important;
  }
}
#rokugin .helper-margin-bottom-180 {
  margin-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-180 {
    margin-bottom: 9rem !important;
  }
}
#rokugin .helper-padding-top-180 {
  padding-top: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-180 {
    padding-top: 9rem !important;
  }
}
#rokugin .helper-padding-bottom-180 {
  padding-bottom: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-180 {
    padding-bottom: 9rem !important;
  }
}
#rokugin .helper-padding-180 {
  padding: 18rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-180 {
    padding: 9rem !important;
  }
}
#rokugin .helper-height-360 {
  height: 36rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-360 {
    height: 18rem !important;
  }
}
#rokugin .helper-radius-36 {
  border-radius: 3.6rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-36 {
    border-radius: 1.8rem !important;
  }
}
#rokugin .helper-margin-top-185 {
  margin-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-185 {
    margin-top: 9.25rem !important;
  }
}
#rokugin .helper-margin-bottom-185 {
  margin-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-185 {
    margin-bottom: 9.25rem !important;
  }
}
#rokugin .helper-padding-top-185 {
  padding-top: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-185 {
    padding-top: 9.25rem !important;
  }
}
#rokugin .helper-padding-bottom-185 {
  padding-bottom: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-185 {
    padding-bottom: 9.25rem !important;
  }
}
#rokugin .helper-padding-185 {
  padding: 18.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-185 {
    padding: 9.25rem !important;
  }
}
#rokugin .helper-height-370 {
  height: 37rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-370 {
    height: 18.5rem !important;
  }
}
#rokugin .helper-radius-37 {
  border-radius: 3.7rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-37 {
    border-radius: 1.85rem !important;
  }
}
#rokugin .helper-margin-top-190 {
  margin-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-190 {
    margin-top: 9.5rem !important;
  }
}
#rokugin .helper-margin-bottom-190 {
  margin-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-190 {
    margin-bottom: 9.5rem !important;
  }
}
#rokugin .helper-padding-top-190 {
  padding-top: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-190 {
    padding-top: 9.5rem !important;
  }
}
#rokugin .helper-padding-bottom-190 {
  padding-bottom: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-190 {
    padding-bottom: 9.5rem !important;
  }
}
#rokugin .helper-padding-190 {
  padding: 19rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-190 {
    padding: 9.5rem !important;
  }
}
#rokugin .helper-height-380 {
  height: 38rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-380 {
    height: 19rem !important;
  }
}
#rokugin .helper-radius-38 {
  border-radius: 3.8rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-38 {
    border-radius: 1.9rem !important;
  }
}
#rokugin .helper-margin-top-195 {
  margin-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-195 {
    margin-top: 9.75rem !important;
  }
}
#rokugin .helper-margin-bottom-195 {
  margin-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-195 {
    margin-bottom: 9.75rem !important;
  }
}
#rokugin .helper-padding-top-195 {
  padding-top: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-195 {
    padding-top: 9.75rem !important;
  }
}
#rokugin .helper-padding-bottom-195 {
  padding-bottom: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-195 {
    padding-bottom: 9.75rem !important;
  }
}
#rokugin .helper-padding-195 {
  padding: 19.5rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-195 {
    padding: 9.75rem !important;
  }
}
#rokugin .helper-height-390 {
  height: 39rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-390 {
    height: 19.5rem !important;
  }
}
#rokugin .helper-radius-39 {
  border-radius: 3.9rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-39 {
    border-radius: 1.95rem !important;
  }
}
#rokugin .helper-margin-top-200 {
  margin-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-top-200 {
    margin-top: 10rem !important;
  }
}
#rokugin .helper-margin-bottom-200 {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-margin-bottom-200 {
    margin-bottom: 10rem !important;
  }
}
#rokugin .helper-padding-top-200 {
  padding-top: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-top-200 {
    padding-top: 10rem !important;
  }
}
#rokugin .helper-padding-bottom-200 {
  padding-bottom: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-bottom-200 {
    padding-bottom: 10rem !important;
  }
}
#rokugin .helper-padding-200 {
  padding: 20rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-padding-200 {
    padding: 10rem !important;
  }
}
#rokugin .helper-height-400 {
  height: 40rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-height-400 {
    height: 20rem !important;
  }
}
#rokugin .helper-radius-40 {
  border-radius: 4rem !important;
}
@media screen and (max-width: 768px) {
  #rokugin .helper-radius-40 {
    border-radius: 2rem !important;
  }
}
#rokugin .helper-font-family-en {
  font-family: sans-serif !important;
}
#rokugin .helper-font-weight-bold {
  font-weight: bold !important;
}
#rokugin .helper-font-weight-normal {
  font-weight: normal !important;
}
#rokugin .helper-text-align-center {
  text-align: center !important;
}
#rokugin .helper-text-align-right {
  text-align: right !important;
}
#rokugin .helper-flex-row-center {
  display: flex !important;
  justify-content: center !important;
}
#rokugin .helper-text-decoration-underline {
  text-decoration: underline !important;
}