@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  -webkit-box-sizing: content-box;
  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.
 */
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 */
  -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;
  font-weight: bold;
}

html {
  color: #431608;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; /* ←入ってから0.3秒後に動き出す */
}

body {
  font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Shippori Mincho', sans-serif, serif;
  line-height: 1.4;
}
body.is-menu_open {
  overflow: hidden;
}

.kv {
  position: relative;
  z-index: 0;
}
.kv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #fff284;
  z-index: -1;
}

.section {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 60px;
  }
}

.width85 {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bgblown {
    background-color: #431608;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.section_title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 22px;
  }
}

.inner_section {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner_section {
    width: 85%;
  }
}

.p-inner-case {
  width: 62%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-inner-case {
    width: 83%;
  }
}

.section_inner {
  width: 85%;
  margin: 0 auto;
}
.section_inner .title {
  font-family: 'Zen Maru Gothic', sans-serif, serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .section_inner .title {
    font-size: 28px;
    padding-top: 37px;
  }
}
.section_inner .title_underline {
  font-family: 'Zen Maru Gothic', sans-serif, serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_inner .title_underline {
    font-size: 28px;
    padding-top: 37px;
  }
}
.section_inner .title_underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 350px;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .section_inner .title_underline::after {
    max-width: 100%;
  }
}
.section_inner .sub {
  font-family: 'Zen Kaku Gothic New', sans-serif, serif;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .section_inner .sub {
    text-align: left;
    margin-top: 15px;
    line-height: 1.75;
  }
}
.section_inner .pan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 58px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .section_inner .pan__list {
    display: block;
    gap: 15px;
    margin-top: 34px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
}
.section_inner .pan__list--link {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_inner .pan__list--link {
    display: inline;
  }
}
.section_inner .pan__list--link::after {
  content: '>';
  position: static;
  top: -8%;
  margin-left: 8px;
  color: #431608;
}
@media screen and (max-width: 768px) {
  .section_inner .pan__list--link::after {
    margin-left: 3px;
  }
}
.section_inner .pan__list--link:last-child::after {
  content: none;
}
.section_inner .category_list {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section_inner .category_list {
    margin-top: 7px;
    font-size: 13px;
  }
}
.section_inner .category_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .section_inner .category_list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.section_inner .category_list__item li {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section_inner .category_list__item li {
    width: 86px;
    height: 26px;
  }
}
.section_inner .category_list__item--1 {
  color: #431608;
}
@media screen and (max-width: 768px) {
  .section_inner .category_list__item--1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section_inner .category_list__item--2 {
  background-color: #78b26e;
}
.section_inner .category_list__item--3 {
  background-color: #f7885f;
}
.section_inner .category_list__item--4 {
  background-color: #b27e6e;
}
.section_inner .category_list__item--5 {
  background-color: #6c8cb7;
}

.section_title {
  font-size: 40px;
  letter-spacing: 0.04em;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
@media screen and (max-width: 768px) {
  .section_title {
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    display: block;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
}

.l-header {
  background-color: #fff284;
  min-height: 150 px;
  font-size: 17px;
  /* 固定スクロール"選書のご相談はこちら" */
}
.l-header__inner {
  padding-top: 35px;
  padding-bottom: 30px;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    display: none;
  }
}
.l-header__inner .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__inner .logo__link--sub {
  margin-left: 20px;
}
.l-header__inner .logo__link--sub p {
  font-size: 14px;
}
.l-header__inner .logo__link--sub__textlogo {
  margin-top: 10px;
}
.l-header__inner .gnav {
  font-weight: bold;
}
.l-header__inner .gnav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header__inner .gnav__btn--cta {
  font-size: 18px;
  color: #ffffff;
}
.l-header__inner .gnav__btn--cta a {
  background-color: #ed946d;
  border-radius: 100px;
  padding: 6px 42px;
  margin-right: 16px;
  display: block;
  line-height: 1.6;
}
.l-header__inner .gnav__btn--sns a {
  display: inline-block;
}
.l-header__inner .gnav__btn--sns a:not(:last-child) {
  margin-right: 10px;
}
.l-header__inner .gnav__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__inner .gnav__list__link {
  position: relative;
}
.l-header__inner .gnav__list__link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__inner .gnav__list__link:hover::after {
  width: 100%;
}
.l-header__inner .gnav__list__link:hover::after {
  opacity: 1;
}
.l-header__inner .gnav__list__link:not(:last-child) {
  margin-right: 35px;
}
.l-header__inner .gnav__list__link:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #431608;
  position: absolute;
  right: -17.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header__inner .gnav__list .hover_menu {
  z-index: 50;
  position: relative;
}
.l-header__inner .gnav__list .hover_menu .hover_link {
  margin-top: 0;
  padding-top: 10px;
  font-size: 15px;
  background-color: rgba(255, 242, 132, 0.7);
  position: absolute;
  left: -20px;
  top: 100%;
}
.l-header__inner .gnav__list .hover_menu .hover_link--item {
  width: 140px;
  padding: 8px 6px;
  border-bottom: solid 1px #431608;
  background-color: rgba(255, 242, 132, 0.7);
}
.l-header__inner .gnav__list .hover_menu .hover_link--item a {
  margin-left: 12px;
  width: 100%;
  height: 100%;
  display: block;
}
.l-header .fixed_button {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 50px;
}
.l-header .fixed_button__link {
  display: block;
  position: relative;
  content: '';
  background-color: #431608;
  color: #ffffff;
  border-radius: 20px 0 0 20px;
  width: 155px;
  height: 180px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.18;
}
@media screen and (max-width: 768px) {
  .l-header .fixed_button__link {
    width: 80px;
    height: 93px;
    font-size: 12px;
    line-height: 1.16;
  }
}
.l-header .fixed_button__link .text {
  display: block;
  padding-left: 25px;
  padding-top: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-header .fixed_button__link .text {
    padding: 0;
    top: 5px;
    position: relative;
    top: 11px;
    left: 12px;
  }
}
.l-header .fixed_button__link::before {
  position: absolute;
  content: '';
  width: 88px;
  height: 2px;
  background-color: #fff;
  right: 30px;
  bottom: 35px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .l-header .fixed_button__link::before {
    width: 44px;
    bottom: 16px;
    right: 16px;
  }
}
.l-header .fixed_button__link::after {
  content: '';
  position: absolute;
  right: 27px;
  bottom: 44px;
  width: 26px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .l-header .fixed_button__link::after {
    width: 13px;
    right: 13px;
    bottom: 20px;
  }
}
.l-header .fixed_button__link:hover {
  background-color: #d67c55;
}
.l-header--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header--sp {
    background-color: #fff284;
    display: block;
  }
}
.l-header--sp__inner {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header--sp__inner__logo {
  margin-top: 15px;
  margin-left: 15px;
}
.l-header--sp__inner__title {
  margin-top: 15px;
}
.l-header--sp .sp-menu {
  z-index: 9999;
  color: #431608;
  display: none;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .l-header--sp .sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff284;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header--sp .sp-menu .ham .ham-list .ham-list--close {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .l-header--sp .sp-menu .ham .ham-list .ham-list--close span {
    font-size: 30px;
    position: relative;
    right: 20px;
    top: 10px;
  }
}
.l-header--sp .sp-menu .ham .ham-list .ham-list--item:not(:nth-child(4)) {
  border-bottom: #431608 solid 1px;
}
@media screen and (max-width: 768px) {
  .l-header--sp .sp-menu .ham .ham-list .ham-list--item {
    text-align: center;
  }
}
.l-header--sp .sp-menu .ham .ham-list .ham-list--item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.l-header--sp .sp-menu .ham .ham-list .ham-list--item .dot:not(:last-of-type) {
  border-bottom: #431608 dashed 1px;
}
.l-header--sp .sp-menu .ham .ham-list .ham-list--item .dot:last-of-type {
  background-color: #431608;
  color: #fff284;
}
.l-header--sp .sp-menu .ham .ham-list .ham-list--item .dot a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

main {
  background-color: #fdfaeb;
}

.l-footer {
  padding-top: 65px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 60px;
  }
}
.l-footer__inner {
  width: 88%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: none;
  }
}
.l-footer__inner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__inner .wrapper .links {
  font-size: 15px;
  line-height: 2.1;
  color: #8d665a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__inner .wrapper .links__list:not(:last-child) {
  margin-right: 65px;
}
.l-footer__inner .wrapper .links__list--sub {
  margin-left: 15px;
}
.l-footer__inner .copyright {
  color: #8d665a;
}
.l-footer__inner .copyright__sns a {
  display: inline-block;
}
.l-footer__inner .copyright__sns a:not(:last-child) {
  margin-right: 10px;
}
.l-footer__inner .copyright__copy {
  display: block;
  margin-top: 6px;
}
.l-footer .l-fbg {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .l-fbg {
    display: none;
  }
}
.l-footer .l-fbg img {
  width: 100%;
}
.l-footer .l-fbg__cta {
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-footer .l-fbg__cta a {
  display: inline-block;
  background-color: #ed946d;
  color: #fff;
  padding: 20px 72px;
  border-radius: 100px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .l-footer .sp-footer {
    color: #8d665a;
    font-size: 15px;
    text-align: center;
  }
  .l-footer .sp-footer__list--item {
    width: 84%;
    margin: 0 auto;
    border-bottom: solid 1px #d9beb5;
  }
  .l-footer .sp-footer__list--item:first-of-type {
    border-top: solid 1px #d9beb5;
  }
  .l-footer .sp-footer__list--item a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .l-footer .sp-footer__sns {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer .sp-footer__sns i {
    display: block;
  }
  .l-footer .sp-footer small {
    display: inline-block;
    margin-top: 10px;
  }
  .l-footer .sp-footer__bg {
    position: relative;
  }
  .l-footer .sp-footer__bg a {
    padding: 13px 25px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #ed946d;
    border-radius: 23px;
    position: absolute;
    top: 40%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.sp-footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-footer {
    display: block;
    color: #8d665a;
    font-size: 15px;
    text-align: center;
  }
  .sp-footer__list--item {
    width: 84%;
    margin: 0 auto;
    border-bottom: solid 1px #d9beb5;
  }
  .sp-footer__list--item a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .sp-footer__list--item:nth-of-type(4) {
    border-top: solid 1px #d9beb5;
  }
  .sp-footer__list .sp-service-wrapper {
    position: relative;
  }
  .sp-footer__list .sp-service-wrapper .sp-service-link a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .sp-footer__list .sp-service-wrapper .sp-servicemenu--link a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .sp-footer__sns {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp-footer__sns i {
    display: block;
  }
  .sp-footer small {
    display: inline-block;
    margin-top: 10px;
  }
  .sp-footer__bg {
    position: relative;
  }
  .sp-footer__bg a {
    padding: 13px 25px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #ed946d;
    border-radius: 23px;
    position: absolute;
    top: 40%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.c-btn--primary {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  background-color: #431608;
  max-width: 360px;
  height: 60px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.c-btn--primary:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-btn--primary {
    font-size: 14px;
    max-width: 288px;
    max-height: 45px;
  }
}
.c-btn--primary a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn--primary a i {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn--primary a img {
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-btn--primary a img {
    max-width: 40px;
    height: auto;
  }
}

.c-btn--primary_mail .pc {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  background-color: #431608;
  max-width: 360px;
  height: 60px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.c-btn--primary_mail .pc:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-btn--primary_mail .pc {
    display: none;
  }
}
.c-btn--primary_mail .pc a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn--primary_mail .pc a i {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-btn--primary_mail .pc a img {
  display: block;
  height: auto;
}
.c-btn--primary_mail .sp {
  display: none;
}
.c-btn--primary_mail .sp:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-btn--primary_mail .sp {
    color: #fff;
    margin: 0 auto;
    background-color: #431608;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 14px;
    max-width: 116px;
    max-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn--primary_mail .sp a {
    text-align: center;
    padding: 15px 5px;
  }
}

.c-btn__category__1 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.c-btn__category__1:hover {
  opacity: 0.6;
}
.c-btn__category__1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-btn__category__1 a {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  body.home .kv {
    padding-bottom: 44px;
  }
}
body.home .kv__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home .kv__item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home .kv__item img {
    min-height: 77%;
  }
}
body.home .top {
  width: 84%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body.home .top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
body.home .top .wrapper .p-sub {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-sub__pic {
    position: absolute;
    left: 32px;
    top: -27px;
  }
}
body.home .top .wrapper .p-sub__title {
  font-size: 42px;
  margin-top: 5px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-sub__title {
    font-size: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
body.home .top .wrapper .p-picture {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-picture {
    gap: 18px;
    margin-top: 23px;
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
  }
}
body.home .top .wrapper .p-picture__item {
  max-width: 35%;
  border-radius: 200px;
  overflow: hidden;
  height: 342px;
  width: 256px;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-picture__item {
    height: 207px;
    width: 155px;
  }
}
body.home .top .wrapper .p-picture__item:nth-child(odd) {
  position: relative;
  top: 50px;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-picture__item:nth-child(odd) {
    top: 35px;
  }
}
body.home .top .wrapper .p-picture__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  body.home .top .wrapper .p-picture__item img {
    width: 155px;
    height: 207px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
body.home .bgmiddle {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .bgmiddle_bg {
    max-width: 100vh;
    height: 532px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.home .bgmiddle_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
body.home .p-comment {
  width: 100%;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.home .p-comment {
    font-size: 16px;
    max-width: 67%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
body.home .p-comment__detail {
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  body.home .p-comment__detail {
    line-height: 1.8;
    max-width: 300px;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  body.home .p-comment__detail:last-of-type {
    margin-bottom: 45px;
  }
}
body.home .p-comment__detail br {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .p-comment__detail br {
    display: inline;
  }
}
body.home .p-comment__detail:not(:first-child) {
  margin-top: 40px;
}
body.home .calender {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.home .calender {
    max-width: 80%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
body.home .calender__img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.home .calender__img {
    margin-top: 8px;
  }
}
body.home .feature {
  background-image: url(../images/home/bg_feature.png);
}
@media screen and (max-width: 768px) {
  body.home .feature {
    border-top-left-radius: 50px;
    /* 左上の角のみ丸く */
  }
}
body.home .feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .feature__wrapper {
    gap: 11px;
  }
}
@media screen and (max-width: 768px) {
  body.home .feature__wrapper .p-img {
    max-width: 34px;
  }
}
body.home .feature .feature_list {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  body.home .feature .feature_list {
    width: 100%;
    display: block;
  }
}
body.home .feature .feature_list .item_wrapper {
  width: 355px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .feature .feature_list .item_wrapper {
    width: 100%;
  }
}
body.home .feature .feature_list .item_wrapper__img {
  height: 198px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .feature .feature_list .item_wrapper__img {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  body.home .feature .feature_list .item_wrapper__img img {
    width: 100%;
  }
}
body.home .feature .feature_list .item_wrapper__head {
  font-size: 14px;
  font-family: 'Shippori Mincho', sans-serif, serif;
  margin-top: 30px;
}
body.home .feature .feature_list .item_wrapper__content {
  font-size: 28px;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.home .feature .feature_list .item_wrapper__content {
    max-width: 80%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 13px;
  }
}
body.home .feature .feature_btn {
  font-size: 18px;
  margin: 50px auto 0;
  width: 360px;
  height: 60px;
  color: #fff;
  background-color: #431608;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.home .feature .feature_btn--1 {
  margin-right: 5px;
}
body.home .top-service {
  background-image: url(../images/home/bg_service_01.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body.home .top-service {
    background-color: #ebdaca;
    background-image: url(../images/home/bg_service_02.png);
  }
}
body.home .topservice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .topservice-wrapper {
    gap: 10px;
  }
}
body.home .service_list {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.home .service_list {
    text-align: center;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
body.home .service_list__item {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  body.home .service_list__item {
    max-width: 76%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/home/bg_service-03.png);
    background-size: 100% 240px;
    background-repeat: no-repeat;
  }
}
body.home .service_list__item img {
  width: 330px;
  height: 244px;
}
body.home .service_list__item--subhead {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}
body.home .service_list__item--charm {
  margin-top: 25px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.home .service_list__item--charm {
    margin-bottom: 50px;
  }
}
body.home .top-notice {
  background-image: url(../images/home/bg_notice.png);
}
@media screen and (max-width: 768px) {
  body.home .top-notice {
    border-top-left-radius: 50px;
    /* 左上の角のみ丸く */
  }
}
body.home .top-notice__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .top-notice__wrapper {
    gap: 11px;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-notice__wrapper img {
    max-width: 33px;
  }
}
body.home .notice_list--item {
  border-bottom: 1px solid #d8c7c2;
  padding-top: 15px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body.home .notice_list--item:first-child {
  border-top: 1px solid #d8c7c2;
}
body.home .notice_list--item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.home .notice_list--item--content .date {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.home .notice_list--item--content .date {
    font-size: 14px;
  }
}
body.home .notice_list--item--content .tag {
  text-align: center;
  width: 62px;
  height: 17px;
  font-size: 11px;
  color: #b27e6e;
  border: solid 1px #b27e6e;
  border-radius: 100px;
}
body.home .notice_list--item--detail {
  font-size: 18px;
  color: #b27e6e;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.home .notice_list--item--detail {
    font-size: 15px;
  }
}
body.home .top-insta {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .top-insta {
    background-color: #ebdaca;
    background-image: url(../images/home/bg_insta.png);
    background-size: cover;
    padding-bottom: 40px;
  }
}
body.home .top-insta h3 {
  padding-top: 100px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width: 768px) {
  body.home .top-insta h3 {
    padding-top: 78px;
    font-size: 26px;
  }
}
body.home #sb_instagram {
  margin-bottom: 40px;
}
body.home .insta-icon {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.home .insta-icon {
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 32px;
    height: auto;
  }
}
body.home .insta_list {
  margin-top: 35px;
  margin-bottom: 35px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 5px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
body.home .insta_list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.home .insta_list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.home .insta_list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
body.home .insta_list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
body.home .insta_list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.home .insta_list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body.home .insta_list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
body.home .insta_list > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (max-width: 768px) {
  body.home .insta_list {
    margin-top: 43px;
    overflow: hidden;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr) [2];
    grid-template-rows: repeat(2, 1fr);
    max-width: 100vw;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    position: relative;
  }
  body.home .insta_list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.home .insta_list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body.home .insta_list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.home .insta_list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body.home .insta_list > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  body.home .insta_list > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
body.home .insta_list--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home .insta_list--pic:nth-child(4),
  body.home .insta_list--pic:nth-child(8) {
    display: none;
  }
}
body.home .top-mailmagazine {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine {
    padding-bottom: 0px;
  }
}
body.home .top-mailmagazine .p-mailmagazine {
  text-align: center;
  max-width: 800px;
  margin: 90px auto 0;
  background-color: #fff284;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine {
    margin-top: 50px;
  }
}
body.home .top-mailmagazine .p-mailmagazine::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 2px solid #431608;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
body.home .top-mailmagazine .p-mailmagazine .c-icon--mail {
  display: inline-block;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine .c-icon--mail {
    padding-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine .c-icon--mail img {
    width: 27.5px;
    height: auto;
  }
}
body.home .top-mailmagazine .p-mailmagazine__title {
  line-height: 1.65;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
body.home .top-mailmagazine .p-mailmagazine__title .en {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine__title .en {
    font-size: 20px;
  }
}
body.home .top-mailmagazine .p-mailmagazine__title .ja {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine__title .ja {
    font-size: 16px;
  }
}
body.home .top-mailmagazine .p-mailmagazine__form {
  margin-top: 10px;
}
body.home .top-mailmagazine .p-mailmagazine__form input {
  margin-bottom: 35px;
  text-align: left;
  padding-left: 35px;
  width: 636px;
  height: 75px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine__form input {
    max-width: 65%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
body.home .top-mailmagazine .p-mailmagazine__form input::-webkit-input-placeholder {
  font-size: 24px;
  color: #b27e6e;
}
body.home .top-mailmagazine .p-mailmagazine__form input::-moz-placeholder {
  font-size: 24px;
  color: #b27e6e;
}
body.home .top-mailmagazine .p-mailmagazine__form input:-ms-input-placeholder {
  font-size: 24px;
  color: #b27e6e;
}
body.home .top-mailmagazine .p-mailmagazine__form input::-ms-input-placeholder {
  font-size: 24px;
  color: #b27e6e;
}
body.home .top-mailmagazine .p-mailmagazine__form input::placeholder {
  font-size: 24px;
  color: #b27e6e;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine__form input::-webkit-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  body.home .top-mailmagazine .p-mailmagazine__form input::-moz-placeholder {
    font-size: 14px;
    text-align: center;
  }
  body.home .top-mailmagazine .p-mailmagazine__form input:-ms-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  body.home .top-mailmagazine .p-mailmagazine__form input::-ms-input-placeholder {
    font-size: 14px;
    text-align: center;
  }
  body.home .top-mailmagazine .p-mailmagazine__form input::placeholder {
    font-size: 14px;
    text-align: center;
  }
}
body.home .top-mailmagazine .p-mailmagazine__lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.home .top-mailmagazine .p-mailmagazine__lead {
    font-size: 16px;
    text-align: center;
    max-width: 320px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 28px;
  }
}

.kv .swiper-horizontal > .swiper-pagination-bullets,
.kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.kv .swiper-pagination-custom,
.kv .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 78px);
}

.kv .swiper-pagination-bullet {
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
}

.feature_list .item_wrapper__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.home .service_list {
  gap: 30px;
  padding: 0 20px;
}

body.home .service_list__item {
  width: 33.3333333333%;
}

body.home .service_list__item img {
  height: auto;
}

body.about .kv img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body.about .kv img {
    min-height: 77%;
  }
}
body.about .intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.about .intro_wrapper .wrapper_items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.about .intro_wrapper .wrapper_items__sub {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper .wrapper_items__sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper .wrapper_items__sub br {
    display: none;
  }
}
body.about .intro_wrapper .wrapper_items__details {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper .wrapper_items__details {
    font-size: 13px;
  }
}
body.about .intro_wrapper .wrapper_items__details:not(:first-of-type) {
  margin-top: 35px;
}
body.about .intro_wrapper .intro_pic {
  width: 565px;
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper .intro_pic {
    width: 100%;
  }
}
body.about .intro_wrapper .intro_pic img {
  height: 369px;
}
@media screen and (max-width: 768px) {
  body.about .intro_wrapper .intro_pic img {
    height: 232px;
    width: 356px;
  }
}
body.about .name_wrapper {
  background-color: #fff;
  border: solid #431608 1px;
  border-radius: 20px;
}
body.about .name_wrapper .name_wrapper__description {
  width: 91%;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  body.about .name_wrapper .name_wrapper__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.about .name_wrapper .name_wrapper__description .logo_wrapp {
  width: 215px;
}
body.about .name_wrapper .name_wrapper__description .logo_wrapp img {
  width: 100%;
}
body.about .name_wrapper .name_wrapper__description--words {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.about .name_wrapper .name_wrapper__description--words {
    font-size: 12px;
  }
}
body.about .name_wrapper .name_wrapper__description--words__word {
  line-height: 1.75;
}
body.about .name_wrapper .name_wrapper__description--words__word:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.about .name_wrapper .name_wrapper__description--words__word:not(:first-of-type) {
    margin-top: 28px;
  }
}
body.about #history {
  background-image: url(../images/about/bg_history.png);
}
body.about #history .history_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.about #history .history_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.about #history .history_wrapper .history_img {
  width: 417px;
}
@media screen and (max-width: 768px) {
  body.about #history .history_wrapper .history_img {
    width: 100%;
  }
}
body.about #history .history_wrapper .history_img img {
  height: 281px;
}
@media screen and (max-width: 768px) {
  body.about #history .history_wrapper .history_img img {
    height: 219px;
    width: 356px;
  }
}
body.about #history .history_wrapper__words {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body.about #history .history_wrapper__words {
    font-size: 13px;
  }
}
body.about #history .history_wrapper__words--item:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.about #history .history_wrapper__words--item:not(:first-of-type) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  body.about #about-feature {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.about #about-feature .bgc {
    width: 100%;
    background-color: #431608;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.about #about-feature .features_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body.about #about-feature .features_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
}
body.about #about-feature .features_wrapper__item {
  width: 331px;
}
body.about #about-feature .features_wrapper__item--num {
  text-align: center;
  font-size: 14px;
  font-family: 'Shippori Mincho', sans-serif, serif;
}
body.about #about-feature .features_wrapper__item--head {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
body.about #about-feature .features_wrapper__item--pic {
  margin-top: 15px;
}
body.about #about-feature .features_wrapper__item--description {
  margin-top: 20px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body.about #about-feature .features_wrapper__item--description {
    font-size: 13px;
  }
}
body.about #about-help .inner_section .bg-yellow {
  background-color: #fff17c;
  padding: 18px;
}
body.about #about-help .inner_section .bg-yellow .border {
  border: #431608 solid 1px;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border {
    padding-top: 42px;
    padding-bottom: 26px;
  }
}
body.about #about-help .inner_section .bg-yellow .border h2 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border h2 .sp {
    display: block;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist {
  width: 82%;
  margin: 45px auto 30px;
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item--title {
  font-family: 'Zen Maru Gothic', sans-serif, serif;
  height: 50px;
  color: #fff;
  background-color: #431608;
  border-radius: 40px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item--title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 21px solid #431608;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helplist__item--title::before {
    bottom: -10px;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .line {
  line-height: 1.2;
  height: 66px;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .line {
    text-align: center;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .line br {
  display: none;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .line br {
    display: block;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item--detail {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helplist__item--detail {
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.92;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helplist__item .sp {
    display: inline;
  }
}
body.about #about-help .inner_section .bg-yellow .border .p-helpbtn {
  width: 265px;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #431608;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.about #about-help .inner_section .bg-yellow .border .p-helpbtn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.about #about-help .inner_section .bg-yellow .border .p-helpbtn a img {
  position: relative;
  top: 8px;
  right: -5px;
}
@media screen and (max-width: 768px) {
  body.about #about-help .inner_section .bg-yellow .border .p-helpbtn a img {
    top: 0;
  }
}
body.about #about-voice .voice-wrapper__item {
  border: solid 1px #707070;
  width: 345px;
  background-color: #fff;
  font-size: 13px;
}
body.about #about-voice .voice-wrapper__item__inner {
  width: 88%;
  margin: 20px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.about #about-voice .voice-wrapper__item__inner {
    width: 90%;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
body.about #about-voice .voice-wrapper__item__inner--detail {
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  body.about #about-voice .voice-wrapper__item__inner--detail {
    font-size: 13px;
    text-align: justify;
  }
}
body.about #about-voice .voice-wrapper__item__inner--btn {
  margin-top: 10px;
  width: 105px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 27px;
  color: #431608;
  background-color: #ebdaca;
  border: 1px solid #ebdaca;
  border-radius: 14px;
  text-align: center;
  padding-top: 4.5px;
}
@media screen and (max-width: 768px) {
  body.about #about-voice .voice-wrapper__item__inner--btn {
    bottom: 32px;
  }
}
body.about #about-voice .voice-wrapper__item__inner--customer {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  body.about #about-voice .voice-wrapper__item__inner--customer {
    margin-top: 47px;
  }
}
body.about #about-voice .swiper_container {
  position: relative;
  padding: 0 2px;
}
body.about #about-voice .swiper_container .swiper .voice-wrapper__item {
  border: solid 1px #707070;
  width: 345px;
  background-color: #fff;
  font-size: 13px;
}
body.about #about-voice .swiper_container .swiper .voice-wrapper__item__inner {
  width: 88%;
  margin: 20px auto;
}
body.about #about-voice .swiper_container .swiper .voice-wrapper__item__inner--detail {
  line-height: 1.9;
}
body.about #about-voice .swiper_container .swiper .voice-wrapper__item__inner--btn {
  margin-top: 10px;
  width: 105px;
  height: 30px;
  text-align: right;
  color: #431608;
  background-color: #ebdaca;
  border: 1px solid #ebdaca;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.about #about-voice .swiper_container .swiper .voice-wrapper__item__inner--customer {
  margin-top: 10px;
}
body.about #about-voice .swiper_container .swiper-button-next,
body.about #about-voice .swiper_container .swiper-button-prev {
  color: #431608;
  width: 20px;
}
body.about #about-voice .swiper_container .swiper-button-next {
  right: -55px;
}
body.about #about-voice .swiper_container .swiper-button-prev {
  left: -55px;
}
body.about #about-voice .swiper_container .swiper-pagination-bullet-active {
  background-color: #431608;
}
@media screen and (max-width: 768px) {
  body.about #childbook-service {
    padding-bottom: 46px;
  }
}
body.about #childbook-service .bground-yellow {
  background-color: #fff17c;
  border-radius: 190px;
}
@media screen and (max-width: 768px) {
  body.about #childbook-service .bground-yellow {
    padding-bottom: 100px;
  }
}
body.about #childbook-service .bground-yellow--inner {
  padding-top: 65px;
  width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.about #childbook-service .bground-yellow--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 120px;
    gap: 20px;
    width: 83%;
  }
}
body.about #childbook-service .bground-yellow--inner__wrapper {
  width: 360px;
  text-align: center;
}
body.about #childbook-service .bground-yellow--inner__wrapper h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.about #childbook-service .bground-yellow--inner__wrapper h2 {
    font-size: 28px;
  }
}
body.about #childbook-service .bground-yellow--inner__wrapper i {
  display: inline-block;
  margin-top: 10px;
}
body.about #childbook-service .bground-yellow--inner__text--detail {
  line-height: 1.8;
  max-width: 312px;
}
body.about #childbook-service .bground-yellow--inner__text a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.about #childbook-service .bground-yellow--inner__text .btn {
  gap: 8px;
  max-width: 234px;
  height: 45px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  body.about #childbook-service .bground-yellow--inner__text .btn {
    margin-top: 24px;
  }
}
body.about #childbook-service .bground-yellow--inner__text .btn .text {
  font-size: 14px;
  color: #fff;
}
body.about #childbook-service .bground-yellow--inner__text .btn .arrow {
  height: auto;
  width: 40px;
}
body.about #childbook-service .bground-yellow--inner__text .btn .arrow img {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
body.about #childbook-service .bground-yellow--inner__text--btn {
  padding: 12px;
  width: 230px;
  font-size: 14px;
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #431608;
  border-radius: 23px;
}
body.about #childbook-service .bground-yellow--inner__text--btn a {
  width: 100%;
  height: 100%;
}
body.about #childbook-service .bground-yellow--inner__text--btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

