@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	Other Index

==============================================*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-otherIndex_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-otherIndex_node {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 460; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-otherIndex_node:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-otherIndex_node + .c-otherIndex_node {
    margin-top: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-otherIndex_node:hover .c-otherIndex_linkArrow {
    left: 14px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-otherIndex_node:hover .c-otherIndex_linkText {
    left: -7px; } }

.c-otherIndex_img {
  z-index: 2;
  -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 44.48%;
      aspect-ratio: 300 / 460; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .c-otherIndex_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print and (hover: hover), screen and (hover: hover) and (min-width: 1024px) and (orientation: landscape), screen and (hover: hover) and (min-width: 1025px) {
  .c-otherIndex_node:hover .c-otherIndex_img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); } }

.c-otherIndex_info {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_info {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_info {
      padding-top: 7.31529vw; } }
  @media print, screen and (min-width: 1367px) {
    .c-otherIndex_info {
      padding-top: 100px; } }
  .c-otherIndex_info::before {
    position: absolute;
    top: 1.46306vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 3.65764vw;
    background-color: rgba(25, 22, 16, 0.5); }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .c-otherIndex_info::before {
        content: ""; } }
    @media print, screen and (min-width: 1367px) {
      .c-otherIndex_info::before {
        top: 20px;
        height: 50px; } }

.c-otherIndex_Title {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.54; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_Title {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_Title {
      font-size: 1.90198vw; } }
  @media print, screen and (min-width: 1367px) {
    .c-otherIndex_Title {
      font-size: 26px; } }

.c-otherIndex_lead {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_lead {
      margin-top: 16px;
      font-size: 12px;
      line-height: 1.3; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_lead {
      margin-top: 20px;
      font-size: 1.17045vw;
      line-height: 2; } }
  @media print, screen and (min-width: 1367px) {
    .c-otherIndex_lead {
      font-size: 16px; } }

.c-otherIndex_detail {
  font-family: "ivyora-display", sans-serif;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_detail {
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_detail {
      margin-top: 2.34089vw; } }
  @media print, screen and (min-width: 1367px) {
    .c-otherIndex_detail {
      margin-top: 32px; } }
  .c-otherIndex_detail.is-comingSoon {
    font-size: 12px; }

.c-otherIndex_link {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 14px;
  margin: auto; }

.c-otherIndex_linkCircle {
  border-radius: 50%;
  border: 1px solid #191610; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_linkCircle {
      width: 60px;
      height: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_linkCircle {
      width: 96px;
      height: 96px; } }

.c-otherIndex_linkArrow {
  position: absolute;
  -webkit-transition: left .3s ease;
  transition: left .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_linkArrow {
      top: 28px;
      left: -26px; }
      .c-otherIndex_linkArrow svg {
        width: 110px !important;
        height: 10px !important; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_linkArrow {
      top: 39px;
      left: 4px; } }
  .c-otherIndex_linkArrow svg {
    width: 62px;
    height: 9px;
    stroke: #191610; }

.c-otherIndex_linkText {
  position: absolute;
  padding: 4px 0 6px;
  font-family: "ivyora-display", sans-serif;
  background-color: #EFEFEF;
  -webkit-transition: left .3s ease;
  transition: left .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-otherIndex_linkText {
      top: 20px;
      left: -10px;
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-otherIndex_linkText {
      top: 32px;
      left: -16px;
      font-size: 11px; } }

body {
  background-color: #EFEFEF;
  overflow: auto; }
  body.is-bodyHidden {
    overflow: hidden; }

.wrapper {
  position: relative;
  background-color: #EFEFEF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease; }
  .is-bodyHidden .wrapper {
    opacity: 0; }

.main {
  position: relative;
  z-index: 1;
  background-color: #EFEFEF; }

.c-section {
  border-top: 1px solid rgba(25, 22, 16, 0.3); }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section {
      padding-top: 80px;
      margin-top: 120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-section + .c-section {
      margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-section + .c-section {
      padding-top: 80px;
      margin-top: 120px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-sectionHead {
    padding: 64px 0 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-sectionHead + .c-sectionHead {
    margin-top: 0; } }

.c-sectionHead_ruby {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.15em;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionHead_ruby {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionHead_ruby {
      font-size: 18px; } }

.c-sectionHead_title {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.2em;
  text-align: center; }
  .c-sectionHead_title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "ivyora-display", sans-serif;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-transform: rotate3d(-1, 2, 1, 0) translate3d(0, 0, 0);
    transform: rotate3d(-1, 2, 1, 0) translate3d(0, 0, 0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    will-change: transform, opacity; }
  .c-sectionHead_title span:nth-child(1) {
    -webkit-transition: opacity 1s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 1s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, opacity 1s 0.4s;
    transition: transform 0.5s 0.4s, opacity 1s 0.4s, -webkit-transform 0.5s 0.4s; }
  .c-sectionHead_title span:nth-child(2) {
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 1s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 1s 0.5s;
    transition: transform 0.5s 0.5s, opacity 1s 0.5s, -webkit-transform 0.5s 0.5s; }
  .c-sectionHead_title span:nth-child(3) {
    -webkit-transition: opacity 1s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 1s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: transform 0.5s 0.6s, opacity 1s 0.6s;
    transition: transform 0.5s 0.6s, opacity 1s 0.6s, -webkit-transform 0.5s 0.6s; }
  .c-sectionHead_title span:nth-child(4) {
    -webkit-transition: opacity 1s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 1s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: transform 0.5s 0.7s, opacity 1s 0.7s;
    transition: transform 0.5s 0.7s, opacity 1s 0.7s, -webkit-transform 0.5s 0.7s; }
  .c-sectionHead_title span:nth-child(5) {
    -webkit-transition: opacity 1s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 1s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 1s 0.8s;
    transition: transform 0.5s 0.8s, opacity 1s 0.8s, -webkit-transform 0.5s 0.8s; }
  .c-sectionHead_title span:nth-child(6) {
    -webkit-transition: opacity 1s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: opacity 1s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: transform 0.5s 0.9s, opacity 1s 0.9s;
    transition: transform 0.5s 0.9s, opacity 1s 0.9s, -webkit-transform 0.5s 0.9s; }
  .c-sectionHead_title span:nth-child(7) {
    -webkit-transition: opacity 1s 1s, -webkit-transform 0.5s 1s;
    transition: opacity 1s 1s, -webkit-transform 0.5s 1s;
    transition: transform 0.5s 1s, opacity 1s 1s;
    transition: transform 0.5s 1s, opacity 1s 1s, -webkit-transform 0.5s 1s; }
  .c-sectionHead_title span:nth-child(8) {
    -webkit-transition: opacity 1s 1.1s, -webkit-transform 0.5s 1.1s;
    transition: opacity 1s 1.1s, -webkit-transform 0.5s 1.1s;
    transition: transform 0.5s 1.1s, opacity 1s 1.1s;
    transition: transform 0.5s 1.1s, opacity 1s 1.1s, -webkit-transform 0.5s 1.1s; }
  .c-sectionHead_title span:nth-child(9) {
    -webkit-transition: opacity 1s 1.2s, -webkit-transform 0.5s 1.2s;
    transition: opacity 1s 1.2s, -webkit-transform 0.5s 1.2s;
    transition: transform 0.5s 1.2s, opacity 1s 1.2s;
    transition: transform 0.5s 1.2s, opacity 1s 1.2s, -webkit-transform 0.5s 1.2s; }
  .c-sectionHead_title span:nth-child(10) {
    -webkit-transition: opacity 1s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: opacity 1s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: transform 0.5s 1.3s, opacity 1s 1.3s;
    transition: transform 0.5s 1.3s, opacity 1s 1.3s, -webkit-transform 0.5s 1.3s; }
  .c-sectionHead_title span:nth-child(11) {
    -webkit-transition: opacity 1s 1.4s, -webkit-transform 0.5s 1.4s;
    transition: opacity 1s 1.4s, -webkit-transform 0.5s 1.4s;
    transition: transform 0.5s 1.4s, opacity 1s 1.4s;
    transition: transform 0.5s 1.4s, opacity 1s 1.4s, -webkit-transform 0.5s 1.4s; }
  .c-sectionHead_title span:nth-child(12) {
    -webkit-transition: opacity 1s 1.5s, -webkit-transform 0.5s 1.5s;
    transition: opacity 1s 1.5s, -webkit-transform 0.5s 1.5s;
    transition: transform 0.5s 1.5s, opacity 1s 1.5s;
    transition: transform 0.5s 1.5s, opacity 1s 1.5s, -webkit-transform 0.5s 1.5s; }
  .c-sectionHead_title span:nth-child(13) {
    -webkit-transition: opacity 1s 1.6s, -webkit-transform 0.5s 1.6s;
    transition: opacity 1s 1.6s, -webkit-transform 0.5s 1.6s;
    transition: transform 0.5s 1.6s, opacity 1s 1.6s;
    transition: transform 0.5s 1.6s, opacity 1s 1.6s, -webkit-transform 0.5s 1.6s; }
  .c-sectionHead_title span:nth-child(14) {
    -webkit-transition: opacity 1s 1.7s, -webkit-transform 0.5s 1.7s;
    transition: opacity 1s 1.7s, -webkit-transform 0.5s 1.7s;
    transition: transform 0.5s 1.7s, opacity 1s 1.7s;
    transition: transform 0.5s 1.7s, opacity 1s 1.7s, -webkit-transform 0.5s 1.7s; }
  .c-sectionHead_title span:nth-child(15) {
    -webkit-transition: opacity 1s 1.8s, -webkit-transform 0.5s 1.8s;
    transition: opacity 1s 1.8s, -webkit-transform 0.5s 1.8s;
    transition: transform 0.5s 1.8s, opacity 1s 1.8s;
    transition: transform 0.5s 1.8s, opacity 1s 1.8s, -webkit-transform 0.5s 1.8s; }
  .c-sectionHead_title span:nth-child(16) {
    -webkit-transition: opacity 1s 1.9s, -webkit-transform 0.5s 1.9s;
    transition: opacity 1s 1.9s, -webkit-transform 0.5s 1.9s;
    transition: transform 0.5s 1.9s, opacity 1s 1.9s;
    transition: transform 0.5s 1.9s, opacity 1s 1.9s, -webkit-transform 0.5s 1.9s; }
  .c-sectionHead_title span:nth-child(17) {
    -webkit-transition: opacity 1s 2s, -webkit-transform 0.5s 2s;
    transition: opacity 1s 2s, -webkit-transform 0.5s 2s;
    transition: transform 0.5s 2s, opacity 1s 2s;
    transition: transform 0.5s 2s, opacity 1s 2s, -webkit-transform 0.5s 2s; }
  .c-sectionHead_title span:nth-child(18) {
    -webkit-transition: opacity 1s 2.1s, -webkit-transform 0.5s 2.1s;
    transition: opacity 1s 2.1s, -webkit-transform 0.5s 2.1s;
    transition: transform 0.5s 2.1s, opacity 1s 2.1s;
    transition: transform 0.5s 2.1s, opacity 1s 2.1s, -webkit-transform 0.5s 2.1s; }
  .c-sectionHead_title span:nth-child(19) {
    -webkit-transition: opacity 1s 2.2s, -webkit-transform 0.5s 2.2s;
    transition: opacity 1s 2.2s, -webkit-transform 0.5s 2.2s;
    transition: transform 0.5s 2.2s, opacity 1s 2.2s;
    transition: transform 0.5s 2.2s, opacity 1s 2.2s, -webkit-transform 0.5s 2.2s; }
  .c-sectionHead_title span:nth-child(20) {
    -webkit-transition: opacity 1s 2.3s, -webkit-transform 0.5s 2.3s;
    transition: opacity 1s 2.3s, -webkit-transform 0.5s 2.3s;
    transition: transform 0.5s 2.3s, opacity 1s 2.3s;
    transition: transform 0.5s 2.3s, opacity 1s 2.3s, -webkit-transform 0.5s 2.3s; }
  .c-sectionHead_title span:nth-child(21) {
    -webkit-transition: opacity 1s 2.4s, -webkit-transform 0.5s 2.4s;
    transition: opacity 1s 2.4s, -webkit-transform 0.5s 2.4s;
    transition: transform 0.5s 2.4s, opacity 1s 2.4s;
    transition: transform 0.5s 2.4s, opacity 1s 2.4s, -webkit-transform 0.5s 2.4s; }
  .c-sectionHead_title span:nth-child(22) {
    -webkit-transition: opacity 1s 2.5s, -webkit-transform 0.5s 2.5s;
    transition: opacity 1s 2.5s, -webkit-transform 0.5s 2.5s;
    transition: transform 0.5s 2.5s, opacity 1s 2.5s;
    transition: transform 0.5s 2.5s, opacity 1s 2.5s, -webkit-transform 0.5s 2.5s; }
  .c-sectionHead_title span:nth-child(23) {
    -webkit-transition: opacity 1s 2.6s, -webkit-transform 0.5s 2.6s;
    transition: opacity 1s 2.6s, -webkit-transform 0.5s 2.6s;
    transition: transform 0.5s 2.6s, opacity 1s 2.6s;
    transition: transform 0.5s 2.6s, opacity 1s 2.6s, -webkit-transform 0.5s 2.6s; }
  .c-sectionHead_title span:nth-child(24) {
    -webkit-transition: opacity 1s 2.7s, -webkit-transform 0.5s 2.7s;
    transition: opacity 1s 2.7s, -webkit-transform 0.5s 2.7s;
    transition: transform 0.5s 2.7s, opacity 1s 2.7s;
    transition: transform 0.5s 2.7s, opacity 1s 2.7s, -webkit-transform 0.5s 2.7s; }
  .c-sectionHead_title span:nth-child(25) {
    -webkit-transition: opacity 1s 2.8s, -webkit-transform 0.5s 2.8s;
    transition: opacity 1s 2.8s, -webkit-transform 0.5s 2.8s;
    transition: transform 0.5s 2.8s, opacity 1s 2.8s;
    transition: transform 0.5s 2.8s, opacity 1s 2.8s, -webkit-transform 0.5s 2.8s; }
  .c-sectionHead_title span:nth-child(26) {
    -webkit-transition: opacity 1s 2.9s, -webkit-transform 0.5s 2.9s;
    transition: opacity 1s 2.9s, -webkit-transform 0.5s 2.9s;
    transition: transform 0.5s 2.9s, opacity 1s 2.9s;
    transition: transform 0.5s 2.9s, opacity 1s 2.9s, -webkit-transform 0.5s 2.9s; }
  .c-sectionHead_title span:nth-child(27) {
    -webkit-transition: opacity 1s 3s, -webkit-transform 0.5s 3s;
    transition: opacity 1s 3s, -webkit-transform 0.5s 3s;
    transition: transform 0.5s 3s, opacity 1s 3s;
    transition: transform 0.5s 3s, opacity 1s 3s, -webkit-transform 0.5s 3s; }
  .c-sectionHead_title span:nth-child(28) {
    -webkit-transition: opacity 1s 3.1s, -webkit-transform 0.5s 3.1s;
    transition: opacity 1s 3.1s, -webkit-transform 0.5s 3.1s;
    transition: transform 0.5s 3.1s, opacity 1s 3.1s;
    transition: transform 0.5s 3.1s, opacity 1s 3.1s, -webkit-transform 0.5s 3.1s; }
  .c-sectionHead_title span:nth-child(29) {
    -webkit-transition: opacity 1s 3.2s, -webkit-transform 0.5s 3.2s;
    transition: opacity 1s 3.2s, -webkit-transform 0.5s 3.2s;
    transition: transform 0.5s 3.2s, opacity 1s 3.2s;
    transition: transform 0.5s 3.2s, opacity 1s 3.2s, -webkit-transform 0.5s 3.2s; }
  .c-sectionHead_title span:nth-child(30) {
    -webkit-transition: opacity 1s 3.3s, -webkit-transform 0.5s 3.3s;
    transition: opacity 1s 3.3s, -webkit-transform 0.5s 3.3s;
    transition: transform 0.5s 3.3s, opacity 1s 3.3s;
    transition: transform 0.5s 3.3s, opacity 1s 3.3s, -webkit-transform 0.5s 3.3s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionHead_title {
      margin-top: 24px;
      font-size: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionHead_title {
      margin-top: 32px;
      font-size: 60px; } }
  .c-sectionHead_title span {
    color: #191610; }
  .is-hide .c-sectionHead_title span {
    opacity: 0; }

.c-sectionHead_lead {
  line-height: 2;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionHead_lead {
      padding: 0 26px;
      margin-top: 24px;
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionHead_lead {
      margin-top: 28px;
      font-size: 16px; } }

.c-sectionDescription {
  text-align: center;
  line-height: 2;
  font-size: 13px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionDescription {
      padding: 0 26px;
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionDescription {
      margin-top: 30px; } }

.c-creditBrand {
  font-family: "ivyora-display", sans-serif;
  color: #95711F; }

.c-creditButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 20px;
  background-color: #191610;
  color: #fff;
  font-family: "ivyora-display", sans-serif;
  font-size: 10px;
  white-space: normal;
  -webkit-transition: background-color .3s ease, color .3s ease, border .3s ease;
  transition: background-color .3s ease, color .3s ease, border .3s ease; }

.c-creditName {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.33;
  white-space: normal;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.c-creditPrice {
  font-family: "ivyora-display", sans-serif; }

.is-hide {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
  .is-hide.mainvisual {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.is-show {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/*=============================================

	fixed メニュー

==============================================*/
.contentsFixed_wrap {
  display: none;
  -webkit-animation: noAppear .5s ease;
  animation: noAppear .5s ease;
  left: 0;
  line-height: 52px;
  height: 52px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .contentsFixed_wrap {
      bottom: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .contentsFixed_wrap {
      padding-left: 6.4vw;
      top: 0; } }
  .contentsFixed_wrap.is-fixed {
    -webkit-animation: appear .5s ease;
    animation: appear .5s ease;
    display: block;
    position: fixed;
    z-index: 1;
    background: #EFEFEF; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .contentsFixed_wrap.is-fixed {
        width: 100%;
        border-top: 1px solid rgba(19, 36, 38, 0.2); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .contentsFixed_wrap.is-fixed {
        width: calc(100% - 124px);
        border-bottom: 1px solid rgba(19, 36, 38, 0.2); } }

@-webkit-keyframes noAppear {
  100% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@keyframes noAppear {
  100% {
    opacity: 0; }
  0% {
    opacity: 1; } }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.contentsFixed_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .contentsFixed_list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .contentsFixed_listNode + .contentsFixed_listNode {
    margin-left: 35px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .contentsFixed_listNode + .contentsFixed_listNode {
    margin-left: 5vw; } }

.contentsFixed_listNode_text {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media (hover: hover) {
    .contentsFixed_listNode_text:hover {
      opacity: .6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .contentsFixed_listNode_text {
      cursor: pointer;
      font-size: 14px;
      letter-spacing: .1em; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .contentsFixed {
    height: 52px; } }

/*=============================================

	大見出し

==============================================*/
/*
	中見出し
------------------------------------*/
/*  小見出し */
/*=============================================

	イントロ

==============================================*/
.intro {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #191610; }

.text_intro {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s 0s ease;
  transition: all .5s 0s ease;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .text_intro img {
      width: 280px;
      height: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .text_intro img {
      width: 450px;
      height: auto; } }
  .text_intro.main-fadeIn {
    background-color: #191610;
    opacity: 1; }
  .text_intro.main-fadeOut {
    background-color: #191610;
    opacity: 0; }

/*=============================================

	メインビジュアル

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .mainvisualImg {
    aspect-ratio: 375 / 500; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mainvisualImg {
    aspect-ratio: 1367 / 538; } }

.mainvisualImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.mainvisualContent {
  position: relative;
  background-color: #191610; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualContent {
      padding-bottom: 55px; } }
  .mainvisualContent .c-sectionHead_title span {
    color: red; }

.mainvisualContent_inner {
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualContent_inner {
      max-width: 700px;
      padding: 40px 20px;
      margin: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualContent_inner {
      top: -47px; } }

.mainvisualTitle {
  line-height: 3; }

.mainvisualTitle_inner {
  text-align: center; }
  .mainvisualTitle_inner span {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "ivyora-display", sans-serif;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-transform: rotate3d(-1, 2, 1, 0) translate3d(0, 0, 0);
    transform: rotate3d(-1, 2, 1, 0) translate3d(0, 0, 0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    will-change: transform, opacity; }
  .mainvisualTitle_inner span:nth-child(1) {
    -webkit-transition: opacity 1s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 1s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, opacity 1s 0.4s;
    transition: transform 0.5s 0.4s, opacity 1s 0.4s, -webkit-transform 0.5s 0.4s; }
  .mainvisualTitle_inner span:nth-child(2) {
    -webkit-transition: opacity 1s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 1s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 1s 0.5s;
    transition: transform 0.5s 0.5s, opacity 1s 0.5s, -webkit-transform 0.5s 0.5s; }
  .mainvisualTitle_inner span:nth-child(3) {
    -webkit-transition: opacity 1s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 1s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: transform 0.5s 0.6s, opacity 1s 0.6s;
    transition: transform 0.5s 0.6s, opacity 1s 0.6s, -webkit-transform 0.5s 0.6s; }
  .mainvisualTitle_inner span:nth-child(4) {
    -webkit-transition: opacity 1s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 1s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: transform 0.5s 0.7s, opacity 1s 0.7s;
    transition: transform 0.5s 0.7s, opacity 1s 0.7s, -webkit-transform 0.5s 0.7s; }
  .mainvisualTitle_inner span:nth-child(5) {
    -webkit-transition: opacity 1s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 1s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 1s 0.8s;
    transition: transform 0.5s 0.8s, opacity 1s 0.8s, -webkit-transform 0.5s 0.8s; }
  .mainvisualTitle_inner span:nth-child(6) {
    -webkit-transition: opacity 1s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: opacity 1s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: transform 0.5s 0.9s, opacity 1s 0.9s;
    transition: transform 0.5s 0.9s, opacity 1s 0.9s, -webkit-transform 0.5s 0.9s; }
  .mainvisualTitle_inner span:nth-child(7) {
    -webkit-transition: opacity 1s 1s, -webkit-transform 0.5s 1s;
    transition: opacity 1s 1s, -webkit-transform 0.5s 1s;
    transition: transform 0.5s 1s, opacity 1s 1s;
    transition: transform 0.5s 1s, opacity 1s 1s, -webkit-transform 0.5s 1s; }
  .mainvisualTitle_inner span:nth-child(8) {
    -webkit-transition: opacity 1s 1.1s, -webkit-transform 0.5s 1.1s;
    transition: opacity 1s 1.1s, -webkit-transform 0.5s 1.1s;
    transition: transform 0.5s 1.1s, opacity 1s 1.1s;
    transition: transform 0.5s 1.1s, opacity 1s 1.1s, -webkit-transform 0.5s 1.1s; }
  .mainvisualTitle_inner span:nth-child(9) {
    -webkit-transition: opacity 1s 1.2s, -webkit-transform 0.5s 1.2s;
    transition: opacity 1s 1.2s, -webkit-transform 0.5s 1.2s;
    transition: transform 0.5s 1.2s, opacity 1s 1.2s;
    transition: transform 0.5s 1.2s, opacity 1s 1.2s, -webkit-transform 0.5s 1.2s; }
  .mainvisualTitle_inner span:nth-child(10) {
    -webkit-transition: opacity 1s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: opacity 1s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: transform 0.5s 1.3s, opacity 1s 1.3s;
    transition: transform 0.5s 1.3s, opacity 1s 1.3s, -webkit-transform 0.5s 1.3s; }
  .mainvisualTitle_inner span:nth-child(11) {
    -webkit-transition: opacity 1s 1.4s, -webkit-transform 0.5s 1.4s;
    transition: opacity 1s 1.4s, -webkit-transform 0.5s 1.4s;
    transition: transform 0.5s 1.4s, opacity 1s 1.4s;
    transition: transform 0.5s 1.4s, opacity 1s 1.4s, -webkit-transform 0.5s 1.4s; }
  .mainvisualTitle_inner span:nth-child(12) {
    -webkit-transition: opacity 1s 1.5s, -webkit-transform 0.5s 1.5s;
    transition: opacity 1s 1.5s, -webkit-transform 0.5s 1.5s;
    transition: transform 0.5s 1.5s, opacity 1s 1.5s;
    transition: transform 0.5s 1.5s, opacity 1s 1.5s, -webkit-transform 0.5s 1.5s; }
  .mainvisualTitle_inner span:nth-child(13) {
    -webkit-transition: opacity 1s 1.6s, -webkit-transform 0.5s 1.6s;
    transition: opacity 1s 1.6s, -webkit-transform 0.5s 1.6s;
    transition: transform 0.5s 1.6s, opacity 1s 1.6s;
    transition: transform 0.5s 1.6s, opacity 1s 1.6s, -webkit-transform 0.5s 1.6s; }
  .mainvisualTitle_inner span:nth-child(14) {
    -webkit-transition: opacity 1s 1.7s, -webkit-transform 0.5s 1.7s;
    transition: opacity 1s 1.7s, -webkit-transform 0.5s 1.7s;
    transition: transform 0.5s 1.7s, opacity 1s 1.7s;
    transition: transform 0.5s 1.7s, opacity 1s 1.7s, -webkit-transform 0.5s 1.7s; }
  .mainvisualTitle_inner span:nth-child(15) {
    -webkit-transition: opacity 1s 1.8s, -webkit-transform 0.5s 1.8s;
    transition: opacity 1s 1.8s, -webkit-transform 0.5s 1.8s;
    transition: transform 0.5s 1.8s, opacity 1s 1.8s;
    transition: transform 0.5s 1.8s, opacity 1s 1.8s, -webkit-transform 0.5s 1.8s; }
  .mainvisualTitle_inner span:nth-child(16) {
    -webkit-transition: opacity 1s 1.9s, -webkit-transform 0.5s 1.9s;
    transition: opacity 1s 1.9s, -webkit-transform 0.5s 1.9s;
    transition: transform 0.5s 1.9s, opacity 1s 1.9s;
    transition: transform 0.5s 1.9s, opacity 1s 1.9s, -webkit-transform 0.5s 1.9s; }
  .mainvisualTitle_inner span:nth-child(17) {
    -webkit-transition: opacity 1s 2s, -webkit-transform 0.5s 2s;
    transition: opacity 1s 2s, -webkit-transform 0.5s 2s;
    transition: transform 0.5s 2s, opacity 1s 2s;
    transition: transform 0.5s 2s, opacity 1s 2s, -webkit-transform 0.5s 2s; }
  .mainvisualTitle_inner span:nth-child(18) {
    -webkit-transition: opacity 1s 2.1s, -webkit-transform 0.5s 2.1s;
    transition: opacity 1s 2.1s, -webkit-transform 0.5s 2.1s;
    transition: transform 0.5s 2.1s, opacity 1s 2.1s;
    transition: transform 0.5s 2.1s, opacity 1s 2.1s, -webkit-transform 0.5s 2.1s; }
  .mainvisualTitle_inner span:nth-child(19) {
    -webkit-transition: opacity 1s 2.2s, -webkit-transform 0.5s 2.2s;
    transition: opacity 1s 2.2s, -webkit-transform 0.5s 2.2s;
    transition: transform 0.5s 2.2s, opacity 1s 2.2s;
    transition: transform 0.5s 2.2s, opacity 1s 2.2s, -webkit-transform 0.5s 2.2s; }
  .mainvisualTitle_inner span:nth-child(20) {
    -webkit-transition: opacity 1s 2.3s, -webkit-transform 0.5s 2.3s;
    transition: opacity 1s 2.3s, -webkit-transform 0.5s 2.3s;
    transition: transform 0.5s 2.3s, opacity 1s 2.3s;
    transition: transform 0.5s 2.3s, opacity 1s 2.3s, -webkit-transform 0.5s 2.3s; }
  .mainvisualTitle_inner span:nth-child(21) {
    -webkit-transition: opacity 1s 2.4s, -webkit-transform 0.5s 2.4s;
    transition: opacity 1s 2.4s, -webkit-transform 0.5s 2.4s;
    transition: transform 0.5s 2.4s, opacity 1s 2.4s;
    transition: transform 0.5s 2.4s, opacity 1s 2.4s, -webkit-transform 0.5s 2.4s; }
  .mainvisualTitle_inner span:nth-child(22) {
    -webkit-transition: opacity 1s 2.5s, -webkit-transform 0.5s 2.5s;
    transition: opacity 1s 2.5s, -webkit-transform 0.5s 2.5s;
    transition: transform 0.5s 2.5s, opacity 1s 2.5s;
    transition: transform 0.5s 2.5s, opacity 1s 2.5s, -webkit-transform 0.5s 2.5s; }
  .mainvisualTitle_inner span:nth-child(23) {
    -webkit-transition: opacity 1s 2.6s, -webkit-transform 0.5s 2.6s;
    transition: opacity 1s 2.6s, -webkit-transform 0.5s 2.6s;
    transition: transform 0.5s 2.6s, opacity 1s 2.6s;
    transition: transform 0.5s 2.6s, opacity 1s 2.6s, -webkit-transform 0.5s 2.6s; }
  .mainvisualTitle_inner span:nth-child(24) {
    -webkit-transition: opacity 1s 2.7s, -webkit-transform 0.5s 2.7s;
    transition: opacity 1s 2.7s, -webkit-transform 0.5s 2.7s;
    transition: transform 0.5s 2.7s, opacity 1s 2.7s;
    transition: transform 0.5s 2.7s, opacity 1s 2.7s, -webkit-transform 0.5s 2.7s; }
  .mainvisualTitle_inner span:nth-child(25) {
    -webkit-transition: opacity 1s 2.8s, -webkit-transform 0.5s 2.8s;
    transition: opacity 1s 2.8s, -webkit-transform 0.5s 2.8s;
    transition: transform 0.5s 2.8s, opacity 1s 2.8s;
    transition: transform 0.5s 2.8s, opacity 1s 2.8s, -webkit-transform 0.5s 2.8s; }
  .mainvisualTitle_inner span:nth-child(26) {
    -webkit-transition: opacity 1s 2.9s, -webkit-transform 0.5s 2.9s;
    transition: opacity 1s 2.9s, -webkit-transform 0.5s 2.9s;
    transition: transform 0.5s 2.9s, opacity 1s 2.9s;
    transition: transform 0.5s 2.9s, opacity 1s 2.9s, -webkit-transform 0.5s 2.9s; }
  .mainvisualTitle_inner span:nth-child(27) {
    -webkit-transition: opacity 1s 3s, -webkit-transform 0.5s 3s;
    transition: opacity 1s 3s, -webkit-transform 0.5s 3s;
    transition: transform 0.5s 3s, opacity 1s 3s;
    transition: transform 0.5s 3s, opacity 1s 3s, -webkit-transform 0.5s 3s; }
  .mainvisualTitle_inner span:nth-child(28) {
    -webkit-transition: opacity 1s 3.1s, -webkit-transform 0.5s 3.1s;
    transition: opacity 1s 3.1s, -webkit-transform 0.5s 3.1s;
    transition: transform 0.5s 3.1s, opacity 1s 3.1s;
    transition: transform 0.5s 3.1s, opacity 1s 3.1s, -webkit-transform 0.5s 3.1s; }
  .mainvisualTitle_inner span:nth-child(29) {
    -webkit-transition: opacity 1s 3.2s, -webkit-transform 0.5s 3.2s;
    transition: opacity 1s 3.2s, -webkit-transform 0.5s 3.2s;
    transition: transform 0.5s 3.2s, opacity 1s 3.2s;
    transition: transform 0.5s 3.2s, opacity 1s 3.2s, -webkit-transform 0.5s 3.2s; }
  .mainvisualTitle_inner span:nth-child(30) {
    -webkit-transition: opacity 1s 3.3s, -webkit-transform 0.5s 3.3s;
    transition: opacity 1s 3.3s, -webkit-transform 0.5s 3.3s;
    transition: transform 0.5s 3.3s, opacity 1s 3.3s;
    transition: transform 0.5s 3.3s, opacity 1s 3.3s, -webkit-transform 0.5s 3.3s; }
  .is-bodyHidden .mainvisualTitle_inner span {
    opacity: 0; }
  .mainvisualTitle_inner span {
    letter-spacing: 0.1em; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .mainvisualTitle_inner span {
        font-size: 45px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .mainvisualTitle_inner span {
        font-size: 78px; } }

.mainvisualCatch {
  color: #fff;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualCatch {
      margin-top: 20px;
      font-size: 20px;
      line-height: 2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualCatch {
      margin-top: 40px;
      font-size: 25px;
      line-height: 2.4; } }

.mainvisualLead {
  line-height: 1.75;
  color: #fff;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualLead {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualLead {
      margin-top: 16px;
      font-size: 16px; } }

.mainvisualLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualLogo {
      gap: 24px;
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualLogo {
      gap: 40px;
      margin-top: 60px; } }

.mainvisualLogo_link {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media (hover: hover) {
    .mainvisualLogo_link:hover {
      opacity: .6; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualLogo_link svg.logo_jpress {
      width: 35px;
      height: 36px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualLogo_link svg.logo_jpress {
      width: 70px;
      height: 72px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mainvisualLogo_link svg.logo_gotairiku {
      width: 80px;
      height: 37.5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mainvisualLogo_link svg.logo_gotairiku {
      width: 157px;
      height: 73.5px; } }

/*=============================================

	コンテンツ

==============================================*/
.contents {
  color: #191610; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .contents {
      margin-right: 124px; } }

/*
	インデックス
------------------------------------*/
.index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .index {
      max-width: 376px;
      padding: 64px 32px;
      margin: auto;
      gap: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .index {
      gap: 40px;
      padding: 120px 0 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .indexItem {
    width: calc(50% - 32px / 2); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .indexItem {
    width: 300px; } }

.indexTitle {
  border-bottom: 1px solid #191610;
  -webkit-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .indexTitle {
      padding-bottom: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .indexTitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      padding-bottom: 24px; } }
  @media (hover: hover) {
    .indexLink:hover .indexTitle {
      color: #95711F;
      border-color: #95711F; } }

.indexTitle_sub {
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .indexTitle_sub {
      margin-bottom: 5px;
      font-size: 10px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .indexTitle_sub {
      font-size: 16px; } }

.indexTitle_main {
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .indexTitle_main {
      font-size: 20px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .indexTitle_main {
      font-size: 30px; } }

.indexArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .indexArrow {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .indexArrow {
      margin-top: 24px; } }

.indexArrow_svg {
  width: 9px;
  height: 30px;
  stroke: #191610;
  -webkit-transition: stroke .3s ease, -webkit-transform .3s ease;
  transition: stroke .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, stroke .3s ease;
  transition: transform .3s ease, stroke .3s ease, -webkit-transform .3s ease; }
  @media (hover: hover) {
    .indexLink:hover .indexArrow_svg {
      stroke: #95711F;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .brandContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    padding: 0 100px;
    max-width: 1244px;
    margin-right: auto;
    margin-left: auto;
    gap: 80px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .brandContent_inner {
    margin-top: 40px;
    padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .brandContent_inner {
    width: calc(50% - 80px / 2); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .brandContent_inner + .brandContent_inner {
    margin-top: 48px; } }

.brandCredit_list img {
  width: 100%; }

.brandSlider {
  position: relative; }

.brandSlider_node img {
  width: 100%; }

.brandSlider_num {
  position: relative;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandSlider_num {
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandSlider_num {
      margin-top: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .detial_counter {
    font-size: 11px;
    letter-spacing: .15em; } }

.brandCatch {
  line-height: 2;
  letter-spacing: .1em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCatch {
      margin-top: 24px;
      text-align: left;
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCatch {
      margin-top: 20px;
      text-align: center;
      font-size: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .brandCredit_list {
    margin-top: 4px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .brandCredit_list {
    margin-top: 40px; } }

.brandCredit_list:nth-of-type(n + 3) {
  border-top: 1px solid rgba(25, 22, 16, 0.2); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_list:nth-of-type(n + 3) {
      padding-top: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCredit_list:nth-of-type(n + 3) {
      padding-top: 56px; } }

.brandCredit_list {
  margin-top: 12px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCredit_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0 35px; } }

.brandCredit_listNode {
  border-bottom: 1px dotted rgba(25, 22, 16, 0.5); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listNode {
      padding: 23px 0 16px; }
      .brandCredit_listNode:not(:first-child) {
        display: none; }
      .dp2 .brandCredit_listNode:first-child {
        display: block; }
      .dp2 .brandCredit_listNode:nth-child(2) {
        display: block; }
      .brandCredit_listNode.is-show {
        display: block !important;
        -webkit-animation: appear 1.2s ease-in;
        animation: appear 1.2s ease-in; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCredit_listNode {
      padding: 23px 0px 19px;
      width: calc(50% - 35px / 2); } }

@keyframes appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.brandCredit_listLink {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listLink {
      gap: 16px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-grid-columns: 1fr 0 auto;
      grid-template-columns: 1fr auto;
      -ms-grid-rows: auto 16px auto;
      grid-template-areas: 'name price button' 'name price button'; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCredit_listLink {
      gap: 6px 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-grid-columns: 1fr 16px auto;
      grid-template-columns: 1fr auto;
      -ms-grid-rows: auto 6px auto;
      grid-template-areas: 'name button' 'price button'; } }

.brandCredit_listName {
  grid-area: name;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listName {
      font-size: 15px;
      letter-spacing: .1em; } }
  @media (hover: hover) {
    .brandCredit_listButton:hover + .brandCredit_listName {
      color: #95711F; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .brandCredit_listName .pattern {
      display: block;
      font-size: 11px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listName .pattern {
      font-size: 12px; } }

.brandCredit_listPrice {
  grid-area: price;
  font-size: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listPrice {
      margin-left: 25px;
      font-size: 12px;
      letter-spacing: .1em; } }

.brandCredit_listButton {
  grid-area: button; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait){
    .brandCredit_listName {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
    .brandCredit_listPrice {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3; }
    .brandCredit_listButton {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px){
    .brandCredit_listName {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .brandCredit_listPrice {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .brandCredit_listButton {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .brandCredit_listButton {
      margin-left: 25px;
      letter-spacing: .1em; } }
  @media (hover: hover) {
    .brandCredit_listButton:hover {
      background-color: #95711F; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .brandCredit_More {
    text-align: center;
    margin-top: 22px;
    font-family: "ivyora-display", sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    cursor: pointer;
    color: #95711F; } }

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  font-size: 11px;
  color: #000 !important; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .slide-arrow {
      cursor: pointer; } }

.prev-arrow {
  left: 30%; }

.next-arrow {
  right: 30%; }

/*
	Other Contents
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .otherSection {
    padding: 64px 20px;
    margin-top: 0 !important;
    border-top: none; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .otherSection {
    padding-top: 120px;
    margin-top: 120px; } }

.otherSection .c-otherIndex {
  max-width: 1108px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .otherSection .c-otherIndex {
      margin: 56px auto 0;
      max-width: 600px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .otherSection .c-otherIndex {
      padding: 80px 10px 120px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 4.68178vw; } }

.otherTitle {
  position: relative;
  text-align: center;
  font-family: "ivyora-display", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .otherTitle {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .otherTitle {
      font-size: 40px; } }
