@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
}

dd {
  margin: 0;
}

.slick-initialized .slick-slide img,
.p-lineup__slider .slider-item img,
.p-lineup-order__textbox-img img,
.p-lineup__listsupport figure img{
  border-radius:20px;
}
.slick-initialized .thumbnail-img.slick-slide img{
  border-radius:10px;
}

.recruit {
  padding: 80px 24px 60px;
  background: url(../images/common/c-contactbg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .recruit {
    background: url(../images/common/c-contactbg-sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 24px 24px;
  }
}
.recruit .btn {
  display: block;
  margin: 0 auto;
}

.ttl__recuit {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ttl__recuit::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #CCAB68;
}
.ttl__recuit::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-color: #CCAB68;
}

.recruit__text {
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 630px;
  width: 100%;
  margin: 80px auto;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .recruit__text {
    font-size: 1.4rem;
    margin: 24px auto;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccab68;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.01% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.01% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.box__key {
  top: 20%;
  left: 10%;
}

.box__key2 {
  bottom: 20%;
  left: 5%;
}
@media only screen and (max-width:767px) {
  .box__key2 {
    bottom: 0;
  }
}

.box__history {
  top: 0;
  right: 0;
  z-index: -1;
}

.box__history2 {
  top: 100px;
  left: 0;
  z-index: -1;
}

.box__movie {
  top: 0;
  right: 0;
  z-index: -1;
}

.box__movie2 {
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page__box__key {
  top: 45%;
}
@media only screen and (max-width:767px) {
  .page__box__key {
    z-index: -1;
    top: auto;
    bottom: -40px;
  }
}

.page__box__key2 {
  top: 10%;
  right: 10%;
}
@media only screen and (max-width:767px) {
  .page__box__key2 {
    z-index: -1;
    top: 4%;
  }
}

.page__box__key3 {
  bottom: 5%;
  right: 7%;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .page__box__key3 {
    bottom: auto;
    right: auto;
    top: 4%;
    left: 0;
  }
}

.box__profile {
  top: -50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile {
    top: 0;
  }
}

.box__profile2 {
  top: -50%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile2 {
    top: auto;
    bottom: 0;
  }
}

.box__profile-history {
  top: 0;
  left: 4%;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile-history {
    left: 0;
  }
}

.box__profile-history2 {
  top: -16%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile-history2 {
    top: auto;
    bottom: 0;
  }
}

.box__profile-history3 {
  bottom: -40%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile-history3 {
    bottom: -10%;
  }
}

.box__profile__record {
  top: 10%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .box__profile__record {
    right: auto;
    left: 0;
  }
}

.box__profile__record2 {
  bottom: 5%;
  left: 0;
  z-index: -1;
}

.box__profile-staff {
  top: 10%;
  right: 0;
  z-index: -1;
}

.box__profile-staff2 {
  bottom: 10%;
  left: 0;
  z-index: -1;
}

.yellow-box {
  background-color: #F7F3BC;
}

.orange-box {
  background-color: #F7D3BC;
}

.blue-box {
  background-color: #BCE9F7;
}

.green-box {
  background-color: #BCF7CA;
}

.w-800 {
  width: 800px;
  height: 420px;
  display: block;
}
@media only screen and (max-width:767px) {
  .w-800 {
    width: 100%;
    height: 200px;
  }
}

.w-400 {
  width: 400px;
  height: 450px;
  display: block;
}
@media only screen and (max-width:767px) {
  .w-400 {
    width: 200px;
    height: 250px;
  }
}

.w-572 {
  width: 572px;
  height: 462px;
  display: block;
}
@media only screen and (max-width:767px) {
  .w-572 {
    width: 200px;
    height: 150px;
  }
}

.w-350 {
  width: 350px;
  height: 350px;
  display: block;
}
@media only screen and (max-width:767px) {
  .w-350 {
    width: 220px;
    height: 140px;
  }
}

.w-200 {
  width: 200px;
  height: 240px;
  display: block;
}
@media only screen and (max-width:767px) {
  .w-200 {
    width: 80px;
    height: 80px;
  }
}

.w-40 {
  width: 40px;
  height: 40px;
  display: block;
}

.w-140 {
  width: 140px;
  height: 140px;
  display: block;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  color: #6A3906;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
main p, main ul, main ol {
  line-height: 1.5;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.radius {
  border-radius: 10px;
}

a {
  color: #6A3906;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .wrap {
    overflow-x: hidden;
  }
}

.text--bg {
  padding: 24px 80px;
  font-size: 2rem;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .text--bg {
    padding: 24px 16px;
    width: 100%;
  }
}

.text-large {
  font-size: 2rem;
}
@media only screen and (max-width:767px) {
  .text-large {
    font-size: 1.5rem;
  }
}

.text-center {
  text-align: center;
}

.text__bg--white {
  background-color: #fff;
  padding: 80px 40px;
}
@media only screen and (max-width:767px) {
  .text__bg--white {
    padding: 40px 16px;
  }
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

.relative {
  position: relative;
}

.row {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg-yellow {
  background: #F6F7D1;
  padding: 20px;
}
@media only screen and (max-width:767px) {
  .bg-yellow {
    padding: 20px 10px;
  }
}

.bg-yellow.addpict {
  padding: 40px 90px 40px 40px;
  background: #F6F7D1 url(../../common/images/point/ico_flower.png) 88% 50% no-repeat;
  background-size: 80px auto;
}
@media only screen and (max-width:767px) {
  .bg-yellow.addpict {
    background: #F6F7D1 url(../../common/images/point/ico_flower.png) 94% 50% no-repeat;
    background-size: 50px auto;
  }
}
@media only screen and (max-width:767px) {
  .bg-yellow.addpict p {
    text-align: left !important;
  }
}

.wd30 {
  width: 30%;
}
@media only screen and (max-width:767px) {
  .wd30 {
    width: 100%;
  }
}

.wd40 {
  width: 40%;
}
@media only screen and (max-width:767px) {
  .wd40 {
    width: 100%;
  }
}

.wd48 {
  width: 48%;
}
@media only screen and (max-width:767px) {
  .wd48 {
    width: 100%;
  }
}

.wd50 {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .wd50 {
    width: 100%;
  }
}

.wd60 {
  width: 60%;
}
@media only screen and (max-width:767px) {
  .wd60 {
    width: 100%;
  }
}

.wd65 {
  width: 65%;
}
@media only screen and (max-width:767px) {
  .wd65 {
    width: 100%;
  }
}

.wd100 {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .wd65--sp {
    width: 65%;
  }
}

.float-right {
  float: right;
  shape-outside: circle(50%);
  margin-left: 40px;
  max-width: 240px;
  margin-top: -40px;
}

iframe {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .pmark {
    width: 20%;
  }
}

/* 園田マイコさんに聞く CSS
========================================*/
.p-maiko__main {
  padding: 120px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topicPath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* SPonly */
@media screen and (max-width: 767px) {
  #contents {
    padding: 40px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 80px;
    background-color: #fff;
  }

  #mainArea h1 {
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 30px;
  }

  #mainArea p {
    line-height: 1.6;
  }

  #mainArea .mainimg {
    background: #f7f8f1;
    padding: 30px 20px;
  }

  #mainArea .mainimg h2 {
    text-align: center;
  }

  #mainArea .mainimg .anchorBtn a {
    background: url(/medicare/common/img/arrow_btm_sp.png) no-repeat 93% center;
    background-size: 13px auto;
    border: 2px solid #333;
    border-radius: 20px;
    display: block;
    font-size: 93%;
    margin: 20px auto 0;
    padding: 9px 17px;
    width: 235px;
  }

  #mainArea section h3 {
    border-bottom: 2px solid #5da11a;
    color: #5da11a;
    font-size: 140%;
    font-weight: bold;
    line-height: 135%;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  #mainArea section .secInr sup {
    line-height: 0;
  }

  #mainArea section .secInr .heart {
    color: #ef68a3;
  }

  #mainArea section .secInr .note {
    font-size: 85%;
    line-height: 165%;
    margin-top: 15px;
  }

  #mainArea section .secInr .mb20 {
    margin-bottom: 15px;
  }

  #mainArea section .secInr figure {
    margin: 25px 0;
    text-align: center;
  }

  #mainArea section .secInr figure img {
    width: 295px;
  }

  #mainArea section .secInr figure.vertical img {
    width: 195px;
  }

  #mainArea section .secInr .box {
    background: #f7f8f1;
    margin: 20px 0;
    padding: 20px;
  }

  #mainArea section .secInr .box dt img {
    width: 65px;
  }

  #mainArea section .secInr .box dd {
    margin-top: 15px;
    line-height: 1.6;
  }

  #mainArea section .secInr .media {
    margin: 20px 0;
  }

  #mainArea section .secInr .media dt {
    color: #5da11a;
    font-size: 130%;
    font-weight: bold;
    line-height: 135%;
    margin-bottom: 8px;
  }

  #mainArea section .secInr .media .mt0 {
    margin-top: 0;
  }

  #mainArea section .secInr .footTxt {
    font-size: 85%;
    line-height: 150%;
    margin-top: 20px;
    text-align: right;
  }

  #mainArea section .secInr .nextBtn a {
    border: 2px solid #333;
    border-radius: 20px;
    color: #333;
    display: block;
    line-height: 150%;
    margin: 30px auto 0;
    padding: 8px 10px 7px;
    text-align: center;
    text-decoration: none;
    width: 250px;
  }

  #mainArea .profile {
    border: 2px solid #5da11a;
    border-radius: 5px;
    margin-top: 40px;
    padding: 18px;
  }

  #mainArea .profile figure {
    text-align: center;
  }

  #mainArea .profile figure img {
    width: 90%;
  }

  #mainArea .profile figure figcaption {
    font-size: 85%;
    line-height: 150%;
    margin-top: 10px;
    text-align: left;
  }

  #mainArea .profile dl {
    margin-top: 25px;
  }

  #mainArea .profile dt {
    color: #5da11a;
    font-size: 130%;
    font-weight: bold;
    line-height: 135%;
    margin-bottom: 12px;
  }

  #mainArea .profile dd.blogBtn a {
    border: 2px solid #333;
    border-radius: 20px;
    color: #333;
    display: block;
    font-size: 93%;
    line-height: 150%;
    margin: 20px auto 10px;
    padding: 7px 10px 6px;
    text-align: center;
    text-decoration: none;
    width: 85%;
  }
}
/* PConly */
@media screen and (min-width: 768px) {
  #profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }

  #contents {
    padding: 40px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 120px;
    background-color: #fff;
  }

  #mainArea h1 {
    font-size: 200%;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 40px;
  }

  #mainArea .mainimg {
    background: #f7f8f1;
    margin-bottom: 80px;
    padding: 40px;
  }

  #mainArea .mainimg h2 {
    text-align: center;
  }

  #mainArea .mainimg .anchorBtn a {
    background: url(/medicare/common/img/arrow_btm_pc.png) no-repeat 93% 14px;
    border: 2px solid #333;
    border-radius: 20px;
    display: block;
    margin: 30px auto 0;
    padding: 9px 25px 8px;
    width: 290px;
    text-align: center;
  }

  #mainArea .mainimg .anchorBtn a:hover {
    background: url(/medicare/common/img/arrow_btm_ongr_pc.png) no-repeat 93% 14px;
    border: 2px solid #5da11a;
    color: #5da11a;
  }

  #mainArea section {
    margin-bottom: 60px;
  }

  #mainArea section .p-maiko_ttl {
    border-bottom: 2px solid #5da11a;
    color: #5da11a;
    font-size: 157%;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 45px;
    padding-bottom: 15px;
    max-width: 900px;
    margin: 0 auto 45px;
  }

  #mainArea section .secInr {
    font-size: 1.6rem;
    line-height: 165%;
    margin: 0 auto;
    width: 800px;
  }

  #mainArea section .secInr sup {
    line-height: 0;
  }

  #mainArea section .secInr .heart {
    color: #ef68a3;
  }

  #mainArea section .secInr .note {
    font-size: 80%;
    line-height: 165%;
    margin-top: 20px;
  }

  #mainArea section .secInr figure {
    margin: 40px 0;
    text-align: center;
  }

  #mainArea section .secInr .box {
    background: #f7f8f1;
    margin: 30px 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #mainArea section .secInr .box dd {
    float: right;
    padding: 15px 20px 10px 0;
    width: 630px;
  }

  #mainArea section .secInr .media {
    margin: 30px 0;
  }

  #mainArea section .secInr .media dt {
    color: #5da11a;
    font-size: 136%;
    font-weight: bold;
    line-height: 135%;
    margin-bottom: 10px;
  }

  #mainArea section .secInr .footTxt {
    font-size: 80%;
    line-height: 150%;
    margin-top: 30px;
    text-align: right;
  }

  #mainArea section .secInr .nextBtn a {
    border: 2px solid #333;
    border-radius: 20px;
    color: #333;
    display: block;
    line-height: 150%;
    margin: 30px auto 0;
    padding: 8px 10px 7px;
    text-align: center;
    text-decoration: none;
    width: 250px;
  }

  #mainArea section .secInr .nextBtn a:hover {
    border: 2px solid #5da11a;
    color: #5da11a;
  }

  #mainArea .profile {
    border: 2px solid #5da11a;
    border-radius: 10px;
    padding: 40px;
  }

  #mainArea .profile figure {
    width: 330px;
  }

  #mainArea .profile figure figcaption {
    font-size: 80%;
    line-height: 150%;
    margin-top: 15px;
  }

  #mainArea .profile dl {
    width: 500px;
  }

  #mainArea .profile dt {
    color: #5da11a;
    font-size: 136%;
    font-weight: bold;
    line-height: 135%;
    margin-bottom: 20px;
  }

  #mainArea .profile dd {
    font-size: 107%;
    line-height: 165%;
  }

  #mainArea .profile dd.blogBtn a {
    border: 2px solid #333;
    border-radius: 20px;
    color: #333;
    display: block;
    font-size: 93%;
    line-height: 150%;
    margin: 30px auto 0;
    padding: 7px 10px 6px;
    text-align: center;
    text-decoration: none;
    width: 320px;
  }

  #mainArea .profile dd.blogBtn a:hover {
    border: 2px solid #5da11a;
    color: #5da11a;
  }
}
.p-maiko__sitemap {
  opacity: 1 !important;
  position: static !important;
}

