@charset "UTF-8";
/*==================================================
reset
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
  border: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
  }
  button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1179px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1179px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

/*==================================================
leyout
==================================================*/
:root {
  /*size*/
  --site-padding: 43px;
  /*color*/
  --light-color: #917b5a;
  --main-color: #5c402e;
  /*font*/
  --font-base: 1.6rem;
  --font-jp: "Zen Old Mincho", serif;
  --font-en: "Josefin Sans",
      sans-serif;
  --base-line: 1.6;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  :root {
    /*size*/
    --site-padding: 20px;
    --font-base: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 20px;
    /*font*/
    --font-base: 1.5rem;
  }
}
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: #2E3F43;
}

body {
  background: #EBEBEB;
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 30px;
  margin: auto;
  display: grid;
  gap: 5px;
  width: 51px;
  height: 135px;
}
@media all and (max-width: 767px) {
  .l-header {
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
    right: 10px;
    top: auto;
    bottom: 20px;
    width: 60px;
    height: 140px;
    gap: 12px;
    place-content: center;
    padding: 18px 9px 10px 9px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1607843137);
  }
}
.l-header a {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media all and (max-width: 767px) {
  .l-header__cart {
    display: block;
    margin: 0 auto;
  }
}
.l-header.-fadein {
  pointer-events: auto;
  opacity: 0.88;
}

/*--------------------------------------
header btn
----------------------------------------*/
.l-nav-switch {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}
.l-nav-switch__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 0;
  margin: 0 auto;
  border-top: solid 2px #000;
  transition: all 0.4s;
}
.l-nav-switch__line:nth-child(1) {
  top: calc(50% - 8px);
}
.l-nav-switch__line:nth-child(2) {
  top: 50%;
}
.l-nav-switch__line:nth-child(3) {
  top: calc(50% + 8px);
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(2) {
  display: none;
}
.l-nav-switch.-show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}

/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  padding-right: 100px;
  line-height: var(--base-line);
  font-size: var(--font-base);
}
@media all and (max-width: 767px) {
  .l-main {
    padding-right: 0;
  }
}

/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  display: grid;
  gap: 80px;
  padding-block: 80px 60px;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding-inline: 20px;
  }
}
.l-footer-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media all and (max-width: 767px) {
  .l-footer-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.l-footer-button {
  display: grid;
  place-content: center;
  width: 180px;
  height: 52px;
  border: 1px solid #2E3F43;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.1428571429;
}
@media all and (max-width: 767px) {
  .l-footer-button {
    width: 100%;
  }
}
.l-footer-copy {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: var(--font-en);
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .l-footer-copy {
    text-align: left;
    font-size: 1rem;
  }
}

/*==================================================
module
==================================================*/
.m-inner {
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding-left: var(--site-padding);
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
    padding-inline: 20px;
  }
}
@media all and (max-width: 767px) {
  .m-inner--sp-none {
    padding: 0;
  }
}

/*==================================================
main-visual
==================================================*/
.main-visual {
  position: relative;
}
.main-visual:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 180px);
  background: url("../img/main-visual-bg.png") no-repeat center bottom/cover;
}
@media all and (max-width: 767px) {
  .main-visual:before {
    height: calc(100% - 190px);
    background-image: url("../img/sp-main-visual-bg.png");
  }
}
.main-visual-inner {
  display: grid;
  grid-template-columns: 416px 500px;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 138px 85px;
}
@media all and (max-width: 1023px) {
  .main-visual-inner {
    padding-block: 100px 55px;
    padding-right: 40px;
    grid-template-columns: 41fr 45fr;
  }
}
@media all and (max-width: 767px) {
  .main-visual-inner {
    grid-template-columns: 1fr;
    padding: 40px 0 60px 0;
  }
}
.main-visual-unit {
  display: grid;
  place-content: start;
  place-items: center;
  gap: 40px;
}
@media all and (max-width: 1023px) {
  .main-visual-unit {
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-unit {
    display: contents;
    padding-left: 0;
  }
}
.main-visual-title {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 15px;
  font-size: 6.4rem;
  text-align: center;
  letter-spacing: 0.3em;
}
@media all and (max-width: 1023px) {
  .main-visual-title {
    font-size: 4.8rem;
  }
}
@media all and (max-width: 767px) {
  .main-visual-title {
    margin-bottom: 24px;
    font-size: 4rem;
  }
}
.main-visual-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2222222222;
}
@media all and (max-width: 767px) {
  .main-visual-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}
