@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 1.3333333333vw;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 110rem;
  min-width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .Inner {
    padding: 0 3.5rem;
  }
}
.Inner--min {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    padding: 0 0.5rem;
  }
}

img {
  max-width: 100%;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-bihada {
  background-color: #FFADAE;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-bihada {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-bihada p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-bihada p {
    font-size: 52px;
  }
}
.Fv__container .p-container .bihada-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 12%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .bihada-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 12%;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .bihada-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .bihada-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #FFADAE;
}
.Fv__container .p-container .bihada-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #FFADAE;
  padding-bottom: 4px;
}
.Fv__container .p-container .bihada-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .bihada-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .bihada-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #FFADAE;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .bihada-detailsecond-sp .back-color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  background-color: #FFADAE;
  color: #FFF;
  padding-left: 4px;
  text-shadow: none;
}
.Fv__container .p-container .bihada-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #FFADAE;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.bihada {
  margin-top: 8rem;
}
.bihada .point_container {
  width: 420px;
  height: 527px;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .bihada .point_container {
    width: 312px;
    height: auto;
  }
}
.bihada .point_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bihada .section {
  position: relative;
}
@media (max-width: 768px) {
  .bihada .section {
    display: none;
  }
}
.bihada .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.bihada .section .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bihada .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bihada .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #FFADAE;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.bihada .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.bihada .section .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.bihada .section .section-title .letter {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
  letter-spacing: -0.3em;
}
.bihada .section .section-title .indent {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
  text-indent: -10px;
}
.bihada .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .bihada .section-sp {
    display: block;
  }
}
.bihada .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.bihada .section-sp .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bihada .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.bihada .section-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bihada .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #FFADAE;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .bihada .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.bihada .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.bihada .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.bihada .section-sp .section-title .letter {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  letter-spacing: -0.3em;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp .section-title .indent {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: -10px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #FFADAE 70%);
}
.bihada .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.bihada .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .bihada .link .link-content {
    width: 100%;
  }
}
.bihada .link .link-content .link-title {
  background-color: #FFADAE;
  border-radius: 10px 10px 0 0;
  border: 1px solid #FFADAE;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
}
.bihada .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.bihada .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #FFADAE;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.bihada .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.bihada .link .link-content .link-detail div {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}
.bihada .link .link-text-container {
  width: 100%;
}
.bihada .link .link-text-container .link-text {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 10%;
}
@media (max-width: 768px) {
  .bihada .link .link-text-container .link-text {
    font-size: 14px;
    line-height: 28px;
  }
}
.bihada .link .link-text-container .link-container {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .bihada .link .link-text-container .link-container {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.bihada .breadcrumbs__item--current {
  color: #FFADAE;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-kogao {
  background-color: #F7B6CC;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-kogao {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-kogao p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-kogao p {
    font-size: 52px;
  }
}
.Fv__container .p-container .kogao-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .kogao-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .kogao-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .kogao-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #F7B6CC;
}
.Fv__container .p-container .kogao-detailsecond .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.3em;
  font-size: 28px;
}
.Fv__container .p-container .kogao-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #F7B6CC;
  padding-bottom: 4px;
}
.Fv__container .p-container .kogao-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .kogao-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .kogao-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #F7B6CC;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .kogao-detailsecond-sp .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.3em;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .kogao-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #F7B6CC;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.kogao {
  margin-top: 8rem;
}
.kogao .section {
  position: relative;
}
@media (max-width: 768px) {
  .kogao .section {
    display: none;
  }
}
.kogao .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.kogao .section .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kogao .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kogao .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #F7B6CC;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.kogao .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.kogao .section .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.kogao .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #F7B6CC 70%);
}
.kogao .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .kogao .section-sp {
    display: block;
  }
}
.kogao .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.kogao .section-sp .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kogao .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.kogao .section-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kogao .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #F7B6CC;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .kogao .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.kogao .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.kogao .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.kogao .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #F7B6CC 70%);
}
.kogao .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.kogao .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .kogao .link .link-content {
    width: 100%;
  }
}
.kogao .link .link-content .link-title {
  background-color: #F7B6CC;
  border-radius: 10px 10px 0 0;
  border: 1px solid #F7B6CC;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
}
.kogao .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.kogao .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #F7B6CC;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.kogao .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.kogao .link .link-content .link-detail div {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}
.kogao .breadcrumbs__item--current {
  color: #F7B6CC;
}

