@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");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: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

#check_pm {
  display: block;
}
@media screen and (max-width: 1319px) {
  #check_pm {
    display: none;
  }
}

#check_ps {
  display: none;
}
@media screen and (max-width: 1319px) {
  #check_ps {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #check_ps {
    display: none;
  }
}

#check_tl {
  display: none;
}
@media screen and (max-width: 1199px) {
  #check_tl {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  #check_tl {
    display: none;
  }
}

#check_tm {
  display: none;
}
@media screen and (max-width: 999px) {
  #check_tm {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  #check_tm {
    display: none;
  }
}

#check_ts {
  display: none;
}
@media screen and (max-width: 799px) {
  #check_ts {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #check_ts {
    display: none;
  }
}

#check_sl {
  display: none;
}
@media screen and (max-width: 599px) {
  #check_sl {
    display: block;
  }
}
@media screen and (max-width: 439px) {
  #check_sl {
    display: none;
  }
}

#check_sm {
  display: none;
}
@media screen and (max-width: 439px) {
  #check_sm {
    display: block;
  }
}
@media screen and (max-width: 339px) {
  #check_sm {
    display: none;
  }
}

#check_ss {
  display: none;
}
@media screen and (max-width: 339px) {
  #check_ss {
    display: block;
  }
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.fadeO,
.fadeFvO {
  opacity: 0;
}

.fadeB,
.fadeFvB {
  opacity: 0;
  transform: translateY(var(--fadeInLength));
}

.fadeB10,
.fadeFvB10 {
  opacity: 0;
  transform: translateY(10px);
}

.fadeT,
.fadeFvT {
  opacity: 0;
  transform: translateY(calc(-1px * var(--fadeInLength)));
}

.fadeR,
.fadeFvR {
  opacity: 0;
  transform: translateX(var(--fadeInLength));
}

.fadeR10,
.fadeFvR10 {
  opacity: 0;
  transform: translateX(10px);
}

.fadeL,
.fadeFvL {
  opacity: 0;
  transform: translateX(calc(-1px * var(--fadeInLength)));
}
@media screen and (max-width: 799px) {
  .fadeL,
  .fadeFvL {
    transform: translateY(var(--fadeInLength));
  }
}

.fadeO.fadeIn,
.fadeB.fadeIn,
.fadeB10.fadeIn,
.fadeT.fadeIn,
.fadeR.fadeIn,
.fadeR10.fadeIn,
.fadeL.fadeIn,
.fadeFvO.fadeIn,
.fadeFvB.fadeIn,
.fadeFvB10.fadeIn,
.fadeFvT.fadeIn,
.fadeFvR.fadeIn,
.fadeFvR10.fadeIn,
.fadeFvL.fadeIn {
  transition: opacity 1s var(--easeOutCubic), transform 1s var(--easeOutQuart);
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}

.fadeLine,
.fadeFvLine {
  width: 0px;
}

.fadeLine.fadeIn,
.fadeFvLine.fadeIn {
  transition: width 1s var(--easeOutQuart);
  width: 100%;
}

.fadeLineL::before,
.fadeFvLineL::before {
  right: 100%;
}

.fadeLineL.fadeIn::before,
.fadeFvLineL.fadeIn::before {
  transition: right 1s var(--easeOutQuart);
  right: 0;
}

.fadeLineR::before,
.fadeFvLineR::before {
  left: 100%;
}

.fadeLineR.fadeIn::before,
.fadeFvLineR.fadeIn::before {
  transition: left 1s var(--easeOutQuart);
  left: 0;
}

.fadeBoxL,
.fadeFvBoxL {
  opacity: 0;
  left: 50%;
}

.fadeBoxL.fadeIn,
.fadeFvBoxL.fadeIn {
  transition: opacity 1s, left 1s var(--easeOutQuart);
  opacity: 1;
  left: 0%;
}

.fadeBoxR,
.fadeFvBoxR {
  opacity: 0;
  right: 50%;
}

.fadeBoxR.fadeIn,
.fadeFvBoxR.fadeIn {
  transition: opacity 1s, right 1s var(--easeOutQuart);
  opacity: 1;
  right: 0%;
}

.fadePhoto,
.fadeFvPhoto {
  overflow: hidden;
}
.fadePhoto .photo_container,
.fadePhoto img,
.fadeFvPhoto .photo_container,
.fadeFvPhoto img {
  opacity: 0;
  transform: scale(1.1);
}

.fadePhoto.fadeIn .photo_container,
.fadePhoto.fadeIn img,
.fadeFvPhoto.fadeIn .photo_container,
.fadeFvPhoto.fadeIn img {
  transition: opacity 1s, transform 1s var(--easeOutQuart);
  opacity: 1;
  transform: scale(1);
}

.fadePhotoB,
.fadeFvPhotoB {
  transform: translateY(20px);
  overflow: hidden;
}
.fadePhotoB .photo_container,
.fadePhotoB img,
.fadeFvPhotoB .photo_container,
.fadeFvPhotoB img {
  opacity: 0;
  transform: scale(1.1);
}
.fadePhotoB::before,
.fadeFvPhotoB::before {
  opacity: 0;
  transform: scale(1.1);
}
.fadePhotoB a::before,
.fadeFvPhotoB a::before {
  opacity: 0;
  transform: scale(1.1);
}

.fadePhotoB30,
.fadeFvPhotoB30 {
  transform: translateY(30px);
  overflow: hidden;
}
.fadePhotoB30 .photo_container,
.fadePhotoB30 img,
.fadeFvPhotoB30 .photo_container,
.fadeFvPhotoB30 img {
  opacity: 0;
  transform: scale(1.1);
}
.fadePhotoB30::before,
.fadeFvPhotoB30::before {
  opacity: 0;
  transform: scale(1.1);
}
.fadePhotoB30 a::before,
.fadeFvPhotoB30 a::before {
  opacity: 0;
  transform: scale(1.1);
}

