@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

:root {
  --inner-padding-inline: 1rem;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 393px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans", "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  background-color: #CFCDC9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.is-navi {
  overflow: hidden;
}

a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

._pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._pc-md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._pc-md {
    display: none !important;
  }
}

._pc-sm {
  display: block !important;
}
@media screen and (max-width: 640px) {
  ._pc-sm {
    display: none !important;
  }
}

._sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block !important;
  }
}

._sp-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-md {
    display: block !important;
  }
}

._sp-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-sm {
    display: block !important;
  }
}

._pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  ._pc-ib {
    display: none !important;
  }
}

._pc-ib-md {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  ._pc-ib-md {
    display: none !important;
  }
}

._pc-ib-sm {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  ._pc-ib-sm {
    display: none !important;
  }
}

._sp-ib {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-ib {
    display: inline-block !important;
  }
}

._sp-ib-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-ib-md {
    display: inline-block !important;
  }
}

._sp-ib-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-ib-sm {
    display: inline-block !important;
  }
}

._pc-inline {
  display: inline !important;
}
@media screen and (max-width: 960px) {
  ._pc-inline {
    display: none !important;
  }
}

._pc-inline-md {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  ._pc-inline-md {
    display: none !important;
  }
}

._pc-inline-sm {
  display: inline !important;
}
@media screen and (max-width: 640px) {
  ._pc-inline-sm {
    display: none !important;
  }
}

._sp-inline {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp-inline {
    display: inline !important;
  }
}

._sp-inline-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-inline-md {
    display: inline !important;
  }
}

._sp-inline-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-inline-sm {
    display: inline !important;
  }
}

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  ._pc-center {
    text-align: left;
  }
}

._sp-center {
  text-align: left;
}
@media screen and (max-width: 960px) {
  ._sp-center {
    text-align: center;
  }
}

._font-en {
  font-family: "Lato", sans-serif;
}

._is-hide {
  display: none !important;
}

@-webkit-keyframes tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  z-index: 997;
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  height: 6.4rem;
  padding: 0.5rem 6.4rem 0 3.2rem;
}
@media screen and (max-width: 960px) {
  #header .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5.4rem;
    padding: 0 4.5rem;
  }
}

#header-logo a {
  display: block;
  height: 2.7rem;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    height: 2.3rem;
  }
}
#header-logo a img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 5.4rem;
    right: 0;
    width: 100%;
    height: calc(100% - 5.4rem);
    padding: 5.6rem 3.2rem;
    background-color: rgba(91, 90, 90, 0.8);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 97;
  }
}
@media screen and (max-width: 960px) {
  #header-content.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #header-navi {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 0;
  }
}
#header-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6rem;
}
@media screen and (max-width: 960px) {
  #header-navi .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem 0;
  }
}
#header-navi .menu > li a {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .menu > li a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li a {
    color: #fff;
    text-align: center;
  }
}

#navi-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
  translate: 0 -50%;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    display: block;
  }
}
#navi-toggle.is-active {
  right: 1.35rem;
  width: 2rem;
  height: 2rem;
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  height: 0.5rem;
  rotate: -45deg;
  translate: 0 -50%;
}
#navi-toggle.is-active i:nth-of-type(2) {
  top: 50%;
  left: 50%;
  bottom: auto;
  height: 0.5rem;
  rotate: 45deg;
  translate: -50% -50%;
}
#navi-toggle i {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.7);
}
#navi-toggle i:nth-of-type(1) {
  top: 0.65rem;
  left: 0;
}
#navi-toggle i:nth-of-type(2) {
  left: 0;
  bottom: 0.65rem;
  height: 0.3rem;
}

#main {
  padding: 6.4rem 0 0;
  line-height: 1.5;
  overflow-x: clip;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 5.4rem 0 0;
  }
}

.article p {
  letter-spacing: 0.1em;
}