.p-maiko__sitemap .has-child ul {
  position: static !important;
  display: block !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-hidden {
  display: none !important;
}

.u-hidden--sp {
  display: none !important;
}
@media only screen and (max-width:767px) {
  .u-hidden--sp {
    display: block !important;
  }
}

.u-hidden--pc {
  display: block !important;
}
@media only screen and (max-width:767px) {
  .u-hidden--pc {
    display: none !important;
  }
}

.u-left {
  text-align: left;
}

@media print, only screen and (min-width:768px) {
  .u-left--pc {
    text-align: left;
  }
}

@media only screen and (max-width:767px) {
  .u-left--sp {
    text-align: left;
  }
}

.u-center {
  text-align: center;
}

@media print, only screen and (min-width:768px) {
  .u-center--pc {
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .u-center--sp {
    text-align: center;
  }
}

.u-right {
  text-align: right;
}

@media print, only screen and (min-width:768px) {
  .u-right--pc {
    text-align: right;
  }
}

@media only screen and (max-width:767px) {
  .u-right--sp {
    text-align: right;
  }
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

@media only screen and (max-width:767px) {
  .u-mb-0--sp {
    margin-bottom: 0px;
  }

  .u-mt-0--sp {
    margin-top: 0px;
  }

  .u-ml-0--sp {
    margin-left: 0px;
  }

  .u-mr-0--sp {
    margin-right: 0px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-0--pc {
    margin-bottom: 0px;
  }

  .u-mt-0--pc {
    margin-top: 0px;
  }

  .u-ml-0--pc {
    margin-left: 0px;
  }

  .u-mr-0--pc {
    margin-right: 0px;
  }
}
.u-mb-1 {
  margin-bottom: 1px;
}

.u-mt-1 {
  margin-top: 1px;
}

.u-ml-1 {
  margin-left: 1px;
}

.u-mr-1 {
  margin-right: 1px;
}

@media only screen and (max-width:767px) {
  .u-mb-1--sp {
    margin-bottom: 1px;
  }

  .u-mt-1--sp {
    margin-top: 1px;
  }

  .u-ml-1--sp {
    margin-left: 1px;
  }

  .u-mr-1--sp {
    margin-right: 1px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-1--pc {
    margin-bottom: 1px;
  }

  .u-mt-1--pc {
    margin-top: 1px;
  }

  .u-ml-1--pc {
    margin-left: 1px;
  }

  .u-mr-1--pc {
    margin-right: 1px;
  }
}
.u-mb-2 {
  margin-bottom: 2px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-ml-2 {
  margin-left: 2px;
}

.u-mr-2 {
  margin-right: 2px;
}

@media only screen and (max-width:767px) {
  .u-mb-2--sp {
    margin-bottom: 2px;
  }

  .u-mt-2--sp {
    margin-top: 2px;
  }

  .u-ml-2--sp {
    margin-left: 2px;
  }

  .u-mr-2--sp {
    margin-right: 2px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-2--pc {
    margin-bottom: 2px;
  }

  .u-mt-2--pc {
    margin-top: 2px;
  }

  .u-ml-2--pc {
    margin-left: 2px;
  }

  .u-mr-2--pc {
    margin-right: 2px;
  }
}
.u-mb-3 {
  margin-bottom: 3px;
}

.u-mt-3 {
  margin-top: 3px;
}

.u-ml-3 {
  margin-left: 3px;
}

.u-mr-3 {
  margin-right: 3px;
}

@media only screen and (max-width:767px) {
  .u-mb-3--sp {
    margin-bottom: 3px;
  }

  .u-mt-3--sp {
    margin-top: 3px;
  }

  .u-ml-3--sp {
    margin-left: 3px;
  }

  .u-mr-3--sp {
    margin-right: 3px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-3--pc {
    margin-bottom: 3px;
  }

  .u-mt-3--pc {
    margin-top: 3px;
  }

  .u-ml-3--pc {
    margin-left: 3px;
  }

  .u-mr-3--pc {
    margin-right: 3px;
  }
}
.u-mb-4 {
  margin-bottom: 4px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-ml-4 {
  margin-left: 4px;
}

.u-mr-4 {
  margin-right: 4px;
}

@media only screen and (max-width:767px) {
  .u-mb-4--sp {
    margin-bottom: 4px;
  }

  .u-mt-4--sp {
    margin-top: 4px;
  }

  .u-ml-4--sp {
    margin-left: 4px;
  }

  .u-mr-4--sp {
    margin-right: 4px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-4--pc {
    margin-bottom: 4px;
  }

  .u-mt-4--pc {
    margin-top: 4px;
  }

  .u-ml-4--pc {
    margin-left: 4px;
  }

  .u-mr-4--pc {
    margin-right: 4px;
  }
}
.u-mb-5 {
  margin-bottom: 5px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-ml-5 {
  margin-left: 5px;
}

.u-mr-5 {
  margin-right: 5px;
}

@media only screen and (max-width:767px) {
  .u-mb-5--sp {
    margin-bottom: 5px;
  }

  .u-mt-5--sp {
    margin-top: 5px;
  }

  .u-ml-5--sp {
    margin-left: 5px;
  }

  .u-mr-5--sp {
    margin-right: 5px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-5--pc {
    margin-bottom: 5px;
  }

  .u-mt-5--pc {
    margin-top: 5px;
  }

  .u-ml-5--pc {
    margin-left: 5px;
  }

  .u-mr-5--pc {
    margin-right: 5px;
  }
}
.u-mb-6 {
  margin-bottom: 6px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-ml-6 {
  margin-left: 6px;
}

.u-mr-6 {
  margin-right: 6px;
}

@media only screen and (max-width:767px) {
  .u-mb-6--sp {
    margin-bottom: 6px;
  }

  .u-mt-6--sp {
    margin-top: 6px;
  }

  .u-ml-6--sp {
    margin-left: 6px;
  }

  .u-mr-6--sp {
    margin-right: 6px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-6--pc {
    margin-bottom: 6px;
  }

  .u-mt-6--pc {
    margin-top: 6px;
  }

  .u-ml-6--pc {
    margin-left: 6px;
  }

  .u-mr-6--pc {
    margin-right: 6px;
  }
}
.u-mb-7 {
  margin-bottom: 7px;
}

.u-mt-7 {
  margin-top: 7px;
}

.u-ml-7 {
  margin-left: 7px;
}

.u-mr-7 {
  margin-right: 7px;
}

@media only screen and (max-width:767px) {
  .u-mb-7--sp {
    margin-bottom: 7px;
  }

  .u-mt-7--sp {
    margin-top: 7px;
  }

  .u-ml-7--sp {
    margin-left: 7px;
  }

  .u-mr-7--sp {
    margin-right: 7px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-7--pc {
    margin-bottom: 7px;
  }

  .u-mt-7--pc {
    margin-top: 7px;
  }

  .u-ml-7--pc {
    margin-left: 7px;
  }

  .u-mr-7--pc {
    margin-right: 7px;
  }
}
.u-mb-8 {
  margin-bottom: 8px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-ml-8 {
  margin-left: 8px;
}

.u-mr-8 {
  margin-right: 8px;
}

@media only screen and (max-width:767px) {
  .u-mb-8--sp {
    margin-bottom: 8px;
  }

  .u-mt-8--sp {
    margin-top: 8px;
  }

  .u-ml-8--sp {
    margin-left: 8px;
  }

  .u-mr-8--sp {
    margin-right: 8px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-8--pc {
    margin-bottom: 8px;
  }

  .u-mt-8--pc {
    margin-top: 8px;
  }

  .u-ml-8--pc {
    margin-left: 8px;
  }

  .u-mr-8--pc {
    margin-right: 8px;
  }
}
.u-mb-9 {
  margin-bottom: 9px;
}

.u-mt-9 {
  margin-top: 9px;
}

.u-ml-9 {
  margin-left: 9px;
}

.u-mr-9 {
  margin-right: 9px;
}

@media only screen and (max-width:767px) {
  .u-mb-9--sp {
    margin-bottom: 9px;
  }

  .u-mt-9--sp {
    margin-top: 9px;
  }

  .u-ml-9--sp {
    margin-left: 9px;
  }

  .u-mr-9--sp {
    margin-right: 9px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-9--pc {
    margin-bottom: 9px;
  }

  .u-mt-9--pc {
    margin-top: 9px;
  }

  .u-ml-9--pc {
    margin-left: 9px;
  }

  .u-mr-9--pc {
    margin-right: 9px;
  }
}
.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-mr-10 {
  margin-right: 10px;
}

@media only screen and (max-width:767px) {
  .u-mb-10--sp {
    margin-bottom: 10px;
  }

  .u-mt-10--sp {
    margin-top: 10px;
  }

  .u-ml-10--sp {
    margin-left: 10px;
  }

  .u-mr-10--sp {
    margin-right: 10px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-10--pc {
    margin-bottom: 10px;
  }

  .u-mt-10--pc {
    margin-top: 10px;
  }

  .u-ml-10--pc {
    margin-left: 10px;
  }

  .u-mr-10--pc {
    margin-right: 10px;
  }
}
.u-mb-11 {
  margin-bottom: 11px;
}

.u-mt-11 {
  margin-top: 11px;
}

.u-ml-11 {
  margin-left: 11px;
}

.u-mr-11 {
  margin-right: 11px;
}

@media only screen and (max-width:767px) {
  .u-mb-11--sp {
    margin-bottom: 11px;
  }

  .u-mt-11--sp {
    margin-top: 11px;
  }

  .u-ml-11--sp {
    margin-left: 11px;
  }

  .u-mr-11--sp {
    margin-right: 11px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-11--pc {
    margin-bottom: 11px;
  }

  .u-mt-11--pc {
    margin-top: 11px;
  }

  .u-ml-11--pc {
    margin-left: 11px;
  }

  .u-mr-11--pc {
    margin-right: 11px;
  }
}
.u-mb-12 {
  margin-bottom: 12px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-ml-12 {
  margin-left: 12px;
}

.u-mr-12 {
  margin-right: 12px;
}

@media only screen and (max-width:767px) {
  .u-mb-12--sp {
    margin-bottom: 12px;
  }

  .u-mt-12--sp {
    margin-top: 12px;
  }

  .u-ml-12--sp {
    margin-left: 12px;
  }

  .u-mr-12--sp {
    margin-right: 12px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-12--pc {
    margin-bottom: 12px;
  }

  .u-mt-12--pc {
    margin-top: 12px;
  }

  .u-ml-12--pc {
    margin-left: 12px;
  }

  .u-mr-12--pc {
    margin-right: 12px;
  }
}
.u-mb-13 {
  margin-bottom: 13px;
}

.u-mt-13 {
  margin-top: 13px;
}

.u-ml-13 {
  margin-left: 13px;
}

.u-mr-13 {
  margin-right: 13px;
}

@media only screen and (max-width:767px) {
  .u-mb-13--sp {
    margin-bottom: 13px;
  }

  .u-mt-13--sp {
    margin-top: 13px;
  }

  .u-ml-13--sp {
    margin-left: 13px;
  }

  .u-mr-13--sp {
    margin-right: 13px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-13--pc {
    margin-bottom: 13px;
  }

  .u-mt-13--pc {
    margin-top: 13px;
  }

  .u-ml-13--pc {
    margin-left: 13px;
  }

  .u-mr-13--pc {
    margin-right: 13px;
  }
}
.u-mb-14 {
  margin-bottom: 14px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-ml-14 {
  margin-left: 14px;
}

.u-mr-14 {
  margin-right: 14px;
}

@media only screen and (max-width:767px) {
  .u-mb-14--sp {
    margin-bottom: 14px;
  }

  .u-mt-14--sp {
    margin-top: 14px;
  }

  .u-ml-14--sp {
    margin-left: 14px;
  }

  .u-mr-14--sp {
    margin-right: 14px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-14--pc {
    margin-bottom: 14px;
  }

  .u-mt-14--pc {
    margin-top: 14px;
  }

  .u-ml-14--pc {
    margin-left: 14px;
  }

  .u-mr-14--pc {
    margin-right: 14px;
  }
}
.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-ml-15 {
  margin-left: 15px;
}

.u-mr-15 {
  margin-right: 15px;
}

@media only screen and (max-width:767px) {
  .u-mb-15--sp {
    margin-bottom: 15px;
  }

  .u-mt-15--sp {
    margin-top: 15px;
  }

  .u-ml-15--sp {
    margin-left: 15px;
  }

  .u-mr-15--sp {
    margin-right: 15px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-15--pc {
    margin-bottom: 15px;
  }

  .u-mt-15--pc {
    margin-top: 15px;
  }

  .u-ml-15--pc {
    margin-left: 15px;
  }

  .u-mr-15--pc {
    margin-right: 15px;
  }
}
.u-mb-16 {
  margin-bottom: 16px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-ml-16 {
  margin-left: 16px;
}

.u-mr-16 {
  margin-right: 16px;
}

@media only screen and (max-width:767px) {
  .u-mb-16--sp {
    margin-bottom: 16px;
  }

  .u-mt-16--sp {
    margin-top: 16px;
  }

  .u-ml-16--sp {
    margin-left: 16px;
  }

  .u-mr-16--sp {
    margin-right: 16px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-16--pc {
    margin-bottom: 16px;
  }

  .u-mt-16--pc {
    margin-top: 16px;
  }

  .u-ml-16--pc {
    margin-left: 16px;
  }

  .u-mr-16--pc {
    margin-right: 16px;
  }
}
.u-mb-17 {
  margin-bottom: 17px;
}

.u-mt-17 {
  margin-top: 17px;
}

.u-ml-17 {
  margin-left: 17px;
}

.u-mr-17 {
  margin-right: 17px;
}

@media only screen and (max-width:767px) {
  .u-mb-17--sp {
    margin-bottom: 17px;
  }

  .u-mt-17--sp {
    margin-top: 17px;
  }

  .u-ml-17--sp {
    margin-left: 17px;
  }

  .u-mr-17--sp {
    margin-right: 17px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-17--pc {
    margin-bottom: 17px;
  }

  .u-mt-17--pc {
    margin-top: 17px;
  }

  .u-ml-17--pc {
    margin-left: 17px;
  }

  .u-mr-17--pc {
    margin-right: 17px;
  }
}
.u-mb-18 {
  margin-bottom: 18px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-ml-18 {
  margin-left: 18px;
}

.u-mr-18 {
  margin-right: 18px;
}

@media only screen and (max-width:767px) {
  .u-mb-18--sp {
    margin-bottom: 18px;
  }

  .u-mt-18--sp {
    margin-top: 18px;
  }

  .u-ml-18--sp {
    margin-left: 18px;
  }

  .u-mr-18--sp {
    margin-right: 18px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-18--pc {
    margin-bottom: 18px;
  }

  .u-mt-18--pc {
    margin-top: 18px;
  }

  .u-ml-18--pc {
    margin-left: 18px;
  }

  .u-mr-18--pc {
    margin-right: 18px;
  }
}
.u-mb-19 {
  margin-bottom: 19px;
}

.u-mt-19 {
  margin-top: 19px;
}

.u-ml-19 {
  margin-left: 19px;
}

.u-mr-19 {
  margin-right: 19px;
}

@media only screen and (max-width:767px) {
  .u-mb-19--sp {
    margin-bottom: 19px;
  }

  .u-mt-19--sp {
    margin-top: 19px;
  }

  .u-ml-19--sp {
    margin-left: 19px;
  }

  .u-mr-19--sp {
    margin-right: 19px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-19--pc {
    margin-bottom: 19px;
  }

  .u-mt-19--pc {
    margin-top: 19px;
  }

  .u-ml-19--pc {
    margin-left: 19px;
  }

  .u-mr-19--pc {
    margin-right: 19px;
  }
}
.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mr-20 {
  margin-right: 20px;
}

@media only screen and (max-width:767px) {
  .u-mb-20--sp {
    margin-bottom: 20px;
  }

  .u-mt-20--sp {
    margin-top: 20px;
  }

  .u-ml-20--sp {
    margin-left: 20px;
  }

  .u-mr-20--sp {
    margin-right: 20px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-20--pc {
    margin-bottom: 20px;
  }

  .u-mt-20--pc {
    margin-top: 20px;
  }

  .u-ml-20--pc {
    margin-left: 20px;
  }

  .u-mr-20--pc {
    margin-right: 20px;
  }
}
.u-mb-25 {
  margin-bottom: 25px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-ml-25 {
  margin-left: 25px;
}

.u-mr-25 {
  margin-right: 25px;
}

@media only screen and (max-width:767px) {
  .u-mb-25--sp {
    margin-bottom: 25px;
  }

  .u-mt-25--sp {
    margin-top: 25px;
  }

  .u-ml-25--sp {
    margin-left: 25px;
  }

  .u-mr-25--sp {
    margin-right: 25px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-25--pc {
    margin-bottom: 25px;
  }

  .u-mt-25--pc {
    margin-top: 25px;
  }

  .u-ml-25--pc {
    margin-left: 25px;
  }

  .u-mr-25--pc {
    margin-right: 25px;
  }
}
.u-mb-28 {
  margin-bottom: 28px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-ml-28 {
  margin-left: 28px;
}

.u-mr-28 {
  margin-right: 28px;
}

@media only screen and (max-width:767px) {
  .u-mb-28--sp {
    margin-bottom: 28px;
  }

  .u-mt-28--sp {
    margin-top: 28px;
  }

  .u-ml-28--sp {
    margin-left: 28px;
  }

  .u-mr-28--sp {
    margin-right: 28px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-28--pc {
    margin-bottom: 28px;
  }

  .u-mt-28--pc {
    margin-top: 28px;
  }

  .u-ml-28--pc {
    margin-left: 28px;
  }

  .u-mr-28--pc {
    margin-right: 28px;
  }
}
.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-ml-30 {
  margin-left: 30px;
}

.u-mr-30 {
  margin-right: 30px;
}

@media only screen and (max-width:767px) {
  .u-mb-30--sp {
    margin-bottom: 30px;
  }

  .u-mt-30--sp {
    margin-top: 30px;
  }

  .u-ml-30--sp {
    margin-left: 30px;
  }

  .u-mr-30--sp {
    margin-right: 30px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-30--pc {
    margin-bottom: 30px;
  }

  .u-mt-30--pc {
    margin-top: 30px;
  }

  .u-ml-30--pc {
    margin-left: 30px;
  }

  .u-mr-30--pc {
    margin-right: 30px;
  }
}
.u-mb-35 {
  margin-bottom: 35px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-ml-35 {
  margin-left: 35px;
}

.u-mr-35 {
  margin-right: 35px;
}

@media only screen and (max-width:767px) {
  .u-mb-35--sp {
    margin-bottom: 35px;
  }

  .u-mt-35--sp {
    margin-top: 35px;
  }

  .u-ml-35--sp {
    margin-left: 35px;
  }

  .u-mr-35--sp {
    margin-right: 35px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-35--pc {
    margin-bottom: 35px;
  }

  .u-mt-35--pc {
    margin-top: 35px;
  }

  .u-ml-35--pc {
    margin-left: 35px;
  }

  .u-mr-35--pc {
    margin-right: 35px;
  }
}
.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-mr-40 {
  margin-right: 40px;
}

@media only screen and (max-width:767px) {
  .u-mb-40--sp {
    margin-bottom: 40px;
  }

  .u-mt-40--sp {
    margin-top: 40px;
  }

  .u-ml-40--sp {
    margin-left: 40px;
  }

  .u-mr-40--sp {
    margin-right: 40px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-40--pc {
    margin-bottom: 40px;
  }

  .u-mt-40--pc {
    margin-top: 40px;
  }

  .u-ml-40--pc {
    margin-left: 40px;
  }

  .u-mr-40--pc {
    margin-right: 40px;
  }
}
.u-mb-45 {
  margin-bottom: 45px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-ml-45 {
  margin-left: 45px;
}

.u-mr-45 {
  margin-right: 45px;
}

@media only screen and (max-width:767px) {
  .u-mb-45--sp {
    margin-bottom: 45px;
  }

  .u-mt-45--sp {
    margin-top: 45px;
  }

  .u-ml-45--sp {
    margin-left: 45px;
  }

  .u-mr-45--sp {
    margin-right: 45px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-45--pc {
    margin-bottom: 45px;
  }

  .u-mt-45--pc {
    margin-top: 45px;
  }

  .u-ml-45--pc {
    margin-left: 45px;
  }

  .u-mr-45--pc {
    margin-right: 45px;
  }
}
.u-mb-50 {
  margin-bottom: 50px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-ml-50 {
  margin-left: 50px;
}

.u-mr-50 {
  margin-right: 50px;
}

@media only screen and (max-width:767px) {
  .u-mb-50--sp {
    margin-bottom: 50px;
  }

  .u-mt-50--sp {
    margin-top: 50px;
  }

  .u-ml-50--sp {
    margin-left: 50px;
  }

  .u-mr-50--sp {
    margin-right: 50px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-50--pc {
    margin-bottom: 50px;
  }

  .u-mt-50--pc {
    margin-top: 50px;
  }

  .u-ml-50--pc {
    margin-left: 50px;
  }

  .u-mr-50--pc {
    margin-right: 50px;
  }
}
.u-mb-70 {
  margin-bottom: 70px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-ml-70 {
  margin-left: 70px;
}

.u-mr-70 {
  margin-right: 70px;
}

@media only screen and (max-width:767px) {
  .u-mb-70--sp {
    margin-bottom: 70px;
  }

  .u-mt-70--sp {
    margin-top: 70px;
  }

  .u-ml-70--sp {
    margin-left: 70px;
  }

  .u-mr-70--sp {
    margin-right: 70px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-70--pc {
    margin-bottom: 70px;
  }

  .u-mt-70--pc {
    margin-top: 70px;
  }

  .u-ml-70--pc {
    margin-left: 70px;
  }

  .u-mr-70--pc {
    margin-right: 70px;
  }
}
.u-mb-80 {
  margin-bottom: 80px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-ml-80 {
  margin-left: 80px;
}

.u-mr-80 {
  margin-right: 80px;
}

@media only screen and (max-width:767px) {
  .u-mb-80--sp {
    margin-bottom: 80px;
  }

  .u-mt-80--sp {
    margin-top: 80px;
  }

  .u-ml-80--sp {
    margin-left: 80px;
  }

  .u-mr-80--sp {
    margin-right: 80px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-80--pc {
    margin-bottom: 80px;
  }

  .u-mt-80--pc {
    margin-top: 80px;
  }

  .u-ml-80--pc {
    margin-left: 80px;
  }

  .u-mr-80--pc {
    margin-right: 80px;
  }
}
.u-mb-120 {
  margin-bottom: 120px;
}

.u-mt-120 {
  margin-top: 120px;
}

.u-ml-120 {
  margin-left: 120px;
}

.u-mr-120 {
  margin-right: 120px;
}

@media only screen and (max-width:767px) {
  .u-mb-120--sp {
    margin-bottom: 120px;
  }

  .u-mt-120--sp {
    margin-top: 120px;
  }

  .u-ml-120--sp {
    margin-left: 120px;
  }

  .u-mr-120--sp {
    margin-right: 120px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-120--pc {
    margin-bottom: 120px;
  }

  .u-mt-120--pc {
    margin-top: 120px;
  }

  .u-ml-120--pc {
    margin-left: 120px;
  }

  .u-mr-120--pc {
    margin-right: 120px;
  }
}
.u-mb-140 {
  margin-bottom: 140px;
}

.u-mt-140 {
  margin-top: 140px;
}

.u-ml-140 {
  margin-left: 140px;
}

.u-mr-140 {
  margin-right: 140px;
}

@media only screen and (max-width:767px) {
  .u-mb-140--sp {
    margin-bottom: 140px;
  }

  .u-mt-140--sp {
    margin-top: 140px;
  }

  .u-ml-140--sp {
    margin-left: 140px;
  }

  .u-mr-140--sp {
    margin-right: 140px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-140--pc {
    margin-bottom: 140px;
  }

  .u-mt-140--pc {
    margin-top: 140px;
  }

  .u-ml-140--pc {
    margin-left: 140px;
  }

  .u-mr-140--pc {
    margin-right: 140px;
  }
}
.u-mb-200 {
  margin-bottom: 200px;
}

.u-mt-200 {
  margin-top: 200px;
}

.u-ml-200 {
  margin-left: 200px;
}

.u-mr-200 {
  margin-right: 200px;
}

@media only screen and (max-width:767px) {
  .u-mb-200--sp {
    margin-bottom: 200px;
  }

  .u-mt-200--sp {
    margin-top: 200px;
  }

  .u-ml-200--sp {
    margin-left: 200px;
  }

  .u-mr-200--sp {
    margin-right: 200px;
  }
}
@media print, only screen and (min-width:768px) {
  .u-mb-200--pc {
    margin-bottom: 200px;
  }

  .u-mt-200--pc {
    margin-top: 200px;
  }

  .u-ml-200--pc {
    margin-left: 200px;
  }

  .u-mr-200--pc {
    margin-right: 200px;
  }
}
.u-pt-120 {
  padding: 120px 24px 80px;
}
@media only screen and (max-width:767px) {
  .u-pt-120 {
    padding: 40px 24px;
  }
}

/*margin padding*/
.u-pb-70 {
  padding-bottom: 70px;
}

.u-pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width:767px) {
  .u-plr-24 {
    padding: 0 24px !important;
  }
}

@media only screen and (max-width:767px) {
  .u-plr-16 {
    padding: 16px !important;
  }
}

.u-rgap-24 {
  row-gap: 24px;
}
@media only screen and (max-width:767px) {
  .u-rgap-24 {
    row-gap: 0;
  }
}

/*text-align*/
.txt-r {
  text-align: right;
}

/*page-link*/
#page-link {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}
#page-link li {
  margin: 0 10px;
}

@media only screen and (max-width: 769px) {
  #page-link {
    display: block;
  }

  #page-link li {
    margin: 0 0 10px 0;
  }
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-wd-100 {
  width: 100%;
}

.font-20 {
  font-size: 2rem;
}
@media only screen and (max-width:767px) {
  .font-20 {
    font-size: 1.6rem;
  }
}

.u-mt-4--4 {
  margin-top: 5%;
}

.l-header__wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width:767px) {
  .l-header__wrap {
    z-index: 4;
    padding: 10px 7px;
  }
}
.l-header__inner {
  max-width: 1366px;
  width: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
@media only screen and (max-width:767px) {
  .l-header__logoArea {
    gap: 20px;
  }
}
.l-header__logo {
  max-width: 272px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .l-header__logo {
    width: 158px;
  }
}
.l-header__telArea {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.l-header__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 2.7rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .l-header__tel a {
    font-size: 1.6rem;
    gap: 2px;
  }
}
.l-header__tel a figure {
  width: 36px;
}
@media only screen and (max-width:767px) {
  .l-header__tel a figure {
    width: 20px;
  }
}
.l-header__time {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.28em;
}
@media only screen and (max-width:767px) {
  .l-header__time {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.l-header__subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.l-header__subNav-item {
  max-width: 96px;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  width: 96px;
  border-radius: 8px;
  height: 62px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1060px) {
  .l-header__subNav-item {
    width: 70px;
    border-radius: 5px 0px 0px 5px;
    height: 45px;
  }
}
.l-header__subNav-item a {
  display: block;
  padding: 2px 0 6px;
  color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 1060px) {
  .l-header__subNav-item a {
    padding: 0px 0 3px;
  }
  .l-header__subNav-item a img {
    width: 40%;
  }
}
.l-header__subNav-item a figcaption {
  margin-top: 4px;
}
@media only screen and (max-width: 1060px) {
  .l-header__subNav-item a figcaption {
    font-size: 1rem;
  }
}
/* .l-header__subNav-item:first-child {
  background-color: #FF8DBD;
  padding-top: 0px;
} */
.l-header__subNav-item:nth-child(2) {
  background-color: #FF8DBD;
  padding-top: 0px;
}
.l-header__subNav-item:nth-child(3) {
  background-color: #498C30;
  padding-top: 0px;
}
.l-header__subNav-item:nth-child(4) {
  background-color: #99C824;
  padding-top: 0px;
}
.l-header__subNav-item:nth-child(5) {
  background-color: #DA7C30;
  padding-top: 0px;
}
.l-header__subNav-item:last-child {
  background-color: #845693;
}
@media only screen and (max-width: 1060px) {
  .l-header__subNav-item:nth-child(2) {
    background-color: #FF8DBD;
    padding-top: 0px;
  }
  .l-header__subNav-item:nth-child(3) {
    background-color: #498C30;
    padding-top: 0px;
  }
  .l-header__subNav-item:nth-child(4) {
    background-color: #99C824;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1060px) {
  .l-header__subNav {
    position: fixed;
    right: 0;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#popup-menu-search {
  position: absolute;
  top: 130%;
  left: -25%;
  padding: 35px 100px 35px 65px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 5px #00000040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
#popup-menu-search-mobile {
  display: none;
}
#popup-menu-search.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
#popup-menu-search li {
  padding-bottom: 16px;
}
#popup-menu-search .triangle_left {
  display: block;
  width: 100%;
}
#popup-menu-search .triangle_left::before {
  top: 30%;
  left: -10%;
}
#popup-menu-search .toggle_btn-close {
  top: 15px;
  right: 17px;
}
@media only screen and (max-width: 1060px) {
  #popup-menu-search {
    display: none;
  }
  #popup-menu-search-mobile {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 8px 5px #00000040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    left: -475%;
    padding: 20px 0px 5px;
  }
  #popup-menu-search-mobile.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
  #popup-menu-search-mobile nav {
    padding-bottom: 13px;
  }
  #popup-menu-search-mobile li {
    padding-bottom: 16px;
    padding-inline: 50px 30px;
  }
  #popup-menu-search-mobile .triangle_left {
    display: block;
    width: 100%;
  }
  #popup-menu-search-mobile .triangle_left::before {
    top: 30%;
    left: -10%;
  }
  #popup-menu-search-mobile .menu-bottom {
    border-top: 1px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1060px) {
  #popup-menu-search-mobile .toggle_btn-close {
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
  }
  #popup-menu-search-mobile .toggle_btn-close span:nth-child(1) {
    background-color: #656565;
  }
  #popup-menu-search-mobile .toggle_btn-close span:nth-child(3) {
    background-color: #656565;
  }
}

.l-footer {
  padding: 55px 24px 40px;
  color: #030303;
}
@media only screen and (max-width:767px) {
  .l-footer {
    padding: 24px 24px 80px;
  }
}
.l-footer__banner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:767px) {
  .l-footer__banner {
    max-width: 290px;
    width: 100%;
  }
}
.l-footer__body {
  max-width: 1212px;
  width: 100%;
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 32px;
  }
}
.l-footer__foot {
  border-right: 1px dashed #444;
  padding-right: 54px;
  font-size: 1.4rem;
}
@media only screen and (max-width:767px) {
  .l-footer__foot {
    border: none;
    padding-right: 0;
    margin-top: 40px;
  }
}
.l-footer__logo {
  width: 187px;
}
@media only screen and (max-width:767px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__read {
  margin-top: 35px;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .l-footer__c {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }
}
.l-footer small {
  margin-top: 1em;
}
@media only screen and (max-width:767px) {
  .l-footer small {
    text-align: left;
  }
}
.l-footer__head {
  margin-left: 86px;
  max-width: 767px;
  width: 100%;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .l-footer__head {
    margin-left: 0;
  }
}
.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 50px;
}
@media only screen and (max-width:767px) {
  .l-footer__navItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  .l-footer__navItem::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #444;
    display: block;
  }
}
.l-footer__navItem a {
  color: #444;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.l-footer__navItem a:hover {
  color: #99C824;
}
.l-footer__subNav-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 60px;
}
.l-footer__subNav-area figure {
  width: 63px;
}
.l-footer__subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width:767px) {
  .l-footer__subNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer__subNav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.l-footer__subNav-item::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #444;
  display: block;
  gap: 5px;
}
@media only screen and (max-width:767px) {
  .l-footer__subNav-item::before {
    background: url(../images/common/triangle.svg) no-repeat center center;
    background-size: contain;
    height: 7px;
  }
}
.l-footer__subNav-item a {
  color: #444;
}
.l-footer__bannerArea {
  margin-top: 64px;
  padding-right: 60px;
}
@media only screen and (max-width:767px) {
  .l-footer__bannerArea {
    margin-top: 24px;
    padding-right: 0;
  }
}
.l-footer__banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.2rem;
  gap: 24px;
}
@media only screen and (max-width:767px) {
  .l-footer__banner-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px 0;
  }
}
@media only screen and (max-width:767px) {
  .l-footer__banner-item {
    width: 48%;
  }
}
@media only screen and (max-width:767px) {
  .l-footer__banner-item:first-child {
    width: 100%;
    text-align: center;
  }
}
.l-footer__banner-item:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #444;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .l-footer__banner-item:first-child a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-footer__banner-item:first-child a img {
  width: 20%;
}
@media only screen and (max-width:767px) {
  .l-footer__banner-item:first-child a img {
    width: 10%;
  }
}

.l-footer-contact {
  padding: 80px 24px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .l-footer-contact {
    padding: 40px 24px;
  }
}
.l-footer-contact::after {
  content: none !important;
}
.l-footer-contact .ttl_jp {
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .l-footer-contact .ttl_jp {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width:767px) {
  .l-footer-contact__text {
    font-size: 1.6rem;
  }
}
.l-footer-contact__textarea {
  background-color: #fff;
  border: 1px solid #498C30;
  border-radius: 20px;
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 16px 38px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-footer-contact__ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__ttl {
    font-size: 1.8rem;
  }
}
.l-footer-contact__tel {
  font-size: 4.8rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__tel {
    font-size: 3.2rem;
  }
}
.l-footer-contact__tel a {
  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: 4px;
}
.l-footer-contact__tel a span {
  max-width: 74px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__tel a span {
    max-width: 57px;
  }
}
.l-footer-contact__timearea {
  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: 30px;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__timearea {
    gap: 6px;
  }
}
.l-footer-contact__time {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__time {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.l-footer-contact__info {
  border: 1px solid #6A3906;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 9px 12px;
}
@media only screen and (max-width:767px) {
  .l-footer-contact__info {
    padding: 4px 8px;
    width: 40%;
    font-size: 1.2rem;
  }
}
.l-footer-contact__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width:767px) {
  .l-footer-contact .c-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}
.l-footer-contact .c-list-item {
  max-width: 360px;
  width: 100%;
  border: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 10px;
}
.l-footer-contact .c-list-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width:767px) {
  .l-footer-contact .c-list-item {
    max-width: 251px;
    margin: 0 auto;
  }
}
.l-footer-contact .c-list-item-red {
  background-color: #DA7C30;
  border: 1px solid #DA7C30;
}
.l-footer-contact .c-list-item-green {
  background-color: #99C824;
  border: 1px solid #99C824;
}
.l-footer-contact .c-list-item-green .c-list-link {
  margin-top: 3px;
}
.l-footer-contact .c-list-link {
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer-contact .triangle:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #ffffff;
}
.l-footer-contact__banner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pa-60 {
  padding-top: 60PX !important;
}

.bg_wh-shadow {
  background-color: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.b-b {
  border-bottom: 1px dashed #6A3906;
}

.b-b--pc {
  border-bottom: 1px dashed #6A3906;
}
@media only screen and (max-width:767px) {
  .b-b--pc {
    border-bottom: none;
  }
}

@media only screen and (max-width:767px) {
  .b-b--sp {
    border-bottom: 1px dashed #6A3906;
  }
}

/*first-view作り直し*/
.first-view {
  padding-top: 125px;
  position: relative;
}

.first-view figure {
  width: 76%;
  margin-left: 24%;
}

.first-view figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-view .first-view-copy-area {
  position: absolute;
  left: 0;
  bottom: 25%;
  z-index: 2;
}
.first-view .first-view-copy-area.l-mg {
  left: 30px;
  bottom: 10%;
}

@media only screen and (max-width: 767px) {
  .first-view {
    padding-top: 70px;
  }

  .first-view figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .first-view .first-view-copy-area {
    position: relative;
    left: inherit;
    bottom: inherit;
    text-align: center;
    padding-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .first-view .first-view-copy-area.l-mg {
    left: inherit;
    bottom: inherit;
  }
  .first-view .first-view-copy-area .p-home__copy2 {
    font-size: 2rem;
  }
  .first-view .first-view-copy-area h1 {
    font-size: 1.3rem !important;
    margin-top: 10px;
  }
  .first-view .first-view-copy-area h1::after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #6A3906;
    display: block;
    margin: 8px auto 0;
  }

  .page .p-read__text.u-mb-70 {
    margin-bottom: 20px;
  }
}
.toggle_btn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 80px;
  height: 50px;
}
@media only screen and (max-width:767px) {
  .toggle_btn {
    width: 40px;
  }
}

.toggle_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #6A3906;
  width: 45%;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  .toggle_btn span {
    width: 34px;
    left: 0;
  }
}

.toggle_btn span:nth-of-type(1) {
  top: 15px;
}

.toggle_btn span:nth-of-type(2) {
  top: 23px;
}

.toggle_btn span:nth-of-type(3) {
  top: 31px;
}

.toggle_btn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 80px;
  height: 50px;
}
@media only screen and (max-width:767px) {
  .toggle_btn {
    width: 40px;
  }
}

.toggle_btn-close span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 2px;
  background: #6A3906;
  width: 45%;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  .toggle_btn-close span {
    width: 34px;
  }
}

.toggle_btn-close {
  position: absolute;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #A49595;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  right: 24px;
  top: 24px;
}
@media only screen and (max-width:767px) {
  .toggle_btn-close {
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
  }
}

@media only screen and (max-width:767px) {
  .toggle_btn-closeArea {
    position: static;
    bottom: 140px;
    left: 0;
    width: 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;
    gap: 5px;
  }
}

.toggle_btn.active .openbtn-area {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.toggle_btn-close span:nth-of-type(1) {
  /* top: 14px; */
  top: 12px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  .toggle_btn-close span:nth-of-type(1) {
    background-color: #656565;
  }
}

.toggle_btn-closeText {
  display: none;
}
@media only screen and (max-width:767px) {
  .toggle_btn-closeText {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
  }
}

.toggle_btn-close span:nth-of-type(2) {
  opacity: 0;
}

.toggle_btn-close span:nth-of-type(3) {
  /* top: 26px; */
  top: 24px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  .toggle_btn-close span:nth-of-type(3) {
    background-color: #656565;
  }
}

.global-nav {
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
  overflow: scroll;
}
@media only screen and (max-width:767px) {
  .global-nav {
    width: 100%;
    padding-top: 0;
  }
}
.global-nav.active {
  opacity: 1;
  z-index: 4;
}
.global-nav__list {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 80px;
}
@media only screen and (max-width:767px) {
  .global-nav__list {
    font-size: 1.6rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 40px;
  }
}

.menu__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu__item-top {
  width: 100%;
}
.menu__item-top .menu__item__link {
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width:767px) {
  .menu__item__link {
    padding: 18px 16px 18px 36px;
  }
  .menu__item-top {
    background-color: #E0F5E4;
  }
}

.menu__item__link {
  color: #6A3906;
}

.triangle_left {
  position: relative;
}

.triangle_left::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6A3906;
  border-right: 2px solid #6A3906;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__item-childList li .triangle_left::before {
  left: 35px;
  top: 17px;
  width: 6px;
  height: 6px;
}

/*==ナビゲーション全体の設定*/
/*ナビゲーションを横並びに*/
/*2階層目以降は横並びにしない*/
.global-nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.global-nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav .global-nav__list li a {
  display: block;
  text-decoration: none;
  color: #999;
  padding: 20px 16px 20px 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav .global-nav__list .has-child {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
nav .global-nav__list .has-child:nth-child(n+2) {
  margin-top: 16px;
}
@media only screen and (max-width:767px) {
  nav .global-nav__list .has-child:nth-child(n+2) {
    margin-top: 0;
  }
}
nav .global-nav__list .has-child li a {
  padding: 10px 16px 10px 55px;
}
nav .global-nav__list .has-child .menu__item__link {
  padding-left: 64px;
  color: #6A3906;
  font-weight: 700;
  border-bottom: 1px dashed #999;
}
nav .global-nav__list .has-child .menu__item__link::before {
  content: "";
  height: 23px;
  width: 30px;
  display: block;
  position: absolute;
  top: 19px;
  left: 24px;
}

nav ul .menu__item-lineup .menu__item__link::before {
  content: "";
  background: url(../images/common/icon_nav-lineup.svg) no-repeat center center/contain;
}
nav ul .menu__item-point .menu__item__link::before {
  content: "";
  background: url(../images/common/icon_nav-point.svg) no-repeat center center/contain;
}
nav ul .menu__item-care .menu__item__link::before {
  content: "";
  background: url(../images/common/icon_nav-care.svg) no-repeat center center/contain;
}
nav ul .menu__item-order .menu__item__link::before {
  content: "";
  background: url(../images/common/icon_nav-about.svg) no-repeat center center/contain;
}
nav ul .menu__item-maiko .menu__item__link::before {
  content: "";
  background: url(../images/common/icon_nav-column.svg) no-repeat center center/contain;
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav .has-child ul {
  margin-top: 10px;
  /*絶対配置で位置を指定*/
}
@media only screen and (max-width:767px) {
  nav .has-child ul {
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*hoverしたら表示*/
nav .has-child:hover > ul,
nav .has-child ul li:hover > ul,
nav .has-child:active > ul,
nav .has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav .has-child ul li a {
  color: #333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

nav .has-child ul li:last-child a {
  border-bottom: none;
}

/*==3階層目*/
/*==768px以下の形状*/
@media screen and (max-width: 768px) {
  .global-nav {
    padding: 0;
  }

  .global-nav ul {
    display: block;
    height: 80%;
    overflow-y: scroll;
  }

  .global-nav .has-child ul,
.global-nav .has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }

  .global-nav ul li a {
    border-bottom: 1px solid #ccc;
  }

  /*矢印の位置と向き*/
  .has-child.active {
    border-bottom: 1px solid #ccc;
  }

  .global-nav ul .has-child::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 23px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6A3906;
    border-right: 2px solid #6A3906;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .global-nav ul ul .has-child::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
  }

  .global-nav ul .has-child.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .global-nav ul .has-child.active .menu__item__link {
    border-bottom: 1px dashed #999;
  }
}
.ttl_en {
  font-family: "Caveat", cursive;
  font-size: 6.4rem;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .ttl_en {
    font-size: 3.8rem;
  }
}
.ttl_en-green {
  color: #498C30;
}
.ttl_en .small__font {
  font-size: 3.2rem;
}
@media only screen and (max-width:767px) {
  .ttl_en .small__font {
    font-size: 2rem;
  }
}

.ttl__cd {
  color: #6A3906;
}

.ttl_jp {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width:767px) {
  .ttl_jp {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.ttl_jp-green {
  color: #498C30;
}

.c-copy {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .c-copy {
    font-size: 1.4rem;
  }
}

.product__ttl {
  font-size: 4rem;
  color: #585858;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .product__ttl {
    font-size: 2.4rem;
  }
}
.product__ttl.c-white {
  color: #fff;
  text-transform: capitalize;
}
.product__ttl.white {
  color: #fff;
}

.price {
  font-size: 1.6rem;
  color: #585858;
  font-weight: 400;
}
.price.c-white {
  color: #fff;
}

.model_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.model_number li {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #524C4C;
  color: #fff;
  width: 26px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}
.model_number li:last-child {
  background-color: #9D8D75;
}

.page .p-home__logoArea {
  width: 90%;
  left: 0;
  top: 40%;
}
@media only screen and (max-width:767px) {
  .page .p-home__logoArea {
    width: 100%;
  }
}
.page .p-home__copy2 {
  font-size: 3.8rem;
  font-size: clamp(2.2rem,2.6vw,3.8rem);
  margin-left: 51px;
}
@media only screen and (max-width:767px) {
  .page .p-home__copy2 {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
.page .p-home__copy {
  font-weight: 500;
  color: #498C30;
  display: inline;
  line-height: 1.7;
  text-align: center;
}
.page .p-home__copy .ttl_copy {
  font-size: clamp(2.4rem,4vw,6rem);
  background-color: rgba(255, 255, 255, 0.84);
  padding: 4px 43px;
}
@media only screen and (max-width:767px) {
  .page .p-home__copy .ttl_copy {
    padding: 0;
    background-color: transparent;
  }
}
.page .p-home__copy .ttl_copy.small__font {
  font-size: clamp(1.6rem,4vw,6rem);
}
@media only screen and (max-width:767px) {
  .page .p-home__copy {
    padding: 0;
    font-size: 2.4rem;
  }
}
.page .caption {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .page .caption {
    margin-bottom: 24px;
  }
}
.page .p-read__text {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .page .p-read__text {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 24px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:767px) {
  .page .p-lineup__list .p-read__text {
    padding: 0;
  }
}
.page .p-lineup__top .p-home-lineup {
  margin-top: 0;
  padding-top: 30px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__top .p-home-lineup {
    padding-top: 0;
    padding: 0;
  }
}
.page .ttl_jp-green {
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .page .ttl_jp-green {
    font-size: 1.8rem;
  }
}
.page .c-list-featureItem {
  position: relative;
  max-width: 343px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureItem {
    margin: 0 auto 50px auto;
  }
}
.page .c-list-featureTtl {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #498C30;
  max-width: 720px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 35px;
  padding: 15px 0;
  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: 12px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureTtl {
    font-size: 1.6rem;
  }
}
.page .c-list-featureTtl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #488c30 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page .c-list-featureTtl span {
  width: 35px;
  display: block;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureTtl span {
    width: 18px;
  }
}
.page .c-list-featureTtl span img {
  width: 100%;
  vertical-align: bottom;
}
.page .c-list-featureTtl3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureTtl3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.page .c-list-featureCaption {
  font-size: 1.6rem;
  font-weight: 500;
}
.page .c-list-featureCircle {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-weight: 800;
  font-size: 11px;
  border-radius: 50%;
  background-color: #D2D200;
  position: absolute;
  top: -19px;
  left: -10px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureCircle {
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: 70px;
  }
}
.page .c-list-featureCircleWhite {
  width: 75px;
  height: 75px;
  padding-top: 22px;
  font-weight: 800;
  font-size: 11px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #488c30;
  position: absolute;
  top: -19px;
  left: -10px;
  text-align: center;
  color: #498C30;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureCircleWhite {
    padding-top: 17px;
    width: 60px;
    height: 60px;
  }
}
.page .c-list-featureCircleWhite span {
  font-size: 16px;
  display: block;
}
.page .c-list-featureCircleWhite-about {
  top: 16px;
  left: 16px;
  width: 98px;
  height: 98px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  padding-top: 28px;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureCircleWhite-about {
    font-size: 1.2rem;
    width: 75px;
    height: 75px;
    top: 8px;
    left: 8px;
    padding-top: 22px;
  }
}
.page .c-list-featureCircleWhite-about span {
  font-size: 2rem;
}
@media only screen and (max-width:767px) {
  .page .c-list-featureCircleWhite-about span {
    font-size: 1.6rem;
  }
}
.page .number_small {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .page .number_small {
    font-size: 1.2rem;
  }
}
.page .number_mid {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .page .number_mid {
    font-size: 1.6rem;
  }
}
.page .number_big {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .page .number_big {
    font-size: 1.8rem;
  }
}

.ttl-border {
  border-bottom: 1px dashed #AB8F72;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 0 5px 5px 5px;
}

.ttl39 {
  font-size: 3.9rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .ttl39 {
    font-size: 1.8rem;
  }
}

.line-green {
  border-bottom: 7px solid rgba(153, 200, 36, 0.3);
  display: inline-block;
}

.c-headline__new {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #DA7C30;
}

.c-btn {
  padding: 0;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .c-btn {
    max-width: 320px;
    font-size: 1.4rem;
  }
}
.c-btn-small {
  font-size: 1.2rem;
}
.c-btn a {
  padding: 20px 54px 20px 38px;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width:767px) {
  .c-btn a {
    padding: 15px 40px;
  }
}
.c-btn-tertiary {
  border: 1px solid #AB8F72;
  border-radius: 10px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px !important;
}
@media only screen and (max-width:767px) {
  .c-btn-tertiary {
    font-size: 1.6rem;
    max-width: inherit;
    width: 100%;
  }
}
.c-btn-tertiary a {
  padding: 10px 38px 10px 38px;
  border-radius: 10px;
}
.c-btn-tertiary a:before {
  top: 40%;
  right: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-btn-tertiary a:hover {
  background-color: #AB8F72;
  color: #fff;
}
.c-btn-secondary {
  border: 1px solid #6A3906;
  background-color: #fff;
}
.c-btn-secondary:hover {
  background-color: #6A3906;
}
.c-btn-secondary a {
  color: #6A3906;
}
.c-btn-secondary a:hover {
  color: #fff;
}
.c-btn-secondary a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-btn-secondary .icon:hover:before {
  border: none;
}
.c-btn-primary {
  background-color: #AB8F72;
  border: 1px solid #AB8F72;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .c-btn-primary {
    font-size: 1.6rem;
    max-width: 280px;
    width: 100%;
  }
}
.c-btn-primary:hover {
  background-color: #fff;
}
.c-btn-primary:hover a {
  color: #AB8F72;
}
.c-btn-primary:hover a::before {
  border-top: solid 2px #AB8F72;
  border-right: solid 2px #AB8F72;
}
.c-btn-primary a {
  color: #fff;
}
@media only screen and (max-width:767px) {
  .c-btn-primary a {
    padding: 12px 30px 12px 12px;
  }
}
.c-btn__text {
  border: none;
  background: none;
  border-radius: 0;
  text-align: left;
  margin: 0;
  font-weight: 500;
}
.c-btn__text a {
  padding: 0;
}
.c-btn__text a:before {
  right: -10px;
}

.triangle {
  position: relative;
}

.triangle:before, .triangle:after {
  position: absolute;
  content: "";
}

.triangle:before {
  border-top: solid 2px #6A3906;
  border-right: solid 2px #6A3906;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.triangle:after {
  background-color: #C4C4C4;
  border-radius: 20% 20% 53% 20%;
  -webkit-transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}

.icon::before {
  background: url(../images/common/icon_dow.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  border: none;
  -webkit-transform: rotate(0deg) translate(0, -50%);
  transform: rotate(0deg) translate(0, -50%);
}

.triangle-primary::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*btn*/
.c-btn-primary.wd-100 {
  max-width: inherit;
  width: auto;
}

.triangle-secondary::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg) translate(50%, 10px);
  transform: rotate(135deg) translate(50%, 10px);
}

/*accordion-btn*/
.accordion-area .c-btn {
  display: inline-block;
  padding: 10px 30px;
}

@media only screen and (max-width: 767px) {
  .accordion-area .c-btn {
    display: block;
    margin-bottom: 10px;
  }
}
.accordion-area .c-btn-secondary:hover {
  color: #fff !important;
}

.accordion-area .c-btn-secondary:hover:before {
  border-color: #fff;
}

.faq__btn .c-btn {
  max-width: 313px;
  width: 100%;
}

.goods-list .c-btn {
  max-width: 313px;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .min-height {
    min-height: 72px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nolink {
  pointer-events: none;
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-list-item {
  border: 2px solid #86613B;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  max-width: 308px;
  width: 100%;
}
.c-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding: 16px 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-list-icon {
  min-width: 35px;
  text-align: center;
}
.c-list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 27px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-list-feature-order {
  max-width: 100%;
}
.c-list-feature_3 {
  max-width: 100%;
}
@media only screen and (max-width:767px) {
  .c-list-feature_3 {
    row-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-list-featureItem-img img {
  border-radius: 10px;
}
.c-list-featureItem-img-sek{
  text-align: center;
}
.c-list-featureItem-img-sek img {
  border-radius: 0;
  max-width: 80%;
}

.p-charity__list-img {
  overflow: hidden;
}
.p-charity__list-img img {
  border-radius: 10px;
  width: 100%;
}

.list3__area .c-list {
  text-align: left;
}
.list3__area .c-list__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.list3__area .c-list__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.list3__area .c-list__text .small {
  font-size: 1.4rem;
  display: block;
}
.list3__area .c-list__text a {
  border-bottom: 1px solid #6A3906;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.list3__area .c-list__text a:hover {
  color: #498C30;
  border-bottom: 1px solid #498C30;
}
.list3__area .c-list__img img {
  border-radius: 10px;
}

table {
  outline: 1px solid #6A3906;
  outline-offset: -1px;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
}

td, th {
  border: 1px dashed #6A3906;
  border-collapse: collapse;
  padding: 16px 24px;
}

td .td-small, th .td-small {
  font-size: 1.6rem;
}

td.td-circle, td.td-triangle, td.td-cross{
  text-align: center;
  vertical-align: middle;
}

td.td-circle{
  font-weight: 700;
  color:#DA7C30;
  font-size:3rem;
}

td.td-triangle, td.td-cross{

}

.table_list {
  width: 100%;
}
.table_list table {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .table_list table {
    width: 1200px;
  }
}
.table_list th {
  font-size: 2.2rem;
  text-align: center;
  background-color: #E8F6B9;
}
.table_list th a {
  border-bottom: 1px solid #6A3906;
  position: relative;
}
.table_list td {
  font-size: 2rem;
}

.c-list__subsidy {
  background-color: #fff;
  border: 1px solid #6A3906;
  border-radius: 30px;
  padding: 60px 0;
  max-width: 1300px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
  margin: 40px auto 120px;
}
@media only screen and (max-width:767px) {
  .c-list__subsidy {
    padding: 16px;
    width: 98%;
    gap: 24px;
  }
}
.c-list__subsidy .p-lineup__productarea-banneritem {
  max-width: 100%;
  width: auto;
}
.c-list__subsidy .p-lineup__productarea-banneritem h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .c-list__subsidy .p-lineup__productarea-banneritem h3 {
    font-size: 2rem;
  }
}
.c-list__subsidy .p-lineup__productarea-banneritem p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .c-list__subsidy .p-lineup__productarea-banneritem p {
    font-size: 1.4rem;
  }
}

.arrow__box {
  width: 300px;
  height: 200px;
  margin: 17vh auto 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .arrow__box {
    margin-top: 15vh;
  }
}
.arrow__box p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}

/* アニメーション設定 */
.arrowWrap {
  margin-top: 5vh;
}

.arrow {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
.arrow-right {
  position: relative;
}

.arrow-right:after {
  content: "";
  background: url(../images/common/arrow_sankaku.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
}
@media only screen and (max-width:767px) {
  .arrow-right:after {
    background: url(../images/common/arrow_sankaku_under.svg) no-repeat center center/contain;
    top: auto;
    bottom: -48px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

.arrow-bottom {
  position: relative;
}

.arrow-bottom:after {
  content: "";
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.arrow-round {
  position: relative;
  display: block;
  width: 120px;
  height: 10px;
  border-radius: 4px;
  background-color: #D2D200;
}

.arrow-round::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -2px;
  display: block;
  width: 25px;
  height: 10px;
  border-radius: 4px;
  background-color: #D2D200;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-round::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -2px;
  display: block;
  width: 25px;
  height: 10px;
  border-radius: 4px;
  background-color: #D2D200;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.triangle-bottom::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 1em;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #6A3906 transparent transparent transparent;
}

.c-bg__greeen {
  background: url(../images/top/h-about__bg-3.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 40px 0 80px;
}

.c-bg__greeen::before {
  content: "";
  width: 100%;
  height: clamp(100px,7vw,7vw);
  display: block;
  background: url(../images/top/h-about__bg-1.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: 1;
}

.c-bg__greeen::after {
  content: "";
  width: 100%;
  height: 81px;
  height: clamp(81px,7vw,7vw);
  display: block;
  background: url(../images/top/h-about__bg-2.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: -5vw;
  left: 0;
}

.c-bg__white {
  background: url(../images/top/h-line__bg.png) repeat center center;
}

.c-bg__green-secondary {
  background: url(../images/top/h-care__bg_1.png) repeat center center;
  position: relative;
}

.c-bg__green-secondary::before {
  content: "";
  width: 100%;
  height: clamp(100px,10vw,10vw);
  display: block;
  background: url(../images/top/h-care__bg_2_musk.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: 1;
}

.c-bg__green-secondary::after {
  content: "";
  width: 100%;
  height: 81px;
  height: clamp(81px,10vw,10vw);
  display: block;
  background: url(../images/top/h-care__bg_3_musk.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: -7vw;
  left: 0;
}

.slick-prev,
.slick-next {
  background: #AB8F72;
  border-radius: 50%;
  border: 1px solid #AB8F72;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  border-top: solid 2px #AB8F72;
  border-right: solid 2px #AB8F72;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg) translate(7px, 0%);
  transform: rotate(45deg) translate(7px, 0%);
  right: 27px;
  top: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
}

.slick-next {
  right: -5px;
  top: min(12vw, 50%);
}
@media only screen and (max-width:767px) {
  .slick-next {
    top: 50%;
  }
}

.slick-prev {
  left: -5px;
  top: min(12vw, 50%);
}
@media only screen and (max-width:767px) {
  .slick-prev {
    top: 50%;
  }
}
.slick-prev::before {
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(90deg) translate(7px, 0%);
  transform: rotate(225deg) translate(-8px, 1px);
  right: 27px;
  top: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
}

.slick-dots li.slick-active button:before {
  color: #34281c;
}

.slick-dots {
  bottom: auto;
}

.p-lineup .slick-dots {
  width: auto;
  bottom: auto;
  right: 0;
}

.p-home-lineup {
  padding: 136px 24px 160px;
  margin-top: -40px;
}
@media only screen and (max-width:767px) {
  .p-home-lineup {
    padding: 20px 24px 40px;
  }
}

.p-lineup-pm0 {
  padding-bottom: 0;
}
.p-lineup__list {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 24px 40px;
  max-width: 1300px;
  width: 100%;
  margin: 24px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-lineup__list_button {
  padding-block: 5% 1%;
}
.p-lineup__listSection {
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .p-lineup__list {
    padding: 0px;
  }
}
.p-lineup__list-textArea {
  width: calc(100% - 624px - 53px);
  width: 46%;
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-lineup__list-textArea {
    width: 100%;
  }
}
.p-lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 55px;
}
.p-lineup__item:not(:last-child) {
  border-bottom: 2px dashed #ccc;
}
@media only screen and (max-width:767px) {
  .p-lineup__item:not(:last-child) {
    padding-bottom: 29px;
  }
}
.p-lineup__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .p-lineup__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .p-lineup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    padding-bottom: 29px;
  }
}
.p-lineup__item__bottom__annotation {
  padding-block: 1% 2% ;
}
.p-lineup__slider-area {
  width: 50%;
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-lineup__slider-area {
    width: 100%;
  }
}
.p-lineup__slider-text {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .p-lineup__slider-text {
    top: 0;
  }
}
.p-lineup__slider-textbottom {
  top: auto;
  right: auto;
  bottom: 44px;
  left: 22px;
}
@media only screen and (max-width:767px) {
  .p-lineup__slider-textbottom {
    bottom: 30px;
    left: 16px;
  }
}
.p-lineup__slider-textleft {
  right: auto;
  left: 22px;
}
.p-lineup__slider {
  max-width: 624px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__slider {
    width: 100%;
  }
}
.p-lineup__list-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .p-lineup__list-cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lineup__list-cat li {
  padding: 2px 12px;
  border-radius: 19px;
  border: 1px solid #6A3906;
  font-size: 1.4rem;
}
.p-lineup__list-cat .crown {
  border: 1px solid #D2D200;
  background-color: #D2D200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.p-lineup__list-cat .crown span {
  width: 21px;
  display: block;
}
.p-lineup__list-cat .crown span img {
  width: 80%;
}
.p-lineup__ttl3 {
  font-size: 2.4rem;
  color: #498C30;
  margin-bottom: 8px;
}
@media only screen and (max-width:767px) {
  .p-lineup__ttl3 {
    font-size: 1.4rem;
  }
}
.p-lineup__ttl2 {
  font-size: 3.6rem;
  color: #498C30;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .p-lineup__ttl2 {
    font-size: 2.2rem;
  }
}
.p-lineup__cost {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .p-lineup__cost {
    font-size: 1.6rem;
  }
}
.p-lineup__text {
  font-size: 1.8rem;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .p-lineup__text {
    font-size: 1.4rem;
  }
}
.p-lineup .c-btn {
  max-width: 361px;
  width: 100%;
}
.p-lineup__listSection .p-lineup__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-lineup__listSection .p-lineup__item .p-lineup__slider-area {
  width: calc((100% - 53px) / 2);
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-lineup__listSection .p-lineup__item .p-lineup__slider-area {
    width: 100%;
  }
}
.p-lineup__listSection .p-lineup__item .p-lineup__list-textArea {
  width: calc((100% - 53px) / 2);
}
@media only screen and (max-width:767px) {
  .p-lineup__listSection .p-lineup__item .p-lineup__list-textArea {
    width: 100%;
    margin-top: 10px;
  }
}
.p-lineup__list-featureArea {
  width: 100%;
  border-top: 2px dashed #AB8F72;
  margin-top: 42px;
  padding-top: 42px;
}
.p-lineup .slick-dotted.slick-slider {
  margin-bottom: 4px;
}
.p-lineup__catalog {
  padding: 90px 24px 100px;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog {
    padding: 40px 24px 40px;
  }
}
.p-lineup__catalog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  position: relative;
  z-index: 2;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.p-lineup__catalog-inner .c-btn {
  margin: 0;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog-inner .c-btn {
    margin: 0 auto;
  }
}
.p-lineup__catalog-textarea {
  padding-top: 40px;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog-textarea {
    padding-top: 0;
  }
}
.p-lineup__catalog-ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog-ttl {
    font-size: 2.2rem;
  }
}
.p-lineup__catalog-img {
  max-width: 453px;
  width: 100%;
}
.p-lineup__catalog-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .p-lineup__catalog-text {
    font-size: 1.4rem;
  }
}
.p-lineup__wig {
  padding: 50px 24px 150px;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig {
    padding: 50px 24px 50px;
  }
}
.p-lineup__wig-innerheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 61px;
  position: relative;
  z-index: 2;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-innerheader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.p-lineup__wig-innerheader .c-btn {
  margin: 0;
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-innerheader .c-btn {
    margin: 0 auto;
  }
}
.p-lineup__wig-img {
  max-width: 178px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-img {
    margin: 0 auto;
  }
}
.p-lineup__wig-img img {
  border-radius: 10px;
}
.p-lineup__wig-list .c-btn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-lineup__wig-textarea {
  width: calc((100% - 241px));
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-textarea {
    width: 100%;
  }
}
.p-lineup__wig-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-text {
    font-size: 1.4rem;
  }
}
.p-lineup__wig-innerfooter {
  background-color: #fff;
  max-width: 1300px;
  width: 100%;
  padding: 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-innerfooter {
    padding: 30px 16px 30px;
  }
}
.p-lineup__wig-innerfooter h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #498C30;
  text-align: center;
}
.p-lineup__wig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 42px;
}
@media only screen and (max-width:767px) {
  .p-lineup__wig-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.p-lineup__wig-list li {
  max-width: 340px;
  width: 100%;
}
.p-lineup__obsession-caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .p-lineup__obsession-caption {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:767px) {
  .p-lineup__obsession-caption-16 {
    font-size: 1.6rem;
  }
}
.p-lineup__processing {
  position: relative;
  border: 1px solid #A28363;
  background-color: #FCFBF7;
  padding: 42px 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  gap: 50px;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
  }
}
.p-lineup__processing-hair {
  margin-top: 120px;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-hair {
    margin-top: 80px;
  }
}
.p-lineup__processing-header {
  position: absolute;
  top: -64px;
  left: 22px;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-header {
    top: -54px;
  }
}
.p-lineup__processing-point {
  width: 130px;
}
.p-lineup__processing-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #D2D200;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 270px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-ttl {
    font-size: 1.5rem;
  }
}
.p-lineup__processing figure {
  max-width: 238px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing figure {
    max-width: 138px;
    margin: 0 auto;
  }
}
.p-lineup__processing figure img {
  border-radius: 20px;
}
.p-lineup__processing-textarea {
  margin-top: 24px;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-textarea {
    margin-top: 0;
  }
}
.p-lineup__processing-textarea .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-textarea .ttl {
    font-size: 1.8rem;
  }
}
.p-lineup__processing-textarea .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .p-lineup__processing-textarea .text {
    font-size: 1.4rem;
  }
}
.p-lineup__productarea {
  padding: 40px 16px 190px;
}
.p-lineup__productarea-40 {
  padding-bottom: 40px;
}
.p-lineup__productarea-hair {
  padding: 180px 16px 180px;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-hair {
    padding: 40px 24px;
  }
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea {
    padding-bottom: 40px;
  }
}
.p-lineup__productarea-inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-lineup__productarea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-list {
    margin-bottom: 24px;
  }
}
.p-lineup__productarea-item {
  width: 22%;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-item {
    width: 48%;
    margin-bottom: 32px;
  }
}
.p-lineup__productarea-img {
  margin-bottom: 24px;
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-img {
    max-width: 100%;
  }
}
.p-lineup__productarea-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-ttl {
    font-size: 1.6rem;
  }
}
.p-lineup__productarea-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-text {
    font-size: 1.4rem;
  }
}
.p-lineup__productarea-bannerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-bannerlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-lineup__productarea-banneritem {
  max-width: 385px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea-banneritem {
    margin: 0 auto;
  }
}
.p-lineup__other .c-list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-lineup__other .c-list-item .c-btn {
  margin-top: auto;
  max-width: 239px;
  width: 100%;
}

.page .p-lineup__listSection {
  background-color: transparent;
  padding-top: 0;
}
.page .p-lineup__listSection .p-lineup__item {
  background-color: #fff;
  padding: 76px 44px 24px;
  border-bottom: none;
  border-radius: 20px;
}
.page .p-lineup__listSection .p-lineup__item-ready {
  gap: 0;
  row-gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item-ready {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0px;
  }
}
.page .p-lineup__listSection .p-lineup__item-ready .p-lineup__list-cat {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item-ready .p-lineup__list-cat li {
    font-size: 1.2rem;
    padding: 2px 6px;
  }
}
.page .p-lineup__listSection .p-lineup__item-line {
  border: 1px solid #CBBCB0;
}
.page .p-lineup__listSection .p-lineup__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.page .p-lineup__listSection .p-lineup__item-button li {
  padding: 14px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 608px;
  width: 100%;
  -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #CBBCB0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page .p-lineup__listSection .p-lineup__item-button li:hover {
  background-color: #6A3906;
}
.page .p-lineup__listSection .p-lineup__item-button li:hover a {
  color: #fff;
}
.page .p-lineup__listSection .p-lineup__item-button li:hover a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.page .p-lineup__listSection .p-lineup__item-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page .p-lineup__listSection .p-lineup__item-button a::before {
  width: 14px;
  height: 14px;
}
.page .p-lineup__listSection .p-lineup__item-button a figure {
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item-button a figure {
    width: 38%;
  }
}
.page .p-lineup__listSection .p-lineup__item-button a img {
  border-radius: 20px;
}
.page .p-lineup__listSection .p-lineup__item-button a .c-list-featureTtl3 {
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item-button a .c-list-featureTtl3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-lineup__item {
    padding: 24px 16px;
  }
}
.page .p-lineup__listSection .p-care__itemTtl {
  background-color: transparent;
}
.page .p-lineup__listSection .p-care__itemTtl {
  padding: 7px 0 12px 0px;
  line-height: 1.5;
}
.page .p-lineup__listSection .p-care__itemTtl .number {
  font-size: 2rem;
  width: 36px;
  height: 53px;
  line-height: 53px;
}
.page .p-lineup__listSection .p-care__itemTtl .text {
  font-size: 3.2rem;
  border-bottom: 7px solid rgba(153, 200, 36, 0.3);
}
@media only screen and (max-width:767px) {
  .page .p-lineup__listSection .p-care__itemTtl .text {
    font-size: 1.8rem;
  }
}
.page .c-list-featureItem-img {
  max-width: 343px;
  width: 100%;
}
.page .c-list-featureItem-img img {
  width: 100%;
}
.page .c-list-featureCaption-text {
  line-height: 1.6;
  display: block;
  margin-top: 1em;
}
.page .p-lineup__box {
  width: 48%;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page .p-lineup__box .p-lineup__slider-area {
  width: 100%;
}
.page .p-lineup__box .p-lineup__list-textArea {
  width: 100%;
}
.page .p-lineup__box-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.page .p-lineup__box-flex .slider_thumbnail-wig .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.p-lineup__bottom__annotation {
  padding-top: 8px;
}
.page .addline.p-lineup__item {
  position: relative;
}
.page .addline.p-lineup__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #6A3906;
}
@media only screen and (max-width:767px) {
  .page .addline.p-lineup__item::before {
    display: none;
  }
}
.page .addline.p-lineup__item li {
  border-bottom: 1px dashed #6A3906;
  padding-bottom: 20px;
}
.page .addline.p-lineup__item li:nth-child(3), .page .addline.p-lineup__item li:nth-child(4) {
  border: none;
}
@media only screen and (max-width:767px) {
  .page .addline.p-lineup__item li:nth-child(3), .page .addline.p-lineup__item li:nth-child(4) {
    border-bottom: 1px dashed #6A3906;
  }
}
.page .p-lineup__obsessionbox {
  background-color: #fff;
  padding: 76px 44px 24px;
  -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.05);
  border-bottom: none;
  border-radius: 20px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__obsessionbox {
    padding: 24px 16px;
  }
}
.page .p-lineup__obsessionbox .p-lineup__item {
  background-color: transparent;
  padding: 0;
}

.p-lineup__headtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-lineup__headtext-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-lineup__headtext-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_number {
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #498C30;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .product_number {
    font-size: 2rem;
  }
}
.product_number::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 8px;
}

.product__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #6A3906;
}
@media only screen and (max-width:767px) {
  .product__ttl {
    font-size: 2rem;
  }
}

.color__area .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #E8F6B9;
  padding: 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 72px;
  text-align: center;
}

.p-lineup__item-noflex {
  display: block;
}

.p-lineup__cost-big {
  color: #6A3906;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .p-lineup__cost-big {
    font-size: 2.8rem;
  }
}
.p-lineup__cost-big .small {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 1em;
}
@media only screen and (max-width:767px) {
  .p-lineup__cost-big .small {
    font-size: 1.4rem;
  }
}

.color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 8px;
}
.color__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .color__list-item {
    font-size: 1.6rem;
  }
}
.color__list-item span {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  display: block;
}
@media only screen and (max-width:767px) {
  .color__list-item span {
    width: 20px;
    height: 20px;
  }
}
.color__list-item .color__nature {
  background-color: #000;
}
.color__list-item .color__sorrel {
  background-color: #6A3906;
}
.color__list-item .color__maroon {
  background-color: #3B1F12;
}
.color__list-item .color__dark {
  background-color: #2C1C0F;
}
.color__list-item .color__lightmaroon {
  background-color: #623111;
}
.color__list-item .color__brown {
  background-color: #6A3906;
}
.color__list-item .color__red {
  background-color: #401006;
}
.color__list-item .color__W5 {
  background-color: #2d2722;
}
.color__list-item .color__W10 {
  background-color: #33312f;
}
.color__list-item .color__W15 {
  background-color: #3a3836;
}
.color__list-item .color__W20 {
  background-color: #4f4c48;
}
.color__list-item .color__W30 {
  background-color: #525250;
}
.color__list-item .color__C51 {
  background-color: #4b463d;
}
.color__list-item .color__C63 {
  background-color: #614c39;
}

.wearcolor__list {
  font-size: 1.4rem;
  font-weight: 500;
}

.color__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .color__linklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-bottom: 50px;
  }
}
.color__linklist-item .color__name {
  font-size: 1.4rem;
  font-weight: 500;
}
.color__linklist-item .color__link {
  max-width: 239px;
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .color__linklist-item .color__link {
    margin: 0;
  }
}

.p-lineup__recomend {
  text-align: center;
  padding: 30px 24px;
}
@media only screen and (max-width:767px) {
  .p-lineup__recomend {
    margin-bottom: 50px;
  }
}
.p-lineup__recomend-list {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #6A3906;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.77);
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  .p-lineup__recomend-list {
    padding: 16px;
    text-align: left;
  }
}
.p-lineup__recomend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px dashed #6A3906;
  padding-bottom: 8px;
  padding-left: 24px;
}
@media only screen and (max-width:767px) {
  .p-lineup__recomend-item {
    font-size: 1.4rem;
    padding-left: 8px;
    gap: 12px;
    line-height: 1.6;
  }
}
.p-lineup__recomend-img {
  width: 19px;
  height: auto;
}
@media only screen and (max-width:767px) {
  .p-lineup__recomend-img {
    width: 12px;
  }
}

.slider_thumbnail {
  margin-top: 54px;
}

.slider_thumbnail .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.thumbnail-img {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.thumbnail-img img {
  border-radius: 10px;
  border: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbnail-img.slick-current {
  opacity: 1;
}
.thumbnail-img.slick-current img {
  border: 5px solid #D9D9D9;
}

.slider_thumbnail-wig img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.page .p-lineup__top .p-home-lineup__processingarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__top .p-home-lineup__processingarea {
    padding: 0 16px;
  }
}
.page .p-lineup__top .p-home-lineup__processingarea .p-lineup__item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.page .p-lineup__top .p-home-lineup__processingarea .p-lineup__item-hair {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__top .p-home-lineup__processingarea .p-lineup__item-hair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-lineup__item-flex3 .p-lineup__box {
  width: 30%;
}
@media only screen and (max-width:767px) {
  .p-lineup__item-flex3 .p-lineup__box {
    width: 100%;
  }
}
.p-lineup__item-flex3 .p-care__itemTtl {
  display: inline-block;
}
.p-lineup__item-flex3 .p-care__itemTtl .text {
  font-size: 1.8rem !important;
}

.cheack__point {
  background-color: #F6F7D1;
  padding: 76px 33px 38px 100px;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width:767px) {
  .cheack__point {
    padding: 40px 16px;
    margin: 0 auto 40px;
  }
}
.cheack__point::before {
  content: "";
  width: 215px;
  height: 122px;
  display: block;
  background: url(../images/lineup/icon_check-big.svg) no-repeat center center/contain;
  position: absolute;
  top: -40px;
  left: -80px;
}
@media only screen and (max-width:767px) {
  .cheack__point::before {
    width: 100px;
    height: 60px;
    top: -28px;
    left: -34px;
  }
}
.cheack__point figcaption {
  text-align: center;
  font-size: 1.2rem;
}

.p-lineup__how {
  padding: 40px 24px 80px;
}
.p-lineup__how-movie {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.p-lineup__how-movie video {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #ccc;
}
.p-lineup__how-movie figcaption {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 8px;
}
@media only screen and (max-width:767px) {
  .p-lineup__how-movie figcaption {
    font-size: 1.4rem;
  }
}

.p-home-lineup__questionnaire {
  padding: 160px 24px 0 !important;
}
@media only screen and (max-width:767px) {
  .p-home-lineup__questionnaire {
    padding: 40px 24px 0 !important;
  }
}
.p-home-lineup__questionnaire .p-home-lineup__inner {
  max-width: 1146px;
  width: 100%;
  margin: 0 auto;
}
.p-home-lineup__questionnaire .p-home-lineup__inner .p-home-lineup__text {
  font-size: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .p-home-lineup__questionnaire .p-home-lineup__inner .p-home-lineup__text {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.p-home-lineup__questionnaire .p-home-lineup__inner .p-lineup__item {
  display: block;
  border: none;
  padding-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .p-home-lineup__questionnaire .p-home-lineup__inner .p-lineup__item {
    padding-bottom: 0;
  }
}

.p-lineup__listflex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media only screen and (max-width:767px) {
  .p-lineup__listflex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.p-lineup__listsupport {
  gap: 90px;
  padding: 60px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .p-lineup__listsupport {
    padding: 40px 16px;
  }
}
.p-lineup__listsupport li figure {
  position: relative;
}
.p-lineup__listsupport li figure figcaption {
  position: absolute;
  top: -24px;
  right: -24px;
}
@media only screen and (max-width:767px) {
  .p-lineup__listsupport li figure figcaption {
    width: 40%;
    top: -28px;
    right: -12px;
  }
}

.p-home-lineup__support {
  padding: 120px 24px 140px !important;
}
.p-home-lineup__support .ttl_jp {
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .p-home-lineup__support .c-copy {
    text-align: left;
  }
}

.support__ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .support__ttl {
    font-size: 1.8rem;
  }
}
.support__caption {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .support__caption {
    font-size: 1.4rem;
  }
}
.support__list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
@media only screen and (max-width:767px) {
  .support__list {
    font-size: 1.4rem;
  }
}
.support__list-bg::after {
  content: "";
  width: 196px;
  height: 90px;
  background: url(../images/lineup/img_listbg.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 132px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width:767px) {
  .support__list-bg::after {
    width: 160px;
    height: 70px;
    right: 0;
  }
}

.p-lineup__style {
  padding: 80px 24px;
  text-align: center;
}
.p-lineup__style-inner {
  max-width: 1144px;
  width: 100%;
  margin: 0 auto;
}
.p-lineup__style .ttl_jp {
  line-height: 1.6;
}
.p-lineup__style-caption {
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 24px 12px;
}
.p-lineup__style-caption-big {
  font-size: 3.6rem;
}

.style__list {
  border: 2px solid #6A3906;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.style__item {
  border-bottom: 1px dashed #6A3906;
}
.style__item:last-child {
  border: none;
}
.style__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .style__item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.style__item dl dt {
  background-color: #E8F6B9;
  padding: 20px 40px 20px 60px;
  font-size: 2.4rem;
  font-weight: 700;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .style__item dl dt {
    padding: 10px;
    font-size: 2rem;
    width: 100%;
  }
}
.style__item dl dd {
  font-size: 2.1rem;
  font-weight: 700;
  padding: 20px;
  background-color: #fff;
  width: calc(100% - 300px);
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .style__item dl dd {
    width: 100%;
    font-size: 1.8rem;
    padding: 24px;
  }
}
.style__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width:767px) {
  .style__item-img {
    gap: 16px;
  }
}
.style__item-imgLeft {
  max-width: 167px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .style__item-imgLeft {
    width: 30%;
  }
}
.style__item-imgRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media only screen and (max-width:767px) {
  .style__item-imgRight {
    gap: 12px;
    width: 60%;
  }
}
.style__item-imgRight figure {
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .style__item-imgRight figure {
    width: 48%;
  }
}
.style__item-imgRight figure img {
  border-radius: 10px;
}
.style__item-imgRight figure figcaption {
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .style__item-imgRight figure figcaption {
    font-size: 1rem;
  }
}
.style__list-onoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 82px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .style__list-onoff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.style__list-onoff::before {
  content: "";
  width: 55px;
  height: 56px;
  display: block;
  background: url(../images/lineup/icon__batsu.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .style__list-onoff::before {
    top: 50%;
    width: 36px;
    height: 36px;
  }
}
.style__list-onoff h3 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.9%;
}
@media only screen and (max-width:767px) {
  .style__list-onoff h3 {
    font-size: 2.2rem;
  }
}
.style__item-onoff {
  max-width: 527px;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #6A3906;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}
.style__item-onoff dl {
  margin: 0;
}
.style__item-onoff dl dd {
  padding: 24px 40px 80px;
}
@media only screen and (max-width:767px) {
  .style__item-onoff dl dd {
    padding: 24px 16px;
  }
}
.style__item-onoff dt {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E8F6B9;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .style__item-onoff dt {
    padding: 16px 0;
    font-size: 2.4rem;
  }
}
.style__item-onoff .style__on {
  color: #FF8A00;
}
.style__item-onoff .style__off {
  color: #498C30;
}
.style__caption-list {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  max-width: 1124px;
  width: 100%;
  margin: 24px auto 0;
}

.p-lineup__productarea {
  border: none;
}
.p-lineup__productarea .p-lineup__processing {
  border: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea .p-lineup__processing {
    padding: 24px 16px;
  }
}
.p-lineup__productarea .p-lineup__processing-textarea .ttl {
  color: #498C30;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea .p-lineup__processing-textarea .ttl {
    font-size: 2.8rem;
  }
}
.p-lineup__productarea .p-lineup__processing-textarea .text {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea .p-lineup__processing-textarea .text {
    font-size: 1.6rem;
  }
}
.p-lineup__productarea .p-lineup__processing-textarea .list {
  font-size: 1.9rem;
  font-weight: 500;
  border: 1px dashed #6A3906;
  padding: 40px 26px;
  border-radius: 20px;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea .p-lineup__processing-textarea .list {
    font-size: 1.6rem;
    padding: 24px 12px;
  }
}
.p-lineup__productarea .p-lineup__processing-imgarea {
  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;
  background-color: #FBFAF6;
  gap: 18px;
  border-radius: 20px;
  max-width: 590px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__productarea .p-lineup__processing-imgarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0;
  }
}
.p-lineup__productarea .p-lineup__processing-imgarea li {
  max-width: 167px;
  width: 100%;
}
.p-lineup__productarea .p-lineup__processing-imgarea li p {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
}

.p-lineup__faq {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-lineup__faq .accordion-title {
  color: #498C30;
  font-size: 3rem;
  background: url(../images/point/ico_q.svg) no-repeat 0px 26px;
  background-size: 30px;
  pointer-events: none;
  padding: 15px 25px 25px 45px;
}
@media only screen and (max-width:767px) {
  .p-lineup__faq .accordion-title {
    font-size: 1.5rem;
    background-position: 0 11px;
    padding: 15px 25px 16px 45px;
  }
}
.p-lineup__faq .accordion-title::after {
  content: none;
}
.p-lineup__faq .accordion-box {
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .p-lineup__faq .accordion-box {
    padding: 0 15px 25px 45px;
    font-size: 1.4rem;
  }
}
.p-lineup__faq-list {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  .p-lineup__faq-list {
    padding: 40px 16px;
  }
}
.p-lineup__faq-list li {
  border-bottom: 1px dashed #6A3906;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .p-lineup__faq-list li {
    padding: 10px 0;
  }
}

.page .p-lineup__list-mens {
  padding: 120px 24px 80px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__list-mens {
    padding: 80px 16px 40px;
    margin-bottom: 0;
  }
}
.page .p-lineup__list-mens .p-lineup__listSection {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 24px 40px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  .page .p-lineup__list-mens .p-lineup__listSection {
    padding: 24px 16px;
  }
}
.page .p-lineup__list-mens .p-lineup__headtext {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 48px;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__list-mens .p-lineup__headtext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page .p-lineup__list-mens .thumbnail-img.slick-current img {
  border: 5px solid #CBBCB0;
}
.page .p-lineup__list-mens .color__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page .p-lineup__list-mens .wearcolor__list {
  font-size: 1.6rem;
}
.page .p-lineup__list-mens .p-lineup__item {
  border-bottom: 2px dashed #AB8F72;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.page .p-lineup__list-mens .p-lineup__text {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .page .p-lineup__list-mens .p-lineup__text {
    font-size: 1.6rem;
  }
}
.page .p-lineup__list-mens .p-lineup__text .small {
  font-size: 1.4rem;
  display: block;
}

.p-lineup-mensCaption {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .p-lineup-mensCaption {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-lineup-mensCaption span {
  font-size: 1.6rem;
  display: inline-block;
}

.p-lineup__item-mens {
  gap: 5%;
}
@media only screen and (max-width:767px) {
  .p-lineup__item-mens {
    padding: 0;
    gap: 24px;
  }
}
.p-lineup__item-mens .p-lineup__box {
  width: 30%;
}
@media only screen and (max-width:767px) {
  .p-lineup__item-mens .p-lineup__box {
    width: 100%;
  }
}
.p-lineup__item-mens .p-care__itemTtl .p-lineup__mens-text {
  font-size: 1.8rem;
  font-weight: 700;
  width: calc(100% - 44px);
}
@media only screen and (max-width:767px) {
  .p-lineup__item-mens .p-care__itemTtl .p-lineup__mens-text {
    font-size: 1.8rem;
  }
}

.p-lineup__mens-ttl__area {
  text-align: center;
}

.c-ttl-underline {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 7px solid rgba(153, 200, 36, 0.3);
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .c-ttl-underline {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}
.c-ttl-underline .big {
  font-size: 4rem;
}

.f-16 {
  font-size: 1.6rem;
}

@media only screen and (max-width:767px) {
  .p-lineup__wig-mens {
    padding: 40px 24px 80px;
  }
}

.p-lineup__capread {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 110px 70px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 140px;
  border-radius: 20px;
}
@media only screen and (max-width:767px) {
  .p-lineup__capread {
    padding: 24px 16px;
  }
}
.p-lineup__capread .p-lineup__ttl2 {
  margin-left: 0;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .p-lineup__capread .p-lineup__ttl2 {
    font-size: 2.4rem;
  }
}
.p-lineup__capread .p-lineup__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .p-lineup__capread .p-lineup__text {
    font-size: 1.6rem;
  }
}

.faq__link {
  border-bottom: 1px solid #6A3906;
}

.page .p-read__text-child {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .page .p-read__text-child {
    font-size: 1.6rem;
  }
}

.contact__link {
  max-width: 511px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width:767px) {
  .contact__link {
    width: 80%;
  }
}
.contact__link:hover {
  background-color: #6A3906;
}
.contact__link:hover a {
  color: #fff;
}
.contact__link:hover a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.contact__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .contact__link figure {
    width: 30%;
  }
}
.contact__link p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
}
@media only screen and (max-width:767px) {
  .contact__link p {
    font-size: 1.4rem;
  }
}
.contact__link p span {
  border-bottom: 1px solid #6A3906;
}

.p-lineup__list-textArea-child {
  text-align: left;
}

.c-btn__child {
  margin: 0;
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  .c-btn__child {
    margin: 0 auto;
  }
}

.color__area-child {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.first-view__section {
  padding-bottom: 120px;
}

.p-home-lineup__processingarea-child {
  padding: 120px 24px 80px;
}

.non-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wearcolor__list-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-lineup__box-child {
  max-width: 625px;
  width: 100% !important;
  margin: 40px auto 0;
}
.p-lineup__box-child .wearcolor__item {
  line-height: 1.7;
  font-size: 1.4rem;
}
.p-lineup__box-child .wearcolor__item a {
  border-bottom: 1px solid #6A3906;
}

.small_caption {
  font-size: 1.4rem;
  font-weight: 500;
}

.p-lineup-child__box .p-lineup__wig-innerheader-child {
  background-color: #fff;
  border-radius: 30px;
  max-width: 1226px;
  width: 100%;
  margin: 56px auto 100px;
  padding: 60px 100px 40px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A28363;
}
@media only screen and (max-width:767px) {
  .p-lineup-child__box .p-lineup__wig-innerheader-child {
    padding: 24px 16px;
    margin: 24px auto 40px;
  }
}
.p-lineup-child__box .p-lineup__wig-innerheader-child .p-lineup__wig-child {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-lineup-child__box .p-lineup__wig-innerheader-child .small__caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-lineup-child__box .p-lineup__wig-innerheader-child .c-btn__child {
  margin: 0;
  margin-left: auto;
}

.ttl__about {
  text-align: center;
}
.ttl__about h2 {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  background: url(../images/lineup/icon_beginner.svg) no-repeat -3% 20%/contain;
  padding: 24px 80px;
}
@media only screen and (max-width:767px) {
  .ttl__about h2 {
    font-size: 2rem;
    padding: 24px 24px 24px 50px;
    background: url(../images/lineup/icon_beginner.svg) no-repeat -5% 0/contain;
  }
}

.c-list-featureItem-50 .p-lineup__list-textArea {
  width: 100%;
}

.c-list-feature-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}
.c-list-feature-order .c-list-featureItem {
  max-width: 100%;
  width: 45%;
}
@media only screen and (max-width:767px) {
  .c-list-feature-order .c-list-featureItem {
    width: 100%;
  }
}
.c-list-feature-order .c-list-featureItem-50 {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .c-list-feature-order .c-list-featureItem-50 {
    width: 100%;
  }
}
.c-list-feature-order .c-list-featureItem-50 .p-lineup__list-textArea:first-child {
  border-bottom: 1px dashed #6A3906;
  padding-bottom: 40px;
  margin-bottom: 54px;
}
.c-list-feature-order .c-list-featureItem-100 {
  width: 100%;
}
.c-list-feature-order .c-list-featureItem-100 .p-lineup__list-textArea {
  width: 100%;
}
.c-list-feature-order .c-list-featureItem-100 .p-lineup__list-textArea-left {
  width: 40%;
}
@media only screen and (max-width:767px) {
  .c-list-feature-order .c-list-featureItem-100 .p-lineup__list-textArea-left {
    width: 100%;
  }
}
.c-list-feature-order .c-list-featureItem-100 .p-lineup__list-textArea-right {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .c-list-feature-order .c-list-featureItem-100 .p-lineup__list-textArea-right {
    width: 100%;
  }
}
.c-list-feature-order .c-list-featureItem .c-list-featureItem-img {
  max-width: 100%;
}

.page .p-lineup__list-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}
.page .p-lineup__list-white .p-lineup__item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-lineup__processing_b-b {
  padding-bottom: 94px;
}

.p-lineup__order .p-lineup__text {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .p-lineup__order .p-lineup__text {
    font-size: 1.6rem;
  }
}

.p-lineup__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-lineup-order__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.p-lineup-order__flex-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width:767px) {
  .p-lineup-order__flex-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-lineup-order__item {
  padding: 0 24px;
  padding-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .p-lineup-order__item {
    padding: 24px 16px;
    margin-bottom: 8px;
  }
}
.p-lineup-order__item .p-lineup__mens-text {
  display: inline-block;
  width: auto !important;
  font-size: 3.6rem !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #e0efbd;
  text-decoration-color: #e0efbd;
  text-decoration-thickness: 7px;
  text-underline-offset: -3px;
}
@media only screen and (max-width:767px) {
  .p-lineup-order__item .p-lineup__mens-text {
    font-size: 2.2rem !important;
  }
}
.p-lineup-order__item .number {
  color: #fff;
  width: 60px;
  height: 72px;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  font-size: 4.8rem;
  background: url(../images/care/Frame.svg) no-repeat center center/contain;
  font-family: "Caveat", cursive;
  margin-right: 8px;
}
@media only screen and (max-width:767px) {
  .p-lineup-order__item .number {
    font-size: 2rem;
    width: 30px;
    height: 42px;
    line-height: 42px;
  }
}
.p-lineup-order__textbox {
  max-width: 731px;
  width: 100%;
}
.p-lineup-order__textbox-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
}
@media only screen and (max-width:767px) {
  .p-lineup-order__textbox-ttl {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.p-lineup-order__textbox-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-lineup-order__textbox-img {
  max-width: 357px;
  width: 100%;
  margin: 0 auto;
}

.p-lineup__after {
  padding: 120px 24px 80px;
}
@media only screen and (max-width:767px) {
  .p-lineup__after {
    padding: 50px 24px;
  }
}
.p-lineup__after-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.p-lineup__afterlist {
  gap: 60px;
}
@media only screen and (max-width:767px) {
  .p-lineup__afterlist {
    gap: 40px;
  }
}
@media only screen and (max-width:767px) {
  .p-lineup__afterText {
    width: 65%;
  }
}
.p-lineup__afteritem {
  width: calc((100% - 60px) / 2);
  gap: 40px;
}
@media only screen and (max-width:767px) {
  .p-lineup__afteritem {
    width: 100%;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-lineup__afteritem figure {
  max-width: 212px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-lineup__afteritem figure {
    width: 30%;
  }
}
.p-lineup__afterText h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .p-lineup__afterText h3 {
    font-size: 1.8rem;
  }
}
.p-lineup__afterText p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .p-lineup__afterText p {
    font-size: 1.4rem;
  }
}

.small_caption {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 50px;
}

.p-lineup__order-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 56px 70px 56px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 66px;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  .p-lineup__order-box {
    padding: 24px 16px;
    gap: 24px;
  }
}

.p-lineup__mens3 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.small_caption2 {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width:767px) {
  .small_caption2 {
    font-size: 1.2rem;
  }
}

.p-care {
  position: relative;
}
.p-care__list {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-care__list {
    gap: 60px;
  }
}
.p-care__list-child-item {
  border: 2px solid #86613B;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p-care__list-child-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fcb772;
  border: 2px solid #fcb772;
}
.p-care__list-child-item:hover .p-care__list-child-link {
  color: #86613B;
}
.p-care__list-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.p-care__list-child-icon {
  min-width: 35px;
  text-align: center;
}
.p-care__list::after {
  content: "ウィッグ使用期間 約1～2年";
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: clamp(630px,59vw,890px);
  padding: 16px;
  display: block;
  position: absolute;
  bottom: 14px;
  right: 16px;
  background-color: #B77E42;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width:767px) {
  .p-care__list::after {
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 22px;
    width: auto;
    height: 1092px;
    text-align: center;
  }
}
.p-care__item {
  max-width: 285px;
  width: 100%;
  min-height: 555px;
  border: 2px solid #86613B;
  border-radius: 23px;
  background-color: #ffffff;
}
@media only screen and (max-width:767px) {
  .p-care__item {
    min-height: 1px;
    padding-bottom: 24px;
    max-width: 100%;
  }
  .p-care__item:not(:first-child) .p-care__textarea {
    width: 85%;
  }
}
.p-care__itemTtl {
  background-color: #E8F6B9;
  padding: 7px 0 12px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  border-radius: 20px 20px 0px 0;
}
.p-care__itemTtl .number {
  background: url(../images/care/Frame.svg) no-repeat center center/contain;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  display: block;
  width: 59px;
  height: 72px;
  text-align: center;
  color: #fff;
}
.p-care__item-red {
  color: #DA7C30;
}
.p-care__itemText {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  min-height: 78px;
}
.p-care__textarea {
  background-color: #fff;
  text-align: left;
  padding: 19px 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0px 20px 20px;
}

/*care page*/
.text-red {
  color: #f00;
}

.cap {
  padding: 0 20px;
}

.shop-list {
  background: #fff;
  padding: 10px;
}
.shop-list .accordion-title {
  background: none;
  padding-left: 20px;
}
.shop-list .accordion-box {
  padding-left: 20px;
}
.shop-list dt {
  color: #498C30;
  font-size: 2rem;
  margin-bottom: 20px;
}
.shop-list li {
  border-bottom: 1px dashed #86613B;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .shop-list li {
    display: block;
  }
}
.shop-list li a {
  background: url(../../common/images/point/ico_tel.svg) no-repeat left top;
  padding-left: 30px;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width:767px) {
  .shop-list li a {
    margin-top: 10px;
  }
}

.u-right .c-btn {
  margin: 0 0 0 auto;
}
@media only screen and (max-width:767px) {
  .u-right .c-btn {
    margin: 0 auto;
  }
}

#icon-area section {
  border-right: 1px dashed #86613B;
  padding: 20px;
}
@media only screen and (max-width:767px) {
  #icon-area section {
    border-right: 0;
    border-bottom: 1px dashed #86613B;
  }
}
#icon-area section h3.d-flex img {
  margin-right: 15px;
}
#icon-area section a {
  text-decoration: underline;
}
#icon-area section a:hover {
  text-decoration: none;
}

#icon-area section:last-child {
  border: none;
}

.color-list li {
  margin: 0 5px;
}

.icon-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.icon-list li {
  margin: 0 5px;
}

.yellowself {
  display: inline-block;
  position: relative;
  padding: 7px 10px;
  margin-bottom: 20px;
  background: #F0F2B3;
}

.yellowself:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #F0F2B3;
}

.add-border .p-lineup__faq {
  border: 1px dashed #86613B;
  padding: 10px 20px;
}
@media only screen and (max-width:767px) {
  .add-border .p-lineup__faq {
    padding: 10px;
  }
}

.goods-area .add-border {
  border-bottom: 1px dashed #86613B;
  padding-bottom: 30px;
}
.goods-area .c-btn-secondary {
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .goods-area .c-btn-secondary {
    display: block;
  }
}

.border-area {
  border: 1px dashed #86613B;
  padding: 20px;
}
@media only screen and (max-width:767px) {
  .border-area {
    padding: 10px;
  }
}

.goods-list .c-btn:hover {
  background: #8F7071;
}
.goods-list .c-btn a.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 48px 10px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.goods-list .c-btn a.d-flex:hover {
  color: #fff;
}
.goods-list .c-btn a.d-flex img {
  margin-right: 10px;
}

.ico-movie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-modal-video-open {
  cursor: pointer;
}

/*movie*/
#movie-list section {
  margin-right: 1.5%;
  margin-left: 1.5%;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-care__good-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.p-home-care__inner .p-care__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2vw;
}
@media only screen and (max-width:767px) {
  .p-home-care__inner .p-care__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px;
  }
}
.p-home-care__inner .p-care__item {
  padding-bottom: 11vh;
}
@media only screen and (max-width:767px) {
  .p-home-care__inner .p-care__item {
    padding-bottom: 24px;
  }
}
.p-home-care__inner .p-care__itemTtl {
  font-size: clamp(2.1rem,2vw,2.4rem);
}
.p-home-care__inner .arrow-right:after {
  width: 2vw;
  height: 2vw;
  right: -2.8vw;
}
@media only screen and (max-width:767px) {
  .p-home-care__inner .arrow-right:after {
    width: 23px;
    height: 34px;
    right: 50%;
    bottom: -46px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

.p-point-salon {
  padding: 140px 24px 40px;
}
@media only screen and (max-width:767px) {
  .p-point-salon {
    padding: 40px 24px;
  }
}
.p-point-salon__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-point-salon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 125px;
}
@media only screen and (max-width:767px) {
  .p-point-salon__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
  }
}
.p-point-salon__slider {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .p-point-salon__slider {
    width: 100%;
  }
}
.p-point-salon__ttl {
  font-size: 1.6rem;
}
.p-point-salon .u-mb-50 {
  margin-bottom: 50px;
}
.p-point-salon__list-textArea {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-point-salon__list-textArea {
    width: 100%;
  }
}
.p-point-salon__list-textArea .c-btn {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-point-salon__list-textArea .c-btn {
    max-width: 100%;
    font-size: 1.8rem;
  }
}

/*==================================================
SALON
===================================*/
.tel-list dl {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tel-list dl dt {
  width: 10%;
  border-radius: 10px;
  background: #F0F2B3;
  text-align: center;
  padding: 3px 10px;
  white-space: nowrap;
}
@media only screen and (max-width:767px) {
  .tel-list dl dt {
    width: 20%;
    margin-bottom: 20px;
  }
}
.tel-list dl dd {
  width: 32%;
}
@media only screen and (max-width:767px) {
  .tel-list dl dd {
    width: 75%;
    margin-bottom: 20px;
  }
}
.tel-list dl dd:nth-of-type(2) {
  width: 20%;
}
@media only screen and (max-width:767px) {
  .tel-list dl dd:nth-of-type(2) {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .tel-list dl dd:nth-of-type(3) {
    width: 100%;
  }
}
.tel-list dl dd a {
  background: url(../../common/images/point/ico_tel.svg) no-repeat left top;
  padding-left: 30px;
  display: block;
}
.tel-list dl dd span {
  background: url(../../common/images/point/ico_time.svg) no-repeat left top;
  padding-left: 30px;
  display: block;
}

.check-list li {
  position: relative;
  border-bottom: 1px dashed #AB8F72;
  padding: 10px 10px 10px 1.5em;
}
.check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #498C30;
  border-bottom: 2px solid #498C30;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.voice-list {
  border-bottom: 1px dashed #AB8F72;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
.voice-list dt {
  width: 120px;
}
@media only screen and (max-width:767px) {
  .voice-list dt {
    width: 60px;
  }
}
.voice-list dd {
  width: calc(100% - 150px);
  font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
  .voice-list dd {
    width: calc(100% - 80px);
    font-size: 1.4rem;
  }
}

@media only screen and (max-width:767px) {
  .text-large.u-mb-120 {
    margin-bottom: 50px;
  }
}

.faq-list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 1.8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .faq-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.faq-list img {
  width: 100%;
}
.faq-list dt {
  width: 120px;
}
@media only screen and (max-width:767px) {
  .faq-list dt {
    width: 60px;
  }
}
.faq-list dd {
  position: relative;
  padding: 20px;
  width: calc(100% - 150px);
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 20px;
  margin-bottom: 20px;
}
.faq-list dd.text-large {
  font-weight: 800;
}
.faq-list dd a {
  position: relative;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 800;
}
.faq-list dd a:hover {
  text-decoration: none;
}
.faq-list dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 6px solid #AB8F72;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width:767px) {
  .faq-list dd {
    border-radius: 10px;
    padding: 15px 10px;
  }
}
.faq-list dd::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.faq-list dd::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ccc;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .faq-list dd {
    width: calc(100% - 80px);
  }
}
.faq-list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.faq-list:nth-of-type(2n) dd::before {
  content: "";
  left: inherit;
  right: -10px;
  border-right: none;
  border-left: 12px solid #FFF;
}
.faq-list:nth-of-type(2n) dd::after {
  content: "";
  left: inherit;
  right: -14px;
  border-right: none;
  border-left: 14px solid #ccc;
}

/*==================================================
FAQ
===================================*/
.accordion-area li {
  margin-bottom: 10px;
}

.accordion-area section {
  border-bottom: 2px dotted #AB8F72;
}

.accordion-title {
  background: url("../images/point/ico_q.svg") no-repeat 10px 14px;
  background-size: 35px 35px;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  padding: 15px 60px 25px 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-title::after {
  position: absolute;
  top: 10px;
  right: 15px;
  content: "";
  width: 35px;
  height: 35px;
  background: url("../images/point/ico_down.svg") no-repeat;
  background-size: 35px 35px;
}

.accordion-title.accordion-close::after {
  background: url("../images/point/ico_top.svg") no-repeat;
  background-size: 35px 35px;
}

.faq__area .accordion-box p {
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .faq__area .accordion-box p {
    font-size: 1.4rem;
  }
}

.accordion-box {
  display: none;
  padding: 0 60px 35px 60px;
  line-height: 2;
  font-weight: 500;
}

.accordion-box strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEA94));
  background: -webkit-linear-gradient(transparent 60%, #FFEA94 60%);
  background: linear-gradient(transparent 60%, #FFEA94 60%);
}

@media only screen and (max-width: 767px) {
  .accordion-title {
    background: url("../images/point/ico_q.svg") no-repeat 10px 10px;
    background-size: 25px 25px;
    font-size: 1.7rem;
    padding: 15px 45px 25px 45px;
  }

  .accordion-title::after {
    width: 25px;
    height: 25px;
    background: url("../images/point/ico_down.svg") no-repeat;
    background-size: 25px 25px;
  }

  .accordion-title.accordion-close::after {
    background: url("../images/point/ico_top.svg") no-repeat;
    background-size: 25px 25px;
  }

  .accordion-box {
    padding: 0 45px 35px 45px;
  }
}
@media only screen and (max-width:767px) {
  .p-point__logo {
    width: 60%;
    margin: 0 auto;
  }
}

.p-order__advimg {
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .p-order__advimg {
    width: 28%;
  }
}
.p-order__advttl {
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 24px;
}
.p-order__advttl::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-order__advlist {
  padding: 0;
}
.p-order__advitem {
  border-top: 2px dashed #AB8F72;
  padding: 30px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-order__advitembox {
  padding: 24px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .p-order__advitembox {
    padding: 24px 16px;
  }
}
.p-order__advitembox section {
  border: none;
}

.p-order__voicesection {
  max-width: 1300px;
  width: 100%;
  border-radius: 20px;
  padding: 88px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .p-order__voicesection {
    padding: 24px 16px;
  }
}
.p-order__voice-list {
  padding: 0 16px 8px;
}
@media only screen and (max-width:767px) {
  .p-order__voice-list {
    padding: 0 8px 8px;
  }
}
.p-order__voice-list dd {
  margin-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width:767px) {
  .p-order__voice-list dd {
    margin-top: 8px;
  }
}

.p-order__flowlist {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.p-order__flowitem {
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width:767px) {
  .p-order__flowitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
  }
}
.p-order__flowitem-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .p-order__flowitem-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-order__flowitem .c-btn {
  -ms-flex-item-align: center;
  align-self: center;
}
.p-order__flowitem:not(:last-child)::after {
  content: "";
  width: 48px;
  height: 26px;
  background: url(../images/order/triangle_bottom.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 200px;
}
@media only screen and (max-width:767px) {
  .p-order__flowitem:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.p-order__flowCircle {
  background-color: #D2D200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  margin-right: 30px;
}
@media only screen and (max-width:767px) {
  .p-order__flowCircle {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 16px;
  }
}
.p-order__flowttl {
  margin-right: 80px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .p-order__flowttl {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.p-order__flowttl .small-font {
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .p-order__flowttl .small-font {
    font-size: 1.6rem;
  }
}
.p-order__flowtext {
  font-size: 1.6rem;
  line-height: 2.1;
}
@media only screen and (max-width:767px) {
  .p-order__flowtext {
    font-size: 1.4rem;
  }
}
.p-order__flowtext-pink {
  display: block;
  color: #D11249;
}

@media only screen and (max-width:767px) {
  .small__caption-flow {
    padding: 0 24px;
    text-align: left;
  }
}

/*tabの形状*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li {
  border-bottom: 1px solid #6A3906;
  width: 50%;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .tab li {
    width: 100%;
    border: 1px solid #6A3906;
    margin-bottom: 8px;
  }
}

.tab li.active {
  border-top: 1px solid #6A3906;
  border-left: 1px solid #6A3906;
  border-right: 1px solid #6A3906;
  border-bottom: none;
}
@media only screen and (max-width:767px) {
  .tab li.active {
    border: 1px solid #498C30;
  }
}
@media only screen and (max-width:767px) {
  .tab li.active.tab_button-green {
    background-color: #ddebd8;
  }
}
@media only screen and (max-width:767px) {
  .tab li.active.tab_button-pink {
    background-color: #fdeee4;
  }
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
}
@media only screen and (max-width:767px) {
  .area {
    padding: 24px 0px;
  }
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab {
  font-weight: 700;
}
.tab > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .tab > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tab-bg {
  font-size: 2.2rem;
  text-align: center;
  padding: 6px 16px;
  line-height: 1;
  margin-right: 0.5em;
}
@media only screen and (max-width:767px) {
  .tab-bg {
    font-size: 1.8rem;
    display: block;
  }
}
.tab-bg-yellow {
  background: url(../images/order/bg_tab-y.svg) no-repeat center center/contain;
}
.tab-bg-cian {
  background: url(../images/order/bg_tab-c.svg) no-repeat center center/contain;
}
.tab_ttl {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .tab_ttl {
    font-size: 1.8rem;
  }
}
.tabarea__list {
  border-bottom: 2px dashed #6A3906;
  padding: 40px 24px 26px;
}
@media only screen and (max-width:767px) {
  .tabarea__list {
    padding: 24px 8px;
  }
}
.tabarea__list .c-btn {
  max-width: 370px;
}
.tabarea__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width:767px) {
  .tabarea__inner {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tabarea__inner figure {
  max-width: 320px;
  width: 100%;
}
.tabarea__inner-text {
  font-size: 1.6rem;
  line-height: 2.1;
  width: 100%;
}

.p-order__choicelist {
  padding: 0 24px;
  margin: 0 auto 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .p-order__choicelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-order__choiceitem {
  width: calc((100% - 10%) / 3);
  position: relative;
  padding: 20px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-order__choiceitem {
    width: 100%;
    margin-bottom: 24px !important;
  }
}
.p-order__choiceitem .positon-absolute {
  position: absolute;
  top: -24px;
  left: -24px;
}
.p-order__choiceitem::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.p-order__choiceitem::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -14px;
  border: 16px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}
.p-order__choiceitem a {
  font-size: 3.2rem;
  display: block;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .p-order__choiceitem a {
    font-size: 2.4rem;
  }
}
.p-order__choicelist-contents .p-order__flowitem::after {
  content: none;
}
.p-order__choicelist-contents .p-order__flowttl {
  margin-right: 0;
}
.p-order__choicettl {
  font-size: 2.8rem;
}
@media only screen and (max-width:767px) {
  .p-order__choicettl {
    font-size: 2.2rem;
  }
}
.p-order__choicetext {
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .p-order__choicetext {
    font-size: 1.4rem;
  }
}
.p-order__choicesample .p-order__choicetext {
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .p-order__choicesample .p-order__choicetext {
    font-size: 1.6rem;
  }
}

.table__scroll {
  overflow-x: scroll;
}
@media only screen and (max-width:767px) {
  .table__scroll figure {
    width: 600px;
  }
}

.p-order__choicetext {
  line-height: 1.7;
}

.p-order__choicetext.b-b {
  padding-bottom: 24px;
}

.p-order__searchItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-order__searchItem figure {
  position: relative;
}
.p-order__searchItem figure figcaption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 98%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media only screen and (max-width:767px) {
  .p-order__searchItem figure figcaption {
    font-size: 1.6rem;
  }
}
.p-order__searchItem .c-btn {
  max-width: 100%;
  width: 100%;
}
.p-order__search-ttl {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-order__search-ttl {
    font-size: 1.6rem;
  }
}

.p-order__guidebox {
  max-width: 1300px;
  margin: 0 auto 68px;
  padding: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-order__guidebox .bottom__message {
  text-align: center;
  padding-block: 7% 2%;
}
.p-order__guidebox .bottom__message .bottom__text {
  padding-bottom: 12px;
}
.p-order__guidebox .bottom__message .c-btn.c-btn-primary {
  max-width: 311px;
}

@media only screen and (max-width:767px) {
  .p-order__guidebox {
    padding: 16px;
  }
}
.p-order__guidetextarea {
  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;
}
.p-order__guidetextarea h3 {
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .p-order__guidetextarea h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width:767px) {
  .p-order__guidetextarea .color__list-item {
    font-size: 1.6rem;
  }
}
.p-order__guidetextarea .color__linklist {
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .p-order__guidetextarea .color__linklist {
    gap: 16px;
  }
}
.p-order__guidetextarea .color__linklist .c-btn {
  max-width: 100%;
}

.p-order__voicesection-guide {
  margin: 0 auto 120px;
}

.slider_thumbnail-wig .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.p-order__caresliderarea {
  padding: 80px 24px;
}
.p-order__caresliderarea-img figure {
  max-width: 214px;
  width: 100%;
  margin: 0 auto;
}
.p-order__caresliderarea-img figure figcaption {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: right;
  margin-top: 4px;
}
.p-order__caresliderarea-img p {
  text-align: center;
  font-weight: 700;
}
.p-order__caresliderarea .slick-dots {
  width: 40%;
  right: 0;
}

.p-order__maintenance-wig {
  padding: 120px 16px 80px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .p-order__maintenance-wig {
    padding: 40px 16px;
  }
}
.p-order__maintenance-wig .p-lineup__how-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.p-order__maintenance-wig .p-lineup__how-inner p {
  font-size: 2rem;
  line-height: 2;
}
.p-order__maintenance-flowTtl {
  font-size: 3.2rem;
  padding-right: 60px;
}
@media only screen and (max-width:767px) {
  .p-order__maintenance-flowTtl {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------------------------------------
マニュアル
---------------------------------------------------------------------------*/
/* line 7, scss/manual.scss */
#main #ttl {
  width: 100%;
}

/* line 9, scss/manual.scss */
#main #ttl .box01 {
  width: 100%;
  padding-top: 62.4%;
}

/* line 19, scss/manual.scss */
#main .__block {
  width: 100%;
  /*.manual_menu_area*/
}

/* line 21, scss/manual.scss */
#main .__block .manual_menu_area {
  border-bottom: 1px solid #dddddd;
}

/* line 23, scss/manual.scss */
#main .__block .manual_menu_area a {
  display: block;
  background: white;
  padding: 30px 2.34375%;
  border-top: 1px solid #dddddd;
  position: relative;
}

/* line 29, scss/manual.scss */
#main .__block .manual_menu_area a .__arw {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  border: 1px solid #e70149;
  border-radius: 50%;
  right: 2.34375%;
  top: calc(50% - 16px);
}

/* line 39, scss/manual.scss */
#main .__block .manual_menu_area a .__arw::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid #e70149;
  border-bottom: 1px solid #e70149;
  right: 12px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 52, scss/manual.scss */
#main .__block .manual_menu_area a .inner {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 59, scss/manual.scss */
#main .__block .manual_menu_area a .inner .pic {
  width: 28.49003%;
}

/* line 64, scss/manual.scss */
#main .__block .manual_menu_area a .inner .ttl {
  width: 60%;
  padding-left: 20px;
}

/* line 67, scss/manual.scss */
#main .__block .manual_menu_area a .inner .ttl h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* line 71, scss/manual.scss */
#main .__block .manual_menu_area a .inner .ttl h3 {
  font-size: 1.4rem;
  line-height: 1.38462;
  margin-top: 10px;
}

/* line 81, scss/manual.scss */
#main .manual_bnr {
  margin-top: 60px;
}

/* line 84, scss/manual.scss */
#main .manual_bnr li:nth-of-type(n+2) {
  margin-top: 12px;
}

/* つけかた */
/* line 93, scss/manual.scss */
#main .howto #ttl {
  width: 100%;
}

/* line 95, scss/manual.scss */
#main .howto #ttl .box01 {
  width: 100%;
  padding-top: 62.4%;
}

/* line 105, scss/manual.scss */
#main .howto ul.nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  padding: 0 2.34375% 40px;
}

/* line 112, scss/manual.scss */
#main .howto ul.nav li {
  display: inline-block;
  text-align: center;
  border: 1px solid #666666;
  width: 33.3333%;
  position: relative;
}

/* line 118, scss/manual.scss */
#main .howto ul.nav li a {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  width: 100%;
  padding: 22px 0;
  display: block;
  text-align: center;
}

/* line 126, scss/manual.scss */
#main .howto ul.nav li:nth-of-type(n+2) {
  border-left: 0;
}

/* line 129, scss/manual.scss */
#main .howto ul.nav li::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #e70149;
  border-bottom: 2px solid #e70149;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -14px;
  left: calc(50% - 4px);
}

