@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;
  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: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic" !important;
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1050px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/* パソコンで見たときは"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: 1050px;
  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;
  }
}

.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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 480px) {
  .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: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container .bihada-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .bihada-detailfirst-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .bihada .point_container {
    width: 312px;
    height: auto;
  }
}
.bihada .point_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bihada .section {
  position: relative;
}
@media screen and (max-width: 480px) {
  .bihada .section {
    display: none;
  }
}
.bihada .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.bihada .section .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .bihada .section-sp {
    display: block;
  }
}
.bihada .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.bihada .section-sp .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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: 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: 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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 480px) {
  .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: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container .kogao-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .kogao-detailfirst-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .kogao .section {
    display: none;
  }
}
.kogao .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.kogao .section .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .kogao .section-sp {
    display: block;
  }
}
.kogao .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.kogao .section-sp .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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: 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: 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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container__inner img {
    width: 180px;
  }
}
.Fv__container .p-container__inner .koukasen {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 480px) {
  .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: fit-content;
  margin: 0 auto;
  padding: 0 28px 0 12px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .Fv__container .p-container .tarumi-detailfirst {
    display: none;
  }
}
.Fv__container .p-container .tarumi-detailfirst-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .tarumi .section {
    display: none;
  }
}
.tarumi .section .filter {
  position: relative;
  width: 600px;
  height: 240px;
}
.tarumi .section .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .tarumi .section-sp {
    display: block;
  }
}
.tarumi .section-sp .filter {
  position: relative;
  width: 218px;
  height: 140px;
}
.tarumi .section-sp .filter img {
  width: 100%;
  height: 100%;
  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%;
  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 screen and (max-width: 480px) {
  .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 screen and (max-width: 480px) {
  .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: 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: 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__container {
  display: flex;
}
.Header__container__left__dis {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}