.fadePhotoB.fadeIn,
.fadeFvPhotoB.fadeIn,
.fadePhotoB30.fadeIn,
.fadeFvPhotoB30.fadeIn {
  transition: transform 1s var(--easeOutQuart);
  transform: translateY(0);
}
.fadePhotoB.fadeIn .photo_container,
.fadePhotoB.fadeIn img,
.fadeFvPhotoB.fadeIn .photo_container,
.fadeFvPhotoB.fadeIn img,
.fadePhotoB30.fadeIn .photo_container,
.fadePhotoB30.fadeIn img,
.fadeFvPhotoB30.fadeIn .photo_container,
.fadeFvPhotoB30.fadeIn img {
  transition: opacity 1s, transform 1s var(--easeOutQuart);
  opacity: 1;
  transform: scale(1);
}
.fadePhotoB.fadeIn::before,
.fadeFvPhotoB.fadeIn::before,
.fadePhotoB30.fadeIn::before,
.fadeFvPhotoB30.fadeIn::before {
  transition: opacity 1s, transform 1s var(--easeOutQuart);
  opacity: 1;
  transform: scale(1);
}
.fadePhotoB.fadeIn a::before,
.fadeFvPhotoB.fadeIn a::before,
.fadePhotoB30.fadeIn a::before,
.fadeFvPhotoB30.fadeIn a::before {
  transition: opacity 1s, transform 1s var(--easeOutQuart);
  opacity: 1;
  transform: scale(1);
}

.fadePhotoPop,
.fadeFvPhotoPop {
  opacity: 0;
  transform: scale(0.5);
  overflow: hidden;
}
.fadePhotoPop.fadeIn,
.fadeFvPhotoPop.fadeIn {
  animation: fadePhotoPop_01 0.4s var(--easeOutCubic) both, fadePhotoPop_02 0.28s var(--easeInCubic) 0.4s forwards;
}
@keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.span_pc {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .span_pc {
    display: none;
  }
}

.span_tb {
  display: none;
}
@media screen and (max-width: 1199px) {
  .span_tb {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .span_tb {
    display: none;
  }
}

.span_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .span_sp {
    display: inline-block;
  }
}

.span_pl_tl {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .span_pl_tl {
    display: none;
  }
}