/* line 142, scss/manual.scss */
#main .howto ul.nav li sub {
  font-size: 14px;
  line-height: 4px;
  vertical-align: bottom;
}

/* line 149, scss/manual.scss */
#main .howto section.contents {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}

/* line 152, scss/manual.scss */
#main .howto section.contents .type {
  padding: 0 2.34375%;
}

/* line 160, scss/manual.scss */
#main .howto section.contents .type h2.block_ttl {
  width: 100%;
  display: inline-block;
  background: #e70149;
  padding: 16px;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* line 170, scss/manual.scss */
#main .howto section.contents .type h2.block_ttl sub {
  color: white;
  line-height: 6px;
  vertical-align: bottom;
}

/* line 176, scss/manual.scss */
#main .howto section.contents .type .mov_area {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 84.33048%;
  margin: 28px auto 18px;
}

/* line 184, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov {
  width: 100%;
  padding-bottom: 20px;
}

/* line 187, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .video_area {
  border-radius: 10px 10px 14px 14px;
  overflow: hidden;
}

/* line 191, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov video {
  width: 100%;
}

/* line 194, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

/* line 201, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl h3 {
  line-height: 1.33333;
}

/* line 203, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl h3 sub {
  font-size: 16px;
  line-height: 8px;
  vertical-align: bottom;
}

/* line 209, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea {
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 217, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn {
  color: #e70149;
  display: inline-block;
  background: white;
  border: 1px solid #e70149;
  padding: 12px;
  border-radius: 50px;
  width: 100%;
  min-width: 140px;
  text-align: center;
  text-indent: 1.5rem;
  position: relative;
}

/* line 229, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 11px;
  top: calc(50% - 5px);
  left: 20%;
}

/* line 242, scss/manual.scss */
#main .howto section.contents .type .mov_area .mov .mov_dtl .attention {
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}