.section {
  position: relative;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(118.2rem + var(--inner-padding-inline) + var(--inner-padding-inline));
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
.inner.-lg {
  max-width: calc(134rem + var(--inner-padding-inline) + var(--inner-padding-inline));
}

.test {
  height: 120rem;
  background-color: skyblue;
}

#footer {
  padding: 0 0 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 0 0 2.1rem;
  }
}
#footer .inner {
  max-width: none;
  max-width: calc(134rem + 4rem + 6rem);
  padding: 0 6rem 0 4rem;
}
@media screen and (max-width: 960px) {
  #footer .inner {
    padding: 0 1rem;
  }
}

#footer-logo {
  display: block;
  padding: 0 0.2rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-logo {
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-logo:hover {
    opacity: 0.85;
  }
}
#footer-logo a {
  display: block;
  max-width: 18.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  #footer-logo a {
    max-width: 15rem;
  }
}
#footer-logo img {
  width: 100%;
}

#footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.6rem;
  padding: 0 0.8rem 0 0;
  margin: 2.1rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-sns {
    padding: 0;
    margin: 3.5rem 0 0;
  }
}
#footer-sns li.instagram {
  max-width: 3.8rem;
}
@media screen and (max-width: 960px) {
  #footer-sns li.instagram {
    max-width: 3.1rem;
  }
}
#footer-sns li a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #footer-sns li a:hover {
    opacity: 0.85;
  }
}
#footer-sns li a img {
  width: 100%;
}

#footer-navi {
  margin: 5.3rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-navi {
    margin: 5.2rem 0 0;
  }
}
#footer-navi ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem 0;
}
@media screen and (max-width: 768px) {
  #footer-navi ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#footer-navi ul li {
  text-align: center;
}
#footer-navi ul li a {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #footer-navi ul li a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-navi ul li a:hover {
    opacity: 0.85;
  }
}

#footer-copyright {
  margin: 3.9rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-copyright {
    margin: 4.8rem 0 0;
  }
}
#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #footer-copyright small {
    font-size: 1.2rem;
  }
}

#story-slider {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
#story-slider .swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
@media screen and (max-width: 820px) {
  #story-slider .swiper-wrapper {
    width: 100%;
    padding: 0;
  }
}
#story-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  #story-slider .swiper-slide {
    width: 100%;
  }
}
#story-slider .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#story-slider .swiper-slide .image {
  position: relative;
  width: 100%;
  aspect-ratio: 352/443;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-slide .image {
    aspect-ratio: 337/423;
  }
}
#story-slider .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#story-slider .swiper-slide .description .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.1rem 0 1.3rem;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-slide .description .meta {
    margin: 1.8rem 0 1.2rem;
  }
}
#story-slider .swiper-slide .description .post {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-slide .description .post {
    font-size: 1rem;
  }
}
#story-slider .swiper-slide .description .name {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
#story-slider .swiper-slide .description .title {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-slide .description .title {
    font-size: 1.4rem;
    line-height: 1.857;
  }
}
#story-slider .swiper-horizontal > .swiper-scrollbar, #story-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 0.6rem;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-horizontal > .swiper-scrollbar, #story-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.3rem;
  }
}
#story-slider .swiper-scrollbar {
  position: relative;
  margin: 4.8rem 0 0;
  border-radius: 0;
  background: #d9d9d9;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (max-width: 960px) {
  #story-slider .swiper-scrollbar {
    margin: 6.3rem 0 0;
  }
}
#story-slider .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #000;
}
#story-slider .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  #story-slider .slider-button {
    display: none;
  }
}
#story-slider .slider-button:has(.swiper-button-lock) {
  display: none !important;
}
#story-slider .slider-button .prev,
#story-slider .slider-button .next {
  display: block;
  width: 2.1rem;
  height: 2.7rem;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  cursor: pointer;
}
#story-slider .slider-button .prev {
  background-image: url("../img/top/slider-icon-prev.svg");
}
#story-slider .slider-button .next {
  background-image: url("../img/top/slider-icon-next.svg");
}
#story-slider .slider-button .prev.swiper-button-disabled,
#story-slider .slider-button .next.swiper-button-disabled {
  opacity: 0.25;
}

h2.style-01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
h2.style-01 img {
  width: 100%;
}

