@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "sweet-sans-pro";
  src: url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "sweet-sans-pro";
  src: url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b65d74/00000000000000007735c62d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }

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

	ボタンパーツ

==============================================*/
.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 */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

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

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  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--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

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

.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 {
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -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 {
  -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__item {
  right: 0;
  bottom: 0; }

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

.pswp__img--placeholder--blank {
  background: #222; }

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

.pswp__error-msg {
  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; }

.btn-order-v4 {
  display: none !important; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .page-contents {
    overflow: unset; } }

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

	メインコンテンツ

==============================================*/
.page-contents {
  color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .page-contents {
      margin-bottom: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .page-contents {
      margin-bottom: 120px; } }

.mv img {
  width: 100%; }

.mvValue_price img {
  width: 100%; }

.mvText_wrap {
  text-align: center;
  color: #fff;
  background-color: #141B29;
  padding: 80px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvText_wrap {
      margin-top: -5px;
      padding: 48px 0 52px; } }

.mvTitle {
  font-family: "fot-cezanne-pron", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvTitle {
      font-size: 24px;
      letter-spacing: .24em;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvTitle {
      font-size: 32px;
      letter-spacing: .18em; } }

.mvText {
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 16px;
  letter-spacing: .16em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvText {
      padding: 0 30px;
      margin-top: 40px;
      text-align: left;
      line-height: 1.8;
      word-break: break-all; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvText {
      margin-top: 60px;
      line-height: 2; } }

.mvText_caution {
  display: block;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .16em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvText_caution {
      margin-top: 40px;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvText_caution {
      margin-top: 50px; } }

/*
	追従ナビ
------------------------------------*/
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeUpAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.reservationFixed {
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  z-index: -1;
  background-color: #141B29;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .reservationFixed.is-reservationFixed {
    z-index: 100; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .reservationFixed.is-reservationFixed {
        padding: 18px 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .reservationFixed.is-reservationFixed {
        padding: 20px 0; } }

.reservationFixed_inner {
  color: #fff; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .reservationFixed_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.reservationTitle {
  font-family: "sweet-sans-pro", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .reservationTitle {
      font-size: 10px;
      letter-spacing: .16em;
      display: inline-block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .reservationTitle {
      position: relative;
      margin-right: 40px;
      padding-right: 40px;
      font-size: 12px;
      letter-spacing: .24em; }
      .reservationTitle:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        border-right: 1px solid #fff;
        width: 1px;
        height: 60px; } }

.reservationText {
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .14em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .reservationText {
      margin-left: 10px;
      font-size: 12px;
      display: inline-block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .reservationText {
      font-size: 18px; } }

.reservationButton {
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .reservationButton {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .reservationButton {
      font-size: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .reservationDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.reservationText_caution {
  display: block;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: .14em; }

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

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

.reservationButton_link {
  position: relative;
  display: block;
  color: #000;
  background: #fff;
  letter-spacing: .08em;
  border-radius: 4px;
  border: 1px solid #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .reservationButton_link {
      margin: 15px auto 0;
      width: 315px;
      font-size: 15px;
      padding: 11.5px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .reservationButton_link {
      width: 360px;
      font-size: 18px;
      padding: 20px 0;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .reservationButton_link:hover {
        background-color: #141B29;
        color: #fff; } }
  .reservationButton_link:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .reservationButton_link:after {
        width: 0.38em;
        height: 0.38em;
        right: 25px; } }

/*
	NAV
------------------------------------*/
.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navList {
      padding: 0 5px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navList {
      width: 1040px;
      margin: 120px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .navList_node {
    width: 50%;
    margin-right: 5px; }
    .navList_node + .navList_node {
      margin-right: 0; } }

.navList_nodeLink {
  display: block;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navList_nodeLink {
      width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navList_nodeLink {
      cursor: pointer;
      width: 515px; }
      .navList_nodeLink:hover:before {
        opacity: 1;
        background-color: #141B29; }
      .navList_nodeLink:hover:after {
        bottom: 40px;
        z-index: 100; } }
  .navList_nodeLink img {
    width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navList_nodeLink:before {
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: 0; } }
  .navList_nodeLink:after {
    position: absolute;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-25%) rotate(135deg);
    -ms-transform: translateY(-25%) rotate(135deg);
    transform: translateY(-25%) rotate(135deg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .navList_nodeLink:after {
        bottom: 21.11111%;
        width: .72em;
        height: .72em; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .navList_nodeLink:after {
        -webkit-transition: all .5s;
        transition: all .5s;
        bottom: 50px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .navList_nodeInner {
    aspect-ratio: 180 / 180; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .navList_nodeInner:before {
    -webkit-transition: all .5s;
    transition: all .5s; } }

.navNum_title {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navNum_title {
      top: 27.77778%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navNum_title {
      top: 50px; } }

.navNum {
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .24em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navNum {
      font-size: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navNum {
      font-size: 12px; } }

.navTitle {
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .24em;
  margin-top: 18px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .navTitle {
      font-size: 12px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .navTitle {
      font-size: 18px;
      line-height: 1.8; } }

.orderBnr_link {
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderBnr_link {
      margin-top: 40px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderBnr_link {
      width: 440px;
      margin: 80px auto 0;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .orderBnr_link:hover {
        opacity: .7; } }
  .orderBnr_link img {
    width: 100%; }

/* ----- order---------*/
.orderSection {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderSection {
      margin-top: 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderSection {
      margin-top: 80px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderSection.orderSuitSection {
      margin-top: 40px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .orderSection_mv {
    background-color: #141B29; } }

.orderSection_mv img {
  width: 100%; }

.orderNum {
  display: block;
  color: #fff;
  letter-spacing: .24em;
  margin-bottom: 20px;
  font-size: 16px; }

.orderSection_title {
  font-family: "sweet-sans-pro", sans-serif;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderSection_title {
      font-size: 24px;
      letter-spacing: .16em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderSection_title {
      font-size: 32px;
      letter-spacing: .24em; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .orderPrice_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 520px;
    margin: 80px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .orderPrice_img {
    text-align: center; } }

.orderPrice_img img {
  width: 120px; }

.orderPrice_text {
  color: #141B29;
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderPrice_text {
      text-align: center;
      margin-top: 30px;
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .orderPrice_text {
      font-size: 24px; } }

.pricePercent_num {
  font-family: "sweet-sans-pro", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .pricePercent_num {
      font-size: 56px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .pricePercent_num {
      font-size: 72px; } }

.priceOff {
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .priceOff {
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .priceOff {
      font-size: 40px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .priceDetail {
    width: 837px;
    margin: 100px auto 0; } }

.priceDetail img {
  width: 100%; }

.sectionTitle {
  color: #000;
  text-align: center;
  font-family: "sweet-sans-pro", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .sectionTitle {
      margin-top: 80px;
      font-size: 18px;
      letter-spacing: .2em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .sectionTitle {
      margin-top: 120px;
      font-size: 24px;
      letter-spacing: .24em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoSection .sectionTitle {
      margin-top: 170px; } }

/* ----- slider ---------*/
.styleSample_listWrap {
  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) {
    .styleSample_listWrap {
      margin-top: 40px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-left: 30px;
      padding-right: 30px;
      gap: 10px;
      height: auto;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .styleSample_listWrap::-webkit-scrollbar {
        display: none; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .styleSample_listWrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 64px;
      gap: 20px; } }
  .styleSample_listWrap + .styleSample_listWrap {
    margin-top: 130px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .styleSample_listWrap + .styleSample_listWrap {
        margin-top: 40px; } }

.styleSample_listTitle {
  text-align: center;
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .24em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .styleSample_listTitle {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .styleSample_listTitle {
      font-size: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .styleSample_listInner {
    min-width: 87% !important;
    width: 87% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87%;
    flex: 0 0 87%; } }

.styleSample_list {
  position: relative;
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .styleSample_list {
      aspect-ratio: 640 / 900;
      width: 350px !important; }
      .styleSample_list:hover .styleSample_listNode:first-child {
        opacity: 0; }
      .styleSample_list:hover .styleSample_listNode:last-child {
        opacity: 1; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .styleSample_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .styleSample_list:hover:after {
    background-image: url(./../images/modal_button_hover.svg); }
  .styleSample_list:after {
    position: absolute;
    content: '';
    bottom: 20px;
    right: 20px;
    background-image: url(./../images/modal_button.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    z-index: 1000;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .styleSample_list:after {
        background-size: 20px;
        bottom: 55px;
        right: 10px;
        width: 20px;
        height: 20px; } }

.styleSample_list_inner {
  position: relative;
  width: 100%;
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .styleSample_list_inner {
      aspect-ratio: 640 / 900; } }

.styleSample_listNode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .styleSample_listNode img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .styleSample_listNode:first-child {
    z-index: 1;
    opacity: 1; }
  .styleSample_listNode:last-child {
    z-index: 2;
    opacity: 0; }

.categoryText {
  left: 0;
  width: 100%;
  z-index: 2; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .categoryText {
      position: absolute;
      top: 100%;
      margin-top: 16px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .categoryText {
      position: relative;
      margin-top: 12px; } }

.categoryTitle_num {
  color: #999999;
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 10px;
  letter-spacing: .24em; }

.categoryTitle {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 16px;
  letter-spacing: .24em;
  margin-top: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .categoryTitle {
      font-size: 14px; } }

.optionCatch {
  font-family: "fot-cezanne-pron", sans-serif;
  text-align: center;
  font-size: 20px;
  letter-spacing: .15em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .optionCatch {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .optionCatch {
      margin-top: 80px; } }

.optionText {
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .optionText {
      padding: 0 30px;
      margin-top: 25px;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .optionText {
      text-align: center;
      margin-top: 30px;
      letter-spacing: .13em; } }

.optionCatch_num {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 32px;
  letter-spacing: .02em;
  margin: 0 3px; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .optionSection_img {
    width: 1040px;
    margin: 80px auto 0; } }

.optionSection_img img {
  width: 100%; }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .howtoList {
    width: 1040px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

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

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

.howtoList_node img {
  width: 100%; }

.howtoList_numCaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: initial; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoList_numCaption {
      margin-top: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoList_numCaption {
      margin-top: 11px; } }

.num {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 32px;
  letter-spacing: .24em;
  margin-right: 10px; }

.caption {
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 20px;
  letter-spacing: .08em; }

.howtoList_text {
  text-align: left;
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  letter-spacing: .16em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .howtoList_text {
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .howtoList_text {
      margin-top: 16px; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .factoryImg {
    width: 1040px;
    margin: 80px auto 0; } }

.factoryImg img {
  width: 100%; }

.aftercareSection_inner {
  position: relative;
  font-family: "fot-cezanne-pron", sans-serif;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aftercareSection_inner {
      margin-top: 50px;
      padding: 57px 30px;
      background-image: url(./../images/aftercare_bg-sp.jpg);
      width: 100%;
      height: auto;
      background-size: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aftercareSection_inner {
      padding: 80px 0;
      margin: 80px auto 0;
      background-image: url(./../images/aftercare_bg-pc.jpg);
      width: 1040px;
      height: 350px;
      background-size: 1040px 350px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .aftercareTitle {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .1em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .aftercareTitle {
    font-size: 24px;
    letter-spacing: .15em; } }

.aftercareText {
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aftercareText {
      text-align: left;
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aftercareText {
      margin-top: 60px; } }

.aftercareText_caution {
  display: block;
  font-size: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .aftercareText_caution {
      margin-top: 20px;
      line-height: 1.6;
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .aftercareText_caution {
      margin-top: 30px;
      letter-spacing: .14em;
      line-height: 2; } }

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

.shoesSection_title {
  text-align: center;
  font-family: "fot-cezanne-pron", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shoesSection_title {
      margin-top: 50px;
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: .2em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shoesSection_title {
      margin-top: 80px;
      font-size: 24px;
      line-height: 1.8;
      letter-spacing: .18em; } }

.shoesSection_text {
  text-align: center;
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  letter-spacing: .16em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shoesSection_text {
      text-align: left;
      margin-top: 25px;
      padding: 0 30px;
      line-height: 1.8;
      letter-spacing: .08em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shoesSection_text {
      margin-top: 60px;
      line-height: 2; } }

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

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .shoesSection_price {
    width: 673px;
    margin: 100px auto 0; } }

.shoesSection_price img {
  width: 100%; }

.shoesLink {
  position: relative;
  font-family: "fot-cezanne-pron", sans-serif;
  text-align: center;
  background-color: #EFEFEF;
  display: block;
  font-size: 15px;
  letter-spacing: .08em;
  border-radius: 25px;
  padding: 17.5px 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .shoesLink {
      margin: 80px auto 0;
      width: 315px;
      letter-spacing: .24em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .shoesLink {
      width: 360px;
      margin: 100px auto 0;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .shoesLink:hover {
        background-color: #141B29;
        color: #fff; } }
  .shoesLink:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .shoesLink:after {
        right: 25px; } }

.orderCaution {
  text-align: center;
  font-family: "fot-cezanne-pron", sans-serif;
  margin-top: 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .orderCaution {
      font-size: 12px;
      letter-spacing: .08em; } }

/* モーダル
	-----------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  overflow-y: auto;
  background-color: #fff; }
  .c-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .is-modalActive .c-modal {
    -webkit-transition: none;
    transition: none; }

.c-modalClose {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px; }
  .c-modalClose::before, .c-modalClose::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 1px;
    width: 28px;
    background-color: #000; }
  .c-modalClose::before {
    rotate: 45deg; }
  .c-modalClose::after {
    rotate: -45deg; }

.c-modalInner {
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalInner {
      overflow-y: auto;
      width: 100%;
      max-width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 80px 0 0;
      width: 960px;
      gap: 142px; } }

.c-modalImg_list {
  position: relative;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalImg_list {
      margin-top: 30px;
      width: 100%;
      max-width: 100%;
      /* 最大幅を制限 */ } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalImg_list {
      width: 50%; } }

.c-modalImg_listNode img {
  width: 100%; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-modalImg_listNode {
    width: 100%;
    /* 幅を100%に設定 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.c-modalInfo {
  position: relative;
  z-index: 1;
  text-align: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalInfo {
      width: 50%; } }

.c-modalTitle {
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .24em; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalTitle {
      font-size: 24px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalTitle {
      margin-top: 24px;
      font-size: 20px; } }

.c-modalCatch {
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalCatch {
      margin-top: 48px;
      font-size: 20px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalCatch {
      margin-top: 24px;
      font-size: 18px; } }

.c-modalText {
  text-align: left;
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em;
  line-height: 1.8; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalText {
      margin-top: 48px;
      font-size: 14px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalText {
      margin-top: 24px;
      letter-spacing: .12em;
      font-size: 14px; } }

.c-modalPrice {
  text-align: center;
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em;
  font-size: 14px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalPrice {
      margin-top: 52px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalPrice {
      margin-top: 32px; } }

.frame {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 13px;
  letter-spacing: .1em; }

.price {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 28px;
  letter-spacing: .04em;
  margin-right: 4px; }
  .price + .frame {
    margin-left: 5px; }

.tax {
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: .08em;
  font-size: 12px;
  margin-right: 2px; }

.taxPrice {
  font-family: "sweet-sans-pro", sans-serif;
  font-size: 17px;
  letter-spacing: .04em; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  margin-top: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .slick-dots {
      margin-top: 16px; } }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .slick-dots li {
        width: 6px;
        height: 6px; } }
  .slick-dots button {
    background-color: #DDDDDD !important;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
    padding: 4px !important; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .slick-dots button {
        width: 6px !important;
        height: 6px !important;
        padding: 3px !important; } }
  .slick-dots .slick-active button {
    background-color: #141B29 !important; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: 40.5px 9px;
  width: 40.5px;
  height: 9px; }
  .slick-arrow.slick-next {
    right: -20px;
    background-image: url(./../images/arrow-next.svg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .slick-arrow.slick-next {
        right: -15px; } }
  .slick-arrow.slick-prev {
    left: -20px;
    background-image: url(./../images/arrow-prev.svg); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .slick-arrow.slick-prev {
        left: -15px; } }

.c-modalNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
  padding-bottom: 80px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalNav_list {
      gap: 15px;
      margin-top: 47px;
      padding: 0 30px 40px; } }

.c-modalNav_listNode {
  cursor: pointer;
  display: block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalNav_listNode {
      width: 250px;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .c-modalNav_listNode:hover {
        opacity: .7; } }
  .c-modalNav_listNode img {
    width: 100%; }

.c-modalNav_listNode_title {
  text-align: center;
  font-family: "sweet-sans-pro", sans-serif;
  letter-spacing: .24em;
  font-size: 14px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-modalNav_listNode_title {
      margin-top: 10px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-modalNav_listNode_title {
      margin-top: 8px; } }