.main-visual-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 280px;
  height: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media all and (max-width: 767px) {
  .main-visual-button {
    order: 1;
    margin-inline: auto;
  }
}
.main-visual-img {
  text-align: right;
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  .main-visual-img {
    width: 70%;
    margin: 0 auto 15px auto;
    padding-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .main-visual-logo {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .main-visual-logo {
    width: 80px;
  }
}

/*==================================================
about
==================================================*/
.about {
  padding-block: 80px;
  background: url("../img/about-bg.jpg") no-repeat center/cover;
  color: #fff;
}
@media all and (max-width: 1023px) {
  .about {
    padding: 80px 20px;
  }
}
@media all and (max-width: 767px) {
  .about {
    padding: 40px 20px 45px 20px;
    background-image: url("../img/sp-about-bg.jpg");
  }
}
.about-contents {
  display: grid;
  place-items: center start;
  grid-template-columns: 94px 1fr;
  gap: 64px;
  width: min(100%, 1149px);
  margin-inline: auto;
  padding-inline: var(--site-padding);
  letter-spacing: 0.05em;
}
@media all and (max-width: 1023px) {
  .about-contents {
    gap: 40px;
    grid-template-columns: 80px 1fr;
  }
}
@media all and (max-width: 767px) {
  .about-contents {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .about-title {
    display: grid;
    place-content: center;
    width: 100%;
  }
  .about-title img {
    display: block;
    width: 137px;
    margin: 0 auto;
  }
}
.about p {
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .about p {
    line-height: 1.6;
  }
}

/*==================================================
feature
==================================================*/
.feature {
  padding-block: 55px 100px;
}
@media all and (max-width: 1023px) {
  .feature {
    padding-block: 60px 80px;
  }
}
@media all and (max-width: 767px) {
  .feature {
    padding-block: 55px 60px;
  }
}
.feature-lead {
  margin-bottom: 98px;
  text-align: center;
  line-height: 2;
}
@media all and (max-width: 1023px) {
  .feature-lead {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .feature-lead {
    margin-bottom: 55px;
    text-align: left;
    line-height: 1.6;
    padding-inline: 20px;
  }
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
}
@media all and (max-width: 1023px) {
  .feature-list {
    gap: 15px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .feature-list {
    gap: 43px;
    grid-template-columns: 1fr;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.feature-list li {
  display: grid;
  gap: 9px;
}
@media all and (max-width: 767px) {
  .feature-list li {
    gap: 12px;
  }
}
.feature-list img {
  display: block;
}
@media all and (max-width: 767px) {
  .feature-list img {
    width: 100%;
  }
}

/*==================================================
moment
==================================================*/
.m-contents {
  margin-bottom: 90px;
}
@media all and (max-width: 1023px) {
  .m-contents {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .m-contents {
    margin-bottom: 80px;
  }
}
.m-contents-row {
  display: grid;
  grid-template-columns: 520px 1fr;
}
@media all and (max-width: 1023px) {
  .m-contents-row {
    grid-template-columns: 0.9fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .m-contents-row {
    grid-template-columns: 1fr;
  }
}
.m-contents-img {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .m-contents-img {
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 1023px) {
  .m-contents-title {
    width: 90px;
  }
}
.m-contents-body {
  position: relative;
  display: grid;
  place-items: center;
  place-content: center;
  gap: 80px;
  margin-top: 80px;
  padding: 50px;
}
@media all and (max-width: 1023px) {
  .m-contents-body {
    gap: 40px;
    padding: 40px 15px 50px 15px;
  }
}
@media all and (max-width: 767px) {
  .m-contents-body {
    gap: 35px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 25px 45px 25px;
  }
}
.m-contents-body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -80px;
  top: 0;
  width: calc(100% + 80px);
  height: 100%;
  border: 1px solid #727E81;
}
@media all and (max-width: 767px) {
  .m-contents-body:before {
    width: 100%;
    height: calc(100% + 60px);
    top: -60px;
    left: 0;
  }
}
.m-contents-text {
  display: grid;
  gap: 17px;
  text-align: center;
  line-height: 2;
}
.m-contents-row--reverse {
  grid-template-columns: 1fr 520px;
}
@media all and (max-width: 1023px) {
  .m-contents-row--reverse {
    grid-template-columns: 1fr 0.9fr;
  }
}
@media all and (max-width: 767px) {
  .m-contents-row--reverse {
    grid-template-columns: 1fr;
  }
}
.m-contents-row--reverse .m-contents-body {
  order: 1;
  gap: 40px;
}
.m-contents-row--reverse .m-contents-body:before {
  left: auto;
  right: -80px;
}
@media all and (max-width: 767px) {
  .m-contents-row--reverse .m-contents-body:before {
    order: 2;
    right: 0;
  }
}
.m-contents-row--reverse .m-contents-img {
  order: 2;
}
@media all and (max-width: 767px) {
  .m-contents-row--reverse .m-contents-img {
    order: 1;
  }
}

/*==================================================
purchase
==================================================*/
.purchase {
  padding-block: 60px 70px;
  background: #2E3F43;
  color: #fff;
}
@media all and (max-width: 767px) {
  .purchase {
    padding: 0;
  }
}
.purchase-inner {
  width: 100%;
  max-width: 1309px;
  margin-inline: auto;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 767px) {
  .purchase-inner {
    padding: 0;
  }
}
.purchase-row {
  display: grid;
  grid-template-columns: 57% 40%;
  justify-content: space-between;
}
@media all and (max-width: 1023px) {
  .purchase-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media all and (max-width: 767px) {
  .purchase-row {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0;
  }
}
.purchase-title {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .purchase-title {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .purchase-title {
    font-size: 3.6rem;
  }
}
.purchase-title__brand {
  font-size: 1.8rem;
}
@media all and (max-width: 1023px) {
  .purchase-title__brand {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .purchase-title__brand {
    font-size: 1.8rem;
  }
}
.purchase-catch {
  margin-bottom: 30px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media all and (max-width: 1023px) {
  .purchase-catch {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .purchase-catch {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.purchase-list {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}
.purchase-data {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .purchase-data {
    margin-bottom: 35px;
  }
}
.purchase-data dl {
  display: grid;
  gap: 5px;
}
.purchase-data dt {
  text-indent: -0.5em;
}
.purchase-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  height: 60px;
  background: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  color: #2E3F43;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .purchase-button {
    max-width: 310px;
    margin-inline: auto;
  }
}
.purchase-button__text {
  position: relative;
  margin-inline: 8px;
  top: 1px;
  font-size: 1.4rem;
}
.purchase-button__num {
  position: relative;
  top: -1px;
  font-size: 2rem;
}
.purchase-button__yen {
  margin-inline: 4px 8px;
  font-size: 1.4rem;
}
.purchase-body {
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  .purchase-body {
    padding: 0 20px 80px 20px;
  }
}

/*==================================================
js-txt
==================================================*/
.js-slideup__item {
  transition: opacity 0.8s linear, transform 0.6s ease-out;
  opacity: 0;
  transform: translateY(20px);
}
.js-slideup--show .js-slideup__item {
  opacity: 1;
  transform: translateY(0px);
}
@media all and (max-width: 767px) {
  .js-slideup__item--show {
    opacity: 1;
    transform: translateY(0px);
  }
}
.js-slideup__item--d01 {
  transition-delay: 0.3s;
}
@media all and (max-width: 767px) {
  .js-slideup__item--d01 {
    transition-delay: 0;
  }
}
.js-slideup__item--d02 {
  transition-delay: 0.6s;
}
@media all and (max-width: 767px) {
  .js-slideup__item--d02 {
    transition-delay: 0;
  }
}

/*SASS MODULE*/
/*# sourceMappingURL=style.css.map */