body.service .kv img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.service .kv img {
    min-height: 77%;
  }
}
body.service #childbookservice .inner_section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section {
    margin-top: 17px;
  }
}
body.service #childbookservice .inner_section .childbookService-title_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body.service #childbookservice .inner_section .childbookService-title_wrapper--sub {
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 30px;
  margin-left: 118px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbookService-title_wrapper--sub {
    margin-left: 0;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0;
    margin-top: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item {
  margin-top: 76px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item {
    width: 100%;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner {
  display: inline-block;
  margin-bottom: 26px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:last-child {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 100%;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container {
  background-color: #fff17c;
  border-radius: 20px;
  padding: 37px 31px 18px 31px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container {
    padding: 27px 0 22px 0;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--head {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--head {
    font-size: 16px;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--detail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 22px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  position: relative;
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--detail::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--detail {
    width: 87%;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 12px;
  }
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--detail::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #707070;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--link {
  height: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--link {
    margin-top: 20px;
  }
}
body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.service #childbookservice .inner_section .childbook-services-wrapper--item__inner__container--link a img {
    max-width: 20px;
    height: auto;
  }
}
body.service #letter {
  max-width: 84%;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service #letter {
    padding-bottom: 0;
    max-width: 100%;
  }
}
body.service #letter .kinomibin-title-wrapper img {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-title-wrapper img {
    max-width: 40px;
  }
}
body.service #letter .kinomibin-title-wrapper .underlineShort {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-title-wrapper .underlineShort {
    font-size: 22px;
  }
}
body.service #letter .kinomibin-title-wrapper .underlineShort::after {
  content: '';
  display: block;
  width: 48%;
  height: 3px;
  background-color: #431608;
  position: absolute;
  bottom: -17px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