.more-button {
  display: block;
  width: 100%;
  max-width: 43.4rem;
  padding: 2.3rem 0.25em 2.4rem;
  margin-inline: auto;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Almarai", sans-serif;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .more-button {
    max-width: 24.8rem;
    padding: 1.35rem 0.25em;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-button:hover {
    opacity: 0.85;
  }
}

#top-branding {
  position: relative;
  height: calc(100dvh - 6.4rem);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-branding {
    height: calc(100vh - 5.4rem);
  }
}
#top-branding .inner {
  position: relative;
  max-width: none;
  height: 100%;
  padding: 0;
}
#top-branding .inner .content {
  position: absolute;
  top: 42.5%;
  left: 16.4rem;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #top-branding .inner .content {
    top: auto;
    left: 50%;
    bottom: 2.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    translate: -50% 0;
  }
}
#top-branding .inner h1 {
  max-width: 29.5rem;
}
@media screen and (max-width: 960px) {
  #top-branding .inner h1 {
    max-width: 24.5rem;
  }
}
#top-branding .inner h1 img {
  width: 100%;
}
#top-branding .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#top-branding .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #top-branding .bg img {
    -o-object-position: top center;
       object-position: top center;
  }
}
#top-branding .scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1.7rem;
  bottom: 2.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  scale: -1 -1;
}
@media screen and (max-width: 960px) {
  #top-branding .scroll-text {
    right: 1.7rem;
    bottom: 1.4rem;
    font-size: 1.4rem;
  }
}

#top-catch-01 {
  padding: 7.1rem 0 20rem;
}
@media screen and (max-width: 960px) {
  #top-catch-01 {
    padding: 6.9rem 0 15.1rem;
  }
}
#top-catch-01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  #top-catch-01 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
#top-catch-01 .content .description {
  width: 100%;
  max-width: 52.8rem;
}
@media screen and (max-width: 960px) {
  #top-catch-01 .content .description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin: 0 auto;
  }
}
#top-catch-01 .content .description h2 {
  position: relative;
  max-width: 44.2rem;
  margin: 0 0 7rem;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #top-catch-01 .content .description h2 {
    max-width: 24.7rem;
    margin: 0 0 4.2rem;
  }
}
#top-catch-01 .content .description p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.143;
}
@media screen and (max-width: 960px) {
  #top-catch-01 .content .description p {
    font-size: 1rem;
    line-height: 2;
  }
}
#top-catch-01 .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(484 * 100% / 1182);
}
@media screen and (max-width: 960px) {
  #top-catch-01 .content .image {
    width: 100%;
    margin: 0 0 7.9rem;
  }
}
#top-catch-01 .content .image img {
  width: 100%;
}

#top-catch-02 {
  padding: 0 0 7.6rem;
}
@media screen and (max-width: 960px) {
  #top-catch-02 {
    padding: 0 0 5.4rem;
  }
}
#top-catch-02 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  #top-catch-02 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
#top-catch-02 .content .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  #top-catch-02 .content .description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0 0 4.5rem;
  }
}
#top-catch-02 .content .description h2 {
  position: relative;
  margin: 0 0 4.2rem;
  color: #000;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.692;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  #top-catch-02 .content .description h2 {
    margin: 0 0 1.9rem;
    font-size: 1.4rem;
    line-height: 1.571;
  }
}
#top-catch-02 .content .description p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.143;
}
@media screen and (max-width: 960px) {
  #top-catch-02 .content .description p {
    font-size: 1rem;
    line-height: 2;
  }
}
#top-catch-02 .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(591 * 100% / 1182);
}
@media screen and (max-width: 960px) {
  #top-catch-02 .content .image {
    width: calc(100% + 2rem);
    padding: 0 0 0 9rem;
    margin: 0 0 5.7rem -1rem;
  }
}
#top-catch-02 .content .image img {
  width: 100%;
}

