@charset "UTF-8";
/* font
----------------------------------------- */
/* Forum */
@font-face {
  font-display: swap;
  font-family: "Forum";
  src: url("../fonts/Forum-Regular.ttf") format("truetype");
}
/* Noto Sans JP */
@font-face {
  font-display: swap;
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/*! 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: 700;
}

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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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 */
  -moz-appearance: none;
       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;
}

img {
  line-height: 1;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: var(--main-txt);
  letter-spacing: 0.08em;
}

:root {
  --body: #ffffff;
  --main-txt: #333333;
  --sub-txt: #898989;
  --mute: #999999;
  --border: #dddddd;
  --background: #f5f5f5;
  --main: #007bff;
  --main-focus: #0069d9;
  --accent: #6c757d;
  --red: #B94046;
  --line: #06c755;
  --facebook: #1877f2;
  --instagram: #e1306c;
  --youtube: #ff0000;
  --X: #000;
  --amazon: #ff9900;
}

picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.l-main {
  max-width: 390px;
  background-color: #FBF9F0;
  margin-left: auto;
  margin-right: auto;
  color: #846E57;
}

@media screen and (min-width: 768px) {
  .l-main {
    margin-left: 50vw;
    transform: translateX(50px);
    box-sizing: content-box;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0 0px 6px; */
  }
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .header {
    max-width: 332px;
    margin-left: 8vw;
    transform: translateY(-50%);
  }
}
.header_nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 90;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  width: 100vi;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.header_nav ul {
  display: flex;
  align-items: center;
  gap: 0.5em;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-inline: 1.875rem;
}

.header_nav ul li {
  width: 100%;
  max-width: 500px;
  border-bottom: 1px solid #707070;
}

.header_nav ul li:last-of-type {
  border-bottom: none;
}

.header_nav ul img {
  display: none;
}