.Fv__container .p-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  text-align: center;
  width: 100%;
}
.Fv__container .p-container .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .title {
    font-size: 24px;
    line-height: 30.09px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.Fv__container .p-container__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.Fv__container .p-container__inner img {
  width: 240px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media (max-width: 768px) {
  .Fv__container .p-container__inner .koukasen {
    height: 30px;
  }
}
.Fv__container .p-container .sub-title-tarumi {
  background-color: #B6D6D8;
  font-style: italic;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-tarumi {
    margin-bottom: 2rem;
    text-wrap: nowrap;
  }
}
.Fv__container .p-container .sub-title-tarumi p {
  font-size: 74px;
  font-weight: 400;
  font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
  padding: 10px 20px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .sub-title-tarumi p {
    font-size: 52px;
  }
}
.Fv__container .p-container .tarumi-detailfirst {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 4px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .tarumi-detailfirst-sp {
  display: none;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailfirst-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .margin-container {
  margin-bottom: 2rem;
}
.Fv__container .p-container .tarumi-detailsecond {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailsecond {
    display: none;
  }
}
.Fv__container .p-container .tarumi-detailsecond .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  color: #B6D6D8;
}
.Fv__container .p-container .tarumi-detailsecond .letter {
  font-family: "YuGothic", sans-serif;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.3em;
  font-size: 28px;
}
.Fv__container .p-container .tarumi-detailsecond .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 12%;
  font-size: 28px;
  border-bottom: dashed 2px #B6D6D8;
  padding-bottom: 4px;
}
.Fv__container .p-container .tarumi-detailsecond-sp {
  display: none;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 4px;
  font-size: 28px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
@media (max-width: 768px) {
  .Fv__container .p-container .tarumi-detailsecond-sp {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }
}
.Fv__container .p-container .tarumi-detailsecond-sp .color {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 12%;
  font-size: 14px;
  line-height: 28px;
  color: #B6D6D8;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .tarumi-detailsecond-sp .letter {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.3em;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}
.Fv__container .p-container .tarumi-detailsecond-sp .line {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 12%;
  border-bottom: dashed 2px #B6D6D8;
  padding-bottom: 2px;
  text-shadow: rgba(255, 255, 255, 0.5960784314) 1px 1px 6px, rgba(255, 255, 255, 0.5960784314) -1px 1px 6px, rgba(255, 255, 255, 0.5960784314) 1px -1px 6px, rgba(255, 255, 255, 0.5960784314) -1px -1px 6px;
}

.tarumi {
  margin-top: 8rem;
}
.tarumi .section {
  position: relative;
}
@media (max-width: 768px) {
  .tarumi .section {
    display: none;
  }
}
.tarumi .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.tarumi .section .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarumi .section .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarumi .section .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #B6D6D8;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
.tarumi .section .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.tarumi .section .section-title p {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 32px;
  text-wrap: nowrap;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 10px;
}
.tarumi .section .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 700;
  text-wrap: nowrap;
  letter-spacing: 6px;
  line-height: 40px;
  font-size: 40px;
  background: linear-gradient(transparent 70%, #B6D6D8 70%);
}
.tarumi .section-sp {
  position: relative;
  display: none;
  margin-left: -2rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .tarumi .section-sp {
    display: block;
  }
}
.tarumi .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.tarumi .section-sp .filter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarumi .section-sp .filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section-sp .filter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, white);
}
.tarumi .section-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarumi .section-sp .section-number {
  position: absolute;
  width: 84px;
  height: 84px;
  background-color: #B6D6D8;
  font-size: 40px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  line-height: 84px;
  font-family: "Optima", serif;
  top: 50%;
  left: 113px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .tarumi .section-sp .section-number {
    width: 49px;
    height: 49px;
    font-size: 24px;
    line-height: 49px;
    left: 40px;
  }
}
.tarumi .section-sp .section-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: start;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.tarumi .section-sp .section-title p {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  line-height: 20px;
  font-size: 20px;
  text-wrap: nowrap;
  text-align: left;
  padding-top: 10px;
  letter-spacing: 4px;
}
.tarumi .section-sp .section-title .emphasis {
  display: inline-block;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 24px;
  font-size: 24px;
  text-indent: 4px;
  background: linear-gradient(transparent 70%, #B6D6D8 70%);
}
.tarumi .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 3rem;
  margin-bottom: 12rem;
}
.tarumi .link .link-content {
  width: 48%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .tarumi .link .link-content {
    width: 100%;
  }
}
.tarumi .link .link-content .link-title {
  background-color: #B6D6D8;
  border-radius: 10px 10px 0 0;
  border: 1px solid #B6D6D8;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
}
.tarumi .link .link-content .link-title p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.tarumi .link .link-content .link-detail {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #B6D6D8;
  padding: 20px;
  padding-bottom: 43px;
  height: calc(100% - 80px);
  position: relative;
}
.tarumi .link .link-content .link-detail p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
}
.tarumi .link .link-content .link-detail div {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 18px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  border-radius: 2px;
  background-color: #666; /* ボタンの色*/
  width: 45%; /*  ボタンに対する線の長さ*/
}

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

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

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

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.Header {
  padding: 1rem 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.Header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.Header__container__logo {
  width: 21rem;
}
.Header__container__logo:hover {
  opacity: 0.6;
}
.Header__container__logo img {
  width: 100%;
}
.Header__container__menu {
  display: flex;
  align-items: center;
}
.Header__container__menu__text {
  color: #681433;
  font-weight: bold;
  line-height: 2.8rem;
  font-size: 2rem;
}
.Header__container__menu__item {
  width: 8.5rem;
  margin-left: 0.5rem;
}
.Header__container__menu__item img {
  width: 100%;
}
.Header__container__menu__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 800px) {
  .Header__container__menu__item.mail {
    width: 20rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .Header__container__menu__item.tel {
    width: 25rem;
    margin-left: 2rem;
  }
}

.Footer {
  background-color: #f5cac4;
  padding: 8rem 0 6rem;
}
.Footer__box {
  text-align: left;
}
.Footer__box__link {
  width: 23.8rem;
  margin-bottom: 4rem;
  display: block;
}
.Footer__box__link:hover {
  opacity: 0.6;
}
.Footer__box__text {
  display: block;
  color: #681433;
  font-size: 2.8rem;
  text-decoration: none;
  position: relative;
  padding-left: 3rem;
}
.Footer__box__text:before {
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 60%;
  position: absolute;
}
.Footer__box__text--tel {
  margin-bottom: 2.5rem;
}
.Footer__box__text--tel::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/icon_tel_footer.webp);
  position: absolute;
  top: 60%;
  left: -1rem;
}
.Footer__box__text--mail::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/icon_mail_footer.webp);
  position: absolute;
  top: 70%;
  left: -1rem;
}
.Footer__box__text:hover {
  opacity: 0.6;
}