#top-feature {
  padding: 0 0 16.9rem;
}
@media screen and (max-width: 960px) {
  #top-feature {
    padding: 0 0 10.5rem;
  }
}
#top-feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 11rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list {
    margin: 0 auto 6rem;
  }
}
#top-feature .feature-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 27.7rem;
  height: 27.7rem;
  padding: 8.3rem 0 0;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list .item {
    width: 13rem;
    height: 13rem;
    padding: 3.3rem 0 0;
  }
}
#top-feature .feature-list .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list .item::before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    scale: 0.5;
  }
}
#top-feature .feature-list .item:nth-of-type(2) {
  margin: 0 -2.4rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list .item:nth-of-type(2) {
    margin: 0 -1.4rem;
  }
}
#top-feature .feature-list .item h2 {
  margin: 0 0 1.9rem;
  color: #727065;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list .item h2 {
    margin: 0 0 1.1rem;
    font-size: 1.2rem;
  }
}
#top-feature .feature-list .item p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.667;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-list .item p {
    font-size: 0.8rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient {
    padding: 0 1.7rem;
  }
}
#top-feature .feature-ingredient .swiper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper {
    width: calc(100% + 3.4rem);
    margin: 0 0 0 -1.7rem;
  }
}
#top-feature .feature-ingredient .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
#top-feature .feature-ingredient .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-slide {
    max-width: 18.2rem;
  }
}
#top-feature .feature-ingredient .swiper-slide h3 {
  position: relative;
  padding: 1.4rem 0 0;
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-slide h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.7rem 0.8rem 0;
    margin: 0 auto 0.9rem;
    font-size: 1rem;
  }
}
#top-feature .feature-ingredient .swiper-slide h3 .mark {
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-slide h3 .mark {
    right: 0;
    font-size: 0.6rem;
    line-height: 1;
  }
}
#top-feature .feature-ingredient .swiper-slide .image {
  margin: 0 0 0.9rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-slide .image {
    margin: 0 0 0.6rem;
  }
}
#top-feature .feature-ingredient .swiper-slide .image img {
  width: 100%;
}
#top-feature .feature-ingredient .swiper-slide p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
#top-feature .feature-ingredient .swiper-horizontal > .swiper-scrollbar, #top-feature .feature-ingredient .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  width: 100%;
  height: 0.6rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-horizontal > .swiper-scrollbar, #top-feature .feature-ingredient .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.3rem;
  }
}
#top-feature .feature-ingredient .swiper-scrollbar {
  position: relative;
  margin: 4.8rem 0 0;
  border-radius: 0;
  background: #d9d9d9;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .swiper-scrollbar {
    margin: 2.4rem 0 0;
  }
}
#top-feature .feature-ingredient .swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #000;
}
#top-feature .feature-ingredient .notes {
  display: block;
  margin: 4.3rem 0 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .notes {
    margin: 1.1rem 0 0;
    text-align: left;
  }
}
#top-feature .feature-ingredient .notes small {
  display: block;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-ingredient .notes small {
    font-size: 0.6rem;
    line-height: 2.333;
  }
}