body.service #letter .kinomibin-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-inner {
    display: block;
    margin-top: 38px;
  }
}
body.service #letter .kinomibin-inner__text {
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-inner__text {
    line-height: 1.9;
    margin: 0 auto;
  }
}
body.service #letter .kinomibin-inner__pic {
  max-width: 466px;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-inner__pic {
    max-width: 100%;
    margin-top: 25px;
  }
}
body.service #letter .kinomibin-inner__pic img {
  height: 285px;
}
@media screen and (max-width: 768px) {
  body.service #letter .kinomibin-inner__pic img {
    width: 358px;
    height: 219px;
  }
}
body.service .what-kinomibin.section.inner_section {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section {
    padding-bottom: 40px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin {
  max-width: 84%;
  margin-top: 98px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin {
    max-width: 100%;
    margin-top: 40px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .what-kinomibin-sub {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .what-kinomibin-sub {
    margin-top: 14px;
    font-size: 13px;
    text-align: left;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01 {
  margin-top: 66px;
  position: relative;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 2px;
  background-color: #431608;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01__head {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01__head {
    font-size: 18px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01__text {
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-01__text {
    font-size: 13px;
    margin-top: 7px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__head {
  font-weight: bold;
  font-size: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__head {
    font-size: 18px;
    margin-top: 26px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__text {
  line-height: 1.75;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__text {
    font-size: 13px;
    margin-top: 7px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper {
  margin-top: 30px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 31px;
  -moz-column-gap: 31px;
  column-gap: 31px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper {
    margin-top: 60px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: #431608 solid 1px;
  max-width: 550px;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner:last-child {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner {
    margin-bottom: 10px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  gap: 18px;
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container {
    width: 85%;
    /* -webkit-box-align: start;
    -ms-flex-align: start; */
    /* align-items: flex-start; */
    align-items: center;
    gap: 14px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__head {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__head {
    font-size: 16px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__text {
  width: 100%;
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__text {
    font-size: 13px;
    margin-top: 13.5px;
    line-height: 1.9;
    width: 100%;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  background-color: #431608;
  max-width: 200px;
  height: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn {
    width: 113%;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn .btn i {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn .btn i img {
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__btn .btn i img {
    max-width: 49px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--02 {
  /* width: 150px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--02 img {
  /* height: 150px; */
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--02 img {
    /* height: 170px; */
    width: 100%;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 227, 150, 0.9);
  width: 440px;
  height: 590px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal {
    width: 390px;
    height: 540px;
  }
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal::after {
  content: '';
  display: block;
  width: 479px;
  height: 120px;
  position: absolute;
  top: -100px;
  right: -20px;
  background-image: url(../../../../assets/images/service/childbook/modal_pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner {
  width: 75%;
  margin: 0 auto;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner .modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner .modal-close-btn:hover {
  color: #000;
  background-color: #f5f5f5;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__head {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list {
  margin-top: 25px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list--item .pic {
  width: 86px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list--item .text_inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.service #childbook-flow {
  background-image: url(../images/service/childbook/bg_flow.png);
  padding-top: 75px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow {
    padding-top: 38px;
    padding-bottom: 33px;
  }
}
body.service #childbook-flow .childbook-flow-wrapper {
  max-width: 69%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .textalign {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 56px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item {
    gap: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item:not(:first-of-type) {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item:not(:first-of-type) {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--pic {
  margin-left: 100px;
  max-width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--pic {
    max-width: 60px;
    margin-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--pic img {
    vertical-align: middle;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text {
  margin-left: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text {
    letter-spacing: 0;
    margin-left: 5px;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text__head {
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text__head {
    font-size: 13px;
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text__sub {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--text__sub {
    font-size: 13px;
    margin-top: 0px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--underline {
    width: 100vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--underline:last-of-type {
  display: none;
}
body.service #book-list {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body.service #book-list {
    padding-top: 36px;
    padding-bottom: 65px;
    max-width: 100%;
  }
}
body.service #book-list .childbook-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 69%;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper {
    max-width: 100%;
  }
}
body.service #book-list .childbook-wrapper:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper:not(:first-of-type) {
    margin-top: 28px;
  }
}
body.service #book-list .childbook-wrapper__head {
  font-size: 20px;
  font-weight: bold;
  color: #fff284;
  background-color: #431608;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper__head {
    color: #fff;
  }
}
body.service #book-list .childbook-wrapper__inner {
  background-color: #fff17c;
  padding: 30px 36px 36px 36px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper__inner {
    padding-top: 12px;
    padding-bottom: 29px;
  }
}
body.service #book-list .childbook-wrapper__inner--text {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
body.service #book-list .childbook-wrapper__inner--text span {
  display: block;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper__inner--text {
    font-size: 13px;
    letter-spacing: 0;
  }
}
body.service #book-list .childbook-wrapper__inner--link {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper__inner--link {
    margin-top: 15px;
  }
}
body.service #book-list .childbook-wrapper__inner--link a {
  max-width: 352px;
  font-size: 15px;
  color: #fff284;
  background-color: #431608;
  border-radius: 21px;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body.service #book-list .childbook-wrapper__inner--link a {
    font-size: 3vw;
  }
}
body.service #book-list .delivery-list {
  border: solid 1px #431608;
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .delivery-list {
    padding-bottom: 27px;
  }
}
body.service #book-list .delivery-list__head {
  font-size: 18px;
}
body.service #book-list .delivery-list__head#delivery {
  margin-top: 36px;
}
body.service #book-list .delivery-list__head#gift {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  body.service #book-list .delivery-list__head#gift {
    margin-top: 60px;
  }
}
body.service #book-list .delivery-list__sub {
  position: relative;
  margin-top: 29px;
  margin-right: 36px;
  margin-left: 35px;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0;
}
body.service #book-list .delivery-list__sub::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #431608;
  position: absolute;
  top: -15px;
}

body.corporation .kv img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body.corporation .kv img {
    min-height: 77%;
  }
}
body.corporation #corporation-intro .intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-intro .intro_wrapper {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.corporation #corporation-intro .intro_wrapper .wrapper_items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-intro .intro_wrapper .wrapper_items {
    margin-top: 17px;
  }
}
body.corporation #corporation-intro .intro_wrapper .wrapper_items__details {
  margin-top: 20px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-intro .intro_wrapper .wrapper_items__details {
    font-size: 13px;
    line-height: 1.9;
  }
}
body.corporation #corporation-intro .intro_wrapper .intro_pic {
  width: 568px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-intro .intro_wrapper .intro_pic {
    width: 430px;
  }
}
body.corporation #corporation-intro .intro_wrapper .intro_pic img {
  height: 369px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-intro .intro_wrapper .intro_pic img {
    height: 263px;
  }
}
body.corporation #help {
  position: relative;
  margin: 150px 0;
  background-image: url('../images/service/corporation/bg_haikei_center.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.corporation #help {
    height: 1576px;
    position: relative;
    top: 80px;
    margin: 0;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  body.corporation #help {
    background-image: url('../images/service/corporation/bg_haikei_center_sp.png');
  }
}
body.corporation #help::before,
body.corporation #help::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}
body.corporation #help::before {
  height: 4.68vw;
  background-image: url('../images/service/corporation/before.png');
  top: -4.68vw;
}
@media screen and (max-width: 768px) {
  body.corporation #help::before {
    background-image: url('../images/service/corporation/before_sp.png');
  }
}
body.corporation #help::after {
  height: 5vw;
  background-image: url('../images/service/corporation/after.png');
  bottom: -5vw;
}
@media screen and (max-width: 768px) {
  body.corporation #help::after {
    background-image: url('../images/service/corporation/after_sp.png');
  }
}
body.corporation #help .inner_section {
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section {
    width: 365px;
  }
}
body.corporation #help .inner_section .mt10 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .mt10 {
    font-size: 16px;
  }
}
body.corporation #help .inner_section .bg-content {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content {
    top: 130px;
  }
}
body.corporation #help .inner_section .bg-content .icon-wrap {
  text-align: center;
}
body.corporation #help .inner_section .bg-content .section_title {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .section_title {
    font-size: 24px;
  }
}
body.corporation #help .inner_section .bg-content__comment {
  text-align: center;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content__comment {
    display: none;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner {
    padding: 23px 20px;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner__item {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner__item {
    width: unset;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--head {
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--head {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--pic {
  text-align: center;
  margin: 10px auto;
  max-height: 174px;
  height: 13vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--pic {
    height: 188px;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--pic img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--pic img {
    width: 323px;
  }
}
body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--comment {
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body.corporation #help .inner_section .bg-content .help-wrapper__inner__item--comment {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  body.corporation #help .lineheitht_18 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-inner-case--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body.corporation #case .p-inner-case--sp .icon-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body.corporation #case .p-inner-case--sp .section_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
body.corporation #case .p-case-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content {
    gap: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.corporation #case .p-case-item__content:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content:not(:first-of-type) {
    margin-top: 19px;
  }
}
body.corporation #case .p-case-item__content:not(:last-of-type) {
  border-bottom: dashed 1px #431608;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content:not(:last-of-type) {
    padding-bottom: 19px;
  }
}
body.corporation #case .p-case-item__content__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content__text {
    display: contents;
  }
}
body.corporation #case .p-case-item__content__text--head {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content__text--head {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
body.corporation #case .p-case-item__content__text--sub {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body.corporation #case .p-case-item__content__text--sub {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 1.9;
  }
}
body.corporation #case .p-case-item__content__pic {
  width: 165px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
body.corporation #case .p-case-item__content__pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
body.corporation .p-case-item__content:nth-of-type(4) .p-case-item__content__pic img {
  height: 100%;
}
body.corporation #corporation-flow {
  background-image: url('../images/service/corporation/bg_flow.png');
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .section_title {
    padding: 40px 0 24px;
  }
}
body.corporation #corporation-flow .flow-wrapper {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper {
    padding: 0;
    width: 100%;
  }
}
body.corporation #corporation-flow .flow-wrapper__item {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper__item {
    height: unset;
    gap: 15px;
  }
}
body.corporation #corporation-flow .flow-wrapper__item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper__item:not(:first-of-type) {
    margin-top: 17px;
  }
}
body.corporation #corporation-flow .flow-wrapper__item--pic {
  width: 130px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper__item--pic {
    margin-left: 0;
    width: 70px;
  }
  body.corporation #corporation-flow .flow-wrapper__item--pic img {
    margin: 0;
  }
}
body.corporation #corporation-flow .flow-wrapper__item--text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.corporation #corporation-flow .flow-wrapper__item--text__head {
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif, serif;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper__item--text__head {
    font-size: 13px;
    line-height: 1.9;
  }
}
body.corporation #corporation-flow .flow-wrapper__item--text__sub {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper__item--text__sub {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 7px;
  }
}
body.corporation #corporation-flow .flow-wrapper .underline:not(:last-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper .underline:not(:last-of-type) {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-flow .flow-wrapper .underline img {
    width: 100vw;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.corporation #corporation-charge .charge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
