@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 */
/* sp font-size */
/*
    mixin
*/
/* -- btn --*/
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- crm -- */
/* -- body -- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231815;
  background: #FFF;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 10.8108108108px;
  }
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1266px;
}
@media screen and (max-width: 1366px) {
  .inner {
    margin: 0 50px;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    margin: 0 27.5px;
  }
}

/*
    tag
*/
a {
  color: #231815;
  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;
  }
}

/*
    footer
*/
.footer {
  /* -- footer_inner -- */
}
.footer-inner {
  padding: 187px 0 83px;
  /* sns_link */
}
.footer-inner .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 176px;
}
.footer-inner {
  /* copy */
}
.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 {
    /* -- footer_inner -- */
  }
  .footer-inner {
    padding: 90px 0 65px;
    /* sns_link */
  }
  .footer-inner .sns_link {
    max-width: 114px;
  }
  .footer-inner .sns_link img {
    width: 28px;
  }
  .footer-inner {
    /* copy */
  }
  .footer-inner .copy {
    font-size: 9px;
    margin-top: 9px;
  }
}

/*
    mv
*/
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: fixed;
  top: 0;
  left: 0;
  padding: 54px 50px 55px;
  width: 100%;
  height: 100vh;
  background: #FEFDF2;
}
.mv-img {
  position: relative;
  width: 41.628%;
  height: 100%;
  transition-delay: 1.2s !important;
}
.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%);
}
.mv-txtcnt {
  margin: 0 0 1.9% 5.5%;
  width: 50%;
}
.mv-txtcnt-logo {
  margin-bottom: 47px;
}
.mv-txtcnt-txt {
  font-family: "baskerville-display-pt", serif;
  font-size: 20px;
  letter-spacing: 0.025em;
}
.mv-txtcnt-txt .js-uptxt span {
  transition-delay: 0.6s;
}
@media screen and (max-width: 900px) {
  .mv {
    display: block;
    padding: 30px 27.5px 0;
  }
  .mv-img {
    width: auto;
    height: calc(100svh - 268px);
  }
  .mv-txtcnt {
    margin: 31px 0 0;
    width: auto;
  }
  .mv-txtcnt-logo {
    margin-bottom: 23px;
    max-width: 148px;
  }
  .mv-txtcnt-txt {
    font-size: 15px;
    letter-spacing: 0.025em;
  }
}

/*
    main
*/
.main {
  position: relative;
  padding-top: 100vh;
  z-index: 10;
}
.main-inner {
  background: #FFF;
  transition: background 0.5s;
}
.main.act-item-box01 .main-inner {
  background: #F0E9D5;
}
.main.act-item-box02 .main-inner {
  background: #D0CFC4;
}
.main.act-item-box03 .main-inner {
  background: #FEFDF2;
}
.main.act-item-box04 .main-inner {
  background: #F0E9D5;
}
.main.act-item-box05 .main-inner {
  background: #D0CFC4;
}
.main.act-item-box06 .main-inner {
  background: #FEFDF2;
}

/* -- lead -- */
.lead {
  text-align: center;
  padding: 137px 0 153px;
}
.lead-subtit {
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.lead-tit {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 57px;
}
.lead-txt {
  line-height: 2.375;
  letter-spacing: 0.06em;
  margin-top: 22px;
}
.lead-txt > *:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  .lead {
    padding: 69px 0 89px;
  }
  .lead-subtit {
    font-size: 12.972972973px;
  }
  .lead-tit {
    font-size: 18.3783783784px;
    line-height: 2.2058823529;
    letter-spacing: 0;
    margin: 51px -10px 0;
  }
  .lead-txt {
    font-size: 11.8918918919px;
    line-height: 3.1818181818;
    letter-spacing: 0.025em;
    margin: 16px -10px 0;
  }
  .lead-txt > *:not(:last-child) {
    margin-bottom: 35px;
  }
}