#top-product {
  padding: 0 0 27.2rem;
}
@media screen and (max-width: 960px) {
  #top-product {
    padding: 0 0 9.5rem;
  }
}
@media screen and (max-width: 960px) {
  #top-product .inner {
    padding: 0 2.7rem;
  }
}
#top-product .product-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 7.5rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-selector {
    display: block;
    margin: 0 0 2.8rem;
  }
}
#top-product .product-selector h2 {
  max-width: 28.2rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-selector h2 {
    max-width: 18.5rem;
    margin: 0 0 4.7rem;
  }
}
#top-product .product-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  #top-product .product-selector ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5.8rem;
    margin: 0 auto;
  }
}
#top-product .product-selector ul li {
  position: relative;
  padding: 0 0 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  font-family: "Almarai", sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  #top-product .product-selector ul li:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 960px) {
  #top-product .product-selector ul li {
    line-height: 1.2;
  }
}
#top-product .product-selector ul li.is-active {
  color: #000;
}
#top-product .product-selector ul li.is-active::after {
  opacity: 1;
}
#top-product .product-selector ul li:not(.is-active) {
  cursor: pointer;
}
#top-product .product-selector ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8.8rem;
  height: 0.1rem;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  translate: -50% 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-selector ul li::after {
    width: 7rem;
  }
}
#top-product .product-bullet {
  width: 100%;
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-bullet {
    margin: 5rem 0 0;
  }
}
#top-product .product-bullet ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.4rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-bullet ul {
    gap: 0 0.4rem;
  }
}
#top-product .product-bullet ul li {
  height: 0.7rem;
  background-color: #d9d9d9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  #top-product .product-bullet ul li {
    height: 0.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-product .product-bullet ul li:hover {
    opacity: 0.85;
  }
}
#top-product .product-bullet ul li.is-active {
  background-color: #000;
}
#top-product .product-bullet ul li:not(.is-active) {
  cursor: pointer;
}
#top-product .product-content {
  width: 100%;
}
#top-product .product-item {
  height: 0;
  overflow-y: clip;
}
#top-product .product-item.is-active {
  height: auto;
  -webkit-animation: tab-fade 0.4s ease forwards;
          animation: tab-fade 0.4s ease forwards;
}
#top-product .product-item:nth-of-type(1) .description .title .name img {
  max-height: 3.8rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item:nth-of-type(1) .description .title .name img {
    max-height: 2.1rem;
  }
}
#top-product .product-item:nth-of-type(2) .description .title .name img {
  max-height: 3.8rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item:nth-of-type(2) .description .title .name img {
    max-height: 2.1rem;
  }
}
#top-product .product-item:nth-of-type(3) .description .title .name img {
  max-height: 3rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item:nth-of-type(3) .description .title .name img {
    max-height: 1.7rem;
  }
}
#top-product .product-item > .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item > .in {
    display: block;
    gap: 0;
  }
}
#top-product .product-item .swiper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(527 * 100% / 1182);
  padding: 0 0 2.9rem;
  margin-inline: 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .swiper {
    width: calc(100% + 3.4rem);
    padding: 0;
    margin: 0 0 2.5rem -1.7rem;
  }
}
#top-product .product-item .swiper-slide img {
  width: 100%;
}
#top-product .product-item .swiper-horizontal > .swiper-pagination-bullets,
#top-product .product-item .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.9rem;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .swiper-horizontal > .swiper-pagination-bullets,
  #top-product .product-item .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 0 0.8rem;
    bottom: 0.9rem;
  }
}
#top-product .product-item .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #top-product .product-item .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background: #d9d9d9;
}
#top-product .product-item .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1000rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#top-product .product-item .swiper-pagination-bullet-active {
  background: #000 !important;
}
#top-product .product-item .description {
  width: 100%;
  max-width: 58.3rem;
  padding: 5.7rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .description {
    max-width: none;
    padding: 0;
  }
}
#top-product .product-item .description .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7.6rem;
  color: #000;
  font-family: "Almarai", sans-serif;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .description .title {
    margin: 0 0 3.5rem;
  }
}
#top-product .product-item .description .title .name img {
  width: auto;
}
#top-product .product-item .description .title .price {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .description .title .price {
    font-size: 1.6rem;
  }
}
#top-product .product-item .summary > .item:not(:last-of-type) {
  margin: 0 0 2.8rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item:not(:last-of-type) {
    margin: 0 0 1.6rem;
  }
}
#top-product .product-item .summary > .item:not(.-spec) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top-product .product-item .summary > .item:not(.-spec) > dt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item:not(.-spec) > dt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 9.2rem;
  }
}
#top-product .product-item .summary > .item:not(.-spec) > dd {
  width: calc(490 * 100% / 583);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item:not(.-spec) > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