body.corporation #corporation-charge .charge-wrap img {
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-wrap img {
    margin: 0;
    top: 0;
  }
}
body.corporation #corporation-charge .charge-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
}
body.corporation #corporation-charge .charge-content__pic {
  width: 358px;
}
body.corporation #corporation-charge .charge-content__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.corporation #corporation-charge .charge-content__text--head {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-content__text--head {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 34px;
    margin-bottom: 10px;
    width: 358px;
  }
}
body.corporation #corporation-charge .charge-content__text--detail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-content__text--detail {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.corporation #corporation-charge .charge-content__text--contract {
  line-height: 1.75;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body.corporation #corporation-charge .charge-content__text--contract {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  body.tax-cat-select .section,
  body.post-type-archive-select .section {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .section_inner .title,
  body.post-type-archive-select .section_inner .title {
    font-size: 28px;
    letter-spacing: 0.04em;
    padding-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .section_inner .sub,
  body.post-type-archive-select .section_inner .sub {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 20px;
    text-align: center;
  }
}

body.tax-cat-select .category_list,
body.post-type-archive-select .category_list {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .category_list,
  body.post-type-archive-select .category_list {
    margin-top: 20px;
    font-size: 13px;
  }
}
body.tax-cat-select .category_list__item,
body.post-type-archive-select .category_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .category_list__item,
  body.post-type-archive-select .category_list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}
