@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;
  background: #fdf1da;
}

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

.pc-title {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-title {
    position: fixed;
    display: block;
    width: calc((100vw - 450px) * 1000 / 1470);
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ededed;
  }
}
.pc-title-logo {
  position: absolute;
  min-width: 300px;
  height: 20%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.pc-title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pc-title-img {
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pc-title-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.index.index-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .index.index-pc {
    position: fixed;
    display: block;
    width: calc((100vw - 450px) * 470 / 1470);
    height: 100vh;
    top: 0;
    right: 0;
  }
}
.index.index-sp {
  padding: 60px 0;
  background: #fdf1da;
}
@media screen and (min-width: 1000px) {
  .index.index-sp {
    display: none;
  }
}
.index.index-sp .index-list {
  padding: 0 26px;
}
.index-content {
  width: 77.6%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .index-content {
    position: absolute;
    min-width: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.index-title {
  font-size: 35px;
  text-align: center;
  color: #7290b4;
  font-family: "ivyora-display", serif;
}
.index-list {
  display: grid;
  margin: 40px 0 0;
  grid-template-columns: repeat(6, 1fr);
  gap: 19px 10px;
}
.index-list li:nth-child(1) {
  grid-column: 1/3;
}
.index-list li:nth-child(2) {
  grid-column: 3/5;
}
.index-list li:nth-child(3) {
  grid-column: 5/7;
}
.index-list li:nth-child(4) {
  grid-column: 2/4;
}
.index-list li:nth-child(5) {
  grid-column: 4/6;
}
.index-list li:nth-child(6) {
  grid-column: 1/3;
}
.index-list li:nth-child(7) {
  grid-column: 3/5;
}
.index-list li:nth-child(8) {
  grid-column: 5/7;
}

.l-main {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .l-main {
    width: 450px;
    margin: 0 auto 0 calc((100vw - 450px) * 1000 / 1470);
    padding: 0 6px;
  }
}

.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: 1000px) {
  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: 1000px) {
  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: 1000px) {
  footer .totop {
    top: auto;
    bottom: 20%;
    right: 5%;
    margin: auto 0 0 auto;
  }
}
footer .totop img {
  width: 100%;
}

/*01-mv*********************/
.mv {
  position: relative;
  padding-top: 50px;
  background: #fdf1da;
}

.mv .mv-logo {
  position: relative;
  width: 66.1333333333%;
  margin: 0 auto;
  z-index: 2;
}

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

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

/*02-lead*********************/
.lead {
  padding: 70px 18px 32px;
  background: #fdf1da;
}
@media screen and (min-width: 1000px) {
  .lead {
    padding: 80px 18px;
  }
}
.lead .lead_main {
  text-align: center;
  color: #7290b4;
  font-size: 21px;
  line-height: 1.8;
}
.lead .lead_txt {
  margin-top: 40px;
  font-size: 11px;
  line-height: 2.27;
  text-align: center;
  color: #7290b4;
}

/* Style *********************/
.style-sec {
  padding-top: 60px;
}
.style-sec .style-head {
  font-family: "ivyora-display", serif;
  letter-spacing: 0;
  font-weight: normal;
}
.style-sec .style-head .style-head-number {
  font-size: 50px;
  text-align: center;
  line-height: 1;
}
.style-sec .style-head .style-head-title {
  margin: 30px 0 0;
  font-size: 23px;
  line-height: 1.304;
  text-align: center;
  font-weight: 500;
}
.style-sec .style-thumb {
  display: block;
  margin: 30px 0 0;
}
.style-sec .style-lead {
  margin: 40px 0 0;
  text-align: center;
}
.style-sec .style-lead .style-lead--main {
  font-weight: 700;
  font-size: 11px;
  line-height: 2.182;
  text-align: center;
}
.style-sec .style-lead .style-lead--link {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.style-sec .style-lead .style-lead--link li a {
  display: inline-block;
  margin-top: 36px;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
}
.style-sec.style-sec01, .style-sec.style-sec05 {
  background: #fff0ed;
}
.style-sec.style-sec01 .style-head-number,
.style-sec.style-sec01 .style-head-title,
.style-sec.style-sec01 .slider_detail--main > li dl dd span, .style-sec.style-sec05 .style-head-number,
.style-sec.style-sec05 .style-head-title,
.style-sec.style-sec05 .slider_detail--main > li dl dd span {
  color: #e4aaa4;
}
.style-sec.style-sec01 .style-lead--main,
.style-sec.style-sec01 .style-lead--link, .style-sec.style-sec05 .style-lead--main,
.style-sec.style-sec05 .style-lead--link {
  color: #c77f77;
}
.style-sec.style-sec01 .main_slider, .style-sec.style-sec05 .main_slider {
  background: #e4aaa4;
}
.style-sec.style-sec02, .style-sec.style-sec06 {
  background: #f5faff;
}
.style-sec.style-sec02 .style-head-number,
.style-sec.style-sec02 .style-head-title,
.style-sec.style-sec02 .slider_detail--main > li dl dd span, .style-sec.style-sec06 .style-head-number,
.style-sec.style-sec06 .style-head-title,
.style-sec.style-sec06 .slider_detail--main > li dl dd span {
  color: #87a8d0;
}
.style-sec.style-sec02 .style-lead--main,
.style-sec.style-sec02 .style-lead--link, .style-sec.style-sec06 .style-lead--main,
.style-sec.style-sec06 .style-lead--link {
  color: #87a8d0;
}
.style-sec.style-sec02 .main_slider, .style-sec.style-sec06 .main_slider {
  background: #87a8d0;
}
.style-sec.style-sec03, .style-sec.style-sec07 {
  background: #fbf8ee;
}
.style-sec.style-sec03 .style-head-number,
.style-sec.style-sec03 .style-head-title,
.style-sec.style-sec03 .slider_detail--main > li dl dd span, .style-sec.style-sec07 .style-head-number,
.style-sec.style-sec07 .style-head-title,
.style-sec.style-sec07 .slider_detail--main > li dl dd span {
  color: #f1bb5e;
}
.style-sec.style-sec03 .style-lead--main,
.style-sec.style-sec03 .style-lead--link, .style-sec.style-sec07 .style-lead--main,
.style-sec.style-sec07 .style-lead--link {
  color: #f1bb5e;
}
.style-sec.style-sec03 .main_slider, .style-sec.style-sec07 .main_slider {
  background: #f1bb5e;
}
.style-sec.style-sec04, .style-sec.style-sec08 {
  background: #f2fbfd;
}
.style-sec.style-sec04 .style-head-number,
.style-sec.style-sec04 .style-head-title,
.style-sec.style-sec04 .slider_detail--main > li dl dd span, .style-sec.style-sec08 .style-head-number,
.style-sec.style-sec08 .style-head-title,
.style-sec.style-sec08 .slider_detail--main > li dl dd span {
  color: #69a1ae;
}
.style-sec.style-sec04 .style-lead--main,
.style-sec.style-sec04 .style-lead--link, .style-sec.style-sec08 .style-lead--main,
.style-sec.style-sec08 .style-lead--link {
  color: #69a1ae;
}
.style-sec.style-sec04 .main_slider, .style-sec.style-sec08 .main_slider {
  background: #69a1ae;
}

.main_slider {
  margin-top: 60px;
}
.main_slider .swiper-wrapper .swiper-slide img {
  max-width: 85%;
  margin: 0 auto;
  border: solid 3px #fff;
}
.main_slider .main_slider_title {
  font-size: 30px;
  font-family: "ivyora-display", serif;
  color: #fff;
  text-align: center;
}
.main_slider .main_slider_title + .swiper-wrapper {
  margin-top: 30px;
}
.main_slider .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .main_slider .swiper-pagination {
    margin-top: 20px;
  }
}
.main_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #B5B5B5;
  opacity: 1;
  margin: 0 !important;
}
.main_slider .swiper-pagination-bullet-active {
  background-color: #846E57;
}

.slider {
  padding: 60px 0;
  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 {
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.5s;
}
.slider .slider_detail .slider_detail--text {
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.slider .slider_detail .slider_detail--main {
  min-height: 145px;
  width: 56%;
  margin: 30px auto 0;
  font-size: 11px;
  text-align: left;
}
.slider .slider_detail .slider_detail--main > li {
  width: 100%;
  text-align: left;
  color: #fff;
}
.slider .slider_detail .slider_detail--main > li a {
  text-align: left;
  color: #fff;
}
.slider .slider_detail .slider_detail--main > li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider .slider_detail .slider_detail--main > li dl dt {
  font-weight: 400;
}
.slider .slider_detail .slider_detail--main > li dl dd {
  display: flex;
  justify-content: space-between;
}
.slider .slider_detail .slider_detail--main > li dl dd span {
  display: block;
  margin-left: auto;
  padding: 2px 7px;
  background-color: #fff;
  font-size: 10px;
  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 .swiper-button-prev,
.slider .swiper-button-next {
  width: 24px;
  height: 24px;
  top: 320px;
  z-index: 10;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .slider .swiper-button-prev,
.slider .swiper-button-next {
    top: 320px;
  }
}
.slider .swiper-button-prev svg,
.slider .swiper-button-next svg {
  display: none;
}
.slider .swiper-button-prev::before,
.slider .swiper-button-next::before {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/slider-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.slider .swiper-button-prev {
  left: 40px;
}
.slider .swiper-button-next {
  right: 40px;
}
.slider .swiper-button-next::before {
  transform: rotate(180deg);
}

.swiper-slide-active .slider_detail {
  opacity: 1;
}

/* credit *********************/
.credit {
  padding: 80px 0;
  background: #fff4e8;
}
.credit .credit-title {
  text-align: center;
  font-family: Forum;
  font-size: 30px;
  color: #69a1ae;
}
.credit .credit-title span {
  display: block;
  font-size: 20px;
}
.credit .credit-model {
  margin: 40px 0 0;
}
.credit .credit-model .swiper-wrapper {
  transition-timing-function: linear;
}
.credit .credit-model .credit-model-item {
  text-align: center;
}
.credit .credit-model .credit-model-item > div {
  margin: 0 5px;
}
.credit .credit-model .credit-model-item > div figure {
  border-radius: 50%;
  overflow: hidden;
}
.credit .credit-model .credit-model-item > div > * + * {
  margin: 10px 0 0;
}
.credit .credit-model .credit-model-item > div > p {
  font-size: 12px;
  color: #69a1ae;
}
.credit .credit-model .credit-model-item > div > a {
  display: block;
  font-size: 12px;
  color: #69a1ae;
}
.credit .credit-model + .credit-title {
  margin: 70px 0 0;
}
@media screen and (min-width: 1000px) {
  .credit .credit-model + .credit-title {
    margin: 40px 0 0;
  }
}
.credit .cledit-other {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #69a1ae;
}
.credit .cledit-other > dt {
  width: calc(50% - 10px);
  text-align: right;
  font-weight: 400;
}
.credit .cledit-other > dd {
  width: calc(50% - 10px);
  text-align: left;
}

/* 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: 1000px) {
  .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: 1000px) {
  .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: 1000px) {
  .sp_only {
    display: none;
  }
}
.pc_only {
  display: none;
}

@media screen and (min-width: 1000px) {
  .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 */