#top-product .product-item .summary > .item.-spec {
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item.-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.6rem;
  }
}
#top-product .product-item .summary > .item.-spec > dt {
  margin: 0 0 2.6rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item.-spec > dt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 9.2rem;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item.-spec > dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    padding: 0.5rem 0 0;
  }
}
#top-product .product-item .summary > .item > dt, #top-product .product-item .summary > .item > dd {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.714;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .summary > .item > dt, #top-product .product-item .summary > .item > dd {
    font-size: 1rem;
    line-height: 2;
  }
}
#top-product .product-item .summary > .item > dt {
  color: #000;
  font-family: "Almarai", sans-serif;
}
#top-product .product-item .spec-value .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .item {
    display: block;
  }
}
#top-product .product-item .spec-value .item:not(:last-of-type) {
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .item:not(:last-of-type) {
    margin: 0 0 2.4rem;
  }
}
#top-product .product-item .spec-value .item .name {
  color: #727065;
  width: 7.3rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .item .name {
    display: none;
    width: auto;
    margin: 0 0 2.4rem;
    text-align: left;
  }
}
#top-product .product-item .spec-value .item .bar-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 46.4rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .item .bar-container {
    max-width: 16.4rem;
    padding: 0 0 0 0.6rem;
  }
}
#top-product .product-item .spec-value .bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-product .product-item .spec-value .bar-wrap > .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar-wrap > .text {
    display: none;
  }
}
#top-product .product-item .spec-value .bar-wrap > .text.-before {
  text-align: right;
}
#top-product .product-item .spec-value .bar-wrap > .text.-after {
  text-align: left;
}
#top-product .product-item .spec-value .bar {
  position: relative;
  width: 100%;
  max-width: 27.5rem;
  min-height: 1.6rem;
  margin: 0 2.2rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar {
    max-width: 15.8rem;
    padding: 0 0 3rem;
    margin: 0;
  }
}
#top-product .product-item .spec-value .bar::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar::after {
    top: 0.5rem;
  }
}
#top-product .product-item .spec-value .bar li {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar li {
    padding: 1rem 0 0;
  }
}
#top-product .product-item .spec-value .bar li::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.3rem;
    translate: -50% 0;
  }
}
#top-product .product-item .spec-value .bar li.current::before {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar li.current::before {
    top: 0;
    width: 1rem;
    height: 1rem;
  }
}
#top-product .product-item .spec-value .bar li:nth-of-type(1) {
  left: 0;
}
#top-product .product-item .spec-value .bar li:nth-of-type(2) {
  left: 25%;
}
#top-product .product-item .spec-value .bar li:nth-of-type(3) {
  left: 50%;
}
#top-product .product-item .spec-value .bar li:nth-of-type(4) {
  left: 75%;
}
#top-product .product-item .spec-value .bar li:last-of-type {
  left: 100%;
}
#top-product .product-item .spec-value .bar li .text {
  display: none;
}
@media screen and (max-width: 960px) {
  #top-product .product-item .spec-value .bar li .text {
    display: block;
    margin: 0.9rem 0 0;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    translate: -50% 0;
  }
}