body.tax-cat-select .category_list__item li,
body.post-type-archive-select .category_list__item li {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .category_list__item li,
  body.post-type-archive-select .category_list__item li {
    width: 22%;
    height: 28px;
  }
}
body.tax-cat-select .category_list__item--1,
body.post-type-archive-select .category_list__item--1 {
  color: #431608;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .category_list__item--1,
  body.post-type-archive-select .category_list__item--1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.tax-cat-select .category_list__item--2,
body.post-type-archive-select .category_list__item--2 {
  background-color: #78b26e;
}
body.tax-cat-select .category_list__item--3,
body.post-type-archive-select .category_list__item--3 {
  background-color: #f7885f;
}
body.tax-cat-select .category_list__item--4,
body.post-type-archive-select .category_list__item--4 {
  background-color: #b27e6e;
}
body.tax-cat-select .category_list__item--5,
body.post-type-archive-select .category_list__item--5 {
  background-color: #6c8cb7;
}
body.tax-cat-select .wp-pagenavi,
body.post-type-archive-select .wp-pagenavi {
  margin-top: 45px;
  font-family: 'Shippori Mincho', sans-serif, serif;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 中央寄せ */
  gap: 15px; /* リンク同士の余白を均等に */
}
body.tax-cat-select .wp-pagenavi .previouspostslink,
body.post-type-archive-select .wp-pagenavi .previouspostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.tax-cat-select .wp-pagenavi .previouspostslink:hover,
body.post-type-archive-select .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
body.tax-cat-select .wp-pagenavi .nextpostslink,
body.post-type-archive-select .wp-pagenavi .nextpostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.tax-cat-select .wp-pagenavi .nextpostslink:hover,
body.post-type-archive-select .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
body.tax-cat-select .wp-pagenavi .current,
body.post-type-archive-select .wp-pagenavi .current {
  color: #fff;
  background-color: #b27e6e;
  border-radius: 100px;
  padding: 7px 16px;
}
body.tax-cat-select .wp-pagenavi .page.larger,
body.tax-cat-select .wp-pagenavi .page.smaller,
body.post-type-archive-select .wp-pagenavi .page.larger,
body.post-type-archive-select .wp-pagenavi .page.smaller {
  background-color: #ebdaca;
  border-radius: 100px;
  padding: 7px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.tax-cat-select .wp-pagenavi .page.larger:hover,
body.tax-cat-select .wp-pagenavi .page.smaller:hover,
body.post-type-archive-select .wp-pagenavi .page.larger:hover,
body.post-type-archive-select .wp-pagenavi .page.smaller:hover {
  background-color: #b27e6e;
  color: #fff;
}
body.tax-cat-select .p-book,
body.post-type-archive-select .p-book {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1080px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book,
  body.post-type-archive-select .p-book {
    max-width: 87%;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 28px auto 0;
    gap: 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book__item,
  body.post-type-archive-select .p-book__item {
    width: 180px;
    padding-bottom: 35px;
  }
}
body.tax-cat-select .p-book__item--1,
body.post-type-archive-select .p-book__item--1 {
  width: 100%;
}
body.tax-cat-select .p-book__item--1 a,
body.post-type-archive-select .p-book__item--1 a {
  display: block;
}
body.tax-cat-select .p-book__item--2,
body.post-type-archive-select .p-book__item--2 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book__item--2,
  body.post-type-archive-select .p-book__item--2 {
    margin-top: 5px;
    font-size: 12px;
  }
}
body.tax-cat-select .p-book__item--3,
body.post-type-archive-select .p-book__item--3 {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book__item--3,
  body.post-type-archive-select .p-book__item--3 {
    margin-top: 5px;
    gap: 4px;
    font-size: 9px;
  }
}
body.tax-cat-select .p-book__item--3--1,
body.tax-cat-select .p-book__item--3--2,
body.tax-cat-select .p-book__item--3--3,
body.tax-cat-select .p-book__item--3--4,
body.post-type-archive-select .p-book__item--3--1,
body.post-type-archive-select .p-book__item--3--2,
body.post-type-archive-select .p-book__item--3--3,
body.post-type-archive-select .p-book__item--3--4 {
  border-radius: 100px;
  width: 60px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.tax-cat-select .p-book__item--3--1,
body.post-type-archive-select .p-book__item--3--1 {
  background-color: #f7885f;
}
body.tax-cat-select .p-book__item--3--2,
body.post-type-archive-select .p-book__item--3--2 {
  background-color: #b27e6e;
}
body.tax-cat-select .p-book__item--3--3,
body.post-type-archive-select .p-book__item--3--3 {
  background-color: #6c8cb7;
}
body.tax-cat-select .p-book__item--3--4,
body.post-type-archive-select .p-book__item--3--4 {
  background-color: #ebdaca;
}
body.tax-cat-select .p-book__item--3 a,
body.post-type-archive-select .p-book__item--3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book__item--3 a,
  body.post-type-archive-select .p-book__item--3 a {
    margin-top: 6px;
  }
}
body.tax-cat-select .p-book__item--4,
body.post-type-archive-select .p-book__item--4 {
  margin-top: 10px;
  text-align: right;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .p-book__item--4,
  body.post-type-archive-select .p-book__item--4 {
    font-size: 12px;
    margin-top: 6px;
  }
}
body.tax-cat-select .pagination,
body.post-type-archive-select .pagination {
  margin: 31px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .pagination,
  body.post-type-archive-select .pagination {
    margin: 0 auto;
  }
}
body.tax-cat-select .pagination__list,
body.post-type-archive-select .pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .pagination__list,
  body.post-type-archive-select .pagination__list {
    gap: 10px;
  }
}
body.tax-cat-select .pagination__list--item a,
body.post-type-archive-select .pagination__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #431608;
  font-size: 23px;
  background-color: #ebdaca;
}
@media screen and (max-width: 768px) {
  body.tax-cat-select .pagination__list--item a,
  body.post-type-archive-select .pagination__list--item a {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}
body.tax-cat-select .pagination a:hover,
body.post-type-archive-select .pagination a:hover {
  background-color: #b27e6e;
  color: #fff;
}

body.single-select .p-cbook_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 84px;
  padding-bottom: 208px;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail {
    display: block;
    width: 80%;
    margin-top: 40px;
    padding-bottom: 78px;
  }
}
body.single-select .p-cbook_detail__img {
  max-width: 450px;
  position: sticky;
  top: 50px;
  left: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__img {
    width: 100%;
    position: static;
    top: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
body.single-select .p-cbook_detail__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.single-select .p-cbook_detail__contents .book_title {
  font-size: 30px;
  letter-spacing: 67%;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents .book_title {
    margin-top: 38px;
    font-size: 24px;
  }
}
body.single-select .p-cbook_detail__contents .list {
  margin-top: 16px;
}
body.single-select .p-cbook_detail__contents .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents .list dl {
    font-size: 13px;
    gap: 10px;
  }
}
body.single-select .p-cbook_detail__contents .list dl dt {
  width: 48px;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents .list dd br {
    display: none;
  }
}
body.single-select .p-cbook_detail__contents p {
  line-height: 1.75;
  letter-spacing: 0.02px;
  margin-top: 40px;
  max-width: 586px;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents p {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }
}
body.single-select .p-cbook_detail__contents .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 234px;
  height: 45px;
  margin-top: 58px;
  border-radius: 0%;
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents .btn {
    margin-top: 30px;
  }
}
body.single-select .p-cbook_detail__contents .btn .text {
  font-size: 18px;
  color: #fff;
}
body.single-select .p-cbook_detail__contents .btn .text .kerning {
  letter-spacing: 0.02em;
}
body.single-select .p-cbook_detail__contents .btn .arrow {
  height: auto;
  width: 40px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
@media screen and (max-width: 768px) {
  body.single-select .p-cbook_detail__contents .btn .arrow {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

body.tax-cat-toys #toy_list .title-wrap,
body.toys #toy_list .title-wrap,
body.post-type-archive-toys #toy_list .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .title-wrap,
  body.toys #toy_list .title-wrap,
  body.post-type-archive-toys #toy_list .title-wrap {
    gap: 0px;
  }
}
body.tax-cat-toys #toy_list .title-wrap img,
body.toys #toy_list .title-wrap img,
body.post-type-archive-toys #toy_list .title-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .title-wrap img,
  body.toys #toy_list .title-wrap img,
  body.post-type-archive-toys #toy_list .title-wrap img {
    width: 43px;
    height: 43px;
  }
}
body.tax-cat-toys #toy_list .title-wrap .title-toy,
body.toys #toy_list .title-wrap .title-toy,
body.post-type-archive-toys #toy_list .title-wrap .title-toy {
  font-family: 'Zen Maru Gothic', sans-serif, serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .title-wrap .title-toy,
  body.toys #toy_list .title-wrap .title-toy,
  body.post-type-archive-toys #toy_list .title-wrap .title-toy {
    font-size: 28px;
    padding-top: 37px;
  }
}
body.tax-cat-toys #toy_list .category_list a,
body.toys #toy_list .category_list a,
body.post-type-archive-toys #toy_list .category_list a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .category_list a,
  body.toys #toy_list .category_list a,
  body.post-type-archive-toys #toy_list .category_list a {
    margin-top: 7px;
  }
}
body.tax-cat-toys #toy_list .section_inner,
body.toys #toy_list .section_inner,
body.post-type-archive-toys #toy_list .section_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner,
  body.toys #toy_list .section_inner,
  body.post-type-archive-toys #toy_list .section_inner {
    padding-bottom: 58px;
  }
}
body.tax-cat-toys #toy_list .section_inner .title,
body.toys #toy_list .section_inner .title,
body.post-type-archive-toys #toy_list .section_inner .title {
  padding-top: 37px;
}
body.tax-cat-toys #toy_list .section_inner .pan__list,
body.toys #toy_list .section_inner .pan__list,
body.post-type-archive-toys #toy_list .section_inner .pan__list {
  margin-top: 43px;
}

@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .category_list__item,
  body.toys #toy_list .section_inner .category_list__item,
  body.post-type-archive-toys #toy_list .section_inner .category_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 39px;
  }
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .category_list__item--1,
  body.toys #toy_list .section_inner .category_list__item--1,
  body.post-type-archive-toys #toy_list .section_inner .category_list__item--1 {
    display: none;
  }
}
body.tax-cat-toys #toy_list .section_inner .category_list__item a,
body.toys #toy_list .section_inner .category_list__item a,
body.post-type-archive-toys #toy_list .section_inner .category_list__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .category_list__item a,
  body.toys #toy_list .section_inner .category_list__item a,
  body.post-type-archive-toys #toy_list .section_inner .category_list__item a {
    margin-top: 7px;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy,
body.toys #toy_list .section_inner .p-toy,
body.post-type-archive-toys #toy_list .section_inner .p-toy {
  margin-top: 43px;
  max-width: 1080px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy,
  body.toys #toy_list .section_inner .p-toy,
  body.post-type-archive-toys #toy_list .section_inner .p-toy {
    margin-top: 37px;
    width: 100%;
    -ms-grid-columns: 1fr 5% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5%;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item,
body.toys #toy_list .section_inner .p-toy__item,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item {
  cursor: pointer;
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--2,
body.toys #toy_list .section_inner .p-toy__item--2,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--2 {
  font-size: 19px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--2,
  body.toys #toy_list .section_inner .p-toy__item--2,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--2 {
    font-size: 16px;
    margin-top: 5px;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--3,
body.toys #toy_list .section_inner .p-toy__item--3,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3 {
  gap: 5px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--3,
  body.toys #toy_list .section_inner .p-toy__item--3,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--3--tag,
body.toys #toy_list .section_inner .p-toy__item--3--tag,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3--tag {
  display: inline-block;
  margin-top: 5px;
  font-size: 10px;
  height: 20px;
  background-color: #f7885f;
  padding: 2px 4px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--3--tag,
  body.toys #toy_list .section_inner .p-toy__item--3--tag,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3--tag {
    font-size: 9px;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--3 a,
body.toys #toy_list .section_inner .p-toy__item--3 a,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--3 a,
  body.toys #toy_list .section_inner .p-toy__item--3 a,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3 a {
    margin-top: 3px;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--4,
body.toys #toy_list .section_inner .p-toy__item--4,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--4 {
  margin-top: 5px;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--4,
  body.toys #toy_list .section_inner .p-toy__item--4,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--4 {
    line-height: 1.92;
    font-size: 13px;
  }
}
body.tax-cat-toys #toy_list .section_inner .p-toy__item--5,
body.toys #toy_list .section_inner .p-toy__item--5,
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--5 {
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--5,
  body.toys #toy_list .section_inner .p-toy__item--5,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--5 {
    font-size: 13px;
  }
}
body.tax-cat-toys #toy_list .wp-pagenavi,
body.toys #toy_list .wp-pagenavi,
body.post-type-archive-toys #toy_list .wp-pagenavi {
  font-family: 'Shippori Mincho', sans-serif, serif;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 中央寄せ */
  gap: 15px; /* リンク同士の余白を均等に */
  padding-bottom: 100px;
}
body.tax-cat-toys #toy_list .wp-pagenavi .previouspostslink,
body.toys #toy_list .wp-pagenavi .previouspostslink,
body.post-type-archive-toys #toy_list .wp-pagenavi .previouspostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.tax-cat-toys #toy_list .wp-pagenavi .previouspostslink:hover,
body.toys #toy_list .wp-pagenavi .previouspostslink:hover,
body.post-type-archive-toys #toy_list .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
body.tax-cat-toys #toy_list .wp-pagenavi .nextpostslink,
body.toys #toy_list .wp-pagenavi .nextpostslink,
body.post-type-archive-toys #toy_list .wp-pagenavi .nextpostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.tax-cat-toys #toy_list .wp-pagenavi .nextpostslink:hover,
body.toys #toy_list .wp-pagenavi .nextpostslink:hover,
body.post-type-archive-toys #toy_list .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
body.tax-cat-toys #toy_list .wp-pagenavi .current,
body.toys #toy_list .wp-pagenavi .current,
body.post-type-archive-toys #toy_list .wp-pagenavi .current {
  color: #fff;
  background-color: #b27e6e;
  border-radius: 100px;
  padding: 7px 16px;
}
body.tax-cat-toys #toy_list .wp-pagenavi .page.larger,
body.tax-cat-toys #toy_list .wp-pagenavi .page.smaller,
body.toys #toy_list .wp-pagenavi .page.larger,
body.toys #toy_list .wp-pagenavi .page.smaller,
body.post-type-archive-toys #toy_list .wp-pagenavi .page.larger,
body.post-type-archive-toys #toy_list .wp-pagenavi .page.smaller {
  background-color: #ebdaca;
  border-radius: 100px;
  padding: 7px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.tax-cat-toys #toy_list .wp-pagenavi .page.larger:hover,
