@charset "UTF-8";
:root {
  --fes_font_en: "neue-haas-grotesk-display", sans-serif;
  --fes_font_ja: "noto-sans-cjk-jp", sans-serif;
}

html {
  scrollbar-gutter: stable;
}

body.is-menu-open, body.is-modal-open {
  overflow: hidden;
  height: 100vh;
}

.header_caution {
  position: relative;
  z-index: 100;
}

body.is-main-end:not(.is-modal-open) #fes-wrapper {
  position: relative;
}
#fes-wrapper {
  color: #222;
  font-family: var(--fes_font_ja, "noto-sans-cjk-jp", sans-serif);
}
#fes-wrapper * {
  letter-spacing: normal;
  font-feature-settings: normal;
}
#fes-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#fes-wrapper .fes-section {
  container-type: inline-size;
}
#fes-wrapper .fes-frame {
  pointer-events: none;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 48px);
  pointer-events: none;
  z-index: 10;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: calc(40 / 2735 * 100cqw);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-frame {
    padding: calc(22 / 750 * 100vw);
  }
}
body.is-modal-open #fes-wrapper .fes-frame {
  z-index: 200000;
  top: 0;
  height: 100%;
}
body.is-main-end:not(.is-modal-open) #fes-wrapper .fes-frame, body.is-main-end:not(.is-modal-open) #fes-wrapper .fes-frame__inner {
  position: absolute;
  top: auto;
  bottom: 0;
}
body.is-main-end:not(.is-modal-open) #fes-wrapper .fes-frame__inner {
  bottom: 1.4625228519cqw;
}
@media screen and (max-width: 768px) {
  body.is-main-end:not(.is-modal-open) #fes-wrapper .fes-frame__inner {
    bottom: calc(20 / 750 * 100vw);
  }
}
#fes-wrapper .fes-frame__inner {
  position: fixed;
  z-index: 20;
  top: calc(1.4625228519cqw + 48px);
  left: calc(40 / 2735 * 100cqw);
  width: calc(100% - 80 / 2735 * 100cqw);
  height: calc(100dvh - 80 / 2735 * 100cqw - 48px);
  border-radius: calc(30 / 2735 * 100cqw);
  border: calc(5 / 2735 * 100cqw) solid #F1F2A4;
  pointer-events: none;
  transition: height 0.3s ease;
  transition-property: height, top;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-frame__inner {
    border-radius: calc(30 / 750 * 100vw);
    border-width: calc(3 / 750 * 100vw);
    top: calc(20 / 750 * 100vw + 48px);
    left: calc(20 / 750 * 100vw);
    width: calc(100% - 5.33vw);
    height: calc(100dvh - 5.33vw - 48px);
  }
}
body.is-modal-open #fes-wrapper .fes-frame__inner {
  z-index: 200001;
  height: calc(100dvh - 80 / 2735 * 100cqw);
  top: calc(40 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  body.is-modal-open #fes-wrapper .fes-frame__inner {
    top: calc(20 / 750 * 100vw);
    height: calc(100dvh - 5.33vw);
  }
}
#fes-wrapper .fes-overlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  pointer-events: none;
  will-change: backdrop-filter;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
