@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* ===== style.css ===== */
/* -- body -- */
body {
  font: 14px/1.2 "Jost", sans-serif;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 11px;
  }
}

/*
    tag
*/
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-sp {
    display: none !important;
  }
}

/* -- load -- */
.load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding-bottom: 183px;
  height: 100svh;
  background: #fff;
  z-index: 1500;
}
.load > *, .load::after {
  opacity: 0;
  transition: opacity 1s;
}
.load.show > *, .load.show::after {
  opacity: 1;
}
.load::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  height: 176px;
  background-image: repeating-linear-gradient(#00449A, #00449A 12px, #FFF 12px, #FFF 41px);
  content: "";
}
.load-inner {
  text-align: center;
}
.load-tit {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-top: 51px;
}
.load-tit span {
  font-size: 33px;
}
.load-season {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #00449A;
  margin-top: 52px;
}
@media screen and (max-width: 900px) {
  .load {
    padding: 22px 0 178px;
  }
  .load::after {
    height: 178px;
    background-image: repeating-linear-gradient(#00449A, #00449A 12px, #FFF 12px, #FFF 41.6px);
  }
  .load-logo img {
    width: 70px;
  }
  .load-tit {
    font-size: 27.5px;
    margin-top: 30px;
  }
  .load-tit span {
    font-size: 25px;
  }
  .load-season {
    font-size: 12px;
    margin-top: 20px;
  }
  .load-img {
    position: relative;
    margin: 74px 2.8% 0;
  }
  .load-img span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-align: center;
    display: block;
    top: -22px;
    bottom: auto;
    left: 38px;
    width: fit-content;
    transform: rotate(11deg);
  }
  .load-img span::before, .load-img span::after {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 13px;
    background: #000;
    content: "";
    transform: rotate(-32deg) translate(-8px, -4px);
  }
  .load-img span::after {
    transform: rotate(32deg) translate(6px, -2px);
  }
}

/*
    contents
*/
/* -- heading -- */
.heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 15px;
  right: 13px;
  height: 50px;
  z-index: 100;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
  z-index: 500;
}
.heading-logo {
  margin-top: 2px;
}
.heading-logo img {
  transform: rotate(-90deg) scale(1);
}
.heading-txtcnt {
  margin-left: 24px;
}
.heading-txtcnt-tit {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 24px;
  letter-spacing: 0.075em;
}
.heading-txtcnt-tit span {
  font-size: 22px;
}
.heading-txtcnt-season {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 5px 0 0 3px;
}
@media screen and (max-width: 900px) {
  .heading {
    top: 16px;
    right: 6px;
    height: 45px;
  }
  .heading-logo {
    margin-top: 3px;
    width: 42px;
  }
  .heading-txtcnt {
    margin-left: 22px;
  }
  .heading-txtcnt-tit {
    font-size: 22.5px;
  }
  .heading-txtcnt-tit span {
    font-size: 21.5px;
  }
  .heading-txtcnt-season {
    font-size: 11px;
    margin: 3px 0 0 2px;
  }
}