/* line 254, scss/manual.scss */
#main .howto section.contents .type .order_area .order h3.num {
  height: 44px;
  line-height: 44px;
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  position: relative;
  text-indent: 60px;
}

/* line 261, scss/manual.scss */
#main .howto section.contents .type .order_area .order h3.num::before {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  content: "";
}

/* line 269, scss/manual.scss */
#main .howto section.contents .type .order_area .order.order01 {
  padding-bottom: 40px;
}

/* line 270, scss/manual.scss */
/* line 277, scss/manual.scss */
/* line 282, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con {
  margin-top: 20px;
}

/* line 285, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case h4 {
  width: 100%;
  background: #333333;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 5px 0;
}

/* line 293, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order {
  padding-bottom: 54px;
}

/* line 295, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 {
  color: #e70149;
  font-size: 1.9rem;
  vertical-align: middle;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* line 302, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 .nums {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

/* line 307, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 .nums img {
  width: 100%;
}

/* line 325, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn {
  text-align: center;
  margin-top: 20px;
}

/* line 328, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a {
  color: #e70149;
  font-size: 1.5rem;
  padding: 12px;
  background: white;
  border: 1px solid #e70149;
  display: inline-block;
  width: 80.05698%;
  text-align: center;
  border-radius: 50px;
  position: relative;
}

/* line 339, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #e70149;
  border-bottom: 1px solid #e70149;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: calc(50% - 6px);
  right: 20px;
}

/* line 352, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a span {
  color: #e70149;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  margin-right: 7px;
  border-right: 1px solid #e70149;
  padding-right: 7px;
  vertical-align: middle;
}

/* line 371, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 378, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl:nth-of-type(n+2) {
  margin-top: 24px;
}

/* line 381, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .illust {
  width: 120px;
  border: 1px solid #dddddd;
}

/* line 388, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt {
  width: calc(100% - 132px);
  margin-top: 0;
}

/* line 391, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6 {
  text-align: center;
  background: #f7f0e8;
  padding: 6px 0;
  margin-bottom: 12px;
}

/* line 396, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6 p {
  font-size: 1.3rem;
  line-height: 1.38462;
}

/* line 400, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6:nth-of-type(n+2) {
  margin-top: 10px;
}

/* line 414, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .ex_txt {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.38462;
}

/* line 418, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .ex_txt p:nth-of-type(n+2) {
  margin-top: 20px;
}

/* line 421, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .ex_txt a {
  color: #e70149;
  text-decoration: underline;
}

/* line 426, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con .arw_flow {
  width: 30px;
  height: auto;
  margin: 20px auto;
}

/* line 432, scss/manual.scss */
#main .howto section.contents .type .order_area .order .order_con span.fw_b {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* line 445, scss/manual.scss */
#main .howto section.contents #half-wig .order_area .order:first-of-type {
  border-top: 0;
}

