@charset "UTF-8";
@media screen and (min-width: 768px) {
  #ContentsArea a,
  #ContentsArea button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #ContentsArea a:hover,
  #ContentsArea button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

#ContentsArea {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #ContentsArea {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

body {
  width: 100%;
}

.l-main {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

#ContentsArea *,
#ContentsArea *::before,
#ContentsArea *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ContentsArea body,
#ContentsArea h1,
#ContentsArea h2,
#ContentsArea h3,
#ContentsArea h4,
#ContentsArea p,
#ContentsArea figure,
#ContentsArea blockquote,
#ContentsArea dl,
#ContentsArea dd,
#ContentsArea ul,
#ContentsArea li,
#ContentsArea ol {
  margin: 0;
}

#ContentsArea ul,
#ContentsArea ol {
  list-style: none;
  padding: 0;
}

#ContentsArea html:focus-within {
  scroll-behavior: smooth;
}

#ContentsArea body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

#ContentsArea a:not([class]) {
  text-decoration-skip-ink: auto;
}

#ContentsArea a {
  text-decoration: none;
  color: inherit;
}

#ContentsArea img,
#ContentsArea picture {
  width: 100%;
  display: block;
}

#ContentsArea button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

@media (prefers-reduced-motion: reduce) {
  #ContentsArea html:focus-within {
    scroll-behavior: auto;
  }
  #ContentsArea *,
  #ContentsArea *::before,
  #ContentsArea *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

#ContentsArea .inner {
  width: 100%;
  max-width: 636px;
  padding: 0 18px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ContentsArea .inner {
    max-width: 1050px;
    padding: 0 25px;
  }
}

#ContentsArea {
  scroll-behavior: smooth;
}

#ContentsArea .c-title {
  background: #fff;
  padding: 10px 0px 15px;
  border-radius: 9999px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #ContentsArea .c-title {
    padding: 10px 53px 45px;
  }
}

#ContentsArea .c-title__block {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ContentsArea .c-title__block span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f8d348;
}

#ContentsArea .c-title__block span:nth-of-type(odd) {
  width: 20px;
  background-color: #781E5D;
}

#ContentsArea .c-title__top {
  margin-top: 12px;
  border-bottom: #781E5D 1px solid;
}
@media screen and (min-width: 768px) {
  #ContentsArea .c-title__top {
    margin-top: 23px;
  }
}

#ContentsArea .c-title.c-title__fv {
  background: #fff;
  padding: 14px 30px;
  padding: clamp(1px, 0.7vw, 30px);
  border-radius: 9999px;
  border: 1px solid #781E5D;
  text-align: center;
  line-height: 1.3;
}

#ContentsArea .c-title-fv__top {
  border-bottom: #781E5D 1px solid;
}

#ContentsArea .contents-inner {
  padding-top: 100px;
}

#ContentsArea .p-section-title {
  margin-top: 15px;
  max-width: 930px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ContentsArea .p-section-title {
    margin-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#ContentsArea .p-heder__title-head {
  padding-top: 15px;
  letter-spacing: 0.5em;
}

#ContentsArea .p-heder__title {
  text-align: center;
  font-weight: 700;
}

#ContentsArea .p-heder__title-main {
  margin-top: 20px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #ContentsArea .p-heder__title-main {
    grid-template-columns: 1fr clamp(500px, 62.5vw, 750px) 1fr;
  }
}

#ContentsArea .p-heder__title-main {
  width: 100%;
}

#ContentsArea .p-heder__title-wrap {
  padding: 0 0px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .p-heder__title-wrap {
    padding: 0 40px;
  }
}

#ContentsArea .p-heder__title-top,
#ContentsArea .p-heder__title-bottom {
  line-height: 1;
}

#ContentsArea .p-heder__title-top {
  padding-bottom: 5px;
  border-bottom: 1px solid #781E5D;
}

#ContentsArea .p-heder__title-line {
  display: inline-block;
  height: 100px;
  background-color: #781E5D;
  margin-top: 1.5vw;
}

#ContentsArea .p-heder__title-line-l {
  border-radius: 0px 7px 7px 0px;
}

#ContentsArea .p-heder__title-line-r {
  border-radius: 7px 0px 0px 7px;
}

#ContentsArea .p-heder__title-lead {
  padding: 30px 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#ContentsArea .section {
  background-color: #e5eef5;
}

#ContentsArea .inner {
  max-width: 1000px;
  width: 100%;
  padding: 20px 30px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  #ContentsArea .inner {
    padding: 20px 65px;
  }
}

#ContentsArea .section-inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-inline: auto;
}

