@charset "UTF-8";
/*--------------------------------------------------------------
共通でインポートモジュール
# mixinや変数の定義を行う
--------------------------------------------------------------*/
:root {
  --text-color: #272727;
  --main-color: #0a7bc6;
  --sub-color: #272727;
  --bg-color: #fff;
  --bg-sub-color: #e7f5f4;
  --border-color: #babbbc;
  --link-button-font-size: 1em;
  --link-color: var(--main-color);
  --light-gray: #eeeff0;
  --site-width: 1400px;
  --site-inline-padding: 20px;
  --content-width: 1366px;
  --header-content-width: 1720px;
  --header-height: 74px;
  --header-inline-padding: 20px 0;
  --menu-fsz: 16px;
  --entry-title-fsz: 20px;
  --entry-h2-fsz: 18px;
  --article-mt: 20px;
  --artilce-heading-mt: 40px;
  --news-navi-icon-size: 30px;
  --page-h2-fsz: 22px;
  --page-h3-fsz: 18px;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --transition-time: 0.5s;
  --transition: var(--transition-time) ease;
  --image-radius: 43px 0 43px 0;
  --float-duration: 6s; /* 速度（大きいほどゆっくり） */
  --float-amplitude-x: 10px; /* 左右の振れ幅 */
  --float-amplitude-y: 8px; /* 上下の振れ幅 */
  --float-rotate: 2deg; /* ゆるい回転 */
  --min-viewport: 520;
  --max-viewport: 1025;
  --max-size: 80px;
  --min-size: 20px;
  /* a 傾き */
  --slope: calc((var(--max-size) - var(--min-size)) / (var(--max-viewport) - var(--min-viewport)));
  /* b 切片 */
  --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
  /* y = ax + b */
  --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 16 * 1rem);
  /* clamp( 最小サイズ , 可変サイズ , 最大サイズ) */
  --clamp-size: clamp(var(--min-size) / 16 * 1rem, var(--fluid-size), var(--max-size) / 16 * 1rem);
}
@media screen and (min-width:520px) {
  :root {
    --site-inline-padding: 24px;
  }
}
@media screen and (min-width: 1025px) {
  :root {
    --entry-title-fsz: 26px;
    --entry-h2-fsz: 20px;
    --article-mt: 20px;
    --news-navi-icon-size: 40px;
    --artilce-heading-mt: 60px;
    --page-h2-fsz: 28px;
    --page-h3-fsz: 22px;
    --site-inline-padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  :root {
    --header-height: 130px;
    --menu-fsz: 18px;
    --header-inline-padding: 20px 18px;
  }
}
@media screen and (min-width: 1367px) {
  :root {
    --site-inline-padding: 0;
  }
}
@media screen and (min-width: 1570px) {
  :root {
    --header-inline-padding: 70px 18px;
    --site-inline-padding: 0;
  }
}

html,
body,
div,
span,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  line-break: strict;
  word-wrap: normal;
  word-break: normal;
  line-height: inherit;
}

textarea,
input[type=button],
input[type=text],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  word-break: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

* {
  outline: none;
}