.Fv {
  background: url(../images/fv_bg.webp) no-repeat top center/cover;
  padding-top: 10rem;
}
@media screen and (min-width: 800px) {
  .Fv {
    background: url(../images/fv_pc.webp) no-repeat top right/contain;
  }
}
.Fv img {
  width: 100%;
}
.Fv__container {
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 800px) {
  .Fv__container {
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
  }
}
.Fv__container__head {
  margin-bottom: 5rem;
}
@media screen and (min-width: 800px) {
  .Fv__container__head__fukidashi {
    width: 65rem;
  }
}
.Fv__container__head__fukidashi img {
  width: 100%;
}
.Fv__container__head__ttl {
  font-size: 8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .Fv__container__head__ttl {
    font-size: 7.1rem;
    text-align: left;
  }
}
.Fv__container__box {
  width: 22.4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  .Fv__container__box {
    display: none;
  }
}
.Fv__container__box img {
  width: 100%;
}
.Fv__container__middle {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .Fv__container__middle {
    width: 65rem;
  }
}
.Fv__container__middle img {
  width: 100%;
}
.Fv__container__text {
  font-size: 3rem;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-shadow: 4px 4px 2px #ffffff, -4px 4px 2px #ffffff, 4px -4px 2px #ffffff, -4px -4px 2px #ffffff, 4px 0px 2px #ffffff, 0px 4px 2px #ffffff, -4px 0px 2px #ffffff, 0px -4px 2px #ffffff;
}
@media screen and (min-width: 800px) {
  .Fv__container__text {
    display: none;
  }
}
.Fv__container__pc {
  display: none;
  position: absolute;
  bottom: 5rem;
  right: 0;
}
@media screen and (min-width: 800px) {
  .Fv__container__pc {
    display: block;
  }
}
.Fv__container__pc__box {
  width: 31.9rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.Fv__container__pc__text {
  font-size: 3rem;
  text-align: center;
  color: #333;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  letter-spacing: 0.2rem;
}
.Fv__container__pc__text span {
  font-weight: bold;
  font-size: 3rem;
}

.Cv {
  background-color: #F9E4E2;
  padding: 0 0 1rem 0;
}
@media screen and (min-width: 800px) {
  .Cv {
    background-color: #FDF3F2;
  }
}
.Cv__head {
  background-color: #681433;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .Cv__head {
    background: url(../images/cv_head_bg.webp) no-repeat center/contain;
  }
}
.Cv__head p {
  color: #fce680;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 800px) {
  .Cv__head p {
    font-size: 4.1rem;
    padding: 2rem 0;
    letter-spacing: 0.2rem;
  }
}
.Cv__head p span {
  font-size: 4.4rem;
  font-weight: normal;
  color: #fbf6f6;
}
.Cv__text {
  color: #681433;
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .Cv__text {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.Cv__text span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.Cv .Btn {
  width: calc(100% - 4rem);
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 800px) {
  .Cv .Btn {
    max-width: 53.2rem;
    width: 100%;
    margin: 0 auto;
  }
}
.Cv .Btn:hover {
  opacity: 0.7;
}
.Cv .Btn img {
  width: 100%;
}

.Way {
  background-color: #f9e8e5;
  position: relative;
}
@media screen and (min-width: 800px) {
  .Way {
    background-color: #fdf3f2;
  }
}
.Way__container {
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .Way__container {
    background-color: #fdf3f2;
  }
}
.Way__container__title {
  background: url(../images/way_title_bg.webp) no-repeat center/cover;
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  .Way__container__title {
    background: url(../images/way_bg.webp) no-repeat center/contain;
  }
}
.Way__container__title span {
  width: 25rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .Way__container__title span {
    width: 12rem;
  }
}
.Way__container__title span img {
  width: 100%;
}
.Way__container__title h2 {
  font-weight: bold;
  font-size: 5rem;
  line-height: 6rem;
  color: #681433;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff; /* 文字の影 */
}
@media screen and (min-width: 800px) {
  .Way__container__title h2 {
    font-size: 4rem;
  }
}
.Way__container__wrap {
  background-color: #f9e4e2;
  padding-top: 7rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap {
    background-color: #fdf3f2;
  }
}
.Way__container__wrap__item {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 12rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item {
    padding: 3rem;
    border-radius: 3rem;
  }
}
.Way__container__wrap__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item:nth-of-type(1) .Way__container__wrap__item__head {
    margin-bottom: -13rem !important;
  }
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item:nth-of-type(2) .Way__container__wrap__item__head {
    margin-bottom: -18rem !important;
  }
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item:nth-of-type(3) .Way__container__wrap__item__head {
    margin-bottom: -18rem !important;
  }
}
.Way__container__wrap__item__num {
  color: #f5cac4;
  font-size: 13rem;
  font-weight: 900;
  transform: translateY(-70%);
  line-height: 13rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__num {
    font-size: 10rem;
    line-height: 10rem;
    transform: translateY(-90%);
  }
}
.Way__container__wrap__item__head {
  display: flex;
  align-items: center;
  margin-top: -7rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__head {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.Way__container__wrap__item__head__title {
  width: 70%;
}
.Way__container__wrap__item__head__title h3 {
  color: #fce680;
  background-color: #681433;
  font-size: 4.4rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  padding: 1rem 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__head__title h3 {
    font-size: 3.5rem;
  }
}
.Way__container__wrap__item__head__img {
  width: 30%;
  position: relative;
  aspect-ratio: 1/1;
}
.Way__container__wrap__item__head__img img {
  width: 100%;
  position: absolute;
  top: -10rem;
  right: 0;
  width: 180%;
  z-index: 0;
  max-width: 180% !important;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__head__img img {
    top: -12rem;
    width: 120%;
  }
}
.Way__container__wrap__item__text p {
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
  line-height: 4.8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__text p {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
.Way__container__wrap__item__text p span {
  font-size: 3.3rem;
  font-weight: bold;
  color: #681433;
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__text p span {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
.Way__container__wrap__item__text p strong {
  color: #681433;
  font-weight: bold;
  font-size: 3.5rem;
}
@media screen and (min-width: 800px) {
  .Way__container__wrap__item__text p strong {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.Way__triangle {
  height: auto;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.Way__triangle img {
  width: 100%;
}

.Voice {
  background-color: #f0ede5;
}
.Voice__container {
  padding: 6rem 0 2rem 0;
}
.Voice__container__head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__head {
    margin-bottom: 6rem;
  }
}
.Voice__container__head h2 {
  text-align: center;
  font-size: 5rem;
  color: #681433;
  font-weight: bold;
  text-align: center;
  line-height: 7rem;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  position: relative;
}
@media screen and (min-width: 800px) {
  .Voice__container__head h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.Voice__container__head h2::before, .Voice__container__head h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14rem;
  height: 12rem;
}
.Voice__container__head h2::before {
  background: url(../images/voice_left.webp) no-repeat center/contain;
  left: 2rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__head h2::before {
    left: 21rem;
  }
}
.Voice__container__head h2::after {
  background: url(../images/voice_right.webp) no-repeat center/contain;
  right: 2rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__head h2::after {
    right: 21rem;
  }
}
.Voice__container__wrap__item {
  background-color: #fff;
  position: relative;
  padding: 5rem 1rem;
  box-sizing: border-box;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item {
    padding: 5rem;
    border-radius: 2rem;
  }
}
.Voice__container__wrap__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30rem;
  height: 25rem;
  background: url(../images/yellow.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item::before {
    width: 25rem;
    height: 19rem;
    left: auto;
    right: 50%;
    transform: translateX(0);
    top: 11rem;
  }
}
.Voice__container__wrap__item__head {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head {
    justify-content: space-between;
  }
}
.Voice__container__wrap__item__head__img {
  width: 60%;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head__img {
    width: 40%;
  }
}
.Voice__container__wrap__item__head__img img {
  width: 100%;
  height: auto;
}
.Voice__container__wrap__item__head__text {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head__text {
    width: 40%;
  }
}
.Voice__container__wrap__item__head__text__num {
  color: #fce680;
  font-size: 10rem;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  position: relative;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head__text__num {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding-left: 4rem;
  }
}
.Voice__container__wrap__item__head__text__num::before {
  content: "voice";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
  font-size: 3.5rem;
  line-height: 4.8rem;
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: rgba(104, 20, 51, 0.5);
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head__text__num::before {
    font-size: 3rem;
  }
}
.Voice__container__wrap__item__head__text__age {
  color: #681433;
  font-size: 3.5rem;
  line-height: 4.8rem;
  font-weight: 900;
  text-align: right;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__head__text__age {
    font-size: 3rem;
    text-align: left;
  }
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item:nth-child(even)::before {
    right: auto !important;
    left: 50% !important;
    transform: translateX(0) !important;
  }
}
.Voice__container__wrap__item:nth-child(even) .Voice__container__wrap__item__head {
  flex-direction: row-reverse;
}
.Voice__container__wrap__item:nth-child(even) .Voice__container__wrap__item__head__text__num {
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item:nth-child(even) .Voice__container__wrap__item__head__text__num {
    margin-left: auto;
    margin-right: 0;
  }
}
.Voice__container__wrap__item:nth-child(even) .Voice__container__wrap__item__head__text__age {
  text-align: left;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item:nth-child(even) .Voice__container__wrap__item__head__text__age {
    text-align: right;
  }
}
.Voice__container__wrap__item__text p {
  font-size: 3rem;
  line-height: 6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__text p {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
.Voice__container__wrap__item__text p strong {
  font-weight: 900;
  font-size: 3rem;
  line-height: 6rem;
}
@media screen and (min-width: 800px) {
  .Voice__container__wrap__item__text p strong {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

.Comparison {
  padding: 3rem 0;
}
.Comparison__container__head {
  background: url(../images/table_title_bg.webp) no-repeat center/contain;
  padding: 8rem 0 10rem 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .Comparison__container__head {
    font-size: 4rem;
    line-height: 6rem;
    background: url(../images/table_title_bg_pc.webp) no-repeat center/contain;
    padding: 10rem 0 12rem 0;
  }
}
.Cv__section {
  padding: 2rem 0 4rem 0;
}
@media screen and (min-width: 800px) {
  .Cv__section {
    padding-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .Cv__section .Inner--min {
    max-width: 100%;
  }
}
.Cv__section__main img {
  width: 100%;
}
.Cv__section__food__text {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .Cv__section__food__text {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
  }
}
.Cv__section__food .Btn {
  width: 90%;
}
@media screen and (min-width: 800px) {
  .Cv__section__food .Btn {
    max-width: 56.9rem;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.Cv__section__food .Btn img {
  width: 100%;
}

.shop-archive {
  margin-top: 6rem;
  padding: 6rem 0;
}
.shop-archive .category-title {
  display: inline;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 4rem;
  background-color: #681433;
  text-align: center;
  color: #FFF;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 800px) {
  .shop-archive .category-title {
    display: inline;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 4rem;
    background-color: #681433;
    text-align: center;
    color: #FFF;
    padding: 0.4rem 1rem;
  }
}
.shop-archive .shop-list {
  margin-top: 7.5rem;
  margin-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}
.shop-archive .shop-list .shop-article {
  display: block;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0.6rem 0.4rem 1.4rem;
}
@media screen and (min-width: 800px) {
  .shop-archive .shop-list .shop-article {
    display: block;
    max-width: 30%;
    width: 30%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    padding: 0.6rem 0.4rem 1.4rem;
  }
}
.shop-archive .shop-list .shop-article:hover {
  opacity: 0.6;
}
.shop-archive .shop-list .shop-article .shop-item__ttl {
  text-align: center;
  padding-bottom: 1rem;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-archive .shop-list .shop-article .shop-item__ttl h3 {
  line-height: 3rem;
  text-decoration: none;
  font-size: 3.6rem;
  font-weight: 700;
  color: #681433;
}
@media screen and (min-width: 800px) {
  .shop-archive .shop-list .shop-article .shop-item__ttl h3 {
    line-height: 3rem;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 700;
    color: #681433;
  }
}
.shop-archive .shop-list .shop-article .shop-item__ttl::before, .shop-archive .shop-list .shop-article .shop-item__ttl::after {
  border: none !important;
  border-bottom: none !important;
}
.shop-archive .shop-list .shop-article .shop-thumbnail {
  width: 100%;
  height: 200px;
}
.shop-archive .shop-list .shop-article .shop-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-archive .shop-list .shop-article .shop-content .shop-station {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
  text-decoration: none;
  font-size: 2.5rem;
  color: #681433;
  text-align: center;
  padding: 1rem 0rem 2rem;
}
.shop-archive .shop-list .shop-article .shop-content .shop-address {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: none;
}
.shop-archive .shop-list .shop-article .shop-content .read-more {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #681433;
  text-align: center;
  padding: 0.6rem 3rem 0.6rem 1rem;
  border: none;
  outline: none;
  background-color: #f5cac4;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}
.shop-archive .shop-list .shop-article .shop-content .read-more:after {
  content: "▶︎";
  transform: scaleX(0.7) translateY(-50%);
  background-color: transparent;
  color: #681433;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  background-color: #f5cac4;
}

.bread {
  margin-bottom: 5rem;
}
.bread .link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 800px) {
  .bread .link {
    padding: 0.6rem 1rem 0.4rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.bread .link:hover {
  opacity: 0.6;
}
.bread .link.current {
  color: rgba(0, 0, 0, 0.5);
}
.bread .link.current:hover {
  opacity: 1;
}
.bread .arrow {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0.4rem 1rem;
}
@media screen and (min-width: 800px) {
  .bread .arrow {
    font-size: 2.2rem;
    padding: 0.2rem 1rem 0.4rem;
  }
}

a.shop-article {
  text-decoration: none !important;
  border-bottom: none !important;
}

a.shop-article * {
  text-decoration: none !important;
  border-bottom: none !important;
}

.shop-single {
  margin-top: 6rem;
  padding: 6rem 0;
}
.shop-single .container {
  padding-bottom: 10rem;
}

.shop-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-archive .Title,
.shop-single .Title {
  font-weight: bold;
  font-size: 5rem;
  line-height: 6rem;
  color: #681433;
  text-align: center;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  padding-bottom: 6rem;
}

.Recruit__tab {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.2rem;
}
.Recruit__tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: calc(12rem - 4px);
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Recruit__tab__item.active {
  transform: translateY(4px);
  height: 12rem;
  z-index: 20;
  background-color: #e6e9e9;
  border: 4px solid #681433;
  border-top: 4px solid #681433;
  border-left: 4px solid #681433;
  border-right: 4px solid #681433;
  border-bottom: none;
}
.Recruit__tab__item.active p {
  color: rgb(104, 20, 51);
}
.Recruit__tab__item:hover p {
  transition: all 0.3s ease;
  color: rgb(104, 20, 51) !important;
}
.Recruit__tab__item p {
  font-size: 3rem;
  color: rgba(104, 20, 51, 0.5);
  font-weight: bold;
}
.Recruit__table {
  border: 4px solid #681433;
}

.wpcf7-response-output {
  font-size: 2.4rem;
}

.Form__box__status {
  text-align: center;
}
.Form__box__status__box {
  background-color: #faa1a6;
  padding: 2rem;
  width: 35rem;
  border-radius: 0.4rem;
  margin: 0 auto;
}
.Form__box__status__box__title {
  font-size: 3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding-bottom: 2rem;
}
.Form__box__status__box__item {
  color: #681433;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  height: 5rem;
}
.Form__box__status__box__item p {
  font-weight: bold;
  font-size: 2.7rem;
}
.Form__box__status__coution {
  font-size: 1.8rem;
  color: #681433;
  text-align: center;
  padding-top: 1rem;
  font-weight: 500;
}
.Form .wpcf7-not-valid-tip {
  padding-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .Form .wpcf7-not-valid-tip {
    font-size: 1.8rem;
  }
}

/* ハニーポッド用隠しフィールド */
.wpcf7-form input[name=website],
.wpcf7-form input[name=website] + label,
.wpcf7-form input[name=website].Form__input {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

.Structure {
  background: url(../images/structure_bg.webp) repeat top center/cover;
  padding-top: 15rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 800px) {
  .Structure {
    background-image: url(../images/structure_bg_pc.webp);
    background-repeat: repeat;
    background-size: 50% auto;
    background-position: top center;
  }
}
@media screen and (min-width: 800px) {
  .Structure {
    padding-top: 25rem;
  }
}
.Structure__container {
  padding: 0 2rem;
  box-sizing: border-box;
}
.Structure__container__title {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  color: #681433;
  margin-bottom: 4rem;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  line-height: 8rem;
}
@media screen and (min-width: 800px) {
  .Structure__container__title {
    font-size: 4rem;
  }
}
.Structure__container__wrap {
  margin-bottom: 6rem;
}
.Structure__container__wrap__item {
  margin-bottom: 2rem;
  display: none;
}
.Structure__container__wrap__item img {
  width: 100%;
}
.Structure__container__wrap__pc {
  display: block;
}
.Structure__container__text {
  text-align: center;
}
.Structure__container__text h4 {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  line-height: 6.5rem;
  color: #681433;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (min-width: 800px) {
  .Structure__container__text h4 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.Structure__container__text h4 strong {
  font-size: 4rem;
  font-weight: bold;
  color: #681433;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (min-width: 800px) {
  .Structure__container__text h4 strong {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.Structure__container__text p {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  color: #333333;
  text-align: left;
  line-height: 5rem;
}
@media screen and (min-width: 800px) {
  .Structure__container__text p {
    font-size: 2.2rem;
    line-height: 3.9rem;
    text-align: center;
  }
}

.How {
  padding-top: 10rem;
}
.How__container__wrap {
  position: relative;
}
.How__container__wrap__title {
  filter: blur(5px);
  width: 100%;
  height: 22rem;
  display: flex;
  background-color: #f0ede5;
}
.How__container__wrap__text {
  font-size: 4.5rem;
  color: #681433;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
}
.How__container__graph {
  width: 80%;
  margin-top: 5rem;
  margin-left: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .How__container__graph {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .How__container__graph__pc {
    display: flex;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    padding-top: 5rem;
    margin-bottom: 4rem;
    align-items: center;
  }
}
.How__container__graph__pc img {
  display: block;
}
.How__container__graph__pc__item {
  width: 45%;
}
.How__container__graph__pc__item img {
  width: 100%;
}
.How__container__gallery {
  width: 100%;
}

.Flow {
  margin: 6rem 0;
}
.Flow__title {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 800px) {
  .Flow__title {
    margin: 0 auto;
    width: 110rem;
    margin-bottom: 6rem;
  }
}
.Flow__box__title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.Flow__box__title__num {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fce680;
  font-family: "Tilt Warp", sans-serif;
  padding-right: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-variation-settings: "XROT" 29, "YROT" 3093;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.Flow__box__title__text {
  font-size: 4.5rem;
  font-weight: bold;
  color: #681433;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .Flow__box__title__text {
    font-size: 3.5rem;
  }
}
.Flow__box__content {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.Flow__box__content__explain {
  font-size: 2.5rem;
  color: #1d1d1d;
  width: 55%;
  line-height: 1.5;
  padding-top: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .Flow__box__content__explain {
    font-size: 2.7rem;
  }
}
.Flow__box__content__icon {
  width: 30%;
}
.Flow__box__content__icon--01 {
  width: 12.8rem;
  margin-right: 6rem;
}
@media screen and (min-width: 800px) {
  .Flow__box__content__icon--01 {
    margin-top: -5rem;
  }
}
.Flow__box__content__icon--02 {
  width: 25.5rem;
  margin-right: 2rem;
}
@media screen and (min-width: 800px) {
  .Flow__box__content__icon--02 {
    margin-top: -5rem;
  }
}
.Flow__box__content__icon--03 {
  width: 17.1rem;
  margin-right: 6rem;
}
@media screen and (min-width: 800px) {
  .Flow__box__content__icon--03 {
    margin-top: -5rem;
  }
}
.Flow__box__line {
  width: 100%;
  padding: 2rem 0;
}

.Recruit {
  padding: 6rem 0;
}
.Recruit__title {
  font-size: 4.5rem;
  color: #681433;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
}
@media screen and (min-width: 800px) {
  .Recruit__title {
    font-size: 4rem;
  }
}
.Recruit__box {
  max-width: 61rem;
  width: 98%;
  height: 20rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  border: 0.4rem solid #faa1a6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.Recruit__box__wrap {
  box-sizing: border-box;
  max-width: 60rem;
  width: 100%;
  height: 19rem;
  border-radius: 1rem;
  border: 0.4rem solid #faa1a6;
  padding: 2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Recruit__box__wrap__text {
  font-size: 2.5rem;
  color: #681433;
  text-align: center;
  font-weight: bold;
  margin-top: 1.4rem;
  line-height: 1.5;
}
.Recruit__box__wrap__img {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0.7rem;
}
@media screen and (min-width: 800px) {
  .Recruit__box__wrap__img {
    width: 60%;
  }
}
.Recruit__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6rem;
}
.Recruit__table__tr:nth-child(odd) {
  background-color: #f9e8e5;
}
.Recruit__table__tr:nth-child(even) {
  background-color: #e6e9e9;
}
.Recruit__table__tr__th {
  width: 25%;
  padding: 0 0 0 1rem;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .Recruit__table__tr__th {
    padding: 0 0 0 8rem;
    width: 30%;
  }
}
.Recruit__table__tr__th__text {
  display: inline;
  font-size: 3rem;
  color: #681433;
  text-align: left;
  font-weight: bold;
  border-bottom: 0.1rem solid #681433;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .Recruit__table__tr__th__text {
    font-size: 2.7rem;
  }
}
.Recruit__table__tr__td {
  width: 75%;
  padding: 2rem 1rem;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .Recruit__table__tr__td {
    width: 70%;
  }
}
.Recruit__table__tr__td__text {
  font-size: 2.7rem;
  color: #333333;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 800px) {
  .Recruit__table__tr__td__text {
    font-size: 2.5rem;
  }
}
.Recruit__table__tr__td__text--mini {
  font-size: 2.3rem;
  color: #333333;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
}
.Recruit__table__tr__td__text--mini .mini {
  font-size: 2.3rem;
}
.Recruit__table__tr__td__text--mini .indent {
  font-size: 2.3rem;
}
.Recruit__table__tr__td__text text {
  display: block;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
  font-size: 2.7rem;
  color: #333333;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .Recruit__table__tr__td__text text {
    font-size: 2.5rem;
  }
}
.Recruit__table__tr__td__text text.indent {
  padding-left: 4.8rem;
}

.Faq {
  padding: 4rem 0;
}
.Faq__title {
  font-size: 4.5rem;
  color: #681433;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
}
@media screen and (min-width: 800px) {
  .Faq__title {
    font-size: 4rem;
  }
}
.Faq__box__wrap {
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.Faq__box__wrap.active .Faq__box__wrap__question__icon {
  transform: rotate(90deg);
}
.Faq__box__wrap.active .Faq__box__wrap__question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Faq__box__wrap.active .Faq__box__wrap__answer {
  padding: 2rem;
  padding-left: 7rem;
  max-height: 500px;
  opacity: 1;
}
.Faq__box__wrap__question {
  background-color: #f9f9f8;
  color: white;
  padding: 2rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.Faq__box__wrap__question__text {
  font-size: 3rem;
  color: #1d1d1d;
  font-weight: bold;
  margin: 0;
  flex: 1;
  position: relative;
  padding-left: 5rem;
  line-height: 1.5;
}
.Faq__box__wrap__question__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-image: url("../images/Q.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Faq__box__wrap__question__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  position: relative;
}
.Faq__box__wrap__question__icon::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3rem;
  background-color: #681433;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.Faq__box__wrap__question__icon::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1rem;
  background-color: #681433;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.Faq__box__wrap__answer {
  background-color: #f9f9f8;
  margin-top: 0.3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1d1d1d;
  font-weight: 400;
  padding: 0 2rem 0 4rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  position: relative;
  padding-left: 5rem;
}
@media screen and (min-width: 800px) {
  .Faq__box__wrap__answer {
    font-size: 2.5rem;
  }
}
.Faq__box__wrap__answer::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 2rem;
  transform: translateY(0%);
  width: 3rem;
  height: 3rem;
  background-image: url("../images/A.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Faq__box__wrap__answer .mini {
  font-size: 1.8rem;
  color: #1d1d1d;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}

.Form {
  padding: 10rem 0;
  background-image: url("../images/form_bg.webp");
}
.Form__box {
  background-color: white;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
}
.Form__box__title {
  font-size: 4.5rem;
  color: #681433;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
}
.Form__box__form {
  display: flex;
  flex-direction: column;
}
.Form__item {
  margin-bottom: 3rem;
}
.Form__label {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.Form__required {
  color: #e74c3c;
  margin-left: 0.5rem;
}
.Form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  font-size: 3rem;
  background-color: #f9f9f8;
  border: 0.4rem solid #aeadac;
  transition: border-color 0.3s ease;
  border-radius: 0 !important;
}
.Form__input:focus {
  outline: none;
  border-color: #681433;
}
.Form__select {
  width: 100%;
  padding: 1.5rem;
  font-size: 3rem;
  background-color: #f9f9f8;
  border: 0.4rem solid #aeadac;
  transition: border-color 0.3s ease;
  border-radius: 0 !important;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
}
.Form__select:focus {
  outline: none;
  border-color: #681433;
}
.Form__select option {
  font-family: "Zen Maru Gothic", sans-serif;
}
.Form__textarea {
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  font-size: 3rem;
  background-color: #f9f9f8;
  border: 0.4rem solid #aeadac;
  transition: border-color 0.3s ease;
  min-height: 12rem;
  border-radius: 0 !important;
  resize: none;
  font-family: "Zen Maru Gothic", sans-serif;
}
.Form__textarea:focus {
  outline: none;
  border-color: #681433;
}
.Form__submit {
  width: 50%;
  padding: 1rem 2rem;
  font-size: 4.2rem;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto;
  margin-top: 2rem;
  background: linear-gradient(to bottom, #67c5ff, #245389);
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  border: 0.4rem solid #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form__submit:hover {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0);
  transform: translateY(0.4rem);
  transition: 0.3s;
}

.Form__submit:disabled {
  background-color: #ccc; /* グレー背景 */
  color: #fff; /* 文字色を白に（お好みで） */
  cursor: not-allowed; /* 押せないマウスカーソル */
  opacity: 0.6; /* 少し透明にしても良い */
  pointer-events: none; /* hoverやclickを完全に無効化 */
  transition: none; /* hoverアニメーション無効化 */
}

.Form__submit:disabled:hover {
  background-color: #ccc; /* hover時も変化なし */
  color: #fff;
}/*# sourceMappingURL=style.css.map */