#ContentsArea .inner__line {
  max-width: 1000px;
  width: 100%;
  border-left: 3px solid #781E5D;
  border-right: 3px solid #781E5D;
  margin-left: 15px;
  margin-right: 15px;
  margin-inline: auto;
}

@media screen and (min-width: 1400px) {
  #ContentsArea .section1__textblock-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 16px;
  }
}

@media screen and (min-width: 1400px) {
  #ContentsArea .section3__textblock-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

#ContentsArea .section-container {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .section-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#ContentsArea .section1 {
  padding-top: 30px;
}

#ContentsArea .section1__textblock p {
  line-height: 2;
}

#ContentsArea .section1__img {
  margin-top: 30px;
  width: 75%;
  position: relative;
  padding: 0 0 130px 0px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #ContentsArea .section1__img {
    margin-inline: 0;
    left: 0px;
    width: 100%;
    max-width: 175px;
    float: right;
    padding: 0 0 85px 40px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section1__img {
    float: none;
    max-width: 400px;
    padding: 0 0 85px 0px;
    left: 250px;
    left: 50px;
    top: 20px;
  }
}

#ContentsArea .section3__img {
  margin-top: 30px;
  width: 75%;
  position: relative;
  padding: 0 0px 170px 0px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #ContentsArea .section3__img {
    margin-inline: 0;
    right: 0;
    width: 100%;
    max-width: 175px;
    float: left;
    padding: 0 40px 120px 0px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section3__img {
    float: none;
    max-width: 400px;
    right: 257px;
    padding: 0 0 120px 0px;
    top: 20px;
  }
}

#ContentsArea .section1__img img {
  aspect-ratio: 407/428;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section1__img img {
    width: 200%;
  }
}

#ContentsArea .section1__img p,
#ContentsArea .section3__img p {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  font-size: 12px;
  color: #fff;
  background-color: #781E5D;
}
@media screen and (min-width: 768px) {
  #ContentsArea .section1__img p,
  #ContentsArea .section3__img p {
    bottom: 2%;
    max-width: 165px;
    padding: 5px 5px;
    max-width: 240px;
  }
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section1__img p,
  #ContentsArea .section3__img p {
    max-width: 300px;
    width: 300px;
    padding: 20px 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #ContentsArea .section1__img p {
    right: 0;
    left: 53%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section1__img p {
    left: 50%;
    left: 100%;
    bottom: 22%;
  }
}

@media screen and (min-width: 768px) {
  #ContentsArea .section3__img p {
    bottom: 5.2%;
    left: 0;
    left: 48%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section3__img p {
    left: 50%;
    left: 100%;
    bottom: 2%;
  }
}

#ContentsArea .section2 {
  line-height: 2;
  padding-top: 25px;
  padding-bottom: 0px;
}
#ContentsArea .section3__img img {
  aspect-ratio: 407/428;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #ContentsArea .section3__img img {
    width: 200%;
  }
}

#ContentsArea .section1__textblock::after,
#ContentsArea .section3__textblock::after {
  content: "";
  display: block;
  clear: both;
}

#ContentsArea .section3 {
  padding-top: 2px;
  padding-bottom: 30px;
}
#ContentsArea .section4 {
  line-height: 2;
  padding-top: 28px;
  padding-bottom: 30px;
}

#ContentsArea .name {
  color: #781E5D;
  font-weight: 700;
}

#ContentsArea .mc {
  font-weight: 700;
}

#ContentsArea .caprion__note {
  padding-left: 5px;
}

#ContentsArea .caprion__note-head {
  font-weight: 700;
  font-size: 16px;
}

#ContentsArea .caprion__note-lead {
  line-height: 1.4;
}

#ContentsArea .caprion2__note-lead,
#ContentsArea .caprion1__note-lead {
  line-height: 1.2;
}

#ContentsArea .caprion2__img,
#ContentsArea .caprion1__img {
  margin-top: 30px;
}

#ContentsArea .caprion2__img img {
  margin-inline: auto;
  aspect-ratio: 865/328;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

#ContentsArea .caprion1__img img {
  margin-inline: auto;
  aspect-ratio: 868/386;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

#ContentsArea .back {
  position: relative;
}

#ContentsArea .back::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 2500/1667;
  background: url(back.png) no-repeat center/contain;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  opacity: 0.1;
  mix-blend-mode: multiply;
}

#ContentsArea .back2::before {
  margin-top: -700px;
}

#ContentsArea .back1::before {
  margin-top: 50px;
}

#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}

#ContentsArea .banner-wrap {
  display: block;
  margin-top: 80px;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #ContentsArea .banner-wrap {
    margin-top: 50px;
    max-width: 800px;
  }
}

#ContentsArea .banner__img {
  aspect-ratio: 800/230;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