/* line 452, scss/manual.scss */
#main .howto section.contents #toppiece .sub_order {
  padding-bottom: 0;
}

/* line 456, scss/manual.scss */
#main .howto section.contents .manual_bnr {
  width: 100%;
  padding: 0 2.34375%;
}

/* お手入れ */
/* line 465, scss/manual.scss */
#main .care #ttl {
  width: 100%;
}

/* line 467, scss/manual.scss */
#main .care #ttl .box01 {
  width: 100%;
  padding-top: 62.4%;
}

/* line 477, scss/manual.scss */
#main .care ul.nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  padding: 0 2.34375% 40px;
}

/* line 484, scss/manual.scss */
#main .care ul.nav li {
  display: inline-block;
  text-align: center;
  border: 1px solid #666666;
  width: 33.3333%;
  position: relative;
}

/* line 490, scss/manual.scss */
#main .care ul.nav li a {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  width: 100%;
  padding: 22px 0;
  display: block;
  text-align: center;
}

/* line 498, scss/manual.scss */
#main .care ul.nav li:nth-of-type(n+2) {
  border-left: 0;
}

/* line 501, scss/manual.scss */
#main .care ul.nav li::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #e70149;
  border-bottom: 2px solid #e70149;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -14px;
  left: calc(50% - 4px);
}