body.is-modal-open #fes-wrapper .fes-overlay {
  opacity: 1;
}
#fes-wrapper .fes-gnav {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  container-type: inline-size;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
#fes-wrapper .fes-gnav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#fes-wrapper .fes-gnav__inner {
  display: grid;
  align-items: center;
  height: 100svh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-gnav__inner {
    display: block;
  }
}
#fes-wrapper .fes-gnav-list {
  overflow: hidden;
  width: 100%;
}
#fes-wrapper .fes-gnav-list .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-gnav-list {
    padding: calc(150 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
  #fes-wrapper .fes-gnav-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 750 * 100vw);
  }
}
#fes-wrapper .fes-gnav-list__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-gnav-list__item:hover .fes-gnav-list__base img {
    transform: scale(1.02);
  }
}
#fes-wrapper .fes-gnav-list__icon {
  position: absolute;
  z-index: 5;
  top: calc(20 / 2735 * 100cqw);
  left: calc(20 / 2735 * 100cqw);
  width: calc(100 / 2735 * 100cqw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-gnav-list__icon {
    top: calc(10 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
  }
}
#fes-wrapper .fes-gnav-list__base {
  position: relative;
  overflow: hidden;
}
#fes-wrapper .fes-gnav-list__base img {
  transition: transform 0.3s ease;
}
#fes-wrapper .fes-u-block {
  padding-inline: calc(200 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-u-block {
    padding-inline: calc(70 / 750 * 100vw);
  }
}
#fes-wrapper .fes-u-pb0 {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  #fes-wrapper .fes-u-show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-u-show-pc {
    display: none !important;
  }
}
#fes-wrapper .fes-c-button-wrap {
  display: flex;
  justify-content: center;
  margin: calc(200 / 2735 * 100cqw) 0 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-c-button-wrap {
    margin-top: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(900 / 2735 * 100cqw);
  height: calc(145 / 2735 * 100cqw);
  border-radius: 999px;
  border: 1px solid #222;
  background: #222;
  color: #FFF;
  font-family: var(--fes_font_ja);
  font-size: calc(30 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-c-button {
    width: calc(610 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-c-button:hover {
    background: #FFF;
    color: #222;
  }
}
#fes-wrapper .fes-c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(62 / 2735 * 100cqw);
  display: block;
  width: calc(18 / 2735 * 100cqw);
  aspect-ratio: 20/18;
  background-color: currentColor;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-c-button:after {
    right: calc(40 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv {
  position: relative;
}
#fes-wrapper .fes-mv__lead {
  position: absolute;
  z-index: 2;
  top: calc(100 / 2735 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(1600 / 2735 * 100cqw);
  text-align: center;
  color: #F1F2A4;
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__lead {
    top: auto;
    bottom: calc(130 / 750 * 100vw);
    left: calc(70 / 750 * 100vw);
    width: calc(260 / 750 * 100vw);
    font-size: calc(15 / 750 * 100vw);
    text-align: left;
    line-height: 1.46;
    transform: none;
  }
}
#fes-wrapper .fes-mv__title__item {
  color: #F1F2A4;
  font-family: var(--fes_font_en);
  font-size: calc(200 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__title__item {
    font-size: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__title__item > span {
  display: block;
  font-weight: inherit;
}
#fes-wrapper .fes-mv__title__item.is-pos01 {
  position: absolute;
  z-index: 10;
  top: calc(220 / 2735 * 100cqw);
  left: calc(200 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__title__item.is-pos01 {
    top: calc(250 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__title__item.is-pos01 > span:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__title__item.is-pos01 > span:nth-child(2) {
    text-align: left;
  }
}
#fes-wrapper .fes-mv__title__item.is-pos02 {
  position: absolute;
  z-index: 10;
  top: calc(530 / 2735 * 100cqw);
  right: calc(150 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__title__item.is-pos02 {
    top: calc(510 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__title__item.is-pos02 > span:nth-child(1) {
  text-align: right;
}
#fes-wrapper .fes-mv__frame {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
#fes-wrapper .fes-mv__frame.is-pos01 {
  top: calc(580 / 2735 * 100cqw);
  left: calc(230 / 2735 * 100cqw);
  width: calc(418 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__frame.is-pos01 {
    top: calc(610 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__frame.is-pos02 {
  z-index: 3;
  top: calc(640 / 2735 * 100cqw);
  left: calc(778 / 2735 * 100cqw);
  width: calc(537 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__frame.is-pos02 {
    top: calc(200 / 750 * 100vw);
    left: calc(360 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__frame.is-pos03 {
  top: calc(240 / 2735 * 100cqw);
  left: calc(1130 / 2735 * 100cqw);
  width: calc(700 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__frame.is-pos03 {
    top: calc(140 / 750 * 100vw);
    left: calc(160 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__frame.is-pos04 {
  top: calc(990 / 2735 * 100cqw);
  left: calc(1935 / 2735 * 100cqw);
  width: calc(650 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__frame.is-pos04 {
    top: calc(740 / 750 * 100vw);
    left: calc(390 / 750 * 100vw);
    width: calc(300 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__frame.is-pos05 {
  top: calc(270 / 2735 * 100cqw);
  left: calc(1760 / 2735 * 100cqw);
  width: calc(370 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__frame.is-pos05 {
    top: calc(880 / 750 * 100vw);
    left: calc(280 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__flash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
#fes-wrapper .fes-mv__logo {
  position: absolute;
  z-index: 5;
  top: calc(100 / 2735 * 100cqw);
  left: calc(100 / 2735 * 100cqw);
  width: calc(150 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-mv__logo {
    top: calc(55 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    width: calc(110 / 750 * 100vw);
  }
}
#fes-wrapper .fes-mv__bg img {
  width: 100%;
}
#fes-wrapper .fes-intro {
  padding-top: calc(250 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro {
    padding-top: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__header {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: calc(100 / 2735 * 100cqw);
  padding: 0 calc(188 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__header {
    grid-template-columns: 100%;
    gap: calc(20 / 750 * 100vw);
    padding: 0;
  }
}
#fes-wrapper .fes-intro__lead {
  font-size: calc(26 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__lead {
    font-size: calc(26 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__en {
  color: #B0B0B0;
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__en {
    font-size: calc(18 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__anclist {
  position: relative;
  margin: calc(200 / 2735 * 100cqw) 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist {
    margin: calc(100 / 750 * 100vw) 0 0;
    justify-content: space-between;
    grid-template-columns: repeat(2, calc(280 / 750 * 100vw));
  }
  #fes-wrapper .fes-intro__anclist:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: calc(1 / 750 * 100vw);
    height: 100%;
    background-color: #B0B0B0;
  }
  #fes-wrapper .fes-intro__anclist:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: calc(50% - 20 / 750 * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(50 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-color: #fff;
  }
}
#fes-wrapper .fes-intro__anclist__item {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 0 0 calc(74 / 2735 * 100cqw);
  color: #222;
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-intro__anclist__item:hover .fes-intro__anclist__visual > img {
    transform: scale(1.05);
  }
  #fes-wrapper .fes-intro__anclist__item:hover:after {
    bottom: -2%;
  }
}
#fes-wrapper .fes-intro__anclist__item:not(:first-child) {
  border-left: 1px solid #B0B0B0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__item {
    padding: 0 0 calc(84 / 750 * 100vw);
    border-left: none !important;
  }
  #fes-wrapper .fes-intro__anclist__item:nth-child(even) .fes-intro__anclist__icon {
    left: auto;
    right: calc(-20 / 750 * 100vw);
  }
  #fes-wrapper .fes-intro__anclist__item:nth-child(n+3) {
    padding-top: calc(40 / 750 * 100vw);
    border-top: 1px solid #B0B0B0;
  }
}
#fes-wrapper .fes-intro__anclist__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(20 / 2735 * 100cqw);
  aspect-ratio: 20/18;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transition: bottom 0.3s ease;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__item:after {
    bottom: calc(40 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__anclist__visual {
  position: relative;
  margin: 0 auto;
  width: calc(300 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__visual {
    width: calc(240 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__anclist__visual > img {
  transition: transform 0.3s ease;
}
#fes-wrapper .fes-intro__anclist__icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(-40 / 2735 * 100cqw);
  width: calc(90 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__icon {
    left: calc(-20 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
}
#fes-wrapper .fes-intro__anclist__catch {
  margin: calc(40 / 2735 * 100cqw) 0 0;
  text-align: center;
  font-size: calc(26 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__catch {
    margin: 0;
    font-size: calc(22 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__catch--size {
    margin: 0 calc(-20 / 750 * 100vw) 0 0;
  }
}
#fes-wrapper .fes-intro__anclist__title {
  margin: calc(20 / 2735 * 100cqw) 0 0;
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-intro__anclist__title {
    margin: calc(20 / 750 * 100vw) 0 0;
    font-size: calc(16 / 750 * 100vw);
  }
}
#fes-wrapper .fes-flowtext {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #F1F2A4;
  font-family: var(--fes_font_en);
  font-size: calc(180 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-flowtext {
    font-size: calc(80 / 750 * 100vw);
  }
}
#fes-wrapper .fes-flowtext--products {
  color: #222222;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-flowtext--products {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  #fes-wrapper .fes-flowtext--products + .fes-products-section {
    margin-top: 0;
  }
}
#fes-wrapper .fes-flowtext__item {
  position: relative;
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#fes-wrapper .fes-flowtext__item span {
  padding: 0 calc(50 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-flowtext__item span {
    padding: 0 calc(25 / 750 * 100vw);
  }
}
#fes-wrapper .fes-flowtext__item span {
  flex-shrink: 0;
  font-weight: inherit;
}
#fes-wrapper .fes-styling {
  margin: calc(350 / 2735 * 100cqw) 0 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling {
    margin-top: calc(150 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: calc(150 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-header {
    display: block;
    padding-block: calc(50 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-header__title {
  display: grid;
  align-items: center;
  grid-template-columns: calc(120 / 2735 * 100cqw) 1fr;
  gap: calc(30 / 2735 * 100cqw);
  font-size: calc(50 / 2735 * 100cqw);
  font-weight: 50;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-header__title {
    margin: 0 calc(-20 / 750 * 100vw);
    grid-template-columns: 100%;
    gap: calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}
#fes-wrapper .fes-styling-header__title span {
  font-weight: inherit;
}
#fes-wrapper .fes-styling-header__title img {
  width: calc(120 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-header__title img {
    margin: 0 auto;
    width: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-header__lead {
  width: calc(1000 / 2735 * 100cqw);
  font-size: calc(24 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-header__lead {
    margin: calc(30 / 750 * 100vw) 0 0;
    width: 100%;
    font-size: calc(24 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-kv--multiple {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-kv--multiple {
    touch-action: pan-y;
  }
}
@media screen and (min-width: 769px) {
  #fes-wrapper .fes-styling-kv--multiple .fes-styling-kv--multiple__group:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-kv--multiple__track {
    display: flex;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
  }
}
#fes-wrapper .fes-styling-kv--multiple__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-kv--multiple__group {
    flex-shrink: 0;
    width: calc(1400 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-kv--multiple__group--v2 {
    display: grid;
    grid-template-columns: calc(750 / 750 * 100vw) calc(1400 / 750 * 100vw);
    width: calc(2150 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-kv--multiple__group--v3 {
    display: grid;
    grid-template-columns: calc(750 / 750 * 100vw) calc(1508 / 750 * 100vw);
    width: calc(2255 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-detail {
  padding: calc(250 / 2735 * 100cqw) 0 calc(350 / 2735 * 100cqw);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-detail {
    padding: calc(120 / 750 * 100vw) 0 calc(150 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-detail--bg {
  background-color: #F9FACC;
}
#fes-wrapper .fes-styling-detail__layout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 2735 * 100cqw);
  margin: 0 auto;
  width: calc(1500 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-detail__layout {
    gap: calc(20 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-detail__lead {
  order: 3;
  margin: calc(100 / 2735 * 100cqw) auto 0;
  width: calc(600 / 2735 * 100cqw);
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-detail__lead {
    order: inherit;
    margin: 0 0 calc(80 / 750 * 100vw);
    width: auto;
    font-size: calc(18 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-wide {
  position: relative;
}
#fes-wrapper .fes-styling-wide__card {
  margin: 0 auto;
  width: calc(2108 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__card {
    width: calc(640 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-wide__card__img {
  width: calc(1200 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__card__img {
    width: calc(400 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-wide__card__img:nth-child(1) {
  position: relative;
  z-index: 5;
  transform: rotate(-2deg);
}
#fes-wrapper .fes-styling-wide__card__img:nth-child(2) {
  margin-top: calc(-644 / 2735 * 100cqw);
  margin-left: auto;
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__card__img:nth-child(2) {
    margin-top: calc(-26 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-wide__left {
  position: absolute;
  z-index: 2;
  top: calc(170 / 2735 * 100cqw);
  left: calc(-1113 / 2735 * 100cqw);
  width: calc(1200 / 2735 * 100cqw);
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__left {
    display: none;
  }
}
#fes-wrapper .fes-styling-wide__right {
  position: absolute;
  z-index: 2;
  top: calc(-20 / 2735 * 100cqw);
  right: calc(-1113 / 2735 * 100cqw);
  width: calc(1200 / 2735 * 100cqw);
  transform: rotate(-2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__right {
    display: none;
  }
}
#fes-wrapper .fes-styling-wide__lead {
  position: absolute;
  z-index: 5;
  top: calc(0 / 2735 * 100cqw);
  left: calc(1655 / 2735 * 100cqw);
  width: calc(600 / 2735 * 100cqw);
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-wide__lead {
    margin: calc(80 / 750 * 100vw) auto 0;
    position: static;
    width: calc(600 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-long {
  position: relative;
}
#fes-wrapper .fes-styling-long__card {
  margin: 0 auto;
  width: calc(1493 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__card {
    width: calc(628 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-long__card__img {
  width: calc(796 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__card__img {
    width: calc(400 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-long__card__img:nth-child(1) {
  position: relative;
  z-index: 5;
  transform: rotate(-2deg);
}
#fes-wrapper .fes-styling-long__card__img:nth-child(2) {
  margin-top: calc(-1083 / 2735 * 100cqw);
  margin-left: auto;
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__card__img:nth-child(2) {
    margin-top: calc(-214 / 750 * 100vw);
  }
}
#fes-wrapper .fes-styling-long__left {
  position: absolute;
  z-index: 2;
  top: calc(117 / 2735 * 100cqw);
  left: calc(-737 / 2735 * 100cqw);
  width: calc(796 / 2735 * 100cqw);
  transform: rotate(2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__left {
    display: none;
  }
}
#fes-wrapper .fes-styling-long__right {
  position: absolute;
  z-index: 2;
  top: calc(-10 / 2735 * 100cqw);
  right: calc(-716 / 2735 * 100cqw);
  width: calc(796 / 2735 * 100cqw);
  transform: rotate(-2deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__right {
    display: none;
  }
}
#fes-wrapper .fes-styling-long__lead {
  position: absolute;
  z-index: 5;
  top: calc(0 / 2735 * 100cqw);
  left: calc(1510 / 2735 * 100cqw);
  width: calc(600 / 2735 * 100cqw);
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-styling-long__lead {
    margin: calc(40 / 750 * 100vw) auto 0;
    position: static;
    width: calc(600 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products {
  margin: calc(350 / 2735 * 100cqw) 0 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products {
    margin-top: calc(150 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-section {
  position: relative;
  display: flex;
  margin-top: calc(150 / 2735 * 100cqw);
  background: url(../img/products_bg01.png) repeat center center/7px auto;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-section {
    display: block;
    margin-top: calc(150 / 750 * 100vw);
    padding-top: calc(120 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
  #fes-wrapper .fes-products-section:last-child {
    padding-bottom: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-section + .fes-products-section {
  margin-top: 0 !important;
}
#fes-wrapper .fes-products-kv {
  width: calc(1000 / 2735 * 100cqw);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-kv {
    position: absolute;
    z-index: 2;
    top: calc(120 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-detail {
  flex-grow: 1;
  overflow: hidden;
  padding: calc(200 / 2735 * 100cqw) 0 0 calc(100 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-detail {
    padding: 0;
  }
}
#fes-wrapper .fes-products-detail__headline {
  display: grid;
  align-items: center;
  grid-template-columns: calc(120 / 2735 * 100cqw) 1fr;
  gap: calc(30 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-detail__headline {
    display: block;
    min-height: calc(326 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
  }
  #fes-wrapper .fes-products-detail__headline img {
    width: calc(80 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products__catch {
  margin: 0 0 calc(20 / 2735 * 100cqw);
  font-family: var(--fes_font_en);
  font-size: calc(60 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products__catch {
    width: calc(310 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.2941;
  }
}
#fes-wrapper .fes-products__title {
  font-size: calc(24 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products__title {
    font-size: calc(24 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider {
  margin-top: calc(50 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider {
    margin-top: calc(60 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider .swiper-slide {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-products-slider .swiper-slide:hover .fes-products-slider__image img {
    transform: scale(1.05);
  }
  #fes-wrapper .fes-products-slider .swiper-slide:hover .fes-products-slider__button {
    opacity: 0.7;
  }
}
#fes-wrapper .fes-products-slider__image {
  overflow: hidden;
}
#fes-wrapper .fes-products-slider__image img {
  transition: transform 0.3s ease;
}
#fes-wrapper .fes-products-slider__detail {
  position: relative;
  margin: calc(40 / 2735 * 100cqw) 0 0;
  padding-right: calc(130 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__detail {
    margin-top: calc(40 / 750 * 100vw);
    padding-right: calc(140 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider__title {
  font-size: calc(24 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__title {
    font-size: calc(24 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider__price {
  margin: calc(20 / 2735 * 100cqw) 0 0;
  font-family: var(--fes_font_en);
  font-size: calc(22 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__price {
    margin: calc(20 / 750 * 100vw) 0 0;
    font-size: calc(22 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider__price:before {
  content: "¥";
}
#fes-wrapper .fes-products-slider__button {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  width: calc(108 / 2735 * 100cqw);
  height: calc(54 / 2735 * 100cqw);
  border-radius: 999px;
  background: #F1F2A4;
  color: #222;
  font-family: var(--fes_font_en);
  font-size: calc(22 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__button {
    width: calc(107 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider-utility {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(60 / 2735 * 100cqw) 0 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider-utility {
    margin: 0;
  }
}
#fes-wrapper .fes-products-slider__prev,
#fes-wrapper .fes-products-slider__next {
  flex-shrink: 0;
  width: calc(20 / 2735 * 100cqw);
  height: calc(40 / 2735 * 100cqw);
  background: url(../img/ic_com05.svg) no-repeat center center/100% auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__prev,
  #fes-wrapper .fes-products-slider__next {
    position: absolute;
    z-index: 5;
    top: calc(295 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background: url(../img/ic_com05_sp.svg) no-repeat center center/100% auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-products-slider__prev,
  #fes-wrapper .fes-products-slider__next {
    transition: opacity 0.3s ease;
  }
  #fes-wrapper .fes-products-slider__prev:hover,
  #fes-wrapper .fes-products-slider__next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__prev {
    left: calc(105 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider__next {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__next {
    right: calc(105 / 750 * 100vw);
  }
}
#fes-wrapper .fes-products-slider__pagination {
  width: calc(210 / 2735 * 100cqw);
  flex-shrink: 0;
  font-family: var(--fes_font_en);
  font-size: calc(30 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-products-slider__pagination {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: auto;
    left: calc(145 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
    width: auto;
    font-weight: 500;
    font-size: calc(24 / 750 * 100vw);
    font-family: var(--fes_font_en);
    pointer-events: none;
    color: #B0B0B0;
  }
  #fes-wrapper .fes-products-slider__pagination .swiper-pagination-current {
    margin-right: 0.5em;
  }
  #fes-wrapper .fes-products-slider__pagination .swiper-pagination-total {
    margin-left: 0.5em;
  }
}
#fes-wrapper .fes-c-imgswitch {
  position: relative;
}
#fes-wrapper .fes-c-imgswitch__item {
  opacity: 0;
}
#fes-wrapper .fes-c-imgswitch__item.is-show {
  opacity: 1;
}
#fes-wrapper .fes-c-imgswitch__item:nth-child(n+2) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
#fes-wrapper .fes-footer {
  position: relative;
  overflow: hidden;
  padding: calc(400 / 2735 * 100cqw) calc(150 / 2735 * 100cqw) calc(120 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer {
    padding: calc(100 / 750 * 100vw) calc(60 / 750 * 100vw) calc(110 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__layout {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(100 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer-credit {
  color: #222;
  font-family: var(--fes_font_en);
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer-credit {
    width: calc(340 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer-logo {
  margin: calc(100 / 2735 * 100cqw) 0 0;
  color: #222;
  font-family: var(--fes_font_en);
  font-size: calc(150 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer-logo {
    margin-top: 0;
    font-size: calc(80 / 750 * 100vw);
    line-height: 1.25;
  }
}
#fes-wrapper .fes-footer__icon {
  position: absolute;
  z-index: 5;
  top: calc(200 / 2735 * 100cqw);
  right: calc(718 / 2735 * 100cqw);
  width: calc(200 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__icon {
    top: calc(120 / 750 * 100vw);
    right: calc(180 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer__icon img {
  display: block;
  width: 100%;
  transform: rotate(15deg);
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fes-wrapper .fes-footer__card {
  position: absolute;
  z-index: 2;
  bottom: calc(226 / 2735 * 100cqw);
  right: calc(112 / 2735 * 100cqw);
  width: calc(815 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__card {
    bottom: calc(94 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    width: calc(256 / 750 * 100vw);
    height: calc(284 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer__card img {
  display: block;
  width: calc(550 / 2735 * 100cqw);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__card img {
    width: calc(220 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer__card img:nth-child(1) {
  position: relative;
  z-index: 5;
  transform: translate(10px, -10px);
  transition: opacity 0.5s 0.2s ease;
  transition-property: opacity, transform;
}
#fes-wrapper .fes-footer__card img:nth-child(2) {
  position: relative;
  z-index: 5;
  margin-top: calc(-280 / 2735 * 100cqw);
  margin-left: auto;
  transform: translate(10px, -10px);
  transition: opacity 0.5s 0s ease;
  transition-property: opacity, transform;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__card img:nth-child(2) {
    margin-top: calc(-10 / 750 * 100vw);
  }
}
#fes-wrapper .fes-footer__card.is-show img:nth-child(1) {
  opacity: 1;
  transform: rotate(-4deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__card.is-show img:nth-child(1) {
    transform: rotate(-8deg);
  }
}
#fes-wrapper .fes-footer__card.is-show img:nth-child(2) {
  opacity: 1;
  transform: rotate(4deg);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-footer__card.is-show img:nth-child(2) {
    transform: rotate(8deg);
  }
}
#fes-wrapper .fes-fixbutton {
  position: fixed;
  z-index: 100;
  top: calc(3.6563071298cqw + 48px);
  right: calc(100 / 2735 * 100cqw);
  width: calc(220 / 2735 * 100cqw);
  height: calc(82 / 2735 * 100cqw);
  border-radius: 999px;
  border: 1px solid #F1F2A4;
  background: #F1F2A4;
  color: #222;
  font-family: var(--fes_font_en);
  font-size: calc(22 / 2735 * 100cqw);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #fes-wrapper .fes-fixbutton {
    opacity: 0;
  }
  #fes-wrapper .fes-fixbutton.is-show {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-fixbutton {
    top: calc(40 / 750 * 100vw + 48px);
    right: calc(40 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
body.is-modal-open #fes-wrapper .fes-fixbutton {
  z-index: 30000;
  top: calc(100 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  body.is-modal-open #fes-wrapper .fes-fixbutton {
    top: calc(40 / 750 * 100vw);
  }
}
body.is-main-end:not(.is-modal-open) #fes-wrapper .fes-fixbutton {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-fixbutton:hover {
    background-color: #fff;
  }
}
#fes-wrapper .fes-guide {
  position: fixed;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 calc(80 / 2735 * 100cqw) calc(80 / 2735 * 100cqw);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide.is-show {
  transform: translateY(0);
}
#fes-wrapper .fes-guide-outlineview {
  min-height: calc(170 / 2735 * 100cqw);
  max-height: 70vh;
  border-radius: calc(30 / 2735 * 100cqw);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#fes-wrapper .fes-guide-outlineview::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-outlineview {
    max-height: 68vh;
    min-height: calc(170 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(5 / 2735 * 100cqw);
  width: calc(90 / 2735 * 100cqw);
  height: calc(45 / 2735 * 100cqw);
  border-radius: calc(14 / 2735 * 100cqw);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-toggle {
    margin: 0 auto calc(5 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
    border-radius: calc(14 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-toggle:after {
  content: "";
  display: block;
  width: calc(30 / 2735 * 100cqw);
  height: calc(15 / 2735 * 100cqw);
  background: url(../img/ic_com06.svg) no-repeat center center/100% auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-toggle:after {
    width: calc(30 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-toggle.is-open:after {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-guide-toggle {
    transition: background 0.3s ease;
  }
  #fes-wrapper .fes-guide-toggle:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
#fes-wrapper .fes-guide-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(20 / 2735 * 100cqw) 0;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-slider {
    padding: calc(20 / 750 * 100vw) 0;
  }
}
@media screen and (min-width: 769px) {
  #fes-wrapper .fes-guide-slider.is-no-loop .swiper-wrapper {
    justify-content: center;
  }
}
#fes-wrapper .fes-guide-slider .swiper-slide {
  display: grid;
  align-items: center;
  grid-template-columns: calc(100 / 2735 * 100cqw) 1fr;
  gap: calc(20 / 2735 * 100cqw);
  width: calc(380 / 2735 * 100cqw) !important;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-slider .swiper-slide {
    grid-template-columns: calc(100 / 750 * 100vw) 1fr;
    gap: calc(20 / 750 * 100vw);
    width: calc(290 / 750 * 100vw) !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-guide-slider .swiper-slide:hover .fes-guide-slider__image {
    transform: scale(1.05);
  }
}
#fes-wrapper .fes-guide-slider__image {
  transition: transform 0.3s ease;
}
#fes-wrapper .fes-guide-slider__title,
#fes-wrapper .fes-guide-detail__title {
  color: #222;
  font-size: calc(20 / 2735 * 100cqw);
  font-weight: 350;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-slider__title,
  #fes-wrapper .fes-guide-detail__title {
    font-size: calc(20 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-slider__price,
#fes-wrapper .fes-guide-detail__price {
  color: #222;
  font-family: var(--fes_font_en);
  margin-top: calc(20 / 2735 * 100cqw);
  font-size: calc(20 / 2735 * 100cqw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-slider__price,
  #fes-wrapper .fes-guide-detail__price {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-slider__price:before,
#fes-wrapper .fes-guide-detail__price:before {
  content: "¥";
}
#fes-wrapper .fes-guide-slider__price:after,
#fes-wrapper .fes-guide-detail__price:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ic_com07.svg) no-repeat center center/100% auto;
  margin-left: calc(5 / 2735 * 100cqw);
  width: calc(21 / 2735 * 100cqw);
  height: calc(21 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-slider__price:after,
  #fes-wrapper .fes-guide-detail__price:after {
    margin-left: calc(5 / 750 * 100vw);
    width: calc(21 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-detail-wrap {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
#fes-wrapper .fes-guide-detail {
  display: grid;
  gap: calc(50 / 2735 * 100cqw);
  padding: calc(50 / 2735 * 100cqw) calc(128 / 2735 * 100cqw);
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-detail {
    gap: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}
#fes-wrapper .fes-guide-detail__item {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  #fes-wrapper .fes-guide-detail__item:hover .fes-guide-detail__image {
    transform: scale(1.05);
  }
}
#fes-wrapper .fes-guide-detail__image {
  transition: transform 0.3s ease;
  margin-bottom: calc(10 / 2735 * 100cqw);
}
#fes-wrapper .fes-guide-detail__title {
  font-size: calc(24 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-detail__title {
    font-size: calc(22 / 750 * 100vw);
  }
}
#fes-wrapper .fes-guide-detail__price {
  font-size: calc(22 / 2735 * 100cqw);
}
@media screen and (max-width: 768px) {
  #fes-wrapper .fes-guide-detail__price {
    font-size: calc(22 / 750 * 100vw);
  }
}
#fes-wrapper .animation-fadeup {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#fes-wrapper .animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}
#fes-wrapper .animation-fadein {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fes-wrapper .animation-fadein.is-show {
  opacity: 1;
}