body.tax-cat-toys #toy_list .wp-pagenavi .page.smaller:hover,
body.toys #toy_list .wp-pagenavi .page.larger:hover,
body.toys #toy_list .wp-pagenavi .page.smaller:hover,
body.post-type-archive-toys #toy_list .wp-pagenavi .page.larger:hover,
body.post-type-archive-toys #toy_list .wp-pagenavi .page.smaller:hover {
  background-color: #b27e6e;
  color: #fff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.modal {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #707070;
  width: 360px;
  padding-bottom: 30px;
}
.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.modal__close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  background-color: #431608;
}
.modal__inner {
  width: 77%;
  margin: 0 auto;
}
.modal__inner--head {
  font-size: 18px;
  margin-top: 10px;
}
.modal__inner--detail {
  font-size: 13px;
  margin-top: 10px;
}
.modal__inner--price {
  text-align: right;
  margin-top: 10px;
}

body.shop .p-shop,
body.fukuoka .p-shop,
body.kagoshima .p-shop {
  max-width: 903px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 86px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop,
  body.fukuoka .p-shop,
  body.kagoshima .p-shop {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 62px;
  }
}
body.shop .p-shop_item,
body.fukuoka .p-shop_item,
body.kagoshima .p-shop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_item,
  body.fukuoka .p-shop_item,
  body.kagoshima .p-shop_item {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
body.shop .p-shop_item_exterior,
body.fukuoka .p-shop_item_exterior,
body.kagoshima .p-shop_item_exterior {
  max-width: 454px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_item_exterior,
  body.fukuoka .p-shop_item_exterior,
  body.kagoshima .p-shop_item_exterior {
    max-width: 100%;
  }
}
body.shop .p-shop_item_address,
body.fukuoka .p-shop_item_address,
body.kagoshima .p-shop_item_address {
  margin-left: 4%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.shop .p-shop_item_address .date,
body.fukuoka .p-shop_item_address .date,
body.kagoshima .p-shop_item_address .date {
  position: relative;
  left: 80px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_item_address,
  body.fukuoka .p-shop_item_address,
  body.kagoshima .p-shop_item_address {
    margin-top: 21px;
  }
}
body.shop .p-shop_item_address ul,
body.fukuoka .p-shop_item_address ul,
body.kagoshima .p-shop_item_address ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
body.shop .p-shop_item_address ul .note,
body.fukuoka .p-shop_item_address ul .note,
body.kagoshima .p-shop_item_address ul .note {
  font-size: 13px;
}
body.shop .p-shop_item_address p,
body.fukuoka .p-shop_item_address p,
body.kagoshima .p-shop_item_address p {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_item_address p,
  body.fukuoka .p-shop_item_address p,
  body.kagoshima .p-shop_item_address p {
    font-size: 12px;
    margin-top: 10px;
  }
}
body.shop .p-shop_info,
body.fukuoka .p-shop_info,
body.kagoshima .p-shop_info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_info,
  body.fukuoka .p-shop_info,
  body.kagoshima .p-shop_info {
    margin-top: 16px;
  }
}
body.shop .p-shop_info h3,
body.fukuoka .p-shop_info h3,
body.kagoshima .p-shop_info h3 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_info h3,
  body.fukuoka .p-shop_info h3,
  body.kagoshima .p-shop_info h3 {
    font-size: 24px;
    padding-bottom: 21px;
  }
}
body.shop .p-shop_info .item_01 .map iframe,
body.fukuoka .p-shop_info .item_01 .map iframe,
body.kagoshima .p-shop_info .item_01 .map iframe {
  width: 494px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_info .item_01 .map iframe,
  body.fukuoka .p-shop_info .item_01 .map iframe,
  body.kagoshima .p-shop_info .item_01 .map iframe {
    max-width: 100%;
    min-height: 100%;
  }
}
body.shop .p-shop_info .item_02,
body.fukuoka .p-shop_info .item_02,
body.kagoshima .p-shop_info .item_02 {
  margin-left: 99px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_info .item_02,
  body.fukuoka .p-shop_info .item_02,
  body.kagoshima .p-shop_info .item_02 {
    margin-top: 32px;
    margin-left: auto;
  }
}
body.shop .p-shop_info .item_02 .calendar,
body.fukuoka .p-shop_info .item_02 .calendar,
body.kagoshima .p-shop_info .item_02 .calendar {
  max-width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_info .item_02 .calendar,
  body.fukuoka .p-shop_info .item_02 .calendar,
  body.kagoshima .p-shop_info .item_02 .calendar {
    max-width: 100%;
    height: auto;
  }
}
body.shop .p-shop_index,
body.fukuoka .p-shop_index,
body.kagoshima .p-shop_index {
  margin-top: 101px;
  max-width: 24%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_index,
  body.fukuoka .p-shop_index,
  body.kagoshima .p-shop_index {
    margin-top: 57px;
    max-width: 50%;
    height: auto;
  }
}
body.shop .p-shop_index h4,
body.fukuoka .p-shop_index h4,
body.kagoshima .p-shop_index h4 {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_index h4,
  body.fukuoka .p-shop_index h4,
  body.kagoshima .p-shop_index h4 {
    font-size: 17px;
  }
}
body.shop .p-shop_index_item,
body.fukuoka .p-shop_index_item,
body.kagoshima .p-shop_index_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.shop .p-shop_index_item,
  body.fukuoka .p-shop_index_item,
  body.kagoshima .p-shop_index_item {
    margin-top: 7px;
    font-size: 20px;
  }
}
body.shop .p-shop_index_item .shop_01,
body.fukuoka .p-shop_index_item .shop_01,
body.kagoshima .p-shop_index_item .shop_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body.shop .p-shop_index_item .shop_01::after,
body.fukuoka .p-shop_index_item .shop_01::after,
body.kagoshima .p-shop_index_item .shop_01::after {
  content: '';
  width: 41px;
  height: 4px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translate(-50%, 0) skew(135deg);
  transform: translate(-50%, 0) skew(135deg);
}
body.shop .p-shop_index_item .shop_02,
body.fukuoka .p-shop_index_item .shop_02,
body.kagoshima .p-shop_index_item .shop_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.shop .p-shop_index_item .shop_02::after,
body.fukuoka .p-shop_index_item .shop_02::after,
body.kagoshima .p-shop_index_item .shop_02::after {
  content: '';
  width: 41px;
  height: 4px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translate(-50%, 0) skew(45deg);
  transform: translate(-50%, 0) skew(45deg);
}

html {
  scroll-behavior: smooth;
}

body.faq .p-qa {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
body.faq .p-qa_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 745px;
  gap: 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
  margin-top: 26px;
}
@media screen and (max-width: 870px) {
  body.faq .p-qa_category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 27px;
  }
}
body.faq .p-qa_category__item {
  background-color: #b27e6e;
  color: #fdfaeb;
  outline: #fdfaeb 1px solid;
  font-size: 19px;
  width: 368px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  line-height: 1.3;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_category__item {
    max-width: 100%;
  }
}
body.faq .p-qa_category__item::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: #fdfaeb;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-right: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.faq .p-qa_category__item:nth-child(3) {
  max-width: 368px;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_category__item:nth-child(3) {
    max-width: 100%;
  }
}
body.faq .p-qa_list {
  letter-spacing: 0.02em;
  padding-top: 20px;
}
body.faq .p-qa_list:last-of-type {
  padding-bottom: 260px;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_list:last-of-type {
    padding-bottom: 76.5px;
  }
}
body.faq .p-qa_list h3 {
  font-size: 30px;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_list h3 {
    margin-top: 40px;
    font-size: 24px;
  }
}
body.faq .p-qa_list h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 2px solid #431608;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_list h3::after {
    bottom: -10px;
  }
}
body.faq .p-qa_list__item {
  position: relative;
}
body.faq .p-qa_list__item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10.5px;
  left: 0;
  border-bottom: 1px dotted #431608;
  width: 100%;
}
body.faq .p-qa_list__item:last-child::after {
  display: none;
}
body.faq .p-qa_list__item dt {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_list__item dt {
    font-size: 16px;
    margin-top: 25px;
  }
}
body.faq .p-qa_list__item dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.faq .p-qa_list__item dd {
    font-size: 13px;
    margin-top: 10px;
  }
}

body.blog .cnews_list,
body.category .cnews_list {
  padding-bottom: 93px;
}
@media screen and (max-width: 768px) {
  body.blog .cnews_list,
  body.category .cnews_list {
    padding-bottom: 54px;
  }
}
body.blog .cnews_list .section_inner,
body.category .cnews_list .section_inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.blog .cnews_list .section_inner,
  body.category .cnews_list .section_inner {
    max-width: 88%;
  }
}
body.blog .categorynews_list,
body.category .categorynews_list {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.blog .categorynews_list,
  body.category .categorynews_list {
    margin-top: 20px;
    font-size: 13px;
  }
}
body.blog .categorynews_list__item,
body.category .categorynews_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  body.blog .categorynews_list__item,
  body.category .categorynews_list__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.blog .categorynews_list__item li,