/* line 516, scss/manual.scss */
#main .care section.contents {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}

/* line 519, scss/manual.scss */
#main .care section.contents .type {
  padding: 0 2.34375%;
}

/* line 521, scss/manual.scss */
#main .care section.contents .type h2.block_ttl {
  width: 100%;
  display: inline-block;
  background: #e70149;
  padding: 16px;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* line 531, scss/manual.scss */
#main .care section.contents .type h2.block_ttl span {
  color: white;
  position: relative;
  bottom: -5px;
}

/* line 537, scss/manual.scss */
#main .care section.contents .type .mov_area {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 84.33048%;
  margin: 28px auto 18px;
}

/* line 545, scss/manual.scss */
#main .care section.contents .type .mov_area .mov {
  width: 100%;
  padding-bottom: 20px;
}

/* line 548, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .video_area {
  border-radius: 10px 10px 14px 14px;
  overflow: hidden;
}

/* line 552, scss/manual.scss */
#main .care section.contents .type .mov_area .mov video {
  width: 100%;
}

/* line 555, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

/* line 562, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl h3 {
  line-height: 1.33333;
}

/* line 565, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl .btnarea {
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 573, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn {
  color: #e70149;
  display: inline-block;
  background: white;
  border: 1px solid #e70149;
  padding: 12px;
  border-radius: 50px;
  width: 100%;
  min-width: 140px;
  text-align: center;
  text-indent: 1.5rem;
  position: relative;
}

/* line 585, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 11px;
  top: calc(50% - 5px);
  left: 20%;
}

/* line 598, scss/manual.scss */
#main .care section.contents .type .mov_area .mov .mov_dtl .attention {
  font-size: 10px;
  text-align: right;
  margin-top: 5px;
}

/* line 610, scss/manual.scss */
#main .care section.contents .type .material_area .material h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-indent: 40px;
  position: relative;
  line-height: 28px;
  vertical-align: middle;
  margin-bottom: 20px;
}

/* line 618, scss/manual.scss */
#main .care section.contents .type .material_area .material h3::before {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: #e70149;
  border-radius: 50%;
}

/* line 628, scss/manual.scss */
#main .care section.contents .type .material_area .material .use {
  border: 1px solid #333333;
  padding: 5.69801%;
}

/* line 632, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_howto p {
  font-size: 1.4rem;
  line-height: 1.38462;
}

/* line 635, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_howto p span {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.38462;
  display: block;
}

/* line 640, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_howto p span.fc_r {
  color: #e70149;
}

/* line 646, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding-top: 16px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

/* line 654, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_pic {
  width: 60px;
}

/* line 660, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_info {
  width: calc(100% - 60px);
  padding-left: 12px;
}

/* line 664, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_info .item_name p {
  color: #b79c80;
  line-height: 1.33333;
}

/* line 669, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn {
  background: #eee;
  margin-top: 12px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
}

/* line 677, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn p {
  font-size: 11px;
  color: #666666;
  line-height: 1;
  text-align: center;
  text-indent: -10px;
  position: relative;
}

/* line 684, scss/manual.scss */
#main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn p::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 6px;
  margin-top: -4px;
}

/* line 705, scss/manual.scss */
#main .care section.contents .type .order_area .order {
  padding-top: 32px;
}

/* line 708, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con {
  margin-top: 20px;
}

/* line 711, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .case h4 {
  color: #e70149;
  font-size: 1.9rem;
  vertical-align: middle;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* line 718, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .case h4 .nums {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

/* line 723, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .case h4 .nums img {
  width: 100%;
}

/* line 728, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .case .sub_order {
  padding-bottom: 54px;
}

/* line 734, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .case .sub_order .ex_txt p span {
  display: block;
  margin-top: 1rem;
}

/* line 749, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .ex_txt {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.38462;
}

/* line 753, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .ex_txt p:nth-of-type(n+2) {
  margin-top: 20px;
}

/* line 756, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .ex_txt a {
  color: #e70149;
  text-decoration: underline;
}

/* line 761, scss/manual.scss */
#main .care section.contents .type .order_area .order .order_con .arw_flow {
  width: 30px;
  height: auto;
  margin: 20px auto;
}

/* line 771, scss/manual.scss */
#main .care section.contents .product_guide {
  background: #efecdf;
  padding: 20px 2.63672% 40px;
}

/* line 774, scss/manual.scss */
#main .care section.contents .product_guide .p_pic {
  width: 84.77011%;
  margin: 0 auto;
}

/* line 780, scss/manual.scss */
#main .care section.contents .product_guide .p_info {
  margin-top: 10px;
}

/* line 782, scss/manual.scss */
#main .care section.contents .product_guide .p_info h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: #b79c80;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  margin-bottom: 20px;
}

/* line 790, scss/manual.scss */
#main .care section.contents .product_guide .p_info p {
  font-size: 1.3rem;
  line-height: 1.38462;
  text-align: center;
}

/* line 795, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn {
  margin-top: 20px;
}

/* line 797, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn li {
  text-align: center;
  margin-top: 12px;
}

/* line 800, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn li a {
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  text-align: center;
  text-indent: -1em;
  letter-spacing: 0.05em;
  background: #b79c80;
  min-width: 183px;
  width: 53.82353%;
}

/* line 810, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn li a span {
  font-size: 1.4rem;
  color: white;
  position: relative;
}

/* line 814, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn li a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -3px;
  right: -10px;
}

/* line 830, scss/manual.scss */
#main .care section.contents .product_guide .p_info ul.p_btn li.btn_shop a {
  min-width: 210px;
}

/* line 838, scss/manual.scss */
#main .care section.contents .manual_bnr {
  width: 100%;
  padding: 0 2.34375%;
}

/* アフターサービス */
/* line 848, scss/manual.scss */
#main.afterservice #ttl {
  width: 100%;
}

/* line 850, scss/manual.scss */
#main.afterservice #ttl .box01 {
  width: 100%;
  padding-top: 62.4%;
}

/* line 860, scss/manual.scss */
#main.afterservice #support {
  width: 100%;
  margin-top: -60px;
  padding: 60px 2.34375% 40px;
}

/* line 864, scss/manual.scss */
#main.afterservice #support .inner {
  padding: 28px 0;
  position: relative;
}

/* line 867, scss/manual.scss */
#main.afterservice #support .inner .line {
  display: block;
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  background: #e70149;
}

/* line 874, scss/manual.scss */
#main.afterservice #support .inner .line:first-of-type {
  top: 0;
}

/* line 877, scss/manual.scss */
#main.afterservice #support .inner .line:nth-of-type(2) {
  bottom: 0;
}

/* line 880, scss/manual.scss */
#main.afterservice #support .inner .line::before, #main.afterservice #support .inner .line::after {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #e70149;
  display: block;
  content: "";
  top: -1px;
}

/* line 889, scss/manual.scss */
#main.afterservice #support .inner .line::before {
  left: 0;
}

/* line 892, scss/manual.scss */
#main.afterservice #support .inner .line::after {
  right: 0;
}

/* line 896, scss/manual.scss */
#main.afterservice #support .inner h2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #e70149;
  text-align: center;
}

/* line 902, scss/manual.scss */
#main.afterservice #support .inner p {
  margin-top: 14px;
  text-align: center;
}

/* line 908, scss/manual.scss */
#main.afterservice .section {
  /*.sec_ttl_area*/
}

/* line 909, scss/manual.scss */
#main.afterservice .section .sec_ttl_area {
  width: 100%;
}

/* line 912, scss/manual.scss */
#main.afterservice .section .sec_ttl_area .sec_ttl h2 {
  background: #f7f0e8;
  padding: 20px 0;
  display: inline-block;
  font-size: 3rem;
  color: #e70149;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* line 920, scss/manual.scss */
#main.afterservice .section .sec_ttl_area .sec_ttl h2 span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 12px;
}

/* line 930, scss/manual.scss */
#main.afterservice .section.check {
  padding-bottom: 80px;
}

/* line 934, scss/manual.scss */
#main.afterservice .section.check .sec_ttl_area .sec_ttl h2 {
  width: 100%;
}

/* line 942, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li {
  border: 1px solid #e70149;
  border-radius: 5px;
  padding: 30px 5.69801% 20px;
}

/* line 946, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li:nth-of-type(n+2) {
  margin-top: 26px;
}

/* line 949, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #e70149;
}

/* line 954, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li .pic {
  width: 200px;
  margin: 0 auto;
}

/* line 957, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li .pic img {
  width: 100%;
}

/* line 961, scss/manual.scss */
#main.afterservice .section.check ul.check_contents li p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.38462;
}

/* line 976, scss/manual.scss */
#main.afterservice .section.reform .sec_ttl_area .sec_ttl h2 {
  width: 100%;
}

/* line 988, scss/manual.scss */
#main.afterservice .section.reform .lead_txt h4 {
  color: #e70149;
  font-size: 1.8rem;
  line-height: 1.33333;
  text-align: center;
  margin-top: 34px;
}

/* line 994, scss/manual.scss */
#main.afterservice .section.reform .lead_txt h4 span.note {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 5px;
}

/* line 1002, scss/manual.scss */
#main.afterservice .section.reform .speech_block {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e70149;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

/* line 1015, scss/manual.scss */
#main.afterservice .section.reform .speech_block .speech p {
  font-size: 1.4rem;
  line-height: 1.38462;
}

/* line 1020, scss/manual.scss */
#main.afterservice .section.reform .speech_block .staff {
  width: 200px;
  height: 200px;
  margin: 0 auto 8px;
}

/* line 1028, scss/manual.scss */
#main.afterservice .section.reform .reset_block {
  margin-top: 32px;
  background: #fef7f9;
  padding: 20px;
}

/* line 1032, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner {
  background: white;
  padding: 35px 30px;
}

/* line 1035, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 {
  color: #e70149;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 1.28;
  padding-bottom: 20px;
  border-bottom: 2px solid #e70149;
}

/* line 1043, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 span {
  font-size: 1.2rem;
  color: #e70149;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  vertical-align: middle;
}

/* line 1048, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 span.sub {
  font-size: 1.5rem;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  display: block;
  position: relative;
}

/* line 1055, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 span.sub::before, #main.afterservice .section.reform .reset_block .inner h4 span.sub::after {
  width: 16px;
  height: 1px;
  background: #333333;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
}

/* line 1064, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 span.sub::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 20%;
}

/* line 1069, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner h4 span.sub::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 20%;
}

/* line 1077, scss/manual.scss */
#main.afterservice .section.reform .reset_block .inner p {
  padding-top: 20px;
  line-height: 1.38462;
}

/* line 1084, scss/manual.scss */
#main.afterservice .section .__block {
  width: 100%;
  padding: 0 2.34375%;
}

/* line 1087, scss/manual.scss */
#main.afterservice .section .__block .lead_txt {
  padding: 36px 0 45px;
  text-align: center;
}

/* line 1090, scss/manual.scss */
#main.afterservice .section .__block .lead_txt h3 {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.8;
  border-bottom: 2px solid #e70149;
  display: inline;
}