/* -- item -- */
.item-box-img01 {
  margin: 0 auto;
  width: 71.091%;
}
.item-box-img01 .js-scrollimg {
  padding-top: 133.334%;
}
.item-box-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 200px;
}
.item-box-txtcnt {
  margin-bottom: 5.2%;
  width: 44.7%;
}
.item-box-txtcnt-tit {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
.item-box-txtcnt-txt {
  line-height: 2.25;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
.item-box-txtcnt-name {
  font-family: "baskerville-display-pt", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 161px;
}
.item-box-txtcnt-detail {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-top: 13px;
}
.item-box-txtcnt-shop {
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0.05em;
  margin-top: 1px;
}
.item-box-img02 {
  width: 47.394%;
}
.item-box-img02 .js-scrollimg {
  padding-top: 133.334%;
}
.item-box-img03 {
  margin: 200px 0 0 auto;
  width: 59.242%;
}
.item-box-img03 .js-scrollimg {
  padding-top: 133.334%;
}
.item-box-img04 {
  margin: 88px 0 0 4.5%;
  width: 23.697%;
}
.item-box-img04 .js-scrollimg {
  padding-top: 133.334%;
}
@media screen and (min-width: 901px) {
  .item-box#item-box01 {
    padding-top: 240px;
  }
  .item-box#item-box02 {
    margin-top: -74px;
    padding-top: 350px;
  }
  .item-box#item-box02 .item-box-img04 {
    margin-top: -19px;
  }
  .item-box#item-box03 {
    margin-top: -81px;
    padding-top: 336px;
  }
  .item-box#item-box03 .item-box-cnt {
    margin-top: 253px;
  }
  .item-box#item-box03 .item-box-img03 {
    margin-top: 256px;
  }
  .item-box#item-box03 .item-box-img04 {
    margin: 170px 0 0 8%;
  }
  .item-box#item-box04 {
    margin-top: -72px;
    padding-top: 350px;
  }
  .item-box#item-box04 .item-box-img04 {
    margin-top: -8px;
    margin-right: 6.7%;
  }
  .item-box#item-box05 {
    margin-top: -88px;
    padding-top: 336px;
  }
  .item-box#item-box05 .item-box-cnt {
    margin-top: 253px;
  }
  .item-box#item-box05 .item-box-img03 {
    margin-top: 256px;
  }
  .item-box#item-box05 .item-box-img04 {
    margin-top: 86px;
    margin-left: 6.2%;
  }
  .item-box#item-box06 {
    margin-top: -170px;
    padding: 433px 0 100px;
  }
}
@media screen and (min-width: 901px) {
  .item > *:nth-child(2n) .item-box-cnt {
    flex-direction: row-reverse;
  }
  .item > *:nth-child(2n) .item-box-txtcnt {
    margin-left: 5.9%;
  }
  .item > *:nth-child(2n) .item-box-img03 {
    margin-left: 0;
  }
  .item > *:nth-child(2n) .item-box-img04 {
    margin-right: 6.1%;
    margin-left: auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1255px) {
  .item-box-cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .item-box-txtcnt {
    margin-top: 118px;
  }
}
@media screen and (max-width: 900px) {
  .item-box-img01 {
    margin: 0 -27.5px;
    width: auto;
  }
  .item-box-cnt {
    display: block;
    margin-top: 108px;
  }
  .item-box-txtcnt {
    margin: 65px -6px 0 6px;
    width: auto;
  }
  .item-box-txtcnt-tit {
    font-size: 18.3783783784px;
    line-height: 1.4705882353;
  }
  .item-box-txtcnt-txt {
    line-height: 2.1;
    margin-top: 23px;
  }
  .item-box-txtcnt-name {
    font-size: 12.972972973px;
    line-height: 1.1666666667;
    letter-spacing: 0.025em;
    margin-top: 52px;
  }
  .item-box-txtcnt-detail {
    font-size: 9.7297297297px;
    line-height: 1.5555555556;
    margin-top: 7px;
  }
  .item-box-txtcnt-shop {
    font-size: 8.6486486486px;
    line-height: 1.75;
    margin-top: 0;
  }
  .item-box-img02 {
    margin: 0 10px;
    width: auto;
  }
  .item-box-img03 {
    margin: 94px -27.5px 0 auto;
    width: 84.4%;
  }
  .item-box-img04 {
    margin: 59px 0 0 0.6%;
    width: 39.3%;
  }
  .item-box#item-box01 {
    padding-top: 99px;
  }
  .item-box#item-box02 {
    margin-top: -70px;
    padding-top: 193px;
  }
  .item-box#item-box02 .item-box-img04 {
    margin-top: 87px;
  }
  .item-box#item-box03 {
    margin-top: -79px;
    padding-top: 175px;
  }
  .item-box#item-box03 .item-box-img04 {
    margin-top: 107px;
  }
  .item-box#item-box04 {
    margin-top: -94px;
    padding-top: 208px;
  }
  .item-box#item-box04 .item-box-img03 {
    margin-top: 75px;
  }
  .item-box#item-box04 .item-box-img04 {
    margin-top: 78px;
  }
  .item-box#item-box05 {
    margin-top: -85px;
    padding-top: 195px;
  }
  .item-box#item-box05 .item-box-img03 {
    margin-top: 59px;
  }
  .item-box#item-box05 .item-box-img04 {
    margin-top: 85px;
  }
  .item-box#item-box06 {
    margin-top: -84px;
    padding: 204px 0 82px;
  }
  .item > *:nth-child(2n) .item-box-img03 {
    margin-right: auto;
    margin-left: -27.5px;
  }
  .item > *:nth-child(2n) .item-box-img04 {
    margin-right: -0.6%;
    margin-left: auto;
  }
}