body.category .categorynews_list__item li {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.blog .categorynews_list__item li,
  body.category .categorynews_list__item li {
    width: 22%;
    height: 28px;
  }
}
body.blog .categorynews_list__item--1.u-hover,
body.category .categorynews_list__item--1.u-hover {
  color: #431608;
}
@media screen and (max-width: 768px) {
  body.blog .categorynews_list__item--1.u-hover,
  body.category .categorynews_list__item--1.u-hover {
    display: none;
  }
}
body.blog .categorynews_list__item--2,
body.category .categorynews_list__item--2 {
  background-color: #b27e6e;
}
@media screen and (max-width: 768px) {
  body.blog .categorynews_list__item--2,
  body.category .categorynews_list__item--2 {
    font-size: 13px;
  }
}
body.blog .wp-pagenavi,
body.category .wp-pagenavi {
  font-family: 'Shippori Mincho', sans-serif, serif;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 中央寄せ */
  gap: 15px; /* リンク同士の余白を均等に */
}
body.blog .wp-pagenavi .previouspostslink,
body.category .wp-pagenavi .previouspostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.blog .wp-pagenavi .previouspostslink:hover,
body.category .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
body.blog .wp-pagenavi .nextpostslink,
body.category .wp-pagenavi .nextpostslink {
  background-color: #ebdaca;
  padding: 7px 13px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.blog .wp-pagenavi .nextpostslink:hover,
body.category .wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
body.blog .wp-pagenavi .current,
body.category .wp-pagenavi .current {
  color: #fff;
  background-color: #b27e6e;
  border-radius: 100px;
  padding: 7px 16px;
}
body.blog .wp-pagenavi .page.larger,
body.blog .wp-pagenavi .page.smaller,
body.category .wp-pagenavi .page.larger,
body.category .wp-pagenavi .page.smaller {
  background-color: #ebdaca;
  border-radius: 100px;
  padding: 7px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.blog .wp-pagenavi .page.larger:hover,
body.blog .wp-pagenavi .page.smaller:hover,
body.category .wp-pagenavi .page.larger:hover,
body.category .wp-pagenavi .page.smaller:hover {
  background-color: #b27e6e;
  color: #fff;
}
body.blog .p-news_list,
body.category .p-news_list {
  max-width: 1080px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  justify-items: center;
  margin: 38px auto 0;
  color: #431608;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list,
  body.category .p-news_list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 0 10px;
    margin-top: 20px;
  }
}
body.blog .p-news_list__item,
body.category .p-news_list__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item,
  body.category .p-news_list__item {
    margin-bottom: 30px;
  }
}
body.blog .p-news_list__item--1,
body.category .p-news_list__item--1 {
  margin-bottom: 15px;
}
body.blog .p-news_list__item--1 img,
body.category .p-news_list__item--1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--1 img,
  body.category .p-news_list__item--1 img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--1,
  body.category .p-news_list__item--1 {
    margin-bottom: 14px;
  }
}
body.blog .p-news_list__item--2,
body.category .p-news_list__item--2 {
  font-size: 11px;
  line-height: 1.9;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--2,
  body.category .p-news_list__item--2 {
    font-size: 9px;
    margin-bottom: 6px;
  }
}
body.blog .p-news_list__item--2 a,
body.category .p-news_list__item--2 a {
  background: #fff284;
  padding: 2px 8px;
}
body.blog .p-news_list__item--3,
body.category .p-news_list__item--3 {
  font-size: 15px;
  line-height: 1.66;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--3,
  body.category .p-news_list__item--3 {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.92;
  }
}
body.blog .p-news_list__item--4,
body.category .p-news_list__item--4 {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 9px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--4,
  body.category .p-news_list__item--4 {
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
body.blog .p-news_list__item--5,
body.category .p-news_list__item--5 {
  font-size: 15px;
  line-height: 1.66;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.blog .p-news_list__item--5,
  body.category .p-news_list__item--5 {
    font-size: 13px;
  }
}
body.blog .p-news_list__item--5 a,
body.category .p-news_list__item--5 a {
  text-decoration: none;
  position: relative;
}
body.blog .p-news_list__item--5 a::after,
body.category .p-news_list__item--5 a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
body.blog .p-news_list__item--5 a:hover::after,
body.category .p-news_list__item--5 a:hover::after {
  width: 100%;
}
body.blog .p-news_list__item--5 a:hover::after,
body.category .p-news_list__item--5 a:hover::after {
  opacity: 1;
}
body.blog .pagination,
body.category .pagination {
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  body.blog .pagination,
  body.category .pagination {
    margin: 22px auto 0;
  }
}
body.blog .pagination__list,
body.category .pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  body.blog .pagination__list,
  body.category .pagination__list {
    gap: 10px;
  }
}
body.blog .pagination__list--item a,
body.category .pagination__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #431608;
  font-size: 23px;
  background-color: #ebdaca;
}
@media screen and (max-width: 768px) {
  body.blog .pagination__list--item a,
  body.category .pagination__list--item a {
    width: 31px;
    height: 31px;
    font-size: 18px;
  }
}
body.blog .pagination a:hover,
body.category .pagination a:hover {
  background-color: #b27e6e;
  color: #fff;
}

body.single-post .main {
  background: #fdfaeb;
  color: #431608;
}
@media screen and (max-width: 768px) {
  body.single-post .main {
    padding: 0;
  }
}
body.single-post .main .cbook_list {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list {
    max-width: 100%;
    padding: 0;
  }
}
body.single-post .main .cbook_list .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 1. 画像 */
  /* 2. 日付 */
  /* 5. ナビゲーション */
}
body.single-post .main .cbook_list .section_inner .news__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 25px;
  width: 450px;
  height: 450px;
  max-width: 100%;
  max-height: 100%;
  background: #fffdfa;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list .section_inner .news__image {
    width: 345px;
    height: 345px;
    margin-bottom: 20px;
  }
}
body.single-post .main .cbook_list .section_inner .news__image img {
  width: 450px;
  height: 450px;
  border: 1px solid #707070;
  display: block;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list .section_inner .news__image img {
    width: 345px;
    height: 345px;
  }
}
body.single-post .main .cbook_list .section_inner .news__info {
  margin: 0 auto;
  width: 76%;
  /* 3. タイトル */
  /* 4. 本文 */
}
body.single-post .main .cbook_list .section_inner .news__info__date {
  font-size: 20px;
  line-height: 1.25;
  color: #431608;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list .section_inner .news__info__date {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
body.single-post .main .cbook_list .section_inner .news__info__title {
  font-family: 'Zen Maru Gothic', 'Zen Kaku Gothic New', 'Shippori Mincho', sans-serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  margin: 0 0 9px;
  color: #431608;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list .section_inner .news__info__title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}
body.single-post .main .cbook_list .section_inner .news__info__text {
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #431608;
  max-width: 930px;
}
@media screen and (max-width: 768px) {
  body.single-post .main .cbook_list .section_inner .news__info__text {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
body.single-post .main .cbook_list .section_inner .news__nav {
  max-width: 720px;
  margin: 64px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 53px;
}
body.single-post .main .cbook_list .section_inner .news__nav .news__nav__prev a,
body.single-post .main .cbook_list .section_inner .news__nav .news__nav__next a {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 9999px;
  background: #ebdaca;
  color: #431608;
  text-decoration: none;
  font-weight: 600;
  border: none;
}
body.single-post .main .cbook_list .section_inner .news__nav .news__nav__back a {
  display: inline-block;
  min-width: 174px;
  text-align: center;
  padding-top: 15px;
  border-radius: 9999px;
  background: #431608;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt35 {
  margin-top: 35px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 48px;
  }
}

.mb45 {
  margin-bottom: 45px;
}

.mt70 {
  margin-top: 70px;
}

.mt100 {
  margin-top: 100px;
}

.mb45 {
  margin-bottom: 45px;
}

.textalign {
  text-align: center;
}

.lineheitht_18 {
  line-height: 1.8;
}

.max1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.u-hover {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.u-hover:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=style.css.map */

.l-header--sp .sp-menu .ham .ham-list .ham-list--item {
  border-bottom: #431608 solid 1px;
}
/*以下追加分*/
.kv .swiper-horizontal > .swiper-pagination-bullets,
.kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.kv .swiper-pagination-custom,
.kv .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 78px);
}
.kv .swiper-pagination-bullet {
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
}
body.home .kv__item img,
body.service .kv img,
body.corporation .kv img,
body.about .kv img {
  width: 100%;
}
.feature_list .item_wrapper__img img {
  height: 100%;
  object-fit: cover;
}
body.home .service_list {
  gap: 30px;
  padding: 0 20px;
}
body.home .service_list__item {
  width: calc(100% / 3);
}
body.home .service_list__item img {
  height: auto;
}
body.single-select .p-cbook_detail__contents .list dl dt {
  min-width: 58px;
}
body.single-select .p-cbook_detail__contents .book_title {
  letter-spacing: 30%;
}
body.tax-cat-select .category_list__item,
body.post-type-archive-select .category_list__item {
  flex-wrap: wrap;
}
body.tax-cat-select .p-book__item--3 a,
body.post-type-archive-select .p-book__item--3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.tax-cat-select .category_list__item li,
body.post-type-archive-select .category_list__item li,
#toy_list .section_inner .category_list__item li {
  width: fit-content;
  white-space: nowrap;
  padding: 0 20px;
}
#toy_list .p-book__item--3--1 {
  background-color: #f7885f;
}
body.post-type-archive-toys #toy_list .section_inner .category_list__item {
  flex-wrap: wrap;
}
#toy_list .p-toy__item--2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.home .feature .feature_list .item_wrapper__content {
  font-weight: 600;
}
.l-footer__inner {
  width: 70%;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .what-kinomibin-sub {
  margin-top: 30px;
}
body.faq .qa_ttl {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: 600;
}
body.faq .p-qa_list {
  padding-top: 0;
}
body.home .top .wrapper .p-sub__title {
  font-size: clamp(1.8125rem, 0.5rem + 1.6667vw, 2.5rem);
}
body.service #book-list .childbook-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.select-none {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
.sbi_bio {
  display: none;
}
.iframe-box {
  padding-top: 60px;
}
.l-header {
  position: sticky;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
}
.fixed_button {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 50px;
}
.fixed_button__link::before {
  position: absolute;
  content: '';
  width: 88px;
  height: 2px;
  background-color: #fff;
  right: 30px;
  bottom: 35px;
  border-radius: 50px;
}
.fixed_button__link::after {
  content: '';
  position: absolute;
  right: 27px;
  bottom: 44px;
  width: 26px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 50px;
}
.fixed_button__link .text {
  display: block;
  padding-left: 25px;
  padding-top: 25px;
  line-height: 1.4;
}
.fixed_button__link:hover {
  background-color: #d67c55;
}
.fixed_button__link {
  display: block;
  position: relative;
  content: '';
  background-color: #431608;
  color: #ffffff;
  border-radius: 20px 0 0 20px;
  width: 155px;
  height: 180px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.18;
}
.l-header.hide {
  transform: translateY(-100%);
}
.l-header__inner {
  gap: 0 40px;
}

.l-header__inner .logo__link--sub p {
  white-space: nowrap;
}
.about .i-wrapper.textalign {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal {
  overflow-y: scroll;
  overflow-x: hidden;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list {
  padding-bottom: 30px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner__list--item {
  margin-bottom: 15px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner .modal-close-btn {
  font-size: 35px;
  font-weight: bold;
}
.coursemodal {
  position: relative;
}
.coursemodal::before {
  content: '';
  display: inline-block;
  width: 959px;
  height: 242px;
  background: url(../images/kinomi/star.png);
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 9999;
  background-size: 50%;
  background-repeat: no-repeat;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal {
  background-color: transparent;
  width: 470px;
  z-index: 100;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner {
  width: 85%;
  margin: 100px auto 0;
  padding: 0px;
  background-color: rgba(255, 227, 150, 0.9);
  padding: 0px 30px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner .modal-close-btn {
  top: 140px;
  right: 55px;
}
.form_center-txt {
  text-align: center;
  margin-bottom: 10px;
}
.form_center-txt.selection {
  text-align: left;
  max-width: 650px;
  margin-inline: auto;
}
.faq #shop,
.faq #event,
.faq #other,
.about #intro,
body.service #letter,
.service #gift,
.service #delivery,
.service #subscription,
.service #consultation {
  scroll-margin-top: 150px;
}
.service #childbookservice {
  scroll-margin-top: 200px;
}
[x-cloak] {
  display: none !important;
}
body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3--tag,
body.tax-cat-toys #toy_list .section_inner .p-toy__item--3--tag {
  border-radius: 100px;
  padding: 2px 8px;
}
.fixed_button__link {
  width: 120px;
  height: 150px;
  font-size: 18px;
}
.fixed_button__link::before {
  width: 68px;
  right: 20px;
  bottom: 25px;
}
.fixed_button__link::after {
  right: 17px;
  bottom: 34px;
  width: 26px;
}
.break-word {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.btn-corp a {
  display: block;
  background-color: #ed946d;
  border-radius: 100px;
  color: #fff;
  padding: 0 20px;
}

.blog .p-news_list__item,
.category .p-news_list__item {
  display: flex;
  flex-direction: column;
}
.blog .p-news_list__item--5.u-hover,
.category .p-news_list__item--5.u-hover {
  margin-top: auto;
}
.section_inner.thanks {
  padding-bottom: 50px;
}
body.tax-cat-select .p-book__item--3,
body.post-type-archive-select .p-book__item--3 {
  flex-wrap: wrap;
}
body.post-type-archive-select .p-book__item--3--2 {
  width: auto;
  padding: 0 20px;
}
.archive .section_inner .category_list__item {
  flex-wrap: wrap;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__head {
  text-align: center;
  padding-top: 20px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container {
  padding-top: 20px;
}
body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__text {
  margin-top: 0;
}
.c-btn--primary {
  margin: 40px auto 0;
}
body.tax-cat-toys #toy_list .section_inner .pan__list {
  margin-top: 58px;
}
body.post-type-archive-select .section_inner {
  max-width: 1080px;
}
.tax-cat-select .section_inner {
  max-width: 1080px;
}
body.faq .p-qa_list__item dd a {
  text-decoration: underline;
}
body.post-type-archive-toys #toy_list .section_inner .pan__list {
  margin-top: 58px;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: block !important;
}
.flow-order__item--text__sub a {
  text-decoration: underline;
}
.price-policy {
  margin-top: 40px;
  font-size: 10px;
  display: flex;
  justify-content: right;
}
.l-fbg-inner {
  display: flex;
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 0px 80px;
  width: 100%;
  justify-content: center;
}
.l-footer .l-fbg__cta {
  position: static;
  -webkit-transform: none;
  transform: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header--sp .sp-menu .ham .ham-list .ham-list--close span {
    font-size: 30px;
    position: relative;
    right: 20px;
    top: 10px;
  }
  .l-header--sp .sp-menu .ham .ham-list .ham-list--close {
    text-align: right;
  }
  .l-header--sp .sp-menu .ham .ham-list .ham-list--item {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .gnav__list__link {
    font-size: 15px;
  }
  .l-header__inner .logo__link--sub p {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  body.home .top .wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .l-footer__inner {
    display: none;
  }
  .l-footer .l-fbg {
    display: none;
  }
  .sp-footer {
    display: block;
    color: #8d665a;
    font-size: 15px;
    text-align: center;
  }
  .l-footer .sp-footer__list--item:first-of-type {
    border-top: solid 1px #d9beb5;
  }
  .l-footer .sp-footer__list--item a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .l-footer .sp-footer__list--item {
    width: 84%;
    margin: 0 auto;
    border-bottom: solid 1px #d9beb5;
  }
  .l-footer .sp-footer__list--item a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .l-footer .sp-footer__bg {
    position: relative;
  }

  .l-footer .sp-footer {
    color: #8d665a;
    font-size: 15px;
    text-align: center;
  }
  .l-footer .sp-footer__bg a {
    padding: 13px 25px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #ed946d;
    border-radius: 23px;
    position: absolute;
    top: 40%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .l-footer .sp-footer__sns {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer .sp-footer__sns i {
    display: block;
  }
  .sp-footer__list .sp-service-wrapper .sp-servicemenu--link a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .sp-footer__bg img {
    width: 100%;
  }
  .sp-footer__list .sp-service-wrapper .sp-service-link a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }
  .sp-footer__list--item.btn-corp {
    margin-top: 10px;
    border-bottom: 0;
  }
  .l-footer .sp-footer__sns {
    margin-top: 30px;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container {
    flex-direction: column;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--02 img {
    height: auto;
    width: 100%;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--02 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fixed_button {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;
  }
  .fixed_button__link {
    width: 80px;
    height: 93px;
    font-size: 12px;
    line-height: 1.16;
  }
  .fixed_button__link::before {
    width: 44px;
    bottom: 16px;
    right: 16px;
  }
  .fixed_button__link .text {
    padding: 0;
    top: 5px;
    position: relative;
    top: 11px;
    left: 12px;
  }
  .fixed_button__link::after {
    width: 13px;
    right: 13px;
    bottom: 20px;
  }
  .l-header--sp {
    position: sticky;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
    left: 0;
  }
  body.home .service_list__item {
    width: 100%;
  }

  body.home .service_list {
    padding: 0 0px;
  }
  body.home .p-comment {
    max-width: 80%;
  }
  body.single-select .p-cbook_detail {
    width: 100%;
  }
  body.single-select .p-cbook_detail__contents .book_title {
    letter-spacing: 0%;
  }
  body.tax-cat-select .p-book__item,
  body.post-type-archive-select .p-book__item {
    width: 150px;
  }
  body.tax-cat-toys #toy_list .section_inner .category_list__item--1 {
  }
  body.tax-cat-toys #toy_list .section_inner .category_list__item,
  body.toys #toy_list .section_inner .category_list__item,
  body.post-type-archive-toys #toy_list .section_inner .category_list__item {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  body.tax-cat-toys #toy_list .section_inner .p-toy__item--3--tag,
  body.toys #toy_list .section_inner .p-toy__item--3--tag,
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3--tag {
    width: auto;
  }
  body.post-type-archive-toys #toy_list .section_inner .p-toy__item--3--tag {
    width: auto;
    padding: 2px 6px;
  }
  body.post-type-archive-toys #toy_list .section_inner .category_list__item {
    flex-wrap: wrap;
  }

  .qa_ttl {
    margin-top: 30px;
  }
  body.faq .p-qa_list__item dt {
    line-height: initial;
  }
  .l-header--sp .sp-menu .ham .ham-list .ham-list--item .dot:last-of-type {
    background-color: transparent;
    color: initial;
  }
  .l-header--sp .sp-menu .ham .ham-list .ham-list--item:nth-last-child(2) {
    background-color: #431608;
    color: #fff;
  }

  #calendar {
    padding-top: 100px;
    margin-top: -80px;
  }
  #gift {
    padding-top: 100px;
    margin-top: -60px !important;
  }
  .sp-footer__list--item.-b-top {
    border-top: solid 1px #d9beb5;
  }

  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner {
    width: 100%;
    padding: 0px 20px;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal .modal_inner .modal-close-btn {
    top: 110px;
    right: 10px;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item .coursemodal {
    width: 100%;
  }
  .coursemodal::before {
    left: 0px;
  }
  .faq #shop,
  .faq #event,
  .faq #other {
    scroll-margin-top: 200px;
  }
  body.home .top-service {
    background-color: transparent;
  }
  body.home .top-insta {
    background-color: #eddfd1;
    margin-top: -1px;
  }
  .sp-footer__list--item.btn-corp {
    margin-top: 10px;
    border-bottom: 0;
  }
  body.home .top-insta {
    background-color: transparent;
    background-image: url(../images/home/bg_insta.png), url(../images/home/bg_notice.png);
  }
  .sp-footer__list--item.shop-tempo {
    border-top: 1px solid #d9beb5;
  }
  body.service .what-kinomibin.section.inner_section #what-kinomibin .course-02__wrapper--item__inner__container--01__text {
    margin-top: 0;
  }
  body.service #childbook-flow .childbook-flow-wrapper .textalign {
    font-size: 21px;
  }

  body.post-type-archive-toys #toy_list .section_inner .pan__list {
    margin-top: 34px;
    display: block;
  }
  #toy_list .section_inner .pan__list {
    margin-top: 34px;
    display: block;
  }
  body.tax-cat-toys #toy_list .section_inner .pan__list {
    margin-top: 34px;
  }
  .archive.post-type-archive.post-type-archive-select .category_list__item--1 {
    display: none;
  }
  .archive.tax-cat-select .category_list__item--1 {
    display: none;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .flow-order__item--pic.icon02 {
    min-width: 70px;
  }
  body.service #childbook-flow .childbook-flow-wrapper .flow-order__item--pic {
    width: 100%;
  }
  .price-policy {
    text-align: left;
  }
}

// 2025/09/29修正分
.l-header__inner .logo__link--sub p {
  font-size: 13px;
}

.l-header__inner .logo__link--sub__textlogo {
  margin-top: 19px;
}

body.about #childbook-service .bground-yellow--inner__wrapper h2 {
  font-size: 21px;
}
body.corporation #case .p-case-item__content__pic img {
  height: 165px;
}

@media screen and (max-width: 768px) {
  body.about #childbook-service .bground-yellow--inner__wrapper h2 {
    font-size: 20px;
  }
  body.home .p-comment .c-btn--primary {
    max-width: 400px;
    max-height: 100px;
  }
  body.service #book-list {
    padding-top: 140px;
    margin-top: -100px;
  }
}

