.ly_header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  z-index: 9;
}
@media screen and (min-width: 1080px) {
  .ly_header {
    padding: 27px 0;
  }
}

.bl_header {
  background: #F6F6F6;
}

.bl_header_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_header_logo {
  transition: all 0.3s;
}
.bl_header_logo:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1080px) {
  .bl_header_sp {
    display: none;
  }
}
.bl_header_sp_hamburgerMenu_btn {
  position: relative;
  z-index: 10;
}

.bl_header_sp_hamburgerMenu_btn_line,
.bl_header_sp_hamburgerMenu_btn_line2,
.bl_header_sp_hamburgerMenu_btn_line3 {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  transition: all 0.3s;
}

.bl_header_sp_hamburgerMenu_btn_line2,
.bl_header_sp_hamburgerMenu_btn_line3 {
  margin-top: 6px;
}

.bl_header_sp_hamburgerMenu_bg {
  width: 100vw;
  height: 100vh;
  background: #A59ACA;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.bl_header_sp_hamburgerMenu_nav {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.bl_header_sp_hamburgerMenu_nav_listItem {
  display: block;
  font-size: clamp(16px, 2vw, 24px);
  padding-bottom: 4px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.bl_header_sp_hamburgerMenu_nav_listItem + .bl_header_sp_hamburgerMenu_nav_listItem {
  margin-top: 16px;
}

.is-active .bl_header_sp_hamburgerMenu_btn_line,
.is-active .bl_header_sp_hamburgerMenu_btn_line2,
.is-active .bl_header_sp_hamburgerMenu_btn_line3 {
  background: #fff;
}
.is-active .bl_header_sp_hamburgerMenu_btn_line {
  transform: translateY(8px) rotate(45deg);
}
.is-active .bl_header_sp_hamburgerMenu_btn_line2 {
  opacity: 0;
  visibility: hidden;
}
.is-active .bl_header_sp_hamburgerMenu_btn_line3 {
  transform: translateY(-8px) rotate(-45deg);
}
.is-active .bl_header_sp_hamburgerMenu_bg {
  opacity: 1;
  visibility: visible;
}

.bl_header_pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .bl_header_pc {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .bl_header_pc_nav_list {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .bl_header_pc_nav_listItem {
    transition: all 0.3s;
  }
  .bl_header_pc_nav_listItem:hover {
    opacity: 0.7;
  }
}
.ly_footer {
  width: 100%;
  padding-top: 26px;
}
@media screen and (min-width: 1080px) {
  .ly_footer {
    padding-top: 90px;
  }
}

.bl_footer_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
}

.bl_footer {
  background: #F6F6F6;
}

.bl_footer_cont {
  margin-top: 16px;
}
@media screen and (min-width: 1080px) {
  .bl_footer_cont {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_footer_cont {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
}

.bl_footer_img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.bl_footer_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_footer_img {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .bl_footer_img {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .bl_footer_pc_left {
    width: 25%;
  }
}

.bl_footer_name {
  margin-top: 9px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_footer_name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_footer_name {
    font-size: 24px;
  }
}

.bl_footer_sns_logoGroup {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.bl_footer_sns_logo {
  transition: all 0.3s;
}
.bl_footer_sns_logo:hover {
  opacity: 0.7;
}

.bl_footer_career_ttl {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bl_footer_career_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_footer_career_ttl {
    margin-top: 0;
    font-size: 20px;
  }
}

.bl_footer_career_txt {
  line-height: 185%;
  margin-top: 16px;
}

.bl_footer_copyRight_wrapper {
  margin-top: 50px;
  padding: 18px 0;
  text-align: center;
  background: #333;
}
@media screen and (min-width: 1080px) {
  .bl_footer_copyRight_wrapper {
    padding: 28px 0;
  }
}

.bl_footer_copyRight {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .bl_footer_copyRight {
    font-size: 14px;
  }
}

body {
  font-size: 14px;
  font-family: "Noto Serif JP";
  color: #333;
}

span {
  display: block;
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
.bl_cont_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.bl_cont_inner__module {
  max-width: 1200px;
}

@media screen and (min-width: 1080px) {
  .bl_cont_inner {
    width: 80%;
  }
}
.bl_imgWrapper img {
  width: 100%;
}

.un_lb__reverse {
  display: none;
}

@media screen and (min-width: 1080px) {
  .un_lb {
    display: none;
  }
  .un_lb__reverse {
    display: block;
  }
}
.ly_cont {
  padding: 70px 0;
}
@media screen and (min-width: 1080px) {
  .ly_cont {
    padding: 100px 0;
  }
}

.ly_kv_page {
  padding-top: 50px;
  width: 100%;
  height: clamp(350px, 70vh, 700px);
  position: relative;
}
@media screen and (min-width: 1080px) {
  .ly_kv_page {
    padding-top: 70px;
  }
}

.ly_btn {
  margin-top: 65px;
  text-align: center;
}

.ly_secTtl {
  text-align: center;
}

.bl_contBg_black {
  background: #333;
}

.bl_kv_page_inner {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bl_kv_pageTtl {
  font-size: clamp(48px, 10vw, 96px);
  font-weight: 700;
  color: #fff;
  font-family: "League Spartan";
}

.bl_kv_pageTtl_separate {
  display: inline-block;
}

.bl_kv_pageTtl_separate__lb {
  display: block;
}
@media screen and (min-width: 1080px) {
  .bl_kv_pageTtl_separate__lb {
    display: none;
  }
}

.bl_cardGroup {
  margin: 28px auto 0 auto;
  display: grid;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .bl_cardGroup {
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .bl_cardGroup {
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.bl_card {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.6);
  transition: all 0.3s;
  border: 1px solid #A59ACA;
}
.bl_card:hover {
  opacity: 0.7;
}
.bl_card:hover .bl_card_thumbnail img {
  transform: scale(1.1);
}

.bl_card_thumbnail {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.bl_card_thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.bl_card_body {
  width: 100%;
  background: rgba(50, 50, 50, 0.6);
  padding: 11px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bl_card_body {
    padding: 22px 38px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_card_body {
    padding: 11px 22px;
  }
}

.bl_card_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 175%;
}
@media screen and (min-width: 768px) {
  .bl_card_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_card_ttl {
    font-size: 16px;
  }
}

.bl_card_txt {
  margin-top: 16px;
  line-height: 175%;
  display: none;
}

@media screen and (min-width: 1080px) {
  .bl_cardGroup__pc {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_card__pc {
    display: flex;
  }
  .bl_card_thumbnail__pc {
    width: 55%;
  }
  .bl_card_body__pc {
    position: static;
    width: 45%;
    padding: 38px;
    background: #F6F6F6;
  }
  .bl_card_ttl__pc {
    font-size: 25px;
    font-weight: 700;
    color: #333;
  }
  .bl_card_txt {
    display: block;
  }
}
.el_btn {
  display: inline-block;
  padding: 10px 55px;
  background: #333;
  color: #fff;
  font-family: "Lato";
  position: relative;
  border: 1px solid #333;
  transition: all 0.3s;
}
.el_btn::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s;
}
.el_btn:hover {
  background: #F6F6F6;
  color: #333;
}
.el_btn:hover::before {
  background: #333;
  width: 25px;
}

.el_secTtl_jp {
  font-size: clamp(18px, 3vw, 32px);
}

.el_secTtl_en {
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 300;
  color: #A59ACA;
  font-family: "Lavishly Yours";
  margin-top: 4px;
}

.ly_kv {
  padding: 78px 0;
}
@media screen and (min-width: 1080px) {
  .ly_kv {
    padding: 113px 0 74px;
  }
}

.bl_kv_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.bl_kv {
  background: #EAEAEA;
  position: relative;
}

.bl_kv_imgGroup {
  width: 100%;
  height: 412px;
}

.bl_openAn {
  width: 100vw;
  height: 100vh;
  background: #A59ACA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.bl_openAn_cont {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 530px;
}

.bl_openAn_cont {
  width: 90%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.bl_openAn_logo {
  text-align: center;
  display: block;
  font-family: "League Spartan";
  font-size: clamp(48px, 12vw, 105px);
  color: #fff;
}

.bl_openAn_logo_under {
  padding-left: 30px;
}

.bl_openAn_progressGroup {
  margin-top: 21px;
  position: relative;
}

.bl_openAn_progress_grey {
  width: 100%;
  height: 1px;
  background: #B4B2B2;
}

.bl_openAn_progress_white {
  width: 0;
  height: 1px;
  background: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: progress 2s infinite ease-in-out;
          animation: progress 2s infinite ease-in-out;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
    left: 0;
  }
  45% {
    width: 100%;
    left: 0;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0;
    left: 0;
  }
  45% {
    width: 100%;
    left: 0;
  }
  55% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.bl_openAn_txt {
  margin-top: 8px;
  text-align: right;
  color: #EAEAEA;
  font-family: "League Spartan";
  font-size: 12px;
}

.bl_openAn_txt_point,
.bl_openAn_txt_point2,
.bl_openAn_txt_point3 {
  display: inline-block;
}

.bl_kv_ttlWrapper {
  width: clamp(241px, 80vw, 527px);
  display: inline-block;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}

.bl_kv_ttl {
  width: 100%;
  display: inline-block;
  font-family: "League Spartan";
  font-size: clamp(48px, 12vw, 105px);
  font-weight: 600;
  color: #333;
  padding: 17px 20px;
  position: relative;
}
.bl_kv_ttl::before {
  display: block;
  content: "";
  width: clamp(50px, var(--width, 0%), 110px);
  height: clamp(50px, var(--width, 0%), 110px);
  border-top: 1px solid #A59ACA;
  border-left: 1px solid #A59ACA;
  box-shadow: -2px -2px 2px rgba(50, 50, 50, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.bl_kv_ttl::after {
  display: block;
  content: "";
  width: clamp(50px, var(--width, 0%), 110px);
  height: clamp(50px, var(--width, 0%), 110px);
  border-bottom: 1px solid #A59ACA;
  border-right: 1px solid #A59ACA;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .bl_kv_ttl {
    padding: 45px 52px;
  }
}

.bl_kv_ttl_under {
  display: inline-block;
  padding-left: 30px;
}

.bl_kv_imgGroup_sp {
  display: block;
  z-index: 0;
}
@media screen and (min-width: 1080px) {
  .bl_kv_imgGroup_sp {
    display: none;
  }
}

.bl_kv_img_sp {
  position: absolute;
  top: 78px;
  left: 29px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp {
    left: 80px;
  }
}

.bl_kv_img_sp2 {
  position: absolute;
  top: 130px;
  left: 100px;
  z-index: 0;
  filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp2 {
    left: 200px;
  }
}

.bl_kv_img_sp3 {
  position: absolute;
  top: 90px;
  right: 120px;
  z-index: 0;
  filter: blur(3px);
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp3 {
    right: 300px;
  }
}

.bl_kv_img_sp4 {
  position: absolute;
  top: 134px;
  right: 18px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp4 {
    right: 80px;
  }
}

.bl_kv_img_sp5 {
  position: absolute;
  top: 306px;
  left: 9px;
  z-index: 0;
  filter: blur(3px);
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp5 {
    left: 40px;
  }
}

.bl_kv_img_sp6 {
  position: absolute;
  top: 367px;
  left: 33px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp6 {
    left: 140px;
    top: 430px;
  }
}

.bl_kv_img_sp7 {
  position: absolute;
  top: 437px;
  right: 163px;
  z-index: 0;
  filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp7 {
    right: 220px;
  }
}

.bl_kv_img_sp8 {
  position: absolute;
  top: 396px;
  right: 38px;
  z-index: 0;
  filter: blur(2px);
}
@media screen and (min-width: 768px) {
  .bl_kv_img_sp8 {
    right: 90px;
  }
}

.bl_kv_imgGroup_pc {
  display: none;
  height: 516px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .bl_kv_imgGroup_pc {
    display: block;
  }
}

.bl_kv_img_pc {
  position: absolute;
  top: 0;
  left: 105px;
  z-index: 0;
  filter: blur(3px);
}

.bl_kv_img_pc2 {
  position: absolute;
  top: 50px;
  left: 234px;
  z-index: 0;
  filter: blur(1px);
}

.bl_kv_img_pc3 {
  position: absolute;
  top: -4px;
  left: 570px;
  z-index: 0;
}

.bl_kv_img_pc4 {
  position: absolute;
  top: 3px;
  right: 320px;
  z-index: 0;
}

.bl_kv_img_pc5 {
  position: absolute;
  top: 80px;
  right: 200px;
  z-index: 0;
  filter: blur(5px);
}

.bl_kv_img_pc6 {
  position: absolute;
  top: 120px;
  right: 30px;
  z-index: 0;
}

.bl_kv_img_pc7 {
  position: absolute;
  bottom: 200px;
  left: 48px;
  z-index: 0;
  filter: blur(2px);
}

.bl_kv_img_pc8 {
  position: absolute;
  bottom: 50px;
  left: 159px;
  z-index: 0;
}

.bl_kv_img_pc9 {
  position: absolute;
  bottom: 140px;
  left: 350px;
  z-index: 0;
  filter: blur(2px);
}

.bl_kv_img_pc10 {
  position: absolute;
  bottom: 0px;
  left: 420px;
  z-index: 0;
  filter: blur(4px);
}

.bl_kv_img_pc11 {
  position: absolute;
  bottom: 80px;
  left: 590px;
  z-index: 0;
  filter: blur(2px);
}

.bl_kv_img_pc12 {
  position: absolute;
  bottom: -30px;
  right: 420px;
  z-index: 0;
  filter: blur(1px);
}

.bl_kv_img_pc13 {
  position: absolute;
  bottom: 80px;
  right: 200px;
  z-index: 0;
  filter: blur(2px);
}

.bl_kv_img_pc14 {
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: 0;
}

.bl_decoChar_group {
  display: none;
  position: absolute;
  right: 150px;
  top: -30px;
}
@media screen and (min-width: 1080px) {
  .bl_decoChar_group {
    display: flex;
    align-items: flex-end;
    gap: 3px;
  }
}

.bl_decoChar {
  display: inline-block;
  font-size: 95px;
  font-weight: 300;
  color: #EAEAEA;
  font-family: "Lato";
  position: relative;
}

.bl_decoChar_line {
  width: 1px;
  height: 120px;
  background: #EAEAEA;
  -webkit-animation: cursor 0.5s infinite alternate;
          animation: cursor 0.5s infinite alternate;
}

@-webkit-keyframes cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bl_decoChar_group__left {
  left: 150px;
}

.bl_archive_txt {
  margin-top: 21px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1080px) {
  .bl_archive_txt {
    margin-top: 32px;
  }
}

.bl_archive_category_list {
  margin-top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

.bl_archive_category_listItem {
  display: inline-block;
  padding: 5px 22px;
  background: #F6F6F6;
  border: 1px solid #A59ACA;
  color: #333;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .bl_archive_category_listItem {
    border-radius: 15px;
  }
}

.tab-active.bl_archive_category_listItem {
  display: inline-block;
  padding: 5px 22px;
  background: #A59ACA;
  border: 1px solid #A59ACA;
  color: #fff;
  border-radius: 12px;
}

.bl_archive_category_postGroup {
  margin-top: 32px;
  display: none;
}

.tab-active.bl_archive_category_postGroup {
  display: grid;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .tab-active.bl_archive_category_postGroup {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .tab-active.bl_archive_category_postGroup {
    margin-top: 42px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.bl_kv_pageTtl_group {
  display: grid;
  gap: 14px;
}

.bl_kv_pageTtl_decoGroup {
  display: flex;
  align-items: center;
  gap: 24px;
}

.bl_kv_pageTtl_deco_left {
  font-family: "League Spartan";
  color: #28A745;
  font-size: clamp(14px, 2vw, 32px);
}

.bl_kv_pageTtl_deco_right {
  font-family: "League Spartan";
  color: #EAEAEA;
  font-size: clamp(14px, 2vw, 32px);
}

.bl_kv_pageTtl_ttl {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bl_kv_pageTtl__single {
  color: #A59ACA;
  font-size: clamp(18px, 3vw, 42px);
  line-height: 175%;
}

.bl_kv_pageTtl_left {
  font-family: "League Spartan";
  color: #28A745;
  font-size: clamp(18px, 3vw, 42px);
}

.bl_single_ttl {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.03em;
}

.bl_single_imgWrapper {
  margin-top: 21px;
}
.bl_single_imgWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1080px) {
  .bl_single_imgWrapper {
    margin-top: 42px;
    max-height: 450px;
    overflow: hidden;
  }
}

.bl_single_post p {
  margin-top: 12px;
  line-height: 175%;
}
@media screen and (min-width: 1080px) {
  .bl_single_post p {
    margin-top: 16px;
  }
}
.bl_single_post h2 {
  margin-top: 32px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  padding: 10px 18px;
  background: #333;
  color: #EAEAEA;
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  .bl_single_post h2 {
    margin-top: 72px;
    padding: 22px 33px;
  }
}
.bl_single_post h3 {
  margin-top: 18px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #A59ACA;
  display: flex;
  align-items: bottom;
  gap: 8px;
}
.bl_single_post h3::before {
  content: "//";
}
@media screen and (min-width: 1080px) {
  .bl_single_post h3 {
    margin-top: 42px;
  }
}
.bl_single_post img {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .bl_single_post img {
    margin-top: 32px;
  }
}
.bl_single_post a {
  color: #A59ACA;
  text-decoration: underline;
}
.bl_single_post h2 + p,
.bl_single_post h2 + h3 {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .bl_single_post h2 + p,
.bl_single_post h2 + h3 {
    margin-top: 32px;
  }
}
.bl_single_post h3 + p {
  margin-top: 18px;
}
@media screen and (min-width: 1080px) {
  .bl_single_post h3 + p {
    margin-top: 20px;
  }
}
.bl_single_post p + h3 {
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .bl_single_post p + h3 {
    margin-top: 32px;
  }
}

.bl_page_toc {
  padding: 43px;
  border: 3px solid #A59ACA;
  background: #333;
  max-width: 480px;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_page_toc {
    width: 70%;
  }
}
@media screen and (min-width: 1080px) {
  .bl_page_toc {
    margin: 0;
    width: 35%;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    right: 0;
  }
}

.bl_page_toc_ttl {
  font-size: 24px;
  font-family: "League Spartan";
  color: #EAEAEA;
  margin-left: 15px;
  white-space: nowrap;
}

.bl_page_toc_ttl_purple {
  display: inline-block;
  color: #A59ACA;
}

.bl_page_toc_deco,
.bl_page_toc_deco2,
.bl_page_toc_deco3 {
  font-size: 16px;
  display: block;
  color: #EAEAEA;
  font-family: "League Spartan";
}

.bl_page_toc_deco2 {
  margin-left: 15px;
}

.bl_page_toc_list {
  margin-left: 30px;
  display: grid;
  gap: 12px;
}

.bl_page_toc_listItem {
  font-size: 16px;
  color: #EAEAEA;
  white-space: nowrap;
}

.bl_page_toc_listItem_purple {
  display: inline-block;
  color: #A59ACA;
}

.js-toc-link {
  transition: all 0.3s;
}

.js-toc-link.is-active {
  color: #28A745;
}

@media screen and (min-width: 1080px) {
  .bl_page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    flex-direction: row-reverse;
  }
}
.bl_page_cont {
  margin-top: 18px;
}
@media screen and (min-width: 1080px) {
  .bl_page_cont {
    margin-top: 0;
    width: 65%;
  }
}
.bl_page_cont h2 {
  margin-top: 32px;
  font-size: clamp(18px, 3vw, 32px);
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .bl_page_cont h2 {
    margin-top: 52px;
  }
}
.bl_page_cont div {
  width: 100%;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .bl_page_cont div {
    margin-top: 32px;
    gap: 22px;
  }
}
.bl_page_cont iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1080px) {
  .bl_page_cont iframe {
    height: 350px;
  }
}

.cp_embed_wrapper {
  display: block;
}
/*# sourceMappingURL=styles.css.map */