/* -- lineup -- */
.lineup {
  text-align: center;
  padding-top: 222px;
}
.lineup-tit {
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.lineup-shop {
  font-size: 13px;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
  margin-top: 33px;
}
.lineup-soon {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.025em;
  color: #C32A00;
  margin-top: 54px;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 79px 3px 0;
}
@media screen and (min-width: 901px) {
  .lineup-list > * {
    width: 31.747%;
  }
  .lineup-list > *:not(:nth-child(3n)) {
    margin-right: 2.3795%;
  }
  .lineup-list > *:last-child {
    margin-right: 0;
  }
  .lineup-list > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 69px;
  }
}
.lineup-list-txt {
  font-family: "baskerville-display-pt", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.025em;
  margin-top: 27px;
}
.lineup-list-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-top: 7px;
}
.lineup-list-price span {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 2px;
  height: 19px;
  background: none;
  border: 1px solid #231815;
  border-radius: 0;
  transition: color 0.6s, border 0.6s, background 0.6s;
  top: 1px;
  margin-left: 10px;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .lineup {
    padding-top: 80px;
  }
  .lineup-tit {
    font-size: 12.972972973px;
  }
  .lineup-shop {
    font-size: 9.7297297297px;
    line-height: 2.2222222222;
    margin-top: 53px;
  }
  .lineup-soon {
    font-size: 12.972972973px;
    margin-top: 30px;
  }
  .lineup-list {
    margin: 34px -18.5px 0 -14.5px;
  }
  .lineup-list > * {
    width: 47.879%;
  }
  .lineup-list > *:not(:nth-child(2n)) {
    margin-right: 4.242%;
  }
  .lineup-list > *:last-child {
    margin-right: 0;
  }
  .lineup-list > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 34px;
  }
  .lineup-list-txt {
    font-size: 10.8108108108px;
    margin-top: 16px;
  }
  .lineup-list-price {
    font-size: 10.8108108108px;
    margin-top: 8px;
  }
  .lineup-list-price span {
    padding: 0;
    height: 19.55px;
    top: 0;
    margin-left: 7px;
    width: 37.95px;
  }
}

/* -- lineup -- */
.recommend {
  text-align: center;
  padding-top: 213px;
}
.recommend-tit {
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.recommend-txt {
  letter-spacing: 0.025em;
  margin-top: 32px;
}
.recommend-banner {
  margin: 58px auto 0;
  max-width: 830px;
  background: .recommend-banner #FFF;
  border: 1px solid #333;
}
.recommend-banner a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
}
.recommend-banner-img01 {
  margin-right: 1.2%;
  width: 26.357%;
}
.recommend-banner-img02 {
  width: 26.357%;
}
.recommend-banner-txtcnt {
  text-align: left;
  margin: 2px 0 0 auto;
  width: 32.7%;
}
.recommend-banner-txtcnt-txt {
  font-family: "baskerville-display-pt", serif;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  margin-top: 30px;
}
.recommend-banner-txtcnt-btn {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 46px;
  background: 0;
  border: 1px solid;
  border-radius: 0;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-weight: 500;
  margin-top: 59px;
  width: 180px;
}
@media screen and (max-width: 900px) {
  .recommend {
    padding-top: 110px;
  }
  .recommend-tit {
    font-size: 12.972972973px;
  }
  .recommend-txt {
    font-size: 9.7297297297px;
    margin-top: 27px;
  }
  .recommend-banner {
    margin: 39px auto 0;
    max-width: 320px;
  }
  .recommend-banner a {
    padding: 10px;
  }
  .recommend-banner-img01 {
    display: none;
  }
  .recommend-banner-img02 {
    width: 52.5%;
  }
  .recommend-banner-txtcnt {
    margin: 0 0 4px auto;
    width: 39.7%;
  }
  .recommend-banner-txtcnt-logo {
    margin-right: 20px;
  }
  .recommend-banner-txtcnt-txt {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 22px;
  }
  .recommend-banner-txtcnt-btn {
    padding-top: 0;
    height: 28px;
    font-size: 9px;
    margin-top: 24px;
    width: 107px;
  }
}

/*
    js
*/
/* -- 'inview' フェードプラグイン -- */
.js {
  /* フェードイン */
}
.js-fadein {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.15, 1);
}
.js-fadein.on {
  opacity: 1;
}
.js {
  /* フェードアップ */
}
.js-fadeup, .js-fadeup-item > * {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.15, 1), transform 1s cubic-bezier(0.25, 0.1, 0.15, 1);
}
.js-fadeup.on, .js-fadeup-item > *.on {
  transform: translateY(0);
  opacity: 1;
}
.js {
  /* テキストフェード */
}
.js-uptxt {
  display: block;
  overflow: hidden;
}
.js-uptxt > * {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.15, 1);
}
.js-uptxt.on > * {
  transform: translateY(0);
}
.js {
  /* 画像フェード */
}
.js-scrollimg {
  display: block;
  position: relative;
  overflow: hidden;
}
.js-scrollimg img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 10%;
  left: -5%;
  max-width: none;
  width: 110%;
}/*# sourceMappingURL=style.css.map */