/* line 1097, scss/manual.scss */
#main.afterservice .section .__block .lead_txt h3 span.attention {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 18px;
}

/* line 1102, scss/manual.scss */
#main.afterservice .section .__block .lead_txt h3 span.attention sub {
  font-size: 15px;
  line-height: 1;
  vertical-align: text-top;
}

@media print, screen and (max-width: 350px) {
  /* line 1122, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub::before {
    left: 10%;
  }

  /* line 1125, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub::after {
    right: 10%;
  }

  /* line 1136, scss/manual.scss */
  #main.afterservice .section.check .sec_ttl_area .sec_ttl h2, #main.afterservice .section.reform .sec_ttl_area .sec_ttl h2 {
    top: 30px;
    position: absolute;
    display: inline-block;
    font-size: 3rem;
    color: #e70149;
    text-align: center;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /* line 1144, scss/manual.scss */
  #main.afterservice .section.check .sec_ttl_area .sec_ttl h2 span, #main.afterservice .section.reform .sec_ttl_area .sec_ttl h2 span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  /* line 1161, scss/manual.scss */
  #main #ttl .box01 {
    width: 50%;
    height: 600px;
  }

  /* line 1170, scss/manual.scss */
  #main .__block {
    margin: 80px auto 0;
    /*.manual_menu_area*/
  }

  /* line 1173, scss/manual.scss */
  #main .__block .manual_menu_area {
    border-bottom: 1px solid #dddddd;
  }

  /* line 1175, scss/manual.scss */
  #main .__block .manual_menu_area a {
    display: block;
    background: white;
    padding: 24px 84px;
    border-top: 1px solid #dddddd;
    position: relative;
  }

  /* line 1181, scss/manual.scss */
  #main .__block .manual_menu_area a:hover {
    opacity: 1;
    background: #fef7f9;
  }

  /* line 1184, scss/manual.scss */
  #main .__block .manual_menu_area a:hover .__arw {
    border: 1px solid #e70149;
    background: #e70149;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 1;
  }

  /* line 1190, scss/manual.scss */
  #main .__block .manual_menu_area a:hover .__arw::after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 1;
  }

  /* line 1199, scss/manual.scss */
  #main .__block .manual_menu_area a .__arw {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    content: "";
    border: 1px solid #e70149;
    border-radius: 50%;
    right: 40px;
    top: calc(50% - 32px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1211, scss/manual.scss */
  #main .__block .manual_menu_area a .__arw::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border-right: 1px solid #e70149;
    border-bottom: 1px solid #e70149;
    right: 25px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1226, scss/manual.scss */
  #main .__block .manual_menu_area a .inner {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1233, scss/manual.scss */
  #main .__block .manual_menu_area a .inner .pic {
    width: 272px;
  }

  /* line 1238, scss/manual.scss */
  #main .__block .manual_menu_area a .inner .ttl {
    width: 60%;
    padding-left: 80px;
  }

  /* line 1241, scss/manual.scss */
  #main .__block .manual_menu_area a .inner .ttl h2 {
    font-size: 3.4rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /* line 1245, scss/manual.scss */
  #main .__block .manual_menu_area a .inner .ttl h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 24px;
  }

  /* line 1255, scss/manual.scss */
  #main .manual_bnr {
    margin-top: 120px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 1263, scss/manual.scss */
  #main .manual_bnr li {
    width: 488px;
  }

  /* line 1265, scss/manual.scss */
  #main .manual_bnr li:nth-of-type(n+2) {
    margin-top: 0;
  }

  /* つけかた */
  /* line 1275, scss/manual.scss */
  #main .howto #ttl .box01 {
    width: 50%;
    height: 600px;
  }

  /* line 1284, scss/manual.scss */
  #main .howto ul.nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 80px auto 84px;
  }

  /* line 1293, scss/manual.scss */
  #main .howto ul.nav li {
    display: inline-block;
    text-align: center;
    border: 1px solid #666666;
    width: 33.3333%;
    max-width: 312px;
    position: relative;
  }

  /* line 1300, scss/manual.scss */
  #main .howto ul.nav li a {
    font-size: 2.6rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    width: 100%;
    padding: 30px 0;
    display: block;
    text-align: center;
    background: white;
  }

  /* line 1308, scss/manual.scss */
  #main .howto ul.nav li a sub {
    font-size: 18px;
    line-height: 6px;
    vertical-align: bottom;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1316, scss/manual.scss */
  #main .howto ul.nav li:hover {
    border: 1px solid #e70149;
  }

  /* line 1318, scss/manual.scss */
  #main .howto ul.nav li:hover a {
    color: white;
    background: #e70149;
  }

  /* line 1321, scss/manual.scss */
  #main .howto ul.nav li:hover a sub {
    color: white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1328, scss/manual.scss */
  #main .howto ul.nav li:nth-of-type(n+2) {
    border-left: 1px solid #666666;
  }

  /* line 1331, scss/manual.scss */
  #main .howto ul.nav li::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #e70149;
    border-bottom: 2px solid #e70149;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -18px;
    left: calc(50% - 5px);
  }

  /* line 1352, scss/manual.scss */
  #main .howto section.contents .type {
    padding: 0;
    margin: 0 auto;
  }

  /* line 1357, scss/manual.scss */
  #main .howto section.contents .type#full-wig .ex_txt {
    padding-top: 14px;
  }

  /* line 1365, scss/manual.scss */
  #main .howto section.contents .type h2.block_ttl {
    width: 100%;
    display: inline-block;
    background: #e70149;
    padding: 14px;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /* line 1375, scss/manual.scss */
  #main .howto section.contents .type h2.block_ttl sub {
    font-size: 18px;
    color: white;
    line-height: 6px;
    vertical-align: bottom;
  }

  /* line 1382, scss/manual.scss */
  #main .howto section.contents .type .mov_area {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 64px auto;
  }

  /* line 1390, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov {
    width: 488px;
    padding-bottom: 20px;
  }

  /* line 1393, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .video_area {
    border-radius: 10px 10px 18px 18px;
    overflow: hidden;
  }

  /* line 1397, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov video {
    width: 100%;
    cursor: pointer;
  }

  /* line 1401, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
  }

  /* line 1408, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl h3 {
    line-height: 1.2;
    font-size: 2rem;
  }

  /* line 1411, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl h3 sub {
    font-size: 18px;
    line-height: 10px;
    vertical-align: bottom;
  }

  /* line 1417, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea {
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1425, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn {
    font-size: 1.6rem;
    color: #e70149;
    display: inline-block;
    background: white;
    border: 1px solid #e70149;
    padding: 12px;
    border-radius: 50px;
    width: 200px;
    min-width: 200px;
    text-align: center;
    text-indent: 2rem;
    position: relative;
  }

  /* line 1438, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    top: calc(50% - 7px);
    left: 48px;
  }

  /* line 1451, scss/manual.scss */
  #main .howto section.contents .type .mov_area .mov .mov_dtl .attention {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 5px;
  }

  /* line 1463, scss/manual.scss */
  #main .howto section.contents .type .order_area .order h3.num {
    height: 64px;
    line-height: 64px;
    font-size: 3.4rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    position: relative;
    text-indent: 88px;
  }

  /* line 1470, scss/manual.scss */
  #main .howto section.contents .type .order_area .order h3.num::before {
    position: absolute;
    width: 64px;
    height: 64px;
    display: block;
    content: "";
  }

  /* line 1478, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 {
    padding-bottom: 48px;
  }

  /* line 1479, scss/manual.scss */
  /* line 1484, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 .order_con {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 1490, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 .order_con .illust {
    width: 360px;
    height: auto;
  }

  /* line 1494, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 .order_con .ex_txt {
    width: 630px;
    padding-top: 72px;
  }

  /* line 1497, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 .order_con .ex_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 1500, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order01 .order_con .ex_txt p span {
    display: block;
    margin-top: 1rem;
  }

  /* line 1509, scss/manual.scss */
  /* line 1513, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1520, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .illust {
    width: 360px;
    height: auto;
  }

  /* line 1524, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .ex_txt {
    width: auto;
  }

  /* line 1527, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .ex_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 1532, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .case_short {
    width: 50%;
    max-width: 456px;
  }

  /* line 1535, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .case_short .illust {
    width: 100%;
  }

  /* line 1541, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .case_long {
    width: 50%;
    max-width: 456px;
  }

  /* line 1544, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .case_long .illust {
    width: 100%;
  }

  /* line 1550, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .case_common {
    width: 100%;
  }

  /* line 1553, scss/manual.scss */
  #main .howto section.contents .type .order_area .order.order02 .order_con .sub_order {
    padding-bottom: 40px;
  }

  /* line 1558, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con {
    margin-top: 24px;
  }

  /* line 1561, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case h4 {
    width: 100%;
    background: #333333;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    padding: 5px 0;
  }

  /* line 1570, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 {
    color: #e70149;
    font-size: 2.4rem;
    vertical-align: middle;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1577, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 .nums {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 18px;
  }

  /* line 1582, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order h5 .nums img {
    width: 100%;
  }

  /* line 1598, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn {
    text-align: center;
    margin-top: 20px;
  }

  /* line 1601, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a {
    color: #e70149;
    font-size: 1.5rem;
    padding: 12px;
    background: white;
    border: 1px solid #e70149;
    display: inline-block;
    width: 80.05698%;
    text-align: center;
    border-radius: 50px;
    position: relative;
  }

  /* line 1612, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #e70149;
    border-bottom: 1px solid #e70149;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 20px;
  }

  /* line 1625, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case .sub_order .more_btn_area .more_btn a span {
    color: #e70149;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    margin-right: 7px;
    border-right: 1px solid #e70149;
    padding-right: 7px;
    vertical-align: middle;
  }

  /* line 1642, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 {
    margin-bottom: 30px;
  }

  /* line 1644, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1652, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl {
    width: 500px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* line 1661, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl:nth-of-type(n+2) {
    margin-top: 0;
  }

  /* line 1664, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .illust {
    width: 192px;
    border: 0;
  }

  /* line 1667, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .illust img {
    border: 1px solid #dddddd;
  }

  /* line 1671, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt {
    width: calc(100% - 208px);
  }

  /* line 1673, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6 {
    text-align: center;
    background: #f7f0e8;
    padding: 6px 0;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  /* line 1679, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6 p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 1683, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt h6:nth-of-type(n+2) {
    margin-top: 100px;
  }

  /* line 1692, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl .ex_txt {
    margin-top: 0;
  }

  /* line 1695, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl.p_front {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1698, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl.p_side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -105px;
  }

  /* line 1702, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .case_common .sub_order .sub03 .parts .parts_dtl.p_detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1713, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .ex_txt {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.38462;
  }

  /* line 1717, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .ex_txt p:nth-of-type(n+2) {
    margin-top: 20px;
  }

  /* line 1720, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .ex_txt a {
    color: #e70149;
    text-decoration: underline;
  }

  /* line 1725, scss/manual.scss */
  #main .howto section.contents .type .order_area .order .order_con .arw_flow {
    width: 30px;
    height: auto;
    margin: 20px auto;
  }

  /* line 1745, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order:first-of-type {
    border-top: 0;
  }

  /* line 1754, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order.order02 .order_con .case .sub_order .sub {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1760, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order.order02 .order_con .case .sub_order .sub .illust {
    width: 456px;
  }

  /* line 1763, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order.order02 .order_con .case .sub_order .sub .ex_txt_area {
    width: calc(100% - 456px);
    padding-left: 40px;
  }

  /* line 1766, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order.order02 .order_con .case .sub_order .sub .ex_txt_area h5 {
    margin-top: 0;
  }

  /* line 1775, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order .arw {
    width: 456px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  /* line 1781, scss/manual.scss */
  #main .howto section.contents #half-wig .order_area .order .arw .arw_flow {
    width: 30px;
    height: auto;
    margin: 20px auto;
  }

  /* line 1791, scss/manual.scss */
  #main .howto section.contents #toppiece .mov_area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 1794, scss/manual.scss */
  #main .howto section.contents #toppiece .sub_order {
    padding-bottom: 0;
  }

  /* line 1805, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order.order02 .order_con .case .sub_order .sub {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1811, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order.order02 .order_con .case .sub_order .sub .illust {
    width: 456px;
  }

  /* line 1814, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order.order02 .order_con .case .sub_order .sub .ex_txt_area {
    width: calc(100% - 456px);
    padding-left: 40px;
  }

  /* line 1817, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order.order02 .order_con .case .sub_order .sub .ex_txt_area h5 {
    margin-top: 0;
  }

  /* line 1826, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order .arw {
    width: 456px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  /* line 1832, scss/manual.scss */
  #main .howto section.contents #toppiece .order_area .order .arw .arw_flow {
    width: 30px;
    height: auto;
    margin: 20px auto;
  }

  /* line 1841, scss/manual.scss */
  #main .howto section.contents .manual_bnr {
    margin: 120px auto 0;
    padding: 0;
  }

  /* お手入れ */
  /* line 1852, scss/manual.scss */
  #main .care #ttl .box01 {
    width: 50%;
    height: 600px;
  }

  /* line 1861, scss/manual.scss */
  #main .care ul.nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 80px auto 84px;
  }

  /* line 1870, scss/manual.scss */
  #main .care ul.nav li {
    display: inline-block;
    text-align: center;
    border: 1px solid #666666;
    width: 33.3333%;
    max-width: 312px;
    position: relative;
  }

  /* line 1877, scss/manual.scss */
  #main .care ul.nav li a {
    font-size: 2.6rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    width: 100%;
    padding: 30px 0;
    display: block;
    text-align: center;
    background: white;
  }

  /* line 1885, scss/manual.scss */
  #main .care ul.nav li a span {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1890, scss/manual.scss */
  #main .care ul.nav li:hover {
    border: 1px solid #e70149;
  }

  /* line 1892, scss/manual.scss */
  #main .care ul.nav li:hover a {
    color: white;
    background: #e70149;
  }

  /* line 1895, scss/manual.scss */
  #main .care ul.nav li:hover a span {
    color: white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  /* line 1902, scss/manual.scss */
  #main .care ul.nav li:nth-of-type(n+2) {
    border-left: 1px solid #666666;
  }

  /* line 1905, scss/manual.scss */
  #main .care ul.nav li::after {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #e70149;
    border-bottom: 2px solid #e70149;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -18px;
    left: calc(50% - 5px);
  }

  /* line 1920, scss/manual.scss */
  #main .care section.contents {
    border-top: 1px solid #dddddd;
    padding-top: 84px;
    width: 100%;
  }

  /* line 1924, scss/manual.scss */
  #main .care section.contents .type {
    padding: 0;
    margin: 0 auto;
  }

  /* line 1928, scss/manual.scss */
  #main .care section.contents .type h2.block_ttl {
    width: 100%;
    display: inline-block;
    background: #e70149;
    padding: 14px;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /* line 1938, scss/manual.scss */
  #main .care section.contents .type h2.block_ttl span {
    color: white;
    position: relative;
    bottom: -5px;
  }

  /* line 1944, scss/manual.scss */
  #main .care section.contents .type .mov_area {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 64px auto;
  }

  /* line 1952, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov {
    width: 488px;
    padding-bottom: 20px;
  }

  /* line 1955, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .video_area {
    border-radius: 10px 10px 18px 18px;
    overflow: hidden;
    width: 100%;
  }

  /* line 1960, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov video {
    width: 100%;
    cursor: pointer;
    position: relative;
  }

  /* line 1964, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov video::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    overflow: hidden;
  }

  /* line 1974, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
  }

  /* line 1981, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl h3 {
    line-height: 1.2;
    font-size: 2rem;
  }

  /* line 1985, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl .btnarea {
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1993, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn {
    font-size: 1.6rem;
    color: #e70149;
    display: inline-block;
    background: white;
    border: 1px solid #e70149;
    padding: 12px;
    border-radius: 50px;
    width: 200px;
    min-width: 200px;
    text-align: center;
    text-indent: 2rem;
    position: relative;
  }

  /* line 2006, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl .btnarea .playbtn::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    top: calc(50% - 7px);
    left: 48px;
  }

  /* line 2019, scss/manual.scss */
  #main .care section.contents .type .mov_area .mov .mov_dtl .attention {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 5px;
  }

  /* line 2031, scss/manual.scss */
  #main .care section.contents .type .material_area .material h3 {
    font-size: 3.4rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    text-indent: 56px;
    position: relative;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 48px;
  }

  /* line 2039, scss/manual.scss */
  #main .care section.contents .type .material_area .material h3::before {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    background: #e70149;
    border-radius: 50%;
  }

  /* line 2049, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use {
    border: 1px solid #333333;
    padding: 40px 36px;
  }

  /* line 2053, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_howto p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 2056, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_howto p span {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
  }

  /* line 2061, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_howto p span.fc_r {
    color: #e70149;
  }

  /* line 2067, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 14px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  /* line 2075, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_pic {
    width: 72px;
  }

  /* line 2081, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_info {
    width: calc(100% - 72px);
    padding-left: 16px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 2090, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_info .item_name p {
    color: #b79c80;
    line-height: 1.33333;
    font-size: 1.8rem;
  }

  /* line 2096, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn {
    background: #eee;
    margin-top: 0;
    margin-left: 24px;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
  }

  /* line 2106, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn p {
    font-size: 1.4rem;
    color: #666666;
    line-height: 1;
    text-align: center;
    text-indent: -10px;
    position: relative;
  }

  /* line 2113, scss/manual.scss */
  #main .care section.contents .type .material_area .material .use .use_item .item_info .item_dtl_btn p::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 22px;
    margin-top: -5px;
  }

  /* line 2134, scss/manual.scss */
  #main .care section.contents .type .order_area .order {
    padding-top: 48px;
  }

  /* line 2137, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con {
    margin-top: 24px;
  }

  /* line 2140, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case h4 {
    color: #e70149;
    font-size: 2.4rem;
    vertical-align: middle;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 2147, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case h4 .nums {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 18px;
  }

  /* line 2152, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case h4 .nums img {
    width: 100%;
  }

  /* line 2157, scss/manual.scss */
  .care section.contents .type .order_area .order .order_con .case .sub_order {
    padding-bottom: 54px;
  }

  /* line 2159, scss/manual.scss */
  .care section.contents .type .order_area .order .order_con .case .sub_order .sub {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 2165, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case .sub_order .sub .illust {
    width: 456px;
  }

  /* line 2168, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case .sub_order .sub .ex_txt_area {
    width: calc(100% - 456px);
    padding-left: 40px;
  }

  /* line 2171, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .case .sub_order .sub .ex_txt_area h4 {
    margin-top: 0;
  }

  /* line 2178, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .ex_txt {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 2182, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .ex_txt p:nth-of-type(n+2) {
    margin-top: 20px;
  }

  /* line 2185, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .ex_txt a {
    color: #e70149;
    text-decoration: underline;
  }

  /* line 2190, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .arw {
    width: 456px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  /* line 2196, scss/manual.scss */
  #main .care section.contents .type .order_area .order .order_con .arw .arw_flow {
    width: 30px;
    height: auto;
    margin: 20px auto;
  }

  /* line 2206, scss/manual.scss */
  #main .care section.contents .product_guide {
    background: #efecdf;
    padding: 20px 0 40px;
  }

  /* line 2209, scss/manual.scss */
  #main .care section.contents .product_guide .inner {
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 2218, scss/manual.scss */
  #main .care section.contents .product_guide .p_pic {
    width: 456px;
    margin: 0 auto;
  }

  /* line 2224, scss/manual.scss */
  #main .care section.contents .product_guide .p_info {
    margin-top: 0;
    width: calc(100% - 456px);
    padding-left: 40px;
  }

  /* line 2228, scss/manual.scss */
  #main .care section.contents .product_guide .p_info h2 {
    font-size: 3.6rem;
    line-height: 1;
    color: #b79c80;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    text-align: left;
    margin-bottom: 32px;
  }

  /* line 2236, scss/manual.scss */
  #main .care section.contents .product_guide .p_info p {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }

  /* line 2241, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn {
    margin-top: 32px;
    text-align: left;
  }

  /* line 2244, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li {
    text-align: center;
    margin-top: 12px;
    display: inline-block;
  }

  /* line 2248, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li a {
    display: inline-block;
    padding: 16px;
    border-radius: 50px;
    text-align: center;
    text-indent: -1em;
    letter-spacing: 0.05em;
    background: #b79c80;
    min-width: 183px;
    width: 53.82353%;
  }

  /* line 2258, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li a span {
    font-size: 1.4rem;
    color: white;
    position: relative;
  }

  /* line 2262, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li a span::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px;
    right: -10px;
  }

  /* line 2278, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li.btn_shop a {
    min-width: 210px;
  }

  /* line 2282, scss/manual.scss */
  #main .care section.contents .product_guide .p_info ul.p_btn li:nth-of-type(n+2) {
    margin-left: 12px;
  }

  /* line 2289, scss/manual.scss */
  #main .care section.contents .manual_bnr {
    margin: 120px auto 0;
    padding: 0;
  }

  /* アフターサービス */
  /* line 2300, scss/manual.scss */
  #main.afterservice #ttl .box01 {
    width: 50%;
    height: 600px;
  }

  /* line 2309, scss/manual.scss */
  #main.afterservice #support {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }

  /* line 2313, scss/manual.scss */
  #main.afterservice #support .inner {
    padding: 48px 0;
    position: relative;
  }

  /* line 2316, scss/manual.scss */
  #main.afterservice #support .inner .line {
    display: block;
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    background: #e70149;
  }

  /* line 2323, scss/manual.scss */
  #main.afterservice #support .inner .line:first-of-type {
    top: 0;
  }

  /* line 2326, scss/manual.scss */
  #main.afterservice #support .inner .line:nth-of-type(2) {
    bottom: 0;
  }

  /* line 2329, scss/manual.scss */
  #main.afterservice #support .inner .line::before, #main.afterservice #support .inner .line::after {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #e70149;
    display: block;
    content: "";
    top: -1px;
  }

  /* line 2338, scss/manual.scss */
  #main.afterservice #support .inner .line::before {
    left: 0;
  }

  /* line 2341, scss/manual.scss */
  #main.afterservice #support .inner .line::after {
    right: 0;
  }

  /* line 2345, scss/manual.scss */
  #main.afterservice #support .inner h2 {
    font-size: 4.8rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #e70149;
    text-align: center;
  }

  /* line 2351, scss/manual.scss */
  #main.afterservice #support .inner p {
    margin-top: 24px;
    text-align: center;
    font-size: 2rem;
  }

  /* line 2358, scss/manual.scss */
  #main.afterservice .section {
    /*.sec_ttl_area*/
  }

  /* line 2359, scss/manual.scss */
  #main.afterservice .section .sec_ttl_area {
    width: 100%;
    margin-top: 80px;
  }

  /* line 2362, scss/manual.scss */
  #main.afterservice .section .sec_ttl_area .sec_ttl {
    margin: 0 auto;
  }

  /* line 2370, scss/manual.scss */
  #main.afterservice .section .sec_ttl_area .sec_ttl h2 {
    display: inline-block;
    padding: 30px 0;
    font-size: 4.5rem;
    color: #e70149;
    text-align: center;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
  }

  /* line 2378, scss/manual.scss */
  #main.afterservice .section .sec_ttl_area .sec_ttl h2 span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
  }

  /* line 2396, scss/manual.scss */
  #main.afterservice .section.check .sec_ttl_area .sec_ttl h2 {
    width: 100%;
  }

  /* line 2415, scss/manual.scss */
  #main.afterservice .section.reform .sec_ttl_area .sec_ttl h2 {
    width: 100%;
  }

  /* line 2428, scss/manual.scss */
  #main.afterservice .section.reform .lead_txt h4 {
    color: #e70149;
    font-size: 2.4rem;
    line-height: 1.41667;
    text-align: center;
    margin-top: 60px;
  }

  /* line 2434, scss/manual.scss */
  #main.afterservice .section.reform .lead_txt h4 span.note {
    display: block;
    text-align: center;
    font-size: 2rem;
  }

  /* line 2441, scss/manual.scss */
  #main.afterservice .section.reform .speech_block {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 490px;
    border: 1px solid #e70149;
    border-radius: 5px;
    padding: 36px;
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
  }

  /* line 2456, scss/manual.scss */
  #main.afterservice .section.reform .speech_block .speech p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /* line 2461, scss/manual.scss */
  #main.afterservice .section.reform .speech_block .staff {
    width: 240px;
    height: 240px;
    margin: 0 auto 8px;
  }

  /* line 2469, scss/manual.scss */
  #main.afterservice .section.reform .reset_block {
    width: 864px;
    margin: 0 auto;
    margin-top: 50px;
    background: #fef7f9;
    padding: 24px;
  }

  /* line 2475, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner {
    background: white;
    padding: 60px 120px;
  }

  /* line 2478, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 {
    color: #e70149;
    font-size: 4rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    text-align: center;
    line-height: 0.75;
    padding-bottom: 24px;
    border-bottom: 2px solid #e70149;
  }

  /* line 2486, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span {
    font-size: 2.4rem;
    color: #e70149;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    vertical-align: middle;
  }

  /* line 2491, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub {
    font-size: 2rem;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    text-align: center;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 16px;
  }

  /* line 2500, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub::before, #main.afterservice .section.reform .reset_block .inner h4 span.sub::after {
    width: 20px;
    height: 1px;
    background: #333333;
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
  }

  /* line 2509, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 182px;
  }

  /* line 2514, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner h4 span.sub::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 182px;
  }

  /* line 2522, scss/manual.scss */
  #main.afterservice .section.reform .reset_block .inner p {
    padding-top: 24px;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  /* line 2530, scss/manual.scss */
  #main.afterservice .section .__block {
    margin: 80px auto 0;
    padding: 0;
  }

  /* line 2534, scss/manual.scss */
  #main.afterservice .section .__block .lead_txt {
    padding: 0 0 80px;
    text-align: center;
  }

  /* line 2537, scss/manual.scss */
  #main.afterservice .section .__block .lead_txt h3 {
    text-align: center;
    font-size: 3rem;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, serif;
    line-height: 1.86667;
    border-bottom: 2px solid #e70149;
    display: inline;
  }

  /* line 2544, scss/manual.scss */
  #main.afterservice .section .__block .lead_txt h3 span.attention {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 18px;
  }

  /* line 2549, scss/manual.scss */
  #main.afterservice .section .__block .lead_txt h3 span.attention sub {
    font-size: 17px;
    line-height: 1;
    vertical-align: text-top;
  }

  /* line 2557, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 2565, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li {
    border: 1px solid #e70149;
    border-radius: 5px;
    padding: 40px 40px 48px;
    width: 488px;
  }

  /* line 2570, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li:nth-of-type(n+2) {
    margin-top: 0;
  }

  /* line 2573, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #e70149;
  }

  /* line 2578, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li .pic {
    width: 280px;
    margin: 0 auto;
  }

  /* line 2581, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li .pic img {
    width: 100%;
  }

  /* line 2585, scss/manual.scss */
  #main.afterservice .section .__block ul.check_contents li p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.maw-13 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 120px;
}
@media only screen and (max-width:767px) {
  .maw-13 {
    margin: 0 auto 40px;
    width: 90%;
  }
}