.header_nav ul a {
  display: block;
  text-align: center;
  padding: 3dvh 0;
  font-size: clamp(12px, 3.2vi, 1.125rem);
  width: 100%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header_nav ul a span {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0.4em auto 0;
  font-size: clamp(7px, 1.8666666667vi, 0.625rem);
}

.header_nav ul a .nav_flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .header_nav {
    display: flex;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    width: auto;
  }
  .header_nav ul {
    display: flex;
    padding: 0;
    width: 332px;
    margin: 20px 0 0;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    height: auto;
  }
  .header_nav ul li {
    width: 104px;
    height: 78px;
    border: none;
  }
  .header_nav ul li:before {
    display: none;
  }
  .header_nav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: Forum;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  .header_nav ul li:nth-of-type(1) {
    background: url(../images/menu/index01.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(2) {
    background: url(../images/menu/index02.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(3) {
    background: url(../images/menu/index03.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(4) {
    background: url(../images/menu/index04.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(5) {
    background: url(../images/menu/index05.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(6) {
    background: url(../images/menu/index06.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(7) {
    background: url(../images/menu/index07.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(8) {
    background: url(../images/menu/index08.jpg) 100%/contain no-repeat;
  }
  .header_nav ul li:nth-of-type(9) {
    background: url(../images/menu/index09.jpg) 100%/contain no-repeat;
  }
  .header_nav img {
    display: block;
  }
  .header_nav .index {
    width: 72px;
    margin: 40px auto 0;
  }
}
[aria-expanded=true] + .header_nav {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.header_nav_btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 102;
}

@media screen and (min-width: 768px) {
  .header_nav_btn {
    display: none;
  }
}
.header_nav_btn .nav_btn_line {
  display: block;
  background-color: #707070;
  width: 20px;
  height: 2px;
  margin: auto;
  position: relative;
}

.header_nav_btn .nav_btn_line::after,
.header_nav_btn .nav_btn_line::before {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #707070;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.5s ease;
}

.header_nav_btn[aria-expanded=false] .nav_btn_line::before {
  transform: translate(0, 6px);
}

.header_nav_btn[aria-expanded=false] .nav_btn_line::after {
  transform: translate(0, -6px);
}

.header_nav_btn[aria-expanded=true] .nav_btn_line {
  background-color: #fff;
}

.header_nav_btn[aria-expanded=true] .nav_btn_line::before {
  transform: translate(0, 0) rotate(45deg);
}

.header_nav_btn[aria-expanded=true] .nav_btn_line::after {
  transform: translate(0, 0) rotate(-45deg);
}

body.is-drawerActive {
  overflow: hidden;
}

.u-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.fadeup {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeup_trigger {
  opacity: 0;
}

.fadein_00 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

.fadein_01 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

.fadein_02 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer {
  position: relative;
  background: #333;
  text-align: center;
  line-height: 1.65em;
  color: #fff;
}
footer .footer_inner {
  padding: 80px 10%;
}
@media screen and (min-width: 768px) {
  footer .footer_inner {
    padding: 18% 5%;
  }
}
footer .logo {
  display: block;
  max-width: 121px;
  margin: 0 auto;
}
footer .f_nav {
  max-width: 286px;
  margin: 74px auto 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  footer .f_nav {
    margin: 80px auto 0;
  }
}
footer .f_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .f_nav ul li {
  line-height: 1;
}
footer .f_nav ul li:first-of-type {
  width: 100%;
  margin-bottom: 20px;
}
footer .f_nav ul li a {
  font-size: 12px;
}
footer .follow-text {
  margin: 40px 0 0;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
footer .icon_box {
  display: flex;
  margin: 20px 0 0;
  justify-content: center;
  gap: 10px;
}
footer .icon_box a {
  width: 40px;
}
footer .icon_box a img {
  max-width: 100%;
}
footer .copyright {
  border-top: #fff solid 1px;
  padding: 1em 0;
  color: #fff;
  font-size: 9px;
  margin: 0;
}
footer .totop {
  position: absolute;
  top: 0;
  right: 10%;
  max-width: 52px;
  max-height: 52px;
}
@media screen and (min-width: 768px) {
  footer .totop {
    top: auto;
    bottom: 20%;
    right: 5%;
    margin: auto 0 0 auto;
  }
}
footer .totop img {
  width: 100%;
}

body {
  background: #EFE5E3;
}

/*01-mv*********************/
.mv {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 623px;
  }
}

.mv .mv-logo {
  position: absolute;
  width: 65.64%;
  bottom: 20px;
  left: 84px;
  z-index: 1;
}

.mv .mv-logo > span {
  display: block;
  padding-top: 63.433%;
  background-image: url(../images/mv/mv-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

.mv-slider {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

/*02-lead*********************/
.lead {
  padding: 70px 18px 32px;
}
@media screen and (min-width: 768px) {
  .lead {
    padding: 80px 18px;
  }
}

.lead .lead_txt {
  font-size: 12px;
  line-height: 3;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .lead .lead_txt {
    font-size: 14px;
    line-height: 2.57;
    letter-spacing: 0;
  }
}

/*sp-nav *********************/
.sp-nav .index {
  width: 72px;
  margin: 40px auto 0;
}
.sp-nav ul {
  display: flex;
  padding: 0;
  margin: 20px auto 0;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  height: auto;
  justify-content: center;
}
.sp-nav ul li {
  width: 100px;
  height: 75px;
  border: none;
}
.sp-nav ul li:before {
  display: none;
}
.sp-nav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Forum;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.sp-nav ul li:nth-of-type(1) {
  background: url(../images/menu/index01.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(2) {
  background: url(../images/menu/index02.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(3) {
  background: url(../images/menu/index03.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(4) {
  background: url(../images/menu/index04.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(5) {
  background: url(../images/menu/index05.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(6) {
  background: url(../images/menu/index06.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(7) {
  background: url(../images/menu/index07.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(8) {
  background: url(../images/menu/index08.jpg) 100%/contain no-repeat;
}
.sp-nav ul li:nth-of-type(9) {
  background: url(../images/menu/index09.jpg) 100%/contain no-repeat;
}

/* Style *********************/
.style-sec .style-head {
  font-family: Forum;
  letter-spacing: 0;
  font-weight: normal;
}
.style-sec .style-head .style-head-shoulder {
  position: relative;
  width: 100%;
  padding: 0 20px 5px 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .style-sec .style-head .style-head-shoulder {
    padding: 0 20px 9px 20px;
  }
}
.style-sec .style-head .style-head-shoulder:before {
  position: absolute;
  width: 93%;
  height: 1px;
  background: #846E57;
  bottom: 0;
  left: 0;
  content: "";
}
.style-sec .style-head .style-head-shoulder:after {
  position: absolute;
  width: 7px;
  height: 7px;
  right: 5.5%;
  bottom: -3px;
  background: #846E57;
  border-radius: 50%;
  content: "";
}
.style-sec .style-head .style-head-title {
  margin: 20px 0 0;
  padding: 0 6.15%;
  font-size: 50px;
  text-align: right;
}
.style-sec .style-head.is-left .style-head-shoulder {
  text-align: right;
}
.style-sec .style-head.is-left .style-head-shoulder:before {
  right: 0;
  left: auto;
}
.style-sec .style-head.is-left .style-head-shoulder:after {
  right: auto;
  left: 5.5%;
}
.style-sec .style-head.is-left .style-head-title {
  text-align: left;
}
.style-sec .style-head.is-center .style-head-shoulder {
  text-align: right;
}
.style-sec .style-head.is-center .style-head-shoulder:before {
  right: 0;
  left: auto;
}
.style-sec .style-head.is-center .style-head-shoulder:after {
  right: auto;
  left: 5.5%;
}
.style-sec .style-head.is-center .style-head-title {
  text-align: center;
}
.style-sec .style-head.is-flex01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.style-sec .style-head.is-flex01:before {
  position: absolute;
  width: 100%;
  height: 240px;
  top: 26%;
  left: 0;
  background: #F2EEDB;
  z-index: -1;
  content: "";
}
.style-sec .style-head.is-flex01 .style-head-title {
  margin: 40px 0 0;
  writing-mode: vertical-rl;
}
.style-sec .style-head.is-flex01 .style-head-title {
  padding: 0;
  margin-right: 20px;
}
.style-sec .style-head.is-flex01 .style-head-thumb {
  width: 61.53%;
  margin: 40px 0 0;
}
.style-sec .style-head.is-flex02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.style-sec .style-head.is-flex02:before {
  position: absolute;
  width: 100%;
  height: 240px;
  top: 26%;
  left: 0;
  background: #F2EEDB;
  z-index: -1;
  content: "";
}
.style-sec .style-head.is-flex02 .style-head-title {
  margin: 40px 0 0;
  writing-mode: vertical-rl;
}
.style-sec .style-head.is-flex02 .style-head-title {
  padding: 0;
  margin-left: 20px;
}
.style-sec .style-head.is-flex02 .style-head-thumb {
  width: 61.53%;
  margin: 40px 0 0;
}
.style-sec .style-head .style-head-thumb {
  margin: 10px 0 0;
}
.style-sec .style-lead {
  margin: 75px 0 0;
  text-align: center;
}
.style-sec .style-lead .style-lead--main {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 36px;
}
.style-sec .style-lead .style-lead--sub {
  margin: 9px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.285;
}
@media screen and (min-width: 768px) {
  .style-sec .style-lead .style-lead--sub {
    margin: 14px 0 0;
    font-size: 14px;
  }
}
.style-sec .style-lead .style-lead--sub small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .style-sec .style-lead .style-lead--sub small {
    font-size: 12px;
  }
}
.style-sec + .style-sec {
  margin: 70px 0 0;
}
.style-sec.style-sec01 {
  margin: 160px 0 0;
}
@media screen and (min-width: 768px) {
  .style-sec.style-sec01 {
    margin: 87px 0 0;
  }
}

.main_slider {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .main_slider {
    margin-top: 80px;
  }
}
.main_slider img {
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .main_slider img {
    max-width: 302px;
  }
}
.main_slider .slick-dots {
  top: 400px;
  height: 6px;
  bottom: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .main_slider .slick-dots {
    top: 420px;
  }
}
@media screen and (min-width: 768px) {
  .main_slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 7.5px;
  }
}
.main_slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}
.main_slider .slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: none;
  background: #B5B5B5;
}
@media screen and (min-width: 768px) {
  .main_slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.main_slider .slick-dots li .slick-active button::before {
  background-color: #846E57;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider {
  margin-inline: auto;
}
.slider .slider_item {
  text-align: center;
  position: relative;
}
.slider .slider_item a {
  display: block;
  position: relative;
  text-align: center;
}
.slider .slider_item img {
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider .slider_detail {
  opacity: 0;
  transition: opacity 0.5s;
  padding-top: 57px;
}
@media screen and (min-width: 768px) {
  .slider .slider_detail {
    padding-top: 60px;
  }
}
.slider .slider_detail .slider_detail--title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider .slider_detail .slider_detail--title {
    font-size: 14px;
  }
}
.slider .slider_detail .slider_detail--text {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.28;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider .slider_detail .slider_detail--text {
    font-size: 14px;
  }
}
.slider .slider_detail .slider_detail--main {
  margin-top: 36px;
  border: 1px solid #846E57;
  border-radius: 30px;
  padding: 40px;
  font-size: 14px;
  text-align: left;
}
.slider .slider_detail .slider_detail--main > li a {
  text-align: left;
}
.slider .slider_detail .slider_detail--main > li dt {
  font-weight: 400;
}
.slider .slider_detail .slider_detail--main > li dt + dd {
  margin: 10px 0 0;
}
.slider .slider_detail .slider_detail--main > li dd {
  display: flex;
  justify-content: space-between;
}
.slider .slider_detail .slider_detail--main > li dd span {
  display: block;
  padding: 2px 7px;
  background-color: #846E57;
  color: #fff;
  font-size: 0.5625rem;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.slider .slider_detail .slider_detail--main > li + li {
  margin: 10px 0 0;
}
.slider .slick-prev,
.slider .slick-next {
  width: 10px;
  height: 15px;
  top: 200px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .slider .slick-prev,
.slider .slick-next {
    top: 200px;
  }
}
.slider .slick-prev:before,
.slider .slick-next:before {
  display: block;
  width: 10px;
  height: 15px;
  background-image: url(../images/slider-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.slider .slick-prev {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .slider .slick-prev {
    left: 15px;
  }
}
.slider .slick-prev:before {
  transform: scale(-1, 1);
}
.slider .slick-next {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .slider .slick-next {
    right: 15px;
  }
}

.slick-center .slider_detail {
  opacity: 1;
}

/* novelty *********************/
.novelty {
  margin: 160px 0 0;
  padding: 80px 18px;
  background: #F8DAD4;
}
@media screen and (min-width: 768px) {
  .novelty {
    margin: 160px 0 0;
  }
}
.novelty .novelty-title {
  font-family: Forum;
  font-size: 50px;
  text-align: center;
}
.novelty .novelty-title > span {
  display: block;
  font-family: "Noto Sans JP Regular";
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.28;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-title > span {
    font-size: 14px;
  }
}
.novelty .novelty-text {
  margin: 30px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.28;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-text {
    margin: 40px 0 0;
    font-size: 14px;
  }
}
.novelty .novelty-sec {
  margin: 40px 0 0;
}
.novelty .novelty-sec + .novelty-sec {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-sec + .novelty-sec {
    margin: 80px 0 0;
  }
}
.novelty .novelty-sec .novelty-sec-title {
  position: relative;
  max-width: 249px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #846E57;
  border-bottom: 1px solid #846E57;
}
.novelty .novelty-sec .novelty-sec-title:after {
  position: absolute;
  width: 17px;
  height: 7.14px;
  left: calc((100% - 17px) / 2);
  bottom: -7.14px;
  background-image: url(../images/chevron01.svg);
  background-color: #F8DAD4;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
.novelty .novelty-sec .novelty-sec-content {
  margin: 30px 0 0;
  padding: 20px 25px;
  border-radius: 0px 30px;
  background: #fffef7;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-sec .novelty-sec-content {
    margin: 20px 0 0;
    padding: 20px;
  }
}
.novelty .novelty-sec .novelty-sec-content > p:first-of-type {
  margin: 20px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 17px;
  text-align: center;
}
.novelty .novelty-sec .novelty-sec-content > p:nth-of-type(2) {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 24px;
  text-align: center;
}
.novelty .novelty-sec .novelty-sec-content > p:nth-of-type(3) {
  max-width: 302px;
  margin: 10px auto 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 2.28;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-sec .novelty-sec-content > p:nth-of-type(3) {
    font-size: 14px;
  }
}
.novelty .novelty-sec .novelty-sec-content > p:nth-of-type(4) {
  max-width: 302px;
  margin: 10px auto 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .novelty .novelty-sec .novelty-sec-content > p:nth-of-type(4) {
    font-size: 12px;
  }
}

/* credit *********************/
.credit {
  padding: 80px 0;
  background: #F8F4D2;
}
.credit .credit-title {
  text-align: center;
  font-family: Forum;
  font-size: 32px;
}
.credit .credit-title span {
  font-size: 16px;
}
.credit .credit-list {
  margin: 20px 0 0;
}
.credit .credit-list .credit-list-item {
  max-width: 135px;
  text-align: center;
}
.credit .credit-list .credit-list-item > div {
  margin: 0 5px;
}
.credit .credit-list .credit-list-item > div figure {
  border-radius: 50%;
  overflow: hidden;
}
.credit .credit-list .credit-list-item > div > * + * {
  margin: 10px 0 0;
}
.credit .credit-list .credit-list-item > div > p {
  font-size: 12px;
  font-weight: 700;
}
.credit .credit-list .credit-list-item > div > a {
  display: block;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.credit .credit-list + .credit-title {
  margin: 70px 0 0;
}
@media screen and (min-width: 768px) {
  .credit .credit-list + .credit-title {
    margin: 40px 0 0;
  }
}
.credit .credit-link {
  position: relative;
  padding-top: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .credit .credit-link {
    padding-top: 40px;
  }
}
.credit .credit-link:before {
  position: absolute;
  width: 1px;
  height: 20px;
  top: 10px;
  left: calc((100% - 1px) / 2);
  background: #846E57;
  content: "";
}
.credit .credit-link a {
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 28px;
}
.credit .credit-link + .credit-title {
  margin: 40px 0 0;
}

/* lity *********************/
.lity-container:has(.p-modal) {
  width: calc(100% - 3.125rem);
  max-width: 325px;
  background: #fff;
  margin: auto;
  border-radius: 5px;
}

.lity-container:has(.p-modal) .lity-close {
  top: 5px;
  right: 5px;
}

.lity-container:has(.shop-coupon) .lity-close,
.lity-container:has(.shop-coupon) .lity-close:hover {
  color: #CB3D6D;
}

.lity-container:has(.online-coupon) .lity-close,
.lity-container:has(.online-coupon) .lity-close:hover {
  color: #C7A460;
}

.p-modal {
  padding: 1.25rem;
  overflow-y: auto;
}

.p-modal h2 img {
  height: 60px;
  width: auto;
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
}

.p-modal ul {
  margin-block: 20px;
}

.p-modal ul li {
  font-size: 10px;
  text-align: center;
  padding: 0.5em;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  margin-block: 5px;
  letter-spacing: 0;
  line-height: 2;
}

.p-modal ul li:nth-of-type(1) {
  background-color: #AF79A1;
}

.p-modal ul li:nth-of-type(2) {
  background-color: #C7A460;
}

.p-modal ul li:nth-of-type(3) {
  background-color: #CB3D6D;
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}

.lity-close,
.lity-close:hover {
  position: absolute;
  color: #555555;
  text-shadow: none;
  top: 10px;
  right: 10px;
  font-size: clamp(1.4375rem, 6vi, 1.625rem);
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.lity-image img {
  height: clamp(24rem, 102.4vi, 40.5625rem);
  max-height: 80dvh !important;
  width: auto;
  aspect-ratio: 487/649;
  border: 10px solid #fff;
}

@media screen and (min-width: 768px) {
  .lity-image img {
    border-width: 5px;
  }
}
.lity-image .lity-close,
.lity-image .lity-close:hover {
  font-size: clamp(1.375rem, 6vi, 1.625rem);
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .lity-image .lity-close,
.lity-image .lity-close:hover {
    background-color: #fff;
    top: 10px;
    right: 10px;
  }
}
body:has(.lity-opened) {
  overflow: hidden;
}

.sp_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn-00 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

.fadeIn-01 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

.fadeIn-02 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */