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

/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* ブラーフェードイン */
.fadeImg,
.itemBox-price,
.mv-txtcnt {
  display: block;
  opacity: 0;
  filter: blur(10px);
  transition: 1.3s ease;
}
.fadeImg.on,
.itemBox-price.on,
.mv-txtcnt.on {
  opacity: 1;
  filter: blur(0);
}

.mv-txtcnt {
  transition: 1.5s ease 0.5s;
}

.fadeImg {
  margin-top: -80px;
  padding-top: 80px;
}

/* left to right */
.fadeImgL {
  display: block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.fadeImgL img {
  transform: scale(1.08);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.fadeImgL.on {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.fadeImgL.on img {
  transform: scale(1);
}

/* right to left */
.fadeImgR {
  display: block;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.fadeImgR img {
  transform: scale(1.08);
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.fadeImgR.on {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.fadeImgR.on img {
  transform: scale(1);
}

/* ===== style.css ===== */
/* -- body -- */
body {
  font: 12px/1.78 "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 10px;
    line-height: 1.875;
  }
}

/* -- wrapper -- */
.wrapper {
  padding-top: 100svh;
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}
@media screen and (max-width: 1396px) {
  .inner {
    margin: 0 15px;
    width: auto;
  }
}

/*
    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) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    footer
*/
.footer {
  padding: 63px 0 110px;
  /* - sns - */
  /* - copy - */
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 177px;
}
.footer-copy {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #413D3C;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 34px 0 47px;
    /* - sns - */
    /* - copy - */
  }
  .footer-sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 114px;
  }
  .footer-sns li {
    width: 28px;
  }
  .footer-copy {
    font-size: 9px;
    margin-top: 12px;
  }
}

/*
    mv
*/
.mv {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
}
.mv-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mv-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%);
  object-position: top center;
}
.mv-txtcnt {
  position: absolute;
  top: 50%;
  right: 15.2%;
  margin-top: -3.6%;
  transform: translateY(-50%);
}
.mv-txtcnt-txt {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #FFF;
  margin-top: 33px;
}
@media screen and (max-width: 900px) {
  .mv {
    bottom: auto;
    height: 100svh;
  }
  .mv-txtcnt {
    top: auto;
    bottom: 7.6%;
    right: 15.4%;
    margin-top: 0;
    transform: translateY(0);
  }
  .mv-txtcnt-logo {
    width: 100px;
  }
  .mv-txtcnt-txt {
    font-size: 9px;
    margin-top: 20px;
  }
}

/*
    contents
*/
#contents {
  position: relative;
  background: #fff;
  z-index: 20;
}
#contents::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  transition: background-color 1s ease-in-out;
  content: "";
  z-index: -1;
}
#contents.act::after {
  background: rgba(0, 0, 0, 0.1);
}

/* -- catchBox -- */
.catchBox {
  font-weight: 300;
  font-size: 18px;
  line-height: 4.16;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 176px;
}
@media screen and (max-width: 900px) {
  .catchBox {
    font-size: 12px;
    line-height: 4;
    padding-top: 89px;
  }
}

/* -- itemBox -- */
.itemBox {
  margin-top: 175px;
  overflow-x: hidden;
}
.itemBox > * {
  margin: 300px auto 0;
}
.itemBox > *:first-child {
  margin-top: 0;
}
.itemBox > *.mr0 {
  margin-right: 0;
}
.itemBox > *.ml0 {
  margin-left: 0;
}
@media screen and (min-width: 901px) {
  .itemBox > *:nth-child(2) {
    margin-top: 94px;
  }
  .itemBox > *:nth-child(5) {
    margin-top: 93px;
  }
  .itemBox > *:nth-child(6) {
    margin-top: 268px;
  }
  .itemBox > *:nth-child(7) {
    margin-top: 243px;
  }
  .itemBox > *:nth-child(9) {
    margin-top: 150px;
  }
  .itemBox > *:nth-child(10) {
    margin-top: 269px;
  }
  .itemBox > *:nth-child(12) {
    margin-top: 218px;
  }
  .itemBox > *:nth-child(13) {
    margin-top: 244px;
  }
  .itemBox > *:nth-child(14) {
    margin-top: 244px;
  }
  .itemBox > *:nth-child(16) {
    margin-top: 243px;
  }
  .itemBox > *:nth-child(17) {
    margin-top: 93px;
  }
  .itemBox > *:nth-child(19) {
    margin-top: 268px;
  }
  .itemBox > *:nth-child(21) {
    margin-top: 218px;
  }
  .itemBox > *:nth-child(22) {
    margin-top: 243px;
  }
  .itemBox > *:nth-child(23) {
    margin-top: 271px;
  }
  .itemBox > *:nth-child(25) {
    margin-top: 218px;
  }
  .itemBox > *:nth-child(26) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 901px) {
  .itemBox-box450 {
    max-width: 450px;
  }
  .itemBox-box600 {
    max-width: 600px;
  }
  .itemBox-box900 {
    max-width: 900px;
  }
  .itemBox-box1200 {
    max-width: 1200px;
  }
  .itemBox-box1200.mr0, .itemBox-box1200.ml0 {
    max-width: none;
    width: 87.848%;
  }
  .itemBox-box1200.mr0 img, .itemBox-box1200.ml0 img {
    width: 100%;
  }
  .itemBox-box100p img {
    width: 100%;
  }
}
.itemBox-price {
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 7px;
}
.itemBox-crm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1035px;
}
.itemBox-crm > * {
  width: 44%;
}
@media screen and (max-width: 900px) {
  .itemBox {
    margin-top: 87px;
  }
  .itemBox > * {
    margin: 150px auto 0;
  }
  .itemBox > *.mr0 {
    margin-right: 0;
  }
  .itemBox > *.ml0 {
    margin-left: 0;
  }
  .itemBox > *:nth-child(2) {
    margin-top: 40px;
  }
  .itemBox > *:nth-child(5) {
    margin-top: 114px;
  }
  .itemBox > *:nth-child(6) {
    margin-top: 130px;
  }
  .itemBox > *:nth-child(7) {
    margin-top: 134px;
    width: 60%;
  }
  .itemBox > *:nth-child(8) {
    margin-top: 173px;
  }
  .itemBox > *:nth-child(9) {
    margin-top: 75px;
  }
  .itemBox > *:nth-child(10) {
    margin-top: 134px;
  }
  .itemBox > *:nth-child(11) {
    margin-top: 137px;
    width: 80%;
  }
  .itemBox > *:nth-child(11) .itemBox-price {
    margin-right: 0;
    margin-left: 0;
  }
  .itemBox > *:nth-child(12) {
    margin-top: 100px;
    width: 60%;
  }
  .itemBox > *:nth-child(13) {
    margin-top: 115px;
  }
  .itemBox > *:nth-child(13) .itemBox-price {
    margin-right: 8px;
    margin-left: 8px;
  }
  .itemBox > *:nth-child(14) {
    margin-top: 115px;
  }
  .itemBox > *:nth-child(15) .itemBox-price {
    margin-right: 9px;
    margin-left: 9px;
  }
  .itemBox > *:nth-child(16) {
    margin-top: 115px;
  }
  .itemBox > *:nth-child(16) .itemBox-price {
    margin-right: 9px;
    margin-left: 9px;
  }
  .itemBox > *:nth-child(17) {
    margin-top: 115px;
  }
  .itemBox > *:nth-child(19) {
    margin-top: 130px;
    width: 60%;
  }
  .itemBox > *:nth-child(20) {
    margin-top: 156px;
  }
  .itemBox > *:nth-child(20) .itemBox-price {
    margin-right: 9px;
    margin-left: 9px;
  }
  .itemBox > *:nth-child(21) {
    margin-top: 107px;
  }
  .itemBox > *:nth-child(22) {
    margin-top: 115px;
  }
  .itemBox > *:nth-child(22) .itemBox-price {
    margin-right: 9px;
    margin-left: 9px;
  }
  .itemBox > *:nth-child(23) {
    margin-top: 130px;
  }
  .itemBox > *:nth-child(24) .itemBox-price {
    margin-right: 11px;
    margin-left: 11px;
  }
  .itemBox > *:nth-child(25) {
    margin-top: 99px;
  }
  .itemBox > *:nth-child(26) {
    margin-top: 75px;
  }
  .itemBox-box450 {
    width: 48%;
  }
  .itemBox-box600 {
    width: 80%;
  }
  .itemBox-box900 .itemBox-price {
    margin-right: 17px;
    margin-left: 17px;
  }
  .itemBox-price {
    margin-top: 5px;
  }
  .itemBox-crm {
    max-width: none;
  }
  .itemBox-crm > * {
    width: 48.67%;
  }
}

/* -- banner -- */
.banner {
  margin-top: 216px;
}
.banner a {
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding: 98px 15px 94px;
  background: #FFF;
}
.banner-subtxt {
  font-size: 18px;
  letter-spacing: 0.15em;
}
.banner-txt {
  font-size: 24px;
  letter-spacing: 0.25em;
  margin-top: 34px;
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 147px;
  }
  .banner a {
    max-width: 300px;
    padding: 90px 15px 88px;
  }
  .banner-subtxt {
    font-weight: 400;
    font-size: 12px;
  }
  .banner-txt {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 23px;
  }
}

/* -- shopBox -- */
.shopBox {
  margin-top: 120px;
  padding-bottom: 124px;
}
.shopBox-subtxt {
  letter-spacing: 0.2em;
  text-align: center;
}
.shopBox-shopname {
  text-align: center;
  margin-top: 51px;
}
.shopBox-access {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 56px;
}
.shopBox-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: center;
  margin-top: 42px;
}
.shopBox-link > * {
  width: 200px;
}
.shopBox-link > *:nth-child(2n+1) {
  margin-right: 20px;
}
.shopBox-link a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 50px;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.shopBox-img {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .shopBox {
    margin-top: 119px;
    padding-bottom: 0;
  }
  .shopBox-subtxt {
    font-size: 10px;
  }
  .shopBox-shopname {
    margin-top: 41px;
  }
  .shopBox-shopname img {
    width: 117px;
  }
  .shopBox-access {
    font-size: 12px;
    margin-top: 45px;
  }
  .shopBox-link {
    margin-top: 33px;
  }
  .shopBox-link > * {
    width: 44.06%;
  }
  .shopBox-link > *:nth-child(2n+1) {
    margin-right: 5.8%;
  }
  .shopBox-link a {
    height: 41px;
    font-size: 12px;
  }
  .shopBox-img {
    margin: 55px -15px 0;
  }
}/*# sourceMappingURL=style.css.map */