#ContentsArea .links {
  margin-top: 70px;
  width: 95%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .links {
    margin-top: 50px;
    max-width: 800px;
  }
}

#ContentsArea .links-label {
  background-color: #781E5D;
  padding: 0 20px;
  max-width: 200px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-inline: auto;
}

#ContentsArea .links-wrap {
  padding: 20px;
}

#ContentsArea .links-wrap a {
  text-align: center;
  display: block;
}

#ContentsArea .links-wrap a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#ContentsArea .content {
  margin-top: 50px;
  text-align: center;
}

#ContentsArea .content-title {
  text-align: center;
  position: relative;
}

#ContentsArea .content-title::after {
  position: absolute;
  content: "";
  width: 290px;
  height: 5px;
  background-color: #781E5D;
  border-radius: 3px;
  bottom: -10px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #ContentsArea .content-title::after {
    width: 400px;
  }
}

#ContentsArea .content-head {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #ContentsArea .content-head {
    font-size: clamp(22px, 2.2vw, 27px);
  }
}

#ContentsArea .content-text {
  margin-top: 0px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .content-text {
    font-size: clamp(16px, 1.5vw, 18px);
  }
}

#ContentsArea .content-text a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#ContentsArea .talk-text {
  margin-top: 30px;
}

#ContentsArea .fv {
  position: relative;
  background-image: url(fv2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 2720/2162;
  height: auto;
}
@media screen and (min-width: 768px) {
  #ContentsArea .fv {
    background-image: url(fv1.jpg);
    aspect-ratio: 2972/1160;
  }
}

#ContentsArea .p-fv-title {
  position: absolute;
  max-width: min(81vw, 450px);
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #ContentsArea .p-fv-title {
    max-width: min(60.8vw, 500px);
  }
}

#ContentsArea .fv-wrap {
  max-width: 1920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

#ContentsArea .heod {
  font-size: clamp(20px, 4.44vw, 40px);
  font-weight: 500;
  color: red;
}
@media screen and (min-width: 768px) {
  #ContentsArea .heod {
    color: rgb(17, 0, 255);
  }
}

#ContentsArea .color-on {
  color: #781E5D;
}

#ContentsArea .txt-19 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-19 {
    font-size: clamp(14px, 1.58vw, 19px);
  }
}

#ContentsArea .txt-21 {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-21 {
    font-size: clamp(17px, 1.75vw, 21px);
  }
}

#ContentsArea .txt-23 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-23 {
    font-size: clamp(18px, 1.91vw, 23px);
  }
}

#ContentsArea .txt-26 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-26 {
    font-size: clamp(20px, 1.36vw, 26px);
  }
}

#ContentsArea .txt-27 {
  font-size: 16px;
  font-size: 32px;
  font-size: clamp(14px, 4.16vw, 32px);
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-27 {
    font-size: clamp(21px, 2.25vw, 27px);
  }
}

#ContentsArea .txt-34 {
  font-size: 20px;
  font-size: 38px;
  font-size: clamp(18px, 4.94vw, 38px);
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-34 {
    font-size: clamp(22px, 2.83vw, 34px);
    font-size: clamp(27px, 2.83vw, 34px);
  }
}

#ContentsArea .txt-55 {
  font-size: 33px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-55 {
    font-size: clamp(36px, 4.58vw, 55px);
  }
}

#ContentsArea .txt-65 {
  font-size: 38px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-65 {
    font-size: clamp(40px, 5.41vw, 65px);
  }
}

#ContentsArea .txt-76 {
  font-size: 44px;
}
@media screen and (min-width: 768px) {
  #ContentsArea .txt-76 {
    font-size: clamp(45px, 6.33vw, 76px);
  }
}

#ContentsArea .ml-5 {
  margin-left: -6px;
  margin-left: min(-0.5vw, -5.5px);
}
@media screen and (min-width: 768px) {
  #ContentsArea .ml-5 {
    margin-left: max(-0.5vw, -5px);
  }
}

#ContentsArea .va-01 {
  padding: 0;
  letter-spacing: -0.3em;
}
@media screen and (min-width: 768px) {
  #ContentsArea .va-01 {
    padding: 0 5px;
  }
}

#ContentsArea .va-00 {
  letter-spacing: 0em;
}

#ContentsArea .va-07 {
  letter-spacing: -0.3em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #ContentsArea .va-07 {
    letter-spacing: -0.4em;
    padding: 0 5px;
  }
}

#ContentsArea .va-0 {
  letter-spacing: -0.7em;
}

@media screen and (min-width: 1024px) {
  #ContentsArea .is-sp {
    display: none;
  }
}

#ContentsArea .is-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #ContentsArea .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .social_buttons {
    margin-left: 15%;
  }
}
/*# sourceMappingURL=styles.css.map */