#top-flavor {
  padding: 0 0 26.3rem;
}
@media screen and (max-width: 960px) {
  #top-flavor {
    padding: 0 0 11.1rem;
  }
}
@media screen and (max-width: 960px) {
  #top-flavor .inner {
    padding: 0 2.7rem;
  }
}
#top-flavor .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 5.3rem;
  margin: 0 0 10.4rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .section-title {
    display: block;
    margin: 0 0 3.4rem;
  }
}
#top-flavor .section-title h2 {
  max-width: 22.6rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .section-title h2 {
    max-width: 14.4rem;
    margin: 0 0 4rem;
  }
}
#top-flavor .section-title .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-flavor .section-title .lead {
    font-size: 1.4rem;
  }
}
#top-flavor .section-title .lead em {
  display: inline-block;
  margin: 0 1.1rem 0 0;
  color: #727065;
  padding: 0.4rem 0.5rem 0.3rem 0.7rem;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-flavor .section-title .lead em {
    margin: 0 0.5rem 0 0;
    padding: 0.2rem 0.5rem 0.1rem 0.5rem;
  }
}
#top-flavor .flavor-list > ul > li {
  padding: 0 0 0 2.8rem;
  border-left: 0.5rem solid #727065;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li {
    padding: 0 0 0 0.8rem;
    border-left: 0.2rem solid #727065;
  }
}
#top-flavor .flavor-list > ul > li:not(:last-of-type) {
  margin: 0 0 5.8rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li:not(:last-of-type) {
    margin: 0 0 1.8rem;
  }
}
#top-flavor .flavor-list > ul > li .name {
  padding: 0 0 0 0.8rem;
  margin: 0 0 0.6rem;
  color: #727065;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Almarai", sans-serif;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li .name {
    padding: 0 0 0 0.3rem;
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
  }
}
#top-flavor .flavor-list > ul > li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5.3rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li .content {
    gap: 0 1.4rem;
  }
}
#top-flavor .flavor-list > ul > li .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li .content .image {
    width: 5.2rem;
    height: 5.2rem;
  }
}
#top-flavor .flavor-list > ul > li .content .image img {
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-flavor .flavor-list > ul > li .content .description .title {
  margin: 0 0 1.8rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li .content .description .title {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
  }
}
#top-flavor .flavor-list > ul > li .content .description .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top-flavor .flavor-list > ul > li .content .description .tag li {
  position: relative;
  padding: 0 2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.286;
}
@media screen and (max-width: 960px) {
  #top-flavor .flavor-list > ul > li .content .description .tag li {
    padding: 0 0.7rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
#top-flavor .flavor-list > ul > li .content .description .tag li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#top-flavor .flavor-list > ul > li .content .description .tag li:first-of-type {
  padding-left: 0;
}
#top-flavor .flavor-list > ul > li .content .description .tag li:last-of-type {
  padding-right: 0;
}
#top-story {
  padding: 0 0 17.2rem;
}
@media screen and (max-width: 960px) {
  #top-story {
    padding: 0 0 11rem;
  }
}
@media screen and (max-width: 960px) {
  #top-story .inner {
    padding: 0 2.7rem;
  }
}
#top-story .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 11.3rem;
  margin: 0 0 7rem;
}
@media screen and (max-width: 960px) {
  #top-story .section-title {
    display: block;
    margin: 0 0 5.2rem;
  }
}
#top-story .section-title h2 {
  max-width: 21.2rem;
}
@media screen and (max-width: 960px) {
  #top-story .section-title h2 {
    max-width: 13.9rem;
    margin: 0 0 3.2rem;
  }
}
#top-story .section-title .lead {
  width: 100%;
  max-width: 59.1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-story .section-title .lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }
}

#top-instagram {
  padding: 0 0 24.6rem;
}
@media screen and (max-width: 960px) {
  #top-instagram {
    padding: 0 0 11.8rem;
  }
}
#top-instagram .post-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
}
@media screen and (max-width: 960px) {
  #top-instagram .post-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    padding: 0 3.5rem;
  }
}
#top-instagram .post-list li img {
  width: 100%;
}
#top-instagram .more-button {
  margin-top: 7.5rem;
}
@media screen and (max-width: 960px) {
  #top-instagram .more-button {
    margin-top: 3.5rem;
  }
}

#top-shop {
  padding: 0 0 18rem;
}
@media screen and (max-width: 960px) {
  #top-shop {
    padding: 0 0 12.1rem;
  }
}
@media screen and (max-width: 960px) {
  #top-shop .inner {
    padding: 0 2.7rem;
  }
}
#top-shop .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 6.9rem;
}
@media screen and (max-width: 960px) {
  #top-shop .section-title {
    display: block;
    margin: 0 0 4.5rem;
  }
}
#top-shop .section-title h2 {
  max-width: 26.2rem;
}
@media screen and (max-width: 960px) {
  #top-shop .section-title h2 {
    max-width: 17.4rem;
    margin: 0 0 3.3rem;
  }
}
#top-shop .section-title .lead {
  width: 100%;
  max-width: 59.1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #top-shop .section-title .lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }
}
#top-shop .shop-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem;
}
@media screen and (max-width: 960px) {
  #top-shop .shop-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 1.2rem;
  }
}
#top-shop .shop-list li img {
  width: 100%;
}
#top-shop .button-wrap {
  display: block;
  width: 100%;
  max-width: 54.2rem;
  margin: 10.8rem auto 0;
}
@media screen and (max-width: 960px) {
  #top-shop .button-wrap {
    max-width: 30.6rem;
    margin: 5.7rem auto 0;
  }
}
#top-shop .button-wrap .more-button {
  max-width: none;
  padding: 2.9rem 0.25em 3rem;
}
@media screen and (max-width: 960px) {
  #top-shop .button-wrap .more-button {
    padding: 1.85rem 0.25em;
  }
}
#top-shop .button-wrap .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.4rem;
  margin: 1.7rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-shop .button-wrap .link-list {
    gap: 0 0.7rem;
    margin: 1.4rem 0 0;
  }
}
#top-shop .button-wrap .link-list li a {
  display: block;
}
#top-shop .button-wrap .link-list li a img {
  width: 100%;
}