.p-order__maintenance-flow .p-lineup__listsupport {
  padding: 60px 0;
}

.p-order__maintenance-wigfaq-inner {
  padding: 63px 80px 77px;
}
@media only screen and (max-width:767px) {
  .p-order__maintenance-wigfaq-inner {
    padding: 24px 16px;
  }
}
.p-order__maintenance-wigfaq-inner h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .p-order__maintenance-wigfaq-inner h3 {
    font-size: 2.4rem;
  }
}
.p-order__maintenance-wigfaq-inner p {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .p-order__maintenance-wigfaq-inner p {
    font-size: 1.4rem;
  }
}

.p-order__flowitem-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-order__choice-nav {
  font-size: clamp(2.2rem,1.4vw,3.2rem) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width:767px) {
  .manekin {
    width: 60% !important;
  }
}

.p-home {
  margin-top: 70px;
}
.p-home__fv {
  position: relative;
  padding: 0px 0 68px;
  background-color: #FCFBF7;
}
@media only screen and (max-width:767px) {
  .p-home__fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 48px;
  }
}
.p-home__logoArea {
  position: absolute;
  top: 50%;
  left: 51px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 500;
  width: 465px;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .p-home__logoArea {
    position: static;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
}
.p-home__copy2 {
  font-size: 4.9rem;
  line-height: 1.4;
}
@media only screen and (max-width:767px) {
  .p-home__copy2 {
    font-size: 2.2rem;
  }
}
.p-home__copy {
  font-size: 2rem;
  margin-top: 22px;
}
@media only screen and (max-width:767px) {
  .p-home__copy {
    font-size: 1.4rem;
    margin: 5px 0 20px 0;
  }
}
.p-home__copy span {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .p-home__copy span {
    font-size: 2rem;
  }
}
.p-home__logo {
  max-width: 263px;
  width: 100%;
  margin-top: 16px;
}
.p-home__logo img {
  mix-blend-mode: overlay;
}
@media only screen and (max-width:767px) {
  .p-home__logo {
    width: 171px;
    margin: 0 auto;
  }
}
.p-home__fv-img {
  width: 72%;
  margin-left: auto;
}
@media only screen and (max-width:767px) {
  .p-home__fv-img {
    width: 100%;
  }
}
.p-home__fv-img .slick-initialized .slick-slide {
  padding: 0;
}
.p-home__fv-img img {
  border-radius: 100px 0 0 100px;
}
@media only screen and (max-width:767px) {
  .p-home__fv-img img {
    border-radius: 0;
  }
}

.p-home-about {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-home-about {
    padding: 20px 24px 40px;
    margin-top: 0;
  }
}

.p-home-care {
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-home-care {
    padding: 40px 24px;
  }
}

.p-home-promis {
  padding: 100px 24px 120px;
  text-align: center;
  background: url(../images/top/h-promis_bg.png) no-repeat center center/cover;
  background-position: left -15% center;
}
@media only screen and (max-width:767px) {
  .p-home-promis {
    background-size: 140%;
    background-position: left 18% center;
  }
}
.p-home-promis .ttl_jp {
  color: #616161;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width:767px) {
  .p-home-promis .ttl_jp {
    font-size: 3.2rem;
  }
}
.p-home-promis-red {
  color: #de8b36;
}
.p-home-promis__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width:767px) {
  .p-home-promis__list {
    gap: 16px;
  }
}
.p-home-promis__item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #eacdde;
  font-size: 3rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .p-home-promis__item {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}
.p-home-promis__item span {
  display: block;
  font-size: 4rem;
}
@media only screen and (max-width:767px) {
  .p-home-promis__item span {
    font-size: 3rem;
  }
}
.p-home-promis__text {
  font-size: 1.6rem;
  text-shadow: 1px 2px 2px #fff;
  line-height: 1.8;
  color: #616161;
}

.p-home-guide {
  text-align: center;
  padding: 80px 24px;
}
@media only screen and (max-width:767px) {
  .p-home-guide {
    padding: 40px 24px;
  }
}
.p-home-guide .c-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .p-home-guide .c-list {
    gap: 22px;
  }
}
.p-home-guide .c-list-item {
  margin: 0 10px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p-home-guide .c-list-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fcb772;
  border: 2px solid #fcb772;
}
.p-home-guide .c-list-icon {
  max-width: 51px;
  width: 100%;
}

.p-charity {
  padding: 80px 24px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .p-charity {
    padding: 40px 24px;
    margin-bottom: 0px;
  }
}
.p-charity__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-charity .c-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .p-charity .c-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-charity .c-list-item {
  display: block;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  width: 30%;
}
@media only screen and (max-width:767px) {
  .p-charity .c-list-item {
    width: 100%;
  }
}
.p-charity .c-list-link {
  display: block;
  padding: 0;
}
.p-charity__list-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-charity__list-ttl::before {
  content: "";
  width: 7px;
  height: 8px;
  display: block;
  margin-right: 14px;
  background: url(../images/common/arrow_sankaku_small.svg) no-repeat center center/contain;
}
.p-charity__list-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .p-charity__list-text {
    font-size: 1.4rem;
  }
}

.slick-initialized .slick-slide {
  padding: 0 6px;
}
@media only screen and (max-width:767px) {
  .slick-initialized .slick-slide {
    padding: 0 2px;
  }
}

.bg-red {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, #fbfbfb), color-stop(35%, #dc0000), to(#dc0000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 35%, #dc0000 35%, #dc0000 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fbfbfb 35%, #dc0000 35%, #dc0000 100%);
  position: relative;
}
@media only screen and (max-width:767px) {
  .bg-red {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #fbfbfb), color-stop(20%, #dc0000), to(#dc0000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 20%, #dc0000 20%, #dc0000 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fbfbfb 20%, #dc0000 20%, #dc0000 100%);
    position: relative;
  }
}
.bg-red::after {
  content: "";
  height: 700px;
  width: clamp(1px, 6.806vw, 98px);
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .bg-red::after {
    display: none;
  }
}

.t-contents {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.slider__main {
  background-color: #fff;
}
.slider__main .slaider__item {
  margin-left: 0;
  padding: 0 !important;
}

.t-profile {
  margin-top: 98px;
}
@media only screen and (max-width:767px) {
  .t-profile {
    margin-top: 40px;
  }
}
.t-profile .inner__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .t-profile .inner__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .t-profile .t-text-area {
    margin-top: 32px;
    font-size: 1.4rem;
  }
}
.t-profile .p-ttl {
  max-width: 508px;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .t-profile .p-ttl {
    width: 120%;
  }
}
.t-profile .p-ttl::after {
  content: "";
  width: 420px;
  height: 12px;
  display: block;
  background-color: rgba(220, 0, 0, 0.3);
  margin: -20px auto 0;
}
@media only screen and (max-width:767px) {
  .t-profile .p-ttl::after {
    width: 82%;
    height: 10px;
    margin-top: -10px;
  }
}
.t-profile .slider2 {
  margin-top: 90px;
}
.t-profile .slider2::after {
  content: "";
  width: 93.956vw;
  height: 13.194vw;
  display: block;
  background-color: #D2DCDB;
  margin-top: -158px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .t-profile .slider2::after {
    width: 100%;
    height: 84px;
    margin-top: -60px;
  }
}
@media only screen and (max-width:767px) {
  .t-profile .slider2 .slick-slide {
    margin-left: 10px;
  }
}
@media only screen and (max-width:767px) {
  .t-profile .slider2 .slick-slide img {
    max-height: 111px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width:767px) {
  .slider2 img {
    max-height: 111px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.t-teacher {
  margin-top: 102px;
}
.t-teacher .t-img__yoko {
  position: relative;
}
.t-teacher .t-img__yoko::after {
  content: "";
  width: 150px;
  height: 156px;
  display: block;
  background: url(../images/dotto.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -126px;
  right: -8px;
}
@media only screen and (max-width:767px) {
  .t-teacher .t-img__yoko::after {
    top: auto;
    bottom: -180px;
    width: 96px;
    height: 96px;
  }
}
.t-teacher__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8.264vw;
  position: relative;
  padding-left: 24px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .t-teacher__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .t-teacher__inner .inner__text {
    padding: 0 24px;
  }
}
.t-teacher__inner .t-img {
  position: relative;
  z-index: 2;
}
.t-teacher__inner-footer {
  margin-top: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 24px;
}
@media only screen and (max-width:767px) {
  .t-teacher__inner-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 24px;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .t-teacher__inner-footer .ttl {
    text-align: left;
  }
}
.t-teacher__inner-footer .ttl span {
  display: block;
}
.t-teacher__inner-footer .ttl .jp {
  font-size: 1.6rem;
  font-weight: 400;
}
.t-teacher__inner-footer .ttl .en {
  font-weight: 700;
  font-size: 3.2rem;
}
.t-teacher__inner-footer .t-img {
  max-width: 595px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width:767px) {
  .t-teacher__inner-footer .t-img {
    padding-right: 16px;
  }
}
.t-teacher__inner-footer .t-img::after {
  content: "";
  width: clamp(320px,36.875vw,531px);
  height: clamp(157px,18.125vw,261px);
  display: block;
  background-color: #D2DCDB;
  position: absolute;
  bottom: -43px;
  right: -33px;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .t-teacher__inner-footer .t-img::after {
    right: 0;
  }
}
.t-teacher__inner-footer .t-teacher__introduction {
  max-width: 624px;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 22px;
  line-height: 29px;
}
@media only screen and (max-width:767px) {
  .t-teacher__inner-footer .t-teacher__introduction {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}
.t-teacher__inner-footer .t-teacher__introduction span {
  margin-bottom: 2em;
  display: block;
}
.t-teacher .contents-lead {
  font-size: 2.9rem;
  line-height: 1.9;
  margin-top: 23px;
}
@media only screen and (max-width:767px) {
  .t-teacher .contents-lead {
    font-size: 1.9rem;
    text-align: center;
  }
}
.t-teacher .t-text {
  margin-top: 74px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .t-teacher .t-text {
    font-size: 1.4rem;
    line-height: 2.21;
  }
}
.t-teacher .artist {
  max-width: 558px;
  width: 100%;
  margin-top: 44px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 28px 52px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .t-teacher .artist {
    margin-top: 28px;
    padding: 24px 13px 40px 34px;
  }
}
.t-teacher .artist h3 {
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 8px;
  background-image: -webkit-linear-gradient(left, #C4C4C4, #C4C4C4 2px, transparent 2px, transparent 2px);
  background-image: linear-gradient(to right, #C4C4C4, #C4C4C4 2px, transparent 2px, transparent 2px);
  /* 幅2の線を作る */
  background-size: 6px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}
@media only screen and (max-width:767px) {
  .t-teacher .artist h3 {
    line-height: 1.71;
  }
}
.t-teacher .artist p {
  font-size: 1.6rem;
  line-height: 33px;
  margin-top: 21px;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .t-teacher .artist p {
    font-size: 1.4rem;
    line-height: 2.36;
    margin-top: 30px;
  }
}
.t-teacher .name {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: clamp(5.5rem, 6.736vw,9.7rem);
  letter-spacing: 0.07em;
  color: #fff;
  margin-left: -44px;
  margin-top: 40px;
  margin-bottom: -46px;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .t-teacher .name {
    margin: 24px auto 0;
    text-align: center;
  }
}

.t-text {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media only screen and (max-width:767px) {
  .t-text {
    font-size: 1.4rem;
  }
}

.t-lesson {
  margin-top: 140px;
}
.t-lesson__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.028vw;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, #fbfbfb), color-stop(35%, #dc0000), to(#dc0000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 35%, #dc0000 35%, #dc0000 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fbfbfb 35%, #dc0000 35%, #dc0000 100%);
  padding-bottom: 97px;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .t-lesson__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, #fbfbfb), color-stop(25%, #dc0000), to(#dc0000));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 25%, #dc0000 25%, #dc0000 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fbfbfb 25%, #dc0000 25%, #dc0000 100%);
  }
}
.t-lesson__inner::after {
  height: 470px;
}
.t-lesson__inner .inner__text {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .t-lesson__inner .inner__text {
    padding: 0 24px;
  }
}
.t-lesson .contents-lead {
  font-size: 2.9rem;
  line-height: 1.9;
  margin-top: 23px;
}
@media only screen and (max-width:767px) {
  .t-lesson .contents-lead {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 20px;
  }
}
.t-lesson .t-text {
  margin-top: 53px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 36px;
}
@media only screen and (max-width:767px) {
  .t-lesson .t-text {
    font-size: 1.4rem;
    line-height: 2.07;
  }
}
.t-lesson .movie {
  max-width: 671px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .t-lesson .movie {
    z-index: 0;
  }
}
@media only screen and (max-width:767px) {
  .t-lesson .movie_after iframe {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.t-lesson .movie_after::after {
  content: "";
  width: 500px;
  height: 10.903vw;
  background-color: transparent;
  background-image: -webkit-radial-gradient(rgba(220, 0, 0, 0.3) 20%, transparent 20%), -webkit-radial-gradient(rgba(220, 0, 0, 0.3) 20%, transparent 20%);
  background-image: radial-gradient(rgba(220, 0, 0, 0.3) 20%, transparent 20%), radial-gradient(rgba(220, 0, 0, 0.3) 20%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 20px 20px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}
.t-lesson .movie iframe {
  max-width: 671px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.t-lesson .movie h4 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width:767px) {
  .t-lesson .movie h4 {
    font-size: 1.4rem;
  }
}

.movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7%;
  margin-top: -80px;
}
@media only screen and (max-width:767px) {
  .movie__list {
    gap: 8px;
  }
}
.movie__list-item {
  width: calc(100% - 5.1%);
}
@media only screen and (max-width:767px) {
  .movie__list-item {
    width: calc(100% - 24px);
  }
}

.t-lesson__course {
  margin-top: 120px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, #d2dcdb), to(#d2dcdb));
  background: -webkit-linear-gradient(top, white 0%, white 20%, #d2dcdb 20%, #d2dcdb 100%);
  background: linear-gradient(180deg, white 0%, white 20%, #d2dcdb 20%, #d2dcdb 100%);
  padding: 0 24px 40px;
}
@media only screen and (max-width:767px) {
  .t-lesson__course {
    background: #d2dcdb;
    padding: 30px 24px;
  }
}
.t-lesson__course-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 55px 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-inner {
    padding: 35px 18px;
  }
}
.t-lesson__course-inner:first-of-type::after {
  content: "";
  max-width: 1084px;
  width: 100%;
  height: 1px;
  margin: 70px auto 0px;
  display: block;
  background-color: #000;
}
.t-lesson__course-inner .line {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-inner .line {
    font-size: 1.9rem;
    line-height: 27px;
  }
}
.t-lesson__course-inner .line::after {
  content: "";
  width: 100%;
  height: 11px;
  display: block;
  background-color: rgba(220, 0, 0, 0.3);
  margin: -6px auto 0;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-inner .line::after {
    height: 7px;
  }
}
.t-lesson__course-text {
  margin-top: 54px;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-text {
    margin-top: 27px;
  }
}
.t-lesson__course-text p {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-text p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.t-lesson__course-text p.center {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-text p.center {
    text-align: left;
  }
}
.t-lesson__course-text h3 {
  text-align: center;
  font-weight: 700;
  margin: 40px auto 16px;
}
.t-lesson__course-price {
  margin-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .t-lesson__course-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
}
.t-lesson__course .price__list {
  width: 50%;
}
@media only screen and (max-width:767px) {
  .t-lesson__course .price__list {
    width: 100%;
  }
}
.t-lesson__course .price__list li dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .t-lesson__course .price__list li dl {
    font-size: 1.4rem;
  }
}
.t-lesson__course .price__list li dl dt {
  max-width: 115px;
  width: 100%;
  background: rgba(220, 0, 0, 0.3);
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 24px;
}
@media only screen and (max-width:767px) {
  .t-lesson__course .price__list li dl dt {
    margin-right: 8px;
    height: 50px;
  }
}
@media only screen and (max-width:767px) {
  .t-lesson__course .price__list li dl dd {
    line-height: 1.6;
  }
}
.t-lesson__course .option__area h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.t-lesson__course .option__area-list {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .t-lesson__course .option__area-list {
    font-size: 1.3rem;
  }
}
.t-lesson__course .option__area-list li {
  line-height: 2.06;
}
@media only screen and (max-width:767px) {
  .t-lesson__course .option__area-list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.jp_slide_img_wrapper {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 50%;
  background-image: url("../images/text_flow.svg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
  animation-name: slide_img;
  -webkit-animation-duration: 200s;
  animation-duration: 200s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (max-width:767px) {
  .jp_slide_img_wrapper {
    top: auto;
    bottom: 24px;
    height: 33px;
    -webkit-animation-duration: 400s;
    animation-duration: 400s;
  }
}

@-webkit-keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}

@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
.t-voice {
  margin-top: 60px;
  position: relative;
}
.t-voice .ttl__area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.voice__list-area {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, white), color-stop(20%, #dc0000), to(#dc0000));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 20%, #dc0000 20%, #dc0000 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 20%, #dc0000 20%, #dc0000 100%);
  padding: 120px 13% 0;
  margin-top: -40px;
}
@media only screen and (max-width:767px) {
  .voice__list-area {
    background: #dc0000;
    padding: 80px 24px 70px;
  }
}
.voice__list-area .voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
}
@media only screen and (max-width:767px) {
  .voice__list-area .voice__list {
    display: block;
  }
}
.voice__list-area .voice__list-item {
  width: calc((100% - 6%) / 3);
  font-size: 1.6rem;
  margin-bottom: 48px;
  background-color: #fff;
  padding: 19px 32px 40px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media only screen and (max-width:767px) {
  .voice__list-area .voice__list-item {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin: 8px 24px;
  }
}
.voice__list-area .voice__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #000;
  position: absolute;
  top: -8px;
  left: -12px;
}
.voice__list-area .voice__list-item:nth-of-type(2) {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .voice__list-area .voice__list-item:nth-of-type(2) {
    margin: 8px 24px;
  }
}
.voice__list-area .voice__list-item:nth-of-type(5) {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  .voice__list-area .voice__list-item:nth-of-type(5) {
    margin: 8px 24px;
  }
}
.voice__list-area .voice__list-item .voice__list-name {
  margin-top: 40px;
  text-align: right;
}

.insta a {
  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;
  font-size: 1.6rem;
  gap: 17px;
}
.insta a .img_insta {
  width: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.insta a .triangle::before {
  right: -16px;
}
.insta a .triangle::after {
  right: -16px;
}

.p-archive {
  padding: 80px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-archive__textarea {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #A1A1A1;
  height: 450px;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  .p-archive__textarea {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-archive__textarea-leftbox {
  max-width: 566px;
  width: 100%;
  padding: 18px 16px 4px 16px;
  border-right: 1px solid #A1A1A1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .p-archive__textarea-leftbox {
    border-bottom: 1px solid #A1A1A1;
    padding: 16px;
  }
}
.p-archive_ttl4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1;
}
.p-archive__text {
  font-size: 1.4rem;
  font-size: min(1vw, 1.4rem);
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (max-width:767px) {
  .p-archive__text {
    font-size: 1.4rem;
  }
}
.p-archive__list {
  padding: 30px 64px 16px 0;
  height: 440px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .p-archive__list {
    height: 504px;
    padding: 22px 16px 8px;
  }
}
.p-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media only screen and (max-width:767px) {
  .p-archive__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-archive__item {
  border-bottom: 1px dashed #6A3906;
  padding-bottom: 18px;
  padding: 0 16px 18px;
}
.p-archive__img {
  max-width: 309px;
  width: 100%;
}
.p-archive__catarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-archive__cat {
  padding: 4px 16px;
  letter-spacing: 0.01em;
  border-radius: 5px;
}
.p-archive__cat-yellow {
  background-color: #F3D34D;
}
.p-archive__cat-green {
  background-color: #99C824;
}
.p-archive__cat-green2 {
  background-color: #8DBF7B;
}
.p-archive__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.form-control {
  height: 40px;
  font-size: 1.4rem;
  background-color: #ededed;
}

.form-wrap {
  max-width: 800px;
  width: 100%;
  margin: 80px auto;
  text-align: left;
}
.form-wrap .form-group {
  margin-bottom: 24px;
  text-align: left;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrap .form-group:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-wrap .form-group label {
  display: block;
  font-family: "Caveat", cursive;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .form-wrap .form-group label {
    padding: 0;
  }
}
.form-wrap input[type=text] {
  border: none;
  background: transparent;
  border-bottom: 2px solid #CCAB68;
  width: 100%;
}
.form-wrap .d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .form-wrap .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-wrap .d-flex .form-group {
  width: 40%;
}
@media only screen and (max-width:767px) {
  .form-wrap .d-flex .form-group {
    width: 100%;
  }
}
.form-wrap input[type=submit] {
  border: 2px solid #CCAB68;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #CCAB68;
  font-family: "Caveat", cursive;
  max-width: 454px;
  width: 100%;
  padding: 24px 0;
  background-color: transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 1.6rem;
  margin: 80px auto 0;
}
.form-wrap input[type=submit]:hover {
  background-color: #CCAB68;
  color: #0a0706;
}

.error404 main {
  padding-top: 92px;
}
.error404 main .content-box {
  max-width: 740px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .error404 main .content-box h2 {
    font-size: 2rem;
  }
}
.error404 main .content-box p {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .error404 main .content-box p {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=app.css.map */