/* -- archive -- */
.archive {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 990;
}
.archive-btn {
  position: relative;
  z-index: 10;
}
.archive-btn a {
  display: block;
  position: relative;
  width: 60px;
  padding-top: 30%;
  border: 1px solid;
  border-radius: 10em;
  background: #fff;
}
.archive-btn a span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background: #000;
  transition: width 0.6s, transform 0.15s;
}
.archive-btn a span:nth-child(1) {
  top: 5px;
  bottom: auto;
}
.archive-btn a span:nth-child(2) {
  top: auto;
  bottom: 5px;
}
.open .archive-btn a span {
  top: 0 !important;
  bottom: 0 !important;
  width: 26px;
}
.open .archive-btn a span:nth-child(1) {
  transform: rotate(22deg);
}
.open .archive-btn a span:nth-child(2) {
  transform: rotate(-22deg);
}
.archive-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.archive-cnt {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.6s;
}
.open .archive-cnt {
  transform: translateX(0);
}
.archive-cnt-inner {
  overflow-y: scroll;
  padding: 80px 24px;
  width: 300px;
  height: 100svh;
  background: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.archive-cnt-inner::-webkit-scrollbar {
  display: none;
}
.archive-cnt-list li:not(:last-child) {
  margin-bottom: 15px;
}
.archive-cnt-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.archive-cnt-list-img {
  width: 39.683%;
}
.archive-cnt-list-tit {
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 54.37%;
}
@media screen and (max-width: 900px) {
  .archive {
    top: 16px;
    left: 10px;
  }
  .archive-btn a {
    padding-top: 0;
    height: 20px;
    width: 75px;
  }
  .archive-btn a span {
    width: 32px;
  }
  .open .archive-btn a span {
    width: 18px;
  }
  .archive-bg {
    right: auto;
    width: calc(100vw - 60px);
  }
  .wrapper.modal-open .archive-bg {
    width: 100vw;
  }
  .archive-cnt {
    transform: translateY(-100%);
  }
  .open .archive-cnt {
    transform: translateY(0);
  }
  .archive-cnt-inner {
    padding: 50px 36px 69px;
    width: none;
    height: auto;
    max-height: 100svh;
    width: calc(100vw - 60px);
    background: #F8F8F8;
  }
  .archive-cnt-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .archive-cnt-list-img {
    position: relative;
    overflow: hidden;
    width: 28.81%;
    padding-top: 28.81%;
  }
  .archive-cnt-list-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .archive-cnt-list-tit {
    font-size: 13px;
    letter-spacing: 0.025em;
    width: 64%;
  }
}

/* -- lineup -- */
.lineup {
  position: fixed;
  bottom: 18px;
  left: 15px;
  z-index: 990;
}
.lineup a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1px 0 0;
  height: 20px;
  background: #fff;
  border: 1px solid;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.025em;
  width: 60px;
}
@media screen and (max-width: 900px) {
  .lineup {
    bottom: 17px;
    left: 10px;
  }
  .lineup a {
    font-size: 10px;
    padding: 1px 0 0;
    height: 20px;
    width: 75px;
  }
}

/* -- footer -- */
.footer {
  position: fixed;
  right: 32px;
  bottom: 17px;
  z-index: 970;
}
.footer-sns {
  text-align: center;
}
.footer-sns li {
  width: 16px;
}
.footer-sns li:not(:last-child) {
  margin-bottom: 19px;
}
.footer-sns li:nth-child(2) {
  position: relative;
  left: -1px;
}
.footer .copy {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2F2F2F;
  overflow: hidden;
  position: relative;
  left: 2px;
  margin-top: 20px;
  height: 70px;
  width: 12px;
}
.footer .copy span {
  white-space: nowrap;
  display: block;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
}
@media screen and (max-width: 900px) {
  .footer {
    right: 20px;
    bottom: 14px;
  }
  .footer-sns li {
    width: 18px;
  }
  .footer-sns li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer .copy {
    font-size: 9px;
    left: 5px;
    margin-top: 17px;
    height: 55px;
  }
}

/* -- item -- */
.item {
  overflow: hidden;
  margin: -4.852vw 80px 0 0;
  padding-bottom: 3.404vw;
}
.item > .swiper {
  position: relative;
  overflow: visible;
  z-index: 10;
}
.item > .swiper:not(:last-child) {
  margin-bottom: 5vw;
}
.item .swiper-wrapper {
  transition-timing-function: linear;
}
.item .swiper-slide {
  margin-right: 3.621vw !important;
  width: 12.31vw !important;
}
.item .swiper-slide button {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.item .swiper-slide button img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 901px) {
  .item .swiper-slide button:hover {
    opacity: 1;
  }
  .item .swiper-slide button:hover img {
    transform: scale(1.16);
  }
}
.item .swiper-button-next,
.item .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 900px) {
  .item {
    margin: -7.47vw 60px 0 0;
    padding-bottom: 4.1vw;
    overflow: hidden;
  }
  .item > .swiper:not(:last-child) {
    margin-bottom: 10vw;
  }
  .item .swiper-slide {
    margin-right: 2.35vw !important;
    width: 23.6vw !important;
  }
}