.span_tm_ts {
  display: none;
}
@media screen and (max-width: 999px) {
  .span_tm_ts {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .span_tm_ts {
    display: none;
  }
}

.span_sl_ss {
  display: none;
}
@media screen and (max-width: 599px) {
  .span_sl_ss {
    display: inline-block;
  }
}
:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: var(--c-text);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a,
a:hover {
  color: var(--c-text);
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
svg {
  overflow: visible;
}
.t_hide {
  width: 0px;
  height: 0px;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.keisen_long {
  margin-right: 0.4em;
  letter-spacing: -0.3em;
}
.block,
.b {
  display: inline-block;
}
.t_dummy {
  color: #f0f;
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.br_pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .br_pc {
    display: none;
  }
}

.br_tb {
  display: none;
}
@media screen and (max-width: 1199px) {
  .br_tb {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .br_tb {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br_sp {
    display: block;
  }
}

.br_pl_ps {
  display: block;
}
@media screen and (max-width: 1199px) {
  .br_pl_ps {
    display: none;
  }
}

.br_pl_tl {
  display: block;
}
@media screen and (max-width: 999px) {
  .br_pl_tl {
    display: none;
  }
}

.br_tm_tm {
  display: none;
}
@media screen and (max-width: 999px) {
  .br_tm_tm {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .br_tm_tm {
    display: none;
  }
}

.br_tm_ts {
  display: none;
}
@media screen and (max-width: 999px) {
  .br_tm_ts {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .br_tm_ts {
    display: none;
  }
}

.br_sl_ss {
  display: none;
}
@media screen and (max-width: 599px) {
  .br_sl_ss {
    display: block;
  }
}

.br_tl {
  display: none;
}
@media screen and (max-width: 1199px) {
  .br_tl {
    display: block;
  }
}

.br_ts {
  display: none;
}
@media screen and (max-width: 799px) {
  .br_ts {
    display: block;
  }
}

.br_ts_sl {
  display: none;
}
@media screen and (max-width: 799px) {
  .br_ts_sl {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .br_ts_sl {
    display: none;
  }
}

.br_tm {
  display: none;
}
@media screen and (max-width: 999px) {
  .br_tm {
    display: block;
  }
}

.br_ts {
  display: none;
}
@media screen and (max-width: 799px) {
  .br_ts {
    display: block;
  }
}

.br_sl {
  display: none;
}
@media screen and (max-width: 599px) {
  .br_sl {
    display: block;
  }
}

.br_sm {
  display: none;
}
@media screen and (max-width: 439px) {
  .br_sm {
    display: block;
  }
}

.br_ss {
  display: none;
}
@media screen and (max-width: 339px) {
  .br_ss {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .br_pl_tm {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .br_pl_ts {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .br_pl_sl {
    display: none;
  }
}

.br_tl_tm {
  display: none;
}
@media screen and (max-width: 1199px) {
  .br_tl_tm {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .br_tl_tm {
    display: none;
  }
}

.br_tl_ts {
  display: none;
}
@media screen and (max-width: 1199px) {
  .br_tl_ts {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .br_tl_ts {
    display: none;
  }
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.maru {
  letter-spacing: -0.6em;
}

.ten {
  letter-spacing: -0.3em;
}

.ten_03 {
  letter-spacing: 0em;
}

.nakaguro {
  margin-left: -0.1em;
  letter-spacing: -0.1em;
}

.ls6m {
  letter-spacing: -0.6em;
}

.ls55m {
  letter-spacing: -0.55em;
}

.ls5m {
  letter-spacing: -0.5em;
}

.ls45m {
  letter-spacing: -0.45em;
}

.ls4m {
  letter-spacing: -0.4em;
}

.ls35m {
  letter-spacing: -0.35em;
}

.ls3m {
  letter-spacing: -0.3em;
}

.ls275m {
  letter-spacing: -0.275em;
}

.ls25m {
  letter-spacing: -0.25em;
}

.ls225m {
  letter-spacing: -0.225em;
}

.ls215m {
  letter-spacing: -0.215em;
}

.ls2m {
  letter-spacing: -0.2em;
}

.ls19m {
  letter-spacing: -0.19em;
}

.ls175m {
  letter-spacing: -0.175em;
}

.ls165m {
  letter-spacing: -0.165em;
}

.ls15m {
  letter-spacing: -0.15em;
}

.ls14m {
  letter-spacing: -0.14em;
}

.ls125m {
  letter-spacing: -0.125em;
}

.ls1m {
  letter-spacing: -0.1em;
}

.ls09m {
  letter-spacing: -0.09em;
}

.ls075m {
  letter-spacing: -0.075em;
}

.ls065m {
  letter-spacing: -0.065em;
}

.ls05m {
  letter-spacing: -0.05em;
}

.ls04m {
  letter-spacing: -0.04em;
}

.ls025m {
  letter-spacing: -0.025em;
}

.ls015m {
  letter-spacing: -0.015em;
}

.ls0 {
  letter-spacing: 0em;
}

.ls01 {
  letter-spacing: 0.01em;
}

.ls025 {
  letter-spacing: 0.025em;
}

.ls035 {
  letter-spacing: 0.035em;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls06 {
  letter-spacing: 0.06em;
}

.ls075 {
  letter-spacing: 0.075em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls11 {
  letter-spacing: 0.11em;
}

.ls125 {
  letter-spacing: 0.125em;
}

.ls135 {
  letter-spacing: 0.135em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls16 {
  letter-spacing: 0.16em;
}

.ls175 {
  letter-spacing: 0.175em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls215 {
  letter-spacing: 0.215em;
}

.ls225 {
  letter-spacing: 0.225em;
}

.ls25 {
  letter-spacing: 0.25em;
}

.ls3 {
  letter-spacing: 0.3em;
}

.ls35 {
  letter-spacing: 0.35em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.ls45 {
  letter-spacing: 0.45em;
}

.ls5 {
  letter-spacing: 0.5em;
}

.ls55 {
  letter-spacing: 0.55em;
}

.ls6 {
  letter-spacing: 0.6em;
}

.ls65 {
  letter-spacing: 0.65em;
}

.ls7 {
  letter-spacing: 0.7em;
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.ml6m {
  margin-left: -0.6em;
}

.ml55m {
  margin-left: -0.55em;
}

.ml5m {
  margin-left: -0.5em;
}

.ml45m {
  margin-left: -0.45em;
}

.ml4m {
  margin-left: -0.4em;
}

.ml35m {
  margin-left: -0.35em;
}

.ml3m {
  margin-left: -0.3em;
}

.ml25m {
  margin-left: -0.25em;
}

.ml2m {
  margin-left: -0.2em;
}

.ml15m {
  margin-left: -0.15em;
}

.ml1m {
  margin-left: -0.1em;
}

.ml05m {
  margin-left: -0.05em;
}

.ml0 {
  margin-left: 0em;
}

.ml05 {
  margin-left: 0.05em;
}

.ml1 {
  margin-left: 0.1em;
}

.ml15 {
  margin-left: 0.15em;
}

.ml2 {
  margin-left: 0.2em;
}

.ml25 {
  margin-left: 0.25em;
}

.ml3 {
  margin-left: 0.3em;
}

.ml35 {
  margin-left: 0.35em;
}

.ml4 {
  margin-left: 0.4em;
}

.ml45 {
  margin-left: 0.45em;
}

.ml5 {
  margin-left: 0.5em;
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.mt7m {
  margin-top: -0.7em;
}

.mt65m {
  margin-top: -0.65em;
}

.mt6m {
  margin-top: -0.6em;
}

.mt55m {
  margin-top: -0.55em;
}

.mt5m {
  margin-top: -0.5em;
}

.mt45m {
  margin-top: -0.45em;
}

.mt4m {
  margin-top: -0.4em;
}

.mt35m {
  margin-top: -0.35em;
}

.mt3m {
  margin-top: -0.3em;
}

.mt25m {
  margin-top: -0.25em;
}

.mt2m {
  margin-top: -0.2em;
}

.mt15m {
  margin-top: -0.15em;
}

.mt1m {
  margin-top: -0.1em;
}

.mt05m {
  margin-top: -0.05em;
}

.mt0 {
  margin-top: 0em;
}

.mt05 {
  margin-top: 0.05em;
}

.mt1 {
  margin-top: 0.1em;
}

.mt15 {
  margin-top: 0.15em;
}

.mt2 {
  margin-top: 0.2em;
}

.mt25 {
  margin-top: 0.25em;
}

.mt3 {
  margin-top: 0.3em;
}

.mt35 {
  margin-top: 0.35em;
}

.mt4 {
  margin-top: 0.4em;
}

.mt45 {
  margin-top: 0.45em;
}

.mt5 {
  margin-top: 0.5em;
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

header {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
@media screen and (max-width: 999px) {
  header {
    right: 0;
  }
}
header .header_container .logo {
  margin: 45px 0 0 50px;
}
@media screen and (max-width: 999px) {
  header .header_container .logo {
    display: none;
  }
}
header .header_container .logo a {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
}
header .header_container #nav {
  margin: 33px 0 0 70px;
  pointer-events: auto;
}
@media screen and (max-width: 999px) {
  header .header_container #nav {
    transition: height 0.5s var(--easeInOutQuart);
    margin: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap {
    display: grid;
    grid-template-columns: 1fr;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    background-color: var(--c-Black);
  }
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container {
    justify-self: center;
    align-self: center;
    padding: 80px 0;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul {
    margin-left: 15px;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li {
  line-height: 0;
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a {
  display: inline-block;
  padding: 7px 0;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a {
    padding: 15px 0;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a svg,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a svg {
  transition: fill 0.3s;
  fill: var(--c-black);
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a svg {
    fill: var(--c-white);
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a .text,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  height: 0;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--c-text);
  text-decoration: inherit;
}
@media screen and (min-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li a:hover svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li a:hover svg {
    fill: var(--c-panPink);
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .line {
  margin: 8px 0 0 -10px;
  width: 115px;
  height: 1px;
  background-color: #c6c6c6;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .line {
    margin: 28px 0 0;
    width: 200px;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(1) a svg,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(3) a svg,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(4) a svg,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(5) a svg {
  width: auto;
  height: 6.197px;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(1) a svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(3) a svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(4) a svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(5) a svg {
    height: 10.79px;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(2) a svg {
  width: auto;
  height: 6.069px;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .nav_ul li:nth-of-type(2) a svg {
    height: 10.56px;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul {
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul {
    margin-top: 28px;
  }
}
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li:nth-of-type(1) a svg,
header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li:nth-of-type(2) a svg {
  width: auto;
  height: 6.069px;
}
@media screen and (max-width: 999px) {
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li:nth-of-type(1) a svg,
  header .header_container #nav .nav_scroll_wrap .nav_scroll_content .container .name_ul li:nth-of-type(2) a svg {
    height: 10.56px;
  }
}
header .header_container .nav_switch {
  display: none;
}
@media screen and (max-width: 999px) {
  header .header_container .nav_switch {
    transition: translate 0.5s var(--easeInOutQuart);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 52px;
    height: 52px;
    background-color: var(--c-Black);
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
}
header .header_container .nav_switch .menu {
  transition: z-index 0s 0.25s;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  line-height: 0;
  position: relative;
  z-index: 1;
}
header .header_container .nav_switch .menu svg {
  transition: fill 0.25s 0.25s;
  fill: var(--c-white);
}
header .header_container .nav_switch::before, header .header_container .nav_switch::after {
  transition: background-color 0.25s;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: var(--c-Black);
}
header .header_container .nav_switch::before {
  rotate: 45deg;
}
header .header_container .nav_switch::after {
  rotate: -45deg;
}
header .header_container.fadeFvElem {
  opacity: 0;
  translate: -30px;
}
@media screen and (max-width: 999px) {
  header .header_container.fadeFvElem {
    translate: 0;
  }
}
header .header_container.fadeIn {
  transition: opacity 1s 0.9s, translate 1s var(--easeOutQuart) 0.9s;
  opacity: 1;
  translate: 0;
}
@media screen and (max-width: 999px) {
  header .header_container.fadeIn {
    transition: opacity 1s;
  }
}

@media screen and (max-width: 999px) {
  header.hide .header_container .nav_switch {
    translate: 0 -52px;
  }
}

@media screen and (max-width: 999px) {
  header.open #nav {
    height: 100vh;
    height: 100dvh;
  }
}
header.open .nav_switch .menu {
  transition: z-index 0s 0.25s;
  z-index: -1;
}
header.open .nav_switch .menu svg {
  transition: fill 0.25s;
  fill: var(--c-Black);
}
header.open .nav_switch::before, header.open .nav_switch::after {
  transition: background-color 0.25s 0.25s;
  background-color: var(--c-white);
}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

footer {
  height: 80px;
  background-color: var(--c-white);
  position: relative;
}
@media screen and (max-width: 1199px) {
  footer {
    height: 70px;
  }
}
@media screen and (max-width: 999px) {
  footer {
    height: 60px;
  }
}
@media screen and (max-width: 799px) {
  footer {
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    height: 50px;
  }
}:root{--c-panPink: hsl(331 100% 78%);--c-Black: hsl(13 0% 0%);--c-black: hsl(13 21% 8%);--c-blackHover: hsl(13 21% 60%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--c-whiteHover: hsl(220 0% 70%);--c-grayF4: hsl(0, 0%, 96%);--c-dummy: hsl(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);--easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);--easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);--easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);--easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);--easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);--easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);--easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);--easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);--easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);--easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);--easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);--easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);--easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);--easeInExpo: cubic-bezier(0.7, 0, 0.84, 0)}#copyright[data-astro-cid-55hnotdj]{transition:translate 0.5s var(--easeInOutQuart);position:fixed;left:30px;bottom:15px}@media screen and (max-width: 1199px){#copyright[data-astro-cid-55hnotdj]{left:25px;bottom:10px}}@media screen and (max-width: 999px){#copyright[data-astro-cid-55hnotdj]{left:15px}}@media screen and (max-width: 599px){#copyright[data-astro-cid-55hnotdj]{left:10px}}#copyright[data-astro-cid-55hnotdj] .text[data-astro-cid-55hnotdj]{margin-block:calc((1em - 1lh) / 2);font-size:9px;line-height:1em;letter-spacing:0.05em;font-weight:500}#copyright[data-astro-cid-55hnotdj] .text[data-astro-cid-55hnotdj] span[data-astro-cid-55hnotdj]{font-weight:500}#copyright[data-astro-cid-55hnotdj] .text[data-astro-cid-55hnotdj].fadeIn{transition-delay:1s}#copyright[data-astro-cid-55hnotdj].hide{translate:0 24px}@media screen and (max-width: 1199px){#copyright[data-astro-cid-55hnotdj].hide{translate:0 19px}}:root{--c-panPink: hsl(331 100% 78%);--c-Black: hsl(13 0% 0%);--c-black: hsl(13 21% 8%);--c-blackHover: hsl(13 21% 60%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--c-whiteHover: hsl(220 0% 70%);--c-grayF4: hsl(0, 0%, 96%);--c-dummy: hsl(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);--easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);--easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);--easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);--easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);--easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);--easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);--easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);--easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);--easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);--easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);--easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);--easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);--easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);--easeInExpo: cubic-bezier(0.7, 0, 0.84, 0)}#pagetop[data-astro-cid-h6ohybb2]{transition:translate 0.5s var(--easeInOutQuart),background-color 0.3s;translate:0 62px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;cursor:pointer;position:fixed;right:25px;bottom:24px;z-index:11}@media screen and (max-width: 1199px){#pagetop[data-astro-cid-h6ohybb2]{right:20px;bottom:19px}}@media screen and (max-width: 599px){#pagetop[data-astro-cid-h6ohybb2]{right:15px;bottom:9px}}#pagetop[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{transition:fill 0.3s;fill:var(--c-black);width:auto}#pagetop[data-astro-cid-h6ohybb2] .arrow[data-astro-cid-h6ohybb2]{line-height:0}#pagetop[data-astro-cid-h6ohybb2] .arrow[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{height:8.2px}@media screen and (max-width: 599px){#pagetop[data-astro-cid-h6ohybb2] .arrow[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{height:11.2px;translate:-0.8px 0}}#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2]{margin-top:6px;line-height:0}@media screen and (max-width: 599px){#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2]{margin-top:7px}}#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{height:6px}@media screen and (max-width: 599px){#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{height:8.2px}}@media screen and (min-width: 999px){#pagetop[data-astro-cid-h6ohybb2]:hover svg[data-astro-cid-h6ohybb2]{fill:var(--c-panPink)}}#pagetop[data-astro-cid-h6ohybb2].show{translate:0 0}:root{--c-panPink: hsl(331 100% 78%);--c-Black: hsl(13 0% 0%);--c-black: hsl(13 21% 8%);--c-blackHover: hsl(13 21% 60%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--c-whiteHover: hsl(220 0% 70%);--c-grayF4: hsl(0, 0%, 96%);--c-dummy: hsl(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);--easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);--easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);--easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);--easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);--easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);--easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);--easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);--easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);--easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);--easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);--easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);--easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);--easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);--easeInExpo: cubic-bezier(0.7, 0, 0.84, 0)}#modal[data-astro-cid-qmzm2soj]{transition:left 0s 0.7s,right 0s 0.7s;overflow:hidden;position:fixed;left:-100vw;right:200vw;top:0;bottom:0;z-index:201}#modal[data-astro-cid-qmzm2soj] .modal_bg[data-astro-cid-qmzm2soj]{transition:opacity 0.5s 0.2s;opacity:0;background-color:var(--c-Black);position:absolute;inset:0}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj]{display:grid;grid-template-columns:1fr;overflow-y:scroll;overscroll-behavior-y:contain;position:absolute;inset:0}@media screen and (max-width: 999px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj]{top:52px}}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj]{transition:opacity 0.3s,translate 0s 0.3s;opacity:0;translate:0 20px;align-self:center;display:grid;grid-template-columns:1fr;padding:100px 0;position:relative}@media screen and (max-width: 1199px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj]{padding:80px 0}}@media screen and (max-width: 999px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj]{padding:28px 0 80px}}@media screen and (max-width: 599px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj]{padding:18px 0 70px}}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .modal_content_bg[data-astro-cid-qmzm2soj]{position:absolute;inset:0}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj]{justify-self:center;position:relative}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj]{display:none}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj]{width:830px}@media screen and (max-width: 999px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj]{width:84vw}}@media screen and (max-width: 599px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj]{width:92vw}}@media screen and (max-width: 799px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj].img_pc{display:none}}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj].img_mb{display:none}@media screen and (max-width: 799px){#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj] img[data-astro-cid-qmzm2soj].img_mb{display:block}}#modal[data-astro-cid-qmzm2soj] .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj] .menu_ul[data-astro-cid-qmzm2soj] li[data-astro-cid-qmzm2soj].active{display:block}#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]{transition:opacity 0.3s,right 0s 0.7s;opacity:0;display:grid;grid-template-columns:1fr;width:40px;height:40px;cursor:pointer;position:fixed;right:-100vw;top:20px}@media screen and (max-width: 999px){#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]{top:6px}}#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]::before,#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]::after{transition:background-color 0.3s;grid-column:1;grid-row:1;justify-self:center;align-self:center;content:"";display:inline-block;width:36px;height:1px;background-color:var(--c-white)}#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]::before{rotate:45deg}#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]::after{rotate:-45deg}@media screen and (min-width: 999px){#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]:hover::before,#modal[data-astro-cid-qmzm2soj] .modal_close[data-astro-cid-qmzm2soj]:hover::after{background-color:var(--c-panPink)}}#modal[data-astro-cid-qmzm2soj].fadeIn{transition:left 0s,right 0s;left:0;right:0}#modal[data-astro-cid-qmzm2soj].fadeIn .modal_bg[data-astro-cid-qmzm2soj]{transition:opacity 0.5s;opacity:0.87}#modal[data-astro-cid-qmzm2soj].fadeIn .modal_container[data-astro-cid-qmzm2soj] .modal_content[data-astro-cid-qmzm2soj]{transition:opacity 0.5s 0.25s,translate 0.5s 0.25s;opacity:1;translate:0}#modal[data-astro-cid-qmzm2soj].fadeIn .modal_close[data-astro-cid-qmzm2soj]{transition:opacity 0.5s 0.25s,right 0s 0.25s;opacity:1;right:20px}@media screen and (max-width: 999px){#modal[data-astro-cid-qmzm2soj].fadeIn .modal_close[data-astro-cid-qmzm2soj]{right:6px}}:root {
  --c-panPink: hsl(331 100% 78%);
  --c-Black: hsl(13 0% 0%);
  --c-black: hsl(13 21% 8%);
  --c-blackHover: hsl(13 21% 60%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-whiteHover: hsl(220 0% 70%);
  --c-grayF4: hsl(0, 0%, 96%);
  --c-dummy: hsl(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

.fv_fixed {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
}
@media screen and (max-width: 999px) {
  .fv_fixed {
    display: none;
  }
}
.fv_fixed .photo {
  position: absolute;
  inset: 0;
}
.fv_fixed .photo .photo_container {
  background: url("../../_assets/img/top/fv.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.fv_fixed .photo.fadeIn::before {
  transition-duration: 1.5s;
}
.fv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 999px) {
  .fv {
    height: auto;
  }
}
.fv .fv_content {
  margin-top: 33vh;
  margin-top: 33svh;
  translate: 0 -50%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .fv .fv_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100vw;
    height: 85.3333333333vw;
    translate: 0;
  }
}
.fv .fv_content .title img.img_title_pc {
  width: 49.5181818182vw;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .title img.img_title_pc {
    display: none;
  }
}
.fv .fv_content .title img.img_title_mb {
  display: none;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .title img.img_title_mb {
    display: block;
    height: 61.3333333333vw;
  }
}
.fv .fv_content .title.fadeIn {
  transition-delay: 0.3s;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .title.fadeIn {
    transition-delay: 0s;
  }
}
.fv .fv_content .deco {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: absolute;
  right: -9.8181818182vw;
  top: -3.3636363636vw;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .deco {
    translate: -50% -50%;
    right: auto;
    left: 78.5%;
    top: 39%;
  }
}
.fv .fv_content .deco .balloon {
  grid-column: 1;
  grid-row: 1;
}
.fv .fv_content .deco .balloon svg {
  width: 15.7709090909vw;
  height: auto;
  fill: var(--c-white);
}
@media screen and (max-width: 999px) {
  .fv .fv_content .deco .balloon svg {
    width: 28.2586666667vw;
    fill: var(--c-grayF4);
  }
}
.fv .fv_content .deco .word {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2727272727vw;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .deco .word {
    margin-bottom: 2.6666666667vw;
  }
}
.fv .fv_content .deco .word img {
  margin-bottom: 0.1818181818vw;
  width: 6.3vw;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .deco .word img {
    width: 16.0773333333vw;
  }
}
.fv .fv_content .deco.fadeIn {
  transition-delay: 0.6s;
}
@media screen and (max-width: 999px) {
  .fv .fv_content .deco.fadeIn {
    transition-delay: 0.3s;
  }
}
.fv .photo {
  display: none;
}
@media screen and (max-width: 999px) {
  .fv .photo {
    display: block;
    padding-top: 69.0666666667%;
    width: 100%;
    position: relative;
  }
  .fv .photo::before {
    content: "";
    display: inline-block;
    background: url("../../_assets/img/top/fv_photo_mb.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    inset: 0;
  }
}

.main_content {
  background-color: var(--c-white);
  position: relative;
  overflow: hidden;
}
.main_content .main_container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
  margin-inline: auto;
  padding: 60px 0 100px 0;
  width: 1100px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container {
    row-gap: 45px;
    padding: 50px 0 90px 0;
    width: 100vw;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container {
    row-gap: 40px;
    padding: 40px 0 80px 0;
  }
}
.main_content .main_container section {
  margin: 0 auto;
  padding-top: 50px;
  width: 800px;
}
@media screen and (max-width: 1319px) {
  .main_content .main_container section {
    padding-left: 120px;
    width: 920px;
  }
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section {
    padding-top: 40px;
    padding-left: 170px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section {
    padding-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section .section_title {
    display: flex;
    justify-content: center;
  }
}
.main_content .main_container section .section_photo {
  margin-top: 30px;
}
.main_content .main_container section .section_photo .photo {
  width: 100%;
  padding-top: 37.6963350785%;
  position: relative;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section .section_photo .photo {
    padding-top: 46.9333333333%;
  }
}
.main_content .main_container section .section_photo .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
}
.main_content .main_container section .section_lead {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section .section_lead {
    padding-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section .section_lead {
    margin-inline: auto;
    padding-top: 20px;
    width: 92vw;
  }
}
.main_content .main_container section .section_lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section .section_lead p span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section .section_lead p {
    font-size: 11.5px;
    line-height: 24px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section .section_lead p {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section .section_lead p {
    font-size: 11px;
    line-height: 20px;
  }
}
.main_content .main_container section.section_about .section_title svg {
  width: auto;
  height: 16.95px;
}
.main_content .main_container section.section_about .section_photo .photo::before {
  background: url("../../_assets/img/top/about.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_about .section_photo .photo::before {
    background: url("../../_assets/img/top/about_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content .main_container section.section_about .photo_gallery {
  display: grid;
  grid-template-columns: 225px 225px 225px;
  column-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_about .photo_gallery {
    grid-template-columns: 210px 210px 210px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_about .photo_gallery {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2vw;
    margin-inline: auto;
    width: 92vw;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .photo_gallery {
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: 60vw;
  }
}
.main_content .main_container section.section_about .photo_gallery .photo {
  padding-top: 66.6666666667%;
  position: relative;
}
.main_content .main_container section.section_about .photo_gallery .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(1)::before {
  background: url("../../_assets/img/top/about_gallery_1.jpg") no-repeat center;
  background-size: cover;
  transition-delay: calc(0.2s * 0);
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(1)::before {
    transition-delay: 0s;
  }
}
.main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(2)::before {
  background: url("../../_assets/img/top/about_gallery_2.jpg") no-repeat center;
  background-size: cover;
  transition-delay: calc(0.2s * 1);
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(2)::before {
    transition-delay: 0s;
  }
}
.main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(3)::before {
  background: url("../../_assets/img/top/about_gallery_3.jpg") no-repeat center;
  background-size: cover;
  transition-delay: calc(0.2s * 2);
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .photo_gallery .photo:nth-of-type(3)::before {
    transition-delay: 0s;
  }
}
.main_content .main_container section.section_about .message {
  display: grid;
  grid-template-columns: 350px 1fr;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 60px;
  width: 715px;
  font-size: 12px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_about .message {
    padding-top: 50px;
    width: 660px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_about .message {
    column-gap: 0;
    margin-inline: auto;
    padding-top: 30px;
    width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 20px;
    width: 92vw;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message .content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 40px;
  }
}
.main_content .main_container section.section_about .message .content p {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_about .message .content p span {
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_about .message .content p {
    font-size: 11.5px;
    line-height: 28.5px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message .content p {
    font-size: 11px;
    line-height: 25px;
    text-align: center;
  }
}
.main_content .main_container section.section_about .message .content p.marginT {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_about .message .content p.marginT {
    margin-top: 28.5px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message .content p.marginT {
    margin-top: 25px;
  }
}
.main_content .main_container section.section_about .message .content p.name {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message .content p.name {
    text-align: center;
  }
}
.main_content .main_container section.section_about .message .illust {
  transition-delay: 0.5s;
  justify-self: end;
  width: 150px;
  height: 170.979020979px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_about .message .illust {
    width: 135px;
    height: 153.8811188811px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_about .message .illust {
    transition-delay: 0s;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: 120px;
    height: 136.7832167832px;
  }
}
.main_content .main_container section.section_about .message .illust::before {
  content: "";
  display: inline-block;
  opacity: 0.42;
  background-color: #f8f8f8;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_about .message .illust img {
  width: 100%;
  mix-blend-mode: multiply;
  position: relative;
}
.main_content .main_container section.section_menu .section_photo .photo::before {
  background: url("../../_assets/img/top/menu.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_menu .section_photo .photo::before {
    background: url("../../_assets/img/top/menu_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content .main_container section.section_menu .menu {
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu {
    margin-top: 5px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_menu .menu .person_ul {
    grid-template-columns: auto auto;
    column-gap: 100px;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_menu .menu .person_ul li {
    column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li {
    grid-template-columns: 1fr;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_menu .menu .person_ul li .photo {
    justify-self: center;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .photo::before {
  content: "";
  display: inline-block;
  background-color: var(--c-dummy);
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_menu .menu .person_ul li .name {
  align-self: center;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li .name {
    justify-self: center;
    margin-top: 12px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .btn {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li .btn {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    margin-top: 20px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .btn::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: var(--c-Black);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_menu .menu .person_ul li .btn svg {
  fill: var(--c-white);
  position: relative;
}
.main_content .main_container section.section_menu .menu .person_ul li .btn .text {
  color: var(--c-white);
  position: relative;
}
@media screen and (min-width: 999px) {
  .main_content .main_container section.section_menu .menu .person_ul li .btn:hover::before {
    background-color: var(--c-panPink);
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .info {
  grid-column: 1/3;
  grid-row: 2;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li .info {
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
    width: 290px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .info p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_menu .menu .person_ul li .info p span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_menu .menu .person_ul li .info p {
    line-height: 21px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li .info p {
    line-height: 20px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li .info p span.grid {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.3em;
}
.main_content .main_container section.section_menu .menu .person_ul li.li_haraamuru .photo::before {
  background: url("../../_assets/img/top/person_photo_haraamuru.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li.li_haraamuru .name img {
    width: 115.19px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li.li_tajimarui .photo::before {
  background: url("../../_assets/img/top/person_photo_tajimarui.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li.li_tajimarui .name img {
    width: 101.55px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_menu .menu .person_ul {
    column-gap: 60px;
  }
}
.main_content .main_container section.section_menu .menu .person_ul li {
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_menu .menu .person_ul li {
    padding-top: 25px;
  }
}
.main_content .main_container section.section_calendar .section_photo .photo::before {
  background: url("../../_assets/img/top/calendar.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_calendar .section_photo .photo::before {
    background: url("../../_assets/img/top/calendar_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content .main_container section.section_calendar .calendar {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_calendar .calendar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_calendar .calendar {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .calendar {
    margin-top: 30px;
  }
}
.main_content .main_container section.section_calendar .calendar .comment {
  align-self: end;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_calendar .calendar .comment {
    margin-inline: auto;
    width: 420px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_calendar .calendar .comment {
    width: 84vw;
  }
}
.main_content .main_container section.section_calendar .calendar .comment p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_calendar .calendar .comment p span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_calendar .calendar .comment p {
    font-size: 10.5px;
    line-height: 19px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .calendar .comment p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_calendar .calendar .comment p span.space {
    display: inline-block;
    width: 2em;
  }
}
.main_content .main_container section.section_calendar .person_info {
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_calendar .person_info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info {
    margin-top: 35px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_calendar .person_info .person_ul {
    grid-template-columns: auto auto;
    column-gap: 100px;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li {
    column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li {
    grid-template-columns: 1fr;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .photo {
    justify-self: center;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .photo::before {
  content: "";
  display: inline-block;
  background-color: var(--c-dummy);
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_calendar .person_info .person_ul li .name {
  align-self: center;
  line-height: 0;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .name {
    justify-self: center;
    margin-top: 12px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .btn {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .btn {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    margin-top: 20px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .btn::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: var(--c-Black);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_calendar .person_info .person_ul li .btn svg {
  fill: var(--c-white);
  position: relative;
}
.main_content .main_container section.section_calendar .person_info .person_ul li .btn .text {
  color: var(--c-white);
  position: relative;
}
@media screen and (min-width: 999px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .btn:hover::before {
    background-color: var(--c-panPink);
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .info {
  grid-column: 1/3;
  grid-row: 2;
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .info {
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
    width: 290px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .info p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_calendar .person_info .person_ul li .info p span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .info p {
    line-height: 21px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .info p {
    line-height: 20px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li .info p span.grid {
  display: grid;
  grid-template-columns: 1em 1fr;
  column-gap: 0.3em;
}
.main_content .main_container section.section_calendar .person_info .person_ul li.li_haraamuru .photo::before {
  background: url("../../_assets/img/top/person_photo_haraamuru.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li.li_haraamuru .name img {
    width: 115.19px;
  }
}
.main_content .main_container section.section_calendar .person_info .person_ul li.li_tajimarui .photo::before {
  background: url("../../_assets/img/top/person_photo_tajimarui.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li.li_tajimarui .name img {
    width: 101.55px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_calendar .person_info .person_ul {
    column-gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_calendar .person_info .person_ul li .info p br.br_ts {
    display: none;
  }
}
.main_content .main_container section.section_booking .section_title svg {
  width: auto;
  height: 16.95px;
}
.main_content .main_container section.section_booking .section_photo .photo::before {
  background: url("../../_assets/img/top/booking.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_booking .section_photo .photo::before {
    background: url("../../_assets/img/top/booking_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content .main_container section.section_booking .section_lead {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 50px;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_booking .section_lead {
    grid-template-columns: 1fr;
  }
}
.main_content .main_container section.section_booking .section_lead .booking {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_booking .section_lead .booking {
    justify-content: center;
    column-gap: 40px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_booking .section_lead .booking {
    grid-template-columns: 1fr;
  }
}
.main_content .main_container section.section_booking .section_lead .booking .link {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
}
.main_content .main_container section.section_booking .section_lead .booking .link .guide .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
.main_content .main_container section.section_booking .section_lead .booking .link .guide .text span {
  font-weight: 400;
}
.main_content .main_container section.section_booking .section_lead .booking .link .btn {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_booking .section_lead .booking .link .btn {
    justify-self: center;
  }
}
.main_content .main_container section.section_booking .section_lead .booking .link .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main_content .main_container section.section_booking .section_lead .booking .link .btn a::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: var(--c-Black);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
.main_content .main_container section.section_booking .section_lead .booking .link .btn a svg {
  fill: var(--c-white);
  position: relative;
}
@media screen and (min-width: 999px) {
  .main_content .main_container section.section_booking .section_lead .booking .link .btn a:hover::before {
    background-color: var(--c-panPink);
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_booking .section_lead .booking .qr_code {
    justify-self: center;
    margin-top: 20px;
  }
}
.main_content .main_container section.section_booking .section_lead .booking .qr_code img {
  width: 80px;
  height: 80px;
}
.main_content .main_container section.section_access .section_photo .photo::before {
  background: url("../../_assets/img/top/access.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .section_photo .photo::before {
    background: url("../../_assets/img/top/access_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content .main_container section.section_access .access {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_access .access {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .main_container section.section_access .access {
    margin-inline: auto;
    width: 700px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access {
    grid-template-columns: 1fr;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access {
    margin-top: 30px;
  }
}
.main_content .main_container section.section_access .access .map {
  justify-self: center;
}
.main_content .main_container section.section_access .access .map .main img {
  width: 450px;
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access .map .main img {
    width: 78vw;
  }
}
@media screen and (max-width: 439px) {
  .main_content .main_container section.section_access .access .map .main img {
    width: 84vw;
  }
}
.main_content .main_container section.section_access .access .map .comment {
  padding-top: 10px;
}
.main_content .main_container section.section_access .access .map .comment p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_access .access .map .comment p span {
  font-weight: 400;
}
.main_content .main_container section.section_access .access .info {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 21px;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access .info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access .info .logo {
    grid-row: 2;
    justify-self: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access .info .logo {
    margin-top: 35px;
  }
}
.main_content .main_container section.section_access .access .info .name {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 20px;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.main_content .main_container section.section_access .access .info .name span {
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_access .access .info .name {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access .info .name {
    grid-row: 3;
    justify-self: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access .info .name {
    font-size: 12px;
  }
}
.main_content .main_container section.section_access .access .info p {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 15px;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.main_content .main_container section.section_access .access .info p span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .main_content .main_container section.section_access .access .info p {
    line-height: 21px;
  }
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access .info p {
    grid-row: 4;
    justify-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access .info p {
    line-height: 20px;
  }
}
.main_content .main_container section.section_access .access .info p a {
  transition: color 0.3s;
  text-decoration: underline;
}
@media screen and (min-width: 999px) {
  .main_content .main_container section.section_access .access .info p a:hover {
    color: var(--c-panPink);
  }
}
.main_content .main_container section.section_access .access .info .google_map {
  margin-top: 35px;
}
@media screen and (max-width: 799px) {
  .main_content .main_container section.section_access .access .info .google_map {
    grid-row: 1;
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .main_content .main_container section.section_access .access .info .google_map {
    margin-top: 20px;
  }
}
.main_content .main_container section.section_access .access .info .google_map a {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: underline;
}
.main_content .main_container section.section_access .access .info .google_map a span {
  font-weight: 400;
}
@media screen and (min-width: 999px) {
  .main_content .main_container section.section_access .access .info .google_map a:hover {
    color: var(--c-panPink);
  }
}
.main_content section.section_end {
  width: 100vw;
  height: 38.7272727273vw;
  position: relative;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end {
    height: 46.9333333333vw;
  }
}
.main_content section.section_end .photo {
  position: absolute;
  inset: 0;
}
.main_content section.section_end .photo::before {
  content: "";
  display: inline-block;
  background: url("../../_assets/img/top/end.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end .photo::before {
    background: url("../../_assets/img/top/end_mb.jpg") no-repeat center;
    background-size: cover;
  }
}
.main_content section.section_end .photo::after {
  content: "";
  display: inline-block;
  background-color: #f9ffaf;
  mix-blend-mode: multiply;
  opacity: 0.42;
  position: absolute;
  inset: 0;
}
.main_content section.section_end .photo.fadeElem::after {
  opacity: 0;
}
.main_content section.section_end .photo.fadeIn::after {
  transition: opacity 1s;
  opacity: 0.42;
}
.main_content section.section_end .deco {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  translate: -50% -50%;
  position: absolute;
  left: 70.5%;
  top: 16%;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end .deco {
    left: 72%;
    top: 20%;
  }
}
.main_content section.section_end .deco .balloon {
  grid-column: 1;
  grid-row: 1;
}
.main_content section.section_end .deco .balloon img {
  width: 11.3809090909vw;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end .deco .balloon img {
    width: 22.4vw;
  }
}
.main_content section.section_end .deco .word {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end .deco .word {
    margin-bottom: 1.8666666667vw;
  }
}
.main_content section.section_end .deco .word img {
  width: 4.09vw;
}
@media screen and (max-width: 799px) {
  .main_content section.section_end .deco .word img {
    width: 8vw;
  }
}