body {
  font-size: 15px;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

* html body {
  font-size: small;
  font: x-small;
}

*:first-child + html body {
  font-size: small;
  font: x-small;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
dl {
  text-indent: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ol ul li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: inherit;
}

figure {
  line-height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  backface-visibility: hidden;
}

input,
textarea {
  border-radius: 0;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media  {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: var(--fw-medium);
  color: var(--text-color);
}

.is_serif_light {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.is_serif_regular {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_serif_medium {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_serif_semibold {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.is_serif_bold {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_serif_black {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_sans_regular {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_sans_medium {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_sans_bold {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_sans_black {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_garamond_regular {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.is_garamond_medium {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.is_garamond_semiBold {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.is_garamond_bold {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.is_garamond_black {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.is_shippori_mincho_regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1025px) {
  .br_sp {
    display: none;
  }
}

@media screen and (min-width:520px) {
  .br_sp_s {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .br_sp_menu {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  .br_pc_w {
    display: none;
  }
}

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

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is-mobile {
    display: none !important;
  }
}

.section_pb_tb {
  padding-block: 30px 25px;
}
@media screen and (min-width: 1025px) {
  .section_pb_tb {
    padding-block: 70px;
  }
}

.pd_tb_m {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_m {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

.pd_tb_s {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_s {
    padding-top: 53px;
    padding-bottom: 63px;
  }
}

.pd_tb_eq_s {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .pd_tb_eq_s {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.is_align_center {
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1025px) {
  .is_align_left {
    float: right;
    margin-inline: 1.7em 0;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .is_align_right {
    float: left;
    margin-inline: 0 1.7em;
    margin-bottom: 1em;
  }
}

.is_text_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .is_text_center_pc {
    text-align: center;
  }
}

.is_text_right {
  text-align: right;
}

.is_text_left {
  text-align: left;
}

.is_text_green {
  color: var(--main-color);
}

.is_text_red {
  color: #e75b6a;
}

.is_text_blue {
  color: #036ea9;
}

.is_text_orange {
  color: var(--sub-color);
}

.is_text_white_bg {
  background-color: #fff;
  color: var(--main-color);
  padding-inline: 0.5em;
}

.is_green_shadow {
  box-shadow: 0 0 3px #9fcc97;
}

.mt_s {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .mt_s {
    margin-top: 30px;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (min-width: 1025px) {
  .mt_m {
    margin-top: 80px !important;
  }
}

.mt_l {
  margin-top: 70px !important;
}
@media screen and (min-width: 1025px) {
  .mt_l {
    margin-top: 140px !important;
  }
}

.is_underLine {
  text-decoration: underline;
  text-decoration-color: rgba(255, 189, 184, 0.6);
  text-decoration-thickness: 8px;
  text-underline-offset: -1px;
}

.plr-s {
  --site-inline-padding: 12px;
}

.ly_siteHeader {
  width: 100%;
  z-index: 15;
  background: rgb(255, 255, 255);
  transition: background-color 0.2s ease;
  padding-inline: 20px;
}

.ly_siteHeader_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: height 0.5s ease;
  height: var(--header-height);
  width: 100%;
  max-width: var(--header-content-width);
  margin-inline: auto;
  position: relative;
  gap: 30px;
  margin-inline: auto;
}
.ly_siteHeader_content .el_siteHeader_image {
  transition: all var(--transition);
}
@media screen and (min-width: 1025px) {
  .is_scrolled .ly_siteHeader_content {
    --header-height: 56px;
  }
  .is_scrolled .ly_siteHeader_content .header_logo_image {
    width: 210px !important;
    padding-top: 9px;
  }
  .is_scrolled .ly_siteHeader_content .el_siteHeader_image {
    visibility: hidden;
    opacity: 0;
  }
}
.ly_siteHeader_content .header_logo_image {
  margin-top: 10px;
  width: 216px;
  transition: all var(--transition);
}
@media screen and (min-width: 1025px) {
  .ly_siteHeader_content .header_logo_image {
    margin-top: 0;
    width: 331px;
  }
}

.ly_siteHeader_nav {
  display: flex;
  gap: 10px;
  height: 100%;
  margin-left: auto;
}
.ly_header_nav {
  margin-inline: auto;
  max-width: var(--site-width);
}
@media screen and (min-width: 1025px) {
  .ly_header_nav {
    display: flex;
    justify-content: space-around;
  }
}

.ly_fixed_header {
  margin-top: var(--header-height);
}
.ly_fixed_header .ly_siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform var(--transition);
}
.ly_fixed_header.admin-bar {
  margin-top: calc(var(--header-height));
}
.ly_fixed_header.admin-bar .ly_siteHeader {
  top: 32px;
}

@media screen and (min-width: 1025px) {
  .ly_back_show_header.is_scrolled:not(.home) .ly_content {
    margin-top: 100px;
  }
  .ly_back_show_header.is_scrolled .ly_siteHeader {
    position: fixed;
    top: -300px;
    left: 0;
    background-color: #fff;
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  .ly_back_show_header.is_scrolled.is_show_header .ly_siteHeader {
    transform: translateY(300px);
  }
  .ly_back_show_header.admin-bar {
    margin-top: calc(var(--header-height) + 32px);
  }
  .ly_back_show_header.admin-bar .ly_siteHeader {
    top: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .ly_mainVisual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.ly_breadcrumb {
  display: flex;
  --content-width: var(--header-content-width);
  max-width: var(--content-width);
  margin-inline: auto;
  padding-block: 10px;
  padding-inline: 20px;
  height: 50px;
  align-items: center;
}

.ly_content_header {
  margin-inline: auto;
  max-width: var(--site-width);
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--content-header-height, 150px);
  padding: 20px;
}

.ly_siteMain {
  margin-inline: auto;
  width: 100%;
  background-color: var(--bg-color);
  overflow: hidden;
}

.ly_mainContent {
  max-width: var(--site-width);
  margin-inline: auto;
}

.ly_pageHeader {
  width: 100vw;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: calc((100% - 100vw) / 2);
  background-image: url(../images/page/page-header-bg.svg), linear-gradient(to bottom, var(--main-color) 0% 90%, #ffffff 90% 100%);
  background-repeat: repeat-x;
  background-position: bottom center, top center;
  background-size: 1200px auto;
}
@media screen and (min-width: 1025px) {
  .ly_pageHeader {
    background-size: 1920px auto;
    background-size: clamp(1420px, 848.571px + 55.804vw, 1920px);
  }
}

.ly_article {
  margin-inline: auto;
}
.ly_article .bl_postThumbnail {
  margin-bottom: var(--article-mt);
}
.ly_article .bl_article_content {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--site-inline-padding);
}
.ly_article .bl_article_content > * + * {
  margin-top: var(--article-mt);
}

.ly_siteFooter {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
}
.ly_siteFooter .bl_siteFooter {
  padding-inline: var(--site-inline-padding);
  max-width: var(--content-width);
  width: 100%;
  padding-block: 30px 0;
}
@media screen and (min-width: 1025px) {
  .ly_siteFooter .bl_siteFooter {
    padding-block: 50px 0;
    align-items: flex-start;
  }
}
.ly_siteFooter .bl_siteFooter_copyRight {
  padding-block: 0 24px;
}
@media screen and (min-width: 1025px) {
  .ly_siteFooter .bl_siteFooter_copyRight {
    padding-block: 0 30px;
    align-items: flex-start;
  }
}

.bl_article_content .ly_footerCTA {
  --article-mt: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.ly_inner_content {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--site-inline-padding);
}

.ly_pc2colsp1col {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .ly_pc2colsp1col {
    grid-template-columns: 1fr 1fr;
  }
}

article.not_found {
  grid-column: 1/-1;
  text-align: center;
}

.bl_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--link-button-bg);
  color: var(--link-button-color);
  font-size: var(--link-button-font-size);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.bl_button:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-style: solid solid none none;
  border-width: 2px;
  border-color: inherit;
  transform: rotate(45deg);
  margin-right: 6px;
}
@media (hover: hover) {
  .bl_button:hover {
    background-color: var(--link-button-hover-bg);
    color: var(--link-button-hover-color);
  }
}

.el_arrow {
  display: inline-flex;
  align-items: center;
  font-size: 1.1em;
}
.el_arrow::before {
  content: "";
  display: inline-block;
  position: relative;
  width: var(--el-arrow-size, 0.625em);
  height: var(--el-arrow-size, 0.625em);
  background-color: transparent;
  border-style: solid solid none none;
  border-width: 2px;
  transform: rotate(45deg);
  transform-origin: center;
}

.el_arrow__left {
  margin-left: 5px;
}

.el_arrow__right {
  margin-right: 5px;
}
.el_arrow__right::before {
  border-style: none none solid solid;
}

.el_btn_lineArrow {
  border: 1px solid;
  display: flex;
  min-height: 76px;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  gap: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 385px;
  transition: background-color var(--transition-time);
  padding: 20px;
  white-space: nowrap;
}
@media screen and (min-width:520px) {
  .el_btn_lineArrow {
    padding: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .el_btn_lineArrow {
    padding-inline: 38px;
  }
}
.el_btn_lineArrow::after {
  content: "";
  width: 45px;
  height: 8px;
  background-image: url(../images/button-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width:520px) {
  .el_btn_lineArrow::after {
    width: 90px;
    height: 12px;
  }
}
@media (hover: hover) {
  .el_btn_lineArrow:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.el_moreLink > span,
.el_moreLink a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 230px;
  padding: 10px 0px 10px 25px;
  line-height: 1.8;
  text-decoration: none;
  color: var(--main-color);
  transition: 0.3s ease-in-out;
  font-weight: 500;
  --morelink-radius: 3rem;
  --moreLink-arrow-left: 1.2rem;
  --moreLink-arrow-top: 1.1rem;
}
.el_moreLink > span:before, .el_moreLink > span:after,
.el_moreLink a:before,
.el_moreLink a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.el_moreLink > span:before,
.el_moreLink a:before {
  content: "";
  background-image: url(../images/more_button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  left: var(--moreLink-arrow-left);
  top: var(--moreLink-arrow-top);
  z-index: 2;
  transition: all 0.3s;
}
.el_moreLink > span:after,
.el_moreLink a:after {
  left: 0;
  background: var(--main-color);
  z-index: 1;
  width: var(--morelink-radius);
  height: var(--morelink-radius);
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.el_moreLink > span span,
.el_moreLink a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
@media (hover: hover) {
  .el_moreLink > span:hover span,
  .el_moreLink a:hover span {
    color: #fff;
  }
  .el_moreLink > span:hover:before,
  .el_moreLink a:hover:before {
    left: 2.5rem;
  }
  .el_moreLink > span:hover:after,
  .el_moreLink a:hover:after {
    right: 0;
    width: 100%;
    background: var(--main-color);
  }
}

.bl_postThumbnail img {
  filter: none;
}

.el_linkButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 16px;
  min-height: 40px;
  min-width: 300px;
  padding-inline: 25px 25px;
  padding-block: 5px;
  transition: all var(--transition);
  white-space: nowrap;
  position: relative;
  border-radius: 999px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .el_linkButton {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    min-height: 60px;
  }
}
.el_linkButton::after {
  content: "";
  background-color: var(--main-color);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .el_linkButton:hover {
    opacity: 0.7;
  }
}

.bl_mediaText {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .bl_mediaText {
    grid-template-columns: 1fr 1fr;
  }
}
.bl_mediaText figure {
  text-align: center;
}
.bl_mediaText.l_46_54 {
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .bl_mediaText.l_46_54 {
    grid-template-columns: 1fr 54%;
    gap: 70px;
  }
  .bl_mediaText.l_46_54.is_image_left {
    grid-template-columns: 54% 1fr;
    gap: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_mediaText.is_image_left {
    grid-template-areas: "image content";
  }
  .bl_mediaText.is_image_right {
    grid-template-areas: "content image";
  }
  .bl_mediaText .el_mediaText_content {
    grid-area: content;
  }
  .bl_mediaText .el_mediaText_image {
    grid-area: image;
  }
}

.bl_columns {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .bl_columns.l_30_70 {
    grid-template-columns: 30% 70%;
  }
}

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --article-mt: 0;
}

.is_content_narrow {
  --content-width: 1100px;
  --site-inline-padding: 20px;
}

.is_sticky_parent {
  padding-top: 18px !important;
}

.el_sns_icon span {
  display: none;
}
.el_sns_icon::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.el_sns_icon.instagram::before {
  height: 35px;
  width: 35px;
  background-image: url(../images/common/icon-instagram.svg);
}
.el_sns_icon.x::before {
  background-image: url(../images/common/icon-x.svg);
  width: 26px;
  height: 26px;
}
.el_sns_icon.facebook::before {
  background-image: url(../images/common/icon-facebook.svg);
  width: 33px;
  height: 33px;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.el_siteHeader_logo a {
  display: flex;
  position: relative;
  align-items: center;
}

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

.el_gtranslate {
  display: flex;
  align-items: center;
  justify-content: center;
}
.el_gtranslate .gtranslate_wrapper {
  position: relative;
}
.el_gtranslate .gtranslate_wrapper::after {
  content: "";
  background-image: url(../images/header/icon_select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.el_gtranslate select.gt_selector.notranslate {
  font-size: 14px;
  border-radius: 99px;
  padding-block: 10px;
  border-color: var(--text-color);
  padding-inline: 16px 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: clamp(120px, 33.95px + 8.403vw, 160px);
}

.bl_headerCTAButtons_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .bl_headerCTAButtons_wrapper {
    margin-top: 20px;
  }
}

.bl_headerCTAButtons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3px;
}
.bl_headerCTAButtons > a {
  color: #fff;
  background-color: var(--main-color);
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: clamp(110px, 52.687px + 5.597vw, 140px);
  font-size: clamp(13px, 7.269px + 0.56vw, 16px);
  padding-inline: 10px;
  padding-block: 10px;
  line-height: 1;
  transition: opacity var(--transition);
  hyphens: auto;
}
.bl_headerCTAButtons > a:hover {
  opacity: 0.8;
}
.bl_headerCTAButtons > a:first-child {
  border-radius: 99px 0 0 99px;
}
.bl_headerCTAButtons > a:last-child {
  border-radius: 0 99px 99px 0;
}

@media screen and (max-width: 1024px) {
  .ly_siteHeader_nav {
    visibility: hidden;
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: 100%;
    height: calc(100% - var(--header-height));
    z-index: 0;
    background-color: #fff;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding-inline: 20px;
    transform: translateX(110%);
    transition: all var(--transition-time) ease;
    background-image: url(../images/common/default-texture.webp);
    background-repeat: repeat;
    display: block;
    padding-bottom: 80px;
  }
  .is_open .ly_siteHeader_nav {
    transform: translateX(0);
    visibility: visible;
    z-index: 9;
  }
}

.bl_siteHeader_nav {
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .bl_siteHeader_nav {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 30px;
  }
  .bl_siteHeader_nav li {
    font-size: 18px;
    letter-spacing: 0;
    display: flex;
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .bl_siteHeader_nav li a {
    padding-block: 12px;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    width: 100%;
  }
  .bl_siteHeader_nav li a .global_menu-description {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 0;
    color: var(--sub-color);
    display: block;
    line-height: 1;
  }
  .bl_siteHeader_nav li.megamenu_heading {
    display: none;
  }
  .bl_siteHeader_nav li .sub-menu {
    width: 100%;
    display: none;
    padding-left: 10px;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .bl_siteHeader_nav li .sub-menu li a {
    padding-block: 12px;
    width: 100%;
  }
  .bl_siteHeader_nav li .sub-menu li:last-child {
    border-bottom: none;
  }
  .bl_siteHeader_nav li figure {
    display: none;
  }
  .bl_siteHeader_nav li:not(.menu-item-has-children)::after {
    content: "";
    background-image: url(../images/header/arrow-sp-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .bl_siteHeader_nav .el_header_button a {
    background-color: var(--sub-color);
    color: #fff;
    max-width: 330px;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding-inline: 1em;
    padding-block: 10px 11px;
    margin-top: 20px;
    position: relative;
  }
  .bl_siteHeader_nav .el_header_button a::after {
    content: "";
    background-image: url(../images/footer/button-arrow.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-color: transparent;
  }
  .bl_siteHeader_nav .el_header_button.is_reservation a {
    background-color: #808991;
  }
  .bl_siteHeader_nav .el_header_button.is_request a {
    background-color: #55636d;
  }
  .bl_siteHeader_nav .el_header_button.is_contact a {
    background-color: #0c2131;
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    min-height: 50px;
    gap: 0;
  }
  .bl_siteHeader_nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .bl_siteHeader_nav li.mega_menu {
    position: initial;
    max-width: 220px;
    max-width: clamp(125px, -79.37px + 19.958vw, 220px);
  }
  .bl_siteHeader_nav li.mega_menu::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
    z-index: 5;
    pointer-events: none;
  }
  .bl_siteHeader_nav li.mega_menu:hover::before {
    visibility: visible;
    opacity: 0.3;
  }
  .bl_siteHeader_nav li.mega_menu:hover > a {
    padding-block: 40px;
  }
  .bl_siteHeader_nav li.mega_menu:hover > .sub-menu {
    display: grid;
  }
  .bl_siteHeader_nav li.mega_menu.mega_menu_2col > .sub-menu {
    grid-template-columns: repeat(2, 48%);
    width: 46vw;
    padding-left: clamp(150px, 42.437px + 10.504vw, 200px);
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu {
    max-width: 1200px;
    width: 66vw;
    grid-template-columns: repeat(3, 32%);
    -moz-column-gap: clamp(10px, -19.942px + 2.924vw, 20px);
         column-gap: clamp(10px, -19.942px + 2.924vw, 20px);
    row-gap: 15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: auto;
    padding-inline: clamp(30px, -68.628px + 7.22vw, 70px);
    padding-top: clamp(25px, -36.643px + 4.513vw, 50px);
    padding-bottom: clamp(15px, -21.986px + 2.708vw, 30px);
    border-radius: 0;
    top: auto;
    z-index: 10;
    padding-left: clamp(200px, -15.126px + 21.008vw, 300px);
    padding-right: 40px;
    position: absolute;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading {
    position: absolute;
    top: 1em;
    left: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading:hover > a {
    opacity: 1;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading > a {
    font-size: 28px;
    font-size: clamp(20px, -10.118px + 2.941vw, 34px);
    font-weight: var(--fw-bold);
    color: var(--text-color);
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 2px;
    pointer-events: none;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading > a::after {
    content: "";
    background-image: none;
    width: 30px;
    height: 1px;
    background-color: var(--main-color);
    margin-top: 15px;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading .global_menu-description {
    font-size: 0.5em;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading .sub-menu {
    display: block;
    margin-top: 20px;
    box-shadow: none;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading .sub-menu a {
    border-radius: 90px;
    border: 1px solid var(--main-color);
    justify-content: center;
    position: relative;
    width: 90%;
    margin-inline: auto;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading .sub-menu a::after {
    position: absolute;
    transition: right var(--transition);
    right: -15px;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li.megamenu_heading .sub-menu a:hover::after {
    right: -20px;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) figure {
    overflow: hidden;
    margin-bottom: 1px;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) figure a {
    padding: 0;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) figure img {
    transition: all var(--transition);
    aspect-ratio: 274/178;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) > a {
    padding-inline: 0 7px;
    font-size: clamp(13px, 7.012px + 0.585vw, 15px);
    padding-block: 5px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    transition: color var(--transition);
    white-space: normal;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1367px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) > a {
    font-size: clamp(15px, 7.584px + 0.542vw, 18px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) > a::after {
    flex-shrink: 0;
    transition: transform var(--transition);
    content: "";
    --mega-menu-icon: 20px;
    --mega-menu-icon-h: 4px;
    content: "";
    background-image: url(../images/common/button-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--mega-menu-icon);
    height: var(--mega-menu-icon-h);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1367px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading) > a::after {
    --mega-menu-icon: 28px;
    --mega-menu-icon-h: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading):hover > a {
    color: var(--text-color);
    opacity: 0.7;
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading):hover > a::after {
    transform: translateX(5px);
  }
  .bl_siteHeader_nav li.mega_menu > .sub-menu li:not(.megamenu_heading):hover figure img {
    transform: scale(1.1);
  }
  .bl_siteHeader_nav a {
    transition: color 0.5s ease;
  }
  .bl_siteHeader_nav li.menu-item-has-children > a {
    pointer-events: none;
  }
  .bl_siteHeader_nav > li {
    width: auto;
    position: relative;
    font-size: var(--menu-fsz);
    letter-spacing: 0;
    height: 100%;
  }
  .bl_siteHeader_nav > li > a {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-block: 13px 10px;
    padding-inline: clamp(6px, -11.21px + 1.681vw, 14px);
    line-height: 1.2;
    position: relative;
    transition: opacity var(--transition-time);
    font-size: clamp(14px, 9.697px + 0.42vw, 16px);
    font-weight: var(--fw-bold);
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .bl_siteHeader_nav > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav > li.current-menu-parent > a::after, .bl_siteHeader_nav > li.current-menu-item > a::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .bl_siteHeader_nav > li.is_mobile {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .bl_siteHeader_nav .sub-menu {
    display: block;
    position: absolute;
    background-color: var(--global-submenu-bg, #fff);
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 8px 30px 0px rgba(167, 167, 167, 0.3);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition);
  }
  .bl_siteHeader_nav .sub-menu a {
    color: var(--text-color);
    display: flex;
    align-items: center;
    padding: 0.8em 1em;
    white-space: nowrap;
    transition: opacity var(--transition);
  }
}

.el_siteHeader_mobile {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .el_siteHeader_mobile {
    display: none;
  }
}
.el_siteHeader_mobile .el_linkButton {
  padding-left: 30px;
}
.el_siteHeader_mobile .el_linkButton::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 25px;
}

/* スライドメニューボタン */
.bl_menuToggleButton {
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-color: var(--main-color);
  transition: all var(--transition-time) ease;
  flex-direction: column;
  margin-left: auto;
  border-radius: 100%;
  /*ボタン内側*/
}
@media screen and (min-width: 1025px) {
  .bl_menuToggleButton {
    display: none;
  }
}
.is_open .bl_menuToggleButton::before {
  transform: translateX(0);
}
.bl_menuToggleButton .openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 22px;
  height: 16px;
}
.bl_menuToggleButton .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
.bl_menuToggleButton .openbtn1 span:nth-of-type(1) {
  top: 0;
}
.bl_menuToggleButton .openbtn1 span:nth-of-type(2) {
  top: 8px;
}
.bl_menuToggleButton .openbtn1 span:nth-of-type(3) {
  top: 16px;
}
.bl_menuToggleButton.is_open .openbtn1 span {
  background: #fff;
}
.bl_menuToggleButton.is_open .openbtn1 span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.bl_menuToggleButton.is_open .openbtn1 span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
.bl_menuToggleButton.is_open .openbtn1 span:nth-of-type(3) {
  width: 100%;
  left: 0;
  right: auto;
  transform: translateY(-8px) rotate(45deg);
}

@keyframes slideToTop {
  from {
    right: -100px;
  }
  to {
    right: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
body.is_open {
  overflow: hidden;
}

.global-menu-toggle {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .global-menu-toggle {
    display: none;
  }
}
.global-menu-toggle:before {
  content: "";
  background-image: url(../images/header/arrow-sp-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform-origin: center;
  transition: transform var(--transition-time) ease;
}
.global-menu-toggle.is-open::before {
  transform: rotate(90deg);
}

.overlay {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-height));
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all var(--transition-time);
}
.is_open .overlay {
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  visibility: visible;
}

.bl_breadcrumb_wrapper {
  position: absolute;
  padding-block: 22px;
  padding-inline: 25px;
}

.bl_breadcrumb {
  letter-spacing: 0.06em;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .bl_breadcrumb {
    font-size: 14px;
  }
}
.bl_breadcrumb li {
  padding-block: 5px;
  list-style: none;
  white-space: nowrap;
}
.bl_breadcrumb li + li::before {
  content: "/";
  padding-inline: 5px;
}
.bl_breadcrumb a {
  transition: opacity var(--transition-time);
}
@media (hover: hover) {
  .bl_breadcrumb a:hover {
    opacity: 0.7;
  }
}

.bl_pageHeader_inner {
  padding-inline: 20px;
  height: 140px;
  max-width: 1720px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .bl_pageHeader_inner {
    padding-bottom: 12px;
    height: 222px;
  }
}
.bl_pageHeader_inner .bl_page_title {
  color: #fff;
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.32;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_pageHeader_inner .bl_page_title {
    font-size: 38px;
  }
}
.bl_pageHeader_inner:after {
  content: "";
  position: absolute;
  background-image: url(../images/page/page-header-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 312/262;
  height: auto;
  width: 110px;
  bottom: -30px;
  right: 10px;
  width: clamp(110px, 57.997px + 13.867vw, 200px);
}
@media screen and (min-width: 1025px) {
  .bl_pageHeader_inner:after {
    width: clamp(240px, -10.269px + 24.44vw, 371px);
    bottom: -90px;
    right: 30px;
  }
}
@media screen and (min-width: 1750px) {
  .bl_pageHeader_inner:after {
    right: 0;
  }
}

.ly_archive_index,
.archive .bl_article_content,
.page .bl_article_content {
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  --article-mt: 15px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index,
  .archive .bl_article_content,
  .page .bl_article_content {
    --article-mt: 30px;
  }
}
.ly_archive_index p,
.archive .bl_article_content p,
.page .bl_article_content p {
  line-height: 1.75;
}
.ly_archive_index p a,
.archive .bl_article_content p a,
.page .bl_article_content p a {
  color: var(--main-color);
  transition: opacity var(--transition-time) ease;
}
@media (hover: hover) {
  .ly_archive_index p a:hover,
  .archive .bl_article_content p a:hover,
  .page .bl_article_content p a:hover {
    opacity: 0.7;
  }
}
.ly_archive_index p + p,
.archive .bl_article_content p + p,
.page .bl_article_content p + p {
  margin-top: 2em;
}
.ly_archive_index h2,
.archive .bl_article_content h2,
.page .bl_article_content h2 {
  text-align: left;
  position: relative;
  font-size: 24px;
  font-size: var(--page-h2-fsz);
  font-weight: var(--fw-bold);
  color: var(--main-color);
  --page-h2-fsz: 24px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h2,
  .archive .bl_article_content h2,
  .page .bl_article_content h2 {
    --page-h2-fsz: 32px;
  }
}
.ly_archive_index h2.lp_heading,
.archive .bl_article_content h2.lp_heading,
.page .bl_article_content h2.lp_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 8px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--main-color);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  --page-h2-fsz: 24px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h2.lp_heading,
  .archive .bl_article_content h2.lp_heading,
  .page .bl_article_content h2.lp_heading {
    line-height: 1.6;
    gap: 0;
    --page-h2-fsz: 40px;
  }
}
.ly_archive_index h2.lp_heading span,
.archive .bl_article_content h2.lp_heading span,
.page .bl_article_content h2.lp_heading span {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1;
}
.ly_archive_index h2.lp_heading:before, .ly_archive_index h2.lp_heading:after,
.archive .bl_article_content h2.lp_heading:before,
.archive .bl_article_content h2.lp_heading:after,
.page .bl_article_content h2.lp_heading:before,
.page .bl_article_content h2.lp_heading:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.ly_archive_index h2.page_heading,
.archive .bl_article_content h2.page_heading,
.page .bl_article_content h2.page_heading {
  text-align: center;
  --page-h2-fsz: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h2.page_heading,
  .archive .bl_article_content h2.page_heading,
  .page .bl_article_content h2.page_heading {
    --page-h2-fsz: 32px;
  }
}
.ly_archive_index h2.page_heading + *,
.archive .bl_article_content h2.page_heading + *,
.page .bl_article_content h2.page_heading + * {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h2.page_heading + *,
  .archive .bl_article_content h2.page_heading + *,
  .page .bl_article_content h2.page_heading + * {
    font-size: 16px;
    margin-top: 40px;
  }
}
.ly_archive_index h3,
.archive .bl_article_content h3,
.page .bl_article_content h3 {
  font-weight: var(--fw-medium);
  font-size: var(--page-h3-fsz) !important;
}
.ly_archive_index h3.page_heading_h3,
.ly_archive_index h3.lp_heading_h3,
.archive .bl_article_content h3.page_heading_h3,
.archive .bl_article_content h3.lp_heading_h3,
.page .bl_article_content h3.page_heading_h3,
.page .bl_article_content h3.lp_heading_h3 {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.75;
  background-color: #f7b977;
  border-radius: 8px 8px 0 0;
  padding-inline: 20px;
  padding-block: 12px 12px;
  --page-h3-fsz: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h3.page_heading_h3,
  .ly_archive_index h3.lp_heading_h3,
  .archive .bl_article_content h3.page_heading_h3,
  .archive .bl_article_content h3.lp_heading_h3,
  .page .bl_article_content h3.page_heading_h3,
  .page .bl_article_content h3.lp_heading_h3 {
    padding-block: 17px 20px;
    --page-h3-fsz: 22px;
  }
}
.ly_archive_index h3.page_heading_h3,
.archive .bl_article_content h3.page_heading_h3,
.page .bl_article_content h3.page_heading_h3 {
  padding-block: 10px 8px;
  --page-h3-fsz: 18px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h3.page_heading_h3,
  .archive .bl_article_content h3.page_heading_h3,
  .page .bl_article_content h3.page_heading_h3 {
    padding-block: 12px 10px;
    --page-h3-fsz: 22px;
  }
}
.ly_archive_index h4,
.archive .bl_article_content h4,
.page .bl_article_content h4 {
  font-size: 18px;
  line-height: 1.5;
}
.ly_archive_index h4.lp_heading_h4,
.archive .bl_article_content h4.lp_heading_h4,
.page .bl_article_content h4.lp_heading_h4 {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.75;
  border-radius: 8px 8px 0 0;
  padding-block: 15px 18px;
  padding-inline: 18px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index h4.lp_heading_h4,
  .archive .bl_article_content h4.lp_heading_h4,
  .page .bl_article_content h4.lp_heading_h4 {
    font-size: 20px;
  }
}
.ly_archive_index table,
.archive .bl_article_content table,
.page .bl_article_content table {
  width: 100%;
}
.ly_archive_index table thead,
.archive .bl_article_content table thead,
.page .bl_article_content table thead {
  border-bottom: none !important;
}
.ly_archive_index table thead th,
.archive .bl_article_content table thead th,
.page .bl_article_content table thead th {
  background-color: var(--main-color);
  color: #fff;
  font-weight: var(--fw-bold);
  line-height: 1.3;
  padding: 10px;
  border-style: none none none solid !important;
  border-left: 1px solid #fff;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index table thead th,
  .archive .bl_article_content table thead th,
  .page .bl_article_content table thead th {
    font-size: 16px;
  }
}
.ly_archive_index table thead th:first-child,
.archive .bl_article_content table thead th:first-child,
.page .bl_article_content table thead th:first-child {
  border-left: none !important;
}
.ly_archive_index table th,
.ly_archive_index table td,
.archive .bl_article_content table th,
.archive .bl_article_content table td,
.page .bl_article_content table th,
.page .bl_article_content table td {
  padding-block: 12px;
  padding-inline: 5px;
  letter-spacing: 0;
  border-color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  line-height: 1.3;
  border-top: none !important;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index table th,
  .ly_archive_index table td,
  .archive .bl_article_content table th,
  .archive .bl_article_content table td,
  .page .bl_article_content table th,
  .page .bl_article_content table td {
    font-size: 16px;
    padding-block: 25px;
    padding-inline: 12px;
  }
}
.ly_archive_index table th,
.archive .bl_article_content table th,
.page .bl_article_content table th {
  position: relative;
}
.ly_archive_index section,
.archive .bl_article_content section,
.page .bl_article_content section {
  max-width: 1240px;
  margin-inline: auto;
}
.ly_archive_index section.full-width,
.archive .bl_article_content section.full-width,
.page .bl_article_content section.full-width {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --article-mt: 0;
}
.ly_archive_index section > * + *,
.archive .bl_article_content section > * + *,
.page .bl_article_content section > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index section > * + *,
  .archive .bl_article_content section > * + *,
  .page .bl_article_content section > * + * {
    margin-top: 40px;
  }
}
.ly_archive_index section > .is_align_left + *,
.ly_archive_index section > .is_align_right + *,
.ly_archive_index section > h3 + *,
.ly_archive_index section > h2 + *,
.archive .bl_article_content section > .is_align_left + *,
.archive .bl_article_content section > .is_align_right + *,
.archive .bl_article_content section > h3 + *,
.archive .bl_article_content section > h2 + *,
.page .bl_article_content section > .is_align_left + *,
.page .bl_article_content section > .is_align_right + *,
.page .bl_article_content section > h3 + *,
.page .bl_article_content section > h2 + * {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index section > .is_align_left + *,
  .ly_archive_index section > .is_align_right + *,
  .ly_archive_index section > h3 + *,
  .ly_archive_index section > h2 + *,
  .archive .bl_article_content section > .is_align_left + *,
  .archive .bl_article_content section > .is_align_right + *,
  .archive .bl_article_content section > h3 + *,
  .archive .bl_article_content section > h2 + *,
  .page .bl_article_content section > .is_align_left + *,
  .page .bl_article_content section > .is_align_right + *,
  .page .bl_article_content section > h3 + *,
  .page .bl_article_content section > h2 + * {
    margin-top: 30px;
  }
}
.ly_archive_index section > * + h2,
.archive .bl_article_content section > * + h2,
.page .bl_article_content section > * + h2 {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index section > * + h2,
  .archive .bl_article_content section > * + h2,
  .page .bl_article_content section > * + h2 {
    margin-top: 80px;
  }
}
.ly_archive_index section > * + h3,
.archive .bl_article_content section > * + h3,
.page .bl_article_content section > * + h3 {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index section > * + h3,
  .archive .bl_article_content section > * + h3,
  .page .bl_article_content section > * + h3 {
    margin-top: 60px;
  }
}
.ly_archive_index .is_style_disc,
.archive .bl_article_content .is_style_disc,
.page .bl_article_content .is_style_disc {
  padding-left: 1.3em;
}
.ly_archive_index .is_style_disc li,
.archive .bl_article_content .is_style_disc li,
.page .bl_article_content .is_style_disc li {
  list-style: disc;
}
.ly_archive_index figcaption,
.archive .bl_article_content figcaption,
.page .bl_article_content figcaption {
  line-height: 1;
  font-size: 16px;
  text-align: right;
}
.ly_archive_index .el_contentBox,
.archive .bl_article_content .el_contentBox,
.page .bl_article_content .el_contentBox {
  background-color: #f2f5f6;
  padding-block: 30px;
  padding-inline: 25px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index .el_contentBox,
  .archive .bl_article_content .el_contentBox,
  .page .bl_article_content .el_contentBox {
    padding-block: 40px;
    padding-inline: 60px;
  }
}
.ly_archive_index .el_contentBox > * + *,
.archive .bl_article_content .el_contentBox > * + *,
.page .bl_article_content .el_contentBox > * + * {
  margin-top: 20px;
}
.ly_archive_index .bl_columns.is_flex,
.archive .bl_article_content .bl_columns.is_flex,
.page .bl_article_content .bl_columns.is_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index .bl_columns.is_flex,
  .archive .bl_article_content .bl_columns.is_flex,
  .page .bl_article_content .bl_columns.is_flex {
    flex-direction: row;
    gap: 70px;
    justify-content: center;
  }
}
.ly_archive_index .bl_columns.is_flex .el_column figure,
.archive .bl_article_content .bl_columns.is_flex .el_column figure,
.page .bl_article_content .bl_columns.is_flex .el_column figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.ly_archive_index .bl_columns.is_flex .el_column figure figcaption,
.archive .bl_article_content .bl_columns.is_flex .el_column figure figcaption,
.page .bl_article_content .bl_columns.is_flex .el_column figure figcaption {
  width: 100%;
  text-align: right;
}
.ly_archive_index .bl_comapnyMap,
.archive .bl_article_content .bl_comapnyMap,
.page .bl_article_content .bl_comapnyMap {
  --article-mt: 80px;
}
.ly_archive_index .bl_comapnyMap iframe,
.archive .bl_article_content .bl_comapnyMap iframe,
.page .bl_article_content .bl_comapnyMap iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1000/680;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index .bl_comapnyMap iframe,
  .archive .bl_article_content .bl_comapnyMap iframe,
  .page .bl_article_content .bl_comapnyMap iframe {
    aspect-ratio: 1000/480;
  }
}
.ly_archive_index .el_mediaText_content > * + *,
.archive .bl_article_content .el_mediaText_content > * + *,
.page .bl_article_content .el_mediaText_content > * + * {
  margin-top: 20px;
}

.bl_lpContent {
  margin-top: 20px;
  margin-inline: 3.8%;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent {
    margin-top: 50px;
    margin-inline: 45px;
  }
}

ul.bl_checkList li {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--main-color);
  font-weight: var(--fw-bold);
  background-color: #fff;
  border-radius: 99px;
  box-shadow: 0px 0px 3px #9fcc97;
  min-height: 72px;
  padding-inline: 32px;
}
ul.bl_checkList li::before {
  content: "";
  background-image: url(../images/page/icon-check.svg);
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
ul.bl_checkList li + li {
  margin-top: 17px;
}

.bl_pageFootButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .bl_pageFootButtons {
    gap: 28px;
  }
}
.bl_pageFootButtons a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main-color);
  transition: opacity var(--transition);
  color: #fff;
  font-size: 20px;
  padding-block: 10px;
  padding-inline: 40px 26px;
  border-radius: 6px;
  max-width: 390px;
  width: 100%;
  height: 70px;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_pageFootButtons a {
    height: 100px;
  }
}
.bl_pageFootButtons a::after {
  content: "";
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
}

.bl_siteFooter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.bl_siteFooter a:not(.not_link) {
  color: #fff;
  transition: opacity var(--transition-time);
}
@media (hover: hover) {
  .bl_siteFooter a:not(.not_link):hover {
    opacity: 0.7;
  }
}

.el_footer_logo {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .el_footer_logo {
    width: 234px;
  }
}

.el_footer_image {
  display: block;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .el_footer_image {
    width: 236px;
    margin-inline: auto 0;
    margin-top: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .el_footer_image {
    position: absolute;
    top: -94%;
    top: clamp(-178px, 117.714px + -15.402vw, -40px);
    right: 0;
    max-width: 100%;
    width: clamp(250px, 60.286px + 18.527vw, 416px);
  }
}

.bl_siteFooter_nav_wrapper {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .bl_siteFooter_nav {
    display: flex;
    flex-direction: row;
    max-width: none;
    width: 100%;
    gap: clamp(16px, -79.813px + 9.357vw, 48px);
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .bl_siteFooter_nav ul.bl_siteFooter_nav {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 1024px) {
  .bl_siteFooter_nav ul.bl_siteFooter_nav > li {
    margin-bottom: 1em;
  }
}
.bl_siteFooter_nav ul.bl_siteFooter_nav > li > a {
  font-weight: var(--fw-bold);
  line-height: 1.2;
  font-size: 15px;
  hyphens: auto;
}
.bl_siteFooter_nav ul.bl_siteFooter_nav > li.not_link > a {
  pointer-events: none;
}

.bl_siteFooter_copyRight {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1;
  padding-inline: 15px;
  margin-top: 18px;
}
@media screen and (min-width: 1025px) {
  .bl_siteFooter_copyRight {
    margin-top: 65px;
  }
}

.bl_cta {
  width: 100%;
  display: grid;
  align-content: center;
  padding-inline: var(--site-inline-padding);
  overflow: hidden;
  position: relative;
  padding-block: 20px;
  border-top: 1px solid var(--main-color);
}
@media screen and (min-width: 1025px) {
  .bl_cta {
    padding-block: 55px 58px;
  }
}
.home .bl_cta {
  border-top: none;
}
@media screen and (min-width: 1025px) {
  .home .bl_cta {
    padding-block: 86px 58px;
  }
}
.bl_cta .bl_cta_innner {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
}
.bl_cta .bl_cta_innner .columns {
  align-items: center;
  max-width: 786px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-inline: auto;
  padding-inline: 10px;
}
@media screen and (min-width: 1025px) {
  .bl_cta .bl_cta_innner .columns {
    padding-inline: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.bl_cta .bl_cta_innner .columns .column {
  line-height: 1.5;
}
.bl_cta .bl_ctaShopInfo {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  gap: 34px;
}
@media screen and (min-width: 1025px) {
  .bl_cta .bl_ctaShopInfo {
    margin-top: 67px;
    grid-template-columns: 38.5% 1fr;
    gap: 22px;
  }
}
.bl_cta .bl_ctaShopInfo .el_map {
  height: auto;
  width: 100%;
  margin-inline: auto;
}
.bl_cta .bl_ctaShopInfo .el_map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .bl_lpContent .el_timeTable,
  .bl_cta .el_timeTable {
    margin-inline: -8px;
  }
}
.bl_lpContent .el_timeTable table,
.bl_cta .el_timeTable table {
  box-shadow: 3px 3px 6px #cecfd0;
  table-layout: fixed;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable table,
  .bl_cta .el_timeTable table {
    font-size: 20px;
  }
}
.bl_lpContent .el_timeTable thead th,
.bl_cta .el_timeTable thead th {
  background-color: var(--bg-sub-color);
  letter-spacing: 0;
  line-height: 1;
  padding-block: 10px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable thead th,
  .bl_cta .el_timeTable thead th {
    padding-inline: 20px;
  }
}
.bl_lpContent .el_timeTable thead th:nth-child(2),
.bl_cta .el_timeTable thead th:nth-child(2) {
  text-align: left;
  padding-inline: 0;
  width: 23%;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable thead th:nth-child(2),
  .bl_cta .el_timeTable thead th:nth-child(2) {
    width: 30%;
    padding-inline: 20px;
  }
}
.bl_lpContent .el_timeTable thead tr.el_width_spacer th,
.bl_cta .el_timeTable thead tr.el_width_spacer th {
  padding-block: 6px;
}
.bl_lpContent .el_timeTable thead tr.has_note th,
.bl_cta .el_timeTable thead tr.has_note th {
  padding-block: 0;
  padding-inline: 8px;
}
.bl_lpContent .el_timeTable thead tr.has_note th span,
.bl_cta .el_timeTable thead tr.has_note th span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding-inline: 10px;
  border-radius: 999px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  color: #b50d23;
  background-color: #fff;
  border: 1px solid;
  margin-inline: auto;
  max-width: 475px;
  font-size: 12px;
  padding-block: 6px 7px;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable thead tr.has_note th span,
  .bl_cta .el_timeTable thead tr.has_note th span {
    font-size: 16px;
  }
}
.bl_lpContent .el_timeTable tbody td,
.bl_cta .el_timeTable tbody td {
  letter-spacing: 0.03em;
  line-height: 1.35;
  padding-block: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable tbody td,
  .bl_cta .el_timeTable tbody td {
    line-height: 1.75;
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.bl_lpContent .el_timeTable tbody td.open, .bl_lpContent .el_timeTable tbody td.close,
.bl_cta .el_timeTable tbody td.open,
.bl_cta .el_timeTable tbody td.close {
  padding-block: 10px;
  padding-inline: 10px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable tbody td.open, .bl_lpContent .el_timeTable tbody td.close,
  .bl_cta .el_timeTable tbody td.open,
  .bl_cta .el_timeTable tbody td.close {
    padding-block: 30px;
  }
}
.bl_lpContent .el_timeTable tbody td.open,
.bl_cta .el_timeTable tbody td.open {
  line-height: 1;
  color: var(--main-color);
}
.bl_lpContent .el_timeTable tbody tr.has_underline td,
.bl_cta .el_timeTable tbody tr.has_underline td {
  border-bottom: 1px solid var(--border-color);
}
.bl_lpContent .el_timeTable tr th:last-child, .bl_lpContent .el_timeTable tr th:first-child,
.bl_lpContent .el_timeTable tr td:last-child,
.bl_lpContent .el_timeTable tr td:first-child,
.bl_cta .el_timeTable tr th:last-child,
.bl_cta .el_timeTable tr th:first-child,
.bl_cta .el_timeTable tr td:last-child,
.bl_cta .el_timeTable tr td:first-child {
  width: 16px;
  border: none !important;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable tr th:last-child, .bl_lpContent .el_timeTable tr th:first-child,
  .bl_lpContent .el_timeTable tr td:last-child,
  .bl_lpContent .el_timeTable tr td:first-child,
  .bl_cta .el_timeTable tr th:last-child,
  .bl_cta .el_timeTable tr th:first-child,
  .bl_cta .el_timeTable tr td:last-child,
  .bl_cta .el_timeTable tr td:first-child {
    width: 3%;
  }
}
@media screen and (min-width: 1367px) {
  .bl_lpContent .el_timeTable tr th:last-child, .bl_lpContent .el_timeTable tr th:first-child,
  .bl_lpContent .el_timeTable tr td:last-child,
  .bl_lpContent .el_timeTable tr td:first-child,
  .bl_cta .el_timeTable tr th:last-child,
  .bl_cta .el_timeTable tr th:first-child,
  .bl_cta .el_timeTable tr td:last-child,
  .bl_cta .el_timeTable tr td:first-child {
    width: 24px;
  }
}
.bl_lpContent .el_timeTable .el_note,
.bl_cta .el_timeTable .el_note {
  letter-spacing: 0.2em;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .bl_lpContent .el_timeTable .el_note,
  .bl_cta .el_timeTable .el_note {
    font-size: 16px;
  }
}

.bl_cta_buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  max-width: 1034px;
  margin-inline: auto;
  margin-top: 23px;
}
@media screen and (min-width: 1025px) {
  .bl_cta_buttons {
    margin-top: 37px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 22px;
  }
}
.ly_siteHeader_nav .bl_cta_buttons {
  grid-template-columns: 1fr;
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .ly_siteHeader_nav .bl_cta_buttons {
    display: none;
  }
}
.bl_cta_buttons a.el_linkButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: var(--main-color);
  color: #fff;
  padding-inline: 1em;
  padding-block: 14px 20px;
  position: relative;
  width: 100%;
  height: auto;
  transition: filter var(--transition-time);
  white-space: normal;
  gap: 0;
  min-height: 93px;
  transition: all var(--transition);
  min-height: 130px;
}
.bl_cta_buttons a.el_linkButton::after {
  content: none;
}
@media (hover: hover) {
  .bl_cta_buttons a.el_linkButton:hover {
    filter: brightness(1.15);
  }
}
.bl_cta_buttons a.el_linkButton.is_beginnersReservation {
  background-color: var(--sub-color);
}
.bl_cta_buttons a.el_linkButton .el_linkButton_title {
  font-weight: var(--fw-medium);
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.75;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bl_cta_buttons a.el_linkButton.is_webInquiry {
  padding-block: 20px 20px;
}
.bl_cta_buttons a.el_linkButton.is_webInquiry .el_linkButton_title {
  font-size: 18px;
}
.bl_cta_buttons a.el_linkButton .el_linkButton_tel {
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: var(--fw-bold);
  line-height: 1.75;
}
.bl_cta_buttons a.el_linkButton .el_linkButton_time {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
.bl_cta_buttons a.el_linkButton .el_linkButton_time span {
  font-size: 15px;
  line-height: 1.07;
}
.bl_cta_buttons .el_ctaButton_Icon::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.bl_cta_buttons .el_ctaButton_Icon.is_telIcon::before {
  width: 24px;
  height: 24px;
  background-image: url(../images/footer/icon-phone.svg);
}
.bl_cta_buttons .el_ctaButton_Icon.is_bookingIcon::before {
  width: 26px;
  height: 26px;
  background-image: url(../images/footer/icon-booking.svg);
}
.bl_cta_buttons .el_ctaButton_Icon.is_pcIcon::before {
  width: 30px;
  height: 26px;
  background-image: url(../images/footer/icon-pc.svg);
}

.bl_fixedMenu {
  background-color: var(--main-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
}
.bl_fixedMenu.is_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bl_fixedMenu .bl_fixedMenu_inner {
  max-width: var(--content-width);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  height: 65px;
}
.bl_fixedMenu .bl_fixedMenu_inner > a {
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-inline: 6.5px;
  padding-block: 7px;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner > a {
    border-left: 1px solid #fff;
    padding-block: 12px;
  }
}
@media (hover: hover) {
  .bl_fixedMenu .bl_fixedMenu_inner > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner > a:last-child {
    border-right: 1px solid #fff;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner > a.el_fixedMenu_bookingButton {
  background-color: var(--sub-color);
}
.bl_fixedMenu .bl_fixedMenu_inner > a span {
  display: block;
}
.bl_fixedMenu .bl_fixedMenu_inner > a span.el_fixedMenu_telText {
  font-weight: var(--fw-bold);
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner > a span.el_fixedMenu_telText {
    font-size: 20px;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner > a span.el_fixedMenu_subText {
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner > a span.el_fixedMenu_subText {
    font-size: 12px;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner .el_fixedMenu_Icon::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.bl_fixedMenu .bl_fixedMenu_inner .el_fixedMenu_Icon.is_telIcon::before {
  width: 27px;
  height: 27px;
  background-image: url(../images/footer/icon-phone.svg);
}
.bl_fixedMenu .bl_fixedMenu_inner .el_fixedMenu_Icon.is_bookingIcon::before {
  width: 34px;
  height: 34px;
  background-image: url(../images/footer/icon-booking.svg);
}
.bl_fixedMenu .bl_fixedMenu_inner .el_fixedMenu_Icon.is_calendarIcon::before {
  background-image: url(../images/footer/icon-calendar.svg);
  width: 20px;
  height: 18px;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner .el_fixedMenu_Icon.is_calendarIcon::before {
    width: 33px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_telButton .el_fixedMenu_Icon,
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_bookingButton .el_fixedMenu_Icon {
    display: none;
  }
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_bookingButton span.el_fixedMenu_subText {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-align: center;
    display: block;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton {
  padding-block: 5px;
  padding-inline: 5px;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton {
    padding-block: 7.5px;
    padding-inline: 6.5px;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-block: 8px;
  padding-inline: 8px;
  border-radius: 6px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton > div {
    gap: 13px;
    flex-wrap: nowrap;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton .el_fixedMenu_subText {
  font-weight: var(--fw-medium);
  color: var(--text-color);
  margin-left: 6px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton .el_fixedMenu_subText {
    margin-left: 9px;
    font-size: 16px;
  }
}
.bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton .el_fixedMenu_mainText {
  display: flex;
  align-items: center;
  font-weight: var(--fw-bold);
  color: var(--text-color);
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .bl_fixedMenu .bl_fixedMenu_inner a.el_fixedMenu_webInquiryButton .el_fixedMenu_mainText {
    font-size: 20px;
  }
}

.bl_mainVisual {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: url(../images/top/mv-bg.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-block: 0 95px;
  background-size: 1400px auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual {
    padding-inline: 37px 16px;
    padding-block: 0 70px;
    background-size: 1920px auto;
    background-size: clamp(1420px, 848.571px + 55.804vw, 1920px);
  }
}
.bl_mainVisual .bl_mainVisual_content {
  max-width: 1920px;
  margin-inline: auto;
  height: 100%;
}
.bl_mainVisual .bl_mv_top {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .bl_mv_top {
    grid-template-columns: 55.4% 1fr;
  }
}
.bl_mainVisual .bl_mainVisual_copy {
  position: relative;
  padding-block: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .bl_mainVisual .bl_mainVisual_copy {
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 90px;
    padding-inline: clamp(48px, 0px + 4.688vw, 90px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .bl_mainVisual_copy {
    margin-inline: 0;
  }
}
.bl_mainVisual .el_mainVisual_primaryCopy {
  font-size: 20px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  line-height: 1.33333333;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mainVisual_primaryCopy {
    font-size: 30px;
    font-size: clamp(16px, 0px + 1.563vw, 30px);
  }
}
.bl_mainVisual .el_mainVisual_primaryCopy::after {
  content: "";
  background-image: url(../images/top/rotation_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  animation: rotation 20s linear infinite;
  z-index: 2;
  width: 84px;
  height: 87px;
  right: 0;
  top: -75%;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mainVisual_primaryCopy::after {
    width: 112px;
    height: 116px;
    width: clamp(59px, -1.571px + 5.915vw, 112px);
    height: clamp(62px, 0.286px + 6.027vw, 116px);
    right: 0;
    top: -25%;
  }
}
.bl_mainVisual .el_mainVisual_image {
  margin-top: 25px;
  width: 79vw;
  max-width: 564px;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mainVisual_image {
    margin-top: 30px;
    width: clamp(300px, -1.714px + 29.464vw, 564px);
  }
}
.bl_mainVisual .el_mainVisual_copy {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mainVisual_copy {
    letter-spacing: 0.05em;
    margin-top: 32px;
    line-height: 2.36;
    margin-top: clamp(16px, -2.286px + 1.786vw, 32px);
    font-size: clamp(10px, 5.429px + 0.446vw, 14px);
  }
}
.bl_mainVisual .bl_mv_gallery {
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .bl_mv_gallery {
    justify-content: flex-end;
    gap: 16px;
    margin-top: clamp(-220px, 122.857px + -17.857vw, -60px);
  }
}
.bl_mainVisual .bl_mv_gallery .mv_gallery_image {
  width: calc((100% - 9px) / 2);
}
.bl_mainVisual .bl_mv_gallery .mv_gallery_image:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_mainVisual .bl_mv_gallery .mv_gallery_image {
    width: calc((100% - 16px) / 3);
  }
  .bl_mainVisual .bl_mv_gallery .mv_gallery_image:last-child {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .bl_mv_gallery .mv_gallery_image {
    width: clamp(180px, -2.857px + 17.857vw, 340px);
  }
}
.bl_mainVisual .el_mv_bottomCopy {
  text-align: center;
  color: #fff;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 17px;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mv_bottomCopy {
    font-size: 38px;
    margin-top: 45px;
    margin-top: clamp(24px, 0px + 2.344vw, 45px);
    font-size: clamp(20px, -0.571px + 2.009vw, 38px);
    line-height: 1.57894737;
  }
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image {
  position: absolute;
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform var(--transition); /* hover時のレスポンス */
  will-change: transform; /* パフォーマンスヒント */
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_left {
  left: 48%;
  bottom: -8px;
  transform: translate(-100%, 100%);
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_left {
    left: -57px;
    top: clamp(-100px, 0.714px + -5.246vw, -53px);
    bottom: auto;
    transform: translateX(-100%);
  }
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_left::before {
  background-image: url(../images/top/mv-people-sp-l.svg);
  aspect-ratio: 84/126;
  height: auto;
  width: 84px;
  animation: float var(--float-duration) ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_left::before {
    background-image: url(../images/top/mv-people-l.svg);
    aspect-ratio: 198/343;
    width: clamp(105px, -1.286px + 10.379vw, 198px);
  }
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_right {
  right: 48%;
  bottom: -8px;
  transform: translate(100%, 100%);
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_right {
    right: -75px;
    top: clamp(-100px, 0.714px + -5.246vw, -53px);
    bottom: auto;
    transform: translateX(100%);
  }
}
.bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_right::before {
  background-image: url(../images/top/mv-people-sp-r.svg);
  aspect-ratio: 82/126;
  height: auto;
  width: 82px;
  animation: float var(--float-duration) ease-in-out infinite alternate-reverse;
  animation-delay: -3s;
}
@media screen and (min-width: 1025px) {
  .bl_mainVisual .el_mv_bottomCopy .el_mv_bottomCopy_image.is_right::before {
    background-image: url(../images/top/mv-people-r.svg);
    aspect-ratio: 227/331;
    width: clamp(121px, -0.143px + 11.83vw, 227px);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* improve rendering & set sensible defaults for the rotating element */
.el_mainVisual_primaryCopy::after {
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}

/* respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
  .el_mainVisual_primaryCopy::after {
    animation: none !important;
  }
}
.page,
.home {
  --article-mt: 0;
}
.page .section_pb_tb,
.home .section_pb_tb {
  padding-block: 30px 30px;
}
@media screen and (min-width: 1025px) {
  .page .section_pb_tb,
  .home .section_pb_tb {
    padding-block: 90px 100px;
  }
}
.page section.full-width,
.home section.full-width {
  padding-inline: var(--site-inline-padding);
}

.home {
  --link-button-mt: 20px;
}
@media screen and (min-width: 1025px) {
  .home {
    --link-button-mt: 15px;
  }
}
.home .bl_article_content {
  max-width: none;
  padding-inline: 0;
}
.home .bl_article_content section {
  max-width: none;
}
.home .bl_article_content .el_linkButton {
  margin-top: var(--link-button-mt) !important;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home .bl_article_content .el_linkButton {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.bl_section_inner {
  max-width: var(--content-width);
  margin-inline: auto;
}

.no_posts p {
  text-align: center;
  margin: 100px;
}

.bl_article_content ul.bl_card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_article_content ul.bl_card {
    grid-template-columns: repeat(3, 1fr);
    gap: 47px;
  }
}
.bl_article_content ul.bl_card a {
  display: block;
}

section.bl_top_news {
  padding-block: 47px 36px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_news {
    padding-block: 78px 88px;
  }
}

section.bl_top_event {
  padding-block: 57px 35px;
  background-image: url(../images/top/top-event-bg.webp);
  background-repeat: repeat-x;
  background-position: top center;
}
@media screen and (min-width: 1025px) {
  section.bl_top_event {
    padding-block: 82px 82px;
  }
}
section.bl_top_event h2.lp_heading::before {
  content: "";
  background-image: url(../images/top/event-l.svg);
  height: auto;
  aspect-ratio: 162/193;
  transform: translateX(-100%);
  width: 91px;
  left: -9px;
  top: -40px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_event h2.lp_heading::before {
    width: 162px;
    left: -28px;
    top: -113px;
  }
}
section.bl_top_event h2.lp_heading::after {
  content: "";
  background-image: url(../images/top/event-r.svg);
  aspect-ratio: 104/170;
  height: auto;
  transform: translateX(100%);
  width: 56px;
  right: -28px;
  top: -27px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_event h2.lp_heading::after {
    width: 104px;
    right: -47px;
    top: -92px;
  }
}
section.bl_top_event .bl_postList.is_list_event {
  margin-top: 30px;
}
section.bl_top_event .bl_postList.is_list_event .el_postList_items {
  display: grid;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  section.bl_top_event .bl_postList.is_list_event .el_postList_items {
    grid-template-columns: 65.9% 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 44px;
    gap: clamp(15px, -40.403px + 5.41vw, 44px);
    grid-template-areas: "item1 item2" "item1 item3";
  }
}
section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art a {
  display: block;
  line-height: 1;
}
section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 160/105;
}
section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art span.posted-on {
  font-size: 12px;
  color: #939393;
}
@media screen and (min-width: 768px) {
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art span.posted-on {
    font-size: 14px;
    margin-top: 14px;
  }
}
section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art h3 {
  margin-top: 7px;
  line-height: 1.2;
  --page-h3-fsz: 16px;
}
@media screen and (min-width: 768px) {
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
    --page-h3-fsz: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art a {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:first-child {
    margin-bottom: 10px;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:first-child a {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(1) {
    grid-area: item1;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(1) img {
    aspect-ratio: 900/562;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(1) span.posted-on {
    margin-top: 15px;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(1) h3 {
    --page-h3-fsz: 31px;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(2) {
    grid-area: item2;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(2) img {
    aspect-ratio: 422/230;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(3) {
    grid-area: item3;
  }
  section.bl_top_event .bl_postList.is_list_event .el_postList_items .bl_archive_art:nth-child(3) img {
    aspect-ratio: 422/230;
  }
}
section.bl_top_event .el_linkButton {
  --link-button-mt: 20px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_event .el_linkButton {
    --link-button-mt: 34px;
  }
}

section.bl_top_shop {
  background-image: url(../images/top/top-shop-bg.svg), linear-gradient(to bottom, var(--main-color) 0% 90%, #ffffff 90% 100%);
  background-repeat: repeat-x;
  background-position: bottom center, top center;
  background-size: 1200px auto;
  padding-block: 41px 50px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  section.bl_top_shop {
    padding-block: 76px 84px;
    background-size: 1920px auto;
    background-size: clamp(1420px, 848.571px + 55.804vw, 1920px);
  }
}
section.bl_top_shop h2.lp_heading {
  --main-color: #fff;
  --text-color: #fff;
}
section.bl_top_shop h2.lp_heading::before {
  content: "";
  background-image: url(../images/top/shop-l.svg);
  height: auto;
  aspect-ratio: 131/168;
  width: 82px;
  left: -15px;
  top: -36px;
  transform: translateX(-100%);
}
@media screen and (min-width: 1025px) {
  section.bl_top_shop h2.lp_heading::before {
    width: 131px;
    left: -35px;
    top: -90px;
  }
}
section.bl_top_shop h2.lp_heading::after {
  content: "";
  background-image: url(../images/top/shop-r.svg);
  aspect-ratio: 109/198;
  height: auto;
  width: 66px;
  right: 12px;
  top: -62px;
  transform: translateX(100%);
}
@media screen and (min-width: 1025px) {
  section.bl_top_shop h2.lp_heading::after {
    width: 109px;
    right: 15px;
    top: -126px;
  }
}
section.bl_top_shop .el_linkButton {
  background-color: var(--main-color);
  border-color: #fff;
  color: #fff;
}
section.bl_top_shop .el_linkButton::after {
  background-color: #fff;
}
section.bl_top_shop .bl_shopSearch {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_shop .bl_shopSearch {
    grid-template-columns: 38% 1fr;
    gap: 60px;
  }
}
section.bl_top_shop .bl_searchBox {
  flex-direction: column;
  gap: 10px;
}
section.bl_top_shop .bl_searchBox .el_linkButton {
  --link-button-mt: 0;
  background-color: var(--text-color);
  color: #ffffff;
  border-radius: 100px;
  width: 130px;
  min-width: auto;
  font-size: 15px;
  margin-right: 0;
  font-weight: var(--fw-bold);
  max-width: none;
}
@media screen and (max-width: 1024px) {
  section.bl_top_shop .bl_searchBox .el_linkButton {
    margin-inline: auto;
  }
}
section.bl_top_shop a.el_linkButton {
  --link-button-mt: 14px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_shop a.el_linkButton {
    --link-button-mt: 49px;
  }
}

section.bl_top_banner {
  padding-block: 30px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_banner {
    padding-block: 70px;
  }
}
section.bl_top_banner ul.bl_bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section.bl_top_banner ul.bl_bannerList li {
  aspect-ratio: 638/240;
  width: calc(50% - 7.5px);
  border: 1px solid var(--border-color);
}
@media screen and (min-width: 1025px) {
  section.bl_top_banner ul.bl_bannerList li {
    width: calc((100% - 90px) / 4);
  }
}
section.bl_top_banner ul.bl_bannerList img {
  aspect-ratio: 638/240;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  section.bl_top_banner ul.bl_bannerList {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

section.bl_top_sns {
  padding-block: 20px 40px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_sns {
    padding-block: 40px 100px;
  }
}
section.bl_top_sns a.el_linkButton {
  --link-button-mt: 20px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_sns a.el_linkButton {
    --link-button-mt: 48px;
  }
}

section.bl_top_about {
  padding-block: 40px 34px;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url(../images/top/top-about-bg.webp);
  background-size: 1200px auto;
  --content-width: 1724px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about {
    padding-block: 98px 60px;
  }
}
@media screen and (min-width: 1025px) {
  section.bl_top_about {
    background-size: 1920px auto;
  }
}
section.bl_top_about h2.lp_heading::before {
  content: "";
  background-image: url(../images/top/about-us-l.svg);
  transform: translateX(-100%);
  height: auto;
  aspect-ratio: 67/198;
  width: 35px;
  left: -14px;
  top: -28px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about h2.lp_heading::before {
    width: 67px;
    left: -68px;
    top: -90px;
  }
}
section.bl_top_about h2.lp_heading::after {
  content: "";
  background-image: url(../images/top/about-us-r.svg);
  aspect-ratio: 112/204;
  height: auto;
  transform: translateX(100%);
  width: 61px;
  right: 5px;
  top: -35px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about h2.lp_heading::after {
    width: 112px;
    right: -26px;
    top: -97px;
  }
}
section.bl_top_about .bl_mediaText {
  margin-top: 11px;
  max-width: 1724px;
  margin-inline: auto;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about .bl_mediaText {
    margin-top: 47px;
    grid-template-columns: 58% 1fr;
    gap: 0;
  }
}
section.bl_top_about .bl_mediaText_content {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about .bl_mediaText_content {
    margin-inline: 0;
    padding-inline: 60px 0;
    padding-inline: clamp(25px, -15px + 3.906vw, 60px) 0;
  }
}
section.bl_top_about .bl_mediaText_content h3 {
  --page-h3-fsz: 20px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
}
@media screen and (min-width: 1025px) {
  section.bl_top_about .bl_mediaText_content h3 {
    --page-h3-fsz: 40px;
  }
}
section.bl_top_about .bl_mediaText_content p {
  margin-top: 20px;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about .bl_mediaText_content p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.5;
  }
}
section.bl_top_about .bl_mediaText_content .el_linkButton {
  padding-inline: 50px;
  margin-left: 0;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  section.bl_top_about .bl_mediaText_content .el_linkButton {
    max-width: 400px;
    width: 100%;
    font-size: 16px;
  }
}

.bl_postList.is_list_sns {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .bl_postList.is_list_sns {
    margin-top: 38px;
  }
}
.bl_postList.is_list_sns .bl_archive_art {
  padding-block: 19px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 1025px) {
  .bl_postList.is_list_sns .bl_archive_art {
    padding-block: 30px;
  }
}
.bl_postList.is_list_sns .bl_archive_art:first-child {
  border-top: 1px solid var(--border-color);
}
.bl_postList.is_list_sns a.el_archive_content {
  display: flex;
  align-items: center;
  gap: 57px;
  --page-h2-fsz: 14px;
  --page-h3-fsz: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: opacity var(--transition);
}
@media screen and (max-width: 1024px) {
  .bl_postList.is_list_sns a.el_archive_content {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .bl_postList.is_list_sns a.el_archive_content:hover {
    opacity: 0.7;
  }
}
.bl_postList.is_list_sns a.el_archive_content .el_archive_meta {
  color: #939393;
}

.bl_shopSearch h3 {
  --page-h3-fsz: 16px;
}
@media screen and (min-width: 1025px) {
  .bl_shopSearch h3 {
    --page-h3-fsz: 26px;
  }
}
.bl_shopSearch h3::before {
  content: "";
  background-image: url(../images/common/icon-search-w.svg);
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: -4px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .bl_shopSearch h3::before {
    vertical-align: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.bl_shopSearch .bl_searchBox {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .bl_shopSearch .bl_searchBox {
    margin-top: 15px;
    flex-direction: row;
  }
}
.bl_shopSearch .bl_searchBox input[type=text] {
  height: 60px;
  border-radius: 99px;
  border: none;
  padding-inline: 30px;
  padding-block: 22px;
  font-size: 14px;
  letter-spacing: 0.05em;
  flex-grow: 1;
}
.bl_shopSearch .bl_searchBox input[type=text]::-moz-placeholder {
  color: #939393;
}
.bl_shopSearch .bl_searchBox input[type=text]::placeholder {
  color: #939393;
}
.bl_shopSearch .el_searchBox_input {
  flex-grow: 1;
}
.bl_shopSearch .bl_genreList {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 10px;
  margin-top: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1025px) {
  .bl_shopSearch .bl_genreList {
    margin-top: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.bl_shopSearch .bl_genreList a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 8px;
  padding-inline: 20px;
  border-radius: 99px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 15px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  line-height: 1.2;
  min-height: 50px;
}
@media screen and (min-width: 1025px) {
  .bl_shopSearch .bl_genreList a {
    min-height: 60px;
  }
}

.bl_postList.is_list_news .el_postList_items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_news .el_postList_items {
    gap: 50px;
    gap: clamp(15px, -51.866px + 6.53vw, 50px);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
.bl_postList.is_list_news .el_postList_items .bl_archive_art a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_news .el_postList_items .bl_archive_art a {
    display: block;
  }
}
.bl_postList.is_list_news .el_postList_items .bl_archive_art a img {
  aspect-ratio: 844/560;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_postList.is_list_news .el_postList_items .el_archive_meta {
  display: flex;
  letter-spacing: 0.05em;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0;
  font-size: 12px;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_news .el_postList_items .el_archive_meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
  }
}
.bl_postList.is_list_news .el_postList_items .el_archive_meta span.posted-on {
  line-height: 1.2;
  color: #939393;
  font-weight: var(--fw-medium);
}
.bl_postList.is_list_news .el_postList_items .el_archive_meta span.el_post_category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bl_postList.is_list_news .el_postList_items .el_archive_meta span.el_post_category > span {
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 6px;
  padding-inline: 20px;
  border-radius: 99px;
  line-height: 1;
  color: var(--main-color);
  background-color: #e7f2f9;
  min-height: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_news .el_postList_items .el_archive_meta span.el_post_category > span {
    min-height: 30px;
  }
}
.bl_postList.is_list_news .el_postList_items h2,
.bl_postList.is_list_news .el_postList_items h3 {
  --page-h2-fsz: 16px;
  --page-h3-fsz: 16px;
  --main-color: var(--text-color);
  letter-spacing: 0.05em;
  font-weight: var(--fw-bold);
  margin-top: 4px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_news .el_postList_items h2,
  .bl_postList.is_list_news .el_postList_items h3 {
    --page-h2-fsz: 22px;
    --page-h3-fsz: 22px;
  }
}
.bl_postList.is_list_news .el_postList_items p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 767px) {
  .bl_postList.is_list_news .el_postList_items p {
    display: none;
  }
}

.bl_postList.is_list_sns .el_postList_items h2,
.bl_postList.is_list_sns .el_postList_items h3 {
  --page-h2-fsz: 14px;
  --page-h3-fsz: 14px;
  --main-color: var(--text-color);
  letter-spacing: 0.05em;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bl_postList.is_list_sns .el_postList_items h2,
  .bl_postList.is_list_sns .el_postList_items h3 {
    --page-h2-fsz: 14px;
    --page-h3-fsz: 14px;
  }
}

.bl_404 {
  padding-block: 100px 140px;
  max-width: var(--content-width);
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_404 > * + * {
  --article-mt: 40px;
}
.bl_404 h2 {
  font-size: 30px;
}

.page-about .bl_about_mv {
  background-image: url(../images/page/about-mv.webp);
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding-block: 38px 260px;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_mv {
    aspect-ratio: 1920/647;
    max-height: 647px;
    padding-block: 58px;
  }
}
.page-about .bl_about_mv h2 {
  color: var(--main-color);
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_mv h2 {
    font-size: 32px;
  }
}
.page-about .bl_about_mv p {
  margin-top: 20px;
  font-weight: var(--fw-bold);
  font-size: 16px;
  line-height: 2;
  margin-top: 33px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_mv p {
    line-height: 2.22;
    font-size: 18px;
  }
}
.page-about .bl_about_abst {
  margin-block: 45px 48px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_abst {
    margin-block: 90px 96px;
  }
}
.page-about .bl_about_abst .bl_card {
  counter-reset: abst-card;
  gap: 20px;
  margin-top: 30px !important;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_abst .bl_card {
    margin-top: 50px !important;
  }
}
.page-about .bl_about_abst .bl_card li {
  counter-increment: abst-cartd;
  background: #e7f2f9;
  border-radius: 10px;
  padding-block: 56px 38px;
  padding-inline: 43px;
  padding-inline: clamp(20px, -11.169px + 3.966vw, 43px);
  position: relative;
}
.page-about .bl_about_abst .bl_card li h3 {
  color: var(--main-color);
  --page-h3-fsz: 18px;
  font-weight: var(--fw-bold);
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_abst .bl_card li h3 {
    --page-h3-fsz: 20px;
  }
}
.page-about .bl_about_abst .bl_card li p {
  font-size: 14px;
  margin-top: 17px;
  text-align: center;
  line-height: 1.875;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_abst .bl_card li p {
    font-size: 16px;
  }
}
.page-about .bl_about_abst .bl_card li::before {
  counter-increment: abst-card;
  content: counter(abst-card, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: var(--fw-bold);
  color: var(--main-color);
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  position: absolute;
  width: 64px;
  height: 56px;
  left: 0;
  top: 0;
  border-radius: 10px 0 10px 0;
}
.page-about .bl_about_section_info {
  background-image: url(../images/page/about-bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-block: 40px 100px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_section_info {
    padding-block: 46px 142px;
  }
}
.page-about .bl_about_section_info .bl_section_inner {
  position: relative;
}
.page-about .bl_about_section_info .bl_section_inner::before {
  content: "";
  background-image: url(../images/page/about-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: auto;
  aspect-ratio: 53/154;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-43%);
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_section_info .bl_section_inner::before {
    top: 20px;
    width: 53px;
    left: 55px;
    transform: translateY(-50%);
  }
}
.page-about .bl_about_section_info .bl_section_inner::after {
  content: "";
  background-image: url(../images/page/about-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: auto;
  aspect-ratio: 89/160;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(108%);
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_section_info .bl_section_inner::after {
    width: 89px;
    right: 55px;
    transform: translateY(50%);
  }
}
.page-about .bl_about_section_info h2 {
  position: relative;
}
.page-about .bl_about_section_info .el_about_map {
  text-align: center;
  margin-top: 32px;
}
.page-about .bl_about_join {
  padding-block: 55px 80px;
  background-image: url(../images/top/top-shop-bg.svg), linear-gradient(to bottom, var(--main-color) 0% 90%, #ffffff 90% 100%);
  background-repeat: repeat-x;
  background-position: bottom center, top center;
  background-size: 1200px auto;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_join {
    padding-block: 89px 99px;
  }
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_join {
    background-size: clamp(1420px, 848.571px + 55.804vw, 1920px);
  }
}
.page-about .bl_about_join h2.page_heading {
  color: #fff;
}
.page-about .bl_about_join h2.page_heading + p {
  margin-top: 26px;
}
.page-about .bl_about_join .el_linkButton {
  padding-inline: 50px;
  margin-top: 33px;
  margin-inline: auto;
}
.page-about .bl_about_member {
  padding-block: 45px 50px;
  --content-width: 1274px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_member {
    padding-block: 90px 100px;
  }
}
.page-about .bl_about_member .wp-block-table + p {
  margin-top: 30px;
  line-height: 2.05;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_about_member .wp-block-table + p {
    margin-top: 60px;
    font-size: 20px;
  }
}
.page-about .bl_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .page-about .bl_buttons {
    margin-top: 60px;
    gap: 30px;
    flex-direction: row;
  }
}

.page-access .entry-content.bl_article_content h2 + h3 {
  margin-top: 40px;
}
.page-access .entry-content.bl_article_content .bl_comapnyMap {
  margin-top: 40px;
}
.page-access .entry-content.bl_article_content h4 {
  margin-top: 30px;
}
.page-access .entry-content.bl_article_content ol {
  margin-top: 30px;
  counter-reset: access-step;
}
.page-access .entry-content.bl_article_content ol li {
  counter-increment: access-step;
  list-style: none;
  display: flex;
  line-height: 1.75;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .page-access .entry-content.bl_article_content ol li {
    align-items: center;
  }
}
.page-access .entry-content.bl_article_content ol li > span {
  display: flex;
  flex-direction: column;
  border-radius: 10px 0;
  background-color: #00938b;
  color: #fff;
  padding-inline: 20px;
  text-align: center;
  flex-shrink: 0;
  padding-block: 10px 8px;
  gap: 0;
  line-height: 1;
  font-size: 12px;
}
.page-access .entry-content.bl_article_content ol li > span::after {
  content: counter(access-step, decimal-leading-zero);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: var(--fw-bold);
}
.page-access .entry-content.bl_article_content ol li + li {
  margin-top: 25px;
}
.page-access .entry-content.bl_article_content .el_timeTable {
  margin-inline: auto;
  max-width: 900px;
  width: 90vw;
}
@media screen and (max-width: 1024px) {
  .page-access .entry-content.bl_article_content .el_timeTable {
    margin-left: calc(50% - 45vw);
  }
}
.page-access .entry-content.bl_article_content .el_timeTable table th {
  border: none;
}
.page-access .entry-content.bl_article_content .el_timeTable table td {
  border-top: none;
}
.page-access .entry-content.bl_article_content .el_timeTable table tr:last-child td {
  border-bottom: none;
}
.page-access .entry-content.bl_article_content .bl_accessMap {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .page-access .entry-content.bl_article_content .bl_accessMap {
    gap: 0;
    grid-template-columns: 53.2% 1fr;
  }
}
.page-access .entry-content.bl_article_content .bl_accessMap figure {
  position: relative;
}
.page-access .entry-content.bl_article_content .bl_accessMap figure figcaption {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 430px;
  background-color: #fff;
  font-size: 16px;
  padding: 5px 12px;
  text-align: center;
}
.page-access section.bl_accsess_timeTable {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .page-access section.bl_accsess_timeTable {
    margin-top: 80px;
  }
}

.page-implantation-disorder .bl_article_content,
.page-infertility .bl_article_content {
  padding-top: 40px;
}
.page-implantation-disorder .bl_overview_content,
.page-infertility .bl_overview_content {
  background-image: url(../images/page/infertility-bg.webp);
  background-size: 466px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 450px;
  padding-block: 0 40px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_overview_content,
  .page-infertility .bl_overview_content {
    gap: 40px;
    padding-block: 60px;
  }
}
.page-implantation-disorder .bl_overview_content p,
.page-infertility .bl_overview_content p {
  max-width: 750px;
  line-height: 2.25;
}
@media screen and (max-width: 1024px) {
  .page-implantation-disorder .bl_overview_content p,
  .page-infertility .bl_overview_content p {
    padding-inline: 3.8%;
  }
}
.page-implantation-disorder .bl_overview_content p .is_text_red,
.page-infertility .bl_overview_content p .is_text_red {
  font-size: 1.125em;
}
.page-implantation-disorder h2.lp_heading_small,
.page-infertility h2.lp_heading_small {
  color: #e75b6a;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder h2.lp_heading_small,
  .page-infertility h2.lp_heading_small {
    font-size: 16px;
  }
}
.page-implantation-disorder section.bl_infertility_intro h2.lp_heading,
.page-infertility section.bl_infertility_intro h2.lp_heading {
  --page-h2-fsz: 26px;
}
.page-implantation-disorder section.bl_infertility_intro h2.lp_heading + p,
.page-infertility section.bl_infertility_intro h2.lp_heading + p {
  margin-top: 40px;
}
.page-implantation-disorder section.bl_infertility_intro .bl_columns,
.page-infertility section.bl_infertility_intro .bl_columns {
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .page-implantation-disorder section.bl_infertility_intro .bl_columns,
  .page-infertility section.bl_infertility_intro .bl_columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-implantation-disorder section.bl_infertility_intro .bl_column,
.page-infertility section.bl_infertility_intro .bl_column {
  background-color: #e7f5f4;
  padding-block: 36px;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_intro .bl_column,
  .page-infertility section.bl_infertility_intro .bl_column {
    padding-block: 70px;
    padding-inline: 52px;
  }
}
.page-implantation-disorder section.bl_infertility_intro p,
.page-infertility section.bl_infertility_intro p {
  line-height: 2.25;
}
.page-implantation-disorder section.bl_infertility_intro ul.is_bg_white,
.page-infertility section.bl_infertility_intro ul.is_bg_white {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  color: var(--main-color);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 0;
  padding-inline: 4px;
  margin-block: 4px;
}
.page-implantation-disorder section.bl_infertility_intro ul.is_bg_white.is_rows,
.page-infertility section.bl_infertility_intro ul.is_bg_white.is_rows {
  max-width: 300px;
}
.page-implantation-disorder section.bl_infertility_intro ul.is_bg_white li,
.page-infertility section.bl_infertility_intro ul.is_bg_white li {
  display: flex;
  white-space: nowrap;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-implantation-disorder section.bl_infertility_intro ul.is_bg_white li::before,
.page-infertility section.bl_infertility_intro ul.is_bg_white li::before {
  content: "・";
}
.page-implantation-disorder section.bl_infertility_causes,
.page-infertility section.bl_infertility_causes {
  padding-inline: 20px;
}
.page-implantation-disorder section.bl_infertility_causes h2 + p,
.page-infertility section.bl_infertility_causes h2 + p {
  margin-top: 32px;
}
.page-implantation-disorder section.bl_infertility_causes p + h3,
.page-infertility section.bl_infertility_causes p + h3 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_causes .bl_lpContent,
  .page-infertility section.bl_infertility_causes .bl_lpContent {
    padding-inline: 100px;
  }
}
.page-implantation-disorder section.bl_infertility_causes .bl_lpContent + h3,
.page-infertility section.bl_infertility_causes .bl_lpContent + h3 {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_causes .bl_lpContent + h3,
  .page-infertility section.bl_infertility_causes .bl_lpContent + h3 {
    margin-top: 80px;
  }
}
.page-implantation-disorder section.bl_infertility_causes .bl_lpContent p,
.page-infertility section.bl_infertility_causes .bl_lpContent p {
  line-height: 2.25;
}
.page-implantation-disorder section.bl_feature_health.pd_tb_s.is_green,
.page-infertility section.bl_feature_health.pd_tb_s.is_green {
  background-color: #e7f5f4;
}
.page-implantation-disorder section.bl_feature_health.pd_tb_s.is_green h2.lp_heading,
.page-infertility section.bl_feature_health.pd_tb_s.is_green h2.lp_heading {
  --page-h2-fsz: 26px;
}
.page-implantation-disorder section.bl_feature_health.pd_tb_s.is_green .bl_section_inner,
.page-infertility section.bl_feature_health.pd_tb_s.is_green .bl_section_inner {
  padding-inline: 20px;
}
.page-implantation-disorder section.bl_feature_health.pd_tb_s.is_green p,
.page-infertility section.bl_feature_health.pd_tb_s.is_green p {
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_feature_health.pd_tb_s.is_green p,
  .page-infertility section.bl_feature_health.pd_tb_s.is_green p {
    margin-top: 35px;
  }
}
.page-implantation-disorder section.bl_approach .bl_section_inner,
.page-infertility section.bl_approach .bl_section_inner {
  padding-inline: 20px;
}
.page-implantation-disorder section.bl_approach h3 + p,
.page-infertility section.bl_approach h3 + p {
  line-height: 2.25;
  margin-top: 26px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_approach h3 + p,
  .page-infertility section.bl_approach h3 + p {
    margin-top: 46px;
  }
}
.page-implantation-disorder section.bl_infertility_class .bl_section_inner,
.page-infertility section.bl_infertility_class .bl_section_inner {
  max-width: var(--content-width);
  padding-inline: 27px;
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText,
.page-infertility section.bl_infertility_class .bl_mediaText {
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_class .bl_mediaText,
  .page-infertility section.bl_infertility_class .bl_mediaText {
    grid-template-columns: 1fr 40%;
  }
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText_content p,
.page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText_content p {
  margin-top: 0;
  line-height: 2.25;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText_content p,
  .page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText_content p {
    margin-right: 75px;
  }
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText_content > .bl_mediaText,
.page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText_content > .bl_mediaText {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText_content > .bl_mediaText,
  .page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText_content > .bl_mediaText {
    grid-template-columns: 58% 1fr;
    gap: 30px;
  }
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText_image,
.page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText_image {
  text-align: center;
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText ul.bl_checkList,
.page-infertility section.bl_infertility_class .bl_mediaText ul.bl_checkList {
  margin-top: 30px;
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText ul.bl_checkList li,
.page-infertility section.bl_infertility_class .bl_mediaText ul.bl_checkList li {
  min-height: auto;
  padding-block: 12px;
}
.page-implantation-disorder section.bl_infertility_class .bl_mediaText .bl_mediaText > figure.bl_mediaText_image,
.page-infertility section.bl_infertility_class .bl_mediaText .bl_mediaText > figure.bl_mediaText_image {
  align-self: flex-end;
  text-align: center;
}
.page-implantation-disorder section.bl_midwife .bl_section_inner,
.page-infertility section.bl_midwife .bl_section_inner {
  max-width: var(--content-width);
  padding-inline: 27px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText,
.page-infertility section.bl_midwife .bl_mediaText {
  gap: 40px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_midwife .bl_mediaText,
  .page-infertility section.bl_midwife .bl_mediaText {
    gap: 27px;
    grid-template-columns: 1fr 47%;
  }
}
.page-implantation-disorder section.bl_midwife .bl_mediaText p,
.page-infertility section.bl_midwife .bl_mediaText p {
  line-height: 2.25;
  margin-top: 0;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_checkList,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_checkList {
  display: grid;
  margin-top: 30px;
  gap: 26px;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_checkList,
  .page-infertility section.bl_midwife .bl_mediaText ul.bl_checkList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_checkList li + li,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_checkList li + li {
  margin-top: 0;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList {
  margin-top: 44px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  padding-block: 10px;
  border-radius: 8px;
  min-height: 80px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_th,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_th {
  flex-basis: 30%;
  padding-inline: 16px;
  color: var(--main-color);
  border-right: 1px solid;
  align-self: stretch;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_th,
  .page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_th {
    padding-inline: 37px;
  }
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_td,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li .el_table_td {
  padding-inline: 26px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li + li,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li + li {
  margin-top: 17px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText ul.bl_tableList li a,
.page-infertility section.bl_midwife .bl_mediaText ul.bl_tableList li a {
  color: var(--main-color);
}
.page-implantation-disorder section.bl_midwife .bl_mediaText .el_note,
.page-infertility section.bl_midwife .bl_mediaText .el_note {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.5;
  display: flex;
  gap: 5px;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText figure,
.page-infertility section.bl_midwife .bl_mediaText figure {
  background-image: url(../images/common/default-texture.webp);
  background-repeat: repeat;
  padding: 22px 50px 36px;
  text-align: center;
}
.page-implantation-disorder section.bl_midwife .bl_mediaText figure figcaption,
.page-infertility section.bl_midwife .bl_mediaText figure figcaption {
  text-align: center;
  margin-top: 17px;
  font-size: 14px;
}

.page-infertility .bl_overview_content {
  margin-top: -10px;
}
@media screen and (min-width: 1025px) {
  .page-infertility .bl_overview_content {
    margin-top: -30px;
  }
}

.page-implantation-disorder h2.lp_heading_small {
  color: #036ea9;
}
.page-implantation-disorder .bl_overview_content {
  background-image: url(../images/page/infertility-blue-bg.webp);
  margin-bottom: 60px;
}
.page-implantation-disorder .bl_infertility_causes .bl_mediaText {
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_infertility_causes .bl_mediaText {
    gap: 40px;
    grid-template-columns: 43% 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_infertility_causes .bl_lpContent {
    padding-inline: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_approach .bl_lpContent {
    padding-inline: 60px !important;
  }
}
.page-implantation-disorder .bl_approach .bl_lpContent figure {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_approach .bl_lpContent figure {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
.page-implantation-disorder .is_green_shadow {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .is_green_shadow {
    padding: 40px 50px;
  }
}
.page-implantation-disorder .bl_mediaText .is_green_shadow {
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .page-implantation-disorder .bl_mediaText .is_green_shadow {
    padding: 20px;
  }
}

.page-flow ul.bl_card,
.page-implantation-disorder ul.bl_card,
.page-infertility ul.bl_card {
  display: grid;
  gap: 40px;
  margin-top: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .page-flow ul.bl_card,
  .page-implantation-disorder ul.bl_card,
  .page-infertility ul.bl_card {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, -50.809px + 6.915vw, 46px);
    margin-top: 67px;
  }
}
.page-flow ul.bl_card .bl_card_item,
.page-implantation-disorder ul.bl_card .bl_card_item,
.page-infertility ul.bl_card .bl_card_item {
  padding: 44px 20px;
  position: relative;
  box-shadow: 0px 0px 3px #9fcc97;
}
.page-flow ul.bl_card .bl_card_item h4,
.page-flow ul.bl_card .bl_card_item h3,
.page-implantation-disorder ul.bl_card .bl_card_item h4,
.page-implantation-disorder ul.bl_card .bl_card_item h3,
.page-infertility ul.bl_card .bl_card_item h4,
.page-infertility ul.bl_card .bl_card_item h3 {
  --page-h3-fsz: 18px;
  text-align: center;
  padding-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
.page-flow ul.bl_card .bl_card_item h4::after,
.page-flow ul.bl_card .bl_card_item h3::after,
.page-implantation-disorder ul.bl_card .bl_card_item h4::after,
.page-implantation-disorder ul.bl_card .bl_card_item h3::after,
.page-infertility ul.bl_card .bl_card_item h4::after,
.page-infertility ul.bl_card .bl_card_item h3::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(132, 211, 174) 8.04%, rgb(255, 186, 172) 92.86%);
  height: 2px;
}
.page-flow ul.bl_card .bl_card_item h4 + p,
.page-flow ul.bl_card .bl_card_item h3 + p,
.page-implantation-disorder ul.bl_card .bl_card_item h4 + p,
.page-implantation-disorder ul.bl_card .bl_card_item h3 + p,
.page-infertility ul.bl_card .bl_card_item h4 + p,
.page-infertility ul.bl_card .bl_card_item h3 + p {
  margin-top: 24px;
}
.page-flow ul.bl_card .bl_card_item::before,
.page-implantation-disorder ul.bl_card .bl_card_item::before,
.page-infertility ul.bl_card .bl_card_item::before {
  content: "";
  background-image: url(../images/page/icon-check.svg);
  width: 34px;
  height: 34px;
  position: absolute;
  top: -17px;
  left: 23px;
}
.page-flow ul.bl_card + p,
.page-implantation-disorder ul.bl_card + p,
.page-infertility ul.bl_card + p {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .page-flow ul.bl_card + p,
  .page-implantation-disorder ul.bl_card + p,
  .page-infertility ul.bl_card + p {
    margin-top: 60px;
  }
}

section.bl_contact {
  --content-width: 900px;
}
section.bl_contact a.el_telLinkButton {
  color: var(--main-color);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 36px;
  align-items: center;
}
section.bl_contact a.el_telLinkButton::before {
  content: "";
  background-image: url(../images/common/icon-phone-green.svg);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}
section.bl_contact .el_timeTable {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 20px;
}
section.bl_contact .el_timeTable thead th {
  border: none !important;
  padding-block: 28px;
}
section.bl_contact .el_timeTable tbody tr td {
  border-top: none !important;
}

.bl_contact_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 800px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1025px) {
  .bl_contact_notice {
    padding: 40px 40px;
    text-align: center;
  }
}

.el_notice_heading {
  font-size: 22px;
  font-weight: var(--fw-bold);
  margin-bottom: 20px;
}

p.el_contact_direction {
  --article-mt: 60px;
}

.wp-block-contact-form-7-contact-form-selector {
  --article-mt: 60px;
}

.wpcf7 {
  max-width: 1100px;
  margin-inline: auto;
}

.wpcf7-form h2 {
  margin-top: 60px;
}
.wpcf7-form h2 + p {
  margin-top: 30px;
}
.wpcf7-form .el_formItem {
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 20px;
  gap: 6px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_formItem {
    gap: 20px;
    grid-template-columns: 240px 1fr;
  }
}
.wpcf7-form .el_formItem.is_formItem_1col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.wpcf7-form .el_formItem .el_formItem_2col {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wpcf7-form .el_formItem > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_formItem > label {
    padding-top: 10px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.wpcf7-form .el_formItem > label.is_require::after {
  content: "必須";
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_formItem > label.is_require::after {
    font-size: 14px;
  }
}
.en-US .wpcf7-form .el_formItem > label.is_require::after {
  content: "Required";
}
.wpcf7-form span.wpcf7-form-control.wpcf7-acceptance::before {
  content: "必須";
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 3px;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form span.wpcf7-form-control.wpcf7-acceptance::before {
    font-size: 14px;
  }
}
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=text] {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
  padding: 10px 10px;
}
.wpcf7-form input.el_input_zip {
  width: 140px;
  margin-inline: 10px;
  margin-bottom: 15px;
}
.wpcf7-form input#event-date {
  max-width: 250px;
}
.wpcf7-form select {
  width: auto;
  padding-inline: 10px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  color: var(--text-color);
}
.wpcf7-form span.wpcf7-form-control-wrap[data-name=job-type], .wpcf7-form span.wpcf7-form-control-wrap[data-name=event-name], .wpcf7-form span.wpcf7-form-control-wrap[data-name=event-time], .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-relation], .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-status], .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-type] {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  align-self: flex-start;
}
.wpcf7-form span.wpcf7-form-control-wrap[data-name=job-type]::after, .wpcf7-form span.wpcf7-form-control-wrap[data-name=event-name]::after, .wpcf7-form span.wpcf7-form-control-wrap[data-name=event-time]::after, .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-relation]::after, .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-status]::after, .wpcf7-form span.wpcf7-form-control-wrap[data-name=property-type]::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: none none solid solid;
  border-width: 1px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 30%;
  z-index: 2;
}
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 1.5em;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: 3px;
}
.wpcf7-form span.wpcf7-checkbox {
  margin-top: 6px;
  display: inline-block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  padding-top: 0;
  align-items: flex-start;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    align-items: center;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label::after {
  order: 1;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
  margin-top: 4px;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    margin-top: 0;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span {
  order: 3;
  line-height: 1.3;
}
.wpcf7-form .el_formButtons {
  text-align: center;
  margin-block: 20px 0;
}
.wpcf7-form .wpcf7-previous,
.wpcf7-form .wpcf7-submit {
  position: relative;
  max-width: 300px;
  display: inline-flex;
  margin-top: 20px;
  margin-inline: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 10px;
  height: 70px;
  transition: opacity var(--transition);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .wpcf7-previous,
  .wpcf7-form .wpcf7-submit {
    width: 400px;
  }
}
.wpcf7-form .wpcf7-previous:disabled,
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.wpcf7-form .wpcf7-submit {
  background: var(--main-color);
  color: #fff;
  border-radius: 999px;
}
@media (hover: hover) {
  .wpcf7-form .wpcf7-submit:hover {
    opacity: 0.7;
  }
}
.wpcf7-form .wpcf7-previous {
  border: 2px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  border-radius: 999px;
  transition: opacity var(--transition);
}
.wpcf7-form .wpcf7-previous:hover {
  opacity: 0.7;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin-inline: auto;
  margin-block: 30px 0;
}
.wpcf7-form .bl_fromItem_index {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .bl_fromItem_index .el_formItem {
    gap: 20px;
    grid-template-columns: 400px 1fr;
  }
  .wpcf7-form .bl_fromItem_index .el_formItem label {
    padding-top: 0;
  }
}
.wpcf7-form .el_formItem_select {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wpcf7-form .el_formItem.is_select .wpcf7-form-control-wrap,
.wpcf7-form .el_formItem_select .wpcf7-form-control-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .el_formItem.is_select .wpcf7-form-control-wrap::after,
.wpcf7-form .el_formItem_select .wpcf7-form-control-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: none none solid solid;
  border-width: 1px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 30%;
}
.wpcf7-form .bl_fromItem_manualIndex {
  margin-block: 20px;
}
.wpcf7-form .bl_fromItem_manualIndex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .bl_fromItem_manualIndex .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
.wpcf7-form .bl_fromItem_manualIndex .wpcf7-list-item {
  border-bottom: 1px solid var(--border-color);
  margin-left: 0;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .bl_fromItem_manualIndex .wpcf7-list-item:nth-child(odd) {
    padding-right: 50px;
  }
}
.wpcf7-form .bl_fromItem_manualIndex .wpcf7-list-item label {
  padding-block: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox.bl_requestData {
  margin-top: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width:520px) {
  .wpcf7-form span.wpcf7-form-control.wpcf7-checkbox.bl_requestData {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .wpcf7-form span.wpcf7-form-control.wpcf7-checkbox.bl_requestData {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox.bl_requestData .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .el_request_item {
  display: grid;
  grid-template-columns: 1em 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "image image" "check text";
  cursor: pointer;
  transition: 0.3s;
  row-gap: 5px;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_request_item {
    gap: 5px;
  }
}
.wpcf7-form .el_request_item:hover {
  background-color: #f9f9f9;
  opacity: 0.7;
}
.wpcf7-form .el_request_item::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 640/905;
  background-image: var(--request-image);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  transition: opacity 0.3s;
  grid-area: image;
  box-sizing: 0 0 1px #ccc;
  border: 1px solid var(--border-color);
}
.wpcf7-form .el_request_item input[type=checkbox] {
  grid-area: check;
  align-self: flex-start;
  margin-top: 3px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_request_item input[type=checkbox] {
    margin-top: 0.38em;
  }
}
.wpcf7-form .el_request_item input[type=checkbox]::checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.wpcf7-form .el_request_item .wpcf7-list-item-label {
  grid-area: text;
  align-self: flex-start;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .wpcf7-form .el_request_item .wpcf7-list-item-label {
    font-size: 14px;
  }
}

span#cf7msm_total::after {
  content: "円";
}

span#cf7msm_total:empty::after {
  content: none;
}

.bl_thanksMessage {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .bl_thanksMessage {
    font-size: 22px;
  }
}

a.el_linkButton.is_go_home {
  max-width: 300px;
  margin-inline: auto;
  margin-top: 60px;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  a.el_linkButton.is_go_home {
    margin-bottom: 100px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 10px;
  padding-block: 0.7em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffebb7;
  border: none;
}

.bl_form_notice {
  background-color: #e7f2f9;
  border-radius: 10px;
  max-width: 900px;
  margin-inline: auto;
}
.bl_form_notice .el_accordion_title {
  position: relative;
}
.bl_form_notice button.el_accordion_button {
  --ac-icon-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
  padding-block: 30px;
  font-size: 16px;
  padding-inline: 50px 45px;
  color: var(--main-color);
}
@media screen and (min-width: 1025px) {
  .bl_form_notice button.el_accordion_button {
    --ac-icon-right: 30px;
    padding-inline: 78px 70px;
    font-size: 20px;
  }
}
.bl_form_notice button.el_accordion_button::before, .bl_form_notice button.el_accordion_button::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: var(--main-color);
  transform: translateY(-50%);
}
.bl_form_notice button.el_accordion_button::before {
  right: var(--ac-icon-right);
  width: 20px;
  height: 2px;
}
.bl_form_notice button.el_accordion_button::after {
  transition: all var(--transition);
  width: 2px;
  height: 20px;
  right: 39px;
  right: calc(var(--ac-icon-right) + 9px);
  transform: translateY(-50%) rotate(90deg);
}
.bl_form_notice .is_close .el_accordion_button::after {
  transform: translateY(-50%);
}
.bl_form_notice .is_close + .el_accordion_body {
  grid-template-rows: 0fr;
}
.bl_form_notice .el_accordion_body {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows var(--transition);
}
.bl_form_notice .el_accordion_inner {
  overflow: hidden;
  position: relative;
  padding-inline: 20px 20px;
  font-size: 14px;
  line-height: 1.875;
}
@media screen and (min-width: 1025px) {
  .bl_form_notice .el_accordion_inner {
    font-size: 16px;
    padding-inline: 40px 40px;
  }
}
.bl_form_notice .el_accordion_inner > * {
  margin-block: 20px;
}
.bl_form_notice .el_accordion_inner ul.el_contact_direction {
  margin-block: 0 40px;
  padding-left: 1.5em;
}
.bl_form_notice .el_accordion_inner ul.el_contact_direction li {
  list-style: disc;
  line-height: 1.4;
}
.bl_form_notice .el_accordion_inner ul.el_contact_direction li + li {
  margin-top: 15px;
}
.bl_form_notice .el_accordion_inner a {
  --sub-color: var(--main-color);
}

.reCAPTCHA-txt p {
  text-align: center;
  line-height: 1.2 !important;
  font-size: 0.8em;
  opacity: 0.7;
}

.page-faq .bl_faq_section + .bl_faq_section {
  margin-top: 80px;
}
.page-faq .bl_faq {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
}
.page-faq .bl_faq .el_accordion_title {
  position: relative;
  pointer-events: none;
}
.page-faq .bl_faq .el_accordion_title .el_q_symbol {
  color: var(--main-color);
  font-weight: var(--fw-bold);
  font-size: 20px;
  top: 0;
  left: 16px;
  flex-shrink: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page-faq .bl_faq .el_accordion_title .el_q_symbol {
    font-size: 20px;
    left: 25px;
  }
}
.page-faq .bl_faq button.el_accordion_button {
  --ac-icon-right: 15px;
  display: flex;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding-inline: 10px 10px;
  padding-block: 10px 20px;
  color: var(--text-color);
  gap: 20px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-faq .bl_faq button.el_accordion_button {
    --ac-icon-right: 30px;
    padding-inline: 10px 10px;
    font-size: 18px;
  }
}
.page-faq .bl_faq .is_close .el_accordion_button::after {
  transform: translateY(-50%);
}
.page-faq .bl_faq .is_close + .el_accordion_body {
  grid-template-rows: 0fr;
}
.page-faq .bl_faq .is_close + .el_accordion_body .el_accordion_inner {
  margin-top: 0 !important;
}
.page-faq .bl_faq .el_accordion_body {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows var(--transition);
}
.page-faq .bl_faq .el_accordion_inner {
  overflow: hidden;
  position: relative;
  padding-inline: 10px;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .page-faq .bl_faq .el_accordion_inner {
    font-size: 16px;
    margin-top: 20px;
  }
}
.page-faq .bl_faq .el_accordion_inner .el_a_symbol {
  color: var(--sub-color);
  font-weight: var(--fw-bold);
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .page-faq .bl_faq .el_accordion_inner .el_a_symbol {
    font-size: 20px;
  }
}
.page-faq .bl_faq .el_accordion_inner .el_accordion_ansContent > * {
  margin-block: 0 20px;
  line-height: 1.75;
}
.page-faq .bl_faq .el_accordion_inner a {
  --sub-color: var(--main-color);
}
.page-faq .bl_pageFootButtons {
  margin-top: 80px;
}

.page-plan section.bl_plan_set {
  margin-bottom: 30px;
}
.page-plan .el_price {
  text-align: center;
  font-size: 28px;
  padding-block: 10px;
  padding-inline: 50px;
  background-color: #e8f5f4;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}
.page-plan .el_price .el_price_number {
  font-size: 1.5em;
}
.page-plan h2 + figure.wp-block-flexible-table-block-table {
  margin-top: 20px !important;
}
.page-plan .wp-block-group + .wp-block-group {
  margin-top: 60px;
}
.page-plan figure.wp-block-flexible-table-block-table th {
  color: var(--text-color);
}
.page-plan figure.wp-block-flexible-table-block-table th:first-child {
  width: 35%;
}
.page-plan figure.wp-block-flexible-table-block-table tbody th {
  background-color: #fff;
}
.page-plan .bl_pageFootButtons {
  margin-top: 80px;
}

section.bl_flow_1st .bl_lpContent {
  margin-top: 0;
}

.bl_flowList {
  background-color: #e8f5f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-inline: 20px;
  border-radius: 8px;
  padding-block: 20px;
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (min-width: 1025px) {
  .bl_flowList {
    padding-block: 60px;
  }
}
.bl_flowList li.bl_flowList_item {
  background-color: #fff;
  border-radius: 8px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  flex-direction: column;
  padding: 15px 20px 30px;
}
@media screen and (min-width: 1025px) {
  .bl_flowList li.bl_flowList_item {
    padding: 30px 20px;
    flex-direction: row;
  }
}
.bl_flowList li.bl_flowList_item::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid solid none;
  border-color: var(--main-color) transparent transparent;
  border-width: 20px 40px 0;
}
.bl_flowList li.bl_flowList_item + li {
  margin-top: 50px;
}
.bl_flowList li.bl_flowList_item:last-child::after {
  content: none;
}
.bl_flowList li.bl_flowList_item .el_flowList_index {
  color: var(--main-color);
  font-weight: var(--fw-bold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  align-self: stretch;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .bl_flowList li.bl_flowList_item .el_flowList_index {
    padding-bottom: 16px;
    width: 100px;
  }
}
.bl_flowList li.bl_flowList_item .el_flowList_index span {
  display: flex;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}
.bl_flowList li.bl_flowList_item h3 {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  --page-h3-fsz: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .bl_flowList li.bl_flowList_item h3 {
    margin-bottom: 14px;
    text-align: center;
  }
}
.bl_flowList li.bl_flowList_item .bl_flowButtons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .bl_flowList li.bl_flowList_item .bl_flowButtons {
    margin-top: 10px;
  }
}
.bl_flowList li.bl_flowList_item a.el_linkButton {
  color: #fff;
  border: none;
  background: linear-gradient(150deg, rgb(224, 199, 144) 0%, rgb(0, 155, 139) 25.89%);
}
.bl_flowList li.bl_flowList_item a.el_linkButton:after {
  content: none;
}
.bl_flowList li.bl_flowList_item ul {
  margin-top: 10px;
  padding-left: 2em;
}
.bl_flowList li.bl_flowList_item ul li {
  list-style: disc;
}
.bl_flowList li.bl_flowList_item ul li + li {
  margin-top: 10px;
}

section.bl_flow_notice ul {
  max-width: 600px;
  margin-inline: auto;
  background-color: #fff;
  box-shadow: 0px 0px 3px #9fcc97;
  padding: 30px 20px;
}
@media screen and (min-width: 1025px) {
  section.bl_flow_notice ul {
    padding: 40px 40px;
  }
}
section.bl_flow_notice ul li {
  display: flex;
  gap: 15px;
}
section.bl_flow_notice ul li::before {
  content: "";
  background-image: url(../images/page/icon-check.svg);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
section.bl_flow_notice ul li + li {
  margin-top: 15px;
}
section.bl_flow_notice + .bl_pageFootButtons {
  margin-top: 80px;
}

.page-flow section + section {
  --article-mt: 80px;
}

section.bl_common_faq {
  background-image: url(../images/top/bg-news.webp);
  background-repeat: no-repeat;
  background-size: 100% 150px;
  background-position: center top;
  --article-mt: -150px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq {
    background-size: 100% 200px;
    --article-mt: -200px;
  }
}
section.bl_common_faq .lp_heading {
  background-image: url(../images/page/bg-faq-h2.svg);
  mix-blend-mode: multiply;
}
section.bl_common_faq .lp_heading span.el_heading_main {
  color: var(--text-color) !important;
}
section.bl_common_faq .lp_heading::after {
  background-color: var(--main-color) !important;
}
section.bl_common_faq ul.bl_newsList {
  margin-top: 30px;
}
section.bl_common_faq ul.bl_newsList li {
  border-bottom: 1px solid var(--border-color);
}
section.bl_common_faq ul.bl_newsList li:first-child {
  border-top: 1px solid var(--border-color);
}
section.bl_common_faq ul.bl_newsList li a {
  display: grid;
  padding-block: 20px;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList li a {
    padding-block: 28px;
    grid-template-columns: auto 1fr;
    gap: 15px;
  }
}
section.bl_common_faq ul.bl_newsList li .el_newsList_item_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList li .el_newsList_item_meta {
    gap: 35px;
  }
}
section.bl_common_faq ul.bl_newsList li .posted-on {
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  line-height: 1.625;
  white-space: nowrap;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList li .posted-on {
    font-size: 16px;
  }
}
section.bl_common_faq ul.bl_newsList li .el_post_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
section.bl_common_faq ul.bl_newsList li .el_post_category span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.06em;
  line-height: 1;
  min-width: 90px;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList li .el_post_category span {
    font-size: 14px;
    min-width: 100px;
    line-height: 1.625;
  }
}
section.bl_common_faq ul.bl_newsList li .el_newsTab_title {
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  line-height: 1.625;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList li .el_newsTab_title {
    font-size: 16px;
  }
}
section.bl_common_faq ul.bl_newsList + .el_linkButton {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  section.bl_common_faq ul.bl_newsList + .el_linkButton {
    margin-top: 57px;
  }
}

.el_interviewArchive_cat {
  display: flex;
  gap: 10px;
}
.el_interviewArchive_cat span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid;
  height: 36px;
  padding-inline: 34px;
  padding-block: 8px;
  transition: all var(--transition-time) ease;
}

.bl_archive_filter {
  display: grid;
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: var(--content-width);
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .bl_archive_filter {
    margin-bottom: 60px;
  }
}
.bl_archive_filter h2 {
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_archive_filter h2 {
    font-size: 28px;
  }
}
.bl_archive_filter h2 + ul {
  margin-top: 15px;
}
.bl_archive_filter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_archive_filter ul {
    gap: 20px;
  }
}
.bl_archive_filter ul li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
  transition: all var(--transition-time);
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .bl_archive_filter ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_archive_filter ul li a {
    padding: 5px 10px;
  }
}
@media (hover: hover) {
  .bl_archive_filter ul li a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.bl_archive_filter ul li a.tax_current {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.bl_pagination {
  margin-top: 60px;
}

.bl_pagination_link {
  display: flex;
  justify-content: center;
  /* gap: 10px; */
}
.bl_pagination_link > * {
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .bl_pagination_link > * {
    padding-inline: 20px;
  }
}
.bl_pagination_link > div.no-page {
  opacity: 0.3;
}

.bl_pagination_numbers {
  display: flex;
  justify-content: center;
}

.page-numbers:not(.dots) {
  color: var(--text-color);
  margin-inline: 5px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  line-height: 1;
  transition: all 0.2s ease;
  border-radius: 100px;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .page-numbers:not(.dots) {
    margin-inline: 10px;
  }
}
.page-numbers:not(.dots):not(.no-page):hover, .page-numbers:not(.dots).current {
  color: #fff;
  background-color: var(--main-color);
}

.page-numbers.dots {
  display: flex;
  align-items: center;
}

.bl_pagenation_next,
.bl_pagination_prev {
  padding-inline: 10px;
  display: flex;
  align-items: center;
}
.bl_pagenation_next a,
.bl_pagination_prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #707070;
  border-radius: 100%;
  transition: all var(--transition-time);
}
.bl_pagenation_next a > .el_arrow__left,
.bl_pagination_prev a > .el_arrow__left {
  margin-left: -5px;
}
@media (hover: hover) {
  .bl_pagenation_next a:hover,
  .bl_pagination_prev a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}

.single .bl_article_content {
  --content-width: 1000px;
  padding-top: 30px;
  line-height: 2.1875;
  margin-inline: auto;
}
@media screen and (min-width:520px) {
  .single .bl_article_content {
    padding-inline: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content {
    padding-block: 50px;
  }
}
@media screen and (min-width: 1570px) {
  .single .bl_article_content {
    padding-inline: 0;
  }
}
.single .bl_article_content h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
.single .bl_article_content .bl_article_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content .bl_article_meta {
    font-size: 16px;
  }
}
.single .bl_article_content span.posted-on {
  line-height: 1.2;
  color: #939393;
  font-weight: var(--fw-medium);
}
.single .bl_article_content span.el_post_category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.single .bl_article_content span.el_post_category > span {
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 3px;
  padding-inline: 20px;
  border-radius: 99px;
  line-height: 1;
  color: var(--main-color);
  background-color: #e7f2f9;
  min-height: 25px;
}
@media screen and (min-width: 768px) {
  .single .bl_article_content span.el_post_category > span {
    min-height: 30px;
  }
}
.single .bl_article_content .attachment-post-thumbnail {
  max-width: none;
  width: 100%;
  height: auto;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .bl_article_content > * + * {
  margin-top: 25px;
}
.single .bl_article_content > * + h2,
.single .bl_article_content > *:not(h2):not(h4) + h3,
.single .bl_article_content > *:not(h2):not(h3) + h4 {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content > * + h2,
  .single .bl_article_content > *:not(h2):not(h4) + h3,
  .single .bl_article_content > *:not(h2):not(h3) + h4 {
    margin-top: 50px;
  }
}
.single .bl_article_content h2,
.single .bl_article_content h2.wp-block-heading {
  font-weight: var(--fw-bold);
  color: var(--main-color);
  position: relative;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content h2,
  .single .bl_article_content h2.wp-block-heading {
    line-height: 2;
    font-size: 30px;
  }
}
.single .bl_article_content h3,
.single .bl_article_content h3.wp-block-heading {
  font-weight: var(--fw-bold);
  color: var(--main-color);
  font-style: normal;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../images/top/top-event-bg.webp);
  background-repeat: repeat;
  background-position: bottom center;
  padding-block: 12px;
  padding-inline: 20px;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content h3,
  .single .bl_article_content h3.wp-block-heading {
    padding-inline: 20px;
    font-size: 20px;
  }
}
.single .bl_article_content h4,
.single .bl_article_content h4.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--main-color);
}
.single .bl_article_content a {
  color: var(--main-color);
  transition: opacity var(--transition-time);
}
@media (hover: hover) {
  .single .bl_article_content a:hover {
    opacity: 0.7;
  }
}
.single .bl_article_content ul {
  padding-left: 20px;
}
.single .bl_article_content ul li {
  list-style: disc;
}
.single .bl_article_content ol {
  padding-left: 20px;
}
.single .bl_article_content ol li {
  list-style: decimal;
}
.single .bl_article_content .wp-block-table table {
  width: 100%;
  margin-inline: auto;
  max-width: none;
}
.single .bl_article_content .wp-block-table table th,
.single .bl_article_content .wp-block-table table td {
  padding-block: 10px;
  padding-inline: 10px;
  border-color: #d8d8d8;
  line-height: 1.4;
  border-left: none;
  border-right: none;
  border-top: none;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content .wp-block-table table th,
  .single .bl_article_content .wp-block-table table td {
    padding-block: 20px;
    padding-inline: 24px;
  }
}
.single .bl_article_content .wp-block-table table td:first-child,
.single .bl_article_content .wp-block-table table th {
  position: relative;
  color: var(--main-color);
  width: 30%;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content .wp-block-table table td:first-child,
  .single .bl_article_content .wp-block-table table th {
    width: 250px;
  }
}
.single .bl_article_content .wp-block-table table td {
  font-weight: var(--fw-medium);
}
.single .bl_article_content .wp-block-table.is-style-simple table td:first-child,
.single .bl_article_content .wp-block-table.is-style-simple table th {
  background-color: #fff;
  font-weight: var(--fw-bold);
}
.single .bl_article_content .wp-block-table.is-style-simple table td,
.single .bl_article_content .wp-block-table.is-style-simple table th {
  border-left: none;
  border-right: none;
}
.single .bl_article_content .wp-block-table.is-style-simple table tr:first-child th,
.single .bl_article_content .wp-block-table.is-style-simple table tr:first-child td {
  border-top: none;
}
.single .bl_article_content .wp-block-table.is-style-simple table tr:last-child th,
.single .bl_article_content .wp-block-table.is-style-simple table tr:last-child td {
  border-bottom: none;
}
.single .bl_article_content .wp-block-group {
  padding-block: 30px;
  padding-inline: 25px;
}
@media screen and (min-width: 1025px) {
  .single .bl_article_content .wp-block-group {
    padding-block: 50px;
    padding-inline: 40px;
  }
}
.single .bl_article_content .wp-block-group .wp-block-group__inner-container > * + * {
  margin-top: 24px;
}
.single .bl_article_content a.wp-block-button__link {
  color: #fff;
  background-color: var(--main-color);
}

.bl_postNav {
  --content-width: 1000px;
  max-width: var(--content-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-inline: auto;
  padding-block: 30px 70px;
  flex-wrap: wrap;
  padding-inline: var(--site-inline-padding);
  font-weight: var(--fw-regular);
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .bl_postNav {
    padding-block: 30px 200px;
    font-size: 16px;
  }
}
.bl_postNav .el_moreLink a {
  max-width: none;
  width: 270px;
}

.bl_postNav_previous,
.bl_postNav_next {
  color: #808080;
}
.bl_postNav_previous > div,
.bl_postNav_previous > a,
.bl_postNav_next > div,
.bl_postNav_next > a {
  display: flex;
  line-height: 1.4;
  color: var(--main-color);
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
}
.bl_postNav_previous a,
.bl_postNav_next a {
  transition: opacity var(--transition);
}
@media (hover: hover) {
  .bl_postNav_previous a:hover,
  .bl_postNav_next a:hover {
    opacity: 0.7;
  }
}
.bl_postNav_previous div,
.bl_postNav_next div {
  color: #ccc;
}
.bl_postNav_previous div .el_postNav_icon,
.bl_postNav_next div .el_postNav_icon {
  opacity: 0.5;
}

.bl_postNav_previous a {
  padding-inline: 8px 20px;
}
@media screen and (max-width: 1024px) {
  .bl_postNav_previous {
    width: 48%;
    order: 1;
  }
}

.bl_postNav_next a {
  padding-inline: 20px 8px;
}
@media screen and (max-width: 1024px) {
  .bl_postNav_next {
    width: 48%;
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .bl_postNav_home {
    width: 100%;
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.bl_postNav_home a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding-block: 5px;
  padding-inline: 50px;
  border-radius: 99px;
  transition: opacity var(--transition);
  min-height: 50px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .bl_postNav_home a {
    min-height: 60px;
    width: 300px;
  }
}
.bl_postNav_home a::after {
  content: "";
  background-color: var(--main-color);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .bl_postNav_home a:hover {
    opacity: 0.7;
  }
}

.el_postNav_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-time);
}
.el_postNav_icon:before {
  content: ">";
}
.el_postNav_icon.is_next {
  margin-left: 10px;
}
.el_postNav_icon.is_prev {
  margin-right: 10px;
}
.el_postNav_icon.is_prev::before {
  transform: scale(-1, 1);
}

.ly_archive_index {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: var(--site-inline-padding);
  padding-block: 10px 60px;
}
@media screen and (min-width: 1025px) {
  .ly_archive_index {
    padding-block: 40px 200px;
  }
}

.ly_archiveIndex_articles {
  display: grid;
}
.ly_archiveIndex_articles.is_listStyle {
  display: block;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art {
  --transition-time: 0.6s;
  border-bottom: 1px solid var(--border-color);
  transition: background-color var(--transition-time) ease;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art:first-child {
  border-top: 1px solid var(--border-color);
}
@media (hover: hover) {
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art:hover {
    background-color: #f1f1f1;
  }
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art:hover .el_interviewArchive_cat span {
    background-color: var(--main-color);
    color: #fff;
  }
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art:hover .bl_archive_content {
    opacity: 0.7;
  }
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_content {
  display: flex;
  padding-block: 20px;
  gap: 5px;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_content {
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta {
  display: flex;
  min-width: 136px;
  align-self: flex-start;
  flex-shrink: 0;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta {
    display: grid;
    grid-template-columns: 110px 1fr;
    width: 290px;
    align-items: flex-start;
  }
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta .el_entry_date {
  font-size: 14px;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta .el_post_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta .el_post_category span {
  display: flex;
  background-color: var(--main-color);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  white-space: nowrap;
  min-width: 95px;
  padding: 4px 8px;
  min-height: auto;
  font-size: 12px;
  height: 24px;
  border-radius: 4px;
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_listStyle .bl_archive_art .el_archive_meta .el_post_category span {
    font-size: 14px;
    height: 28px;
  }
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_art h3 {
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_content {
  transition: opacity var(--transition-time) ease;
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_content .el_archive_title {
  margin-top: 4px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--main-color);
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_listStyle .bl_archive_content .el_archive_title {
    font-size: 26px;
  }
}
.ly_archiveIndex_articles.is_listStyle .bl_archive_content .bl_archive_date {
  font-size: 16px;
  font-weight: var(--fw-medium);
  margin-top: 10px;
}
.ly_archiveIndex_articles.is_listStyle.is_post_type_column .el_archive_meta {
  display: flex;
  flex-direction: column;
  min-width: 136px;
  align-self: flex-start;
  flex-shrink: 0;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_listStyle.is_post_type_column .el_archive_meta {
    display: grid;
    grid-template-columns: 1fr;
    width: 136px;
    align-items: flex-start;
  }
}
.ly_archiveIndex_articles.is_cardStyle {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_cardStyle {
    --column-num: 3;
    grid-template-columns: repeat(var(--column-num), 1fr);
    -moz-column-gap: 60px;
         column-gap: 60px;
    row-gap: 50px;
  }
  .ly_archiveIndex_articles.is_cardStyle.is_4col {
    --column-num: 4;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 30px;
  }
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art {
  --transition-time: 0.6s;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art figure {
  overflow: hidden;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art img {
  height: auto;
  transition: transform var(--transition-time) ease;
  width: 100%;
  aspect-ratio: 400/260;
  -o-object-fit: cover;
     object-fit: cover;
  filter: none;
  max-width: none;
  border-radius: 10px;
}
@media (hover: hover) {
  .ly_archiveIndex_articles.is_cardStyle .bl_archive_art:hover img {
    transform: scale(1.05);
  }
  .ly_archiveIndex_articles.is_cardStyle .bl_archive_art:hover .el_interviewArchive_cat span {
    background-color: var(--main-color);
    color: #fff;
  }
  .ly_archiveIndex_articles.is_cardStyle .bl_archive_art:hover .bl_archive_content {
    opacity: 0.7;
  }
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art .el_archive_content {
  margin-top: 10px;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art .el_archive_meta {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art .el_archive_meta .el_entry_date {
  font-size: 14px;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art .el_archive_meta .el_post_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_art .el_archive_meta .el_post_category span {
  display: flex;
  background-color: var(--main-color);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  white-space: nowrap;
  height: 28px;
  min-width: 95px;
  padding: 4px 4px;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_content {
  margin-top: 10px;
  transition: opacity var(--transition-time) ease;
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_content .el_archive_title {
  margin-top: 4px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--main-color);
}
@media screen and (min-width: 1025px) {
  .ly_archiveIndex_articles.is_cardStyle .bl_archive_content .el_archive_title {
    font-size: 26px;
  }
}
.ly_archiveIndex_articles.is_cardStyle .bl_archive_content .bl_archive_date {
  font-size: 16px;
  font-weight: var(--fw-medium);
  margin-top: 10px;
}
.ly_archiveIndex_articles .el_listItem_content {
  margin-top: 5px;
}
.ly_archiveIndex_articles .el_listItem_content .posted-on {
  opacity: 0.7;
  font-weight: var(--fw-regular);
}
.ly_archiveIndex_articles .el_listItem_content h3 {
  font-size: 16px;
  font-weight: var(--fw-regular);
  margin-top: 4px;
}

.archive .bl_shopSearch h3,
.post-type-archive-shop .bl_shopSearch h3 {
  color: var(--main-color);
  --page-h3-fsz: 18px;
}
.archive .bl_shopSearch h3::before,
.post-type-archive-shop .bl_shopSearch h3::before {
  content: "";
  background-image: url(../images/common/icon-search-blue.svg);
  width: 18px;
  height: 18px;
}
.archive .bl_shopSearch .bl_searchBox,
.post-type-archive-shop .bl_shopSearch .bl_searchBox {
  gap: 21px;
}
.archive .bl_shopSearch .bl_searchBox input[type=text],
.post-type-archive-shop .bl_shopSearch .bl_searchBox input[type=text] {
  border: 1px solid var(--main-color);
  font-size: 16px;
}
.archive .bl_shopSearch .bl_searchBox .el_linkButton,
.post-type-archive-shop .bl_shopSearch .bl_searchBox .el_linkButton {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 100px;
  position: relative;
  font-weight: var(--fw-bold);
  font-size: 16px;
}
.archive .bl_shopSearch .bl_searchBox .el_linkButton::after,
.post-type-archive-shop .bl_shopSearch .bl_searchBox .el_linkButton::after {
  content: "";
  background-color: var(--main-color);
}
.archive .bl_shopSearch_category,
.post-type-archive-shop .bl_shopSearch_category {
  margin-top: 29px;
}
.archive .bl_shopSearch_category .bl_genreList,
.post-type-archive-shop .bl_shopSearch_category .bl_genreList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 17px;
}
.archive .bl_shopSearch_category .bl_genreList a,
.post-type-archive-shop .bl_shopSearch_category .bl_genreList a {
  background-color: #e7f2f9;
}
.archive .bl_shopSearch_category .bl_genreList a.is_active,
.post-type-archive-shop .bl_shopSearch_category .bl_genreList a.is_active {
  background-color: var(--main-color);
  color: #e7f2f9;
}
.archive .bl_shopArchive_search + h2.lp_heading,
.post-type-archive-shop .bl_shopArchive_search + h2.lp_heading {
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .archive .bl_shopArchive_search + h2.lp_heading,
  .post-type-archive-shop .bl_shopArchive_search + h2.lp_heading {
    margin-top: 140px;
  }
}
.archive .bl_shopArchive_search + h2.lp_heading::before,
.post-type-archive-shop .bl_shopArchive_search + h2.lp_heading::before {
  content: "";
  background-image: url(../images/top/shop-l.svg);
  height: auto;
  aspect-ratio: 131/168;
  width: 82px;
  left: -15px;
  top: -36px;
  transform: translateX(-100%);
}
@media screen and (min-width: 1025px) {
  .archive .bl_shopArchive_search + h2.lp_heading::before,
  .post-type-archive-shop .bl_shopArchive_search + h2.lp_heading::before {
    width: 91px;
    left: -45px;
    top: -55px;
  }
}
.archive .bl_shopArchive_search + h2.lp_heading::after,
.post-type-archive-shop .bl_shopArchive_search + h2.lp_heading::after {
  content: "";
  background-image: url(../images/top/shop-r.svg);
  aspect-ratio: 109/198;
  height: auto;
  width: 66px;
  right: 12px;
  top: -62px;
  transform: translateX(100%);
}
@media screen and (min-width: 1025px) {
  .archive .bl_shopArchive_search + h2.lp_heading::after,
  .post-type-archive-shop .bl_shopArchive_search + h2.lp_heading::after {
    width: 82px;
    right: 0;
    top: -70px;
  }
}
.archive .no_results,
.post-type-archive-shop .no_results {
  text-align: center;
  margin-top: 50px;
}
.archive .bl_postList,
.post-type-archive-shop .bl_postList {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .archive .bl_postList,
  .post-type-archive-shop .bl_postList {
    margin-top: 0;
  }
}

.single-shop .bl_article_content {
  --content-width: 1366px;
}
@media screen and (max-width: 1024px) {
  .single-shop .bl_article_content {
    padding-top: 0;
  }
}
.single-shop .bl_article_content h1.el_article_title {
  color: var(--main-color);
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  padding-block: 15px;
}
@media screen and (min-width: 1025px) {
  .single-shop .bl_article_content h1.el_article_title {
    font-size: 32px;
  }
}
.single-shop .bl_article_content .bl_shopData {
  display: grid;
  gap: 30px;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .single-shop .bl_article_content .bl_shopData {
    margin-top: 50px;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-shop .bl_article_content .bl_shopData figure img {
  aspect-ratio: 604/409;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-shop .bl_article_content .bl_shopData_list ul {
  margin-top: 33px;
  padding-left: 0;
}
.single-shop .bl_article_content .bl_shopData_list ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  line-height: 1.625;
}
@media screen and (min-width: 1025px) {
  .single-shop .bl_article_content .bl_shopData_list ul li {
    gap: 40px;
  }
}
.single-shop .bl_article_content .bl_shopData_list ul li .el_label {
  color: var(--main-color);
  width: 70px;
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .single-shop .bl_article_content .bl_shopData_list ul li .el_label {
    font-size: 18px;
  }
}
.single-shop .bl_article_content .bl_shopData_list ul li + li {
  margin-top: 36px;
}
.single-shop .bl_article_content .bl_shopData_list .bl_shopSns_links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-shop .bl_shopDes {
  margin-top: 40px;
  max-width: 1200px;
  line-height: 1.625;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .single-shop .bl_shopDes {
    margin-top: 60px;
  }
}
.single-shop h2.shop_heading {
  background-image: url(../images/top/top-event-bg.webp);
  background-repeat: repeat;
  background-position: bottom center;
  padding-block: 12px;
  padding-inline: 40px;
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1.8;
  color: var(--main-color);
}
.single-shop .wp-block-table {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 40px;
}
.single-shop .wp-block-table th {
  white-space: nowrap;
}
.single-shop .wp-block-table td a {
  word-break: break-all;
}
.single-shop .bl_map {
  margin-top: 40px;
  max-width: 1120px;
  margin-inline: auto;
}
.single-shop .bl_map iframe {
  width: 100%;
  aspect-ratio: 1120/370;
}

a.el_linkButton.is_tel {
  margin-top: 53px;
  width: 320px;
  font-size: 24px;
  font-weight: var(--fw-bold);
}
a.el_linkButton.is_tel::before {
  content: "";
  background-image: url(../images/common/icon-phone.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
a.el_linkButton.is_tel::after {
  content: none;
}

.single-event .bl_article_content {
  --content-width: 1140px;
  --content-width: 1200px;
}
.single-event h1.el_article_title {
  color: var(--main-color);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .single-event h1.el_article_title {
    font-size: 32px;
  }
}
.single-event .bl_eventData {
  max-width: 893px;
  margin-inline: auto;
}
.single-event .bl_eventData img {
  margin-top: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 893/559;
}
.single-event .bl_eventData_list {
  background: #e7f2f9;
  border-radius: 10px;
  margin-top: 30px;
  padding-block: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 1025px) {
  .single-event .bl_eventData_list {
    margin-top: 40px;
    padding-block: 40px;
    padding-inline: 72px;
  }
}
.single-event .bl_eventData_list ul {
  padding-left: 0;
}
.single-event .bl_eventData_list ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
  font-weight: var(--fw-bold);
  font-size: 14px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .single-event .bl_eventData_list ul li {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .single-event .bl_eventData_list ul li {
    font-size: 20px;
  }
}
.single-event .bl_eventData_list ul li .el_label {
  color: #fff;
  background-color: var(--main-color);
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  width: 110px;
  flex-shrink: 0;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .single-event .bl_eventData_list ul li .el_label {
    width: 167px;
    height: 50px;
  }
}
.single-event .bl_eventData_list ul li .el_content {
  flex-grow: 1;
}
.single-event .bl_eventData_list ul li + li {
  margin-top: 20px;
}
.single-event .bl_eventContent {
  margin-top: 40px !important;
}
@media screen and (min-width: 1025px) {
  .single-event .bl_eventContent {
    margin-top: 80px !important;
  }
}
.single-event .bl_eventContent > * + * {
  margin-top: 20px;
}

.post-type-archive-recruit .el_postList_items {
  margin-top: 40px;
}
.post-type-archive-recruit .bl_archive_art {
  display: grid;
  padding-block: 30px;
  padding-inline: 20px;
  grid-template-columns: 1fr;
  gap: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background-image: url(../images/common/stripe-bg.png);
  background-repeat: repeat;
  background-size: 1200px;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .post-type-archive-recruit .bl_archive_art {
    grid-template-columns: 45% 1fr;
    padding-block: 100px;
    padding-inline: 70px;
    padding-block: clamp(30px, -60.168px + 11.725vw, 100px);
    padding-inline: clamp(20px, -44.405px + 8.375vw, 70px);
    gap: 40px;
  }
}
.post-type-archive-recruit .bl_archive_art + .bl_archive_art {
  margin-top: 60px;
}
.post-type-archive-recruit .bl_archive_art h2,
.post-type-archive-recruit .bl_archive_art h3 {
  font-weight: var(--fw-bold);
  line-height: 1.2;
  color: var(--main-color);
  --page-h3-fsz: 22px;
  --page-h2-fsz: 22px;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-recruit .bl_archive_art h2,
  .post-type-archive-recruit .bl_archive_art h3 {
    --page-h3-fsz: 32px;
    --page-h2-fsz: 32px;
  }
}
.post-type-archive-recruit .bl_archive_art ul {
  padding-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-recruit .bl_archive_art ul {
    margin-top: 20px;
  }
}
.post-type-archive-recruit .bl_archive_art ul li {
  list-style: none;
  line-height: 1.75;
  font-size: 16px;
  display: flex;
  border-bottom: 1px solid var(--border-color);
  padding-block: 15px;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-recruit .bl_archive_art ul li {
    font-size: 18px;
  }
}
.post-type-archive-recruit .bl_archive_art ul li span.el_label {
  color: var(--main-color);
  width: 140px;
}
.post-type-archive-recruit .bl_archive_art .el_linkButton {
  margin-top: 30px;
}
.post-type-archive-recruit .bl_recruitNote {
  margin-top: 150px;
}

.single-recruit .bl_article_content {
  --content-width: 1200px;
}
.single-recruit .bl_article_content h1.el_article_title {
  color: var(--main-color);
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content h1.el_article_title {
    font-size: 32px;
  }
}
.single-recruit .bl_article_content .bl_recruitData {
  display: grid;
  margin-top: 15px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content .bl_recruitData {
    margin-top: 20px;
    gap: 57px;
    gap: clamp(20px, -27.66px + 6.198vw, 57px);
    grid-template-columns: 43.8% 1fr;
  }
}
.single-recruit .bl_article_content .bl_recruitData figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-recruit .bl_article_content .bl_recruit_message {
  background: #e7f2f9;
  border-radius: 10px;
  padding-block: 20px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content .bl_recruit_message {
    padding-block: 32px;
    padding-block: clamp(24px, 13.695px + 1.34vw, 32px);
    padding-inline: 54px;
    padding-inline: clamp(24px, -14.643px + 5.025vw, 54px);
  }
}
.single-recruit .bl_article_content .bl_recruit_message h2 {
  font-weight: var(--fw-bold);
  font-size: 18px;
  line-height: 1.67;
  color: var(--main-color);
}
.single-recruit .bl_article_content .bl_recruit_message p {
  line-height: 1.875;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content .bl_recruit_message p {
    margin-top: 8px;
  }
}
.single-recruit .bl_article_content .el_linkButton {
  margin-top: 29px;
}
.single-recruit .bl_article_content .bl_shop_info {
  background: #e7f2f9;
  border-radius: 10px;
  margin-top: 30px;
  padding-block: 20px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content .bl_shop_info {
    margin-top: 50px;
    padding-block: 44px;
    padding-inline: 54px;
  }
}
.single-recruit .bl_article_content .bl_shop_info ul {
  padding-left: 0;
}
.single-recruit .bl_article_content .bl_shop_info ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  font-size: 16px;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .single-recruit .bl_article_content .bl_shop_info ul li {
    gap: 60px;
    flex-direction: row;
    font-size: 18px;
  }
}
.single-recruit .bl_article_content .bl_shop_info ul li .el_label {
  color: var(--main-color);
  width: 120px;
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  min-width: 120px;
}
.single-recruit .bl_article_content .bl_shop_info ul li a {
  color: var(--text-color);
  text-decoration: underline;
}
.single-recruit .bl_article_content .bl_shop_info ul li + li {
  margin-top: 24px;
}

html[lang=zh-CN] .bl_mainVisual .el_mainVisual_primaryCopy::after {
  top: -120%;
}
@media screen and (min-width:520px) {
  html[lang=zh-CN] .bl_mainVisual .el_mainVisual_primaryCopy::after {
    top: -80%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang=zh-CN] .bl_mainVisual .el_mainVisual_primaryCopy::after {
    top: -25%;
    right: -20px;
  }
}
html[lang=zh-CN] .ly_siteHeader_content .header_logo_image {
  width: 216px;
}
@media screen and (min-width: 1025px) {
  html[lang=zh-CN] .ly_siteHeader_content .header_logo_image {
    width: clamp(216px, -128.327px + 33.626vw, 331px);
  }
}
html[lang=zh-CN] .el_linkButton {
  white-space: normal;
}
@media screen and (max-width:521px) {
  html[lang=zh-CN] .page-about .bl_about_mv p br,
  html[lang=zh-CN] .page-about .bl_about_mv h2 br {
    display: none;
  }
}
html[lang=zh-CN] .wpcf7-form span.wpcf7-form-control.wpcf7-acceptance::before,
html[lang=zh-CN] .wpcf7-form .el_formItem > label.is_require::after {
  content: "必填";
}

@media screen and (min-width: 1025px) {
  html[lang=en] .bl_siteHeader_nav > li > a {
    font-size: clamp(13px, 6.546px + 0.63vw, 16px);
  }
}
html[lang=en] .bl_mainVisual {
  background-image: url(../images/top/mv-bg-en.svg);
}
html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy {
  padding-right: 85px;
}
@media screen and (min-width: 768px) {
  html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy {
    padding-right: 96px;
  }
}
@media screen and (min-width: 1025px) {
  html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy {
    padding-right: clamp(60px, -8.571px + 6.696vw, 120px);
  }
}
html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy::after {
  top: 30%;
}
@media screen and (min-width:520px) {
  html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy::after {
    top: -10%;
  }
}
@media screen and (min-width: 1025px) {
  html[lang=en] .bl_mainVisual .el_mainVisual_primaryCopy::after {
    top: 0%;
    right: 0;
  }
}
html[lang=en] .bl_mainVisual .el_mainVisual_copy {
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  html[lang=en] .bl_mainVisual .bl_mv_gallery {
    justify-content: flex-end;
    gap: 16px;
    margin-top: clamp(-150px, 128.571px + -14.509vw, -20px);
  }
}
html[lang=en] .bl_mainVisual .el_mv_bottomCopy span {
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  html[lang=en] .bl_mainVisual .el_mv_bottomCopy span {
    line-height: 1.7;
    max-width: 50vw;
  }
}
html[lang=en] .ly_siteHeader_content .header_logo_image {
  width: 216px;
}
@media screen and (min-width: 1025px) {
  html[lang=en] .ly_siteHeader_content .header_logo_image {
    width: clamp(216px, -128.327px + 33.626vw, 331px);
  }
}
html[lang=en] .bl_headerCTAButtons > a {
  font-size: clamp(12px, 4.358px + 0.746vw, 16px);
}
html[lang=en] .bl_headerCTAButtons > a:first-child {
  padding-left: 25px;
}
html[lang=en] .bl_top_about h2.lp_heading > font {
  max-width: 50vw;
}
html[lang=en] .el_linkButton {
  white-space: normal;
}
@media screen and (max-width: 1024px) {
  html[lang=en] .bl_shopSearch .bl_genreList a {
    font-size: 12px;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}
@media screen and (max-width:521px) {
  html[lang=en] a.el_linkButton {
    padding-inline: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  html[lang=en] .ly_archive_index h2.lp_heading,
  html[lang=en] .archive .bl_article_content h2.lp_heading,
  html[lang=en] .page .bl_article_content h2.lp_heading {
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width:521px) {
  html[lang=en] section.bl_top_event h2.lp_heading::before {
    width: 75px;
    left: 3px;
    top: -22px;
  }
  html[lang=en] section.bl_top_event h2.lp_heading::after {
    width: 50px;
    right: -10px;
    top: -22px;
  }
}
@media screen and (max-width:521px) {
  html[lang=en] section.bl_top_shop h2.lp_heading::before {
    width: 70px;
    left: 2px;
    top: -23px;
  }
  html[lang=en] section.bl_top_shop h2.lp_heading::after {
    right: 20px;
    top: -56px;
  }
}
html[lang=en] .wpcf7-form span.wpcf7-form-control.wpcf7-acceptance::before,
html[lang=en] .wpcf7-form .el_formItem > label.is_require::after {
  content: "required";
}

.is-style-strong, .bl_interviewPost_contentInner .is-style-strong {
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .is-style-strong, .bl_interviewPost_contentInner .is-style-strong {
    line-height: 2.46;
    font-size: 22px;
  }
}

.wp-block-table.is-style--schedule td {
  border: none;
  letter-spacing: 0.06em;
  vertical-align: middle;
  position: relative;
  padding-inline: 30px;
  line-height: 1.75;
}
.wp-block-table.is-style--schedule td:first-child {
  border-right: 1px solid;
  text-align: center;
  padding-inline: 0 30px;
  padding-block: 15px;
  font-size: 18px;
  line-height: 1.1;
}
.wp-block-table.is-style--schedule td:first-child::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--main-color);
  border-radius: 100%;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.is-style-left-line {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 46px;
}
@media screen and (min-width: 1025px) {
  .is-style-left-line {
    font-size: 34px;
  }
}
.is-style-left-line::before {
  content: "";
  width: 3px;
  height: 1.7em;
  transform: rotate(28deg);
  display: block;
  background: rgb(214, 189, 151);
  background: linear-gradient(0deg, #d6bd97 0%, #a48046 100%);
  position: absolute;
  left: 13px;
  top: -6px;
}

.is-style-table-note {
  font-size: 12px;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
  margin-top: 8px;
  opacity: 0.7;
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loadingInner {
  color: #fff;
  font-size: clamp(15px, 10.873px + 0.794vw, 19px);
}
.loadingInner > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .loadingInner > div {
    flex-direction: row;
    gap: 0;
  }
}
.loadingInner img {
  filter: brightness(0) invert(100%);
  width: 216px;
}
@media screen and (min-width: 1025px) {
  .loadingInner img {
    width: 331px;
  }
}
@media screen and (min-width: 1025px) {
  .loadingInner {
    font-size: 24px;
  }
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: var(--main-color);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.is-fadeInOut,
.is-slidein,
.is-fadein,
.is-fadeInLeft,
.is-fadeInRight,
.is-fadeUp {
  opacity: 0;
}

.is-fadeInLeft,
.is-fadeInRight,
.is-fadeUp {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-animated.is-fadeUp {
  animation-name: fadeUpAnime;
}
.is-animated.is-fadeInLeft {
  animation-name: fadeLeftAnime;
}
.is-animated.is-fadeInRight {
  animation-name: fadeRightAnime;
}
.is-animated.is-fadein {
  opacity: 0;
  animation: fadein 1.5s ease forwards;
}
.is-animated.is-slidein {
  opacity: 0;
  animation: slidein 1s ease-out forwards;
}
.is-animated.is-fadeInOut {
  animation: fade-in-out 2.5s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeInSlant {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.is-fadeInSlant_delayed {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.is-animated.is-fadeInSlant {
  animation-name: fadeSlantAnime;
}
.is-animated.is-fadeInSlant_delayed {
  animation-name: fadeSlantAnime;
}

@keyframes fadeSlantAnime {
  from {
    opacity: 0;
    transform: translateX(-300px) translateY(173px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 2.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}

.smooth.is-animated {
  clip-path: inset(0);
}

.smooth-mv {
  clip-path: inset(0 0 0 100%);
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.smooth-mv.is-animated {
  animation-name: smoothClipAnime;
}

@keyframes smoothClipAnime {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  50% {
    clip-path: inset(0 0 0 70%); /* 最初の30%で20%しか進まない */
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.blur {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.blur.is-animated {
  animation-name: blurAnime;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
.bgextend.is-animated {
  animation-name: bgextendAnimeBase;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.bgappear.is-animated {
  animation-name: bgextendAnimeSecond;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.is_float {
  animation: float 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes float {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
/* アクセシビリティ：ユーザーがアニメーションを嫌う場合は無効化 */
@media (prefers-reduced-motion: reduce) {
  .float {
    animation: none !important;
    transition: none !important;
  }
}/*# sourceMappingURL=style.css.map */