/* -- modal -- */
.modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  opacity: 0;
  z-index: 980;
  pointer-events: none;
  transition: opacity 0.3s;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.modal__close-btn {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 10;
}
.modal__close-btn > span {
  display: block;
  position: relative;
  width: 45px;
  padding-top: 50%;
}
.modal__close-btn > span span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 1px;
  background: #000;
  transform: rotate(26deg);
}
.modal__close-btn > span span:nth-child(2) {
  transform: rotate(-26deg);
}
.modal .swiper-slide img {
  display: none;
}
.modal .swiper-slide-prev img, .modal .swiper-slide-active img, .modal .swiper-slide-next img {
  display: block;
}
.modal__content {
  box-sizing: content-box;
  position: relative;
  width: 100%;
}
.modal-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  max-height: 100svh;
  padding: 20px 69px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-cnt::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  body.ratio .modal-cnt {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.modal-cnt-img {
  margin-left: 2.94%;
}
@media screen and (min-width: 901px) {
  body.ratio .modal-cnt-img {
    margin-left: 0;
    width: 55.883%;
  }
  body.ratio .modal-cnt-img img {
    height: auto;
    width: 100%;
  }
  .modal-cnt-img img {
    height: calc(100vh - 40px);
    width: auto;
  }
}
.modal-cnt-box {
  margin: 20px 2.94%;
}
@media screen and (min-width: 901px) {
  body.ratio .modal-cnt-box {
    margin: 0 0 0 2.94%;
    width: 41.177%;
  }
  body.ratio .modal-cnt-box img {
    height: auto;
    width: 100%;
  }
  .modal-cnt-box-img img {
    height: calc(100vh - 54px - 126px);
    width: auto;
  }
}
.modal-cnt-box-txtcnt {
  margin-top: 27px;
}
.modal-cnt-box-txtcnt-name {
  letter-spacing: 0.05em;
}
.modal-cnt-box-txtcnt-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 11px;
}
.modal-cnt-box-txtcnt-price a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2px 0 0;
  height: 18px;
  background: #fff;
  border: 1px solid;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-left: 14px;
  width: 49px;
}
.modal .swiper-button-next::after,
.modal .swiper-button-prev::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -15px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  transform: rotate(45deg);
}
.modal .swiper-button-prev::after {
  right: -15px;
  left: 0;
  transform: rotate(-135deg);
}
@media screen and (max-width: 900px) {
  .modal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: fixed;
    width: auto;
    height: auto;
  }
  .modal__close-btn {
    top: 14px;
    right: 8px;
  }
  .modal__close-btn > span {
    width: 32px;
  }
  .modal__close-btn > span span {
    width: 32px;
  }
  .modal__content {
    max-width: none;
  }
  .modal-cnt {
    display: block;
    padding: 40px 55px;
  }
  .modal-cnt-img {
    margin-left: 0;
    width: auto;
  }
  .modal-cnt-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0 0;
    width: auto;
  }
  .modal-cnt-box-img {
    width: 49%;
  }
  .modal-cnt-box-txtcnt {
    margin: 0 0 10px;
    width: 44.4%;
  }
  .modal-cnt-box-txtcnt-price {
    font-size: 9px;
    margin-top: 8px;
  }
  .modal-cnt-box-txtcnt-price a {
    padding: 0;
    height: 15px;
    font-size: 9px;
    margin-left: 10px;
    width: 35px;
  }
  .modal .swiper-button-next::after,
  .modal .swiper-button-prev::after {
    left: 0;
    right: -8px;
    width: 14px;
    height: 14px;
  }
  .modal .swiper-button-prev::after {
    right: 0;
    left: -8px;
  }
}

/* -- コメントアウト -- */
#modal-cnt1 .modal-cnt-box-txtcnt-price a,
#modal-cnt8 .modal-cnt-box-txtcnt-price a,
#modal-cnt14 .modal-cnt-box-txtcnt-price a,
#modal-cnt16 .modal-cnt-box-txtcnt-price a,
#modal-cnt17 .modal-cnt-box-txtcnt-price a,
#modal-cnt23 .modal-cnt-box-txtcnt-price a,
#modal-cnt25 .modal-cnt-box-txtcnt-price a,
#modal-cnt26 .modal-cnt-box-txtcnt-price a,
#modal-cnt27 .modal-cnt-box-txtcnt-price a,
#modal-cnt33 .modal-cnt-box-txtcnt-price a,
#modal-cnt37 .modal-cnt-box-txtcnt-price a {
  display: none;
}/*# sourceMappingURL=style.css.map */