@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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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: 1439px) {
  #check_pm {
    display: none;
  }
}

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

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

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

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

#check_sl {
  display: none;
}
@media screen and (max-width: 639px) {
  #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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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: 839px) {
  .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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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: 1239px) {
  .span_pc {
    display: none;
  }
}

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

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

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

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

.span_sl_ss {
  display: none;
}
@media screen and (max-width: 639px) {
  .span_sl_ss {
    display: inline-block;
  }
}
:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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: 1239px) {
  .br_pc {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.br_sl {
  display: none;
}
@media screen and (max-width: 639px) {
  .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: 839px) {
  .br_pl_tm {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .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: 1239px) {
  .br_tl_tm {
    display: block;
  }
}
@media screen and (max-width: 839px) {
  .br_tl_tm {
    display: none;
  }
}

.br_tl_ts {
  display: none;
}
@media screen and (max-width: 1239px) {
  .br_tl_ts {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .br_tl_ts {
    display: none;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

main {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  main {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  main {
    padding-bottom: 60px;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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 {
  transition: translate 0.5s var(--easeInOutQuart);
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
}
header .header_container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 0 60px;
  height: 64px;
  background-color: var(--c-white);
}
@media screen and (max-width: 1439px) {
  header .header_container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1339px) {
  header .header_container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1239px) {
  header .header_container {
    grid-template-columns: auto 1fr auto;
    padding: 0 20px;
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  header .header_container {
    padding: 0 16px;
    height: 56px;
  }
}
header .header_container .logo {
  align-self: center;
}
header .header_container .logo a {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
}
header .header_container .logo a svg {
  width: 244px;
  height: 28px;
}
@media screen and (max-width: 439px) {
  header .header_container .logo a svg {
    width: 220px;
    height: 25.2459016393px;
  }
}
@media screen and (max-width: 339px) {
  header .header_container .logo a svg {
    width: 180px;
  }
}
header .header_container .nav_wrap {
  transition: height 0.5s var(--easeInOutQuart);
  justify-self: end;
  align-self: center;
  margin-right: 40px;
  pointer-events: auto;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap {
    justify-self: auto;
    margin-right: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_bg {
    width: 100vw;
    height: 100lvh;
    background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap {
    display: grid;
    grid-template-columns: 1fr;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    padding: 80px 0;
    position: relative;
  }
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav {
    justify-self: center;
    width: 230px;
  }
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul {
  display: flex;
  column-gap: 25px;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul {
    flex-direction: column;
    row-gap: 18px;
  }
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a {
  transition: opacity 0.3s, color 0.3s;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--c-ktRed);
  translate: 0 -0.05em;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--c-white);
  }
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a span {
    font-weight: 600;
  }
}
@media screen and (min-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a:not(.gray):hover {
    opacity: 0.7;
  }
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_ul li a.gray {
  color: var(--c-grayB8);
  pointer-events: none;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb {
  display: none;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb {
    display: block;
    padding-top: 54px;
  }
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_sub_ul_mb {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_sub_ul_mb li a {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-white);
  translate: 0 -0.05em;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_sub_ul_mb li a span {
  font-weight: 600;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_link_facebook_mb {
  margin-top: 40px;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_link_facebook_mb a {
  display: inline-block;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_link_facebook_mb a .icon img {
  width: 32px;
  height: 32px;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .nav_link_facebook_mb a.gray {
  pointer-events: none;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .title_wrap {
  margin-top: 35px;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .title_wrap .concept {
  position: relative;
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .title_wrap .concept::before {
  content: "";
  display: inline-block;
  margin-top: 17px;
  margin-left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-color: var(--c-white);
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .title_wrap .concept .text {
  margin-top: 17px;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-white);
}
header .header_container .nav_wrap .nav_scroll_wrap .nav_scroll_container nav .nav_mb .title_wrap .concept .text span {
  font-weight: 600;
}
header .header_container .nav_link {
  justify-self: end;
  align-self: center;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_link {
    margin-right: 14px;
  }
}
@media screen and (max-width: 639px) {
  header .header_container .nav_link {
    margin-right: 9px;
  }
}
header .header_container .nav_link ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  pointer-events: auto;
}
header .header_container .nav_link ul li a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 1239px) {
  header .header_container .nav_link ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1239px) {
  header .header_container .nav_link ul li a:hover .arrow {
    translate: 5px;
  }
}
header .header_container .nav_link ul .li_facebook a {
  display: inline-block;
  border-radius: 50%;
}
header .header_container .nav_link ul .li_facebook a .icon {
  border-radius: inherit;
}
header .header_container .nav_link ul .li_facebook a .icon img {
  width: 28px;
  height: 28px;
  border-radius: inherit;
}
header .header_container .nav_link ul .li_facebook a.gray {
  pointer-events: none;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_link ul .li_contact {
    display: none;
  }
}
header .header_container .nav_link ul .li_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 144px;
  height: 28px;
  border-radius: 14px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
header .header_container .nav_link ul .li_contact a .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0em;
  color: var(--c-white);
  translate: 0 -0.5px;
}
header .header_container .nav_link ul .li_contact a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  line-height: 0;
}
header .header_container .nav_link ul .li_contact a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
header .header_container .nav_switch {
  display: none;
}
@media screen and (max-width: 1239px) {
  header .header_container .nav_switch {
    transition: background-color 0.3s;
    align-self: center;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    align-content: center;
    width: 40px;
    height: 40px;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
  }
}
header .header_container .nav_switch span {
  transition: background-color 0.5s, translate 0.5s var(--easeInOutQuart), rotate 0.5s var(--easeInOutQuart), clip-path 0.5s var(--easeInOutQuart);
  justify-self: center;
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: var(--c-black);
}
header .header_container .nav_switch span:nth-of-type(2) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

header.hide {
  translate: 0 -100%;
}

@media screen and (max-width: 1239px) {
  header.open .nav_wrap {
    height: 100vh;
    height: 100dvh;
  }
}
header.open .nav_switch span {
  background-color: var(--c-white);
}
header.open .nav_switch span:nth-of-type(1) {
  translate: 0 8px;
  rotate: -45deg;
}
header.open .nav_switch span:nth-of-type(2) {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
header.open .nav_switch span:nth-of-type(3) {
  translate: 0 -8px;
  rotate: 45deg;
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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 {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}
footer .footer_main {
  padding-block: 50px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
@media screen and (max-width: 839px) {
  footer .footer_main {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}
footer .footer_main .container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 100px;
  margin-inline: auto;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  footer .footer_main .container {
    column-gap: 80px;
    width: 92vw;
  }
}
@media screen and (max-width: 1039px) {
  footer .footer_main .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 839px) {
  footer .footer_main .container {
    width: 84vw;
  }
}
footer .footer_main .container .title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
}
@media screen and (max-width: 1039px) {
  footer .footer_main .container .title .logo {
    justify-self: center;
  }
}
footer .footer_main .container .title .logo img {
  width: 305px;
}
@media screen and (max-width: 839px) {
  footer .footer_main .container .title .logo img {
    width: 280px;
    max-width: 100%;
  }
}
footer .footer_main .container .title .concept {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 839px) {
  footer .footer_main .container .title .concept {
    margin-top: 25px;
  }
}
footer .footer_main .container .title .concept::before {
  content: "";
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-white);
}
footer .footer_main .container .title .concept h5 {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-white);
}
footer .footer_main .container .title .concept h5 span {
  font-weight: 600;
}
@media screen and (max-width: 1039px) {
  footer .footer_main .container .title .concept h5 {
    text-align: center;
  }
}
footer .footer_main .container .title .facebook {
  align-self: end;
}
@media screen and (max-width: 1039px) {
  footer .footer_main .container .title .facebook {
    justify-self: end;
    margin-top: 40px;
    height: 0;
  }
}
footer .footer_main .container .title .facebook a {
  transition: opacity 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
}
footer .footer_main .container .title .facebook a img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1239px) {
  footer .footer_main .container .title .facebook a:hover {
    opacity: 0.7;
  }
}
footer .footer_main .container .title .facebook a.gray {
  pointer-events: none;
}
footer .footer_main .container .footer_nav {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 120px;
}
@media screen and (max-width: 1239px) {
  footer .footer_main .container .footer_nav {
    column-gap: 100px;
  }
}
@media screen and (max-width: 839px) {
  footer .footer_main .container .footer_nav {
    grid-template-columns: 1fr;
  }
}
footer .footer_main .container .footer_nav ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
footer .footer_main .container .footer_nav ul li a {
  transition: opacity 0.3s, color 0.3s;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--c-white);
}
footer .footer_main .container .footer_nav ul li a span {
  font-weight: 700;
}
@media screen and (min-width: 1239px) {
  footer .footer_main .container .footer_nav ul li a:not(.gray):hover {
    opacity: 0.7;
  }
}
footer .footer_main .container .footer_nav ul li a.gray {
  color: var(--c-grayB8);
  pointer-events: none;
}
@media screen and (max-width: 839px) {
  footer .footer_main .container .footer_nav .ul_02 {
    row-gap: 45px;
    margin-top: 45px;
  }
}
footer .footer_main .container .footer_nav .ul_02 li.contact .title {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--c-white);
}
footer .footer_main .container .footer_nav .ul_02 li.contact .title span {
  font-weight: 700;
}
footer .footer_main .container .footer_nav .ul_02 li.contact .content {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
  color: var(--c-white);
}
footer .footer_main .container .footer_nav .ul_02 li.contact .content span {
  font-weight: 700;
}
@media screen and (max-width: 839px) {
  footer .footer_main .container .footer_nav .ul_02 li.contact .content {
    font-weight: 500;
  }
  footer .footer_main .container .footer_nav .ul_02 li.contact .content span {
    font-weight: 500;
  }
}
footer .footer_main .container .footer_nav .ul_02 li.pp {
  align-self: end;
}
footer .copyright {
  margin-inline: auto;
  padding: 10px 0 20px;
  width: 1160px;
}
@media screen and (max-width: 1239px) {
  footer .copyright {
    width: 92vw;
  }
}
@media screen and (max-width: 839px) {
  footer .copyright {
    padding: 15px 0;
  }
}
footer .copyright .text {
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
footer .copyright .text span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  footer .copyright .text {
    text-align: center;
  }
}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-Black: hsl(220 0% 0%);--c-black: hsl(220 0% 10%);--c-blackHover: hsl(220 0% 50%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--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(--easeOutCubic);translate:0 calc(100% + 40px + 30px);display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:46px;cursor:pointer;position:fixed;right:30px;bottom:70px;z-index:11}@media screen and (max-width: 1239px){#pagetop[data-astro-cid-h6ohybb2]{right:25px;bottom:65px}}@media screen and (max-width: 639px){#pagetop[data-astro-cid-h6ohybb2]{right:20px;bottom:60px}}#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2]{transition:color 0.3s;padding-left:0.05em;font-size:12px;line-height:1em;letter-spacing:0.05em;font-weight:500}#pagetop[data-astro-cid-h6ohybb2] .text[data-astro-cid-h6ohybb2] span[data-astro-cid-h6ohybb2]{font-weight:500}#pagetop[data-astro-cid-h6ohybb2] .icon[data-astro-cid-h6ohybb2]{display:flex;justify-content:center;align-items:center;margin-top:5px;width:32px;height:32px;border-radius:50%;position:relative}#pagetop[data-astro-cid-h6ohybb2] .icon[data-astro-cid-h6ohybb2]::before{transition:background-color 0.3s;content:"";display:inline-block;border-radius:50%;background-color:var(--c-white);border:2px solid var(--c-ktRed);position:absolute;inset:0}#pagetop[data-astro-cid-h6ohybb2] .icon[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{transition:stroke 0.3s;fill:none;stroke:var(--c-ktRed);stroke-width:2px;position:relative}@media screen and (min-width: 1239px){#pagetop[data-astro-cid-h6ohybb2]:hover .text[data-astro-cid-h6ohybb2]{color:var(--c-ktRed)}}@media screen and (min-width: 1239px){#pagetop[data-astro-cid-h6ohybb2]:hover .icon[data-astro-cid-h6ohybb2]::before{background-color:var(--c-ktRed)}}@media screen and (min-width: 1239px){#pagetop[data-astro-cid-h6ohybb2]:hover .icon[data-astro-cid-h6ohybb2] svg[data-astro-cid-h6ohybb2]{stroke:var(--c-white)}}#pagetop[data-astro-cid-h6ohybb2].show{translate:0 0}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

section {
  margin-top: 20px;
  padding-top: 80px;
  margin-inline: auto;
  width: 1160px;
}
@media screen and (max-width: 1239px) {
  section {
    padding-top: 60px;
    width: 92vw;
  }
}
@media screen and (max-width: 639px) {
  section {
    padding-top: 40px;
  }
}
section .section_title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
section .section_title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section .section_title .shape svg.svg_pc {
    width: 541.125px;
    height: 52px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .shape svg.svg_pc {
    display: none;
  }
}
section .section_title .shape svg.svg_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  section .section_title .shape svg.svg_mb {
    display: block;
    max-width: 100%;
  }
}
section .section_title .text {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  section .section_title .text {
    margin-left: 70px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .text {
    margin-left: 30px;
  }
}
section .section_title .text h2 {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--c-white);
  translate: 0 -0.07em;
}
section .section_title .text h2 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section .section_title .text h2 {
    font-size: 26px;
    translate: 0 -0.06em;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .text h2 {
    font-size: 20px;
    translate: 0 -0.05em;
  }
}
section .section_title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
section .section_title.fadeElem .text {
  opacity: 0;
  translate: 20px;
}
section .section_title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .section_title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}
section .section_content {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section .section_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content {
    margin-top: 30px;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

.content_box {
  margin-top: 100px;
  margin-inline: auto;
  width: 960px;
}
@media screen and (max-width: 1239px) {
  .content_box {
    margin-top: 75px;
    width: 92vw;
  }
}
@media screen and (max-width: 639px) {
  .content_box {
    margin-top: 50px;
  }
}
.content_box .box_title {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .content_box .box_title {
    grid-template-columns: 1fr;
  }
}
.content_box .box_title .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.content_box .box_title .text span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .content_box .box_title .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .content_box .box_title .text span {
    font-weight: 600;
  }
}
.content_box .box_title .comment {
  align-self: end;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}
.content_box .box_title .comment span {
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  .content_box .box_title .comment {
    grid-row: 3;
    padding-top: 18px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .comment {
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .comment.comment_no {
    padding-top: 0;
  }
}
.content_box .box_title::after {
  grid-column: 1/3;
  content: "";
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: var(--c-grayB8);
}
@media screen and (max-width: 1239px) {
  .content_box .box_title::after {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1039px) {
  .content_box .box_title::after {
    grid-column: auto;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title::after {
    margin-top: 14px;
  }
}
.content_box .box_title.fadeElem .text,
.content_box .box_title.fadeElem .comment {
  opacity: 0;
  translate: 0 20px;
}
.content_box .box_title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.content_box .box_title.fadeIn .text,
.content_box .box_title.fadeIn .comment {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0;
}
.content_box .box_title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart) 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.content_box .box_lead {
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  .content_box .box_lead {
    margin-inline: auto;
    width: 84vw;
  }
}
.content_box .box_lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
}
.content_box .box_lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  .content_box .box_lead p {
    text-align: center;
  }
}
.content_box .box_content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .content_box .box_content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_content {
    margin-top: 30px;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

.btn_apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 640px;
  height: 96px;
  border-radius: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .btn_apply a {
    width: 480px;
    height: 78px;
    border-radius: 39px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a {
    width: 320px;
    max-width: 100%;
    height: 60px;
    border-radius: 30px;
  }
}
.btn_apply a .bg {
  position: absolute;
  inset: 0;
}
.btn_apply a .bg::before {
  content: "";
  display: inline-block;
  border-radius: 48px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .bg::before {
    border-radius: 39px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .bg::before {
    border-radius: 30px;
  }
}
.btn_apply a .bg::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 46px;
  background-color: var(--c-white);
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .bg::after {
    border-radius: 37px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .bg::after {
    border-radius: 28px;
  }
}
.btn_apply a .text {
  transition: background 0.3s;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
  translate: 0 -0.05em;
  position: relative;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_apply a .text span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .text {
    font-size: 16px;
  }
}
.btn_apply a .text span.arrow {
  margin-left: 1em;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .text span.arrow {
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .text span.arrow {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1239px) {
  .btn_apply a:hover .bg::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  .btn_apply a:hover .text {
    background: var(--c-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.btn_apply a.gray {
  pointer-events: none;
  opacity: 0.4;
}
.btn_apply .comment {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
.btn_apply .comment span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .btn_apply .comment {
    margin-top: 17px;
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply .comment {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
  }
  .btn_apply .comment span {
    font-weight: 400;
  }
}//{}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-Black: hsl(220 0% 0%);--c-black: hsl(220 0% 10%);--c-blackHover: hsl(220 0% 50%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--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)}.sub_box[data-astro-cid-b2276clj]{margin-inline:auto;width:960px}@media screen and (max-width: 1239px){.sub_box[data-astro-cid-b2276clj]{width:84vw}}.sub_box[data-astro-cid-b2276clj] .sub_title[data-astro-cid-b2276clj] .text[data-astro-cid-b2276clj]{font-size:20px;line-height:1em;letter-spacing:0em;font-weight:700}.sub_box[data-astro-cid-b2276clj] .sub_title[data-astro-cid-b2276clj] .text[data-astro-cid-b2276clj] span[data-astro-cid-b2276clj]{font-weight:700}@media screen and (max-width: 1239px){.sub_box[data-astro-cid-b2276clj] .sub_title[data-astro-cid-b2276clj] .text[data-astro-cid-b2276clj]{font-size:18px}}@media screen and (max-width: 839px){.sub_box[data-astro-cid-b2276clj] .sub_title[data-astro-cid-b2276clj] .text[data-astro-cid-b2276clj]{text-align:center}}@media screen and (max-width: 639px){.sub_box[data-astro-cid-b2276clj] .sub_title[data-astro-cid-b2276clj] .text[data-astro-cid-b2276clj]{font-size:16px}}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-Black: hsl(220 0% 0%);--c-black: hsl(220 0% 10%);--c-blackHover: hsl(220 0% 50%);--c-White: hsl(220 0% 100%);--c-white: hsl(220 0% 100%);--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)}.arrow[data-astro-cid-4dv4mwiq]{position:absolute;left:calc(100% - 7px);top:50%;translate:0 -50%}@media screen and (max-width: 1039px){.arrow[data-astro-cid-4dv4mwiq]{left:50%;top:calc(100% + 15.5px);translate:-50% 0}}.arrow[data-astro-cid-4dv4mwiq] svg[data-astro-cid-4dv4mwiq]{fill:none;stroke:var(--c-Black);stroke-width:2px}@media screen and (max-width: 1039px){.arrow[data-astro-cid-4dv4mwiq] svg[data-astro-cid-4dv4mwiq].svg_pc{display:none}}.arrow[data-astro-cid-4dv4mwiq] svg[data-astro-cid-4dv4mwiq].svg_mb{display:none}@media screen and (max-width: 1039px){.arrow[data-astro-cid-4dv4mwiq] svg[data-astro-cid-4dv4mwiq].svg_mb{display:block}}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

.field {
  display: grid;
  grid-template-columns: 1fr;
}
.field .title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 839px) {
  .field .title {
    justify-self: center;
  }
}
@media screen and (max-width: 639px) {
  .field .title {
    width: 303px;
    max-width: 84vw;
  }
}
.field .title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1239px) {
  .field .title .shape svg.svg_pc {
    width: 375.8333333333px;
    height: 40px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .shape svg.svg_pc {
    display: none;
  }
}
.field .title .shape svg.svg_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  .field .title .shape svg.svg_mb {
    display: block;
  }
}
@media screen and (max-width: 339px) {
  .field .title .shape svg.svg_mb {
    width: 200px;
  }
}
.field .title .text {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  margin-left: 40px;
}
@media screen and (max-width: 1239px) {
  .field .title .text {
    margin-left: 35px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .text {
    margin-left: 30px;
  }
}
.field .title .text h3 {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.5em;
  font-weight: 600;
  color: var(--c-white);
  translate: 0 -0.05em;
}
.field .title .text h3 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .field .title .text h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .text h3 {
    font-size: 14px;
  }
}
.field .title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
.field .title.fadeElem .text {
  opacity: 0;
  translate: 20px;
}
.field .title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.field .title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}.twitter-tweet:not(.twitter-tweet-rendered) {
	padding: var(--tc-padding, 1em);
	border: 1px solid var(--tc-border-color, #cfd9de);
}
.twitter-tweet:not(.twitter-tweet-rendered) > :first-child {
	margin-top: 0;
}
.twitter-tweet:not(.twitter-tweet-rendered) > :last-child {
	margin-bottom: 0;
}
.twitter-tweet.twitter-tweet-rendered {
	color-scheme: normal;
}
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
lite-youtube > iframe {
		all: unset !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
		inset: 0 !important;
		border: 0 !important;
	}lite-vimeo {
	font-size: 10px;
	background-color: #000;
	position: relative;
	display: block;
	contain: content;
	background-position: center center;
	background-size: cover;
}

/* responsive iframe with a 16:9 aspect ratio
	thanks https://css-tricks.com/responsive-iframes/
*/
lite-vimeo::after {
	content: '';
	display: block;
	padding-bottom: calc(100% / (16 / 9));
}
lite-vimeo > iframe {
	all: unset !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	inset: 0 !important;
	border: 0 !important;
}

/* play button */
lite-vimeo > .ltv-playbtn {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	background: transparent;
	outline: 0;
	border: 0;
	cursor: pointer;
}

lite-vimeo > .ltv-playbtn::before {
	width: 6.5em;
	height: 4em;
	background: rgba(23, 35, 34, 0.75);
	opacity: 0.8;
	border-radius: 0.25rem;
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-vimeo > .ltv-playbtn:focus::before {
	outline: auto;
}
lite-vimeo:hover > .ltv-playbtn::before {
	background-color: rgb(0, 173, 239);
	background-color: var(--ltv-color, #00adef);
	opacity: 1;
}
/* play button triangle */
lite-vimeo > .ltv-playbtn::after {
	border-style: solid;
	border-width: 1em 0 1em 1.7em;
	border-color: transparent transparent transparent #fff;
}

lite-vimeo > .ltv-playbtn::before,
lite-vimeo > .ltv-playbtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

/* Post-click styles */
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .ltv-playbtn {
	cursor: unset;
	opacity: 0;
	pointer-events: none;
}
.external-link[data-astro-cid-stjl7fun]{display:flex;flex-direction:column;width:100%;border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);overflow:hidden;text-decoration:none;color:var(--bluesky-color-text);background:var(--bluesky-color-background);transition:var(--bluesky-card-transition)}.thumbnail[data-astro-cid-stjl7fun]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-stjl7fun]{padding:var(--bluesky-content-padding)}.domain[data-astro-cid-stjl7fun]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title[data-astro-cid-stjl7fun]{font-weight:var(--bluesky-font-weight-semibold);margin:0;color:var(--bluesky-color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.description[data-astro-cid-stjl7fun]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);margin:var(--bluesky-space-xs) 0 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-grid-container[data-astro-cid-tayatr6q]{width:100%;max-width:var(--bluesky-content-max-width);margin:0 auto;aspect-ratio:var(--bluesky-aspect-ratio-thumb)}.image-grid[data-astro-cid-tayatr6q]{width:100%;height:100%;display:grid;gap:var(--bluesky-space-xs);border-radius:var(--bluesky-radius-md);overflow:hidden}.image-grid-item[data-astro-cid-tayatr6q]{position:relative;overflow:hidden;width:100%;height:100%;background-color:var(--bluesky-color-border)}.image-grid-item[data-astro-cid-tayatr6q] img[data-astro-cid-tayatr6q]{width:100%;height:100%;object-fit:cover}.image-grid--1[data-astro-cid-tayatr6q]{grid-template-columns:1fr}.image-grid--2[data-astro-cid-tayatr6q]{grid-template-columns:repeat(2,1fr)}.image-grid--3[data-astro-cid-tayatr6q]{grid-template-columns:repeat(2,1fr)}.image-grid--3[data-astro-cid-tayatr6q] .image-grid-item[data-astro-cid-tayatr6q]:first-child{grid-row:span 2}.image-grid--4[data-astro-cid-tayatr6q]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.media-container[data-astro-cid-kx6yyo6i]{width:100%;overflow:hidden;border-radius:var(--bluesky-radius-md);position:relative;background-color:var(--bluesky-color-border)}.media-container[data-astro-cid-kx6yyo6i]>img[data-astro-cid-kx6yyo6i]{width:100%;height:100%;object-fit:cover}.play-button[data-astro-cid-pkddrwlf]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:var(--bluesky-radius-full);background-color:var(--bluesky-color-overlay);display:flex;align-items:center;justify-content:center}.play-icon[data-astro-cid-pkddrwlf]{width:60%;height:60%;object-fit:cover}.thumbnail[data-astro-cid-pkddrwlf]{width:100%;height:100%;object-fit:cover}.avatar[data-astro-cid-manwa2bn]{border-radius:var(--bluesky-radius-full);overflow:hidden;background-color:var(--bluesky-color-border);flex-shrink:0}.avatar[data-astro-cid-manwa2bn] img[data-astro-cid-manwa2bn]{width:100%;height:100%;object-fit:cover}.medium[data-astro-cid-manwa2bn]{width:2.5rem;height:2.5rem}.small[data-astro-cid-manwa2bn]{width:1rem;height:1rem}.post-container[data-astro-cid-focmzavi]{border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);display:flex;flex-direction:column;gap:var(--bluesky-space-xs);padding:var(--bluesky-space-sm);text-decoration:none;color:var(--bluesky-color-text);transition:var(--bluesky-card-transition)}.post-link[data-astro-cid-focmzavi]{text-decoration:none}.post-container[data-astro-cid-focmzavi]:hover{background-color:var(--bluesky-color-background-hover)}.user-info[data-astro-cid-focmzavi]{display:flex;gap:var(--bluesky-space-xs);align-items:center}.user-text[data-astro-cid-focmzavi]{font-size:var(--bluesky-font-size-sm);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--bluesky-color-text)}.name[data-astro-cid-focmzavi]{font-weight:var(--bluesky-font-weight-bold);color:var(--bluesky-color-text)}.handle[data-astro-cid-focmzavi]{color:var(--bluesky-color-text-secondary);margin-left:var(--bluesky-space-xs)}.content[data-astro-cid-focmzavi]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text);margin:0;line-height:var(--bluesky-line-height-normal)}.card[data-astro-cid-ovxpf64e]{display:flex;flex-direction:column;width:100%;border:var(--bluesky-card-border);border-radius:var(--bluesky-radius-md);overflow:hidden;text-decoration:none;color:var(--bluesky-color-text);background:var(--bluesky-color-background);transition:var(--bluesky-card-transition)}.card[data-astro-cid-ovxpf64e]:hover{background:var(--bluesky-color-background-hover)}.cover-image[data-astro-cid-ovxpf64e]{aspect-ratio:var(--bluesky-aspect-ratio-thumb);width:100%;height:auto;object-fit:cover}.content[data-astro-cid-ovxpf64e]{padding:var(--bluesky-content-padding)}.header[data-astro-cid-ovxpf64e]{display:flex;gap:var(--bluesky-card-gap);align-items:center}.avatar[data-astro-cid-ovxpf64e]{width:var(--bluesky-avatar-md);height:var(--bluesky-avatar-md)}.title-group[data-astro-cid-ovxpf64e]{display:flex;flex-direction:column;gap:var(--bluesky-space-2xs)}.title[data-astro-cid-ovxpf64e]{font-weight:var(--bluesky-font-weight-semibold);line-height:var(--bluesky-line-height-title);margin:0;color:var(--bluesky-color-text)}.subtitle[data-astro-cid-ovxpf64e]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);line-height:var(--bluesky-line-height-subtitle);margin:0}.description[data-astro-cid-ovxpf64e]{font-size:var(--bluesky-font-size-sm);color:var(--bluesky-color-text-secondary);line-height:var(--bluesky-line-height-normal);margin:var(--bluesky-space-xs) 0 0 0}.record-with-media[data-astro-cid-ojlygtsz]{display:flex;flex-direction:column;gap:var(--bluesky-space-sm)}.bluesky-post-container {
	/* Colours */
	--bluesky-color-overlay: rgba(0, 0, 0, 0.5);

	--bluesky-color-link: rgb(59 130 246);

	/* Colour palette */
	--bluesky-color-text--light: #000000;
	--bluesky-color-text-secondary--light: rgb(66 87 108);
	--bluesky-color-border--light: #e5e5e5;
	--bluesky-color-background--light: #ffffff;
	--bluesky-color-background-hover--light: #fafafa;

	--bluesky-color-text--dark: white;
	--bluesky-color-text-secondary--dark: rgb(174, 187, 201);
	--bluesky-color-border--dark: rgb(46, 64, 82);
	--bluesky-color-background--dark: hsl(211, 20%, 20%);
	--bluesky-color-background-hover--dark: hsl(211, 20%, 15%);

	/* Light theme */
	--bluesky-color-text: var(--bluesky-color-text--light);
	--bluesky-color-text-secondary: var(--bluesky-color-text-secondary--light);
	--bluesky-color-border: var(--bluesky-color-border--light);
	--bluesky-color-background: var(--bluesky-color-background--light);
	--bluesky-color-background-hover: var(
		--bluesky-color-background-hover--light
	);

	/* Typography */
	--bluesky-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, sans-serif;
	--bluesky-font-size-sm: 0.875rem; /* 14px */
	--bluesky-font-size-base: 1rem; /* 16px */
	--bluesky-font-size-lg: 1.125rem; /* 18px */

	--bluesky-font-weight-normal: 400;
	--bluesky-font-weight-medium: 500;
	--bluesky-font-weight-semibold: 600;
	--bluesky-font-weight-bold: 700;

	--bluesky-line-height-tight: 1.2;
	--bluesky-line-height-normal: 1.4;
	--bluesky-line-height-relaxed: 1.6;
	--bluesky-line-height-title: 21px;
	--bluesky-line-height-subtitle: 18px;

	/* Spacing */
	--bluesky-space-2xs: 0.125rem; /* 2px */
	--bluesky-space-xs: 0.25rem; /* 4px */
	--bluesky-space-sm: 0.5rem; /* 8px */
	--bluesky-space-md: 0.75rem; /* 12px */
	--bluesky-space-lg: 1rem; /* 16px */
	--bluesky-space-xl: 1.25rem; /* 20px */
	--bluesky-space-2xl: 1.5rem; /* 24px */

	/* Layout */
	--bluesky-radius-sm: 0.25rem; /* 4px */
	--bluesky-radius-md: 0.5rem; /* 8px */
	--bluesky-radius-lg: 0.75rem; /* 12px */
	--bluesky-radius-full: 9999px;

	/* Content */
	--bluesky-content-max-width: 600px;
	--bluesky-content-min-width: 300px;
	--bluesky-content-padding-x: var(--bluesky-space-lg);
	--bluesky-content-padding-y: var(--bluesky-space-md);
	--bluesky-content-padding: var(--bluesky-content-padding-y)
		var(--bluesky-content-padding-x);

	/* Cards & Components */
	--bluesky-card-gap: var(--bluesky-space-sm);
	--bluesky-card-border: 1px solid var(--bluesky-color-border);
	--bluesky-card-padding: var(--bluesky-content-padding);
	--bluesky-card-transition: background-color 0.2s ease;

	/* Media */
	--bluesky-aspect-ratio-thumb: 1.91/1;
	--bluesky-aspect-ratio-square: 1/1;
	--bluesky-aspect-ratio-video: 16/9;

	/* Icons */
	--bluesky-icon-size-sm: 1rem;
	--bluesky-icon-size-md: 1.5rem;
	--bluesky-icon-size-lg: 2rem;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	.bluesky-post-container {
		--bluesky-color-text: var(--bluesky-color-text--light);
		--bluesky-color-text-secondary: var(--bluesky-color-text-secondary--light);
		--bluesky-color-border: var(--bluesky-color-border--light);
		--bluesky-color-background: var(--bluesky-color-background--light);
		--bluesky-color-background-hover: var(
			--bluesky-color-background-hover--light
		);
	}
}

/* Dynamic colours when supported */
@supports (--color: light-dark(var(--a), var(--b))) {
	.bluesky-post-container {
		--bluesky-color-text: light-dark(
			var(--bluesky-color-text--light),
			var(--bluesky-color-text--dark)
		);
		--bluesky-color-text-secondary: light-dark(
			var(--bluesky-color-text-secondary--light),
			var(--bluesky-color-text-secondary--dark)
		);
		--bluesky-color-border: light-dark(
			var(--bluesky-color-border--light),
			var(--bluesky-color-border--dark)
		);
		--bluesky-color-background: light-dark(
			var(--bluesky-color-background--light),
			var(--bluesky-color-background--dark)
		);
		--bluesky-color-background-hover: light-dark(
			var(--bluesky-color-background-hover--light),
			var(--bluesky-color-background-hover--dark)
		);
	}
}
:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --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);
}

:root {
  --ratio_1: 22;
  --ratio_2: 15.5;
  --ratio_3: 14.3;
  --ratio_4: 9;
  --ratio_5: 8.9;
  --ratio_6: 6;
  --ratio_7: 5.4;
  --ratio_8: 5.4;
  --ratio_9: 5.4;
  --ratio_10: 4.2;
  --ratio_11: 3.6;
}

.fv {
  margin-top: 64px;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .fv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .fv {
    margin-top: 56px;
  }
}
.fv .main_visual {
  width: 100vw;
  height: 31.25vw;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .fv .main_visual {
    max-height: 500px;
  }
}
@media screen and (max-width: 839px) {
  .fv .main_visual {
    height: auto;
    max-height: none;
  }
}
.fv .main_visual .container {
  background-image: url("../../_assets/img/top/fv_side.jpg");
  background-size: contain;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container {
    display: block;
    background-image: unset;
    position: relative;
    inset: 0 0 0 -1px;
  }
}
.fv .main_visual .container img.img_pc {
  height: 100%;
  object-fit: contain;
  position: relative;
  left: 40%;
  translate: -50%;
}
@media screen and (max-width: 1339px) {
  .fv .main_visual .container img.img_pc {
    translate: -55%;
  }
}
@media screen and (max-width: 1239px) {
  .fv .main_visual .container img.img_pc {
    left: 0;
    translate: 0;
  }
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container img.img_pc {
    display: none;
  }
}
.fv .main_visual .container img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container img.img_mb {
    display: block;
    width: calc(100% + 1px);
    height: auto;
  }
}
.fv .main_visual.fadeElem .container {
  opacity: 0;
  scale: 1.1;
}
.fv .main_visual.fadeIn .container {
  transition: opacity 1s, scale 1s var(--easeOutQuart);
  opacity: 1;
  scale: 1;
}
.fv .banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.fv .banner .banner_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .fv .banner .banner_ul {
    right: 3vw;
  }
}
@media screen and (max-width: 1239px) {
  .fv .banner .banner_ul {
    justify-content: flex-start;
    right: 0;
    top: 30px;
  }
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul {
    row-gap: 40px;
    top: 88vw;
  }
}
.fv .banner .banner_ul li {
  transition: opacity 0.5s;
  position: relative;
  z-index: 11;
}
.fv .banner .banner_ul li .container a {
  transition: opacity 0.3s;
  display: inline-block;
  position: relative;
}
.fv .banner .banner_ul li .container a .photo img {
  width: 336px;
}
@media screen and (max-width: 1039px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 32vw;
  }
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 250px;
  }
}
@media screen and (max-width: 439px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 200px;
  }
}
@media screen and (min-width: 1239px) {
  .fv .banner .banner_ul li .container a:hover {
    opacity: 0.8;
  }
}
.fv .banner .banner_ul li .container .comingsoon {
  padding: 10px 18px;
  background-color: var(--c-ktRed);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  white-space: nowrap;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon {
    padding: 5px 10px;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    translate: 0;
  }
}
.fv .banner .banner_ul li .container .comingsoon .text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
}
.fv .banner .banner_ul li .container .comingsoon .text span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon .text {
    font-size: 10px;
  }
}
.fv .banner .banner_ul li .container .comingsoon .text_date {
  font-size: 15px;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon .text_date {
    display: none;
  }
}
.fv .banner .banner_ul li .container .close {
  display: none;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: calc(100% - 0px);
    cursor: pointer;
  }
}
.fv .banner .banner_ul li .container .close .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--c-black);
}
.fv .banner .banner_ul li .container .close .shape svg {
  fill: none;
  stroke: var(--c-black);
  stroke-width: 1px;
}
.fv .banner .banner_ul li.gray .container a {
  pointer-events: none;
}
.fv .banner .banner_ul li.fadeFvElem .container {
  opacity: 0;
  translate: 80px;
}
.fv .banner .banner_ul li.fadeIn .container {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0;
}
.fv .banner .banner_ul li:nth-of-type(1) .container {
  transition-delay: 0.3s;
}
.fv .banner .banner_ul li:nth-of-type(2) .container {
  transition-delay: 0.6s;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li:nth-of-type(2) .close {
    background-color: var(--c-white);
  }
}
.fv .banner .banner_ul li.hide {
  opacity: 0;
  pointer-events: none;
}

.news {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 30px;
  margin-inline: auto;
  width: 1160px;
}
@media screen and (max-width: 1239px) {
  .news {
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: 92vw;
  }
}
.news .title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 1239px) {
  .news .title {
    width: 140px;
  }
}
.news .title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
.news .title .text {
  justify-self: center;
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.25em;
  font-weight: 500;
  color: var(--c-white);
  position: relative;
  top: -1px;
}
.news .title .text span {
  font-weight: 500;
}
.news .title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
.news .title.fadeElem .text {
  opacity: 0;
  translate: 15px;
}
.news .title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.news .title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}
.news .content {
  position: relative;
}
@media screen and (max-width: 839px) {
  .news .content {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.news .content .news_content .news_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.news .content .news_content .news_ul li {
  display: grid;
  grid-template-columns: 80px 1fr;
  position: relative;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li {
    grid-template-columns: 1fr;
  }
}
.news .content .news_content .news_ul li::before {
  grid-column: 1/3;
  content: "";
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-grayB8);
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li::before {
    grid-column: auto;
  }
}
.news .content .news_content .news_ul li .date {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--c-gray63);
}
.news .content .news_content .news_ul li .date span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .date {
    line-height: 1em;
  }
}
.news .content .news_content .news_ul li .detail {
  padding-right: 270px;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content .news_ul li .detail {
    padding-right: 0;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail {
    padding-left: 20px;
  }
}
.news .content .news_content .news_ul li .detail h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.news .content .news_content .news_ul li .detail h4 span {
  font-weight: 600;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail h4 {
    padding-top: 15px;
  }
}
.news .content .news_content .news_ul li .detail p {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 20px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.news .content .news_content .news_ul li .detail p span {
  font-weight: 400;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail p span.b {
    display: inline;
  }
}
.news .content .news_content .news_ul li .detail p a {
  transition: opacity 0.3s;
  color: var(--c-ktRed);
  text-decoration: underline;
}
@media screen and (min-width: 1239px) {
  .news .content .news_content .news_ul li .detail p a:hover {
    opacity: 0.7;
  }
}
.news .content .news_content .news_ul li.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.news .content .news_content .news_ul li.fadeIn::before {
  transition: clip-path 1s var(--easeOutQuart) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news .content .news_content .news_ul.top li:nth-of-type(1) {
  padding-top: 8px;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul.top li:nth-of-type(1) {
    padding-top: 0;
  }
}
.news .content .news_content .news_ul.top li:nth-of-type(1)::before {
  display: none;
}
.news .content .news_content .move_wrap {
  transition: height 0.5s var(--easeInOutQuart);
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}
.news .content .news_content .move_wrap .news_ul.bottom {
  padding-bottom: 50px;
}
.news .content .btn {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  padding: 0 20px;
  width: 160px;
  height: 32px;
  border-radius: 16px;
  position: absolute;
  right: 55px;
  bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 1239px) {
  .news .content .btn {
    justify-self: end;
    position: relative;
    right: auto;
  }
}
.news .content .btn::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 16px;
  border: 1px solid var(--c-ktRed);
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
.news .content .btn .text_box {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.news .content .btn .text_box .text {
  transition: color 0.3s, opacity 0.5s;
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--c-ktRed);
  text-align: center;
  translate: 0 -0.5px;
}
.news .content .btn .text_box .text span {
  font-weight: 500;
}
.news .content .btn .text_box .text_close {
  opacity: 1;
}
.news .content .btn .text_box .text_open {
  opacity: 0;
}
.news .content .btn .arrow {
  transition: rotate 0.5s var(--easeInOutQuart);
  align-self: center;
  position: relative;
}
.news .content .btn .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1px;
  stroke: var(--c-ktRed);
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover::before {
    background-color: var(--c-ktRed);
  }
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover .text_box .text {
    color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover .arrow svg {
    stroke: var(--c-white);
  }
}
.news .content .btn.open .text_box .text_close {
  opacity: 0;
}
.news .content .btn.open .text_box .text_open {
  opacity: 1;
}
.news .content .btn.open .arrow {
  rotate: 180deg;
}

.next {
  margin-top: calc((1em - 1lh) / 2);
  padding-top: 70px;
  font-size: 40px;
  line-height: 1.2em;
}
@media screen and (max-width: 1239px) {
  .next {
    padding-top: 55px;
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 639px) {
  .next {
    padding-top: 40px;
    font-size: 20px;
    line-height: 1.4em;
  }
}
.next p {
  padding-left: 0.05em;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.next p span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .next p {
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 639px) {
  .next p {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.next p span.border {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .next p span.border {
    padding-bottom: 7.5px;
  }
}
@media screen and (max-width: 639px) {
  .next p span.border {
    padding-bottom: 5px;
  }
}
.next p span.border::before {
  content: "";
  display: inline-block;
  margin-right: 0.05em;
  height: 4px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1239px) {
  .next p span.border::before {
    height: 3px;
  }
}
@media screen and (max-width: 639px) {
  .next p span.border::before {
    height: 2px;
  }
}
.next p span.gradation {
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next p.fadeElem span.border::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.next p.fadeIn span.border::before {
  transition: clip-path 1s var(--easeOutQuart) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.main_content #theme .concept .sub_box .container {
  position: relative;
}
.main_content #theme .concept .sub_box .container .bg {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% calc(-50% - 110px);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(-50% - 80px);
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(-50% - 100px);
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .bg {
    top: 0%;
    translate: -50% calc(0% - 100px);
  }
}
@media screen and (max-width: 439px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(0% - 70px);
  }
}
.main_content #theme .concept .sub_box .container .bg img {
  width: 971px;
  opacity: 0.8;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .bg img {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .bg img {
    width: 92vw;
  }
}
.main_content #theme .concept .sub_box .container .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head {
    row-gap: 10px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head {
    row-gap: 5px;
    margin-top: 30px;
  }
}
.main_content #theme .concept .sub_box .container .head img.img_1 {
  width: 745.74px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head img.img_1 {
    width: 499.87px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head img.img_1 {
    width: 254px;
  }
}
.main_content #theme .concept .sub_box .container .head img.img_2 {
  width: 563.38px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head img.img_2 {
    width: 377.64px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head img.img_2 {
    width: 191.89px;
  }
}
.main_content #theme .concept .sub_box .container .sub {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .sub {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .sub {
    margin-left: -4vw;
    padding-top: 30px;
    width: 92vw;
  }
}
.main_content #theme .concept .sub_box .container .sub h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.main_content #theme .concept .sub_box .container .sub h4 span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .sub h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .sub h4 {
    font-size: 20px;
    line-height: 1.3em;
  }
}
.main_content #theme .concept .sub_box .container .lead {
  padding-top: 30px;
  position: relative;
}
.main_content #theme .concept .sub_box .container .lead p {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.main_content #theme .concept .sub_box .container .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .lead p {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .lead p {
    font-size: 14px;
  }
}
.main_content #theme .concept .sub_box .container.fadeElem .bg {
  opacity: 0;
  scale: 0.1;
}
.main_content #theme .concept .sub_box .container.fadeElem .head img {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeElem .sub {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeElem .lead {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeIn .bg {
  transition: opacity 1s 0.3s, scale 1s var(--easeOutQuart) 0.2s;
  opacity: 1;
  scale: 1;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img.img_1 {
  transition-delay: 0.6s;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img.img_2 {
  transition-delay: 0.8s;
}
.main_content #theme .concept .sub_box .container.fadeIn .sub {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: 1s;
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .concept .sub_box .container.fadeIn .lead {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: 1.2s;
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_message .message {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .message {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .message {
    margin-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_message .message h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 56px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.main_content #theme .content_box_about .sub_box_message .message h2 span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .message h2 {
    font-size: 43px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .message h2 {
    font-size: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .photo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .photo {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .photo img.img_pc {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .photo img.img_mb {
    display: block;
  }
}
.main_content #theme .content_box_about .sub_box_message .lead {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .lead {
    padding-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .lead {
    padding-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_about .sub_box_message .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    font-size: 15px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p span.b {
    display: inline;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p br.br_1 {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_message .merit .bg::before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_message .merit .bg::after {
  content: "";
  display: inline-block;
  border-radius: 6px;
  background-color: var(--c-white);
  position: absolute;
  inset: 2px;
}
.main_content #theme .content_box_about .sub_box_message .merit .head {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head {
    padding: 20px 10px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .head h3 {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_content #theme .content_box_about .sub_box_message .merit .head h3 span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head h3 {
    font-size: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content {
  position: relative;
}
.main_content #theme .content_box_about .sub_box_message .merit .content::before {
  content: "";
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content::before {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content::before {
    margin-bottom: 25px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body {
  padding: 0 130px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body {
    padding: 0 100px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body {
    padding: 0 6vw;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p {
    font-size: 14px;
    text-align: justify;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p span.b {
    display: inline;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.6em;
  padding: 30px 130px 50px;
  font-size: 20px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    padding: 27px 100px 40px;
    font-size: 17.5px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    row-gap: 1em;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    padding: 25px 6vw 30px;
    font-size: 15px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p {
    font-size: 15px;
    font-weight: 600;
  }
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p span {
    font-weight: 600;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p .gt {
  color: var(--c-kt26-pink);
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p .gc {
  line-height: 1.4em;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p br {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeElem .bg {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeElem .content::before {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeIn .bg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeIn .content::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_theme {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme {
    margin-top: 40px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .catch {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .catch {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .catch {
    margin-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .catch h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 44px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.main_content #theme .content_box_about .sub_box_theme .catch h3 span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .catch h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .catch h3 {
    font-size: 24px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .lead {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .lead {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .lead {
    padding-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.main_content #theme .content_box_about .sub_box_theme .lead p span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .lead p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .lead p {
    font-size: 15px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content {
  margin-top: 60px;
  width: 960px;
  height: 932px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content {
    margin-top: 45px;
    width: 84vw;
    height: 81.55vw;
    translate: -2vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content {
    margin-top: 30px;
    margin-left: -4vw;
    width: 92vw;
    height: 89.3166666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_theme .content .bg img {
  width: 100%;
  height: 100%;
}
.main_content #theme .content_box_about .sub_box_theme .content .title {
  position: absolute;
  left: 57.5%;
  top: 46%;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .title img {
  width: 379px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .title img {
    width: 33.1625vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .title img {
    width: 36.3208333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text {
  position: absolute;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
  width: 56px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
    width: 4.9vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
    width: 5.3666666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
  margin-top: 18px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
    margin-top: 1.575vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
    margin-top: 1.725vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo {
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
  width: 210px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
    width: 18.375vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
    width: 20.125vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 {
  left: 52.5%;
  top: 21.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
  width: 356px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
    width: 31.15vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
    width: 34.1166666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_1 {
  left: 65.5%;
  top: 13.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 {
  left: 21%;
  top: 82%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
  width: 357px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
    width: 31.2375vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
    width: 34.2125vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_2 {
  left: 21%;
  top: 65%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 {
  left: 90%;
  top: 66%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
  width: 337px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
    width: 29.4875vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
    width: 32.2958333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_3 {
  left: 90.5%;
  top: 47.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 {
  left: 78%;
  top: 86%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
  width: 340px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
    width: 29.75vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
    width: 32.5833333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_4 {
  left: 47%;
  top: 79%;
}
.main_content #theme .content_box_field .field .lead,
.main_content #theme .content_box_other_field .field .lead {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 40px;
  padding: 0 40px;
}
.main_content #theme .content_box_field .field .lead p,
.main_content #theme .content_box_other_field .field .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead p span,
.main_content #theme .content_box_other_field .field .lead p span {
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead .comment,
.main_content #theme .content_box_other_field .field .lead .comment {
  justify-self: end;
  align-self: end;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead .comment span,
.main_content #theme .content_box_other_field .field .lead .comment span {
  font-weight: 500;
}
.main_content #theme .content_box_field .content,
.main_content #theme .content_box_other_field .content {
  padding: 0 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0;
  }
}
.main_content #theme .content_box_field .field.field_general .title .text h3,
.main_content #theme .content_box_other_field .field.field_general .title .text h3 {
  letter-spacing: 1em;
}
.main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko,
.main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko {
  display: inline-block;
  margin-top: 0.6em;
  margin-left: -0.6em;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko,
  .main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko {
    margin-left: 0;
  }
}
.main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko_1,
.main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko_1 {
  margin-top: 0;
}
.main_content #theme .content_box_field .field.field_theme,
.main_content #theme .content_box_other_field .field.field_theme {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field.field_theme,
  .main_content #theme .content_box_other_field .field.field_theme {
    margin-top: 55px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field.field_theme,
  .main_content #theme .content_box_other_field .field.field_theme {
    margin-top: 50px;
  }
}
.main_content #theme .content_box_field .field_ul,
.main_content #theme .content_box_other_field .field_ul {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul,
  .main_content #theme .content_box_other_field .field_ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul,
  .main_content #theme .content_box_other_field .field_ul {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_field .field_ul li .head,
.main_content #theme .content_box_other_field .field_ul li .head {
  width: 184px;
  height: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .head,
  .main_content #theme .content_box_other_field .field_ul li .head {
    width: 162px;
    height: 44px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .head,
  .main_content #theme .content_box_other_field .field_ul li .head {
    width: 140px;
    height: 40px;
  }
}
.main_content #theme .content_box_field .field_ul li .head .bg,
.main_content #theme .content_box_other_field .field_ul li .head .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_field .field_ul li .head .bg::before,
.main_content #theme .content_box_other_field .field_ul li .head .bg::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_field .field_ul li .head .bg::after,
.main_content #theme .content_box_other_field .field_ul li .head .bg::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 3px;
  background-color: var(--c-white);
  position: absolute;
  inset: 1px;
}
.main_content #theme .content_box_field .field_ul li .head h4,
.main_content #theme .content_box_other_field .field_ul li .head h4 {
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  translate: 0 -0.05em;
  position: relative;
}
.main_content #theme .content_box_field .field_ul li .head h4 span,
.main_content #theme .content_box_other_field .field_ul li .head h4 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .head h4,
  .main_content #theme .content_box_other_field .field_ul li .head h4 {
    font-size: 16px;
    line-height: 44px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .head h4,
  .main_content #theme .content_box_other_field .field_ul li .head h4 {
    font-size: 14px;
    line-height: 40px;
  }
}
.main_content #theme .content_box_field .field_ul li .body,
.main_content #theme .content_box_other_field .field_ul li .body {
  padding: 10px 0;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .body,
  .main_content #theme .content_box_other_field .field_ul li .body {
    padding: 7px 0;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field_ul li .body,
  .main_content #theme .content_box_other_field .field_ul li .body {
    padding: 0;
  }
}
.main_content #theme .content_box_field .field_ul li .body p,
.main_content #theme .content_box_other_field .field_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
  font-feature-settings: normal;
}
.main_content #theme .content_box_field .field_ul li .body p span,
.main_content #theme .content_box_other_field .field_ul li .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    font-size: 13px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    font-size: 12px;
  }
}
.main_content #theme .content_box_field .main_field_ul,
.main_content #theme .content_box_other_field .main_field_ul {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 30px;
  justify-content: start;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    column-gap: 25px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 339px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .main_field_ul li:nth-of-type(3),
  .main_content #theme .content_box_other_field .main_field_ul li:nth-of-type(3) {
    justify-self: center;
    grid-column: 1/3;
  }
}
.main_content #theme .content_box_field .other_field_ul,
.main_content #theme .content_box_other_field .other_field_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .other_field_ul,
  .main_content #theme .content_box_other_field .other_field_ul {
    row-gap: 30px;
  }
}
.main_content #theme .content_box_field .other_field_ul li,
.main_content #theme .content_box_other_field .other_field_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 35px;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .other_field_ul li,
  .main_content #theme .content_box_other_field .other_field_ul li {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
}
.main_content #theme .content_box_field .other_field_ul li .head,
.main_content #theme .content_box_other_field .other_field_ul li .head {
  justify-self: center;
}
.main_content #theme .content_box_field .other_field_ul li .body,
.main_content #theme .content_box_other_field .other_field_ul li .body {
  align-self: center;
}
.main_content #theme .content_box_data .data_box > .title {
  padding: 16px 15px;
  width: 425px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box > .title {
    padding: 14.5px 12px;
    width: 360px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box > .title {
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box > .title {
    padding: 13px 10px;
    width: 300px;
    max-width: 100%;
  }
}
.main_content #theme .content_box_data .data_box > .title::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background-color: var(--c-gray63);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_data .data_box > .title .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
  position: relative;
}
.main_content #theme .content_box_data .data_box > .title .text span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box > .title .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box > .title .text {
    font-size: 14px;
  }
}
.main_content #theme .content_box_data .data_box .lead {
  padding-top: 25px;
}
.main_content #theme .content_box_data .data_box .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .lead p {
    text-align: center;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    margin-top: 40px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title {
  margin-inline: auto;
  padding: 13px 10px;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .title {
    width: 180px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .title {
    width: 140px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li .title::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title h4 span {
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box .chart_ul li .content {
  justify-self: center;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .content {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li .content .chart img {
  max-width: 100%;
}
.main_content #theme .content_box_data .data_box .chart_ul li .content .chart svg {
  max-width: 100%;
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box .chart_ul li:nth-of-type(3) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .chart_ul li:nth-of-type(3) {
    grid-column: auto;
  }
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 52px;
  margin-inline: auto;
  width: 224px;
  height: 56px;
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon {
    margin-top: 0;
  }
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon img {
  grid-column: 1;
  grid-row: 1;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon .text {
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon .text span {
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .chart {
  padding-top: 20px;
}
.main_content #theme .content_box_data .data_box.data_box_survey {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey {
    margin-top: 75px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey {
    margin-top: 50px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph {
    margin-top: 40px;
    margin-inline: auto;
    width: 84vw;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    row-gap: 15px;
    margin-inline: auto;
    width: 840px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    row-gap: 10px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li {
  display: grid;
  grid-template-columns: 240px 1fr;
  column-gap: 20px;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title {
  align-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: right;
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title {
    text-align: left;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
    column-gap: 9px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
  align-self: center;
  height: 12px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
    height: 11px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
    height: 10px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
  align-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
    font-size: 14px;
    translate: 0 0.05em;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
  width: calc(631px * var(--ratio_1) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
  width: calc(631px * var(--ratio_2) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
  width: calc(631px * var(--ratio_3) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
  width: calc(631px * var(--ratio_4) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
  width: calc(631px * var(--ratio_5) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
  width: calc(631px * var(--ratio_6) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
  width: calc(631px * var(--ratio_7) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
  width: calc(631px * var(--ratio_8) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
  width: calc(631px * var(--ratio_9) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
  width: calc(631px * var(--ratio_10) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
  width: calc(631px * var(--ratio_11) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
    padding-top: 40px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .chart_ul li:nth-of-type(3) .content .chart {
  padding-top: 47px;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .chart_ul li:nth-of-type(3) .content .chart {
    padding-top: 0;
  }
}
.main_content #theme .content_box_promotion .content {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_promotion .content {
    margin-top: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_promotion .content {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_promotion .content {
    margin-top: 30px;
    width: 84vw;
  }
}
.main_content #theme .content_box_promotion .content::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_promotion .content .promotion_ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 50px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    column-gap: 40px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 40px;
    margin-inline: auto;
    width: 500px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    padding: 30px 0;
    width: auto;
  }
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_monodukuri img {
  width: 150px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_automotive img {
  width: 150px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_xtech img {
  width: 250px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_keisokugijutsu img {
  width: 141px;
}
.main_content #theme .content_box_promotion .content.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_promotion .content.fadeIn::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 639px) {
  .main_content #outline {
    margin-top: 0;
  }
}
.main_content #outline .content_box_outline {
  margin-top: 0;
}
.main_content #outline .content_box_outline .outline_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  margin-inline: auto;
  width: 920px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul {
    width: 84vw;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul {
    row-gap: 25px;
  }
}
.main_content #outline .content_box_outline .outline_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 35px;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  min-height: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .title {
    width: 140px;
    min-height: 44px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .title {
    justify-self: center;
    height: 40px;
    min-height: unset;
  }
}
.main_content #outline .content_box_outline .outline_ul li .title::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #outline .content_box_outline .outline_ul li .title h5 {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  color: var(--c-ktRed);
  text-align: center;
  position: relative;
}
.main_content #outline .content_box_outline .outline_ul li .title h5 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .title h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li .title h5 {
    font-size: 14px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content {
  padding: calc((48px - 1em) / 2);
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content {
    padding: calc((44px - 1em) / 2);
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .content {
    padding: 0;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.main_content #outline .content_box_outline .outline_ul li .content p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    font-size: 12px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content p a {
  transition: color 0.3s;
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content p a:hover {
    color: var(--c-ktRed);
  }
}
.main_content #outline .content_box_outline .outline_ul li.place .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content {
    flex-direction: column;
    justify-content: normal;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn {
    margin-top: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a {
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--c-ktRed);
  background-color: var(--c-white);
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .text {
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--c-ktRed);
  translate: 0 -1px;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .text span {
  font-weight: 500;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  margin-left: 15px;
  line-height: 0;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1px;
  stroke: var(--c-ktRed);
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover {
    background-color: var(--c-ktRed);
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .text {
    color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .arrow {
    translate: 5px;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content {
    flex-direction: column;
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
  margin-left: 25px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
    margin-left: 0;
    margin-top: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo a {
  transition: opacity 0.3s;
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
  width: 157px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
    width: 146px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
    width: 136px;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a:hover {
    opacity: 0.7;
  }
}
.main_content #outline .content_box_outline .outline_ul li.url .title h5 {
  letter-spacing: 0.35em;
}
.main_content #previous .content_box_previous {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous {
    margin-top: 30px;
  }
}
.main_content #previous .content_box_previous .previous_ul {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
  row-gap: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul {
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-inline: auto;
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul {
    row-gap: 30px;
  }
}
.main_content #previous .content_box_previous .previous_ul li {
  justify-self: start;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li {
    justify-self: center;
  }
}
.main_content #previous .content_box_previous .previous_ul li .title {
  padding-top: 10px;
}
.main_content #previous .content_box_previous .previous_ul li .title .text {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 400;
}
.main_content #previous .content_box_previous .previous_ul li .title .text span {
  font-weight: 400;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li .title .text {
    text-align: center;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.report,
  .main_content #previous .content_box_previous .previous_ul li.web_site {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.main_content #previous .content_box_previous .previous_ul li.report a,
.main_content #previous .content_box_previous .previous_ul li.web_site a {
  justify-self: center;
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo,
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo {
  width: 100%;
  overflow: hidden;
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo img,
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
  transition: scale 0.3s var(--easeOutQuart);
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a:hover .photo img,
  .main_content #previous .content_box_previous .previous_ul li.web_site a:hover .photo img {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a:hover .title .text,
  .main_content #previous .content_box_previous .previous_ul li.web_site a:hover .title .text {
    color: var(--c-ktRed);
  }
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo img {
  height: 300px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 68vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
  width: 533.3333333333px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    width: 76vw;
    height: 42.75vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    width: 84vw;
    height: 47.25vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .item {
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb::before {
  transition: scale 0.3s var(--easeOutQuart);
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/top/previous_movie_thumb.jpg");
  background-size: cover;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.9;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.8;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.7;
  }
}
@media screen and (max-width: 439px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.6;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play::before {
  content: "";
  display: inline-block;
  background-color: var(--c-gray63);
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 26px;
  height: 32px;
  background-image: url("../../_assets/img/top/previous_movie_play.svg");
  background-size: cover;
  position: relative;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb::after {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-grayF2);
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie.start .thumb {
  display: none;
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie:hover .thumb::before {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie:hover .thumb .play {
    opacity: 0.7;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayB8);
  position: absolute;
  inset: -1px;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb::before {
  transition: scale 0.3s var(--easeOutQuart);
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/top/previous_movie_thumb.jpg");
  background-size: cover;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play {
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play::before {
  content: "";
  display: inline-block;
  background-color: var(--c-gray63);
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 26px;
  height: 32px;
  background-image: url("../../_assets/img/top/previous_movie_play.svg");
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb:hover::before {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb:hover .play {
    opacity: 0.7;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb.hide {
  display: none;
}
.main_content #previous .content_box_previous .previous_ul li.web_site {
  grid-column: 1/3;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site {
    grid-column: auto;
  }
}
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
  height: 300px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    width: 76vw;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    width: 84vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.web_site a.gray {
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .main_content #guide .btn_apply {
    margin-top: 40px;
  }
}
.main_content #guide .content_box_schedule {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule {
    margin-top: 40px;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 18px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-inline: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul {
    width: 84vw;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
  padding: 20px 10px 35px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
    padding: 17px 10px 28px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
    padding: 14px 10px 20px;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title::before {
  content: "";
  display: inline-block;
  border-radius: 8px 8px 0 0;
  background-color: var(--c-grayB8);
  position: absolute;
  inset: 0;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title h4 span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0 35px;
  height: 100%;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box::before {
  content: "";
  display: inline-block;
  border-radius: 0 0 8px 8px;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box p span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .sub {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 0.3em;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .sub span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .logo {
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date br {
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date br {
    display: block;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content.content_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content.content_2 .box .arrow {
    display: none;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li > .arrow {
  display: none;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li > .arrow {
    display: block;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(1) {
  grid-column: 1;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) {
  grid-column: 2/4;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2)::before {
  border: 1px solid var(--c-ktRed);
  background-color: transparent;
  top: -1px;
  z-index: -1;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2) p {
  color: var(--c-ktRed);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2) .date {
  color: var(--c-ktRed);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(3) {
  grid-column: 4/6;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(3) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) {
  grid-column: 6;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .title::before {
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .title h4 {
  color: var(--c-white);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
  padding-top: 15px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
    padding-top: 20px;
  }
}
.main_content #guide .content_box_schedule .box_content .comment {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 50px;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    margin-inline: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    padding-top: 30px;
    width: 84vw;
    line-height: 1.5em;
  }
}
.main_content #guide .content_box_schedule .box_content .comment p {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.2em;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #guide .content_box_schedule .box_content .comment p span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .comment p {
    line-height: 1.5em;
  }
}
.main_content #download .download_ul {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 50px;
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul {
    margin-inline: auto;
    width: 76vw;
  }
}
.main_content #download .download_ul li {
  justify-self: center;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 15px;
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li {
    justify-self: auto;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.main_content #download .download_ul li .title {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5px;
  margin-top: 14px;
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .title {
    justify-self: center;
    margin-top: 0;
  }
}
.main_content #download .download_ul li .title .maru {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #download .download_ul li .title .maru span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul li .title .maru {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .title .maru {
    font-size: 16px;
  }
}
.main_content #download .download_ul li .title .content .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #download .download_ul li .title .content .text span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul li .title .content .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .title .content .text {
    font-size: 16px;
  }
}
.main_content #download .download_ul li .title .content .comment {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #download .download_ul li .title .content .comment span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul li .title .content .comment {
    margin-top: 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .title .content .comment {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .btn {
    justify-self: center;
  }
}
.main_content #download .download_ul li .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  border-radius: 24px;
  position: relative;
}
.main_content #download .download_ul li .btn a .bg::before {
  content: "";
  display: inline-block;
  border-radius: 24px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
.main_content #download .download_ul li .btn a .bg::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 22px;
  background-color: var(--c-white);
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
.main_content #download .download_ul li .btn a .icon {
  position: relative;
}
.main_content #download .download_ul li .btn a .icon svg {
  transition: fill 0.3s;
  fill: var(--c-Black);
}
@media screen and (min-width: 1239px) {
  .main_content #download .download_ul li .btn a:hover .bg::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #download .download_ul li .btn a:hover .icon svg {
    fill: var(--c-white);
  }
}
.main_content #download .download_ul li .btn a.gray {
  pointer-events: none;
}
.main_content #download .download_ul li .btn a.gray .bg::before {
  background: var(--c-grayB8);
}
.main_content #download .download_ul li .btn a.gray .icon svg {
  fill: var(--c-grayB8);
}
.main_content #download .download_ul li .date {
  height: 1em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: calc(100% + 10px);
  top: 24px;
  translate: 0 -50%;
}
.main_content #download .download_ul li .date span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul li .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #download .download_ul li .date {
    left: auto;
    right: 40px;
    top: calc(100% + 10px);
    translate: 50% 0;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .date {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    right: auto;
    top: auto;
    translate: 0;
  }
  .main_content #download .download_ul li .date span {
    font-weight: 400;
  }
}
.main_content #download .btn_apply {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #download .btn_apply {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .btn_apply {
    margin-top: 40px;
  }
}
.main_content .dummy_box {
  margin-top: 60px;
  height: 300px;
  background-color: var(--c-dummy);
}
.main_content .dummy_box_L {
  margin-top: 60px;
  height: 980px;
  background-color: var(--c-dummy);
}

.site_comingsoon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
.site_comingsoon .main {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.site_comingsoon .main span {
  font-weight: 500;
}
.site_comingsoon .sub {
  transition-delay: 0.25s;
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.site_comingsoon .sub span {
  font-weight: 500;
}