@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;
}

/* ===== style.css ===== */
/* -- 変数 -- */
/* color */
/* switching */
/* family */
/* -- body -- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2740EA;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 8px;
  }
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
}
@media screen and (max-width: 900px) {
  .inner {
    margin: 0 20px 0 35px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #2740EA;
  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) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    mixin
*/
/* -- btn --*/
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- crm -- */
/*
    footer
*/
.footer {
  /* -- footer_inner -- */
}
.footer-inner {
  padding: 76px 0 70px;
  /* sns_link */
  /* copy */
}
.footer-inner .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 176px;
}
.footer-inner .copy {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #413D3C;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-right: 15px;
    /* -- footer_inner -- */
  }
  .footer-inner {
    padding: 53px 0 65px;
    /* sns_link */
    /* copy */
  }
  .footer-inner .sns_link {
    max-width: 114px;
  }
  .footer-inner .sns_link img {
    width: 28px;
  }
  .footer-inner .copy {
    font-size: 9px;
    margin-top: 9px;
  }
}

/*
    lnav
*/
.lnav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #727171;
  position: fixed;
  top: 50%;
  left: 0;
  height: 426px;
  z-index: 1000;
  transform: translate(40px, -50%) rotate(90deg);
  transform-origin: top left;
  transition: color 0.6s, opacity 0.6s;
}
.lnav-brand {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 3px 30px 19px 0;
  border-right: 1px solid;
}
.lnav-year {
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 5px 0 0 36px;
}
.lnav.act-main {
  color: #2740EA;
}
.lnav.act-lineup {
  color: #FFF;
}
.lnav.act-footer {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .lnav {
    height: 326px;
    transform: translate(22px, -50%) rotate(90deg);
  }
  .lnav-brand {
    font-size: 14px;
    padding: 2px 15px 11px 0;
  }
  .lnav-year {
    font-size: 12px;
    padding: 4px 0 0 18px;
  }
}

/*
    mv
*/
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
}
.mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.9%;
  z-index: 20;
}
.mv-img {
  position: relative;
  width: 50%;
  height: 100%;
}
.mv-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: top left;
}
.mv-slider {
  width: 50%;
  height: 100%;
}
.mv-slider-trimming {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}
.mv-slider-trimming img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: top center;
}
@media screen and (max-width: 900px) {
  .mv {
    display: block;
  }
  .mv-logo {
    top: 4.5%;
    transform: translate(-50%, 0);
    margin-top: 0;
    max-width: 360px;
    width: 100%;
  }
  .mv-img {
    width: 100%;
  }
}

/*
    contents
*/
.main {
  padding: 198px 0 77px;
  /* -- lead -- */
  /* -- item -- */
}
.main-lead {
  text-align: center;
}
.main-lead-txt {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.main-lead-txt > *:not(:last-child) {
  margin-bottom: 45px;
}
.main-lead-shop {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.05em;
  color: #727272;
  margin-top: 140px;
}
.main-item {
  position: relative;
  overflow: hidden;
  margin-top: 186px;
  width: 100%;
}
.main-item-box {
  position: relative;
  padding-left: 50%;
}
.main-item-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 50%;
  background: #FFF;
  z-index: 10;
  content: "";
}
.main-item-box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  left: calc(50% - 40px);
  width: 81px;
  height: 5px;
  background: url(../img01/main-item-img_arrow-01.svg) no-repeat 0 0/100% auto;
  z-index: 20;
  content: "";
}
.main-item-box.back::after {
  transform: scale(-1, 1);
}
.main-item-box-inner {
  display: flex;
  box-sizing: border-box;
  padding-right: 100%;
}
.main-item-img {
  display: flex;
}
.main-item-img-trimming {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main-item-img-trimming img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.main-item-list > * {
  font-family: "Jost", sans-serif;
  color: #2740EA;
  position: absolute;
  bottom: 80px;
  left: 11%;
  max-width: 35%;
  z-index: 10;
}
.main-item-list > *.on {
  z-index: 20;
}
.main-item-list > *.act {
  position: fixed;
}
.main-item-list > * > *:not(:last-child) {
  margin-bottom: 18px;
}
.main-item-list-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.1em;
}
.main-item-list-tit span {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2px 0 0 2px;
  height: 18px;
  background: #FFF;
  border: 1px solid #2740EA;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 13px;
  width: 40px;
}
.main-item-list-txt {
  font-size: 11px;
  line-height: 1.63;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.main-item-list-txt span {
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 76px 0 0;
    /* -- lead -- */
    /* -- item -- */
  }
  .main-lead-txt {
    font-size: 12px;
    line-height: 2.5;
  }
  .main-lead-txt > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .main-lead-shop {
    font-size: 10px;
    line-height: 2.18;
    margin-top: 108px;
  }
  .main-item {
    margin-top: 92px;
  }
  .main-item-box {
    padding-left: 40px;
  }
  .main-item-box::before {
    width: 40px;
  }
  .main-item-box::after {
    top: -2px;
    left: 24px;
    width: 39px;
    height: 3px;
    background: url(../img01/main-item-img_arrow_sp-02.svg) no-repeat 0 0/100% auto;
    transition: top 0.3s;
  }
  .main-item-box.back::after {
    top: calc(100svh - 100vh - 2px);
  }
  .main-item-box-inner {
    padding-bottom: 250px;
    padding-right: 0;
  }
  .main-item-img {
    display: flex;
  }
  .main-item-img-trimming {
    height: calc(100vh - 250px);
  }
  .main-item-list > * {
    bottom: 100px;
    left: 40px;
    max-width: none;
  }
  .main-item-list > * > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .main-item-list-tit {
    font-size: 13px;
  }
  .main-item-list-tit span {
    font-size: 12px;
    margin-left: 10px;
    width: 40px;
  }
  .main-item-list-txt {
    font-size: 10px;
    margin-top: 4px;
  }
  .main-item-list-txt span {
    padding-right: 3px;
  }
}

/* -- lineup -- */
.lineup {
  color: #FFF;
  padding: 153px 0 154px;
  background: #2740EA;
}
.lineup a {
  color: #FFF;
}
.lineup-tit {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 117px;
}
@media screen and (min-width: 901px) {
  .lineup-list > * {
    width: 31.646%;
  }
  .lineup-list > *:not(:nth-child(3n)) {
    margin-right: 2.531%;
  }
  .lineup-list > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 43px;
  }
}
.lineup-list-txt {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 10px;
}
.lineup-banner {
  text-align: center;
  margin: 139px auto 0;
  max-width: 580px;
  border: 1px solid;
}
.lineup-banner a {
  display: block;
  padding: 79px 30px 64px;
}
.lineup-banner-txt {
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  .lineup {
    padding: 74px 37px 118px 23px;
  }
  .lineup-tit {
    font-size: 20px;
  }
  .lineup-list {
    margin-top: 57px;
  }
  .lineup-list > * {
    width: 48.08%;
  }
  .lineup-list > *:not(:nth-child(2n)) {
    margin-right: 3.84%;
  }
  .lineup-list > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 29px;
  }
  .lineup-list-txt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    margin-top: 11px;
  }
  .lineup-banner {
    margin: 92px auto 0;
  }
  .lineup-banner a {
    padding: 71px 10px 52px;
  }
  .lineup-banner-logo {
    margin: 0 auto;
    max-width: 224px;
  }
  .lineup-banner-txt {
    font-size: 12px;
    margin-top: 45px;
  }
}

/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on {
  opacity: 1;
}

/* フェードアップ */
.main-item-list > * {
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 0.6s, transform 0.6s;
}
.main-item-box.act .main-item-list > *.on {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */