@charset "UTF-8";
:root {
  --fa: "Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone","Line Awesome Free","Line Awesome Brands";
  --la: "Line Awesome Free","Line Awesome Brands","Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone";
  --icon:var(--la);
}

:root {
  --Higo: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  --Himi: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  --Yugo:"Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Noto Sans JP", sans-serif;
  --Yumi: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Noto Serif JP", serif;
  --Tnr:"Times New Roman", Times, "Noto Serif JP", sans-serif;
  --Ser: "Noto Serif JP", serif;
  --San: "Noto Sans JP", sans-serif;
  --Exo:"Exo",
      sans-serif;
  --Kiwi:"Kiwi Maru", serif;
  --bodyFF: YakuHanJP_Narrow, var(--San);
  --noYH:var(--San);
  --Eng:var(--Exo);
}

.noYH {
  font-family: var(--noYH) !important;
}

.Ser {
  font-family: var(--Ser) !important;
}

.San {
  font-family: var(--San) !important;
}

.Eng {
  font-family: var(--Eng) !important;
}

.Shi {
  font-family: var(--San) !important;
}

:is(p:not(:has(> a)), h1, h2, h3, h4, h5), .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_03 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_column dl:has(dd:empty) dt, p:not(:has(> a)), .h1FZ, .h2FZ, .h3FZ, .Hfont {
  font-weight: var(--hfw);
  font-family: var(--hff);
  line-height: var(--hlh);
  letter-spacing: var(--hls);
  color: var(--hcolor);
}

h1, .h1FZ {
  font-size: var(--h1FZ);
}

h2, .h2FZ {
  font-size: var(--h2FZ);
}

.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_03 dl:has(dd:empty) dt:is(#contents dt), h3, .h3FZ {
  font-size: var(--h3FZ);
}

:root {
  --f12:clamp(10px, 1.2vw, 12px);
  --f14:clamp(12px, 1.3vw, 14px);
  --f15:clamp(14px, 1.4vw, 15px);
  --f16:clamp(14px, 1.4vw, 16px);
  --f18:clamp(14px, 1.6vw, 18px);
  --f20:clamp(14px, 1.8vw, 20px);
  --f22:clamp(16px, 2vw, 22px);
  --f24:clamp(16px, 2.4vw, 24px);
  --f26:clamp(18px, 2.4vw, 26px);
  --f28:clamp(20px, 2.4vw, 28px);
  --f32:clamp(20px, 3.2vw, 32px);
  --f36:clamp(24px, 3.6vw, 36px);
  --f40: clamp(24px, 3.6vw, 40px);
  --f48:clamp(32px, 5vw, 48px);
  --f64:clamp(48px,6vw,64px);
  --f72:clamp(48px,7vw,72px);
  --f80: clamp(48px, 8vw, 80px);
  --f96:clamp(48px,9vmin,96px);
}

.form_wrap {
  overflow-y: scroll;
  --thumbC:var(--tx20);
  --thumbW:8px;
}
.form_wrap::-webkit-scrollbar {
  background-color: transparent;
  width: var(--thumbW);
  height: 0;
}
.form_wrap::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}

.thumb_slide.__scroll ul.slick-dots, .tbl_normal, .tbl_scroll, .__scrollX .items,
.__scrollX, .__scrollX .blog_list {
  overflow-x: scroll;
  --thumbC:var(--tx20);
  --thumbW:8px;
}
.thumb_slide.__scroll ul.slick-dots::-webkit-scrollbar, .tbl_normal::-webkit-scrollbar, .tbl_scroll::-webkit-scrollbar, .__scrollX .items::-webkit-scrollbar,
.__scrollX::-webkit-scrollbar, .__scrollX .blog_list::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: var(--thumbW);
}
.thumb_slide.__scroll ul.slick-dots::-webkit-scrollbar-thumb, .tbl_normal::-webkit-scrollbar-thumb, .tbl_scroll::-webkit-scrollbar-thumb, .__scrollX .items::-webkit-scrollbar-thumb,
.__scrollX::-webkit-scrollbar-thumb, .__scrollX .blog_list::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}

:root {
  --un:unset;
  --inh:inherit;
  --cur:currentColor;
  --tr:transparent;
  --mc:#f57c01;
  --sc:#fff;
  --ac:#f57c01;
  --bc:#fff0d9;
  --tx:#333;
  --gr:#666;
  --bk:#000;
  --wh:#fff;
  --mc10: color-mix(in srgb, transparent,var(--mc) 10%);
  --mc20: color-mix(in srgb, transparent,var(--mc) 20%);
  --mc30: color-mix(in srgb, transparent,var(--mc) 30%);
  --mc40: color-mix(in srgb, transparent,var(--mc) 40%);
  --mc50: color-mix(in srgb, transparent,var(--mc) 50%);
  --mc60: color-mix(in srgb, transparent,var(--mc) 60%);
  --mc70: color-mix(in srgb, transparent,var(--mc) 70%);
  --mc80: color-mix(in srgb, transparent,var(--mc) 80%);
  --mc90: color-mix(in srgb, transparent,var(--mc) 90%);
  --sc10: color-mix(in srgb, transparent,var(--sc) 10%);
  --ac10: color-mix(in srgb, transparent,var(--ac) 10%);
  --bc10: color-mix(in srgb, transparent,var(--bc) 10%);
  --tx10: color-mix(in srgb, transparent,var(--tx) 10%);
  --gr10: color-mix(in srgb, transparent,var(--gr) 10%);
  --wh10: color-mix(in srgb, transparent,var(--wh) 10%);
  --bk10: color-mix(in srgb, transparent,var(--bk) 10%);
  --sc20: color-mix(in srgb, transparent,var(--sc) 20%);
  --ac20: color-mix(in srgb, transparent,var(--ac) 20%);
  --bc20: color-mix(in srgb, transparent,var(--bc) 20%);
  --tx20: color-mix(in srgb, transparent,var(--tx) 20%);
  --gr20: color-mix(in srgb, transparent,var(--gr) 20%);
  --wh20: color-mix(in srgb, transparent,var(--wh) 20%);
  --bk20: color-mix(in srgb, transparent,var(--bk) 20%);
  --sc30: color-mix(in srgb, transparent,var(--sc) 30%);
  --ac30: color-mix(in srgb, transparent,var(--ac) 30%);
  --bc30: color-mix(in srgb, transparent,var(--bc) 30%);
  --tx30: color-mix(in srgb, transparent,var(--tx) 30%);
  --gr30: color-mix(in srgb, transparent,var(--gr) 30%);
  --wh30: color-mix(in srgb, transparent,var(--wh) 30%);
  --bk30: color-mix(in srgb, transparent,var(--bk) 30%);
  --sc40: color-mix(in srgb, transparent,var(--sc) 40%);
  --ac40: color-mix(in srgb, transparent,var(--ac) 40%);
  --bc40: color-mix(in srgb, transparent,var(--bc) 40%);
  --tx40: color-mix(in srgb, transparent,var(--tx) 40%);
  --gr40: color-mix(in srgb, transparent,var(--gr) 40%);
  --wh40: color-mix(in srgb, transparent,var(--wh) 40%);
  --bk40: color-mix(in srgb, transparent,var(--bk) 40%);
  --sc50: color-mix(in srgb, transparent,var(--sc) 50%);
  --ac50: color-mix(in srgb, transparent,var(--ac) 50%);
  --bc50: color-mix(in srgb, transparent,var(--bc) 50%);
  --tx50: color-mix(in srgb, transparent,var(--tx) 50%);
  --gr50: color-mix(in srgb, transparent,var(--gr) 50%);
  --wh50: color-mix(in srgb, transparent,var(--wh) 50%);
  --bk50: color-mix(in srgb, transparent,var(--bk) 50%);
  --sc60: color-mix(in srgb, transparent,var(--sc) 60%);
  --ac60: color-mix(in srgb, transparent,var(--ac) 60%);
  --bc60: color-mix(in srgb, transparent,var(--bc) 60%);
  --tx60: color-mix(in srgb, transparent,var(--tx) 60%);
  --gr60: color-mix(in srgb, transparent,var(--gr) 60%);
  --wh60: color-mix(in srgb, transparent,var(--wh) 60%);
  --bk60: color-mix(in srgb, transparent,var(--bk) 60%);
  --sc70: color-mix(in srgb, transparent,var(--sc) 70%);
  --ac70: color-mix(in srgb, transparent,var(--ac) 70%);
  --bc70: color-mix(in srgb, transparent,var(--bc) 70%);
  --tx70: color-mix(in srgb, transparent,var(--tx) 70%);
  --gr70: color-mix(in srgb, transparent,var(--gr) 70%);
  --wh70: color-mix(in srgb, transparent,var(--wh) 70%);
  --bk70: color-mix(in srgb, transparent,var(--bk) 70%);
  --sc80: color-mix(in srgb, transparent,var(--sc) 80%);
  --ac80: color-mix(in srgb, transparent,var(--ac) 80%);
  --bc80: color-mix(in srgb, transparent,var(--bc) 80%);
  --tx80: color-mix(in srgb, transparent,var(--tx) 80%);
  --gr80: color-mix(in srgb, transparent,var(--gr) 80%);
  --wh80: color-mix(in srgb, transparent,var(--wh) 80%);
  --bk80: color-mix(in srgb, transparent,var(--bk) 80%);
  --sc90: color-mix(in srgb, transparent,var(--sc) 90%);
  --ac90: color-mix(in srgb, transparent,var(--ac) 90%);
  --bc90: color-mix(in srgb, transparent,var(--bc) 90%);
  --tx90: color-mix(in srgb, transparent,var(--tx) 90%);
  --gr90: color-mix(in srgb, transparent,var(--gr) 90%);
  --wh90: color-mix(in srgb, transparent,var(--wh) 90%);
  --bk90: color-mix(in srgb, transparent,var(--bk) 90%);
}

:root {
  --block:120px;
  --block25:calc(var(--block)/4 );
  --block3:calc(var(--block)/3 );
  --block5:calc(var(--block)/2 );
  --block6:calc(var(--block)/3*2);
  --block75:calc(var(--block)/4*3);
  --15block:calc(var(--block)*1.5);
  --2block:calc(var(--block)*2.0);
  --25block:calc(var(--block)*2.5);
  --3block:calc(var(--block)*3.0);
  --inBase:calc(50vw - (var(--base) / 2) );
  --inBase:calc(50vw - clamp(0px,50vw - var(--inline,20px), (var(--base) / 2) ));
  --in1800:calc(50vw - clamp(0px,50vw - var(--inline,20px), 900px ));
  --in1740:calc(50vw - clamp(0px,50vw - var(--inline,20px), 870px ));
  --in1728:calc(50vw - clamp(0px,50vw - var(--inline,20px), 864px ));
  --in1680:calc(50vw - clamp(0px,50vw - var(--inline,20px), 840px ));
  --in1620:calc(50vw - clamp(0px,50vw - var(--inline,20px), 810px ));
  --in1560:calc(50vw - clamp(0px,50vw - var(--inline,20px), 780px ));
  --in1536:calc(50vw - clamp(0px,50vw - var(--inline,20px), 768px ));
  --in1500:calc(50vw - clamp(0px,50vw - var(--inline,20px), 750px ));
  --in1440:calc(50vw - clamp(0px,50vw - var(--inline,20px), 720px ));
  --in1380:calc(50vw - clamp(0px,50vw - var(--inline,20px), 690px ));
  --in1320:calc(50vw - clamp(0px,50vw - var(--inline,20px), 660px ));
  --in1200:calc(50vw - clamp(0px,50vw - var(--inline,20px), 600px ));
  --in1080:calc(50vw - clamp(0px,50vw - var(--inline,20px), 540px ));
  --in1000:calc(50vw - clamp(0px,50vw - var(--inline,20px), 500px ));
  --in960: calc(50vw - clamp(0px,50vw - var(--inline,20px), 480px ));
  --in800: calc(50vw - clamp(0px,50vw - var(--inline,20px), 400px ));
  --in840: calc(50vw - clamp(0px,50vw - var(--inline,20px), 420px ));
  --in720: calc(50vw - clamp(0px,50vw - var(--inline,20px), 360px ));
  --in600: calc(50vw - clamp(0px,50vw - var(--inline,20px), 300px ));
  --outBase:calc(50% - 50vw);
}

section {
  max-width: 100%;
  width: var(--base);
  margin-inline: auto;
}

.bg100R, .outBaseR {
  margin-right: var(--outBase) !important;
  max-width: unset !important;
}

.bg100L, .outBaseL {
  margin-left: var(--outBase) !important;
  max-width: unset !important;
}

.bg100Rin, .outBaseR {
  margin-right: var(--outBase) !important;
  padding-right: var(--inBase) !important;
  max-width: unset !important;
}

.bg100Lin, .outBaseL {
  margin-left: var(--outBase) !important;
  padding-left: var(--inBase) !important;
  max-width: unset !important;
}

.bg100in {
  margin-inline: var(--outBase) !important;
  padding-inline: var(--inBase) !important;
  max-width: unset !important;
  margin-top: unset !important;
}

.mv, .title1, .head_01, .bg100 {
  margin-inline: var(--outBase) !important;
  max-width: unset !important;
}

.wrapper {
  padding-block: var(--wrapperPY);
  background-size: cover;
}

.wrapper100 {
  margin-inline: var(--outBase) !important;
  max-width: unset;
  padding-block: var(--wrapperPY);
  background-size: cover;
}

.wrapper100in {
  margin-inline: var(--outBase) !important;
  max-width: unset;
  padding-inline: var(--inBase) !important;
  padding-block: var(--wrapperPY);
  background-size: cover;
}

.f_link, .pan1 a,
.h_nav a:not(.drop a, .nopointer, :has(> span)),
.banner a,
.nav a:not(.drop ul li a),
.blog_text h3 span,
.rss-title, .f_btn {
  background-image: linear-gradient(currentColor, currentColor);
  transition: background 0.4s ease;
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: -103%;
  background-size: 200% 2px;
}
.f_link:hover, .pan1 a:hover,
.h_nav a:hover:not(.drop a, .nopointer, :has(> span)),
.banner a:hover,
.nav a:hover:not(.drop ul li a),
.blog_text h3 span:hover,
.rss-title:hover, .f_btn:hover {
  background-position-x: 0%;
  animation: rightgrow 0.4s ease;
}
@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}

:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li > *, .fb_bfaf .box:nth-child(2) i, :is(.barBFAF, .barBF, .barAF) {
  position: relative;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li > ::before, .fb_bfaf .box:nth-child(2) i::before, :is(.barBFAF, .barBF, .barAF)::before {
  content: "";
  display: inline-block;
  z-index: 1;
  font-weight: 900;
  font-family: var(--icon);
}

.line2, .f_nav li > span, .f_nav a.nopointer, .f_nav-column .nopointer, :is(.barBFAF, .barBF, .barAF) {
  position: relative;
}
.line2::after, .f_nav li > span::after, .f_nav a.nopointer::after, .f_nav-column .nopointer::after, :is(.barBFAF, .barBF, .barAF)::after {
  content: "";
  display: inline-block;
  z-index: 1;
  font-weight: 900;
  font-family: var(--icon);
}

:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box {
  position: relative;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box::before {
  content: "";
  display: inline-block;
  z-index: 1;
  font-weight: 900;
  font-family: var(--icon);
  content: "";
  background-color: var(--ac);
  height: var(--diaW);
  width: var(--diaW);
  position: absolute;
  inset: unset;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 100;
}

:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box {
  position: relative;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box::after {
  content: "";
  display: inline-block;
  z-index: 1;
  font-weight: 900;
  font-family: var(--icon);
  content: "";
  background-color: var(--ac);
  height: var(--diaW);
  width: var(--diaW);
  position: absolute;
  inset: unset;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(45deg);
}

.H-line h1, .H-line h2, .H-line h3, .line2, .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .board {
  position: relative;
  z-index: 1;
}
.H-line h1::before, .H-line h2::before, .H-line h3::before, .line2::before, .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt)::before, .board::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mv .dotCover {
  position: relative;
  z-index: 1;
}
.mv .dotCover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sns_slide .sns_list .caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: var(--lineClamp);
  -webkit-line-clamp: var(--lineClamp);
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  border: none;
  background-color: unset;
}

html {
  font-size: 62.5% !important;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  counter-reset: number 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-style: normal;
  margin: 0;
  color: unset;
  text-align: unset;
}

figure > img {
  height: auto !important;
}

#contents {
  width: 100%;
}
#contents::after {
  display: none;
}

blockquote {
  font-style: italic;
}

@media (max-width: 834px) {
  .imgR, .imgL {
    float: none;
  }
}

iframe {
  width: 100%;
}

span.translate {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.clearfix:after {
  visibility: visible;
}

span, b, u {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

figure {
  width: 100%;
}

body img.imgL {
  max-width: 100%;
}
body img.imgR {
  max-width: 100%;
}

li {
  list-style: none;
  outline: none;
}

small {
  font-size: 66%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a:not([class], .h a, .f a) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: var(--linkC);
}

div.cardform {
  display: block;
}

div.blog_list {
  border: none;
}

div.sns_list div.sns_text, div.blog_list div.blog_text {
  width: 100%;
  padding: 0px;
  font-size: inherit;
}

div.sns_list ul li a, div.blog_list ul li a {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

div.detail, div.detail2 {
  margin-top: unset;
}

h2.mail.title {
  display: none !important;
}

.form_wrap.confirm {
  margin-top: 40px;
}
.form_wrap.confirm dl:last-of-type dt, .form_wrap.confirm dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: underline;
}

em, span {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
}

section div.form_wrap dl {
  color: var(--tx);
}

:where(.box) {
  position: relative;
}
:where(.box) article > h3 {
  display: none;
}

.submit:is(#contents *) {
  margin-top: var(--block5);
}

div.clearfix > div:empty:not([class], [id]), div.clearfix > article > div:empty:not([class], [id]) {
  display: none !important;
}
div.clearfix > div a:not([class], [id]), div.clearfix > article > div a:not([class], [id]) {
  color: var(--linkC);
}

html, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: inherit;
  vertical-align: unset;
}

html {
  --base:1200px;
}
@media (max-width: 1560px) {
  html {
    --base:1080px;
  }
}
html:not(.home) {
  --h1FZ: clamp(28px, 4vw, 48px);
  --h2FZ: clamp(24px, 3vw, 32px);
  --h3FZ: clamp(18px, 2vw, 24px);
  --PFZ: clamp(16px, 2vw, 16px);
  --gap:30px;
  --block:60px;
}

:root {
  --bodyFZ:var(--f16);
}

body {
  font-size: var(--bodyFZ);
  overflow-x: hidden;
  font-family: var(--bodyFF);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--tx);
  font-style: normal;
}

:root {
  --hcolor: var(--inh);
  --hfw: bold;
  --hff:var(--San);
  --subC: var(--inh);
  --subFW: 500;
  --subFF: var(--Eng);
  --hlh:1.5;
  --hls:0.2em;
  --h2h:2.25

  --bigFZ:clamp(32px, 4vw, 64px);
  --h1FZ:clamp(20px, 3vw, 30px);
  --h2FZ:clamp(20px, 3vw, 38px);
  --h3FZ:clamp(18px, 2vw, 20px);
  --PFZ: clamp(16px, 2vw, 20px);
  --h2EN:calc(var(--h2FZ)*1.2 );
}

p:not(:has(> a)) {
  font-size: var(--PFZ);
}

h5, h4 {
  font-size: 1.25em;
}

:root {
  --footerMT:var(--block);
  --wrapperPY:var(--block);
  --Schild:var(--block);
  --Wchild:var(--block);
  --Hafter:var(--block5);
  --linkC:var(--ac);
  --block:120px;
  --inline:60px;
  --inline2:calc(var(--inline) * 2);
  --gap:60px;
  --gapN:calc(var(--gap)*-1);
  --gapH:calc(var(--gap)/2);
}
@media (max-width: 1440px) {
  :root {
    --inline:40px;
    --gap:32px;
  }
}
@media (max-width: 834px) {
  :root {
    --block:80px;
    --gap:20px;
  }
}
@media (max-width: 640px) {
  :root {
    --inline:30px;
  }
}

:root {
  --bds: solid;
  --bdw: 2px;
  --bdc: var(--ac);
  --line: var(--bdw) var(--bds) var(--bdc);
  --stW: 4px;
  --rad: 20px;
  --rad2: calc(var(--rad) * 2);
  --Hrad: calc(var(--rad) / 3);
  --radhalf: calc(var(--rad) / 2);
  --sheetR: var(--un);
  --sheetBG: var(--bc);
  --sheetP: 3vmin;
  --boardR: var(--rad);
  --lineClamp: 2;
  --tsW: 16px;
  --txshwh: 0 0 var(--tsW) var(--wh);
  --txshbk: 0 0 var(--tsW) var(--bk);
  --txshmc: 0 0 var(--tsW) var(--mc);
  --dsW: 16px;
  --dswh: drop-shadow(0 0px var(--dsW) var(--wh));
  --dsbk: drop-shadow(0 0px var(--dsW) var(--bk));
  --dsgr: drop-shadow(0 0px var(--dsW) var(--gr));
}

.txshwh {
  text-shadow: var(--txshwh);
}

.txshbk {
  text-shadow: var(--txshbk);
}

.txshmc {
  text-shadow: var(--txshmc);
}

.txstwh {
  -webkit-text-stroke: var(--stW) var(--wh);
  paint-order: stroke;
}

.txstsc {
  -webkit-text-stroke: var(--stW) var(--sc);
  paint-order: stroke;
}

.dswh {
  filter: var(--dswh);
}

.dsbk {
  filter: var(--dsbk);
}

.dsgr {
  filter: var(--dsgr);
}

.beforeF,
.beforeFooter {
  margin-bottom: calc(var(--footerMT) * -1);
}

.f {
  margin-top: var(--footerMT);
}

#contents_wrap,
section.blog {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: unset;
  margin-block-start: var(--contMT);
}
#contents_wrap:is(.page-shop *),
section.blog:is(.page-shop *) {
  margin-block-start: calc(var(--contMT) * 1.25);
}

#contents {
  background-color: var(--sc);
  padding-inline: var(--inline);
}
#contents:is(.blog *) {
  --contMT: 0;
}

section.blog {
  margin-block-start: var(--block5);
}

section > *,
form > *:where(:not(.page-shop *)) {
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}
section > * + *,
form > *:where(:not(.page-shop *)) + * {
  margin-top: var(--Schild);
}
section > * + *.box,
form > *:where(:not(.page-shop *)) + *.box {
  margin-top: 0;
}
section > * > *,
form > *:where(:not(.page-shop *)) > * {
  max-width: 100%;
}

.wrapper,
.wrapper100,
.wrapper100in {
  position: relative;
}
.wrapper > *,
.wrapper100 > *,
.wrapper100in > * {
  margin-inline: auto;
  max-width: 100%;
}
.wrapper > * + *,
.wrapper100 > * + *,
.wrapper100in > * + * {
  margin-top: var(--Wchild);
}
.wrapper > .box,
.wrapper100 > .box,
.wrapper100in > .box {
  margin: unset;
}

.wrapper,
.wrapper100,
.wrapper100in {
  background: repeat center/cover;
}
.wrapper > * + *,
.wrapper100 > * + *,
.wrapper100in > * + * {
  margin-top: var(--Wchild);
}

.wrapper > *,
.wrapper100 > *,
.wrapper100in > * {
  position: relative;
}

[class*=wrapper] + [class*=wrapper] {
  margin-top: unset;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.h.active, .policy-wrap.active) {
  overflow: hidden;
}

i,
a:after {
  font-weight: 600;
  line-height: inherit;
}

b,
strong {
  font-weight: 700;
}

u {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

mark {
  --bdc: var(--ac20);
  display: inline-block;
  color: inherit;
  background: linear-gradient(transparent 50%, var(--bdc) 50%);
}

hr {
  border-bottom: var(--line);
  margin-block: 1em;
}

.img100 :is(a, img) {
  width: 100% !important;
  height: auto !important;
}

#contents .slick-list {
  width: 100%;
}

:target,
[id] {
  scroll-margin-top: calc(var(--head) * 1.5);
}

#contents .form_wrap dl dt {
  flex-direction: row;
}
#contents .form_wrap:is(.confirm, .message, .error) {
  font-size: var(--f16);
  --bdc: #ccc;
}
#contents .form_wrap:is(.confirm, .message, .error) *:not(label) {
  color: #111 !important;
}
#contents .form_wrap:is(.confirm, .message, .error) {
  --tx: #000;
  margin-top: calc(var(--head) * 1.2) !important;
  margin-inline: auto !important;
}
#contents .form_wrap:is(.confirm, .message, .error) dl:last-of-type dt,
#contents .form_wrap:is(.confirm, .message, .error) dl:last-of-type dd {
  border-color: #ccc;
}
#contents .form_wrap:is(.entry) {
  --tx: #111;
}
#contents .form_wrap:is(.entry) dl:last-of-type dt,
#contents .form_wrap:is(.entry) dl:last-of-type dd {
  border-color: #ccc;
}

section div.form_wrap dl dt label {
  font-size: inherit;
}

p.annot {
  width: var(--base);
  margin-inline: auto !important;
  max-width: 100%;
}

.pankuzu,
.pan1 {
  position: relative;
  z-index: 1;
}
.pankuzu.__center ul,
.pan1.__center ul {
  justify-content: center;
}
.pankuzu.__right ul,
.pan1.__right ul {
  justify-content: flex-end;
}
.pankuzu.__left ul,
.pan1.__left ul {
  justify-content: flex-start;
}
.pankuzu:is(.title1 + *),
.pan1:is(.title1 + *) {
  margin-top: calc(var(--Schild) / 2);
}
.pankuzu ul,
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  max-width: var(--base);
  display: inline-flex;
}
.pankuzu ul li:not(:first-child),
.pan1 ul li:not(:first-child) {
  pointer-events: none;
}
.pankuzu ul li:not(:first-child) a,
.pan1 ul li:not(:first-child) a {
  text-decoration: none;
  color: currentColor;
  background: none;
}
.pankuzu ul a:-moz-any-link, .pan1 ul a:-moz-any-link {
  text-decoration: none;
  color: var(--linkC);
}
.pankuzu ul a:any-link,
.pan1 ul a:any-link {
  text-decoration: none;
  color: var(--linkC);
}

.ph,
.la,
.fa-solid {
  font-family: var(--icon);
  color: inherit;
}

div#form_calendar div.head span:nth-of-type(5),
div.calendar div.head span:nth-of-type(5),
div#form_calendar div.head span:nth-of-type(1),
div.calendar div.head span:nth-of-type(1) {
  width: unset;
  font-size: 1.5em;
  transition: 0.4s;
}
div#form_calendar div.head span:nth-of-type(5):hover,
div.calendar div.head span:nth-of-type(5):hover,
div#form_calendar div.head span:nth-of-type(1):hover,
div.calendar div.head span:nth-of-type(1):hover {
  color: inherit;
  opacity: 0.7;
}

div#form_calendar table tbody tr td.open.level1 span {
  border-color: var(--gr);
}

div#form_calendar table tbody tr td label,
div.calendar table tbody tr td label,
div#form_calendar table tbody tr td.close span {
  font-size: unset;
}

.dis {
  display: none;
}

html.page-blog .clearfix:after {
  display: none;
}

html.page-blog section.blog {
  margin-top: var(--block3);
}
html.page-blog #contents article ul.clearfix, html.page-blog #contents article style + * {
  margin-top: 0;
}
html.page-blog img {
  border: 0px;
}
html.page-blog video {
  max-width: 100%;
}
html.page-blog input,
html.page-blog textarea,
html.page-blog select,
html.page-blog button {
  margin: 0;
  padding: unset;
  font-family: sans-serif;
  font-size: 100%;
}
html.page-blog select {
  padding: 4px 2px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}
html.page-blog div.wrap {
  width: unset;
  max-width: unset;
  margin: 0 auto;
  display: flex;
}
html.page-blog section div.wrap {
  display: flex;
}
html.page-blog section aside {
  padding: 0 10px;
  width: 25%;
  min-width: 200px;
  overflow: hidden;
}
html.page-blog section div#contents {
  width: 75%;
  overflow: hidden;
}
html.page-blog aside div#prof a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  padding-right: 10px;
}
html.page-blog aside div#search {
  position: relative;
}
html.page-blog aside div#search input {
  width: 100%;
}
html.page-blog aside div#search button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 5px;
  width: 28px;
  height: 28px;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}
html.page-blog aside h3,
html.page-blog aside nav > div {
  font-size: 15px;
  line-height: 50px;
}
html.page-blog aside h3:nth-of-type(2),
html.page-blog aside nav > div:nth-of-type(2) {
  margin-top: 20px;
}
html.page-blog aside nav {
  padding: 20px 0;
}
html.page-blog aside nav > a {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}
html.page-blog aside ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
html.page-blog aside ul li:first-child {
  border-top: unset;
}
html.page-blog aside ul li a span:nth-of-type(2) {
  display: unset;
}
html.page-blog section div#contents div.pager {
  line-height: 30px;
  padding: 0 10px 50px 10px;
}
html.page-blog section div#contents div.pager a.next {
  float: right;
}
html.page-blog section div#contents div#blog_detail {
  padding: 10px 10px 0 10px;
}
html.page-blog section div#contents div#prof_detail img {
  padding: 0 10px;
  float: right;
}
html.page-blog section div#contents div#prof_detail div#prof_text {
  clear: right;
  padding: 10px;
}
html.page-blog section div#contents article div.date {
  line-height: 30px;
  color: var(--tx);
}
html.page-blog section div#contents article h1,
html.page-blog section div#contents article h1 span:nth-of-type(2),
html.page-blog section div#contents article h2 span:nth-of-type(2) {
  display: unset;
}
html.page-blog section div#contents article h1:empty,
html.page-blog section div#contents article h1 span:nth-of-type(2):empty,
html.page-blog section div#contents article h2 span:nth-of-type(2):empty {
  display: none;
}
html.page-blog section div#contents article ul {
  margin-bottom: 10px;
}
html.page-blog section div#contents article ul li {
  float: left;
  list-style: none;
}
html.page-blog section div#contents article ul li a {
  display: block;
  line-height: inherit;
  margin-left: 0.5em;
  margin-right: unset;
  border-radius: calc(var(--rad) / 2);
}
html.page-blog section div#contents article div.flex {
  display: flex;
  flex-direction: column;
}
html.page-blog section div#contents article div.flex_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  order: 1;
}
html.page-blog section div#contents article div.flex_images > * {
  flex: 1;
}
@media (max-width: 960px) {
  html.page-blog section div#contents article div.flex_images > * {
    flex: unset;
    width: 49%;
  }
}
html.page-blog section div#contents div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
html.page-blog section div#contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
html.page-blog section div#contents article div.sns {
  display: flex;
  justify-content: center;
}
html.page-blog section div#contents article div.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 200px;
  height: 45px;
  border-radius: 3px;
  text-decoration: none;
}
html.page-blog section div#contents article div.sns a span {
  font-size: 16px;
}
html.page-blog section div#contents article div.sns a i {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
html.page-blog section div#contents article div.sns a.tw {
  background: #1da1f2;
}
html.page-blog section div#contents article div.sns a.fb {
  background: #2f6db6;
}
html.page-blog section div#contents article div.sns a.line {
  background: #00b900;
}
html.page-blog section div#contents article div.sns a.tw i {
  background-image: url(../img/TW.png);
}
html.page-blog section div#contents article div.sns a.fb i {
  background-image: url(../img/FB.png);
  background-size: 28px;
  background-position: center 3px;
}
html.page-blog section div#contents article div.sns a.line i {
  background-image: url(../img/LINE.png);
}
html.page-blog section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
html.page-blog section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
html.page-blog section div#contents > dl dt > div > a {
  text-underline-offset: 0.25em;
  color: var(--tx);
  text-decoration-color: var(--mc);
  font-size: var(--h3FZ);
}
html.page-blog section div#contents > dl dt span.translate {
  display: block;
  font-weight: var(--hfw);
  margin-top: 8px;
}
html.page-blog section div#contents > dl dd {
  margin-top: var(--f16);
}
html.page-blog section div#contents > dl ul li {
  float: left;
  list-style: none;
  margin-bottom: 0.5em;
}
html.page-blog section div#contents > dl ul li a {
  display: block;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: var(--mc);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radhalf);
}
html.page-blog section div#contents > dl dt span:nth-of-type(2) {
  display: block;
  font-size: 12px;
}
html.page-blog div#form_calendar {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 10px auto;
  min-width: unset;
}
html.page-blog div#form_calendar td.blog {
  background-color: var(--mc30);
}
html.page-blog div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}
html.page-blog div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
html.page-blog div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 20px;
  font-size: 20px;
}
html.page-blog div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 25px;
}
html.page-blog div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
html.page-blog div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 25px;
}
html.page-blog div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 20px;
  font-size: 20px;
}
html.page-blog div#form_calendar div.head span:nth-of-type(1):hover,
html.page-blog div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}
html.page-blog div#form_calendar table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}
html.page-blog div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
html.page-blog div#form_calendar table tbody tr {
  height: 30px;
}
html.page-blog div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}
html.page-blog div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}
html.page-blog div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}
html.page-blog div#form_calendar table tbody tr td label {
  font-size: 12px;
}
html.page-blog div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}
html.page-blog div#form_calendar table tbody tr td:first-of-type label,
html.page-blog div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}
html.page-blog div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}
html.page-blog div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}
html.page-blog div#form_calendar table tbody tr td.other:first-of-type label,
html.page-blog div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}
html.page-blog div#form_calendar table tbody tr td:hover {
  background: rgba(0, 200, 255, 0.82) !important;
  cursor: pointer;
}
html.page-blog div#form_calendar table tbody tr td:hover label {
  cursor: pointer;
}
html.page-blog div#form_calendar table tbody tr td.open {
  background: var(--mc20);
}
html.page-blog div#form_calendar table tbody tr td.close {
  background: var(--ac);
}
html.page-blog div#form_calendar dl.open,
html.page-blog div#form_calendar dl.close {
  display: flex;
  font-size: 12px;
}
html.page-blog div#form_calendar dl.open label,
html.page-blog div#form_calendar dl.close label {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 20px;
  font-size: 12px;
}
html.page-blog div#form_calendar dl.open label {
  background: var(--mc20);
}
html.page-blog div#form_calendar dl.close label {
  background: var(--ac);
}
html.page-blog div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}
html.page-blog div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}
html.page-blog div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}
html.page-blog div#builingual div.language {
  float: right;
  color: #999;
  font-weight: bold;
}
html.page-blog div#builingual div.language select {
  margin: 0 20px 0 10px;
}
html.page-blog div.translate {
  margin: 30px 0 30px 0;
}
html.page-blog section div#contents div#blog_detail + div.translate {
  margin: 10px 10px 30px 10px;
}
html.page-blog section div#contents article > p + div.translate {
  margin: 5px 0 30px 0;
}
html.page-blog section div#contents img {
  height: auto !important;
}
html.page-blog section div#contents article h1 span {
  display: block;
  font-size: var(--f40);
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  position: relative;
  border-bottom: var(--line);
  padding: 0.25em;
  margin-bottom: var(--f16);
  line-height: 1.3;
}
html.page-blog section div#contents article h1 span::before, html.page-blog section div#contents article h1 span::after {
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 2px;
}
html.page-blog section div#contents article h1 span::before {
  width: 66%;
  background-color: var(--mctr);
  display: none;
}
html.page-blog section div#contents article h1 span::after {
  width: 20%;
  background-color: var(--mc);
  display: none;
}
html.page-blog section div.form_wrap dl {
  display: flex;
}
html.page-blog section div.form_wrap dl dt {
  border: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
html.page-blog section div.form_wrap dl dd {
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
}
html.page-blog section div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}
html.page-blog section div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}
html.page-blog section div.form_wrap dl dt label,
html.page-blog section div.form_wrap p.annot {
  color: #ff0000;
}
html.page-blog section div.form_wrap dl dd > div {
  display: flex;
}
html.page-blog section div.form_wrap dl dd input[type=text],
html.page-blog section div.form_wrap dl dd input[type=password] {
  width: 300px;
  max-width: 100%;
}
html.page-blog section div.form_wrap dl dd div input[type=text],
html.page-blog section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}
html.page-blog section div.form_wrap dl dd div:last-of-type input[type=text],
html.page-blog section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}
html.page-blog section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}
html.page-blog section div.form_wrap dl dd input[type=text] + span,
html.page-blog section div.form_wrap dl dd select + span {
  margin-left: 8px;
}
html.page-blog section div.form_wrap dl dd p {
  margin-top: 4px;
}
html.page-blog section div.form_wrap dl dd.addr input,
html.page-blog section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}
html.page-blog section div.form_wrap dl dd.addr select,
html.page-blog section div.form_wrap dl dd.ship_addr select {
  width: 122px !important;
}
html.page-blog section div.form_wrap dl dd.addr div:nth-of-type(1) input,
html.page-blog section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input {
  width: 100px !important;
  text-align: center;
}
html.page-blog section div.form_wrap dl dd.date div,
html.page-blog section div.form_wrap dl dd.birthday div,
html.page-blog section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}
html.page-blog section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}
html.page-blog section div.form_wrap dl dd.is_entry label {
  width: 80px;
}
html.page-blog section div.form_wrap dl dd.is_entry input[type=text] {
  width: 160px !important;
}
html.page-blog section div.form_wrap dl dd.date input,
html.page-blog section div.form_wrap dl dd.birthday input {
  width: 80px !important;
  text-align: center;
}
html.page-blog section div.form_wrap dl dd.date select,
html.page-blog section div.form_wrap dl dd.birthday select {
  width: 60px !important;
}
html.page-blog section div.form_wrap dl dd.date p,
html.page-blog section div.form_wrap dl dd.birthday p,
html.page-blog section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}
html.page-blog section div.form_wrap dl dd.date div:last-of-type input[type=text],
html.page-blog section div.form_wrap dl dd.birthday div:last-of-type input[type=text],
html.page-blog section div.form_wrap dl dd.date div:last-of-type select,
html.page-blog section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}
html.page-blog section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}
html.page-blog section div.form_wrap dl dd.radio label,
html.page-blog section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}
html.page-blog section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}
html.page-blog section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 50px 20px 20px 20px;
  border-radius: 2px;
}
html.page-blog section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
html.page-blog section div.form_wrap.message p span {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
html.page-blog section div.form_wrap.error {
  background: #ff0000;
  margin-bottom: 10px;
}
html.page-blog section div.form_wrap.error p {
  padding: 5px;
}
@media only screen and (max-width: 960px) {
  html.page-blog section div.wrap {
    flex-direction: column-reverse;
    padding-inline: unset;
  }
  html.page-blog section aside {
    width: 98%;
  }
  html.page-blog section div#contents {
    width: 98%;
  }
  html.page-blog section div#contents article div.sns a {
    background: initial !important;
    width: 40px;
    width: 40px;
  }
  html.page-blog section div#contents article div.sns a span {
    display: none;
  }
  html.page-blog section div#contents article div.sns a i {
    background-size: 40px 40px !important;
    background-position: center center !important;
  }
  html.page-blog .tbl_block th {
    text-align: center;
  }
  html.page-blog .tbl_block th,
  html.page-blog .tbl_block td {
    display: block;
  }
  html.page-blog .tbl_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
}
html.page-blog .imgL {
  float: unset;
  margin-right: var(--gap);
}
html.page-blog .imgR {
  float: unset;
  margin-left: var(--gap);
}
html.page-blog imgC {
  margin: 0px auto 0px auto;
  display: block;
}
@media (max-width: 834px) {
  html.page-blog #contents {
    margin-bottom: 12%;
  }
}
html.page-blog aside nav > div {
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid var(--tx);
}
html.page-blog #contents .card.card3 {
  gap: 20px 2%;
  flex-wrap: wrap;
  margin-bottom: 6%;
}
html.page-blog #contents .card.card3 ul {
  display: contents;
}
html.page-blog #contents .card.card3 li {
  flex: unset;
  width: 32%;
  margin-top: 0;
}
@media (max-width: 960px) {
  html.page-blog #contents .card.card3 li {
    width: 49%;
  }
}
@media (max-width: 640px) {
  html.page-blog #contents .card.card3 li {
    width: 100%;
  }
}
html.page-blog #contents .card.card3 a {
  padding: 0 !important;
  margin-right: 0 !important;
}
html.page-blog #contents .card.card3 img {
  width: 100% !important;
  margin: 0;
}
html.page-blog #contents .title3 article {
  padding-left: 0;
}

html.page-blog {
  max-width: 100%;
  padding-inline: 0;
}
@media (max-width: 834px) {
  html.page-blog {
    padding-inline: 0;
  }
}

div.blog_list h3,
div.blog_list div.blog_text {
  font-size: unset;
}

section aside {
  width: 24%;
  padding: 0 10px;
}
section aside * {
  text-align: left;
}
section aside *:is(nav > div) {
  text-align: center;
}
@media (max-width: 834px) {
  section aside {
    padding: 0;
  }
}

section div#contents {
  width: 74%;
}

section.blog {
  width: var(--base);
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2%;
}

html.page-blog #contents article h2 {
  position: relative;
  z-index: 1;
  --wid: 112px;
}
html.page-blog #contents article h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: var(--wid);
  height: 100%;
  z-index: -1;
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
  display: none;
}
@media (max-width: 834px) {
  html.page-blog #contents article h2 {
    --inline: 20px;
    --wid: 60px;
  }
}

section div#contents > dl {
  overflow: auto;
}

aside ul li a {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
  border-radius: 0;
}

aside ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

input[type=text],
input[type=password],
textarea,
select {
  border-radius: 0;
}

aside nav > a {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
aside nav > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.blog #calendar #form_calendar {
  box-shadow: none;
  background: transparent;
}

td.other {
  background: transparent !important;
}

section div#contents article ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  color: unset;
  margin: 0 10px 10px 0;
}

section div#contents article ul li a {
  border-radius: 0;
  border: 1px solid #fff;
  background-color: var(--mc);
  text-decoration: none;
}

section.blog div#contents article,
section.blog aside article {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  section.blog div#contents article img,
  section.blog div#contents section div#contents article video,
  section.blog aside article img,
  section.blog aside section div#contents article video {
    margin: 10px 0 10px 0 !important;
  }
}
section.blog div#contents .category a,
section.blog div#contents ul a,
section.blog aside .category a,
section.blog aside ul a {
  border: unset;
}
section.blog div#contents div.date,
section.blog aside div.date {
  border-radius: 0;
  border: none;
  background-color: unset;
  padding: 0;
}
section.blog div#contents #calendar #form_calendar td:hover,
section.blog aside #calendar #form_calendar td:hover {
  background: unset !important;
}
section.blog div#contents #calendar #form_calendar td.close,
section.blog aside #calendar #form_calendar td.close {
  background: #aaa;
}
section.blog div#contents #calendar #form_calendar td.blog label,
section.blog aside #calendar #form_calendar td.blog label {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  line-height: 22px;
  background: #fff;
  border-radius: 999px;
  bottom: 0;
  left: 0;
}
section.blog div#contents #calendar #form_calendar dl.open,
section.blog div#contents #calendar #form_calendar dl.close,
section.blog aside #calendar #form_calendar dl.open,
section.blog aside #calendar #form_calendar dl.close {
  display: flex;
  padding-left: 5px;
}
section.blog div#contents #calendar #form_calendar dl.open label,
section.blog div#contents #calendar #form_calendar dl.close label,
section.blog aside #calendar #form_calendar dl.open label,
section.blog aside #calendar #form_calendar dl.close label {
  display: block;
  width: 40px;
  height: 20px;
  margin-bottom: 5px;
}
section.blog div#contents #calendar #form_calendar dl.close label,
section.blog aside #calendar #form_calendar dl.close label {
  background-color: #aaa;
}

@media (max-width: 640px) {
  section.blog div#contents article {
    margin-bottom: 20px;
  }
}
section.blog div#contents article ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
section.blog div#contents article ul li {
  float: none;
  list-style: none;
  margin-top: unset;
  display: inline-block;
}
section.blog div#contents article h2 span {
  display: block;
  font-size: var(--f32);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  font-weight: 600;
  padding: 6px 0 10px;
  position: relative;
  padding: 0.25em;
  border-bottom: var(--line);
  margin-bottom: var(--f16);
  line-height: 1.3;
}
section.blog div#contents .tate article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .tate h3 {
  order: -1;
  display: inline-block;
}
section.blog div#contents .tate div {
  margin-bottom: 20px;
}
section.blog div#contents .imgLast article {
  display: flex;
  flex-direction: column;
}
section.blog div#contents .imgLast figure {
  order: 1;
}
section.blog div#contents .imgLast div {
  margin-bottom: 20px;
}

aside .pages a {
  text-align: left;
}

section div#contents > article > * + * {
  margin-top: var(--block25);
}

section div#contents > article + article {
  margin-top: var(--block5);
  padding-top: var(--block5);
  border-top: 1px dashed var(--tx50);
}
section div#contents > article ul li a {
  color: var(--wh);
}
section div#contents > article h2 span {
  line-height: 2;
}
section div#contents > article time {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: var(--radhalf);
  color: #fff;
  background-color: var(--ac);
}

html.page-blog.bk {
  background-color: var(--bk);
}
html.page-blog.bk section div.wrap {
  background-color: var(--bk);
}
@media (max-width: 834px) {
  html.page-blog.bk .fl37 > * {
    padding-left: 0px;
  }
}

div.bxi_index ol li:hover {
  color: var(--mc);
}

section div#contents div.bxi_index {
  margin: unset;
  border: 1px solid var(--tx50);
  padding: var(--inline);
}

div.bxi_index ol li {
  padding-inline: unset;
}

.blog article h1, .blog article h2, .blog article h3 {
  scroll-margin-top: var(--head);
}

html.page-blog section div#contents article ul li a,
html.page-blog section div#contents > dl ul li a {
  font-size: 80%;
}

section div#contents > article time {
  background-color: var(--mc);
  border-radius: var(--rad);
}

div.bxi_index ol li {
  border-bottom: var(--line);
}

div.bxi_index label {
  display: none;
}

html.page-blog section div#contents > dl dt span.translate {
  font-size: var(--f24);
}

div#form_calendar div.head span, div.calendar div.head span {
  color: unset;
}

.blog :is(.it01, .ti01) img {
  width: 100% !important;
}

/* バイリンガルボタン */
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999999;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}

.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}

.switch input[type=checkbox] {
  display: none;
}

.switch label {
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}

/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}

.switch #cmn-toggle-1:checked + label {
  background-color: #fb6103;
  box-shadow: none;
}

.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}

.bili_name dl:nth-of-type(2) dd div,
.bili_name dl:last-of-type dd div {
  display: block !important;
}

.bili_name dl:nth-of-type(2) dd .translate,
.bili_name dl:last-of-type dd .translate {
  display: none !important;
}

.language select {
  padding: 3px !important;
}

@media screen and (max-width: 360px) {
  #builingual .language {
    display: flex !important;
  }
  div#builingual div.language select {
    width: 130px;
  }
}
:root {
  --trt:translate 1.2s,opacity 1.2s ,clip-path 1.2s ,filter 1.2s ,scale 1.8s ;
  --jsBlur:0px;
  --transX: 6vmin;
  --transY: 6vmin;
  --bounce: linear(0, 1.3, 0.9, 1.05, 0.98, 1.02, 1, 1) ;
}

[class*=js-].show:nth-child(1), [class*=js-ch] > *.show:nth-child(1) {
  transition-delay: 0s;
}
[class*=js-].show:nth-child(1):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(1):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(2), [class*=js-ch] > *.show:nth-child(2) {
  transition-delay: 0.1s;
}
[class*=js-].show:nth-child(2):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(2):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(3), [class*=js-ch] > *.show:nth-child(3) {
  transition-delay: 0.2s;
}
[class*=js-].show:nth-child(3):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(3):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(4), [class*=js-ch] > *.show:nth-child(4) {
  transition-delay: 0.3s;
}
[class*=js-].show:nth-child(4):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(4):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(5), [class*=js-ch] > *.show:nth-child(5) {
  transition-delay: 0.4s;
}
[class*=js-].show:nth-child(5):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(5):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(6), [class*=js-ch] > *.show:nth-child(6) {
  transition-delay: 0.5s;
}
[class*=js-].show:nth-child(6):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(6):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(7), [class*=js-ch] > *.show:nth-child(7) {
  transition-delay: 0.6s;
}
[class*=js-].show:nth-child(7):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(7):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(8), [class*=js-ch] > *.show:nth-child(8) {
  transition-delay: 0.7s;
}
[class*=js-].show:nth-child(8):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(8):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(9), [class*=js-ch] > *.show:nth-child(9) {
  transition-delay: 0.8s;
}
[class*=js-].show:nth-child(9):is(section > *, form > *), [class*=js-ch] > *.show:nth-child(9):is(section > *, form > *) {
  transition-delay: 0s !important;
}

.js-left, .js-right, .js-top, .js-bottom, .js-chB > *, .js-chL > *, .js-chR > *, .js-chT > * {
  transition: var(--trt);
  opacity: 0;
  filter: blur(var(--jsBlur));
}
.js-left.show, .js-right.show, .js-top.show, .js-bottom.show, .js-chB > *.show, .js-chL > *.show, .js-chR > *.show, .js-chT > *.show {
  opacity: 1;
  translate: none;
  filter: unset;
}
.js-hide {
  filter: blur(var(--jsBlur));
  opacity: 0;
  transition: var(--trt);
}
.js-hide.show {
  opacity: 1;
  filter: unset;
}
.js-cpL, .js-cpR {
  transition: var(--trt);
  opacity: 0;
}
.js-cpL.show, .js-cpR.show {
  translate: none;
  opacity: 1;
  filter: unset;
}
.js-scale {
  opacity: 0;
  transition: scale 1.8s, opacity 1.2s 0.4s !important;
  scale: 0.8;
}
.js-scale.show {
  opacity: 1;
  scale: 1;
}
.js-left, .js-chL > * {
  translate: calc(var(--transX) * -1);
}
.js-right, .js-chR > * {
  translate: var(--transX);
}
.js-bottom, .js-chB > * {
  translate: 0 var(--transY);
}
.js-top, .js-chT > * {
  translate: 0 calc(var(--transY) * -0.5);
}

.js-cpL {
  clip-path: inset(0 95% 0 0);
}

.js-cpR {
  clip-path: inset(0 0 0 95%);
}

.js-cpT {
  clip-path: inset(0 0 50% 0);
}

.js-cpB {
  clip-path: inset(95% 0 0 0);
}

.js-cpL,
.js-cpR,
.js-cpT,
.js-cpB {
  transition: var(--trt);
  opacity: 0;
}
.js-cpL.show,
.js-cpR.show,
.js-cpT.show,
.js-cpB.show {
  opacity: 1;
  clip-path: inset(0);
}

.js-letter.show :is(h1, h2, h3) > *:nth-child(1) {
  transition-delay: 0.1s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(2) {
  transition-delay: 0.15s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(3) {
  transition-delay: 0.2s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(4) {
  transition-delay: 0.25s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(5) {
  transition-delay: 0.3s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(6) {
  transition-delay: 0.35s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(7) {
  transition-delay: 0.4s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(8) {
  transition-delay: 0.45s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(9) {
  transition-delay: 0.5s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(10) {
  transition-delay: 0.55s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(11) {
  transition-delay: 0.6s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(12) {
  transition-delay: 0.65s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(13) {
  transition-delay: 0.7s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(14) {
  transition-delay: 0.75s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(15) {
  transition-delay: 0.8s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(16) {
  transition-delay: 0.85s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(17) {
  transition-delay: 0.9s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(18) {
  transition-delay: 0.95s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(19) {
  transition-delay: 1s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(20) {
  transition-delay: 1.05s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(21) {
  transition-delay: 1.1s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(22) {
  transition-delay: 1.15s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(23) {
  transition-delay: 1.2s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(24) {
  transition-delay: 1.25s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(25) {
  transition-delay: 1.3s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(26) {
  transition-delay: 1.35s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(27) {
  transition-delay: 1.4s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(28) {
  transition-delay: 1.45s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(29) {
  transition-delay: 1.5s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(30) {
  transition-delay: 1.55s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(31) {
  transition-delay: 1.6s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(32) {
  transition-delay: 1.65s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(33) {
  transition-delay: 1.7s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(34) {
  transition-delay: 1.75s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(35) {
  transition-delay: 1.8s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(36) {
  transition-delay: 1.85s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(37) {
  transition-delay: 1.9s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(38) {
  transition-delay: 1.95s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(39) {
  transition-delay: 2s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(40) {
  transition-delay: 2.05s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(41) {
  transition-delay: 2.1s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(42) {
  transition-delay: 2.15s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(43) {
  transition-delay: 2.2s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(44) {
  transition-delay: 2.25s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(45) {
  transition-delay: 2.3s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(46) {
  transition-delay: 2.35s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(47) {
  transition-delay: 2.4s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(48) {
  transition-delay: 2.45s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(49) {
  transition-delay: 2.5s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(50) {
  transition-delay: 2.55s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(51) {
  transition-delay: 2.6s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(52) {
  transition-delay: 2.65s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(53) {
  transition-delay: 2.7s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(54) {
  transition-delay: 2.75s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(55) {
  transition-delay: 2.8s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(56) {
  transition-delay: 2.85s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(57) {
  transition-delay: 2.9s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(58) {
  transition-delay: 2.95s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(59) {
  transition-delay: 3s;
}
.js-letter.show :is(h1, h2, h3) > *:nth-child(60) {
  transition-delay: 3.05s;
}

.js-letter {
  opacity: 0;
  transition: var(--trt);
}
.js-letter :is(h1, h2, h3) > * {
  opacity: 0;
  transition: 0.6s;
}
.js-letter.show :is(h1, h2, h3) > * {
  opacity: 1;
}
.js-letter.show {
  opacity: 1;
  --jsBlur:0px;
}

a {
  transition: var(--btnTR);
}
a:where(:not([class], .h a, [href*=tel])):hover {
  opacity: 0.8;
}
a:hover, a:hover * {
  transition-delay: 0s !important;
}
a:is(.itext, .sns_slide ul a) {
  max-width: 100%;
}
a:is(.itext, .sns_slide ul a):hover {
  opacity: 0.7;
}
a:is(.sns_slide a) {
  overflow: hidden;
}
a:is(.sns_slide a) figure {
  overflow: hidden;
}
a:is(.sns_slide a) img {
  transition: var(--btnTR);
  will-change: scale;
}
a:is(.sns_slide a):hover img {
  scale: 1.02;
  opacity: 1;
}

button, a {
  font-size: inherit;
}
button:not([class*=_logo], [class*=slick] button), a:not([class*=_logo], [class*=slick] button) {
  outline-style: var(--decoS);
  outline-color: var(--mc10);
  outline-width: 0px;
}
button:not([class*=_logo], [class*=slick] button):focus, a:not([class*=_logo], [class*=slick] button):focus {
  outline-width: 1px;
}

.submit:is(#contents *) {
  margin-top: 40px;
}

.submit {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.submit > button {
  margin-block: 1em;
  background-size: cover;
  transition: 0.4s;
}

:root {
  --TLC:var(--ac);
  --TLFZ:var(--h3FZ);
  --TLFF:var(--Eng);
  --TLFW:900;
  --TLFS:normal;
  --TLLS:0.0em;
  --TLDeco:none;
  --TLOff:.25em;
  --TLG:.25em;
  --btnHover:brightness(1.1) saturate(1.2);
  --btnBG:var(--ac);
  --btnC:var(--wh);
  --btnFZ:var(--f20);
  --btnFF:var(--Kiwi);
  --btnLH:1.33;
  --btnFW: 500;
  --btnLS:0.0em;
  --btnW:274px;
  --btnH:65px;
  --btnPX:1em;
  --btnPY: 0.125em;
  --btnG:.5em;
  --btnTR:0.4s ease-in-out;
  --btnRad:1000px;
  --btnIFZ:calc(var(--btnFZ)*1.2);
  --btnImg:2em;
  --btnIFF:var(--icon);
  --btnIMX: 0.375em ;
  --btnAL:center;
  --btnAF: "";
  --btnAFdis: inline-block;
  --btnAFMX: 0.25em 0;
  --btnAFC: var(--inh);
  --btnAFFZ: calc(var(--btnFZ)*1.2);
  --btnAFFW: 900;
  --btnAFPOS: static;
  --btnAFRT: 1vmin;
}
@media (max-width: 480px) {
  :root {
    --btnW:100%;
  }
}

.btn, .btnL, .btn2 {
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  align-content: center;
  text-align: var(--btnAL);
  font-size: var(--btnFZ);
  font-weight: var(--btnFW);
  font-family: var(--btnFF);
  line-height: var(--btnLH);
  letter-spacing: var(--btnLS);
  background-color: var(--btnBG);
  min-width: var(--btnW);
  min-height: var(--btnH);
  padding-inline: var(--btnPX);
  padding-block: var(--btnPY);
  gap: var(--btnG);
  border-radius: var(--btnRad);
  box-shadow: var(--btnSh);
  transition: var(--btnTR);
  max-width: 100%;
  will-change: filter;
  overflow: visible;
  background-image: linear-gradient(-135deg, #f59402 32%, #ffbb33);
  color: var(--btnC);
}

.btn:after, .btnL:after, .btn2:after {
  content: "";
  background-color: var(--wh);
  height: var(--diaW);
  width: var(--diaW);
  inset: unset;
  transform: rotate(45deg);
  z-index: 100;
  display: inline-block;
  margin-inline: 0.5em;
  vertical-align: middle;
  margin-top: -0.125em;
  transition: 0.4s;
}
.btn:after:is([target=_blank]:after), .btnL:after:is([target=_blank]:after), .btn2:after:is([target=_blank]:after) {
  content: "\f35d";
}
.btn:has(> br):after, .btnL:has(> br):after, .btn2:has(> br):after {
  display: none;
}
.btn:hover, .btnL:hover, .btn2:hover {
  filter: var(--btnHover);
}
.btn:hover:after, .btnL:hover:after, .btn2:hover:after {
  flex: unset;
}
.btn.__wh, .__wh.btnL, .__wh.btn2 {
  --btnBG:var(--wh);
  color: var(--ac);
  border: var(--line);
}
.btn.__tel, .__tel.btnL, .__tel.btn2 {
  width: 360px;
}
.btn.__tel:after, .__tel.btnL:after, .__tel.btn2:after {
  display: none;
}
.btn.__tel i:before, .__tel.btnL i:before, .__tel.btn2 i:before {
  font-size: calc(var(--btnIFZ) * 0.9);
}
.btn:has(> i):after, .btnL:has(> i):after, .btn2:has(> i):after {
  display: none;
}
.btn:has(> i) .lab:before, .btnL:has(> i) .lab:before, .btn2:has(> i) .lab:before {
  font-weight: 400;
}
.btn:has(> i) i:before, .btnL:has(> i) i:before, .btn2:has(> i) i:before {
  color: var(--btnAFC);
  font-family: var(--btnIFF);
  font-size: var(--btnIFZ);
  margin-inline: var(--btnIMX);
  right: var(--btnAFRT);
  transition: 0.4s;
}
.btn:has(> i) i:before:not(.ph), .btnL:has(> i) i:before:not(.ph), .btn2:has(> i) i:before:not(.ph) {
  font-weight: var(--btnAFFW);
}
.btn.__anchor, .__anchor.btnL, .__anchor.btn2 {
  justify-content: center;
}
.btn.__anchor:after, .__anchor.btnL:after, .__anchor.btn2:after {
  rotate: 90deg;
  flex: unset;
  width: 1.5em;
}
.btn:is(.txbk *), .btnL:is(.txbk *), .btn2:is(.txbk *), .btn.__bk, .__bk.btnL, .__bk.btn2 {
  color: var(--wh);
}
.btn i, .btnL i, .btn2 i {
  font-size: var(--btnIFZ);
}
.btn img, .btnL img, .btn2 img {
  width: var(--btnImg);
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.btn:has(img), .btnL:has(img), .btn2:has(img) {
  flex-direction: column;
}
.btn:has(img) img, .btnL:has(img) img, .btn2:has(img) img {
  width: var(--btnImg);
  display: inline-block;
}
.btn:is(a, span), .btnL:is(a, span), .btn2:is(a, span) {
  color: var(--btnC);
}
.btn.noArrow, .noArrow.btnL, .noArrow.btn2 {
  flex-direction: row-reverse;
}
.btn.noArrow:after, .noArrow.btnL:after, .noArrow.btn2:after {
  display: none;
}
.btn.arrowRev:after, .arrowRev.btnL:after, .arrowRev.btn2:after {
  rotate: 180deg;
}
.btn[href*="#contents"]:after, [href*="#contents"].btnL:after, [href*="#contents"].btn2:after {
  rotate: -90deg;
}
.btn.__tr, .__tr.btnL, .__tr.btn2 {
  background: unset;
  color: var(--mc);
  border: 1px solid currentColor;
}
.btn.__bc, .__bc.btnL, .__bc.btn2 {
  --btnBG: var(--bc);
  color: var(--mc);
}
.btn.__mc, .__mc.btnL, .__mc.btn2 {
  --btnBG: var(--mc);
}
.btn.__sc, .__sc.btnL, .__sc.btn2 {
  --btnBG: var(--sc);
}
.btn.__ac, .__ac.btnL, .__ac.btn2 {
  --btnBG: var(--ac);
}

.textlink {
  line-height: 1.125;
  font-size: var(--TLFZ);
  font-family: var(--TLFF);
  font-weight: var(--TLFW);
  font-style: var(--TLFS);
  letter-spacing: var(--TLLS);
  text-underline-offset: var(--TLOff);
  gap: var(--TLG);
  position: relative;
  text-align: center;
  padding-inline: 0.25em;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  border: unset;
  padding-inline: unset;
  transition: var(--btnTR);
  will-change: scale;
}
.textlink.__anchor:after:is([target=_blank]:after) {
  content: "\f35d";
}
.textlink:is(a) {
  -webkit-text-decoration: var(--TLDeco) !important;
          text-decoration: var(--TLDeco) !important;
  color: var(--TLC);
}
.textlink:is(a):hover {
  color: var(--ac);
}
.textlink img {
  width: var(--btnImg) !important;
  height: var(--btnImg) !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--TLG);
  margin-top: -0.2em;
}
.textlink i:before {
  display: inline-block;
  margin-right: var(--TLG);
  vertical-align: bottom;
}
.textlink small {
  font-size: 50%;
  display: block;
  letter-spacing: -0.02em;
  color: inherit;
}

p:has(> a) {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1em var(--gap);
  align-items: center;
}
p:has(> a) > br {
  display: none;
}
p:has(> a):has(.textlink) {
  gap: 1em var(--gap);
}
p:has(> a):has(.textlink) .textlink {
  margin-inline: 1em;
}
p:has(> a) .__anchor {
  max-width: calc(50% - var(--gap) / 2) !important;
}
@media (max-width: 640px) {
  p:has(> a) .__anchor {
    min-width: unset !important;
    width: var(--btnW);
  }
}

.veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.f_btn, .f_link, .pan1 a,
.h_nav a:not(.drop a, .nopointer, :has(> span)),
.banner a,
.nav a:not(.drop ul li a),
.blog_text h3 span,
.rss-title {
  background-image: linear-gradient(currentColor, currentColor);
  transition: var(--btnTR);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position-x: -103%;
  background-size: 200% 1px;
}
.f_btn:hover, .f_link:hover, .pan1 a:hover,
.h_nav a:hover:not(.drop a, .nopointer, :has(> span)),
.banner a:hover,
.nav a:hover:not(.drop ul li a),
.blog_text h3 span:hover,
.rss-title:hover {
  background-position-x: 0%;
  animation: rightgrow var(--btnTR);
  opacity: 1;
}
@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 50%;
  }
}
@keyframes rightgrow2 {
  0% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: -103%;
  }
}

@keyframes b-grow {
  0% {
    background-position-y: 200%;
  }
  100% {
    background-position-y: 0%;
  }
}

.f_link, .pan1 a,
.h_nav a:not(.drop a, .nopointer, :has(> span)),
.banner a,
.nav a:not(.drop ul li a),
.blog_text h3 span,
.rss-title {
  background-position-x: -105%;
  background-size: 200% 1px;
  background-image: linear-gradient(var(--cur), var(--cur));
}
@media screen and (max-width: 1080px) {
  .f_link, .pan1 a,
  .h_nav a:not(.drop a, .nopointer, :has(> span)),
  .banner a,
  .nav a:not(.drop ul li a),
  .blog_text h3 span,
  .rss-title {
    background-position-x: 0%;
    animation: rightgrow var(--btnTR);
  }
}

.nav a:not(.drop ul li a) {
  background-image: linear-gradient(var(--dropbtnBF), var(--dropbtnBF));
  background-position-x: 0%;
  animation: rightgrow var(--btnTR);
}

.f_btn {
  background-image: linear-gradient(var(--wh10), var(--wh10));
  background-size: 200% 100%;
}
.f_btn:active {
  background-position-x: 0%;
}

.box-mc {
  --boxBG:var(--mc);
}
.box-bc {
  --boxBG:var(--bc);
}
.box-sc {
  --boxBG:var(--sc);
}
.box-ac {
  --boxBG:var(--ac);
}
.box-wh {
  --boxBG:var(--wh);
}
.box-bk {
  --boxBG:var(--bk);
}
.box-mc .box, .box-bc .box, .box-sc .box, .box-ac .box, .box-wh .box, .box-bk .box {
  background-color: var(--boxBG);
  border-radius: var(--rad);
  padding: 1em;
}
.box-mc .box div, .box-bc .box div, .box-sc .box div, .box-ac .box div, .box-wh .box div, .box-bk .box div {
  margin-top: unset;
}
.box-mc .box img, .box-bc .box img, .box-sc .box img, .box-ac .box img, .box-wh .box img, .box-bk .box img {
  border-radius: 0;
}

.form_wrap {
  --bdc:var(--un);
  --bdw:1px;
  --bds:dashed;
  --bdc:currentColor;
  --p:.5em;
  --pdb:1em;
  --pdi: .5em;
  --dtc:var(--tx);
  --dtw:bold;
  --maxH:35vh;
  --dtMW: 7em;
  --dtFF:var(--osw);
  --thumbC: var(--tx20);
}
@media (max-width: 834px) {
  .form_wrap {
    --pdb:1em;
    --pdi: .5em;
  }
}
@media (max-width: 640px) {
  .form_wrap.__scroll {
    max-height: var(--maxH);
  }
}
.form_wrap.borderTop dl:first-of-type dt, .form_wrap.borderTop dl:first-of-type dd {
  border-top-style: solid !important;
}
@media (max-width: 640px) {
  .form_wrap.borderTop dl:first-of-type dd {
    border-top-style: none !important;
  }
}
.form_wrap.__firstPT0:is(#contents *) dl:first-of-type {
  --pdb:0 1.5em;
}
.form_wrap.dt-right:is(#contents *) dt {
  justify-content: flex-end;
  text-align: right;
}
.form_wrap.dt-center:is(#contents *) dt {
  justify-content: center;
  text-align: center;
}
.form_wrap.dd-right:is(#contents *) dd {
  text-align: right;
}
.form_wrap.dd-center:is(#contents *) dd {
  text-align: center;
}
.form_wrap.__firstmc:is(#contents *) dl:first-child {
  background-color: var(--mc);
}
.form_wrap.__firstbc:is(#contents *) dl:first-child {
  background-color: var(--bc);
}
.form_wrap dt > span {
  color: var(--mc);
}
.form_wrap.hash-ac dt > span {
  color: var(--ac);
}
.form_wrap.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
.form_wrap.form_simple.borderTop dl:first-of-type dt, .form_wrap.form_simple.borderTop dl:first-of-type dd {
  border-top-style: solid !important;
}
@media (max-width: 640px) {
  .form_wrap.form_simple.borderTop dl:first-of-type dd {
    border-top-style: none !important;
  }
}
.form_wrap.form_simple dt, .form_wrap.form_simple dd {
  border-color: var(--bdc);
}
.form_wrap.form_simple dl:last-of-type dd,
.form_wrap.form_simple dl:last-of-type dt {
  border-color: var(--bdc);
}
.form_wrap.form_simple dt {
  width: 20%;
}
.form_wrap.form_simple dd {
  width: 80%;
}
.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
  border-radius: var(--bodyFZ);
  border: 2px solid currentColor;
}
.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt):before {
  width: 1em;
  height: 1em;
  inset: unset;
  bottom: 0.5em;
  right: calc(100% - 0.125em);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background-color: #fff;
  transform: skewX(-45deg);
  transform-origin: 100% 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
}
@media (max-width: 640px) {
  .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt):before {
    bottom: calc(100% - 0.125em);
    right: unset;
    left: 0.5em;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background-color: #fff;
    transform: skewX(-45deg);
    transform-origin: 100% 100%;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
    scale: -1 1;
    rotate: -90deg;
  }
}
.form_wrap.form_simple dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) {
  border: none !important;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) .btn {
  float: right;
  margin-top: 1em;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) dt:is(#contents dt) {
  display: none;
}
.form_wrap.form_simple.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple.__02 dd {
  border-bottom-color: #fff !important;
}
.form_wrap.form_simple a {
  text-decoration: underline;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) > * {
  padding-top: 0;
}
.form_wrap.form_simple dl:is(#contents *, #footer *):not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple dl:is(#contents *, #footer *):not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) dt, .form_wrap.form_simple dl:is(#contents *, #footer *) dd {
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  background-color: unset;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-width: var(--bdw);
}
@media (max-width: 640px) {
  .form_wrap.form_simple dl:is(#contents *, #footer *) dt:is(dl:first-of-type dd), .form_wrap.form_simple dl:is(#contents *, #footer *) dd:is(dl:first-of-type dd) {
    border-top-style: none;
  }
}
.form_wrap.form_simple dl:is(#contents *, #footer *) dt {
  display: block;
  font-weight: var(--dtw);
}
.form_wrap.form_simple dl:is(#contents *, #footer *) dd {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .form_wrap.form_simple dl:is(#contents *, #footer *):not(:last-child) {
    margin-bottom: 0px;
  }
  .form_wrap.form_simple dl:is(#contents *, #footer *) dt, .form_wrap.form_simple dl:is(#contents *, #footer *) dd {
    width: 100% !important;
  }
  .form_wrap.form_simple dl:is(#contents *, #footer *) dt {
    border-bottom: none;
    align-items: flex-start;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .form_wrap.form_simple dl:is(#contents *, #footer *) dd {
    border-top: none;
    width: 100%;
    padding-top: 0;
  }
}
.form_wrap.form_01 {
  --p: .125em;
  position: relative;
  --bdw:1px;
}
.form_wrap.form_01 dt {
  width: 25%;
}
.form_wrap.form_01 dd {
  width: 75%;
}
.form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--sc20);
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
}
.form_wrap.form_01 dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_01 dl:has(.btn, iframe, img) dt {
  display: none;
}
.form_wrap.form_01 > br {
  display: none;
}
.form_wrap.form_01.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_01 dt {
  width: 5em;
  min-width: var(--dtMW);
}
.form_wrap.form_01 a:not(.btn) {
  text-decoration: underline;
  color: var(--mc);
}
.form_wrap.form_01 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
}
.form_wrap.form_01 dl > * {
  padding-top: 0;
}
.form_wrap.form_01 dl:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .form_wrap.form_01 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_01 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_01 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media (max-width: 640px) {
  .form_wrap.form_01 dl dt {
    margin-bottom: unset;
  }
  .form_wrap.form_01 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_01 dt:is(#contents *, #footer *), .form_wrap.form_01 dd:is(#contents *, #footer *) {
  border-color: transparent;
  background-color: unset;
}
@media (max-width: 640px) {
  .form_wrap.form_01 dt:is(#contents *, #footer *), .form_wrap.form_01 dd:is(#contents *, #footer *) {
    padding: 0;
  }
}
.form_wrap.form_01 dt, .form_wrap.form_01 dd {
  padding: var(--p) var(--p) var(--p) 0;
}
.form_wrap.form_01 dt {
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
  font-weight: bold;
}
@media (max-width: 834px) {
  .form_wrap.form_01 dt {
    width: 20%;
    padding-bottom: calc(var(--p) / 2);
    margin-bottom: var(--p);
  }
}
.form_wrap.form_01 dd {
  padding-left: 0;
  flex-grow: 1;
}
.form_wrap.form_01::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
.form_wrap.form_01::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
  border-radius: 0px;
}
@media (max-width: 834px) {
  .form_wrap.form_01 dl {
    padding-block: 0;
  }
  .form_wrap.form_01 dt {
    padding-bottom: 0;
  }
}
.form_wrap.form_02 {
  --p:1em;
  --bdc:var(--tx20);
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  position: relative;
}
.form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--ac20);
  padding-inline: 0.5em;
  border-right-style: solid !important;
  border-right-width: 1px !important;
}
.form_wrap.form_02 dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dt {
  display: none;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dd {
  display: flex;
  gap: 1em;
}
.form_wrap.form_02 dl:has(.btn, iframe, img) dd figure {
  width: -moz-fit-content;
  width: fit-content;
}
.form_wrap.form_02 u {
  --o:0px;
}
.form_wrap.form_02 a {
  text-decoration: underline;
}
.form_wrap.form_02 .btn {
  margin-top: 0;
  margin-left: 1.5em;
  color: var(--wh);
  text-decoration: none;
}
.form_wrap.form_02 > br {
  display: none;
}
@media (max-width: 640px) {
  .form_wrap.form_02 {
    max-height: 40vh;
  }
}
.form_wrap.form_02 dt {
  min-width: 25%;
  justify-content: center;
}
.form_wrap.form_02 dd {
  flex-grow: 1;
}
@media (max-width: 834px) {
  .form_wrap.form_02 dd {
    white-space: unset;
  }
}
.form_wrap.form_02 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
}
.form_wrap.form_02 dl > * {
  padding-top: 0;
}
.form_wrap.form_02 dl:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .form_wrap.form_02 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_02 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_02 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media (max-width: 640px) {
  .form_wrap.form_02 dl {
    flex-direction: row !important;
    padding: 1em 0;
  }
  .form_wrap.form_02 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_02 dt:is(*), .form_wrap.form_02 dd:is(*) {
  line-height: 1.6;
  background-color: unset;
}
@media (max-width: 834px) {
  .form_wrap.form_02 dt:is(*), .form_wrap.form_02 dd:is(*) {
    width: 100%;
  }
}
.form_wrap.form_02 dt, .form_wrap.form_02 dd {
  padding: var(--p);
}
@media (max-width: 834px) {
  .form_wrap.form_02 dl {
    padding-block: 0;
    flex-wrap: wrap;
  }
  .form_wrap.form_02 dl > * {
    flex: unset;
    width: 100% !important;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .form_wrap.form_02 dl > dt {
    border-right-color: #ccc;
  }
}
.form_wrap.form_03 {
  --p:1em;
  --bdc:var(--tx20);
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  position: relative;
}
.form_wrap.form_03 dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--sc20);
  padding-inline: 0.5em;
  border-right-style: solid !important;
  border-right-width: 1px !important;
}
.form_wrap.form_03 dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_03 dl:has(.btn, iframe, img) dt {
  display: none;
}
.form_wrap.form_03 dl:has(.btn, iframe, img) dd {
  display: flex;
  gap: 1em;
}
.form_wrap.form_03 dl:has(.btn, iframe, img) dd figure {
  width: -moz-fit-content;
  width: fit-content;
}
.form_wrap.form_03 u {
  --o:0px;
}
.form_wrap.form_03 a {
  text-decoration: underline;
}
.form_wrap.form_03 .btn {
  margin-top: 0;
  margin-left: 1.5em;
  color: var(--wh);
  text-decoration: none;
}
.form_wrap.form_03 > br {
  display: none;
}
@media (max-width: 640px) {
  .form_wrap.form_03 {
    max-height: 40vh;
  }
}
.form_wrap.form_03 dt {
  min-width: 25%;
  justify-content: center;
}
.form_wrap.form_03 dd {
  flex-grow: 1;
}
@media (max-width: 834px) {
  .form_wrap.form_03 dd {
    white-space: unset;
  }
}
.form_wrap.form_03 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
  padding-block: var(--p);
  border-bottom: 2px solid var(--mc);
}
.form_wrap.form_03 dl > * {
  padding-top: 0;
}
.form_wrap.form_03 dl:last-child {
  border-bottom: none;
}
@media (max-width: 834px) {
  .form_wrap.form_03 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_03 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_03 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media (max-width: 640px) {
  .form_wrap.form_03 dl {
    flex-direction: row !important;
    padding: 1em 0;
  }
  .form_wrap.form_03 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_03 dt, .form_wrap.form_03 dd {
  border: unset !important;
  line-height: 1.6;
  background-color: unset;
}
@media (max-width: 834px) {
  .form_wrap.form_03 dt, .form_wrap.form_03 dd {
    justify-content: unset;
    width: 100%;
  }
}
.form_wrap.form_03 dt, .form_wrap.form_03 dd {
  padding: var(--p);
}
@media (max-width: 834px) {
  .form_wrap.form_03 dl {
    padding-block: 0;
    flex-wrap: wrap;
  }
  .form_wrap.form_03 dl > * {
    flex: unset;
    width: 100% !important;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .form_wrap.form_03 dl > dt {
    border-right-color: #ccc;
  }
}
.form_wrap.form_column {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
.form_wrap.form_column a {
  text-decoration: underline;
}
.form_wrap.form_column dt {
  width: 100% !important;
}
.form_wrap.form_column dd {
  width: 100% !important;
}
.form_wrap.form_column dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: unset;
  border-bottom: var(--line);
  border-color: var(--bdc);
  border-style: var(--bds);
  border-bottom-width: var(--bdw);
  padding-block: var(--pdb);
}
.form_wrap.form_column dl > * {
  padding-block: calc(var(--pdb) / 2);
}
.form_wrap.form_column dl dt, .form_wrap.form_column dl dd {
  line-height: 1.5;
  padding-inline: var(--pdi);
  border-color: transparent;
  background-color: unset;
  border: none !important;
}
.form_wrap.form_column dl dt {
  display: block;
  font-weight: var(--dtw);
  color: var(--dtc);
  font-family: var(--dtFF);
}
.form_wrap.form_column dl dd {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .form_wrap.form_column dl dt, .form_wrap.form_column dl dd {
    width: 100% !important;
  }
  .form_wrap.form_column dl dt {
    border-bottom: none;
  }
  .form_wrap.form_column dl dd {
    border-top: none;
  }
}
.form_wrap.form_column dl:has(dd:empty) {
  border: none;
}
.form_wrap.form_column dl:has(dd:empty) dt {
  font-size: var(--h3FZ) !important;
  width: 100% !important;
  color: var(--tx) !important;
}
.form_wrap.form_column dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_column dl:has(.btn, iframe, img) {
  border: none !important;
}
.form_wrap.form_column dl:has(.btn, iframe, img) .btn {
  float: right;
  margin-top: 1em;
}
.form_wrap.form_column dl:has(.btn, iframe, img) dt:is(#contents dt) {
  display: none;
}
.form_wrap.form_column.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_enkaku {
  position: relative;
  padding-left: var(--pl);
  --bdc: var(--mc);
  --maru: var(--mc);
  --yoko: var(--mc);
  --tate: var(--mc);
  --thumb: var(--mc);
  --pl: 6vmin;
  --Npl: calc(var(--pl) * -0.5);
  position: relative;
  padding-left: var(--pl);
}
.form_wrap.form_enkaku dl:last-of-type dt,
.form_wrap.form_enkaku dl:last-of-type dd,
.form_wrap.form_enkaku dl dd {
  border: unset;
}
.form_wrap.form_enkaku dl:has(dd:empty) dt {
  color: var(--tx);
}
.form_wrap.form_enkaku dd:empty {
  display: none;
}
.form_wrap.form_enkaku dl:is(#contents *) {
  position: relative;
  display: flex;
}
.form_wrap.form_enkaku dl:is(#contents *):after {
  position: absolute;
  top: 0;
  left: var(--Npl);
  width: 1px;
  height: 100%;
  content: "";
  background: var(--tate);
  z-index: 1;
  transform: translateX(-50%);
}
.form_wrap.form_enkaku dl:is(#contents *) dt, .form_wrap.form_enkaku dl:is(#contents *) dd {
  border-top: unset;
  border-left: unset;
  padding: 1em;
}
.form_wrap.form_enkaku dl:is(#contents *) dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
  background-color: var(--ac10);
  min-width: 8em;
}
.form_wrap.form_enkaku dl:is(#contents *) dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: var(--Npl);
  transform: translateX(-50%);
  display: block;
  width: calc(var(--pl) / 4);
  height: calc(var(--pl) / 4);
  margin: auto;
  content: "";
  border-radius: 100px;
  background: var(--maru);
}
.form_wrap.form_enkaku dl:is(#contents *) dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: var(--Npl);
  display: block;
  width: var(--pl);
  height: 1px;
  margin: auto;
  content: "";
  background: var(--yoko);
  z-index: -1;
}
@media (max-width: 640px) {
  .form_wrap.form_enkaku dl:is(#contents *) dt {
    min-width: 100px !important;
  }
}
@media (max-width: 640px) {
  .form_wrap.form_enkaku dl {
    flex-wrap: wrap;
  }
  .form_wrap.form_enkaku dt, .form_wrap.form_enkaku dd {
    width: 100% !important;
  }
}

:is(.sns_slide, .card_slide, .blog_slide, .blog_slide02) {
  margin-left: calc(var(--gap) * -0.5);
  width: calc(100% + var(--gap));
  max-width: calc(100% + var(--gap));
}

:where(.sns_slide, .card_slide, .blog_slide, .blog_slide02) .slick-track {
  display: flex;
}
:where(.sns_slide, .card_slide, .blog_slide, .blog_slide02) .slick-slide {
  position: relative;
  height: unset;
  margin-inline-end: var(--gap);
}

.sns_slide {
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--mc);
  --dateFW: 500;
  --dateFZ: 110%;
  --imgOF: contain;
}
.sns_slide.noDetail .detail {
  display: none !important;
}
.sns_slide.noTag .sns_text ul {
  display: none !important;
}
.sns_slide.noArrow :is(.slick-arrow) {
  display: none !important;
}
.sns_slide.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.sns_slide.noDate .sns_date {
  display: none !important;
}
.sns_slide.noText .sns_text {
  display: none !important;
}
.sns_slide.__visible .slick-list {
  overflow: visible !important;
}
.sns_slide .slick-slide {
  padding-inline: calc(var(--gap) / 2);
}
.sns_slide .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}
.sns_slide .sns_list > div {
  border: none;
  display: block;
  flex-direction: column;
  position: relative;
}
.sns_slide .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sns_slide .sns_list .sns_photo:is(.noImg *) {
  display: none;
}
.sns_slide .sns_list .sns_photo figure {
  border-radius: var(--rad);
}
.sns_slide .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.sns_slide .sns_list .sns_text {
  position: relative;
  flex: 1;
  width: 100%;
  overflow: visible;
  padding: 1em;
  background-color: var(--wh);
  border-radius: 0 0 20px 20px;
  border-top: 1px solid var(--ac);
}
.sns_slide .sns_list .sns_text a {
  text-decoration: none;
}
.sns_slide .sns_list .sns_text > * + * {
  margin-top: 0.5em;
}
.sns_slide .sns_list .sns_text::before {
  content: "";
  background-color: var(--ac);
  height: var(--diaW);
  width: var(--diaW);
  position: absolute;
  inset: unset;
  right: 0;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
}
.sns_slide .sns_list .sns_date {
  color: var(--dateC);
  font-weight: var(--dateFW);
  font-size: var(--dateFZ);
  line-height: 1;
}
.sns_slide .sns_list .sns_date:is(.txwh *) {
  color: inherit;
}
.sns_slide .sns_list .caption {
  color: inherit;
  font-size: var(--capFZ);
  line-height: 1.5;
  overflow: hidden;
}
.sns_slide .sns_list .sns_text ul {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.sns_slide .sns_list .sns_text ul li {
  display: contents;
}
.sns_slide .sns_list .sns_text ul a {
  display: inline-block;
  background-color: var(--ulBG);
  color: var(--ulC);
  line-height: 1.35;
  padding: 0.3em 0.6em;
  margin-inline-end: 0.3em;
  font-family: var(--san);
  border-radius: var(--radhalf);
}

.card_slide, .blog_slide, .blog_slide02 {
  --p:calc(var(--gap)/2 );
  position: relative;
}
.card_slide.noDetail .detail, .blog_slide.noDetail .detail, .blog_slide02.noDetail .detail {
  display: none !important;
}
.card_slide.noTag .blog_text ul, .blog_slide.noTag .blog_text ul, .blog_slide02.noTag .blog_text ul {
  display: none !important;
}
.card_slide.noDot :is(.slick-dots, .slick-arrow), .blog_slide.noDot :is(.slick-dots, .slick-arrow), .blog_slide02.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.card_slide.noDate .blog_date, .blog_slide.noDate .blog_date, .blog_slide02.noDate .blog_date {
  display: none !important;
}
.card_slide .blog_list > div, .blog_slide .blog_list > div, .blog_slide02 .blog_list > div {
  display: unset;
  border: none;
}
.card_slide .blog_list .blog_photo, .blog_slide .blog_list .blog_photo, .blog_slide02 .blog_list .blog_photo {
  width: 100%;
  padding: unset;
  overflow: hidden;
}
.card_slide .blog_list .blog_photo a, .blog_slide .blog_list .blog_photo a, .blog_slide02 .blog_list .blog_photo a {
  display: block;
}
.card_slide .blog_list .blog_photo a:hover, .blog_slide .blog_list .blog_photo a:hover, .blog_slide02 .blog_list .blog_photo a:hover {
  scale: 1.04;
}
.card_slide .blog_list .blog_photo img, .blog_slide .blog_list .blog_photo img, .blog_slide02 .blog_list .blog_photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card_slide .blog_list .blog_date, .blog_slide .blog_list .blog_date, .blog_slide02 .blog_list .blog_date {
  color: var(--tx);
}
.card_slide .blog_list .blog_text, .blog_slide .blog_list .blog_text, .blog_slide02 .blog_list .blog_text {
  margin-top: 0.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.card_slide .blog_list .blog_text h3 a, .blog_slide .blog_list .blog_text h3 a, .blog_slide02 .blog_list .blog_text h3 a {
  text-decoration: none;
}
.card_slide .blog_list .blog_text h3 a span, .blog_slide .blog_list .blog_text h3 a span, .blog_slide02 .blog_list .blog_text h3 a span {
  color: var(--hcolor);
  display: inline;
  padding-inline-end: 0.5em;
}
.card_slide .blog_list .blog_text ul, .blog_slide .blog_list .blog_text ul, .blog_slide02 .blog_list .blog_text ul {
  display: block;
  margin-top: 0.5em;
}
.card_slide .blog_list .blog_text ul li, .blog_slide .blog_list .blog_text ul li, .blog_slide02 .blog_list .blog_text ul li {
  margin-bottom: 0.5em;
}
.card_slide .blog_list .blog_text ul a, .blog_slide .blog_list .blog_text ul a, .blog_slide02 .blog_list .blog_text ul a {
  text-decoration: none;
  background-color: var(--mc);
  font-size: 14px;
  padding-inline: 0.5em;
  border-radius: 4px;
  transition: 0.4s;
  color: #fff;
}
.card_slide .blog_list .blog_text ul a:hover, .blog_slide .blog_list .blog_text ul a:hover, .blog_slide02 .blog_list .blog_text ul a:hover {
  background-color: var(--mc);
  color: #fff;
}
.card_slide article div, .blog_slide article div, .blog_slide02 article div {
  padding: 1em;
  background-color: #fff;
}

[class*=fl] > .thumb_slide ul li {
  width: 100%;
}
[class*=fl] > .thumb_slide ul li img {
  width: 100% !important;
}
@media (max-width: 834px) {
  [class*=fl] > .thumb_slide {
    order: 1;
  }
}

.thumb_slide {
  --rad:0px;
  --repeat:6;
  --num:5;
  --minus:calc(var(--num) - 1 );
  --dotH: 14vh;
  --arrowW: 5vmin;
  --dotsBottom: calc(var(--dotH)/2 - var(--arrowW)/2 );
  --inline: 3%;
  --arrowPosition:103%;
  --arrowC: #000;
  --arrowBG: #fff;
  --arrowR: 1000px;
  --arrowFZ: 3vmin;
}
.thumb_slide.col3 {
  --num:3;
}
.thumb_slide.col4 {
  --num:4;
}
.thumb_slide.col5 {
  --num:5;
}
.thumb_slide.col6 {
  --num:6;
}
.thumb_slide.col7 {
  --num:7;
}
@media (max-width: 834px) {
  .thumb_slide:is(#contents *) {
    --num:4;
  }
}
@media (max-width: 834px) {
  .thumb_slide {
    width: 100%;
  }
}
.thumb_slide.__scroll .scroll-hint-icon-wrap {
  height: 15vh;
  top: unset;
  bottom: 0;
}
.thumb_slide.__scroll ul.slick-dots {
  flex-wrap: nowrap;
}
.thumb_slide .slick-list {
  overflow: hidden;
}
.thumb_slide .slick-track {
  display: block;
}
.thumb_slide .slick-slide {
  margin: unset;
  padding-inline: unset;
}
.thumb_slide .slick-slide img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb_slide ul.slick-dots li {
  margin: 0;
  height: auto !important;
}
.thumb_slide ul.slick-dots li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb_slide ul.slick-dots {
  --gap:1%;
  transform: unset;
  margin-top: var(--gap);
  display: flex;
  flex-wrap: wrap;
  gap: 1vmin var(--gap);
  position: unset !important;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start;
}
.thumb_slide ul.slick-dots li {
  flex: 0 0 calc((100% - var(--gap) * var(--minus)) / var(--num));
}
@media (max-width: 640px) {
  .thumb_slide ul.slick-dots {
    grid-template-columns: repeat(3, 1fr);
  }
}
.thumb_slide ul.slick-dots img:is(#contents *) {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 15vh;
  background-color: #fff;
}
@media (max-width: 834px) {
  .thumb_slide {
    --arrowPosition:110%;
  }
}
.thumb_slide .slick-prev {
  left: -2vmin;
  left: unset;
  right: var(--arrowPosition);
}
.thumb_slide .slick-next {
  right: -2vmin;
  right: unset;
  left: var(--arrowPosition);
}
.thumb_slide .slick-prev, .thumb_slide .slick-next {
  font-family: var(--icon);
  font-weight: 900;
  z-index: 10;
  background-color: var(--arrowBG);
  border-radius: var(--arrowR);
  width: var(--arrowW);
  height: var(--arrowW);
  opacity: 0.5;
  top: unset;
  bottom: var(--dotsBottom);
  transform: none;
}
.thumb_slide .slick-prev:hover, .thumb_slide .slick-next:hover {
  opacity: 1;
}
.thumb_slide .slick-prev:before, .thumb_slide .slick-next:before {
  color: var(--arrowC) !important;
  font-size: var(--arrowFZ);
  font-family: var(--icon);
  font-weight: 900;
  opacity: 1;
  content: var(--btnAF);
}
.thumb_slide .slick-prev {
  scale: -1 1;
}

div.blog_list div.blog_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.blog_list div.blog_text h3 {
  width: 100%;
  overflow: hidden;
}
div.blog_list div.blog_text h3 span {
  word-break: break-word;
}
div.blog_list div.blog_text div.detail {
  width: 100%;
}
div.blog_list div.blog_text div.detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

div.blog_list div.blog_date {
  order: -1;
}

div.blog_list ul {
  display: block;
  order: -1;
}

div.blog_form {
  overflow-y: scroll;
  --pdb: 0.5em;
  --bdc: var(--tx50);
  --maxH: 40vh;
  line-height: 1.5;
}
div.blog_form div:empty {
  display: none;
}
div.blog_form .blog_list > div {
  border-bottom: unset;
  flex-shrink: 0;
  padding: 0em;
  margin-block: 0em;
}
div.blog_form .blog_photo {
  display: none;
}
div.blog_form .blog_text:is(#contents *) {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  padding-block: var(--pdb);
  border-bottom: 1px solid var(--bdc);
}
div.blog_form .blog_text:is(#contents *) > * {
  padding-block: calc(var(--pdb) / 2);
}
div.blog_form .blog_text:is(#contents *) h3 {
  width: 100%;
  margin-bottom: 0px;
  order: 1;
  font-family: inherit;
  font-weight: 500;
}
div.blog_form .blog_text:is(#contents *) h3 span {
  color: var(--mc);
}
div.blog_form .blog_text:is(#contents *) ul {
  display: none;
  order: 1;
}
div.blog_form .blog_text:is(#contents *) ul a {
  background-color: var(--mc);
  padding-inline: 0.25em;
  padding-bottom: 0.125em;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  border-radius: 4px;
  vertical-align: middle;
}
div.blog_form .blog_text:is(#contents *) .detail {
  order: 1;
  font-size: var(--f14);
  display: none;
}
@media (max-width: 834px) {
  div.blog_form .blog_text:is(#contents *) {
    flex-wrap: wrap;
  }
}
div.blog_form .blog_date:is(div) {
  color: var(--tx);
  font-weight: 700;
}
div.blog_form::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form::-webkit-scrollbar-thumb {
  background-color: var(--cc);
  border-radius: 0px;
}

div[class*=blog_card] {
  justify-content: unset;
}
div[class*=blog_card].noTag .blog_list ul:is(#contents *) {
  display: none;
}
div[class*=blog_card] .blog_list {
  flex-direction: row;
  gap: var(--gap);
  flex-wrap: wrap;
}
div[class*=blog_card] .blog_list > div {
  flex-direction: column;
  width: calc((100% - var(--gap) * 2) / 3);
  border: 1px solid var(--gr);
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div[class*=blog_card] .blog_list > div > * {
  padding: 0.5em;
}
@media (max-width: 834px) {
  div[class*=blog_card] .blog_list > div {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
@media (max-width: 480px) {
  div[class*=blog_card] .blog_list > div {
    width: 100%;
  }
}
div[class*=blog_card] .blog_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
div[class*=blog_card] .blog_list ul {
  display: block;
  display: none;
}
div[class*=blog_card] .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div[class*=blog_card] .blog_list .detail {
  font-size: 80%;
}
div[class*=blog_card] .blog_list .blog_photo:is(#contents *) {
  width: 100%;
  padding: unset;
  border-bottom: 1px solid var(--gr);
  display: grid;
  place-items: center;
  place-content: center stretch;
}
div[class*=blog_card] .blog_list .blog_photo:is(#contents *) * {
  width: 100%;
}
@media (max-width: 1200px) {
  div[class*=blog_card] .blog_list .blog_photo:is(#contents *) img:is(#contents *) {
    height: 100%;
  }
}
div[class*=blog_card] .blog_list .blog_text:is(div) {
  flex: 4;
  padding: 1em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
div[class*=blog_card] .blog_list .blog_text:is(div) h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 2;
}
div[class*=blog_card] .blog_list .blog_text:is(div) h3 a {
  color: inherit;
}
div[class*=blog_card] .blog_list .blog_text:is(div) h3 span {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
div[class*=blog_card] .blog_list .blog_date:is(div) {
  color: var(--wh);
  font-weight: bold;
  background-color: var(--ac);
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
}
div[class*=blog_card] .blog_list ul {
  display: block;
}
div[class*=blog_card] .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div[class*=blog_card] .blog_list .detail {
  font-size: 90%;
  font-weight: inherit;
}
div[class*=blog_card]::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div[class*=blog_card]::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

.sns01 {
  --imgW: max(240px, 22em);
  --divBG:var(--bc);
  max-width: 100%;
  margin-inline: auto;
  overflow-y: scroll;
  --thumbC:var(--gr50);
  --thumbW:8px;
}
.sns01.noscr {
  height: unset;
  max-height: unset;
  overflow: unset;
}
@media (max-width: 640px) {
  .sns01.__scroll {
    max-height: 50vh;
    max-width: 100%;
  }
}
.sns01 div.sns_list {
  border: none;
  flex-direction: column;
  line-height: 1.8;
}
.sns01 div.sns_list > div {
  border: none;
  padding: 1em;
  background-color: var(--divBG);
  flex-direction: row;
  overflow: hidden;
  gap: 1em 4vmin;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .sns01 div.sns_list > div {
    flex-basis: 100%;
  }
}
.sns01 div.sns_list > div div.sns_photo {
  padding: 0;
  width: var(--imgW);
  flex-shrink: 0;
}
.sns01 div.sns_list > div div.sns_photo:is(.nophoto div) {
  display: none;
}
.sns01 div.sns_list > div div.sns_photo a:hover {
  opacity: 0.7;
}
.sns01 div.sns_list > div div.sns_photo img {
  aspect-ratio: 1;
}
@media (max-width: 480px) {
  .sns01 div.sns_list > div div.sns_photo {
    width: 100%;
    max-width: 360px;
  }
}
.sns01 div.sns_list > div div.sns_text {
  width: unset;
  flex: 1;
  font-size: var(--fzs);
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .sns01 div.sns_list > div div.sns_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
.sns01 div.sns_list > div div.sns_text div.sns_date {
  font-size: var(--fz);
  color: var(--tx);
  font-weight: bold;
  padding: 0em 0em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.4em;
}
.sns01 div.sns_list > div div.sns_text .caption {
  word-break: break-all;
}
.sns01 div.sns_list > div div.sns_text ul {
  margin-top: auto;
}
.sns01 div.sns_list > div div.sns_text ul a {
  color: var(--wh);
  margin-right: 0.5em;
  margin-top: 0.5em;
  line-height: 1.5;
  background-color: var(--mc);
  display: inline-block;
  padding: 0em 0.5em;
  text-decoration: none;
}
.sns01::-webkit-scrollbar {
  background-color: transparent;
  width: var(--thumbW);
  height: 0;
}
.sns01::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}
.sns01.bd-inline {
  border-inline: 120px solid transparent;
}
@media (max-width: 1200px) {
  .sns01.bd-inline {
    border-width: 4vmin;
  }
}

div[class*=sns_card] {
  max-width: 100%;
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--un);
  --dateFW: bold;
  --capFZ: var(--bodyFZ);
  --dateFZ: 120%;
  --imgAR: 1;
  --imgOF: contain;
  flex: 1;
}
div[class*=sns_card].noDetail .detail {
  display: none !important;
}
div[class*=sns_card].noTag .sns_text ul {
  display: none !important;
}
div[class*=sns_card].noArrow :is(.slick-arrow) {
  display: none !important;
}
div[class*=sns_card].noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
div[class*=sns_card].noDate .sns_date {
  display: none !important;
}
div[class*=sns_card].noText .sns_text {
  display: none !important;
}
div[class*=sns_card].topDate .sns_date {
  position: absolute;
}
div[class*=sns_card].__visible .slick-list {
  overflow: visible !important;
}
div[class*=sns_card].__scr {
  overflow-y: scroll;
}
@media (max-width: 640px) {
  div[class*=sns_card].__scr {
    max-height: 87vw;
  }
}
div[class*=sns_card]::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: 0;
}
@media (max-width: 1200px) {
  div[class*=sns_card]::-webkit-scrollbar {
    width: calc(var(--gap) / 1);
  }
}
div[class*=sns_card]::-webkit-scrollbar-thumb {
  background-color: var(--tx50);
}
div[class*=sns_card] .sns_list {
  flex-direction: row;
  border: none !important;
  flex-wrap: wrap;
  gap: var(--gap);
  width: 100%;
}
div[class*=sns_card] .sns_list > div {
  overflow: hidden;
  border: none !important;
  display: block;
  flex-direction: column;
  width: calc((100% - var(--gap) * 2) / 3);
  position: relative;
}
div[class*=sns_card] .sns_list > div:is(.noText *) {
  aspect-ratio: 1;
}
@media (max-width: 640px) {
  div[class*=sns_card] .sns_list > div {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
div[class*=sns_card] .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
}
div[class*=sns_card] .sns_list .sns_text:is(.noText *) {
  display: none;
}
div[class*=sns_card] .sns_list .sns_text * {
  margin-bottom: 4px;
  line-height: 1.6;
}
div[class*=sns_card] .sns_list .sns_text ul {
  display: flex;
  flex-wrap: wrap;
  text-overflow: ellipsis;
}
div[class*=sns_card] .sns_list .sns_text ul a {
  text-decoration: none;
  font-weight: 500;
}
div[class*=sns_card] .sns_list .sns_text ul::after {
  content: "…";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-inline: 0.5em;
  -webkit-backdrop-filter: blur(110px);
          backdrop-filter: blur(110px);
}
div[class*=sns_card] .sns_list .sns_text .sns_date {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  color: var(--mc);
  font-weight: bold;
  padding: 0.5em;
  line-height: 1;
}
div[class*=sns_card] .sns_list .sns_text .caption {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div[class*=sns_card] .sns_list .square-inner {
  position: relative;
  display: block;
}
div[class*=sns_card] .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
div[class*=sns_card] .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
div[class*=sns_card] .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  margin-bottom: 1em;
}
div[class*=sns_card] .sns_list .sns_photo:is(.noText *) {
  margin-bottom: unset;
}
div[class*=sns_card] .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  aspect-ratio: 1;
  border-radius: var(--rad);
}
div[class*=sns_card] .sns_list .sns_photo:hover img {
  scale: 1.025;
}
div[class*=sns_card] .sns_list .sns_text ul {
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div[class*=sns_card] .sns_list .sns_text ul li {
  display: contents;
}
div[class*=sns_card] .sns_list .sns_text ul a {
  display: inline-block;
  background-color: var(--ulBG);
  color: var(--ulC);
  line-height: 1.35;
  padding: 0.3em 0.6em;
  margin-inline-end: 0.3em;
  font-family: var(--san);
  border-radius: var(--radhalf);
}

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: unset;
}

.fancybox .veil {
  display: none;
}

.fancybox td {
  clip-path: inset(0);
}
.fancybox a {
  clip-path: inset(0);
  display: block;
  will-change: transform;
}
.fancybox a img {
  transition: 0.4s;
}
.fancybox a img:hover {
  opacity: 0.8;
}

div:has(+ #global_header) .mfp-container {
  padding-inline: unset;
  overflow-y: scroll;
}

img.mfp-img {
  min-width: 66vw;
}
@media (max-width: 834px) {
  img.mfp-img {
    min-width: 84vw;
  }
}

.mfp-figure .mfp-title {
  display: block;
  font-size: clamp(20px, 2.2vw, 22px);
}
.mfp-figure .mfp-title span {
  font-size: inherit;
  margin-left: 1em;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  right: unset;
}

.mfp-arrow {
  width: 8vmin;
  height: 8vmin;
  display: grid;
  place-items: center;
  place-content: center;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "\f105";
  top: 0;
  margin: unset;
  border: unset;
  font-weight: 900;
  font-family: "Line Awesome Free";
  font-size: 3em;
  display: block;
  width: 100%;
  height: 100%;
  text-shadow: 2px 0 var(--wh);
}

.mfp-arrow-left:before {
  scale: -1 1;
}

.mfp-arrow:after {
  display: none;
}

.privacy-policy {
  text-decoration: underline;
}

.policy-trigger {
  text-decoration: underline;
  text-decoration-color: var(--linkC);
  color: var(--linkC);
  cursor: pointer;
}

p.annot {
  font-size: inherit;
  font-weight: inherit;
}

.policy-wrap {
  margin-top: unset;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: calc(100% - var(--head) * 1.5);
  width: 100%;
  line-height: 2;
  background-color: var(--bc50);
  overscroll-behavior: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  display: none;
}
.policy-wrap > div > div {
  pointer-events: none;
}
.policy-wrap.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.policy-wrap h2 {
  font-size: var(--h3FZ);
}
.policy-wrap h3 {
  border-left: 6px solid var(--tx);
  color: #111;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}
.policy-wrap p {
  margin: 10px 0 25px;
  color: #111;
  line-height: 2;
  font-size: inherit;
  font-weight: inherit;
}
.policy-wrap > div {
  position: relative;
  padding: 20px;
  width: var(--base);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--tx);
  height: 80vh;
  max-height: calc(100vh - var(--head) * 1.5);
  overflow-y: scroll;
  max-width: 100%;
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy_contents h2 {
  font-size: var(--h3FZ);
  border-bottom: 1px solid var(--bdc);
}

figure:has(> .figuDC) {
  display: contents;
}
figure:has(> .figuDC) > .figuDC {
  display: inline-block;
}

img.Invert {
  transition: 0.6s;
  filter: brightness(0) invert(1);
}
img.Invert:is(.h.trans *) {
  filter: unset;
}

.u-label {
  margin-top: 0;
}
.u-label u {
  text-decoration: none;
  display: inline-block;
  background-color: var(--mc);
  color: var(--wh) !important;
  padding-block: 0.25em;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.5em;
  border-radius: var(--radhalf);
  vertical-align: unset;
  font-weight: 700;
}

.li-label li {
  text-decoration: none;
  display: inline-block;
  background-color: var(--mc);
  color: var(--wh) !important;
  padding-block: 0.25em;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.5em;
  border-radius: var(--rad);
  vertical-align: unset;
  font-weight: 700;
}

.sheet, .sheet02, .board {
  position: relative;
  border-radius: var(--sheetR);
  padding: var(--sheetP);
}
.sheet.afterArrow, .sheet02.afterArrow, .board.afterArrow {
  position: relative;
}
.sheet.afterArrow + .sheet, .sheet02.afterArrow + .sheet, .board.afterArrow + .sheet {
  margin-top: 4em;
}
.sheet.afterArrow:after, .sheet02.afterArrow:after, .board.afterArrow:after {
  content: "\f078";
  font-family: var(--icon);
  font-weight: 900;
  font-size: var(--f32);
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  inset: calc(100% + 0.5em) 0 auto 0;
  margin: auto;
}

.board {
  border: var(--line);
  border-radius: var(--boardR);
  background-color: var(--bc);
}
.board:before {
  content: "";
  background: unset;
  inset: 1vmin;
  width: calc(100% - 2vmin);
  height: calc(100% - 2vmin);
  border: inherit;
  z-index: -1;
}

.tate {
  font-family: var(--noYH);
  writing-mode: vertical-rl;
}
.tate::after {
  display: none;
}

.noSide :is(#col_side1, #main, #col_main) {
  display: contents;
}

:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) > * {
  margin-inline: unset;
}

:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) > * + * {
  margin-top: unset;
}

:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) {
  gap: var(--gap);
}

:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) {
  display: flex;
  flex-wrap: wrap;
}
:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) img:is(#contents *) {
  height: unset;
  width: 100%;
}
:is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) > * {
  margin-top: unset;
}
@media (max-width: 834px) {
  :is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) > *:is(#contents *) {
    width: 100%;
  }
  :is(.fl50, .fl28, .fl37, .fl46, .fl64, .fl73, .fl28) img {
    max-height: 50vh;
  }
}

.fl50 > * {
  width: calc(50% - var(--gap) / 2);
}

.fl46 {
  --few:40%;
}
.fl46 > :where(:nth-child(1)) {
  width: calc(var(--few));
}
.fl46 > :where(:nth-child(2)) {
  width: calc(100% - var(--few) - var(--gap));
}

.fl64 {
  --gap:20px;
  --few:40%;
}
.fl64 > :where(:nth-child(1)) {
  width: calc(100% - var(--few) - var(--gap));
}
.fl64 > :where(:nth-child(2)) {
  width: calc(var(--few));
}
@media (max-width: 960px) {
  .fl64 {
    width: 100%;
  }
}

.fl37 {
  --few:30%;
}
.fl37 > :where(:nth-child(1)) {
  width: calc(var(--few));
}
.fl37 > :where(:nth-child(2)) {
  width: calc(100% - var(--few) - var(--gap));
}

.fl73 {
  --few:30%;
}
.fl73 > :where(:nth-child(1)) {
  width: calc(100% - var(--few) - var(--gap));
}
.fl73 > :where(:nth-child(2)) {
  width: calc(var(--few));
}

.fl28 {
  --few:20%;
}
.fl28 > :where(:nth-child(1)) {
  width: calc(var(--few));
}
.fl28 > :where(:nth-child(2)) {
  width: calc(100% - var(--few) - var(--gap));
}

.fl82 {
  --few:20%;
}
.fl82 > :where(:nth-child(1)) {
  width: calc(100% - var(--few) - var(--gap));
}
.fl82 > :where(:nth-child(2)) {
  width: calc(var(--few));
}

.it01, .ti01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --imgW: 50%;
}
.it01 figure, .ti01 figure {
  max-width: var(--imgW);
  width: var(--imgW);
}
.it01.img100, .ti01.img100 {
  --imgW: 100%;
}
.it01.img95, .ti01.img95 {
  --imgW: 95%;
}
.it01.img90, .ti01.img90 {
  --imgW: 90%;
}
.it01.img875, .ti01.img875 {
  --imgW: 87.5%;
}
.it01.img85, .ti01.img85 {
  --imgW: 85%;
}
.it01.img80, .ti01.img80 {
  --imgW: 80%;
}
.it01.img75, .ti01.img75 {
  --imgW: 75%;
}
.it01.img70, .ti01.img70 {
  --imgW: 70%;
}
.it01.img66, .ti01.img66 {
  --imgW: 66%;
}
.it01.img65, .ti01.img65 {
  --imgW: 65%;
}
.it01.img60, .ti01.img60 {
  --imgW: 60%;
}
.it01.img55, .ti01.img55 {
  --imgW: 55%;
}
.it01.img50, .ti01.img50 {
  --imgW: 50%;
}
.it01.img45, .ti01.img45 {
  --imgW: 45%;
}
.it01.img40, .ti01.img40 {
  --imgW: 40%;
}
.it01.img35, .ti01.img35 {
  --imgW: 35%;
}
.it01.img33, .ti01.img33 {
  --imgW: 33%;
}
.it01.img30, .ti01.img30 {
  --imgW: 30%;
}
.it01.img25, .ti01.img25 {
  --imgW: 25%;
}
.it01.img20, .ti01.img20 {
  --imgW: 20%;
}
.it01.img10, .ti01.img10 {
  --imgW: 10%;
}
.it01::after, .ti01::after {
  display: none;
}
.it01:where(.ti01, .__rev), .ti01:where(.ti01, .__rev) {
  flex-direction: row-reverse;
}
.it01 > a:has(> figure > img):is(#contents *), .ti01 > a:has(> figure > img):is(#contents *) {
  width: var(--imgW);
  margin: unset;
  height: auto !important;
}
.it01 > a:has(> figure > img):is(#contents *) figure,
.it01 > a:has(> figure > img):is(#contents *) img:is(#contents *), .ti01 > a:has(> figure > img):is(#contents *) figure,
.ti01 > a:has(> figure > img):is(#contents *) img:is(#contents *) {
  max-width: 100%;
  margin: unset;
  width: 100%;
  height: auto !important;
}
.it01 > figure:has(> img):is(#contents *), .ti01 > figure:has(> img):is(#contents *) {
  width: var(--imgW);
}
.it01 > figure:has(> img):is(#contents *) img, .ti01 > figure:has(> img):is(#contents *) img {
  max-width: 100%;
  margin: unset;
  width: 100%;
  height: auto !important;
}
.it01 > :not(:has(img, iframe)), .ti01 > :not(:has(img, iframe)) {
  flex: 1;
}
.it01 > :not(:has(img, iframe)) div, .ti01 > :not(:has(img, iframe)) div {
  width: 100%;
}

.h1-in h1,
.H1-in h1 {
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: unset;
  display: inline;
  color: inherit;
}

.H-bg:has(div:empty) + * {
  margin-top: var(--Hafter);
}
.H-bg :is(h1, h2, h3, h4, h5) {
  background: no-repeat center/100% 100%;
  padding-bottom: 0.25em;
}
.H-bg :is(h1, h2, h3, h4, h5):is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__mc *) {
  background-color: var(--mc);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__ac *) {
  background-color: var(--ac);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__sc *) {
  background-color: var(--sc);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__mc50 *) {
  background-color: var(--mc50);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__ac50 *) {
  background-color: var(--ac50);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__sc50 *) {
  background-color: var(--sc50);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__mc2 *) {
  background-color: var(--mc2);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__ac2 *) {
  background-color: var(--ac2);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__sc2 *) {
  background-color: var(--sc2);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__bc *) {
  background-color: var(--bc);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__wh *) {
  background-color: var(--wh);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__bk *) {
  background-color: var(--bk);
}
.H-bg :is(h1, h2, h3, h4, h5):is(.__tx *) {
  background-color: var(--tx);
}
.H-bd:has(div:empty) + * {
  margin-top: var(--Hafter);
}
.H-bd :is(h1, h2, h3, h4, h5) {
  border-bottom: var(--line);
  padding-block: 0.25em;
}
.H-bd :is(h1, h2, h3, h4, h5):is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__red *) {
  border-bottom-color: var(--red);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__mc *) {
  border-bottom-color: var(--mc);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__ac *) {
  border-bottom-color: var(--ac);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__sc *) {
  border-bottom-color: var(--sc);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__mc50 *) {
  border-bottom-color: var(--mc50);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__ac50 *) {
  border-bottom-color: var(--ac50);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__sc50 *) {
  border-bottom-color: var(--sc50);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__mc2 *) {
  border-bottom-color: var(--mc2);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__ac2 *) {
  border-bottom-color: var(--ac2);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__sc2 *) {
  border-bottom-color: var(--sc2);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__bc *) {
  border-bottom-color: var(--bc);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__wh *) {
  border-bottom-color: var(--wh);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__bk *) {
  border-bottom-color: var(--bk);
}
.H-bd :is(h1, h2, h3, h4, h5):is(.__tx *) {
  border-bottom-color: var(--tx);
}
.H-bdl {
  --w:8px;
  --pl:calc(var(--w)*2 );
  --c:var(--bdc);
}
.H-bdl:has(div:empty) + * {
  margin-top: var(--Hafter);
}
.H-bdl :is(h1, h2, h3, h4, h5) {
  border-left: var(--w) solid var(--c);
  padding-left: var(--pl);
}
.H-bdl :is(h1, h2, h3, h4, h5) + div:not(:empty) {
  margin-top: 1em;
}

.head_01 {
  padding-inline: var(--inBase);
  padding-block: 1.5em;
  background-color: var(--bc);
}
.head_01 h1 + div:not(:empty), .head_01 h2 + div:not(:empty), .head_01 h3 + div:not(:empty), .head_01 h4 + div:not(:empty), .head_01 h5 + div:not(:empty) {
  margin-top: 1em;
}

:is(.barBFAF, .barBF, .barAF) {
  margin-bottom: 0.25em;
  --bdc:var(--ac20);
  --barGap:1em;
  --bdw:2px;
  display: flex;
  align-items: center;
  gap: var(--barGap);
}
:is(.barBFAF, .barBF, .barAF):is(.txwh *) {
  --bdc:#fff;
}
:is(.barBFAF, .barBF, .barAF):is(.H-bd *) {
  border-bottom: unset;
}
:is(.barBFAF, .barBF, .barAF):before, :is(.barBFAF, .barBF, .barAF):after {
  content: "";
  height: var(--bdw);
  flex: 1;
  background-color: var(--bdc);
  font-size: inherit;
}

.barBF:after {
  display: none;
}

.barAF:before {
  display: none;
}

.art-flex article {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.wrapperBG {
  margin-top: unset;
  background: var(--bg) no-repeat center/contain;
  position: absolute;
  inset: 0;
  width: calc(var(--base) + 240px);
  width: 38%;
  height: 100%;
  max-width: 100%;
  z-index: 0;
}
.wrapperBG + * {
  margin-top: unset;
}

.bg_center {
  background: no-repeat center/contain;
}
.bg_fix {
  background: no-repeat center/100% auto fixed;
}
.bg_fix:is(#contents *) {
  translate: none;
}
@media (max-width: 834px) {
  .bg_fix {
    background-attachment: unset;
    background-size: cover;
  }
}
.bg_cover {
  background: no-repeat center/cover;
}
.bgbk {
  background-color: var(--bk);
}
.bgmc {
  background-color: var(--mc);
}
.bgbc {
  background-color: var(--bc);
}
.bgsc {
  background-color: var(--sc);
}
.bgac {
  background-color: var(--ac);
}
.bgwh {
  background-color: var(--wh);
}
.bg_top {
  background: no-repeat center 0%/auto;
}
.bg_Right {
  background: no-repeat 100% 50%/auto;
}
.bg_bottom {
  background: no-repeat center 100%/auto;
}
.bg_Left {
  background: no-repeat 0% 50%/auto;
}
.bg_LB {
  background: no-repeat 0 100%/auto;
}
.bg_LT {
  background: no-repeat 0 0/auto;
}
.bg_RT {
  background: no-repeat 100% 0%/auto;
}
.bg_RB {
  background: no-repeat 100% 100%/auto;
}

.bgFix {
  position: fixed;
  inset: 0;
  background: repeat-y center/100% auto;
  pointer-events: none;
  transition: var(--trt);
  z-index: -1;
}

.tbl_normal, .tbl_scroll {
  line-height: 1.5;
}
.tbl_normal.name-link a, .tbl_scroll.name-link a {
  color: var(--linkC);
}
.tbl_normal.td-center td > div, .tbl_scroll.td-center td > div {
  text-align: center;
}
.tbl_normal.div-center div, .tbl_scroll.div-center div {
  text-align: center;
}
.tbl_normal.yokoBCtateMC tr:first-child, .tbl_scroll.yokoBCtateMC tr:first-child {
  background-color: var(--bc50);
}
.tbl_normal.yokoBCtateMC td:first-child, .tbl_scroll.yokoBCtateMC td:first-child {
  background-color: var(--mc10);
}
.tbl_normal.firstMC tr:first-of-type, .tbl_scroll.firstMC tr:first-of-type {
  background-color: var(--mc);
  color: #fff;
  font-weight: bold;
}
.tbl_normal.firstMC td:first-of-type, .tbl_scroll.firstMC td:first-of-type {
  background-color: var(--mc);
  color: #fff;
  font-weight: bold;
}
.tbl_normal.firstBC tr:first-of-type, .tbl_scroll.firstBC tr:first-of-type {
  background-color: var(--bc);
  font-weight: bold;
}
.tbl_normal.firstBC td:first-of-type, .tbl_scroll.firstBC td:first-of-type {
  background-color: var(--bc);
  font-weight: bold;
}
.tbl_normal.firstSC tr:first-of-type, .tbl_scroll.firstSC tr:first-of-type {
  background-color: var(--sc);
  font-weight: bold;
  color: var(--wh);
}
.tbl_normal.firstSC td:first-of-type, .tbl_scroll.firstSC td:first-of-type {
  background-color: var(--sc);
  font-weight: bold;
  color: var(--wh);
}
.tbl_normal.firstGR tr:first-of-type, .tbl_scroll.firstGR tr:first-of-type {
  background-color: #ccc;
}
.tbl_normal.firstBold tr:first-of-type, .tbl_scroll.firstBold tr:first-of-type {
  font-weight: bold;
}
.tbl_normal.emptyNone td:has(div:empty), .tbl_scroll.emptyNone td:has(div:empty) {
  display: none;
}
.tbl_normal.sameSize td, .tbl_scroll.sameSize td {
  width: 1%;
}
@media (max-width: 480px) {
  .tbl_normal td:is(#contents *), .tbl_scroll td:is(#contents *) {
    padding: 0.5em;
  }
}

.tbl01 tr:first-of-type {
  background-color: var(--bc);
  font-weight: bold;
}

.tbl_hours {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: bold;
  line-height: 1.25;
}
.tbl_hours tr + tr {
  border-top: 1px solid #ddd;
}
.tbl_hours td {
  text-align: center;
  padding: 10px;
  border: none;
}
@media (max-width: 480px) {
  .tbl_hours td {
    padding: 10px;
  }
}
.tbl_hours .marks td {
  color: var(--mc);
}

.scroll-hint-icon-wrap {
  z-index: 100;
  width: 100% !important;
  max-width: var(--un);
  margin-top: unset !important;
}

.scroll-hint-text {
  font-size: unset;
  margin-top: 0.5em;
}

.scroll-hint-icon {
  width: unset;
  height: unset;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding-top: 1em;
}
.scroll-hint-icon:before {
  display: none;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .scroll-hint-icon:before {
    display: inline-block;
  }
}
.scroll-hint-icon:after {
  transition-delay: 0s;
  top: 1em;
}

.__scrollX .items,
.__scrollX, .__scrollX .blog_list {
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  justify-content: start !important;
  padding-bottom: 1em;
}
.__scrollX .items .box,
.__scrollX .box, .__scrollX .blog_list .box {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 834px) {
  .__scrollX .items .box,
  .__scrollX .box, .__scrollX .blog_list .box {
    width: calc(50% - var(--gap)) !important;
  }
}

.card2 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --cardW: calc((100% - (var(--gap) * 1)) / 2);
}
.card2 ul {
  display: contents;
}
.card2 .box, .card2 li, .card2 > * {
  width: var(--cardW);
}
.card2:after {
  display: none;
}

.card3 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --cardW: calc((100% - (var(--gap) * 2)) / 3);
}
.card3 ul {
  display: contents;
}
.card3 .box, .card3 li, .card3 > * {
  width: var(--cardW);
}
.card3:after {
  display: none;
}

.card4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --cardW: calc((100% - (var(--gap) * 3)) / 4);
}
.card4 ul {
  display: contents;
}
.card4 .box, .card4 li, .card4 > * {
  width: var(--cardW);
}
.card4:after {
  display: none;
}

.card5 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --cardW: calc((100% - (var(--gap) * 4)) / 5);
}
.card5 ul {
  display: contents;
}
.card5 .box, .card5 li, .card5 > * {
  width: var(--cardW);
}
.card5:after {
  display: none;
}

.card6 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --cardW: calc((100% - (var(--gap) * 5)) / 6);
}
.card6 ul {
  display: contents;
}
.card6 .box, .card6 li, .card6 > * {
  width: var(--cardW);
}
.card6:after {
  display: none;
}

:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) {
  display: flex;
  gap: var(--gap);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) article > h3 {
  display: none;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) img {
  margin: unset;
  width: 100%;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:is(#contents *) {
  overflow: visible;
  z-index: 1;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box div {
  flex: 1;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer article:has(> a, > figure):is(#contents *) {
  display: grid;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer article:has(> a, > figure):is(#contents *) > * {
  grid-area: 1/1;
  z-index: 1;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer article:has(> a, > figure):is(#contents *) figure {
  width: 100%;
}

.cardflex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.cardflex > * {
  flex: 1;
  min-width: unset;
}

.cardfix {
  gap: var(--gap);
  --w: 380px;
  flex-wrap: wrap;
}
.cardfix .box {
  width: var(--w);
}
@media (max-width: 480px) {
  .cardfix .box {
    width: 100%;
  }
}

.fb_intro .box {
  border-bottom: 1px dashed var(--bdc);
  padding-bottom: 1em;
}
.fb_intro .box + * {
  margin-top: 1em;
}
.fb_intro .box:has(h2) {
  border-bottom: none;
  padding-bottom: 0;
}
.fb_intro h2 {
  border-bottom: var(--line);
  margin-bottom: 0.5em;
}
.fb_intro h3 {
  margin-bottom: 0.5em;
}
.fb_intro h3 i:is(#contents *) {
  display: inline-block;
  font-size: inherit;
  margin-inline: 0 0.5em;
  color: var(--mc);
}
.fb_flow {
  position: relative;
  --mt:var(--block5);
  --p:2vmin;
  --bg:var(--wh);
  --beforeFZ:75%;
  --beforeC:var(--mc);
  --afterBG:var(--bc2);
}
.fb_flow.noStep h3:before {
  display: none;
}
.fb_flow.noStep .box:is(#contents div):after {
  display: none;
}
.fb_flow.noStep .box:is(#contents div) + .box {
  margin-top: 1em;
}
.fb_flow .sheet {
  padding: 1vmin;
  margin-block: 0.5em;
}
.fb_flow a, .fb_flow a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media (max-width: 640px) {
  .fb_flow {
    --p:var(--inline);
  }
}
.fb_flow .box {
  background-color: var(--bg);
}
.fb_flow .box:is(#contents div) {
  counter-increment: cnt;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  font-size: 3.6vmax;
  border-radius: var(--rad);
  padding: var(--p);
  gap: var(--p);
}
.fb_flow .box:is(#contents div) + .box {
  font-size: clamp(0px, 4vw, 30px);
  margin-top: 2.2em;
}
.fb_flow .box:is(#contents div):after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  translate: 50% 0;
  display: block;
  font-size: clamp(0px, 4vw, 30px);
  width: 1.5em;
  aspect-ratio: 1;
  clip-path: polygon(0 0%, 50% 85%, 100% 0%);
  background-color: var(--afterBG);
}
.fb_flow .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow .box:is(#contents div) article {
  width: 100%;
  font-size: var(--f16);
  font-weight: 400;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
.fb_flow .box:is(#contents div) article:has(> div:empty) figure {
  width: 100%;
}
.fb_flow .box:is(#contents div) article figure {
  order: 1;
  font-size: var(--beforeFZ);
  width: 30%;
  max-width: 100%;
}
.fb_flow .box:is(#contents div) article figure:is(.__icon *) {
  padding: 4em;
}
@media (max-width: 834px) {
  .fb_flow .box:is(#contents div) article figure:is(.__icon *) {
    width: 160px;
    padding: 1em;
  }
}
@media (max-width: 834px) {
  .fb_flow .box:is(#contents div) article figure {
    width: 360px;
    flex: unset !important;
    order: -1;
    margin-inline: auto;
  }
}
.fb_flow .box:is(#contents div) article > div {
  flex: 1;
  margin-top: unset;
}
@media (max-width: 834px) {
  .fb_flow .box:is(#contents div) article > *:is(#contents *) {
    flex-basis: 100%;
  }
}
.fb_flow .box:is(#contents div) article > h3 {
  display: none;
}
.fb_flow .box:is(#contents div) article div > i {
  display: inline-block;
  width: 3em;
  aspect-ratio: 1;
  background-color: var(--ac);
  color: var(--wh);
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  margin-bottom: 0.25em;
}
.fb_flow .box:is(#contents div) article div > :is(p, h3) {
  font-size: var(--PFZ);
  border-bottom: 1px solid currentColor;
  padding-block: 0.25em;
  margin-bottom: 0.25em;
  font-weight: var(--hfw);
}
.fb_flow .box:is(#contents div) article div > :is(p, h3) i {
  margin-right: 0.25em;
}
.fb_flow .box:is(#contents div) article div > :is(p, h3):has(> a) {
  border: unset;
}
.fb_flow .box:is(#contents div) article u {
  --bdc:var(--mc);
  text-decoration: underline;
  text-decoration-color: var(--bdc);
  text-decoration-thickness: 4px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: var(--PFZ);
  font-weight: 700;
  display: block;
}
.fb_flow .box:is(#contents div) article .btn {
  font-family: var(--ser);
  margin-right: 0.5em;
  margin-top: 0.5em;
  font-size: clamp(18px, 2vw, 24px);
}
.fb_qa {
  line-height: 1.5;
  --hlh:inherit;
}
.fb_qa.noQa .box {
  padding-left: 1.5em;
}
.fb_qa.noQa .box:before {
  display: none;
}
.fb_qa + .fb_qa {
  margin-top: 20px;
}
.fb_qa:is(#contents *) {
  flex-direction: column;
}
.fb_qa h3 {
  font-size: var(--PFZ);
}
.fb_qa .box {
  --bfC: var(--wh);
  --bfBG: var(--mc);
  --abfBG: var(--ac);
  --bfFZ: 1.5em;
  --bfFF: var(--Eng);
  --bfRad:var(--rad);
  --bfPX:0.125em;
  --qBG:var(--bc);
  --aBG:var(--un);
  --imgW:30%;
  --imgWsp:320px;
  padding: 1.5em;
  padding-left: calc(var(--bfFZ) * 3.5);
  border: none !important;
  position: relative;
}
.fb_qa .box + .box {
  margin-top: 20px;
}
.fb_qa .box a {
  color: var(--linkC);
}
.fb_qa .box:nth-child(odd) {
  padding-right: calc(var(--bfFZ) * 1.5);
  background-color: var(--qBG);
  cursor: pointer;
  transition: var(--btnTR);
}
.fb_qa .box:nth-child(odd):hover {
  opacity: 0.8;
}
.fb_qa .box:nth-child(even) {
  background-color: var(--aBG);
  display: none;
}
.fb_qa .box:nth-child(even).__open {
  display: block;
}
.fb_qa .box:nth-child(odd):before {
  content: "Q";
}
.fb_qa .box:nth-child(even):before {
  content: "A";
  background-color: var(--abfBG);
}
.fb_qa .box:nth-child(even):after {
  content: unset;
}
.fb_qa .box:before, .fb_qa .box:after {
  font-family: var(--bfFF);
  color: var(--bfC);
  background-color: var(--bfBG);
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--bfFZ);
  border-radius: var(--bfRad);
  width: 1.75em;
  aspect-ratio: 1;
  align-content: center;
  text-align: center;
  padding-bottom: 0.125em;
}
.fb_qa .box:after {
  content: "\f105";
  font-weight: 900;
  font-family: var(--icon);
  font-size: 1.5em;
  color: inherit;
  left: unset;
  right: 0.5em;
  background-color: unset;
  transition: 0.4s;
  rotate: 90deg;
}
.fb_qa .box.show:after {
  scale: -1 1;
}
.fb_qa .box:has(article > figure) {
  width: 100%;
  align-items: flex-start;
}
.fb_qa .box:has(article > figure) article {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_qa .box:has(article > figure) figure {
  max-width: 100%;
  order: 1;
  width: var(--imgW);
  margin-left: auto;
}
@media (max-width: 640px) {
  .fb_qa .box:has(article > figure) figure {
    width: var(--imgWsp);
  }
}
.fb_qa .box:has(article > figure) article > div {
  flex: 1;
}
@media (max-width: 640px) {
  .fb_qa .box:has(article > figure) article > div {
    flex-basis: 100%;
  }
}
.fb_menu {
  --line:var(--mc);
  --col2:#333;
  --bd:1px dashed var(--line);
  --gap:3vmin;
  line-height: 1.6;
}
.fb_menu figure {
  order: 1;
  width: 30%;
}
@media (max-width: 640px) {
  .fb_menu figure {
    width: unset;
  }
}
.fb_menu figure img {
  width: 100% !important;
  max-height: 100%;
  margin-left: auto;
}
.fb_menu .box {
  margin-inline: unset;
  border-bottom: var(--bd);
  padding-block: var(--gap);
  display: flex;
  gap: var(--gap);
  width: 100%;
}
.fb_menu .box:first-of-type {
  padding-top: unset;
}
@media (max-width: 640px) {
  .fb_menu .box {
    flex-direction: column;
  }
}
.fb_menu .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu .box article > h3 {
  display: none;
}
.fb_menu .box article, .fb_menu .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fb_menu h3 {
  margin-bottom: 0.25em;
}
.fb_menu article > div, .fb_menu .box > div {
  flex: 1;
  display: block;
}
.fb_menu article > div small, .fb_menu .box > div small {
  font-size: 14px;
}
.fb_menu01 {
  --line:var(--mc);
  --col2:#333;
  --bd:1px solid var(--line);
  --gap:3vmin;
  line-height: 1.6;
}
.fb_menu01.__border .box {
  border-bottom: var(--bd);
}
.fb_menu01 .box {
  margin-inline: unset;
  padding-block: 1em;
  margin-bottom: 1em;
  display: flex;
  gap: var(--gap);
  width: 100%;
  border-bottom: var(--bd);
}
@media (max-width: 640px) {
  .fb_menu01 .box {
    flex-direction: column;
  }
}
.fb_menu01 .box b {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.fb_menu01 .box p {
  margin-bottom: 0.5em;
  float: right;
  font-weight: bold;
  font-size: 1.5em;
  color: var(--mc);
}
.fb_menu01 .box article > h3 {
  display: none;
}
.fb_menu01 .box article, .fb_menu01 .box > div {
  flex: 1;
}
.fb_menu01 .box h3 {
  margin-bottom: 0.25em;
}
.fb_chat {
  gap: 2em;
  --c: var(--sc20);
  --img: var(--mc);
  align-items: center;
}
.fb_chat + .fb_chat {
  margin-top: var(--gap);
}
@media (max-width: 834px) {
  .fb_chat {
    flex-direction: column;
  }
  .fb_chat > *:is(#contents *) {
    width: 100%;
    flex: unset;
  }
  .fb_chat > *:is(#contents *).box:has(img) {
    order: 1;
  }
  .fb_chat > *:is(#contents *).box:has(img) figure {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fb_chat > *:is(#contents *).box:not(:has(img)) div:after, .fb_chat > *:is(#contents *).box:not(:has(img)) article > div:after {
    top: 100%;
    left: 50%;
    translate: -50% 0%;
    clip-path: polygon(0% 0%, 100% 0%, 50% 80%);
  }
}
.fb_chat .box:is(#contents div) {
  overflow: visible;
}
.fb_chat .box:has(img) {
  text-align: center;
}
.fb_chat .box:has(img) img {
  margin-bottom: 1em;
}
.fb_chat .box:not(:has(img)) {
  flex: 1;
}
.fb_chat .box:not(:has(img)) div, .fb_chat .box:not(:has(img)) article > div {
  padding: 1em;
  background-color: var(--c);
  border-radius: 1em;
  position: relative;
}
.fb_chat .box:not(:has(img)) div:after, .fb_chat .box:not(:has(img)) article > div:after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: var(--c);
}
.fb_chat .box:not(:has(img)) div:is(.noImg *):after, .fb_chat .box:not(:has(img)) article > div:is(.noImg *):after {
  display: none;
}
.fb_chat .box:not(:has(img)) div:is(.box:nth-child(even) div):after, .fb_chat .box:not(:has(img)) article > div:is(.box:nth-child(even) div):after {
  right: 100%;
  clip-path: polygon(100% 0%, 20% 50%, 100% 100%);
}
.fb_chat .box:not(:has(img)) div:is(.box:nth-child(odd) div):after, .fb_chat .box:not(:has(img)) article > div:is(.box:nth-child(odd) div):after {
  left: 100%;
  clip-path: polygon(0% 0%, 80% 50%, 0% 100%);
}
.fb_column .box {
  margin-inline: unset;
  width: 100%;
}
.fb_column .box article {
  display: flex;
  gap: var(--gap);
}
.fb_column .box article > h3 {
  display: none;
}
.fb_column .box article figure {
  width: unset;
  max-width: 33%;
}
.fb_column .box article .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .fb_column .box article {
    flex-wrap: wrap;
  }
  .fb_column .box article > * {
    width: 100%;
  }
  .fb_column .box article figure {
    max-width: 66%;
  }
}
.fb_column .box div {
  position: relative;
  margin-top: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fb_column .box:has(div > [class*=bg]):after {
  background-color: var(--wh);
  color: var(--mc);
}
.fb_column .box:has(div > [class*=bg]) article > div {
  color: var(--wh);
}
.fb_column .box:has(div > [class*=bg]) article > div h1, .fb_column .box:has(div > [class*=bg]) article > div h2, .fb_column .box:has(div > [class*=bg]) article > div h3 {
  border-color: var(--wh);
}
.fb_column .box:has(div > [class*=bg]) article > div em {
  color: var(--wh);
}
.fb_column .box:has(div > [class*=bg]) article > div [class*=bg] {
  display: none;
}
.fb_column .box:has(div > .bgmc) article > div {
  background-color: var(--mc);
}
.fb_column .box:has(div > .bgac) article > div {
  background-color: var(--ac);
}
.fb_column .box:has(div > .bgsc) article > div {
  background-color: var(--sc);
}
.fb_news {
  padding: var(--inline);
  border: 1px solid #000;
  border-radius: 4px;
}
@media (max-width: 640px) {
  .fb_news {
    max-height: 40vh;
  }
}
.fb_news .box:not(:has(h3)) div {
  font-size: var(--f20);
  font-weight: 700;
}
.fb_news .box:not(:has(h3)) div .btn {
  font-weight: 500;
}
.fb_news .box + .box {
  border-top: 2px solid currentColor;
  padding-top: var(--inline);
  margin-top: var(--inline);
}
.fb_news h3 {
  border-bottom: 2px dotted currentColor;
  line-height: 2;
}
.fb_news .box div {
  margin-top: 0.5em;
  padding-bottom: 1em;
}
.fb_news .box div .btn {
  float: right;
  margin-top: var(--inline);
}
.fb_bfaf {
  gap: 0 var(--gap);
  --arrowC:var(--mc);
}
.fb_bfaf img:is(#contents *) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}
.fb_bfaf .box div {
  text-align: center;
}
.fb_bfaf .box:nth-child(1),
.fb_bfaf .box:nth-child(3) {
  flex: 1;
}
.fb_bfaf article {
  margin: unset !important;
}
.fb_bfaf .box:nth-child(2) {
  display: grid;
  place-items: center;
  place-content: center;
}
.fb_bfaf .box:nth-child(2) i {
  display: block;
}
.fb_bfaf .box:nth-child(2) i:before {
  background-color: var(--arrowC);
  content: "";
  width: 5vmin;
  height: 10vmin;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
@media (max-width: 640px) {
  .fb_bfaf .box {
    flex-basis: 100%;
  }
  .fb_bfaf .box:nth-child(2) i {
    rotate: 90deg;
  }
}

header#global_header {
  min-width: unset;
  height: unset;
  margin-block: unset;
  margin-inline: auto;
}

:root {
  --PTdis: none;
  --PTAF: var(--btnAF);
  --PTbottom: 2vmin;
  --PTbottomTAB: calc(var(--btnH) - .25em );
  --headG:calc( 1.25vw - 0.5em);
  --innerPX: calc(var(--gap)*1 );
  --navPX: calc(var(--headG)*.5 );
  --itemPX: calc(var(--headG)*1 );
  --logoPX: calc(var(--headG)*1 );
  --itemG: calc(var(--headG)*1 );
  --innerG: calc(var(--headG)*1 );
  --logoH:calc(var(--head) - 1em );
  --head:160px;
  --head2:calc(var(--head)*2 );
  --Nhead:calc(var(--head)*-1 );
  --contMT:calc(var(--head)*1);
  --mvMT:calc(var(--head) * -1 );
  --mvImg:calc(100vh );
}
@media screen and (max-width: 1080px) {
  :root {
    --logoH:calc(var(--head) - 0.5em );
  }
}
@media screen and (max-width: 1080px) {
  :root {
    --headG: 1em;
    --logoPX: 0em;
    --head:96px;
    --initHead:var(--head);
  }
}
@media (max-width: 834px) {
  :root {
    --headG: 0.5em;
    --head:80px;
  }
}
@media (max-width: 640px) {
  :root {
    --head:64px;
  }
}

.fixPageTop .h_pagetop {
  --PTdis: block;
}

.noPageTop .h_pagetop {
  --PTdis: none;
}

@media (max-width: 834px) {
  html:has(.h_items.fix-tab) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
@media (max-width: 640px) {
  html:has(.h_items.fix-sp) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
@media (max-width: 834px) {
  #footer .f_main {
    padding-bottom: calc(var(--btnH) * 1.5) !important;
  }
}

.h {
  --navFZ: var(--inh);
  --navLH: 1.5;
  --navFW: inherit;
  --dropBG:var(--mc);
  --dropC:var(--wh);
  --SPnavBG: var(--wh);
  --SPnavFZ: clamp(16px,2vw,20px);
  --dropbtnBG:var(--un);
  --dropbtnBF:var(--tx);
  --spanC:var(--ac);
  --menuM:0em 0;
  --menuH:48px;
  --trans:0.6s;
  transition: 0s;
}
@media screen and (max-width: 1080px) {
  .h:is(#header) .h_logo {
    margin-right: auto;
  }
}
@media (max-width: 1080px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.8);
  }
}
.h:is(#header) .h_nav > ul li.drop > ul {
  min-width: 12em;
}
.h:is(#header) .h_nav > ul li.drop:after {
  top: calc(100% + var(--size) / 2);
  background-color: currentColor;
}
.h:has(.h_nav.__tate):is(html:has(.policy-wrap.active) *) {
  opacity: 0;
  pointer-events: none;
}
.h:has(.h_nav.__tate) nav.__tate {
  align-content: center;
  transition: var(--btnTR);
}
.h:has(.h_nav.__tate) nav.__tate > ul {
  align-items: start;
}
.h:has(.h_nav.__tate) nav.__tate > ul li {
  display: inline-block;
  writing-mode: vertical-rl;
  height: unset;
  text-align: left;
  transition: var(--btnTR);
  padding: calc(var(--headG) / 2);
}
.h:has(.h_nav.__tate) nav.__tate > ul li:hover {
  background-color: var(--bc);
}
.h:has(.h_nav.__tate) nav.__tate > ul li.drop {
  z-index: 1;
}
.h:has(.h_nav.__tate) nav.__tate > ul li.drop ul {
  right: 0;
  left: unset;
  transform-origin: right;
}
.h:has(.h_nav.__tate) nav.__tate > ul li.drop ul li {
  transition: var(--btnTR);
}
.h:has(.h_nav.__tate) nav.__tate > ul li.drop ul li:hover {
  background-color: var(--bc);
}
.h:has(.h_nav.__tate) nav.__tate > ul li.drop ul li {
  height: unset;
}
.h:has(.h_nav.__tate).trans .btn {
  background-color: color-mix(in srgb, var(--btnBG), transparent 30%);
}
.h:has(.h_nav.__tate).trans .btn:hover {
  background-color: var(--btnBG);
}
@media (max-width: 480px) {
  .h:has(.h_nav.__tate) .btn {
    --btnDir:column;
    --btnFZ:14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1080px) {
  .h:has(.h_nav.__tate) {
    top: 0;
    left: 0;
  }
}
.h:has(.h_nav.__tate) .h_inner {
  height: unset;
  background-color: unset;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .h:has(.h_nav.__tate) .h_inner {
    justify-content: space-between;
  }
}
.h:has(.h_nav.__tate) .h_logo {
  overflow: hidden;
}
.h:has(.h_nav.__tate) .h_items.fix-pc {
  flex-wrap: nowrap;
  bottom: var(--gap);
  right: var(--gap);
  box-shadow: 0 0 2px var(--mc);
}
@media screen and (max-width: 1080px) {
  .h:has(.h_nav.__tate) .h_items.fix-pc {
    flex-direction: row;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 834px) {
  .h:has(.h_nav.__tate) .h_items.fix-pc {
    flex-direction: row;
    width: 100%;
  }
  .h:has(.h_nav.__tate) .h_items.fix-pc > * {
    flex: 1;
    min-width: unset;
  }
}
.h.mvBottom {
  position: fixed;
  top: 0;
}
.h.mvBottom .h_inner {
  justify-content: center;
}
.h.mvBottom .nav li.logo {
  display: none;
}
@media screen and (max-width: 1080px) {
  .h.mvBottom {
    position: fixed;
    top: 0;
  }
  .h.mvBottom .h_nav:has(li.logo) {
    display: block;
  }
  .h.mvBottom .h_nav:has(li.logo) li:not(.logo) {
    display: none;
  }
}
.h.innerCol .h_inner, .h.nav100 .h_inner {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
}
@media screen and (max-width: 1080px) {
  .h.innerCol .h_inner, .h.nav100 .h_inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-block: unset;
  }
}
.h.innerCol .h_logo, .h.nav100 .h_logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .h.innerCol .h_logo, .h.nav100 .h_logo {
    position: unset;
  }
}
.h.innerCol .h_items, .h.nav100 .h_items {
  order: unset;
}
.h.innerCol .h_nav, .h.nav100 .h_nav {
  height: unset;
}
.h.leftSide {
  --headG:calc( 3vh);
  --innerPX:calc(var(--headG)*1 );
  --navFZ: 2.25vh;
  --btnW:calc(var(--head) - 3em );
  pointer-events: none;
  font-size: 1.8vh;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--head);
  height: 100vh;
  z-index: 1000;
}
.h.leftSide a {
  text-decoration: none;
}
.h.leftSide .h_logo {
  max-width: 100%;
  height: unset;
  margin-inline: unset;
  margin-bottom: auto;
  filter: var(--pxdsbc);
}
.h.leftSide .h_logo:is(.trans *) {
  scale: 0.75;
}
.h.leftSide .h_inner {
  background-color: var(--bk);
  padding-block: var(--innerPX);
  padding-inline: unset;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.4s;
  gap: 1em;
  pointer-events: none;
}
.h.leftSide .h_inner > * {
  pointer-events: all;
  transition: 0.6s;
}
.h.leftSide .h_items {
  --btnBG:var(--mc);
  --btnC:var(--wh);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.h.leftSide .h_items > * {
  padding-inline: var(--btnPX);
}
.h.leftSide .h_text {
  padding: var(--btnPX);
  line-height: calc(var(--btnH) / 2);
  flex: unset;
  font-size: 70%;
}
.h.leftSide .h_menu {
  position: fixed;
  inset: unset;
  right: 0.5em;
  top: 0.5em;
  --btnH: 5vh;
  display: grid;
  opacity: 0;
  pointer-events: none;
  filter: var(--pxdsbc);
}
.h.leftSide .h_nav {
  width: 100%;
  z-index: 1;
  padding-block: var(--headG);
}
.h.leftSide .h_nav hr {
  border-bottom: 1px solid var(--tx);
  margin-block: unset;
  width: 100%;
}
.h.leftSide .h_nav a {
  border-bottom: var(--un);
}
.h.leftSide .h_nav > ul {
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}
.h.leftSide .h_nav ul > li {
  height: unset;
  flex: 1;
  padding-inline: unset;
  padding-block: var(--headG);
}
.h.leftSide .h_nav ul > li > a {
  height: 100%;
}
.h.leftSide .h_nav ul > li > a img {
  display: inline-block;
}
.h.leftSide .nav {
  display: none;
}
.h.leftSide .nav .nav_inner > ul {
  padding-block: calc(var(--logoH) * 2) !important;
}
.h.leftSide:not(.home *), .h.leftSide.trans {
  width: 100%;
}
.h.leftSide:not(.home *) .h_menu, .h.leftSide.trans .h_menu {
  opacity: 1;
  pointer-events: all;
}
.h.leftSide:not(.home *).active .h_nav, .h.leftSide.trans.active .h_nav {
  opacity: 1;
  pointer-events: all;
}
.h.leftSide:not(.home *).active .h_inner, .h.leftSide.trans.active .h_inner {
  background-color: var(--innerBG);
}
.h.leftSide:not(.home *):not(.active) .h_nav, .h.leftSide.trans:not(.active) .h_nav {
  transition: 0s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .h.leftSide {
    width: 100%;
  }
  .h.leftSide:is(.active) .h_nav {
    opacity: 1;
    pointer-events: all;
  }
  .h.leftSide:is(.active) .h_inner {
    background-color: var(--bc);
  }
  .h.leftSide .focus_trap {
    display: none;
  }
  .h.leftSide .h_nav {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .h.leftSide .h_inner {
    padding-block: 1em 0;
    padding-inline: unset;
  }
  .h.leftSide .h_menu {
    right: 0;
    top: 0;
    --btnH: 4vh;
    opacity: 1;
    pointer-events: all;
  }
  .h.leftSide .h_items {
    flex-direction: row;
    padding-inline: unset;
  }
  .h.leftSide .h_items:is(#header *) .h_text {
    background-color: #fff;
  }
  .h.leftSide .h_items:is(#header *) .textlink {
    min-height: var(--btnH);
    padding-inline: var(--btnPX);
    font-size: var(--btnFZ);
    border-radius: var(--btnRad);
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: var(--btnG);
  }
  .h.leftSide.active .h_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.h.parallel .h_logo {
  margin: unset;
}
.h.parallel .h_inner {
  justify-content: center;
}
@media (max-width: 834px) {
  .h.parallel .fix-tab:is(#header *) > * {
    text-align: center;
  }
  .h.parallel .fix-tab:is(#header *) .textlink {
    font-size: calc(var(--btnH) * 0.3);
  }
}
.h.navColumnRight {
  --navgap:2vh;
}
.h.navColumnRight .h_inner {
  align-items: flex-end;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  .h.navColumnRight .h_inner {
    align-items: center;
    padding-bottom: unset;
  }
}
.h.navColumnRight .h_items {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  .h.navColumnRight .h_items {
    padding-bottom: unset;
  }
}
.h.navColumnRight .textlink:not(.__tel) {
  font-size: 1.25em;
}
.h.navColumnRight .textlink {
  font-size: 1.25em;
}
@media screen and (max-width: 1080px) {
  .h.navColumnRight .textlink {
    padding-block: 0.25em;
  }
}
.h.navColumnRight .h_nav {
  position: absolute;
  right: 0;
  top: var(--head);
  padding-block: var(--navgap);
}
.h.navColumnRight .h_nav > ul {
  flex-direction: column;
  align-items: flex-end;
  gap: var(--navgap);
}
.h.navColumnRight .h_nav:is(.trans *) {
  --tsW: 12px;
  --txshbk: 0 0 var(--tsW) var(--wh),0 0 var(--tsW) var(--wh),0 0 var(--tsW) var(--wh),0 0 var(--tsW) var(--wh);
}
.h.navColumnRight .h_nav:is(.trans *) a {
  color: var(--tx);
}
.h.navColumnRight .h_nav > ul li.drop ul {
  right: 0;
}
.h.navColumnRight .h_nav > ul li.drop ul a {
  justify-content: flex-end;
  padding-inline: var(--headG);
}
.h.navColumnRight .h_nav > ul li.drop ul {
  transform-origin: right;
  padding-block: 1em;
}
.h.navColumnRight .h_nav > ul li.drop ul li {
  display: grid;
  place-items: center end;
  place-content: center end;
  padding-inline: var(--headG);
}
.h.navColumnRight .h_nav > ul li.drop ul li a {
  padding-inline: unset;
}
.h.navBtn {
  --innerPX: calc(var(--un)*1 );
  --navPX: calc(var(--un)*.5 );
  --itemPX: calc(var(--un)*1 );
  --itemG: 0em;
  pointer-events: none;
}
.h.navBtn .h_inner {
  align-items: unset;
}
.h.navBtn .h_inner > * {
  pointer-events: all;
}
.h.navBtn .h_logo:is(a) {
  height: var(--btnH);
}
.h.navBtn .h_menu {
  --btnH: var(--head);
  --btnBG:var(--wh);
  background-color: var(--btnBG);
  border-radius: unset;
}
.h.navBtn .h_nav ul li {
  padding: unset;
}
.h.navBtn .h_nav ul a {
  height: 100%;
}
.h.navBtn .h_nav > ul li.drop::after {
  top: calc(100% - var(--size) - 0.5vh);
}
.h.menuPC .h_menu {
  display: grid;
}
.h.menuPC .h_nav {
  display: none;
}
.h.noFix {
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .h.noFix {
    position: fixed;
  }
}
.h.nav100 {
  --innerGap:calc(var(--head)*.14 );
}
@media screen and (max-width: 1080px) {
  .h.nav100 {
    --innerGap:0px;
  }
}
.h.nav100 .h_nav {
  height: unset;
  width: 100%;
}
.h.nav100 .h_nav > ul {
  display: grid;
  grid-auto-flow: column;
  place-content: stretch;
}
.h.navLeft .h_logo {
  margin-right: unset;
}
@media screen and (max-width: 1080px) {
  .h.navLeft .h_logo {
    margin-right: auto;
  }
}
.h.navLeft .h_nav {
  margin-right: auto;
}

.h {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 1000;
}
.h a {
  text-decoration: none;
}
.h_inner {
  background-color: var(--innerBG);
  background-image: var(--innerBGI);
  min-height: var(--head);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-block: var(--innerPY);
  padding-inline: var(--innerPX);
  gap: var(--innerG);
}
.h_logo {
  z-index: 100;
  margin-right: auto;
  transform-origin: 0 0;
  transition: none;
  max-width: 60%;
  display: grid;
  place-items: center;
  place-content: center;
  height: 100%;
  padding-inline: var(--logoPX);
}
.h_logo a {
  display: grid;
  place-items: center;
  place-content: center;
}
.h_logo img {
  display: inline-block;
  width: var(--logoW);
  max-width: 100%;
  max-height: var(--logoH);
}
.h_logo img.Expand {
  transform-origin: 0 0;
  transition: 1.2s ease-in;
  scale: 1;
}
.h_logo img.Expand:not(.trans *) {
  scale: 1.6;
}
@media (max-width: 1560px) {
  .h_logo img.Expand:not(.trans *) {
    scale: 1.4;
  }
}

.h_items {
  order: 1;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-inline: var(--itemPX);
  gap: var(--itemG);
}
.h_items.fix-pc {
  transition: 0.4s;
  padding: unset;
  gap: unset;
  position: fixed;
  bottom: 0;
  right: 0;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .h_items.fix-pc {
    bottom: 0;
  }
}
@media (max-width: 834px) {
  .h_items.fix-pc {
    width: 100%;
    flex: 1;
  }
  .h_items.fix-pc .textlink {
    height: var(--btnH);
    padding-inline: var(--btnPX);
    font-size: var(--btnFZ);
    font-size: var(--f24);
    border: var(--btnBD);
    border-radius: var(--btnRad);
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .h_items.fix-pc .textlink > * {
    font-size: 80%;
    margin-right: 0.5em;
  }
}
@media (max-width: 640px) {
  .h_items.fix-pc .textlink {
    line-height: calc(var(--btnH) / 2);
  }
  .h_items.fix-pc .textlink > * {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .h_items.fix-menu {
    flex-wrap: wrap;
    background-color: var(--innerBG);
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0px;
    padding: 0.5em;
    gap: 0.5em;
    border-top-left-radius: 10px;
    justify-content: flex-end;
  }
  .h_items.fix-menu .btn {
    margin-top: unset;
    border-radius: 10px;
  }
}
@media (max-width: 640px) {
  .h_items.fix-menu {
    --btnImg: 2em;
    border-top-left-radius: 0px;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .h_items.fix-tab {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0px;
    width: 100%;
    padding: 0.25em 0.25em;
    background-color: var(--innerBG);
  }
  .h_items.fix-tab > * {
    flex: 1;
    min-width: unset;
    padding-inline: 0.5em;
  }
}
@media (max-width: 640px) {
  .h_items.fix-sp {
    justify-content: flex-end;
    border-bottom: unset;
    border-top: 1px solid #ccc;
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0px;
    width: 100%;
    gap: 0em;
    --btnG:.0em;
    background-color: var(--innerBG);
  }
  .h_items.fix-sp > * {
    flex: 1;
    min-width: unset;
    --btnFZ:clamp(14px,2vw,18px);
  }
  .h_items.fix-sp > * + a {
    border-left: 1px solid #aaa;
  }
  .h_items.fix-sp .textlink {
    --btnH: var(--head);
    height: var(--btnH);
    height: 52px;
    text-align: right;
    line-height: calc(var(--btnH) / 4);
    padding-block: 0.5em;
    flex: unset;
    gap: 0;
  }
  .h_items.fix-sp a:has(> img) {
    flex: 0.4;
  }
  .h_items.fix-sp a:has(> img) img {
    margin-inline: auto;
  }
}
.h_items.fix-right {
  position: fixed;
  top: unset;
  bottom: var(--innerPX);
  right: var(--innerPX);
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
  --btnBG:var(--mc);
  --btnC:var(--wh);
  --btnFZ:var(--f22);
  --btnW:55px;
  --btnH:220px;
  --btnG:.25em;
  --btnRad:var(--radhalf);
  --btnJC:center;
  inset: 0 0 0 auto;
  margin: auto;
  flex-direction: column;
  justify-content: center;
}
.h_items.fix-right > * {
  writing-mode: vertical-rl;
}
.h_items.fix-right .btn {
  border-bottom: unset;
}
.h_items.fix-right .btn:after {
  display: none;
}
@media (max-width: 834px) {
  .h_items.fix-right {
    --btnH:calc(var(--head) - 10px );
    --btnFZ:var(--f20);
    flex-direction: row;
    border-bottom: unset;
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0px;
    width: 100%;
    padding: 0.25em 0.25em;
    gap: 0.25em;
  }
  .h_items.fix-right > * {
    writing-mode: unset;
    flex: 1;
  }
}
@media (max-width: 640px) {
  .h_items.fix-right .textlink {
    line-height: calc(var(--btnH) / 2);
  }
  .h_items.fix-right .textlink > * {
    display: block;
  }
}
@media (max-width: 834px) {
  .h_items.tab-icon a:is(#header *) {
    font-size: 0px;
    aspect-ratio: 1;
  }
  .h_items.tab-icon a:is(#header *) i:before {
    font-size: calc(var(--head) / 2);
  }
}

.h_nav {
  font-size: var(--navFZ);
  line-height: var(--navLH);
  font-weight: var(--navFW);
  --liPY:calc(var(--headG)/1 );
  --aPY:var(--un);
  --aPX:var(--un);
  --spanFZ:75%;
  --spanFW:700;
  --spanFF:var(--eng);
  --navTRT:var(--trans);
  z-index: 1;
  padding: 20px var(--navPX);
  border: 1px solid var(--wh);
  border-radius: 10px;
  transition: 0.4s;
}
.h_nav.a-chev > ul > li > a::after {
  content: "\f105";
  margin-inline-start: 0.25em;
  font-family: var(--icon);
  font-weight: 900;
  color: var(--ac);
}
.h_nav::-webkit-scrollbar {
  width: 0px;
}
@media screen and (max-width: 1080px) {
  .h_nav {
    display: none;
  }
}
.h_nav > ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.h_nav > ul > li {
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  padding-inline: var(--liPY);
}
.h_nav > ul > li.__sub {
  display: none;
}
.h_nav > ul > li:has(span) {
  --liPY:calc(var(--headG)/2);
}
.h_nav > ul > li:has(span) > a:is(#header *) {
  --aPY:calc(var(--headG)/2);
  display: grid;
  place-items: center;
  place-content: center;
}
.h_nav > ul > li:has(span) span {
  transition: var(--trt);
  color: var(--spanC);
  font-size: var(--spanFZ);
  font-weight: var(--spanFW);
  font-family: var(--Eng);
}
.h_nav > ul a {
  padding-inline: var(--aPY);
  padding-block: var(--aPX);
  transition: var(--navTRT);
  vertical-align: sub;
  text-align: left;
  color: var(--bk);
}
.h_nav > ul li.drop {
  --size:7.5px;
  will-change: transform;
}
.h_nav > ul li.drop::after {
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  background-color: var(--cur);
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  top: calc(100% + var(--size) * 1);
  left: 50%;
  translate: -50%;
  transition: 0.4s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
@media screen and (max-width: 1080px) {
  .h_nav > ul li.drop::after {
    display: none;
  }
}
.h_nav > ul li.drop ul {
  position: absolute;
  top: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  scale: 0 1;
  opacity: 0;
  background-color: var(--dropBG);
  transition: var(--navTRT);
}
.h_nav > ul li.drop ul li {
  position: relative;
  height: 3em;
}
.h_nav > ul li.drop ul a {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5em;
  white-space: nowrap;
}
.h_nav > ul li.drop ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--dropC);
}
.h_nav > ul li.drop .dropbtn {
  display: none;
}
.h_nav .focus_trap {
  display: none;
}
.h_nav li.drop:hover ul {
  pointer-events: all;
  scale: 1 1;
  opacity: 1;
}
.h_nav li.drop ul:hover {
  pointer-events: all;
  scale: 1 1;
}
.h_nav li.drop ul:has(a:focus) {
  scale: 1 1;
  opacity: 1;
}

.h_pagetop {
  display: var(--PTdis);
  mix-blend-mode: difference;
  position: fixed;
  bottom: var(--PTbottom);
  right: var(--PTbottom);
  z-index: 1000;
  opacity: 0;
  transition: 0.4s;
}
.h_pagetop:is(.h_items *) {
  position: unset;
  mix-blend-mode: unset;
  margin-top: 0.75em;
}
@media screen and (max-width: 1080px) {
  .h_pagetop {
    mix-blend-mode: unset;
  }
}
@media (max-width: 834px) {
  .h_pagetop {
    bottom: var(--PTbottomTAB);
  }
}
.h_pagetop:is(html:has(.h.trans) *) {
  opacity: 1;
  pointer-events: all;
}
.h_pagetop:is(html:has(.h_items.fix-pc) *) {
  bottom: calc(var(--btnH) * 2 + var(--PTbottom));
}

.h_pagetop a {
  display: block;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-weight: var(--btnAFFW);
  font-family: var(--btnIFF);
  font-size: 2em;
}
.h_pagetop a:before {
  color: var(--ac);
  background-color: var(--un);
  content: var(--PTAF);
  width: 2em;
  height: 2em;
  border-radius: 1000px;
  border: var(--line);
  display: grid;
  place-items: center;
  place-content: center;
  padding-bottom: 0.05em;
  rotate: -90deg;
}
.h_pagetop a img:is(#header *) {
  width: 4em;
  height: 4em;
}

.h_fix {
  order: 1;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  gap: 0.5em;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .h_fix {
    flex-direction: row;
    top: unset;
    bottom: 0;
    right: 0px;
    width: 100%;
    padding: 0.25em 0.25em;
    gap: 0.25em;
  }
}
.h_fix:is(html:has(.f.show) *) {
  opacity: 0;
  pointer-events: none;
}
.h_fix .__w100 {
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.h_fix .__img {
  flex-direction: row;
  gap: 1em;
  justify-content: space-around;
}
.h_fix .__img span {
  display: block;
  color: var(--spanC);
}
@media (max-width: 834px) {
  .h_fix {
    width: 100%;
  }
  .h_fix .__img {
    gap: 1em;
    justify-content: center;
    --btnImg: calc(var(--btnH)* .64);
  }
  .h_fix .__img span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .h_fix > *:not(.__w100) {
    flex: 1;
    min-width: unset;
  }
  .h_fix .btn.__line {
    flex: 0.5;
  }
  .h_fix .iconbtn {
    flex: unset;
    padding-inline: 0.5em;
    scale: 1.3;
  }
  .h_fix .iconbtn i {
    font-size: var(--btnH);
  }
  .h_fix .textlink {
    height: var(--btnH);
    padding-inline: var(--btnPX);
    font-size: var(--btnFZ);
    font-size: var(--f24);
    border: var(--btnBD);
    border-radius: var(--btnRad);
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .h_fix .textlink > * {
    font-size: 80%;
    margin-right: 0.5em;
  }
}

.h_menu {
  display: none;
  --bargap:calc(var(--btnH) * .11 );
  --dotW:calc(var(--btnH) * .125 );
  --menuBG:var(--un);
  --spanW:55%;
  --spanH:2px;
  --spanR:unset;
  --menuRad:0px;
  place-items: center;
  width: var(--menuH);
  height: var(--menuH);
  margin-inline: var(--menuM);
  border-radius: var(--menuRad);
  flex-shrink: 0;
  order: 2;
  z-index: 1000;
  transition: 0.4s;
  background-color: var(--menuBG);
  position: relative;
  aspect-ratio: 1;
  --btnBG:var(--mc);
}
@media screen and (max-width: 1080px) {
  .h_menu {
    display: grid;
  }
}
.h_menu.burger > span {
  grid-area: 1/1;
  width: var(--spanW);
  height: var(--spanH);
  background-color: var(--spanC);
  border-radius: var(--spanR);
  transition: 0.4s;
}
.h_menu.burger .bar1 {
  translate: 0 calc(-1 * var(--bargap));
}
.h_menu.burger .bar3 {
  translate: 0 var(--bargap);
}
.h_menu.burger .bar2 {
  translate: 0 0px;
}
.h_menu.burger .bar2.tate {
  rotate: 90deg;
}
.h_menu.burger:hover > span {
  scale: 1.03;
}
.h_menu.burger.active .bar2 {
  scale: 1 1;
}
.h_menu.burger.active .bar2.tate {
  scale: 0 1;
}
.h_menu.burger.active .bar1 {
  translate: 0;
  rotate: 40deg;
}
.h_menu.burger.active .bar2 {
  scale: 0;
}
.h_menu.burger.active .bar3 {
  translate: 0;
  rotate: -40deg;
}
.h_menu.dots > span {
  grid-area: 1/1;
  width: var(--dotW);
  aspect-ratio: 1;
  background-color: var(--spanC);
  transition: 0.2s;
  border-radius: 999px;
}
.h_menu.dots > span:is(:has(.char) *) {
  transform: translateY(calc(var(--bargap) * -0.5));
}
.h_menu.dots .char {
  width: var(--un);
  aspect-ratio: unset;
  background-color: var(--un);
  border-radius: unset;
  transition: 0.2s;
  translate: 0 calc(var(--bargap) * 1.5);
  font-family: var(--hff);
  font-size: 12px;
  color: var(--spanC);
}
.h_menu.dots .dot1 {
  translate: calc(-1 * var(--bargap)) 0;
  transform-origin: left;
}
.h_menu.dots .dot2 {
  translate: 0 0px;
}
.h_menu.dots .dot3 {
  translate: var(--bargap) 0;
  transform-origin: right;
}
.h_menu.dots .bar2 {
  width: calc(var(--bargap) * 2 + var(--dotW));
  height: var(--dotW);
  scale: 1 0;
}
.h_menu.dots .bar2.tate {
  rotate: 90deg;
}
.h_menu.dots .bar2.tate:is(:has(.char) *) {
  transform: translateX(calc(var(--bargap) * -0.5));
}
.h_menu.dots:hover .bar2 {
  scale: 1 1;
  opacity: 1;
}
.h_menu.dots:hover .char {
  opacity: 0;
}
.h_menu.dots:hover:is(#header :has(.char)) > * {
  transform: none;
}
.h_menu.dots.active:is(#header :has(.char)) > * {
  transform: none;
}
.h_menu.dots.active .dot2 {
  scale: 0;
}
.h_menu.dots.active .bar2 {
  scale: 1 1;
}
.h_menu.dots.active .bar2.tate {
  scale: 0 1;
}
.h_menu.dots.active .char {
  opacity: 0;
}
.h_menu:focus {
  outline-color: transparent;
}
.h_menu:active {
  scale: 1.12;
}

.nav {
  font-weight: 500;
  --SPnavPY: 1.25em;
  --SPnavPX: .5em;
  --dropbtnH: calc(1em + var(--SPnavPY)*2.25);
  --spanC: var(--mc);
  --spanFZ: var(--inh);
  --spanFW: 700;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.nav li {
  transition: 0.4s;
  filter: blur(var(--bw));
  opacity: 0;
  translate: 0 var(--bw);
}
.nav li:is(.nav.show li:nth-child(1)) {
  transition-delay: 0s;
}
.nav li:is(.nav.show li:nth-child(2)) {
  transition-delay: 0.05s;
}
.nav li:is(.nav.show li:nth-child(3)) {
  transition-delay: 0.1s;
}
.nav li:is(.nav.show li:nth-child(4)) {
  transition-delay: 0.15s;
}
.nav li:is(.nav.show li:nth-child(5)) {
  transition-delay: 0.2s;
}
.nav li:is(.nav.show li:nth-child(6)) {
  transition-delay: 0.25s;
}
.nav li:is(.nav.show li:nth-child(7)) {
  transition-delay: 0.3s;
}
.nav li:is(.nav.show li:nth-child(8)) {
  transition-delay: 0.35s;
}
.nav li:is(.nav.show li:nth-child(9)) {
  transition-delay: 0.4s;
}
.nav.show {
  visibility: visible;
  pointer-events: all;
}
.nav.show li {
  opacity: 1;
  --bw:0px;
}
.nav .focus_trap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5333333333);
  z-index: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.nav .focus_trap:is(.show .focus_trap) {
  opacity: 1;
  visibility: visible;
}
.nav .focus_trap.__cross {
  background-image: linear-gradient(-45deg, transparent, transparent calc(50% - 1px), var(--bk) 50%, transparent calc(50% + 1px)), linear-gradient(45deg, transparent, transparent calc(50% - 1px), var(--bk) 50%, transparent calc(50% + 1px));
  position: fixed;
  top: 0;
  right: 0;
  transform: none !important;
  width: calc(100vw - var(--head));
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.nav .focus_trap.__cross:is(.active *) {
  visibility: visible;
  opacity: 1;
}
.nav_inner {
  height: 100%;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transition: var(--navTRT);
  display: grid;
}
.nav_inner::-webkit-scrollbar {
  width: 0px;
}
.nav_inner > * {
  grid-area: 1/1;
  height: calc(100% + 0px);
}
.nav_inner > ul {
  background: var(--SPnavBG);
  position: relative;
  z-index: 1;
  transition: var(--navTRT);
  padding: calc(var(--inline) * 1);
  padding-block: calc(var(--head) * 1.5);
  width: 50%;
  margin-left: auto;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  height: calc(100% + 1px);
}
.nav_inner > ul::-webkit-scrollbar {
  width: 0px;
}
@media screen and (max-width: 1080px) {
  .nav_inner > ul {
    width: 66%;
  }
}
@media (max-width: 834px) {
  .nav_inner > ul {
    width: 100%;
  }
}
.nav_inner > ul.show {
  opacity: 1;
  visibility: visible;
}
.nav_inner > ul > li {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
.nav_inner > ul > li.__sub {
  display: none;
  visibility: hidden;
}
.nav_inner > ul > li.lastitem {
  display: none;
}
.nav_inner > ul a {
  transition: 0.4s;
  font-size: var(--SPnavFZ);
  padding: var(--SPnavPY) var(--SPnavPX);
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-inline: auto;
}
.nav_inner > ul a span {
  color: var(--spanC);
  font-weight: var(--spanFW);
  font-size: var(--spanFZ);
  margin-inline-end: 0.75em;
  font-family: var(--cor);
}
.nav_inner > ul a.droplink {
  flex: 1;
}
.nav_inner > ul a.nopointer {
  cursor: pointer;
}
.nav_inner li.drop {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nav_inner li.drop:has(.dropbtn) {
  padding-right: var(--h);
}
.nav_inner li.drop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  transition: 0.4s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
  display: none;
}
.nav_inner li.drop ul {
  width: 100%;
  overflow: hidden;
  transition: 0.6s;
}
.nav_inner li.drop li {
  padding: unset;
  scale: 1;
  transition: 0.4s;
  width: 100%;
  margin: unset;
  height: unset;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
}
.nav_inner li.drop li > a {
  padding-block: 0;
  width: 100%;
}
.nav_inner li.drop li > a:is(#header *) {
  transition: 0.4s;
}
.nav_inner li.drop li:is(ul.show > *) {
  grid-template-rows: 1fr;
}
.nav_inner li.drop li:is(ul.show > *) a {
  padding-block: var(--SPnavPY);
}
.nav_inner .dropbtn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--dropbtnBG);
  width: var(--dropbtnH);
  height: var(--dropbtnH);
  display: grid;
  place-items: center;
  align-self: center;
}
.nav_inner .dropbtn:after, .nav_inner .dropbtn:before {
  content: "";
  display: block;
  grid-area: 1/1;
  width: 33%;
  height: 2px;
  background-color: var(--dropbtnBF);
  transition: 0.4s;
}
.nav_inner .dropbtn:after {
  rotate: 90deg;
}
.nav_inner .dropbtn:focus {
  outline-color: transparent;
}
.nav_inner .dropbtn:active {
  scale: 1.05;
}
.nav_inner .dropbtn.active:after {
  rotate: 360deg;
}

:is(.h, .f) [class*=li-bd]:not(.nav) {
  height: unset;
}
:is(.h, .f) [class*=li-bd]:not(.nav) > ul > li {
  --line: 1px solid var(--cur);
  padding-inline: var(--headG);
  line-height: 1.3;
}
:is(.h, .f) .li-bdInline > ul > li {
  border-inline: var(--line);
}
:is(.h, .f) .li-bdInline > ul > li + li {
  margin-inline-start: -1px;
}
:is(.h, .f) .li-bdL > ul > li {
  padding-inline: var(--headG) 0;
}
:is(.h, .f) .li-bdL > ul > li + li {
  border-left: var(--line);
}
:is(.h, .f) .li-bdR > ul > li {
  padding-inline: 0 var(--headG);
  border-right: var(--line);
}

:is(.h, .f) [class*=li-slash]:not(.nav) {
  height: unset;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li {
  line-height: 1;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li:first-child:before {
  display: none;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li > * {
  line-height: 1.2;
  gap: 0.5em;
  place-items: start;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li > *:before {
  content: "/";
  inset: unset;
  left: 0em;
  background-color: unset;
  color: inherit;
  font-size: 1.5em;
  font-weight: 100;
  margin-right: 0.25em;
}
:is(.h, .f) [class*=li-slash]:not(.nav) > ul > li.drop a {
  place-items: center;
}

.bfChevron a:before {
  content: "\f105";
  font-family: var(--icon);
  font-weight: var(--btnAFFW);
  color: var(--sc);
  font-size: 0.75em;
  margin-right: 0.25em;
}

.h_nav:is(.trans *) {
  background-color: var(--wh);
}

footer#global_footer {
  min-width: unset;
  height: unset;
  margin-block: unset;
  margin-inline: auto;
  position: relative;
}
footer#global_footer:is(html:has(.bgFix) *) {
  z-index: 1;
}

#footer .f_logo {
  width: unset;
}
#footer address {
  display: inline-block;
  font-size: var(--f14);
}
#footer .f_right {
  display: flex;
  flex-wrap: wrap;
}
#footer .f_copy {
  margin-top: auto;
}
#footer .f_nav {
  --gap:1em;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 960px) {
  #footer .f_nav {
    flex-direction: column;
  }
}
#footer .f_nav ul {
  gap: 0.5em 0em;
  font-size: var(--f18);
  font-weight: var(--hfw);
  line-height: 2.5;
}
#footer .f_nav ul li {
  padding-inline: 0;
  padding-block: 0.1em;
}
#footer .f_nav ul a:hover {
  color: var(--ac);
}
#footer .f_main {
  background-size: auto;
  gap: var(--wrapperPY) var(--gap);
  background-color: var(--bc) !important;
}
#footer .f_main > * {
  margin-top: unset;
  width: calc(50% - var(--gap) / 2);
}
@media (max-width: 960px) {
  #footer .f_main > *:is(#footer *) {
    flex-basis: 100%;
  }
  #footer .f_main iframe {
    min-height: 30vh;
  }
}
#footer .f_info {
  padding-right: 1em;
}
@media (max-width: 960px) {
  #footer .f_info {
    padding-right: unset;
    margin-right: auto;
  }
}
#footer .f_info > * + * {
  margin-top: 1em;
}
#footer .f_info p:has(> a) {
  gap: 0px;
  justify-content: flex-start;
}
#footer .f_info p:has(> a) .btn {
  min-width: 10em;
  max-width: 50%;
  flex: 1;
  letter-spacing: unset;
  gap: 0.25em;
}

.f_infotext {
  font-size: var(--f20);
}

.f {
  position: relative;
  overflow: hidden;
}
.f > * {
  position: relative;
  z-index: 1;
}
.f * {
  max-width: 100%;
}
.f a:is(a) {
  text-decoration: none;
  display: inline-block;
}
.f_main {
  padding-block: var(--wrapperPY);
  display: flex;
  flex-wrap: wrap;
}
.f .f_row {
  display: flex;
  padding: 1.5%;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 834px) {
  .f .f_row {
    flex-direction: column;
    padding: var(--inline);
  }
}
.f .f_column {
  display: flex;
  flex-direction: column;
}
.f .f_column > .f_column {
  padding-block: var(--block5);
}
@media (max-width: 960px) {
  .f .f_column > .f_column {
    padding-inline: var(--inline);
  }
}
.f_copy:is(#footer *).__w100 {
  width: 100%;
  flex: unset;
}
.f_copy:is(#footer *).__left {
  text-align: left;
}
.f_copy:is(#footer *).__center {
  text-align: center;
}
.f_copy:is(#footer *).__right {
  text-align: right;
  margin-left: auto;
}
.f_nav {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.f_nav ul {
  flex-wrap: wrap;
  gap: 1.25em 0em;
}
.f_nav ul:is(.__center *) {
  justify-content: center;
}
.f_nav ul:is(.__right *) {
  justify-content: flex-end;
}
.f_nav li {
  padding-inline: 0 1.5em;
}
.f_nav li > span {
  pointer-events: none;
  background-image: none;
  color: var(--sc50);
  font-weight: 700;
}
.f_nav li > span i {
  margin-inline: 0.5em;
}
.f_nav li > span:before {
  display: none;
}
.f_nav li > span:after {
  content: "\f105";
  background-color: unset;
}
.f_nav a {
  display: block;
}
.f_nav a.nopointer {
  pointer-events: none;
  background-image: none;
  color: #888;
}
.f_nav a.nopointer i {
  margin-inline: 0.5em;
}
.f_nav a.nopointer:before {
  display: none;
}
.f_nav a.nopointer:after {
  content: "\f105";
  background-color: unset;
  margin-left: 0.25em;
}
.f .f_tbl {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: bold;
  line-height: 1.25;
}
.f .f_tbl tr + tr {
  border-top: 1px solid #ddd;
}
.f .f_tbl td {
  text-align: center;
  padding: 20px;
  border: none;
}
@media (max-width: 480px) {
  .f .f_tbl td {
    padding: 10px;
  }
}
.f .f_tbl tr:not(:first-of-type) td:not(:first-of-type) {
  scale: 1.8;
}
.f .f_tbl .marks td {
  color: var(--mc);
}
.f_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.f_logo img {
  display: inline-block;
  max-width: var(--logoW);
  width: 100%;
}
.f_map:is(#footer *) {
  overflow: hidden;
}
.f_map:is(#footer *) iframe {
  display: block;
  width: 100%;
}
.f_nav-column {
  display: flex;
  gap: 1em 6vmin;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.f_nav-column.__left {
  text-align: left;
}
.f_nav-column.__right {
  text-align: right;
  justify-content: flex-end;
}
.f_nav-column ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  line-height: 1.5;
}
.f_nav-column ul a {
  display: block;
}
.f_nav-column ul li span {
  color: #aaa;
}
.f_nav-column ul.borderL {
  border-left: 1px dashed #aaa;
}
.f_nav-column .nopointer {
  background-image: unset;
}
.f_nav-column .nopointer::after {
  margin-left: 0.5em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  transition: 0.4s;
  clip-path: polygon(0 20%, 100% 20%, 50% 90%);
}
.f_bottom, .f_top {
  display: flex;
  flex-wrap: wrap;
}

.footer_address {
  text-align: left;
}

body {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

:is(p:not(:has(> a)), h1, h2, h3, h4, h5) time {
  font-size: var(--bodyFZ);
  color: var(--ac);
  display: block;
  margin-bottom: 0.5em;
  padding: 4px;
  border-radius: 4px;
  display: inline-block;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5) u {
  --bdc:var(--gr);
  text-decoration: underline;
  text-decoration-color: var(--bdc);
  text-decoration-thickness: 4px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5) i[class*=la] {
  display: inline-block;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5) i[class*=la]:before {
  font-family: var(--icon);
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) {
  position: relative;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) i {
  font-family: var(--subFF);
  font-weight: var(--subFW);
  word-break: break-word;
  letter-spacing: 0em;
  font-size: var(--h1FZ);
  line-height: 1;
  color: var(--ac);
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) i:is(.txwh), :is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) i:is(.txwh *) {
  color: var(--wh);
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) .la, :is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(i:not([class*=la])) .las {
  margin-inline: var(--btnG);
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(> img) img {
  width: 2em !important;
  height: 2em !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.125em;
  -o-object-fit: contain;
     object-fit: contain;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(small) small {
  color: var(--subC);
  font-weight: var(--subFW);
  font-family: var(--subFF);
  font-size: 90%;
  letter-spacing: 0.025em;
  text-align: inherit;
  display: block;
}
:is(p:not(:has(> a)), h1, h2, h3, h4, h5):has(small) small:is(.title1 *) {
  margin-bottom: unset;
}

:where(section, form) :where(figure, img) {
  border-radius: var(--rad);
}

[class*=_slide]:not(.mv_slide) {
  overflow: visible;
  --arrowContent: var(--btnAF);
  --arrowContent: "";
  --arrowinset: calc(100% + var(--gap));
  --arrowinset: 1em;
  --arrowBG: var(--un);
  --arrowR: 999px;
  --arrowFZ: max(16px,3vmin);
  --arrowW: 2em;
  --arrowC: var(--wh);
  --dot: 20px;
}
[class*=_slide]:not(.mv_slide) .slick-dotted.slick-slider {
  margin-bottom: unset;
}
[class*=_slide]:not(.mv_slide) .arrows:is(#contents div) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + var(--block3));
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border-bottom: none;
}
@media (max-width: 1320px) {
  [class*=_slide]:not(.mv_slide) {
    --arrowinset: .75em;
    --arrowW: 2em;
  }
}
[class*=_slide]:not(.mv_slide) .slick-prev {
  right: unset;
  left: var(--arrowinset);
  z-index: 1;
}
[class*=_slide]:not(.mv_slide) .slick-next {
  left: unset;
  right: var(--arrowinset);
  z-index: 1;
}
[class*=_slide]:not(.mv_slide) .slick-prev, [class*=_slide]:not(.mv_slide) .slick-next {
  background-color: var(--arrowBG);
  border-radius: var(--arrowR);
  font-size: var(--arrowFZ);
  width: var(--arrowW);
  height: var(--arrowW);
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}
[class*=_slide]:not(.mv_slide) .slick-prev:is(.noText *), [class*=_slide]:not(.mv_slide) .slick-next:is(.noText *) {
  top: 50%;
}
@media (max-width: 480px) {
  [class*=_slide]:not(.mv_slide) .slick-prev, [class*=_slide]:not(.mv_slide) .slick-next {
    display: none !important;
  }
}
[class*=_slide]:not(.mv_slide) .slick-prev:before, [class*=_slide]:not(.mv_slide) .slick-next:before {
  color: var(--arrowC);
  font-size: inherit;
  font-family: var(--icon);
  display: inline-block;
  content: var(--arrowContent);
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-right: var(--line);
  border-top: var(--line);
  rotate: 45deg;
}
[class*=_slide]:not(.mv_slide) .slick-prev:before {
  rotate: -135deg;
}
[class*=_slide]:not(.mv_slide):has(.slick-dots):not(.noDot) {
  padding-block-end: calc(var(--dot) * 1);
  top: 105%;
}
[class*=_slide]:not(.mv_slide) .slick-dots li {
  width: var(--dot);
  height: var(--dot);
}
[class*=_slide]:not(.mv_slide) .slick-dots li button {
  width: var(--dot);
  height: var(--dot);
}
[class*=_slide]:not(.mv_slide) .slick-dots li button:before {
  position: unset;
  font-size: calc(var(--dot) / 2);
}
[class*=_slide]:not(.mv_slide) .slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}
[class*=_slide]:not(.mv_slide) .buttons {
  display: flex;
  justify-content: center;
}
[class*=_slide]:not(.mv_slide) .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}
[class*=_slide]:not(.mv_slide) .buttons .button:hover {
  cursor: pointer;
  background-color: var(--ac);
  color: #fff;
  transition: all 300ms ease;
}
[class*=_slide]:not(.mv_slide) .slick-dots li.slick-active button:before {
  color: var(--mc);
}
[class*=_slide]:not(.mv_slide) .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  top: 100%;
  display: flex;
  justify-content: center;
}
[class*=_slide]:not(.mv_slide) .slick-dots li button {
  outline: none !important;
}

.sheet {
  background-color: var(--ac10);
}
.sheet + .sheet,
.sheet + .board {
  margin-top: 30px;
}

.board {
  border-width: 1px;
  border-radius: var(--rad);
}
.board + .sheet,
.board + .board {
  margin-top: 30px;
}
.board::before {
  display: none;
}

p:has(> a) {
  justify-content: center;
}

.bg_fix {
  background-size: cover;
}

:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) img:is(#contents *) {
  width: 100% !important;
  border-radius: 20px;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:has(.veil), :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:is(.fancybox *) {
  overflow: visible;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:has(.veil) figure img, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:is(.fancybox *) figure img {
  transition: 0.4s;
  will-change: scale;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:has(.veil):hover img, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:is(.fancybox *):hover img {
  scale: 1.04;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box {
  margin-top: unset;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box article {
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
  border-radius: var(--rad);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box article > div:empty {
  display: none;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box article > a {
  color: inherit;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box article > a > div:empty {
  display: none;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box div {
  flex: unset;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box div div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--wh);
  border-radius: 10px;
  padding: 25px 16px 16px 50px;
}
@media (max-width: 500px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box div div {
    padding-inline: 10px;
    padding-block: 5px;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) .box:has(.veil):hover img {
  scale: 1.03;
  opacity: 0.9;
}
@media (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) > * {
    flex: 0 0 calc(50% - var(--gap) / 2);
  }
}
@media (max-width: 480px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix):not(.brSplit-li, .__icon) > * {
    flex: 0 0 100%;
  }
}

:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia {
  margin-block: -10%;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box {
  position: relative;
  padding: 33px;
  border: 1px solid var(--ac);
  border-radius: 0 20px 0 20px;
  background-color: var(--wh);
}
@media screen and (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__dia .box {
    flex-basis: 100%;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer p {
  margin-bottom: unset;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box:has(.veil), :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box:is(.fancybox *) {
  transition: var(--btnTR);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box:has(.veil):hover, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box:is(.fancybox *):hover {
  color: var(--mc) !important;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box > article {
  border: var(--line);
  display: grid;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box > article figure {
  height: 100%;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box > article img:is(#contents *) {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer .box > article > div:not(:empty) {
  z-index: 10;
  margin-top: unset;
  padding: var(--gap);
  align-content: center;
}
@media (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__layer > * {
    flex: 0 0 100%;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon {
  --w:6em;
  text-align: center;
}
@media (max-width: 640px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon {
    --w:4em;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon figure {
  min-height: var(--w);
  align-content: center;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon img:is(#contents *) {
  max-width: var(--w);
  max-height: var(--w);
  margin: auto;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon .box {
  padding: 1.5em 1em;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon .box a {
  font-family: var(--Eng);
  font-size: var(--PFZ);
  font-weight: 700;
  color: var(--ac);
  line-height: 2;
  padding-inline: 1em;
  display: inline-block;
  will-change: scale;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__icon .box a:hover {
  scale: 1.1;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).box-wh .box {
  border: var(--line);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).box-wh .box article {
  gap: 1em;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).box-wh .box article > div {
  padding: 0em;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).box-wh .box img:is(#contents *) {
  transform-origin: bottom;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__row article {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 480px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__row article {
    flex-direction: column;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__row figure {
  max-width: 300px;
}
@media (max-width: 480px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__row figure {
    max-width: 100%;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 h1, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 h2, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 h3, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 h4, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 h5, :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 p {
  font-weight: 700;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 figure {
  order: 1;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 .box article:has(.veil) {
  transition: 0.4s !important;
  will-change: filter;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 .box article:has(.veil):hover {
  filter: var(--btnHover);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 .box {
  padding: 1.5em;
}
@media (max-width: 960px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).img-o1 .box {
    padding: 0.75em;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix):where(.home *) {
  justify-content: center;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift {
  align-items: flex-start;
  justify-content: unset;
  --shift:calc(var(--boxHeight)/2);
  --shift2:calc(var(--shift)*2);
  --Nshift:calc(var(--shift)*-1);
  --Nshift2:calc(var(--shift)*-2);
  gap: var(--gap);
  margin-top: var(--Nshift);
}
@media (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift {
    margin-top: unset;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift article {
  gap: 0;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box:is(#contents *) {
  overflow: visible;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box article {
  gap: 0;
  height: unset;
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box:nth-child(even) {
  margin-block: var(--shift) var(--Nshift);
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box:last-child {
  margin-bottom: unset;
}
@media (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box:nth-child(even) {
    margin-block: unset;
  }
}
@media (max-width: 834px) {
  :is(.card2, .card3, .card4, .card5, .cardflex, .cardfix).__shift .box:is(#contents *) {
    flex: 0 0 100%;
  }
}
:is(.card2, .card3, .card4, .card5, .cardflex, .cardfix) h3 {
  margin: 5% 0;
  font-weight: 500;
}

.mv {
  justify-content: center;
  margin-top: var(--mvMT);
  position: relative;
  display: flex;
  flex-direction: column;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: unset;
}
.mv.__framed {
  padding-inline: var(--gap);
}
.mv.__framed > .mv_slide {
  border-radius: var(--rad2);
  overflow: hidden;
}
.mv.__framed > .mv_it {
  left: var(--gap);
  right: var(--gap);
}

.mv .dotCover:after {
  display: block !important;
  content: "";
  inset: 0;
  --col:var(--wh50);
  --size:4px;
  --pos:0px;
  background: repeating-radial-gradient(var(--col), var(--col) var(--pos), transparent calc(var(--pos) + 1px), transparent) repeat center/var(--size) var(--size);
}
.mv:has(.bg_slide) {
  min-height: var(--mvImg);
}
.mv_switch {
  z-index: 1;
  --jsBlur:0px;
  transition: 0.6s 0.4s;
  transform-origin: center bottom;
  overflow: hidden;
  height: 100%;
  transition: 1s;
}
.mv_switch.hide {
  opacity: 0;
  visibility: hidden;
}
.mv_switch:after {
  display: none;
}
.mv_switch.__fixed {
  position: fixed;
  inset: 0;
}
.mv_switch img {
  margin: unset;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: var(--mvImg);
}
@media (max-width: 834px) {
  .mv_switch img {
    height: calc(var(--mvImg) / 2) !important;
    width: unset !important;
  }
}
.mv_switch .slick-slide {
  height: 100%;
  outline: none;
  pointer-events: none;
}
.mv_switch .slick-slide > ul {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.mv_switch .slick-slide > ul > li {
  max-width: 85%;
}
.mv_switch .slick-slide > ul > li:nth-child(even) {
  margin-top: auto;
}
@media (max-width: 834px) {
  .mv_switch .slick-slide > ul {
    flex-direction: column !important;
  }
  .mv_switch .slick-slide > ul > li:nth-child(odd) {
    margin-left: auto;
  }
}
.mv_switch .card2, .mv_switch .ul_card2 > ul {
  --gap:0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .mv_switch .card2, .mv_switch .ul_card2 > ul {
    flex-direction: column !important;
  }
  .mv_switch .card2 > *, .mv_switch .ul_card2 > ul > * {
    width: 100% !important;
  }
}
.mv_switch .slick-list {
  height: 100%;
}
.mv_switch .slick-track {
  display: flex;
  height: 100%;
  gap: unset;
}
.mv_switch .slick-slide {
  padding-inline: unset;
  margin: unset;
}

.mv_it {
  pointer-events: none;
  background: no-repeat 100% 100%/100% auto;
  position: absolute;
  left: calc(var(--in1200));
  line-height: 1.4;
  font-size: clamp(16px, 3vw, 30px);
  align-content: end;
  max-width: calc(100% - var(--inline2));
  z-index: 10;
  background-color: var(--wh);
  border-radius: 20px 20px 0 0;
  bottom: 0;
  letter-spacing: var(--hls);
}
.mv_it::after {
  display: none;
}
.mv_it > * {
  pointer-events: all;
}
@media screen and (max-width: 834px) {
  .mv_it {
    position: unset;
    background-color: transparent;
    border-radius: unset;
  }
}
@media (max-width: 640px) {
  .mv_it {
    position: unset;
    max-width: 100%;
  }
  .mv_it:is(#contents *) {
    padding-inline: var(--inline);
  }
}

.mv_slide,
.mv_video {
  z-index: 0;
  margin-inline: auto;
  min-width: 100%;
  overflow: hidden;
  height: 100%;
  transition: 1s;
}
.mv_slide:after,
.mv_video:after {
  display: none;
}
.mv_slide.__framed,
.mv_video.__framed {
  padding-inline: calc(var(--headG) * 2);
}
.mv_slide.__framed > *,
.mv_video.__framed > * {
  border-radius: var(--rad2);
  overflow: hidden;
}
@media (max-width: 960px) {
  .mv_slide,
  .mv_video {
    width: 100%;
  }
}
.mv_slide li,
.mv_video li {
  width: 100%;
}
.mv_slidediv > h1,
.mv_videodiv > h1 {
  font-weight: bold !important;
}
.mv_slide .slick-list,
.mv_video .slick-list {
  height: 100%;
}
.mv_slide .slick-track,
.mv_video .slick-track {
  display: block;
  height: 100%;
}
.mv_slide .slick-slide,
.mv_video .slick-slide {
  padding-inline: unset;
  margin-inline: unset;
  pointer-events: none;
}
.mv_slide img:is(#contents *),
.mv_slide video:is(#contents *),
.mv_video img:is(#contents *),
.mv_video video:is(#contents *) {
  width: 100%;
  margin-inline: auto;
  display: block;
  height: var(--mvImg) !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
}
@media screen and (max-width: 1080px) {
  .mv_slide img:is(#contents *),
  .mv_slide video:is(#contents *),
  .mv_video img:is(#contents *),
  .mv_video video:is(#contents *) {
    height: var(--un) !important;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 834px) {
  .mv_slide img:is(#contents *),
  .mv_slide video:is(#contents *),
  .mv_video img:is(#contents *),
  .mv_video video:is(#contents *) {
    aspect-ratio: 1;
  }
}

#contents_wrap #contents .noTrim img {
  height: unset !important;
  aspect-ratio: unset !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

#contents .form_simple {
  line-height: 1.5;
  --bdc:var(--tx20);
  --bdw:1px;
  --bds:solid;
  --thumbC:var(--tx10);
  --pdb:1.5em;
  --pdi: .5em;
  --dtw:bold;
  --maxH:26em;
}
@media (max-width: 640px) {
  #contents .form_simple {
    --pdb:1em;
  }
}
#contents .form_simple:is(.txwh *) {
  --thumbC:var(--wh50);
  color: var(--wh) !important;
}
#contents .form_simple dt {
  font-weight: 700;
}
#contents .form_simple.__border {
  border-block: 6vmin solid transparent;
  border-inline: 9vmin solid transparent;
}
@media (max-width: 1200px) {
  #contents .form_simple.__border {
    border-inline: 6vmin solid transparent;
  }
}

.it01, .ti01 {
  --imgW:50%;
  --tabMW:75%;
  --spMW:100%;
}
.it01 + .it01, .it01 + .ti01, .ti01 + .it01, .ti01 + .ti01 {
  margin-top: var(--Hafter);
}
.it01 .sheet, .ti01 .sheet {
  --sheetR:10px;
}
.it01 > *, .ti01 > * {
  margin-top: unset;
}
.it01:has(.veil), .ti01:has(.veil) {
  overflow: visible !important;
}
.it01:has(.veil) figure img, .ti01:has(.veil) figure img {
  transition: 0.4s;
  will-change: scale;
}
.it01:has(.veil):hover img, .ti01:has(.veil):hover img {
  scale: 1.04;
}
.it01 article, .ti01 article {
  margin-top: unset;
}
.it01 article :is(h1, h2, h3, h4, h5) + div, .ti01 article :is(h1, h2, h3, h4, h5) + div {
  margin-top: 1.5em;
}
@media (max-width: 834px) {
  .it01:is(#contents *), .ti01:is(#contents *) {
    --imgW:var(--tabMW);
  }
  .it01 > *:is(#contents *), .ti01 > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
  .it01 > *:is(#contents a),
  .it01 > *:is(#contents figure), .ti01 > *:is(#contents a),
  .ti01 > *:is(#contents figure) {
    order: 1;
  }
}
@media (max-width: 640px) {
  .it01:is(#contents *), .ti01:is(#contents *) {
    --imgW:var(--spMW);
  }
}

.it01.homeIT, .ti01.homeIT {
  align-items: center;
}
.it01.kasouIT, .ti01.kasouIT {
  gap: 2em 0;
  --tabMW:100%;
  --spMW:100%;
}

.title1 {
  transition: 0.4s 0s;
  margin-top: calc(var(--head) * 0);
  background: no-repeat center/cover;
  background-color: var(--title1);
  background-image: url(/images/home/title1.jpg);
  background-position: center;
  background-size: cover;
  --h:480px;
  align-content: center;
  padding-block: 6vh;
  padding-inline: var(--inBase);
  min-height: var(--h);
  margin-top: var(--mvMT);
}
.title1 .txwh * {
  color: var(--wh) !important;
}
.title1 .txbk * {
  color: var(--ac) !important;
}
.title1 h1 {
  display: grid;
}
.title1 h1 span {
  font-size: var(--f14);
}
@media (max-width: 1440px) {
  .title1 {
    min-height: calc(var(--h) * 0.9);
  }
}
@media (max-width: 834px) {
  .title1 {
    min-height: calc(var(--h) * 0.7);
  }
}
@media (max-width: 640px) {
  .title1 {
    min-height: calc(var(--h) * 0.6);
  }
}
.title1 h1, .title1 h2, .title1 h3, .title1 h4, .title1 h5, .title1 p {
  transition-delay: 0s !important;
  translate: none;
}
.title1:is(header *) {
  margin-top: unset;
}

.u-label u {
  text-decoration: none;
  display: inline-block;
  background-color: var(--mc);
  color: var(--wh) !important;
  padding-block: 0.125em;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-start: 0.5em;
  border-radius: 4px;
  vertical-align: unset;
  font-weight: 700;
  font-size: var(--f14);
  border-radius: var(--rad);
}

#contents .sns_slide {
  --rad:0px;
}
#contents .sns_slide:has(.slick-dots):not(.noDot) {
  padding-bottom: unset;
}
#contents .sns_slide figure:is(#contents *) {
  border: unset;
}
#contents .sns_slide img:is(#contents *) {
  aspect-ratio: 4/3;
}
#contents .sns_slide .slick-dots li.slick-active button:before {
  color: var(--mc);
}
#contents .sns_slide .sns_list .sns_date {
  display: none;
  font-family: var(--eng);
}
#contents .sns_slide .slick-slide {
  padding: unset;
  border-radius: var(--rad);
  display: flex;
  flex-direction: column;
}
#contents .sns_slide .sns_text {
  flex: 1;
}
#contents .sns_slide .sns_text .caption {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.H2-bd {
  --bdc: var(--ac);
}
.H2-bd :is(h2) {
  padding-block: 0.5em;
  border-bottom: 1px solid var(--bdc);
  border-width: 2px;
  margin-bottom: 0.5em;
}
.H2-bd :is(h2):has(> i) {
  padding-bottom: 0;
}

.H-bd {
  --bdc:var(--ac);
}
.H-bd :is(h1, h2, h3) {
  padding-block: 0.5em;
  border-color: var(--bdc);
  border-width: 2px;
}
.H-bd :is(h1, h2, h3):has(> i) {
  padding-bottom: 0;
}
.H-bd:has(div:empty) + div {
  margin-top: var(--Hafter);
}

.H-bdl {
  --bdc:var(--ac);
}
.H-bdl :is(h1, h2, h3) {
  padding-block: 0.5em;
  border-color: var(--bdc);
}
.H-bdl:has(div:empty) + div {
  margin-top: var(--Hafter);
}

.p-check p {
  position: relative;
  padding-left: 2em;
}
.p-check p:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  content: "\f058";
  font-weight: 900;
  font-family: var(--icon);
  margin-right: 0.33em;
  display: inline-block;
  color: var(--ac);
}
.p-check p:is(.Inherit *) {
  font: inherit;
}

.H-line.__wh {
  --diaC:var(--wh);
}
.H-line h1, .H-line h2, .H-line h3 {
  padding-block: 0.5em;
  padding-left: 1em;
}
.H-line h1:before, .H-line h2:before, .H-line h3:before {
  content: "";
  height: 100%;
  width: 100%;
  inset: unset;
  right: calc(100% - var(--diaW) / 2);
  top: 0;
  -webkit-mask: url(/images/home/h01.png) no-repeat right/auto var(--diaW);
          mask: url(/images/home/h01.png) no-repeat right/auto var(--diaW);
  background-color: var(--diaC);
}

:root {
  --diaW: 10px;
  --diaR: 11px;
  --diaC: var(--ac);
}

.line2:before {
  content: "";
  height: 50%;
  width: 100%;
  inset: unset;
  bottom: 0;
  border-bottom: 1px solid var(--diaC);
  border-left: 1px solid var(--diaC);
  border-radius: 0 10px;
}
.line2:after {
  content: "";
  background-color: var(--diaC);
  height: var(--diaR);
  width: var(--diaR);
  position: absolute;
  inset: unset;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(45deg);
}
.line2 .isize {
  font-size: 1.5em;
  font-weight: bold;
}

.h2_heading h2 {
  font-size: var(--f20);
}
.h2_heading article > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f80) !important;
  color: var(--wh) !important;
  font-family: var(--Eng);
  line-height: 1;
  font-weight: 500;
  gap: 16px;
}
.h2_heading article > div .btn {
  margin-bottom: 2%;
}

.emphasis {
  -webkit-text-emphasis: filled var(--ac);
          text-emphasis: filled var(--ac);
  font-size: 1.25em;
}

.top_h2 {
  width: 720px !important;
}
.top_h2 h2 {
  line-height: var(--h2h);
  letter-spacing: 0.1em;
}
.top_h2 .ac {
  color: var(--ac);
}
.top_h2 span {
  position: relative;
  z-index: 1;
}

.text {
  font-size: var(--f20);
  line-height: 2.5;
}

.wrapperBG {
  left: unset;
}
@media screen and (max-width: 1080px) {
  .wrapperBG {
    opacity: 70%;
  }
}

._2 {
  width: 56%;
  border-radius: 0 0 0 20px;
  opacity: 1;
}
@media (max-width: 600px) {
  ._2 {
    width: 28%;
  }
}

figure {
  max-width: 100%;
}

.fontsize {
  font-size: var(--f24);
  letter-spacing: 0.06em;
}

.card_slide {
  position: relative;
}
.card_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.card_slide p {
  position: absolute;
  top: 0;
  background-color: var(--wh);
  border-radius: 10px 0;
  padding: 0.5em;
  font-size: var(--f20);
  display: flex;
  align-items: center;
}
.card_slide p::before {
  content: "";
  background-color: var(--ac);
  height: var(--diaW);
  width: var(--diaW);
  inset: unset;
  transform: rotate(45deg);
  z-index: 100;
  margin-right: 10px;
}
.card_slide article div {
  padding: 0;
}

.sns_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}

body > * .relative {
  position: relative;
}
body > * .lh3 {
  line-height: 3;
}
body > * .lh275 {
  line-height: 2.75;
}
body > * .lh25 {
  line-height: 2.5;
}
body > * .lh225 {
  line-height: 2.25;
}
body > * .lh2 {
  line-height: 2;
}
body > * .lh175 {
  line-height: 1.75;
}
body > * .lh166 {
  line-height: 1.66;
}
body > * .lh15 {
  line-height: 1.5;
}
body > * .lh133 {
  line-height: 1.33;
}
body > * .lh125 {
  line-height: 1.25;
}
body > * .lh1 {
  line-height: 1;
}
body > * .ls1, body > * .ls1 * {
  letter-spacing: 0.1em;
}
body > * .ls08, body > * .ls08 * {
  letter-spacing: 0.08em;
}
body > * .ls06, body > * .ls06 * {
  letter-spacing: 0.06em;
}
body > * .ls05, body > * .ls05 * {
  letter-spacing: 0.05em;
}
body > * .ls04, body > * .ls04 * {
  letter-spacing: 0.04em;
}
body > * .ls02, body > * .ls02 * {
  letter-spacing: 0.02em;
}
body > * .ls0, body > * .ls0 * {
  letter-spacing: 0em;
}

body > * .flex {
  display: flex;
}
body > * .JCSA {
  justify-content: space-around;
}
body > * .JCAE {
  justify-content: space-evenly;
}
body > * .JCSB {
  justify-content: space-between;
}
body > * .JCS {
  justify-content: flex-start;
}
body > * .JCC {
  justify-content: center;
}
body > * .JCE {
  justify-content: flex-end;
}
body > * .AIU {
  align-items: unset;
}
body > * .AIC {
  align-items: center;
}
body > * .AIS {
  align-items: flex-start;
}
body > * .AIE {
  align-items: flex-end;
}
body > * .DI {
  display: inline;
}
body > * .DIB {
  display: inline-block;
}
body > * .DIF {
  display: inline-flex;
}
body > * .DIG {
  display: inline-grid;
}
body > * .DB {
  display: block;
}
body > * .DF {
  display: flex;
}
body > * .DG {
  display: grid;
}
body > * .displayNone {
  display: none;
}

body > * .outBaseL {
  margin-left: var(--outBase);
  max-width: unset;
}
body > * .outBaseR {
  margin-right: var(--outBase);
  max-width: unset;
}
body > * .outBase {
  margin-inline: var(--outBase);
  max-width: unset;
}
body > * .inBaseL {
  padding-left: var(--inBase);
}
body > * .inBaseR {
  padding-right: var(--inBase);
}
body > * .inBase {
  padding-inline: var(--inBase);
}
body > * .in1800 {
  padding-inline: var(--in1800);
}
body > * .in1740 {
  padding-inline: var(--in1740);
}
body > * .in1680 {
  padding-inline: var(--in1680);
}
body > * .in1620 {
  padding-inline: var(--in1620);
}
body > * .in1560 {
  padding-inline: var(--in1560);
}
body > * .in1500 {
  padding-inline: var(--in1500);
}
body > * .in1440 {
  padding-inline: var(--in1440);
}
body > * .in1380 {
  padding-inline: var(--in1380);
}
body > * .in1320 {
  padding-inline: var(--in1320);
}
body > * .in1200 {
  padding-inline: var(--in1200);
}
body > * .in1080 {
  padding-inline: var(--in1080);
}
body > * .in1000 {
  padding-inline: var(--in1000);
}
body > * .in960 {
  padding-inline: var(--in960);
}
body > * .in840 {
  padding-inline: var(--in840);
}
body > * .in800 {
  padding-inline: var(--in800);
}
body > * .in720 {
  padding-inline: var(--in720);
}
body > * .in600 {
  padding-inline: var(--in600);
}

body > * .mt-auto {
  margin-top: auto;
}
body > * .mb-auto {
  margin-bottom: auto;
}
body > * .ml-auto {
  margin-left: auto;
}
body > * .mr-auto {
  margin-right: auto;
}
body > * .my-auto {
  margin-block: auto;
}
body > * .mx-auto {
  margin-inline: auto;
}

body > * .mtG {
  margin-top: var(--gap);
}
body > * .mt-auto {
  margin-top: auto;
}
body > * .mt-head {
  margin-top: var(--head);
}
body > * .mtB025 {
  margin-top: calc(0.25 * var(--block));
}
body > * .mtB03 {
  margin-top: calc(0.33 * var(--block));
}
body > * .mtB05 {
  margin-top: calc(0.5 * var(--block));
}
body > * .mtB06 {
  margin-top: calc(0.66 * var(--block));
}
body > * .mtB075 {
  margin-top: calc(0.75 * var(--block));
}
body > * .mtB1 {
  margin-top: calc(1 * var(--block));
}
body > * .mtB125 {
  margin-top: calc(1.25 * var(--block));
}
body > * .mtB15 {
  margin-top: calc(1.5 * var(--block));
}
body > * .mtB2 {
  margin-top: calc(2 * var(--block));
}
body > * .mtB3 {
  margin-top: calc(3 * var(--block));
}
body > * .mt90 {
  margin-top: 90px;
}
body > * .mt80 {
  margin-top: 80px;
}
body > * .mt72 {
  margin-top: 72px;
}
body > * .mt64 {
  margin-top: 64px;
}
body > * .mt60 {
  margin-top: 60px;
}
body > * .mt48 {
  margin-top: 48px;
}
body > * .mt40 {
  margin-top: 40px;
}
body > * .mt36 {
  margin-top: 36px;
}
body > * .mt32 {
  margin-top: 32px;
}
body > * .mt30 {
  margin-top: 30px;
}
body > * .mt24 {
  margin-top: 24px;
}
body > * .mt20 {
  margin-top: 20px;
}
body > * .mt16 {
  margin-top: 16px;
}
body > * .mt12 {
  margin-top: 12px;
}
body > * .mt10 {
  margin-top: 10px;
}
body > * .mt8 {
  margin-top: 8px;
}
body > * .mt0 {
  margin-top: 0px;
}
body > * .mb96 {
  margin-bottom: 96px;
}
body > * .mb90 {
  margin-bottom: 90px;
}
body > * .mb84 {
  margin-bottom: 84px;
}
body > * .mb80 {
  margin-bottom: 80px;
}
body > * .mb72 {
  margin-bottom: 72px;
}
body > * .mb64 {
  margin-bottom: 64px;
}
body > * .mb60 {
  margin-bottom: 60px;
}
body > * .mb48 {
  margin-bottom: 48px;
}
body > * .mb40 {
  margin-bottom: 40px;
}
body > * .mb36 {
  margin-bottom: 36px;
}
body > * .mb32 {
  margin-bottom: 32px;
}
body > * .mb30 {
  margin-bottom: 30px;
}
body > * .mb24 {
  margin-bottom: 24px;
}
body > * .mb20 {
  margin-bottom: 20px;
}
body > * .mb16 {
  margin-bottom: 16px;
}
body > * .mb12 {
  margin-bottom: 12px;
}
body > * .mb10 {
  margin-bottom: 10px;
}
body > * .mb8 {
  margin-bottom: 8px;
}
body > * .mb0 {
  margin-bottom: 0px;
}

body > * .txwh, body > * .txwh * {
  color: var(--wh);
}
body > * .txbk, body > * .txbk * {
  color: var(--bk);
}
body > * .txsc, body > * .txsc * {
  color: var(--sc);
}
body > * .txbc, body > * .txbc * {
  color: var(--bc);
}
body > * .txac, body > * .txac * {
  color: var(--ac);
}
body > * .txtx, body > * .txtx * {
  color: var(--tx);
}
body > * .tx00, body > * .tx00 * {
  color: #000;
}
body > * .txmc, body > * .txmc * {
  color: var(--mc);
}
body > * .Italic, body > * .Italic * {
  font-style: italic;
}
body > * .fw100 {
  font-weight: 100;
}
body > * .fw200 {
  font-weight: 200;
}
body > * .fw300 {
  font-weight: 300;
}
body > * .fw400 {
  font-weight: 400;
}
body > * .fw500 {
  font-weight: 500;
}
body > * .fw600 {
  font-weight: 600;
}
body > * .fw700 {
  font-weight: 700;
}
body > * .fw900 {
  font-weight: 900;
}
body > * .f12 {
  font-size: var(--f12);
}
body > * .f14 {
  font-size: var(--f14);
}
body > * .f15 {
  font-size: var(--f15);
}
body > * .f16 {
  font-size: var(--f16);
}
body > * .f18 {
  font-size: var(--f18);
}
body > * .f20 {
  font-size: var(--f20);
}
body > * .f22 {
  font-size: var(--f22);
}
body > * .f24 {
  font-size: var(--f24);
}
body > * .f26 {
  font-size: var(--f26);
}
body > * .f28 {
  font-size: var(--f28);
}
body > * .f32 {
  font-size: var(--f32);
}
body > * .f36 {
  font-size: var(--f36);
}
body > * .f48 {
  font-size: var(--f48);
}
body > * .f64 {
  font-size: var(--f64);
}
body > * .f72 {
  font-size: var(--f72);
}
body > * .f96 {
  font-size: var(--f96);
}

body > * .img5-7 img {
  aspect-ratio: 5/7;
}
body > * .img9-5 img {
  aspect-ratio: 9/5;
}
body > * .img8-5 img {
  aspect-ratio: 8/5;
}
body > * .img7-5 img {
  aspect-ratio: 7/5;
}
body > * .img6-5 img {
  aspect-ratio: 6/5;
}
body > * .img4-5 img {
  aspect-ratio: 4/5;
}
body > * .img3-5 img {
  aspect-ratio: 3/5;
}
body > * .img2-5 img {
  aspect-ratio: 2/5;
}
body > * .img1-5 img {
  aspect-ratio: 1/5;
}
body > * .img9-4 img {
  aspect-ratio: 9/4;
}
body > * .img7-4 img {
  aspect-ratio: 7/4;
}
body > * .img5-4 img {
  aspect-ratio: 5/4;
}
body > * .img3-4 img {
  aspect-ratio: 3/4;
}
body > * .img1-4 img {
  aspect-ratio: 1/4;
}
body > * .img7-3 img {
  aspect-ratio: 7/3;
}
body > * .img5-3 img {
  aspect-ratio: 5/3;
}
body > * .img4-3 img {
  aspect-ratio: 4/3;
}
body > * .img2-3 img {
  aspect-ratio: 2/3;
}
body > * .img1-3 img {
  aspect-ratio: 1/3;
}
body > * .img7-2 img {
  aspect-ratio: 7/2;
}
body > * .img5-2 img {
  aspect-ratio: 5/2;
}
body > * .img3-2 img {
  aspect-ratio: 3/2;
}
body > * .img1-2 img {
  aspect-ratio: 1/2;
}
body > * .img6-1 img {
  aspect-ratio: 6/1;
}
body > * .img5-1 img {
  aspect-ratio: 5/1;
}
body > * .img4-1 img {
  aspect-ratio: 4/1;
}
body > * .img3-1 img {
  aspect-ratio: 3/1;
}
body > * .img2-1 img {
  aspect-ratio: 2/1;
}
body > * .img1-1 img {
  aspect-ratio: 1/1;
}
body > * .imgContain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body > * .imgCover img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body > * .img-unset img {
  width: unset !important;
}
body > * .imgRad img {
  border-radius: var(--rad) !important;
}
body > * .noRad img {
  border-radius: var(--un) !important;
}
body > * .radius {
  border-radius: var(--rad);
}
body > * .radius2 {
  border-radius: var(--rad2);
}
body > * .radhalf {
  border-radius: var(--radhalf);
}

@media (max-width: 960px) {
  body > * .left-960 {
    text-align: left !important;
  }
  body > * .left-960 * {
    text-align: left !important;
  }
}
body > * .TAC {
  text-align: center !important;
}
body > * .TAL {
  text-align: left !important;
}
body > * .TAR {
  text-align: right !important;
}
@media (max-width: 834px) {
  body > * .tabTAC {
    text-align: center !important;
  }
  body > * .tabTAC * {
    text-align: center !important;
  }
  body > * .tabTAL {
    text-align: left !important;
  }
  body > * .tabTAL * {
    text-align: left !important;
  }
  body > * .left-tab {
    text-align: left !important;
  }
  body > * .left-tab * {
    text-align: left !important;
  }
}
@media (max-width: 640px) {
  body > * .spTAC {
    text-align: center !important;
  }
  body > * .spTAC * {
    text-align: center !important;
  }
  body > * .spTAL {
    text-align: left !important;
  }
  body > * .spTAL * {
    text-align: left !important;
  }
  body > * .left-sp {
    text-align: left !important;
  }
  body > * .left-sp * {
    text-align: left !important;
  }
}
@media (max-width: 480px) {
  body > * .left-480 {
    text-align: left !important;
  }
  body > * .left-480 * {
    text-align: left !important;
  }
}

body > * .pcNone {
  display: none;
}
@media (max-width: 834px) {
  body > * .pcNone {
    display: block;
  }
}
@media (max-width: 834px) {
  body > * .tabNone {
    display: none;
  }
}
@media (max-width: 640px) {
  body > * .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  body > * .menuBPnone {
    display: none;
  }
}
body > * .nobr br {
  display: none;
}
@media (max-width: 640px) {
  body > * .nobr-sp br {
    display: none;
  }
}
@media (max-width: 834px) {
  body > * .nobr-tab br {
    display: none;
  }
}
@media (max-width: 960px) {
  body > * .nobr-96 br {
    display: none;
  }
}
@media (max-width: 480px) {
  body > * .nobr-48 br {
    display: none;
  }
}

body > * .op05 {
  opacity: 0.05;
}
body > * .op1 {
  opacity: 0.1;
}
body > * .op2 {
  opacity: 0.2;
}
body > * .op3 {
  opacity: 0.3;
}
body > * .op4 {
  opacity: 0.4;
}
body > * .op5 {
  opacity: 0.5;
}
body > * .op6 {
  opacity: 0.6;
}
body > * .op7 {
  opacity: 0.7;
}
body > * .op8 {
  opacity: 0.8;
}
body > * .op9 {
  opacity: 0.9;
}
body > * .op10 {
  opacity: 1;
}
body > * .rotate90 {
  rotate: 90deg;
}
body > * .rotate180 {
  rotate: 180deg;
}
body > * .rotate-90 {
  rotate: -90deg;
}
body > * .uppercase, body > * .uppercase * {
  text-transform: uppercase;
}
body > * .BGHL {
  background-blend-mode: hard-light;
}
body > * .BGSC {
  background-blend-mode: screen;
}
body > * .BGDK {
  background-blend-mode: darken;
}
body > * .BGSL {
  background-blend-mode: soft-light;
}
body > * .BGLT {
  background-blend-mode: lighten;
}
body > * .BGCL {
  background-blend-mode: color;
}
body > * .BGOL {
  background-blend-mode: overlay;
}
body > * .BGDF {
  background-blend-mode: difference;
}
body > * .BGMP {
  background-blend-mode: multiply;
}
body > * .Grayscale {
  filter: grayscale(100%);
}
body > * .Overlay {
  mix-blend-mode: Overlay;
}
body > * .Screen {
  mix-blend-mode: screen;
}
body > * .Lighten {
  mix-blend-mode: Lighten;
}
body > * .Darken {
  mix-blend-mode: darken;
}
body > * .Multiply {
  mix-blend-mode: multiply;
}
body > * .Difference {
  mix-blend-mode: difference;
}
body > * .Darken {
  mix-blend-mode: darken;
}
body > * .Hard-light {
  mix-blend-mode: hard-light;
}
body > * .absB {
  position: absolute;
  bottom: 0;
}
body > * .absT {
  position: absolute;
  top: 0;
}
body > * .absR {
  position: absolute;
  right: 0;
}
body > * .absL {
  position: absolute;
  left: 0;
}
body > * .absRB {
  position: absolute;
  bottom: 0;
  right: 0;
}
body > * .absRT {
  position: absolute;
  top: 0;
  right: 0;
}
body > * .absLB {
  position: absolute;
  bottom: 0;
  left: 0;
}
body > * .absLT {
  position: absolute;
  top: 0;
  left: 0;
}
body > * .abs0 {
  position: absolute;
  inset: 0;
}
body > * .min100p {
  min-width: 100%;
}
body > * .min100vh {
  min-height: 100vh;
}
body > * .migi {
  float: right;
}
body > * .floatR {
  float: right;
}
body > * .afnone:after {
  display: none;
}
body > * .order1 {
  order: 1;
}
body > * .order-1 {
  order: -1;
}
body > * .H-o1 :is(h1, h2, h3) {
  order: 1;
}
body > * .H-o-1 :is(h1, h2, h3) {
  order: -1;
}
body > * .img-o1 :is(img, *:has(> img)) {
  order: 1;
}
body > * .img-o-1 :is(img, *:has(> img)) {
  order: -1;
}
body > * .z-1 {
  position: relative;
  z-index: -1;
}
body > * .z1 {
  position: relative;
  z-index: 1;
}
body > * .z10 {
  position: relative;
  z-index: 10;
}
body > * .z100 {
  position: relative;
  z-index: 100;
}
body > * .z1000 {
  position: relative;
  z-index: 1000;
}
body > * .fit-auto {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}/*# sourceMappingURL=common_style.css.map */