#single-story {
  padding: 2.8rem 0 16rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #single-story {
    padding: 3.8rem 0 13.6rem;
  }
}
@media screen and (max-width: 960px) {
  #single-story .inner {
    padding: 0 2.8rem;
  }
}
#single-story .post-thumbnail {
  position: relative;
  aspect-ratio: 1182/715;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 960px) {
  #single-story .post-thumbnail {
    width: 100%;
    aspect-ratio: 337/423;
    margin: 0 0 2.8rem;
  }
}
#single-story .post-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-story .post-title {
  padding: 0 0 8.5rem;
  border-bottom: 0.1rem solid #000;
}
@media screen and (max-width: 960px) {
  #single-story .post-title {
    padding: 0 0 3.1rem;
  }
}
#single-story .post-title h1 {
  color: #000;
  font-size: 2.6rem;
  line-height: 4.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  #single-story .post-title h1 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0;
  }
}
#single-story .post-content {
  padding: 5.4rem 0 0;
}
@media screen and (max-width: 960px) {
  #single-story .post-content {
    padding: 3.1rem 0 0;
  }
}
#single-story .profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content {
    display: block;
    padding: 0;
  }
}
#single-story .profile-content .thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.4rem;
  aspect-ratio: 184/231;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .thumbnail {
    margin: 0 auto 2.7rem;
  }
}
#single-story .profile-content .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-story .profile-content .description {
  width: calc(100% - 18.4rem);
  padding: 0 0 0 3.8rem;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description {
    width: 100%;
    padding: 0;
  }
}
#single-story .profile-content .description .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.5rem;
  color: #000;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description .title-wrap {
    display: block;
    margin: 0 0 2.1rem;
  }
}
#single-story .profile-content .description .title-wrap .title > span {
  display: block;
}
#single-story .profile-content .description .title-wrap .title .post {
  font-size: 2rem;
  line-height: 4.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description .title-wrap .title .post {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#single-story .profile-content .description .title-wrap .title .name {
  font-size: 2.4rem;
  line-height: 4.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description .title-wrap .title .name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#single-story .profile-content .description .text-content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description .text-content p {
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: 0;
  }
}
#single-story .profile-content .description .relation-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.5rem;
  color: #000;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.5rem;
}
@media screen and (max-width: 960px) {
  #single-story .profile-content .description .relation-link {
    margin: 4rem 0 0 auto;
  }
}

#archives-story-slider {
  padding: 0 0 14.9rem;
}
@media screen and (max-width: 960px) {
  #archives-story-slider {
    padding: 0 0 12rem;
  }
}
@media screen and (max-width: 960px) {
  #archives-story-slider .inner {
    padding: 0 2.7rem;
  }
}
#archives-story-slider .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 11.3rem;
  margin: 0 0 7rem;
}
@media screen and (max-width: 960px) {
  #archives-story-slider .section-title {
    display: block;
    margin: 0 0 5.2rem;
  }
}
#archives-story-slider .section-title h2 {
  max-width: 21.2rem;
}
@media screen and (max-width: 960px) {
  #archives-story-slider .section-title h2 {
    max-width: 13.9rem;
    margin: 0 0 3.2rem;
  }
}
#archives-story-slider .section-title .lead {
  width: 100%;
  max-width: 59.1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #archives-story-slider .section-title .lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.6;
  }
}
#archives-story-slider .more-button {
  margin-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  #archives-story-slider .more-button {
    margin-top: 4rem;
  }
}