body.home .top .wrapper .p-picture__item {
  max-width: 256px;
  width: auto;
}

.inner_section {
  max-width: 1220px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .inner_section {
    padding-left: 0;
    padding-right: 0;
  }
}

body.about .intro_wrapper {
  flex-direction: row;
}

body.about #history .history_wrapper {
  flex-direction: row;
}

@media screen and (max-width: 1200px) {
  body.about .intro_wrapper {
    flex-direction: column;
    align-items: center;
  }

  body.about #history .history_wrapper {
    flex-direction: column;
    align-items: center;
  }
}

body.corporation #corporation-intro .intro_wrapper {
  flex-direction: row;
}

body.corporation #corporation-flow .flow-wrapper {
  max-width: 800px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  body.corporation #corporation-intro .intro_wrapper {
    flex-direction: column;
    align-items: center;
  }
}

body.service #letter .kinomibin-inner {
  flex-direction: row;
}

@media screen and (max-width: 1100px) {
  body.service #letter .kinomibin-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 1170px) {
  .l-header__inner .logo__link--sub p {
    font-size: clamp(0.5625rem, -0.1528rem + 1.6807vw, 0.6875rem);
  }
  .gnav__list__link.u-hover {
    font-size: clamp(0.6875rem, 0.0091rem + 1.355vw, 1rem);
  }
  .l-header__inner .gnav__list .hover_menu,
  .l-header__inner .gnav__list .hover_menu .hover_link--item {
    font-size: clamp(0.6875rem, 0.0091rem + 1.355vw, 1rem);
  }
  .l-header__inner .gnav__btn--cta a {
    padding: 1vw 4vw;
    font-size: clamp(0.6875rem, 0.3298rem + 0.8403vw, 0.75rem);
  }

  .l-header__inner .logo__link--sub {
    margin-left: 10px;
  }
  .logo.u-hover {
    max-width: 25%;
  }
  .l-header__inner {
    gap: 0 10px;
  }

  .l-header__inner .gnav__list__link:not(:last-child) {
    margin-right: 3.5vw;
  }
  .l-header__inner .logo__link--sub__textlogo {
    margin-top: 10px;
  }
}
@media screen and (min-width: 681px) and (max-width: 800px) {
  .l-header__inner {
    display: flex;
  }
  .l-header--sp {
    display: none !important;
    background-color: #fff284;
  }
  .l-header__inner .logo__link--sub p {
    font-size: clamp(0.5625rem, -0.1528rem + 1.6807vw, 0.6875rem);
  }
  .gnav__list__link.u-hover {
    font-size: clamp(0.625rem, 0.2673rem + 0.8403vw, 0.6875rem);
  }
  .l-header__inner .gnav__list .hover_menu,
  .l-header__inner .gnav__list .hover_menu .hover_link--item {
    font-size: clamp(0.625rem, 0.2673rem + 0.8403vw, 0.6875rem);
  }
  .l-header__inner .gnav__btn--cta a {
    padding: 1vw 4vw;
    font-size: clamp(0.6875rem, 0.3298rem + 0.8403vw, 0.75rem);
  }

  .l-header__inner .logo__link--sub {
    margin-left: 10px;
  }
  .logo.u-hover {
    max-width: 25%;
  }
  .l-header__inner {
    gap: 0 10px;
  }

  .l-header__inner .gnav__list__link:not(:last-child) {
    margin-right: 3.5vw;
  }
  .l-header__inner .logo__link--sub__textlogo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 680px) {
  .l-header--sp {
    display: block !important;
    background-color: #fff284;
  }

  .l-header__inner {
    display: none;
  }
  .l-header--sp .sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff284;
    padding-bottom: 100px;
  }
}

.template_body {
  margin-top: 58px;
  padding-bottom: 100px;
}

@media screen and (max-width: 680px) {
  .template_body {
    margin-top: 34px;
  }
}

.template_body pre {
  font-family: 'Zen Kaku Gothic New', 'Zen Maru Gothic', 'Shippori Mincho', sans-serif, serif;
}
