@charset "UTF-8";
:root {
  --fa: "Font Awesome 6 Pro","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 Pro","Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone";
  --ph: "Phosphor","Line Awesome Free","Line Awesome Brands","Font Awesome 6 Pro","Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone" ;
  --icon:var(--la);
}

:root {
  --Home: "";
  --panAF: inline;
  --Hig: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  --Him: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  --Yug:"Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Noto Sans JP", sans-serif;
  --Yum: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Noto Serif JP", serif;
  --Ser: "Noto Serif JP", serif;
  --San: "Noto Sans JP", sans-serif;
  --Jos:"Josefin Sans","Noto Sans JP", sans-serif;
  --bodyFF: YakuHanJP_Narrow, var(--Yum);
  --noYH:var(--Yum);
  --Eng:var(--Ser);
}

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

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

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

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
summary,
p, h1, .h1FZ, h2, .h2FZ, h3, .h3FZ, h5, h4, span.clone, .it01 p, .ti01 p, .fb_formwrap .box_form:is(#contents div) dl:has(dd:empty) dt:is(#contents dt), .it_bnr02 > div b, .form_wrap.dl_wh dl:has(dd:empty) dt:is(#contents dt), .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, .h3FZ *, .h-font {
  font-weight: var(--hfw);
  font-family: var(--hff);
  line-height: var(--hlh);
  letter-spacing: var(--hls);
  color: var(--hcolor);
}

h1, .h1FZ, .h1FZ *, .blog h1, .title1 p {
  font-size: var(--h1FZ);
}

.fb_flow04 .box:is(#contents div):before, .fb_check .box:is(#contents div) h3:before, h2, .h2FZ, .h2FZ * {
  font-size: var(--h2FZ);
}

.fb_spot > :nth-child(1) a > div, .fb_formwrap .box_form:is(#contents div) dl:has(dd:empty) dt:is(#contents dt), .form_wrap.dl_wh dl:has(dd:empty) dt:is(#contents dt), .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.dl_menu dl:has(dd:empty) dt:is(#contents *), .form_wrap.dl_menu dl:has(.subDT) dt:is(#contents *), .form_wrap.dl_menu-rev dl:has(dd:empty) dt:is(#contents *), .form_wrap.dl_menu-rev dl:has(.subDT) dt:is(#contents *), div.blog_form02 div.blog_list > div h3, h3, .h3FZ, .h3FZ * {
  font-size: var(--h3FZ);
}

.bd-current {
  border: var(--line);
  border-color: currentColor;
}
.bd-block {
  border-block: var(--line);
}
.bd-left {
  border-left: var(--line);
}

.form_wrap, .insta5 {
  --thumbC:var(--tx10);
  --thumbW:8px;
}
.form_wrap::-webkit-scrollbar, .insta5::-webkit-scrollbar {
  background-color: transparent;
  width: var(--thumbW);
  height: 0;
}
.form_wrap::-webkit-scrollbar-thumb, .insta5::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}

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

:root {
  --un:unset;
  --inh:inherit;
  --cur:currentColor;
  --tr:transparent;
  --grad01:linear-gradient(-10deg,#f5e1c4 ,var(--mcDK),#f5e1c4 );
  --grad02:linear-gradient(-10deg,#f5e1c4 15%,var(--mcDK),#f5e1c4 85%);
  --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%);
  --sc20: color-mix(in srgb, transparent,var(--sc) 20%);
  --sc30: color-mix(in srgb, transparent,var(--sc) 30%);
  --sc40: color-mix(in srgb, transparent,var(--sc) 40%);
  --sc50: color-mix(in srgb, transparent,var(--sc) 50%);
  --sc60: color-mix(in srgb, transparent,var(--sc) 60%);
  --sc70: color-mix(in srgb, transparent,var(--sc) 70%);
  --sc80: color-mix(in srgb, transparent,var(--sc) 80%);
  --sc90: color-mix(in srgb, transparent,var(--sc) 90%);
  --ac10: color-mix(in srgb, transparent,var(--ac) 10%);
  --ac20: color-mix(in srgb, transparent,var(--ac) 20%);
  --ac30: color-mix(in srgb, transparent,var(--ac) 30%);
  --ac40: color-mix(in srgb, transparent,var(--ac) 40%);
  --ac50: color-mix(in srgb, transparent,var(--ac) 50%);
  --ac60: color-mix(in srgb, transparent,var(--ac) 60%);
  --ac70: color-mix(in srgb, transparent,var(--ac) 70%);
  --ac80: color-mix(in srgb, transparent,var(--ac) 80%);
  --ac90: color-mix(in srgb, transparent,var(--ac) 90%);
  --bc10: color-mix(in srgb, transparent,var(--bc) 10%);
  --bc20: color-mix(in srgb, transparent,var(--bc) 20%);
  --bc30: color-mix(in srgb, transparent,var(--bc) 30%);
  --bc40: color-mix(in srgb, transparent,var(--bc) 40%);
  --bc50: color-mix(in srgb, transparent,var(--bc) 50%);
  --bc60: color-mix(in srgb, transparent,var(--bc) 60%);
  --bc70: color-mix(in srgb, transparent,var(--bc) 70%);
  --bc80: color-mix(in srgb, transparent,var(--bc) 80%);
  --bc90: color-mix(in srgb, transparent,var(--bc) 90%);
  --tx10: color-mix(in srgb, transparent,var(--tx) 10%);
  --tx20: color-mix(in srgb, transparent,var(--tx) 20%);
  --tx30: color-mix(in srgb, transparent,var(--tx) 30%);
  --tx40: color-mix(in srgb, transparent,var(--tx) 40%);
  --tx50: color-mix(in srgb, transparent,var(--tx) 50%);
  --tx60: color-mix(in srgb, transparent,var(--tx) 60%);
  --tx70: color-mix(in srgb, transparent,var(--tx) 70%);
  --tx80: color-mix(in srgb, transparent,var(--tx) 80%);
  --tx90: color-mix(in srgb, transparent,var(--tx) 90%);
  --gr10: color-mix(in srgb, transparent,var(--gr) 10%);
  --gr20: color-mix(in srgb, transparent,var(--gr) 20%);
  --gr30: color-mix(in srgb, transparent,var(--gr) 30%);
  --gr40: color-mix(in srgb, transparent,var(--gr) 40%);
  --gr50: color-mix(in srgb, transparent,var(--gr) 50%);
  --gr60: color-mix(in srgb, transparent,var(--gr) 60%);
  --gr70: color-mix(in srgb, transparent,var(--gr) 70%);
  --gr80: color-mix(in srgb, transparent,var(--gr) 80%);
  --gr90: color-mix(in srgb, transparent,var(--gr) 90%);
  --bk10: color-mix(in srgb, transparent,var(--bk) 10%);
  --bk20: color-mix(in srgb, transparent,var(--bk) 20%);
  --bk30: color-mix(in srgb, transparent,var(--bk) 30%);
  --bk40: color-mix(in srgb, transparent,var(--bk) 40%);
  --bk50: color-mix(in srgb, transparent,var(--bk) 50%);
  --bk60: color-mix(in srgb, transparent,var(--bk) 60%);
  --bk70: color-mix(in srgb, transparent,var(--bk) 70%);
  --bk80: color-mix(in srgb, transparent,var(--bk) 80%);
  --bk90: color-mix(in srgb, transparent,var(--bk) 90%);
  --wh10: color-mix(in srgb, transparent,var(--wh) 10%);
  --wh20: color-mix(in srgb, transparent,var(--wh) 20%);
  --wh30: color-mix(in srgb, transparent,var(--wh) 30%);
  --wh40: color-mix(in srgb, transparent,var(--wh) 40%);
  --wh50: color-mix(in srgb, transparent,var(--wh) 50%);
  --wh60: color-mix(in srgb, transparent,var(--wh) 60%);
  --wh70: color-mix(in srgb, transparent,var(--wh) 70%);
  --wh80: color-mix(in srgb, transparent,var(--wh) 80%);
  --wh90: color-mix(in srgb, transparent,var(--wh) 90%);
  --beige:#faedd4;
  --ml:#f4eceb;
  --al:#e5fdff;
  --cc:#ccc;
  --dd:#ddd;
  --ee:#eee;
  --ff:#fff;
  --f2:#f3ede1;
  --c6:#c6c6c6;
  --9b:#9b9b9b;
}

:root {
  --bl025:calc(var(--bl)/4);
  --bl03:calc(var(--bl)/3);
  --bl05:calc(var(--bl)/2);
  --bl06:calc(var(--bl)/3*2);
  --bl075:calc(var(--bl)/4*3);
  --Nbl15:calc(var(--bl)*-1.5);
  --Nbl05:calc(var(--bl)*-0.5);
  --Nbl075:calc(var(--bl)*-0.75);
  --Nbl2:calc(var(--bl)*-2.0);
  --Nbl:calc(var(--bl)*-1.0);
  --Nbl1:calc(var(--bl)*-1.0);
  --bl:calc(var(--bl)*1.0);
  --bl1:calc(var(--bl)*1.0);
  --bl15:calc(var(--bl)*1.5);
  --bl2:calc(var(--bl)*2.0);
  --bl25:calc(var(--bl)*2.5);
  --bl3:calc(var(--bl)*3.0);
  --incont:calc(50vw - clamp(0px,50vw - var(--pad,20px), (var(--base) / 2) ));
  --in1800:calc(50vw - clamp(0px,50vw - var(--pad,20px), 900px ));
  --in1740:calc(50vw - clamp(0px,50vw - var(--pad,20px), 870px ));
  --in1728:calc(50vw - clamp(0px,50vw - var(--pad,20px), 864px ));
  --in1680:calc(50vw - clamp(0px,50vw - var(--pad,20px), 840px ));
  --in1620:calc(50vw - clamp(0px,50vw - var(--pad,20px), 810px ));
  --in1560:calc(50vw - clamp(0px,50vw - var(--pad,20px), 780px ));
  --in1536:calc(50vw - clamp(0px,50vw - var(--pad,20px), 768px ));
  --in1500:calc(50vw - clamp(0px,50vw - var(--pad,20px), 750px ));
  --in1440:calc(50vw - clamp(0px,50vw - var(--pad,20px), 720px ));
  --in1380:calc(50vw - clamp(0px,50vw - var(--pad,20px), 690px ));
  --in1320:calc(50vw - clamp(0px,50vw - var(--pad,20px), 660px ));
  --in1200:calc(50vw - clamp(0px,50vw - var(--pad,20px), 600px ));
  --in1080:calc(50vw - clamp(0px,50vw - var(--pad,20px), 540px ));
  --in1000:calc(50vw - clamp(0px,50vw - var(--pad,20px), 500px ));
  --in960: calc(50vw - clamp(0px,50vw - var(--pad,20px), 480px ));
  --in800: calc(50vw - clamp(0px,50vw - var(--pad,20px), 400px ));
  --in840: calc(50vw - clamp(0px,50vw - var(--pad,20px), 420px ));
  --in720: calc(50vw - clamp(0px,50vw - var(--pad,20px), 360px ));
  --in600: calc(50vw - clamp(0px,50vw - var(--pad,20px), 300px ));
  --contout:calc(50% - 50vw );
  --contoutsp:calc(100% - 100vw );
  --barhalf:calc(var(--bar,0px) / 2);
}

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

.bg100Rin, .contoutR {
  margin-inline: 0 var(--contout) !important;
  max-width: unset;
}

.bg100Lin, .contoutL {
  margin-inline: var(--contout) 0 !important;
  max-width: unset;
  padding-left: var(--incont);
}

.mv_it, .head_03, .head_04, .bg_stripe, .bg100in {
  margin-inline: var(--contout) !important;
  max-width: unset;
  padding-inline: var(--incont);
}

.title1, .mv, .fb_spot, .head_bgi, .head_grad, .head_02, .head_022, .head_021, .head_06, .bandlink, .wave_outer, .bg100 {
  margin-inline: var(--contout) !important;
  max-width: unset;
}

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

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

.wrapper100in {
  margin-inline: var(--contout) !important;
  max-width: unset;
  padding-inline: var(--incont);
  padding-block: var(--Wpdb);
  background-size: cover;
}

.f_link, .pan1 a,
.h_nav a:not(.drop a, .nopointer, :has(> span)),
.banner a,
.h_nav a:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
.nav a:not(.drop ul li a),
.f_nav ul a,
.blog_text h3 span,
.rss-title, .f_btn,
.btn:not([href*=tel], .btn2),
.btn,
.btn2,
.btnL {
  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,
.h_nav a:hover:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
.nav a:hover:not(.drop ul li a),
.f_nav ul a:hover,
.blog_text h3 span:hover,
.rss-title:hover, .f_btn:hover,
.btn:hover,
.btn2:hover,
.btnL:hover {
  background-position-x: 0%;
  animation: rightgrow 0.4s ease;
}
@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}

.f_nav.li-hyphen > ul > li, .fb_bfaf .box:nth-child(2) i, :where([class*=card]:not(.page-shop *)).fakeBtn article > a > div,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div, .H-bfaf h1, .H-bfaf h2, .H-bfaf h3, .H-bf h1, .H-bf h2, .H-bf h3, [class*=Bar], .grid50 .dl_menu dd {
  position: relative;
}
.f_nav.li-hyphen > ul > li::before, .fb_bfaf .box:nth-child(2) i::before, :where([class*=card]:not(.page-shop *)).fakeBtn article > a > div::before,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div::before, .H-bfaf h1::before, .H-bfaf h2::before, .H-bfaf h3::before, .H-bf h1::before, .H-bf h2::before, .H-bf h3::before, [class*=Bar]::before, .grid50 .dl_menu dd::before {
  content: "bf";
  display: inline-block;
  background-color: #777;
  z-index: 1;
  font-weight: 900;
  font-family: var(--fa);
}

.f_nav li > span, .f_nav a.nopointer, .f_nav-column .nopointer, :where([class*=card]:not(.page-shop *)).fakeBtn article > a > div,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div, :where([class*=card]:not(.page-shop *)).num-point article div p,
:where([class*=card]:not(html.shop *)).num-point article div p, .H-bfaf h1, .H-bfaf h2, .H-bfaf h3, .H-af h1, .H-af h2, .H-af h3, [class*=Bar], .form_wrap.dl_course:is(#contents *) dl dt {
  position: relative;
}
.f_nav li > span::after, .f_nav a.nopointer::after, .f_nav-column .nopointer::after, :where([class*=card]:not(.page-shop *)).fakeBtn article > a > div::after,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div::after, :where([class*=card]:not(.page-shop *)).num-point article div p::after,
:where([class*=card]:not(html.shop *)).num-point article div p::after, .H-bfaf h1::after, .H-bfaf h2::after, .H-bfaf h3::after, .H-af h1::after, .H-af h2::after, .H-af h3::after, [class*=Bar]::after, .form_wrap.dl_course:is(#contents *) dl dt::after {
  content: "af";
  display: inline-block;
  background-color: #777;
  z-index: 1;
  font-weight: 900;
  font-family: var(--fa);
}

.board, .H-bgi, .head_bgi02, .head_bgi, .form_wrap.dl_wh dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .fukidasi > div {
  position: relative;
  z-index: 1;
}
.board::before, .H-bgi::before, .head_bgi02::before, .head_bgi::before, .form_wrap.dl_wh dl:has(dd:empty) dt:is(#contents dt)::before, .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt)::before, .fukidasi > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

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

: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);
  --f30:clamp(20px, 2.4vw, 30px);
  --f32:clamp(20px, 3.2vw, 32px);
  --f34:clamp(20px, 3.4vw, 34px);
  --f36:clamp(24px, 3.6vw, 36px);
  --f40:clamp(28px, 4vw, 40px);
  --f44:clamp(32px, 4vw, 44px);
  --f48:clamp(32px, 5vw, 48px);
  --f52:clamp(40px, 5vw, 52px);
  --f60:clamp(40px,6vw,60px);
  --f64:clamp(48px,6vw,64px);
  --f68:clamp(48px,6vw,68px);
  --f72:clamp(48px,7vw,72px);
  --f96:clamp(48px,9vmin,96px);
  --f160:clamp(64px,16vw,160px);
}

@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}
*, *::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;
}

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

blockquote {
  font-style: italic;
}

@media screen and (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;
}

.im {
  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.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;
}

html {
  --base:1320px;
}

:root {
  --bodyFZ:clamp(16px,1.6vw,24px);
}

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

:root {
  --hfw: 600;
  --hcolor: var(--inh);
  --hff:var(--Eng);
  --subFW: inherit;
  --subFF: var(--Eng);
  --subC: var(--inh);
  --hlh:1.5;
  --hls:0.0em;
  --h1FZ:clamp(24px, 3vw, 40px);
  --h2FZ:clamp(24px, 3vw, 40px);
  --h3FZ:clamp(16px, 2.4vw, 24px);
  --PFZ:inherit;
  --h2EN:calc(var(--h2FZ)*1.2 );
}

:root {
  --Fmt:var(--bl075);
  --Wpdb:var(--bl075);
  --Schild:var(--bl075);
  --Wchild:var(--bl05);
  --Hafter:var(--bl05);
  --bl:120px;
  --pad:60px;
  --pad2:calc(var(--pad) * 2);
  --g:40px;
  --ng:calc(var(--g)*-1);
  --gh:calc(var(--g)/2);
}
@media screen and (max-width: 1440px) {
  :root {
    --pad:40px;
    --g:30px;
  }
}
@media screen and (max-width: 834px) {
  :root {
    --g:20px;
    --bl:80px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --pad:30px;
  }
}

:root {
  --bds: solid;
  --bdw: 2px;
  --bdc: var(--cur);
  --line:var(--bdw) var(--bds) var(--bdc);
  --stW: 4px;
  --rad:0px;
  --rad2:calc(var(--rad)*2 );
  --Hrad:calc(var(--rad)/3 );
  --radhalf:calc(var(--rad)/2 );
  --sheetR:var(--rad);
  --sheetBG:var(--bc);
  --sheetP:3vmin;
  --boardR:var(--radhalf);
  --lineClamp:2;
  --tsW: 2px;
  --txshwh: 0 var(--tsW) var(--tsW) var(--wh);
  --txshbk: 0 var(--tsW) var(--tsW) var(--bk);
  --txshmc: 0 var(--tsW) var(--tsW) var(--mc);
  --txshbc: 0 var(--tsW) var(--tsW) var(--bc);
  --dsW:1em;
  --dswh: drop-shadow(0 0.25em var(--dsW) var(--wh10));
  --dsbk: drop-shadow(0 0.25em var(--dsW) var(--bk10));
  --dsmc: drop-shadow(0 0.25em var(--dsW) var(--mc10));
  --dsbc: drop-shadow(0 0.25em var(--dsW) var(--bc10));
  --dstx: drop-shadow(0 0.25em var(--dsW) var(--tx10));
  --dsgr: drop-shadow(0 0.25em var(--dsW) var(--gr10));
  --dssc: drop-shadow(0 0.25em var(--dsW) var(--sc10));
  --pxshmc:1px 1px var(--mc);
  --pxshac:1px 1px var(--ac30);
  --pxshwh:1px 1px var(--wh);
  --pxshbk:1px 1px var(--bk);
  --pxshgr:1px 1px var(--gr);
  --pxdswh:drop-shadow(1px 1px var(--wh));
  --pxdsbk:drop-shadow(1px 1px var(--bk));
  --pxdsmc:drop-shadow(1px 1px var(--mc));
  --pxdstx:drop-shadow(1px 1px var(--tx));
  --bsW:3px;
  --NbsW:calc(var(--bsW)*-1 );
  --bxshwh: 0 var(--bsW) var(--bsW) var(--wh10);
  --bxshbk: 0 var(--bsW) var(--bsW) var(--bk10);
  --bxshmc: 0 var(--bsW) var(--bsW) var(--mc10);
  --bxshbc: 0 var(--bsW) var(--bsW) var(--bc10);
  --bxshtx: 0 var(--bsW) var(--bsW) var(--tx10);
  --bxshgr: 0 var(--bsW) var(--bsW) var(--gr10);
  --bxshsc: 0 var(--bsW) var(--bsW) var(--sc10);
  --bxshbtn: inset 2px 2px 4px var(--wh40),
  inset -2px -2px 4px var(--tx20);
  --bxshblur:0 0 10px #11100088;
}
@media screen and (max-width: 640px) {
  :root {
    --stW: 2px;
  }
}

.im img {
  height: auto !important;
}

.bxshwh {
  box-shadow: var(--bxshwh);
}

.bxshbk {
  box-shadow: var(--bxshbk);
}

.bxshmc {
  box-shadow: var(--bxshmc);
}

.bxshsc {
  box-shadow: var(--bxshsc);
}

.bxshac {
  box-shadow: var(--bxshac);
}

.bxshtx {
  box-shadow: var(--bxshtx);
}

.bxshgr {
  box-shadow: var(--bxshgr);
}

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

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

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

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

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

.txstbk {
  -webkit-text-stroke: var(--stW) var(--bk);
  paint-order: stroke;
}

.txstmc {
  -webkit-text-stroke: var(--stW) var(--mc);
  paint-order: stroke;
}

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

.txstbc {
  -webkit-text-stroke: var(--stW) var(--bc);
  paint-order: stroke;
}

.H-txstwh :is(h1, h2, h3) {
  -webkit-text-stroke: 4px var(--wh);
  paint-order: stroke;
}

.H-txstbk :is(h1, h2, h3) {
  -webkit-text-stroke: 4px var(--bk);
  paint-order: stroke;
  color: #fff;
}

.H-txstmc :is(h1, h2, h3) {
  -webkit-text-stroke: 4px var(--mc);
  paint-order: stroke;
  color: #fff;
}

@media screen and (max-width: 640px) {
  [class*=H-txst] :is(h1, h2, h3) {
    -webkit-text-stroke-width: 2px;
  }
}
.dswh {
  filter: var(--dswh);
}

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

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

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

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

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

.bxshwh {
  box-shadow: var(--bxshwh);
}

.bxshbk {
  box-shadow: var(--bxshbk);
}

.bxshmc {
  box-shadow: var(--bxshmc);
}

.bxshbc {
  box-shadow: var(--bxshbc);
}

.bxshtx {
  box-shadow: var(--bxshtx);
}

.bxshgr {
  box-shadow: var(--bxshgr);
}

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

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

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

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

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

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

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

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

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

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

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

.mtG {
  margin-top: var(--g);
}

.Hafter {
  margin-top: var(--Hafter);
}

.Schild {
  margin-top: var(--Schild);
}

.sub-mc {
  --subC: var(--mc);
}

.sub-ac {
  --subC: var(--ac);
}

.sub-bc {
  --subC: var(--bc);
}

.sub-sc {
  --subC: var(--sc);
}

.sub-wh {
  --subC: var(--wh);
}

.sub-red {
  --subC: var(--red);
}

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

#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);
}

.shopOnly:not(.page-shop *) {
  display: none;
}

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

section.blog {
  margin-block-start: var(--bl05);
}
section.blog div.wrap {
  border-radius: 10px;
}

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 + div, .wrapper100 + div, .wrapper100in + div {
  margin-top: var(--Schild);
}
.wrapper > .bg100, .wrapper100 > .bg100, .wrapper100in > .bg100 {
  max-width: unset !important;
}

.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;
}
html:has(.h.active, .policy-wrap.active) {
  overflow: hidden;
}

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;
}

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

.ph:before {
  font-weight: inherit;
}

b, strong {
  font-weight: 700;
}

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

mark {
  --bdc:var(--ac);
  display: inline-block;
  color: inherit;
  background: linear-gradient(transparent 50%, var(--bdc) 50%);
  padding: 0 0.4em;
}

.markMC mark {
  --bdc:var(--mc);
}

.markSC mark {
  --bdc:var(--sc);
}

.markBC mark {
  --bdc:var(--bc);
}

.markAC mark {
  --bdc:var(--ac);
}

:where(h1, h2, h3) .ph:before {
  content: "\f219";
  font-family: var(--icon);
  font-weight: 900;
}

:where(h1, h2, h3) > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.125em;
  -o-object-fit: contain;
     object-fit: contain;
}

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

#contents .H-h3FZ :is(h1, h2, h3) {
  font-size: var(--h3FZ);
}

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) a {
  text-decoration: none;
}
:where(.box) article > h3 {
  display: none;
}

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

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);
}

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

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

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 li a:-moz-any-link::after, .pan1 ul li a:-moz-any-link::after {
  content: var(--Home);
  font-family: var(--icon);
  margin-inline-start: 0.5em;
  display: var(--panAF);
}
.pankuzu ul li a:any-link::after,
.pan1 ul li a:any-link::after {
  content: var(--Home);
  font-family: var(--icon);
  margin-inline-start: 0.5em;
  display: var(--panAF);
}
.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;
}

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

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;
}

:root {
  --trt:translate 1.2s,opacity 1.2s ,clip-path 1.2s ,filter 1.2s ,scale 1.8s ;
  --jsBlur:0px;
  --jsInvert:0;
  --transX: 6vmin;
  --transY: 6vmin;
}

[class*=js-].show:nth-child(1), [class*=js-ch] > *.show:nth-child(1), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(1):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(2), [class*=js-ch] > *.show:nth-child(2), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(2):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(3), [class*=js-ch] > *.show:nth-child(3), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(3):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(4), [class*=js-ch] > *.show:nth-child(4), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(4):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(5), [class*=js-ch] > *.show:nth-child(5), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(5):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(6), [class*=js-ch] > *.show:nth-child(6), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(6):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(7), [class*=js-ch] > *.show:nth-child(7), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(7):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(8), [class*=js-ch] > *.show:nth-child(8), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(8):is(section > *, form > *) {
  transition-delay: 0s !important;
}
[class*=js-].show:nth-child(9), [class*=js-ch] > *.show:nth-child(9), [class*=js-art] article > *.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 > *), [class*=js-art] article > *.show:nth-child(9):is(section > *, form > *) {
  transition-delay: 0s !important;
}

.H-split :is(h1, h2, h3) > *:nth-child(1) > *,
.div-split div > * > * {
  opacity: 0;
  transition: var(--trt);
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *,
.div-split div > *.show > * {
  opacity: 1;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(1),
.div-split div > *.show > *:nth-child(1) {
  transition-delay: 0.06s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(2),
.div-split div > *.show > *:nth-child(2) {
  transition-delay: 0.12s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(3),
.div-split div > *.show > *:nth-child(3) {
  transition-delay: 0.18s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(4),
.div-split div > *.show > *:nth-child(4) {
  transition-delay: 0.24s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(5),
.div-split div > *.show > *:nth-child(5) {
  transition-delay: 0.3s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(6),
.div-split div > *.show > *:nth-child(6) {
  transition-delay: 0.36s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(7),
.div-split div > *.show > *:nth-child(7) {
  transition-delay: 0.42s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(8),
.div-split div > *.show > *:nth-child(8) {
  transition-delay: 0.48s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(9),
.div-split div > *.show > *:nth-child(9) {
  transition-delay: 0.54s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(10),
.div-split div > *.show > *:nth-child(10) {
  transition-delay: 0.6s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(11),
.div-split div > *.show > *:nth-child(11) {
  transition-delay: 0.66s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(12),
.div-split div > *.show > *:nth-child(12) {
  transition-delay: 0.72s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(13),
.div-split div > *.show > *:nth-child(13) {
  transition-delay: 0.78s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(14),
.div-split div > *.show > *:nth-child(14) {
  transition-delay: 0.84s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(15),
.div-split div > *.show > *:nth-child(15) {
  transition-delay: 0.9s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(16),
.div-split div > *.show > *:nth-child(16) {
  transition-delay: 0.96s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(17),
.div-split div > *.show > *:nth-child(17) {
  transition-delay: 1.02s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(18),
.div-split div > *.show > *:nth-child(18) {
  transition-delay: 1.08s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(19),
.div-split div > *.show > *:nth-child(19) {
  transition-delay: 1.14s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(20),
.div-split div > *.show > *:nth-child(20) {
  transition-delay: 1.2s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(21),
.div-split div > *.show > *:nth-child(21) {
  transition-delay: 1.26s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(22),
.div-split div > *.show > *:nth-child(22) {
  transition-delay: 1.32s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(23),
.div-split div > *.show > *:nth-child(23) {
  transition-delay: 1.38s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(24),
.div-split div > *.show > *:nth-child(24) {
  transition-delay: 1.44s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(25),
.div-split div > *.show > *:nth-child(25) {
  transition-delay: 1.5s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(26),
.div-split div > *.show > *:nth-child(26) {
  transition-delay: 1.56s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(27),
.div-split div > *.show > *:nth-child(27) {
  transition-delay: 1.62s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(28),
.div-split div > *.show > *:nth-child(28) {
  transition-delay: 1.68s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(29),
.div-split div > *.show > *:nth-child(29) {
  transition-delay: 1.74s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(30),
.div-split div > *.show > *:nth-child(30) {
  transition-delay: 1.8s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(31),
.div-split div > *.show > *:nth-child(31) {
  transition-delay: 1.86s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(32),
.div-split div > *.show > *:nth-child(32) {
  transition-delay: 1.92s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(33),
.div-split div > *.show > *:nth-child(33) {
  transition-delay: 1.98s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(34),
.div-split div > *.show > *:nth-child(34) {
  transition-delay: 2.04s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(35),
.div-split div > *.show > *:nth-child(35) {
  transition-delay: 2.1s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(36),
.div-split div > *.show > *:nth-child(36) {
  transition-delay: 2.16s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(37),
.div-split div > *.show > *:nth-child(37) {
  transition-delay: 2.22s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(38),
.div-split div > *.show > *:nth-child(38) {
  transition-delay: 2.28s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(39),
.div-split div > *.show > *:nth-child(39) {
  transition-delay: 2.34s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(40),
.div-split div > *.show > *:nth-child(40) {
  transition-delay: 2.4s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(41),
.div-split div > *.show > *:nth-child(41) {
  transition-delay: 2.46s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(42),
.div-split div > *.show > *:nth-child(42) {
  transition-delay: 2.52s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(43),
.div-split div > *.show > *:nth-child(43) {
  transition-delay: 2.58s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(44),
.div-split div > *.show > *:nth-child(44) {
  transition-delay: 2.64s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(45),
.div-split div > *.show > *:nth-child(45) {
  transition-delay: 2.7s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(46),
.div-split div > *.show > *:nth-child(46) {
  transition-delay: 2.76s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(47),
.div-split div > *.show > *:nth-child(47) {
  transition-delay: 2.82s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(48),
.div-split div > *.show > *:nth-child(48) {
  transition-delay: 2.88s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(49),
.div-split div > *.show > *:nth-child(49) {
  transition-delay: 2.94s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(50),
.div-split div > *.show > *:nth-child(50) {
  transition-delay: 3s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(51),
.div-split div > *.show > *:nth-child(51) {
  transition-delay: 3.06s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(52),
.div-split div > *.show > *:nth-child(52) {
  transition-delay: 3.12s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(53),
.div-split div > *.show > *:nth-child(53) {
  transition-delay: 3.18s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(54),
.div-split div > *.show > *:nth-child(54) {
  transition-delay: 3.24s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(55),
.div-split div > *.show > *:nth-child(55) {
  transition-delay: 3.3s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(56),
.div-split div > *.show > *:nth-child(56) {
  transition-delay: 3.36s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(57),
.div-split div > *.show > *:nth-child(57) {
  transition-delay: 3.42s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(58),
.div-split div > *.show > *:nth-child(58) {
  transition-delay: 3.48s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(59),
.div-split div > *.show > *:nth-child(59) {
  transition-delay: 3.54s;
}
.H-split :is(h1, h2, h3) > *:nth-child(1).show > *:nth-child(60),
.div-split div > *.show > *:nth-child(60) {
  transition-delay: 3.6s;
}

.it01.show:nth-child(1), .it01 > *.show:nth-child(1), .ti01.show:nth-child(1), .ti01 > *.show:nth-child(1) {
  transition-delay: 0s;
}
.it01.show:nth-child(1):is(section > *), .it01 > *.show:nth-child(1):is(section > *), .ti01.show:nth-child(1):is(section > *), .ti01 > *.show:nth-child(1):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(2), .it01 > *.show:nth-child(2), .ti01.show:nth-child(2), .ti01 > *.show:nth-child(2) {
  transition-delay: 0.2s;
}
.it01.show:nth-child(2):is(section > *), .it01 > *.show:nth-child(2):is(section > *), .ti01.show:nth-child(2):is(section > *), .ti01 > *.show:nth-child(2):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(3), .it01 > *.show:nth-child(3), .ti01.show:nth-child(3), .ti01 > *.show:nth-child(3) {
  transition-delay: 0.4s;
}
.it01.show:nth-child(3):is(section > *), .it01 > *.show:nth-child(3):is(section > *), .ti01.show:nth-child(3):is(section > *), .ti01 > *.show:nth-child(3):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(4), .it01 > *.show:nth-child(4), .ti01.show:nth-child(4), .ti01 > *.show:nth-child(4) {
  transition-delay: 0.6s;
}
.it01.show:nth-child(4):is(section > *), .it01 > *.show:nth-child(4):is(section > *), .ti01.show:nth-child(4):is(section > *), .ti01 > *.show:nth-child(4):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(5), .it01 > *.show:nth-child(5), .ti01.show:nth-child(5), .ti01 > *.show:nth-child(5) {
  transition-delay: 0.8s;
}
.it01.show:nth-child(5):is(section > *), .it01 > *.show:nth-child(5):is(section > *), .ti01.show:nth-child(5):is(section > *), .ti01 > *.show:nth-child(5):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(6), .it01 > *.show:nth-child(6), .ti01.show:nth-child(6), .ti01 > *.show:nth-child(6) {
  transition-delay: 1s;
}
.it01.show:nth-child(6):is(section > *), .it01 > *.show:nth-child(6):is(section > *), .ti01.show:nth-child(6):is(section > *), .ti01 > *.show:nth-child(6):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(7), .it01 > *.show:nth-child(7), .ti01.show:nth-child(7), .ti01 > *.show:nth-child(7) {
  transition-delay: 1.2s;
}
.it01.show:nth-child(7):is(section > *), .it01 > *.show:nth-child(7):is(section > *), .ti01.show:nth-child(7):is(section > *), .ti01 > *.show:nth-child(7):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(8), .it01 > *.show:nth-child(8), .ti01.show:nth-child(8), .ti01 > *.show:nth-child(8) {
  transition-delay: 1.4s;
}
.it01.show:nth-child(8):is(section > *), .it01 > *.show:nth-child(8):is(section > *), .ti01.show:nth-child(8):is(section > *), .ti01 > *.show:nth-child(8):is(section > *) {
  transition-delay: 0s;
}
.it01.show:nth-child(9), .it01 > *.show:nth-child(9), .ti01.show:nth-child(9), .ti01 > *.show:nth-child(9) {
  transition-delay: 1.6s;
}
.it01.show:nth-child(9):is(section > *), .it01 > *.show:nth-child(9):is(section > *), .ti01.show:nth-child(9):is(section > *), .ti01 > *.show:nth-child(9):is(section > *) {
  transition-delay: 0s;
}

.js-bgFix {
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-inline: var(--pad);
  transition: 1s;
}
.js-bgFix > * {
  margin-inline: auto;
  position: relative;
  max-width: unset;
}
.js-bgFix:has(+ .js-bgFix.show) {
  opacity: 0;
}
.js-bgFix .bgFix {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.js-bgFix.show .bgFix {
  opacity: 1;
}
.js-bgFix .bgFix {
  margin-top: unset;
  background: no-repeat center/cover;
}
.js-bgFix .bgFix + * {
  margin-top: unset;
}
@media screen and (max-width: 960px) {
  .js-bgFix .bgFix {
    background: no-repeat 0 0/cover;
  }
}

.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)) invert(var(--jsInvert));
}
.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, .js-chHide > * {
  filter: blur(var(--jsBlur)) invert(var(--jsInvert));
  opacity: 0;
  transition: var(--trt);
}
.js-hide.show, .js-chHide > *.show {
  opacity: 1;
  filter: unset;
}
.js-cpL, .js-cpR, .js-uHide {
  transition: var(--trt);
  opacity: 0;
}
.js-cpL.show, .js-cpR.show, .js-uHide.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 > *, .js-artL article > * {
  translate: calc(var(--transX) * -1);
}
.js-right, .js-chR > *, .js-artR article > * {
  translate: var(--transX);
}
.js-bottom, .js-chB > *, .js-artB article > * {
  translate: 0 var(--transY);
}
.js-top, .js-chT > *, .js-artT article > * {
  translate: 0 calc(var(--transY) * -0.5);
}

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

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

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

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

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

.js-clip .im {
  transition: 0.4s 0s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 1px, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 1px, 0% 0%);
}
.js-clip .im > * {
  transition: 0.4s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.js-clip.show .im {
  transition: 0.8s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js-clip.show .im > * {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.js-clip.js-clipR {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.js-clip.js-clipR:after {
  transform-origin: left;
}

.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: 0.4s;
}
a:where(:not([class], .h a, [href*=tel])):hover {
  opacity: 0.85;
}
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(.h_logo a, .f_logolink, .itext, .sns_slide ul a):hover {
  opacity: 0.7;
}
a:is(.sns_slide a, .layer .box a) {
  overflow: hidden;
}
a:is(.sns_slide a, .layer .box a) .im {
  overflow: hidden;
}
a:is(.sns_slide a, .layer .box a) img {
  transition: 0.4s;
  will-change: scale;
}
a:is(.sns_slide a, .layer .box a):hover img {
  scale: 1.035;
  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-top: 30px;
  margin-bottom: 30px;
  margin-block: 1em;
  background-size: cover;
  transition: 0.4s;
}

:root {
  --TLC:var(--inh);
  --TLFZ:var(--f22);
  --TLFF:var(--inh);
  --TLFW:400;
  --TLFS:normal;
  --TLLS:inherit;
  --TLDeco:none;
  --TLOff:.25em;
  --TLG:.25em;
  --btnHover:brightness(1.1) saturate(1.1);
  --btnBG:var(--un);
  --btnC:var(--ac);
  --btnFZ:var(--h3FZ);
  --btnFF:var(--Eng);
  --btnLH:1.33;
  --btnFW:inherit;
  --btnLS:0.0em;
  --btnW:240px;
  --btnH:60px;
  --btnPI:1em;
  --btnPB: 0;
  --btnG:.5em;
  --btnTR:0.4s ease-in-out;
  --btnRad:0px;
  --btnIFZ:calc(var(--btnFZ)*1.25);
  --btnImg:calc(var(--btnFZ)*1.25);
  --btnIFF:var(--icon);
  --btnDir:row;
  --btnJC:center;
  --btnAF: "";
  --btnAFdis: inline-block;
  --btnAFC: var(--inh);
  --btnAFFZ: calc(var(--btnFZ)*1.5);
  --btnAFFZ: 1em;
  --btnAFFW: 900;
  --btnAFPOS: unset;
  --btnAFRT: 1em;
}
@media screen and (max-width: 834px) {
  :root {
    --btnH:var(--head);
  }
}

.btn, .btnL, .btn2 {
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: var(--btnJC);
  flex-direction: var(--btnDir);
  font-size: var(--btnFZ);
  font-weight: var(--btnFW);
  font-family: var(--btnFF);
  line-height: var(--btnLH);
  letter-spacing: var(--btnLS);
  background: var(--btnBG);
  min-width: var(--btnW);
  min-height: var(--btnH);
  padding-inline: var(--btnPI);
  padding-block: var(--btnPB);
  gap: var(--btnG);
  border-radius: var(--btnRad);
  box-shadow: var(--btnSh);
  max-width: 100%;
  text-align: center;
  will-change: filter;
  align-items: center;
  border: var(--line);
}

.btn, .btnL, .btn2 {
  overflow: visible !important;
  transition: var(--btnTR);
}
.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.__tel:after, .__tel.btnL:after, .__tel.btn2:after {
  display: none;
}
.btn:after, .btnL:after, .btn2:after {
  content: var(--btnAF);
  color: var(--btnAFC);
  font-family: var(--btnIFF);
  font-size: var(--btnAFFZ);
  font-weight: var(--btnAFFW);
  display: var(--btnAFdis);
  place-items: center;
  position: var(--btnAFPOS);
  right: var(--btnAFRT);
  place-items: center;
  line-height: var(--btnFZ);
  transition: 0.4s;
  margin-top: -0.125em;
  display: none;
}
.btn:after:is([target=_blank]:after), .btnL:after:is([target=_blank]:after), .btn2:after:is([target=_blank]:after) {
  content: "\f35d";
}
.btn:not(.h_items *):has(+ a), .btnL:not(.h_items *):has(+ a), .btn2:not(.h_items *):has(+ a) {
  margin-right: 1em;
  margin-bottom: 1em;
}
.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(--mc);
}
.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);
  height: var(--btnImg) !important;
  -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);
  margin-inline: auto;
  display: block;
}
.btn.__large, .__large.btnL, .__large.btn2 {
  min-width: unset;
  display: flex;
  max-width: 100%;
  --btnH: 80px;
}
@media screen and (max-width: 480px) {
  .btn.__large, .__large.btnL, .__large.btn2 {
    --btnH: 60px;
  }
}
.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);
  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:is(a, span), .btnL:is(a, span), .btn2:is(a, span) {
  color: var(--btnC);
  transition: var(--btnTR);
}
.btn.__top::after, .__top.btnL::after, .__top.btn2::after {
  rotate: -90deg;
}
.btn:is(.ul_btns *)::after, .btnL:is(.ul_btns *)::after, .btn2:is(.ul_btns *)::after {
  rotate: 90deg;
}
.btn.__cent, .__cent.btnL, .__cent.btn2 {
  margin-inline: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.noArrow:after, .noArrow.btnL:after, .noArrow.btn2:after {
  display: none;
}
.btn.arrowRev:after, .arrowRev.btnL:after, .arrowRev.btn2:after {
  rotate: 180deg;
}
@media screen and (max-width: 640px) {
  .btn:is(.art-flex *), .btnL:is(.art-flex *), .btn2:is(.art-flex *) {
    width: 100%;
  }
}
.btn[href*="#contents"]:after, [href*="#contents"].btnL:after, [href*="#contents"].btn2:after {
  rotate: -90deg;
}
.btn.RB, .RB.btnL, .RB.btn2 {
  float: right;
  margin-top: auto;
  margin-left: auto;
}
.btn.LB, .LB.btnL, .LB.btn2 {
  float: left;
  margin-top: auto;
  margin-right: auto;
}
.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.__tw, .__tw.btnL, .__tw.btn2 {
  background-color: var(--bg);
  --bg:var(--TW);
}
.btn.__ins, .__ins.btnL, .__ins.btn2 {
  background-color: var(--bg);
  --bg:var(--INS);
}
.btn.__lg, .__lg.btnL, .__lg.btn2 {
  padding-block: 1.5em;
}
.btn.__sc, .__sc.btnL, .__sc.btn2 {
  --btnBG: var(--sc);
}
.btn.__ac, .__ac.btnL, .__ac.btn2 {
  --btnBG: var(--ac);
}
.btn.__ac2, .__ac2.btnL, .__ac2.btn2 {
  --btnBG: var(--ac2 );
}
.btn.__red, .__red.btnL, .__red.btn2 {
  --btnBG: var(--red );
}
.btn.__purp, .__purp.btnL, .__purp.btn2 {
  --btnBG: var(--purp );
}
.btn.__gree, .__gree.btnL, .__gree.btn2 {
  --btnBG: var(--gree );
}
.btn.__oran, .__oran.btnL, .__oran.btn2 {
  --btnBG: var(--oran );
}
.btn.__yell, .__yell.btnL, .__yell.btn2 {
  --btnBG: var(--yell );
}
.btn.__blue, .__blue.btnL, .__blue.btn2 {
  --btnBG: var(--blue );
}
.btn.__pink, .__pink.btnL, .__pink.btn2 {
  --btnBG: var(--pink );
}

.btn2 {
  --btnFZ:var(--f20);
  --btnBG:var(--ac);
  --btnC:var(--wh);
  --btnW:160px;
  --btnPI:1em;
  --btnG:.25em;
  --btnRad:4px;
}

.textlink {
  line-height: 1.25;
  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);
}
.textlink.__anchor:after {
  background: unset;
  content: "\f105";
  color: var(--btnAFC);
  font-family: var(--btnIFF);
  font-size: var(--btnAFFZ);
  font-weight: var(--btnAFFW);
  display: var(--btnAFdis);
  place-items: center;
  position: var(--btnAFPOS);
  right: var(--btnAFRT);
  place-items: center;
  rotate: 90deg;
  font-weight: 900;
  width: 1.25em;
}
.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:hover {
  filter: var(--btnHover);
}
.textlink img {
  width: 1.25em !important;
  height: 1.25em !important;
  display: inline-block;
  vertical-align: top;
  margin-right: var(--TLG);
}
.textlink i:before {
  display: inline-block;
  margin-right: var(--TLG);
  vertical-align: bottom;
}
.textlink small {
  font-size: 60%;
  display: block;
  color: var(--tx);
}

p:has(a) {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  --g:3vmin;
  gap: var(--g);
  align-items: center;
}
p:has(a) > br {
  display: none;
}
p:has(a) .__anchor {
  max-width: calc(50% - var(--g) / 2) !important;
}
@media screen and (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,
.btn:not([href*=tel], .btn2),
.btn,
.btn2,
.btnL, .f_link, .pan1 a,
.h_nav a:not(.drop a, .nopointer, :has(> span)),
.banner a,
.h_nav a:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
.nav a:not(.drop ul li a),
.f_nav ul 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,
.btn:hover,
.btn2:hover,
.btnL:hover, .f_link:hover, .pan1 a:hover,
.h_nav a:hover:not(.drop a, .nopointer, :has(> span)),
.banner a:hover,
.h_nav a:hover:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
.nav a:hover:not(.drop ul li a),
.f_nav ul a:hover,
.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,
.h_nav a:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
.nav a:not(.drop ul li a),
.f_nav ul 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: 960px) {
  .f_link, .pan1 a,
  .h_nav a:not(.drop a, .nopointer, :has(> span)),
  .banner a,
  .h_nav a:not(.drop a, .nopointer, :has(> span), :is(.logo *)),
  .nav a:not(.drop ul li a),
  .f_nav ul 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,
.btn:not([href*=tel], .btn2),
.btn,
.btn2,
.btnL {
  background-image: linear-gradient(var(--wh20), var(--wh20));
  background-position-x: -103%;
  background-size: 200% 100%;
}
.f_btn:active,
.btn:not([href*=tel], .btn2):active,
.btn:active,
.btn2:active,
.btnL:active {
  background-position-x: 0%;
}

.btn.__wh, .__wh.btn2, .__wh.btnL {
  background-image: linear-gradient(var(--mc20), var(--mc20));
}

.p-hashSplit p {
  line-height: 1.5;
  font-weight: inherit;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--tx50);
}
.p-hashSplit p > span {
  margin-left: auto;
}

html:not(.eng) .enOnly {
  display: none !important;
}

html:is(.eng) .jaOnly {
  display: none !important;
}

.box-mc {
  --boxBG:var(--mc);
}
.box-mcLT {
  --boxBG:var(--mcLT);
}
.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-mcLT .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-mcLT .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-mcLT .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;
}

.art-mc {
  --artBG:var(--mc);
}
.art-mcLT {
  --artBG:var(--mcLT);
}
.art-bc {
  --artBG:var(--bc);
}
.art-sc {
  --artBG:var(--sc);
}
.art-ac {
  --artBG:var(--ac);
}
.art-wh {
  --artBG:var(--wh);
}
.art-bk {
  --artBG:var(--bk);
}
.art-mc > article, .art-mcLT > article, .art-bc > article, .art-sc > article, .art-ac > article, .art-wh > article, .art-bk > article {
  background-color: var(--artBG);
  padding: 1em;
}

.H-mc {
  --headBG:var(--mc);
}
.H-mcLT {
  --headBG:var(--mcLT);
}
.H-bc {
  --headBG:var(--bc);
}
.H-sc {
  --headBG:var(--sc);
}
.H-ac {
  --headBG:var(--ac);
}
.H-wh {
  --headBG:var(--wh);
}
.H-bk {
  --headBG:var(--bk);
}
.H-mc h1, .H-mc h2, .H-mc h3, .H-mcLT h1, .H-mcLT h2, .H-mcLT h3, .H-bc h1, .H-bc h2, .H-bc h3, .H-sc h1, .H-sc h2, .H-sc h3, .H-ac h1, .H-ac h2, .H-ac h3, .H-wh h1, .H-wh h2, .H-wh h3, .H-bk h1, .H-bk h2, .H-bk h3 {
  background-color: var(--headBG);
  padding: 0.0625em 0.125em;
}

.D-mc {
  --divBG:var(--mc);
}
.D-mcLT {
  --divBG:var(--mcLT);
}
.D-bc {
  --divBG:var(--bc);
}
.D-sc {
  --divBG:var(--sc);
}
.D-ac {
  --divBG:var(--ac);
}
.D-wh {
  --divBG:var(--wh);
}
.D-bk {
  --divBG:var(--bk);
}
.D-mc article > div, .D-mcLT article > div, .D-bc article > div, .D-sc article > div, .D-ac article > div, .D-wh article > div, .D-bk article > div {
  background-color: var(--divBG);
  padding: 1em;
}

.p-list p:not(:has(> a)) {
  line-height: 1.75;
  font-size: inherit;
}
.p-list p:not(:has(> a)) b {
  font-size: 1.5em;
  color: var(--ac);
}
.p-list p:not(:has(> a)) + br {
  display: none;
}
.p-list p:not(:has(> a)):is(.__circle *):before {
  content: "\f111";
}
.p-list p:not(:has(> a)):is(.__noIcon *):before {
  display: none;
}

.im:has(> .IMDC) {
  display: contents;
}
.im:has(> .IMDC) > .IMDC {
  display: inline-block;
}

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

.fancybox .veil {
  display: none;
}

.p-tar p {
  text-align: right;
}

.li-label {
  gap: var(--g);
  --c: var(--mc);
  border-top: 1px solid var(--mc30);
  border-left: 1px solid var(--mc30);
}
.li-label.__mc {
  --c:var(--mc);
}
.li-label.__sc {
  --c:var(--sc);
}
.li-label.__bc {
  --c:var(--bc);
}
.li-label.__ac {
  --c:var(--ac);
}
.li-label.__tx {
  --c:var(--tx);
}
.li-label.__wh {
  --c:var(--wh);
}
.li-label.__bk {
  --c:var(--bk);
}
.li-label > br {
  display: none;
}
.li-label.card2 li {
  width: calc((100% - var(--g) * 1) / 2);
}
.li-label.card3 li {
  width: calc((100% - var(--g) * 2) / 3);
}
.li-label.card4 li {
  width: calc((100% - var(--g) * 3) / 4);
}
.li-label li {
  border-bottom: 1px solid var(--mc30);
  border-right: 1px solid var(--mc30);
  font-size: var(--f14);
  text-decoration: none;
  display: inline-block;
  background-color: var(--c);
  padding-block: 0.25em;
  padding-inline: 0.5em;
  border-radius: var(--radhalf);
  vertical-align: sub;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.li-label li:nth-of-type(6n+1), .li-label li:nth-of-type(6n+3), .li-label li:nth-of-type(6n+5) {
  background-color: var(--c);
}
@media screen and (max-width: 640px) {
  .li-label li:is(.sp-50 *):nth-of-type(6n+1), .li-label li:is(.sp-50 *):nth-of-type(6n+3), .li-label li:is(.sp-50 *):nth-of-type(6n+5) {
    background-color: var(--un);
  }
  .li-label li:is(.sp-50 *):nth-of-type(4n+1), .li-label li:is(.sp-50 *):nth-of-type(4n) {
    background-color: var(--c);
  }
}

.b-fix b {
  border-right: 1px solid var(--mc);
  padding-right: 1em;
  min-width: 6em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.u-mc u {
  text-decoration-color: var(--mc);
}

.u-sc u {
  text-decoration-color: var(--sc);
}

.u-ac u {
  text-decoration-color: var(--ac);
}

span[class*=bg] {
  line-height: 1.1;
  padding: 0.1em;
  color: #fff;
}

span.bgmc {
  background-color: var(--mc);
}

span.bgac {
  background-color: var(--ac);
}

span.bgsc {
  background-color: var(--sc);
}

.u-label article > div:is(#contents *) {
  display: block;
}
.u-label article > div:is(#contents *) h3 {
  margin-block: 10px 16px;
}
.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;
}

.span-label span {
  background-color: var(--mc);
  color: #fff;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.5em;
  border-radius: calc(var(--rad) / 2);
  vertical-align: sub;
}

.time-label time {
  background-color: var(--mc);
  color: #fff;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.5em;
  border-radius: calc(var(--rad) / 2);
  vertical-align: sub;
  font-size: var(--f16);
  vertical-align: middle;
}

.li-num li {
  counter-increment: cnt;
}
.li-num li + * {
  margin-top: 0.5em;
}
.li-num li:before {
  content: counter(cnt, decimal-leading-zero) "";
  font-weight: bold;
  color: var(--wh);
  background-color: var(--mc);
  font-size: 150%;
  width: 2em;
  height: 2em;
  border-radius: var(--rad);
  margin-right: 0.5em;
  display: inline-grid;
  place-items: center;
}

.sheet, .sheet02, .board {
  position: relative;
  border-radius: var(--sheetR);
  background-color: var(--sheetBG);
  padding: var(--sheetP);
}
.sheet > * + *, .sheet02 > * + *, .board > * + * {
  margin-top: var(--bl025);
}
.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(--gr20);
}
.board:before {
  content: "";
  background: unset;
  inset: 1vmin;
  width: calc(100% - 2vmin);
  height: calc(100% - 2vmin);
  border: inherit;
  z-index: -1;
}

.u-rad {
  --c: var(--mc);
  --w: .125em;
  --wH: calc(var(--w)/2 );
  --stop: calc(var(--w)/2 - 1%);
  --uP: .5em;
  --trt: .6s;
  --lw: 0%;
  opacity: 0.5;
  transition: var(--trt);
}
.u-rad:has(div:empty) + div {
  margin-top: var(--Hafter);
}
.u-rad.show {
  --lw: 100%;
  opacity: 1;
}
.u-rad :has(> u) {
  line-height: 1.75;
}
.u-rad :has(> u) u {
  transition: var(--trt);
  text-decoration: none;
  padding-inline: var(--uP);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: linear-gradient(var(--c), var(--c)) no-repeat var(--wH) 100%/calc(var(--lw) - var(--w)) var(--w), radial-gradient(var(--c), var(--c) var(--stop), transparent var(--wH)) no-repeat var(--lw) 100%/var(--w) var(--w), radial-gradient(var(--c), var(--c) var(--stop), transparent var(--wH)) no-repeat 0 100%/var(--w) var(--w);
}

.bdBlock {
  border-block: var(--line);
}
.bdBottom {
  border-bottom: var(--line);
}
.bdLeft {
  border-left: var(--line);
}

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

.art-tate article {
  writing-mode: vertical-rl;
}

.D-tate div {
  writing-mode: vertical-rl;
}

.H-tate :is(h1, h2, h3) {
  writing-mode: vertical-rl;
}

.tateRev {
  writing-mode: vertical-lr;
}
.tateRev::after {
  display: none;
}

.gridC {
  display: grid;
  place-items: center;
}
.gridC::after {
  display: none;
}

.imgToMask .im {
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  background-color: currentColor;
}
.imgToMask .im img {
  opacity: 0;
}

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

.halfLeft,
.halfRight {
  width: 50%;
  margin-inline-end: auto;
  --p:calc(var(--btnW)/2 + var(--bodyFZ));
}
@media screen and (max-width: 834px) {
  .halfLeft,
  .halfRight {
    --p:var(--pad);
    min-width: calc(100% - var(--pad));
  }
}
.halfLeft:is(#contents *) {
  padding-inline: var(--in1440) var(--p);
}

.halfRight:is(#contents *) {
  margin-inline: auto 0;
  padding-inline: var(--p) var(--in1440);
}

html.sectionWood section {
  background: url(/images/home/bg01.jpg) repeat center/100%;
  padding: var(--g);
  padding-top: var(--Schild);
  margin-top: var(--Schild);
}
html.sectionWood section .pan1, html.sectionWood section .H-bd:not(.sheet *) {
  color: #fff;
}
html.sectionWood section .pan1 h1, html.sectionWood section .pan1 h2, html.sectionWood section .pan1 h3, html.sectionWood section .H-bd:not(.sheet *) h1, html.sectionWood section .H-bd:not(.sheet *) h2, html.sectionWood section .H-bd:not(.sheet *) h3 {
  color: #fff;
}
html.sectionWood section .pan1 h1 em, html.sectionWood section .pan1 h2 em, html.sectionWood section .pan1 h3 em, html.sectionWood section .H-bd:not(.sheet *) h1 em, html.sectionWood section .H-bd:not(.sheet *) h2 em, html.sectionWood section .H-bd:not(.sheet *) h3 em {
  color: #fff;
}

:where(.AllHeadFirstMod section div) :is(h1, h2, h3)::first-letter,
:where(.AllHeadFirstMod section div) :is(h1, h2, h3) span::first-letter {
  color: var(--sc);
  font-size: 1.5em;
}
:where(.AllHeadFirstMod section div) :is(h1, h2, h3) + div,
:where(.AllHeadFirstMod section div) :is(h1, h2, h3) span + div {
  margin-top: 2em;
}
:where(.AllHeadFirstMod section div) :is(h1, h2, h3):is(.box *, .mv *)::first-letter {
  font-size: 1em;
}

.AllHeadBorderLeft section div:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.AllHeadBorderLeft section div :is(h1, h2, h3):not(.box *, .mv *) {
  --w:4px;
  --o:calc(var(--w)*1 );
  --c:var(--mc);
  border-left: var(--w) var(--decoS) var(--c);
  padding-left: calc(var(--w) * 3);
}
.AllHeadBorderLeft section div :is(h1, h2, h3):not(.box *, .mv *) + div:not(:empty) {
  --w:4px;
  margin-top: 1em;
  padding-left: calc(var(--w) * 3);
}

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

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

.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 screen and (max-width: 834px) {
  .scroll-hint-icon:before {
    display: inline-block;
  }
}
.scroll-hint-icon:after {
  transition-delay: 0s;
  top: 1em;
}

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

:where(.span-check-circle) span {
  display: inline-block;
}
:where(.span-check-circle) span:before {
  content: "\f058";
  font-weight: 900;
  font-family: var(--icon);
  margin-right: 0.33em;
  display: inline-block;
  color: var(--mc);
}

:where(.i-check, .i-check-square, .i-check-circle, .i-isometric, .i-diamond, .i-cube, .i-needle, .i-question, .i-circle) i {
  display: inline-block;
  line-height: 1;
  font-size: 1.5em;
  color: var(--hcolor);
}
:where(.i-check, .i-check-square, .i-check-circle, .i-isometric, .i-diamond, .i-cube, .i-needle, .i-question, .i-circle) i:before {
  content: "\f00c";
  font-weight: 900;
  font-family: var(--icon);
  margin-right: 0.33em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  :where(.i-check, .i-check-square, .i-check-circle, .i-isometric, .i-diamond, .i-cube, .i-needle, .i-question, .i-circle) i:before {
    vertical-align: unset;
  }
}

.i-mc i {
  color: var(--mc);
}

:where(.i-circle) i:before {
  content: "\f111";
}

:where(.i-check) i:before {
  content: "\f00c";
}

:where(.i-check-square) i:before {
  content: "\f14a";
}

:where(.i-check-circle) i:before {
  content: "\f058";
}

:where(.i-cube) i:before {
  content: "\f1b2";
}

:where(.i-question) i:before {
  content: "\f128";
  line-height: 1.5;
  vertical-align: bottom;
}

:where(.i-needle) i:before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-mask: url(/images/contents/i01.png) no-repeat center/100% 100%;
          mask: url(/images/contents/i01.png) no-repeat center/100% 100%;
  background-color: var(--mc);
}

:where(.i-isometric, .i-diamond) i:before {
  content: "";
  background-color: currentColor;
  width: 1em;
  aspect-ratio: 45/26;
  -webkit-clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
          clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
}

:where(.i-diamond) i:before {
  aspect-ratio: 1;
}

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

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

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

#contents :is(.fl50, .fl50e, .fl50s, .fl50c, .fl28, .fl37, .fl46, .fl64, .fl73) {
  display: flex;
  flex-wrap: wrap;
}
#contents :is(.fl50, .fl50e, .fl50s, .fl50c, .fl28, .fl37, .fl46, .fl64, .fl73) img {
  height: unset;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #contents :is(.fl50, .fl50e, .fl50s, .fl50c, .fl28, .fl37, .fl46, .fl64, .fl73) > * {
    width: 100%;
  }
}

.fl50c {
  align-items: center;
}
.fl50s {
  align-items: flex-start;
}
.fl50e {
  align-items: flex-end;
}
.fl50_100:is(#contents *) {
  width: 100%;
}
.fl50 > *, .fl50c > *, .fl50s > *, .fl50e > * {
  width: calc(50% - var(--g) / 2);
}

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

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

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

.fl73 {
  --few:30%;
}
.fl73 > :where(:nth-child(1)) {
  width: calc(100% - var(--few) - var(--g));
}
.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(--g));
}

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

.itlayer {
  display: grid;
  place-items: center;
  flex: 1;
}
.itlayer::after {
  display: none;
}
.itlayer > article {
  width: 100%;
  height: calc(100% - 6vmin);
  display: grid;
  place-items: center;
  place-content: center;
}
.itlayer > article > * {
  grid-area: 1/1;
}
.itlayer > article h2, .itlayer > article h3 {
  margin-bottom: 3vmin;
}
.itlayer > article h2 + br, .itlayer > article h3 + br {
  display: none;
}
.itlayer > article > div {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .itlayer > article > div {
    display: block;
  }
}
.itlayer.__tate {
  -o-border-image: repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4.1px, transparent 8px) 0 30 0 30/0 3vmin;
     border-image: repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4.1px, transparent 8px) 0 30 0 30/0 3vmin;
}
.itlayer.__tate > article {
  height: 100%;
  width: calc(100% - 6vmin);
  margin: 0 3vmin;
  padding: 9vmin 3vmin;
}
.itlayer .im {
  width: 100%;
  opacity: 0.5;
}
.itlayer .im img:is(#contents *) {
  width: 100%;
  height: auto !important;
}
.itlayer .btn {
  margin-top: 4vmin;
  float: right;
  align-self: flex-end;
}
.it_bnr {
  margin-inline: auto;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  background: no-repeat 100% 50%/60% auto;
}
.it_bnr article {
  width: 60%;
  background: linear-gradient(to right, #fff, #fff 75%, transparent);
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.it_bnr::after {
  display: none;
}
.it_bnr article > div {
  padding-inline: var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.it_bnr article > div [class*=btn] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.it_bnr article > div .im {
  max-width: 200px;
}
.it_bnr article > div .im img {
  transition: 0.4s;
}
.it_bnr03 {
  margin-inline: auto;
  transition: 0.4s;
  position: relative;
  display: grid;
  overflow: hidden;
}
.it_bnr03:hover {
  background-color: var(--bk20);
}
.it_bnr03 article {
  margin-inline: auto;
  display: grid;
  place-items: center stretch;
  place-content: center stretch;
}
.it_bnr03 article > * {
  grid-area: 1/1;
}
.it_bnr03::after {
  display: none;
}
.it_bnr03 > * {
  grid-area: 1/1;
  max-width: 100%;
}
.it_bnr03 > a {
  border-radius: var(--rad);
  width: 100% !important;
  margin: unset !important;
  transition: 0.4s;
}
.it_bnr03 > a:hover {
  opacity: 1 !important;
}
.it_bnr03 a.itext:is(#contents *) {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .it_bnr03 a.itext:is(#contents *) {
    height: unset;
  }
}
.it_bnr03 > .im {
  background-color: var(--wh);
}
.it_bnr03 > .im img {
  transition: 0.4s;
  width: 100% !important;
  margin: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  opacity: 0.5;
}
.it_bnr03 > .im img:hover {
  scale: 1.03;
  opacity: 0.8;
}
.it_bnr03 > div {
  padding-inline: var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-weight: bold;
  line-height: 2;
  color: var(--wh);
}
.it_bnr03 > div i {
  font-size: 6vh;
  display: inline-block;
}
.it_bnr03 > div [class*=btn] {
  margin-top: 10vh;
  color: #000;
  text-shadow: 2px 2px var(--ac);
}
.it_bnr03 > div [class*=btn] i {
  font-size: inherit;
  color: inherit;
}
.it_bnr03 > div em {
  font-family: var(--subFF);
  font-weight: var(--subFW);
  word-break: break-word;
  letter-spacing: normal;
  display: block;
  line-height: 1;
  color: var(--wh);
  position: unset;
  margin-bottom: 0.25em;
}
.it_bnr02 {
  position: relative;
  display: grid;
}
.it_bnr02.__bgi {
  border-radius: var(--rad);
  background-position: right;
}
.it_bnr02 > * {
  grid-area: 1/1;
  max-width: 100%;
}
.it_bnr02 > a, .it_bnr02 img {
  border-radius: var(--rad);
  width: 100% !important;
  height: 100% !important;
  margin: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .it_bnr02 > a, .it_bnr02 img {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.it_bnr02 > a:hover, .it_bnr02 img:hover {
  opacity: 1;
}
.it_bnr02 .im {
  height: 100%;
  background-color: var(--bk);
}
.it_bnr02 .im img {
  opacity: 0.7;
  transition: 0.4s;
}
.it_bnr02 > div {
  pointer-events: none;
  padding: 2em 2em;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .it_bnr02 > div {
    padding: 1em 1.5em;
  }
}
.it_bnr02 > div b {
  font-weight: bold;
}
.it_name {
  line-height: 3;
  background-color: #fff;
  color: #fff;
}
.it_name h1, .it_name h2, .it_name h3 {
  margin-top: 0.5em;
}

.img100 img:is(#contents *) {
  width: 100%;
}

.it01, .ti01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  --imgW: 50%;
}
.it01:has(iframe) > article, .ti01:has(iframe) > article {
  display: contents;
}
.it01:has(iframe) > article > *, .ti01:has(iframe) > article > * {
  width: unset;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .it01:has(iframe) > article > *, .ti01:has(iframe) > article > * {
    width: 100%;
    flex: unset;
  }
}
.it01.noArrow:after, .ti01.noArrow:after {
  display: none;
}
.it01 .im,
.it01 figure, .ti01 .im,
.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 > .im:has(> img):is(#contents *),
.it01 > figure:has(> img):is(#contents *), .ti01 > .im:has(> img):is(#contents *),
.ti01 > figure:has(> img):is(#contents *) {
  width: var(--imgW);
}
.it01 > .im:has(> img):is(#contents *) img,
.it01 > figure:has(> img):is(#contents *) img, .ti01 > .im: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%;
}

.H-in h1:is(div *) {
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: unset;
}

.H1-in h1:is(div *) {
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: unset;
  display: inline;
  color: inherit;
}

[class*=H-bgi] :is(h1, h2, h3) {
  padding: 1vmin !important;
}

.H- {
  --barW: 3px;
}
.H--circle02 :is(h1, h2, h3) {
  aspect-ratio: 1;
  padding-block: 5vmin;
  width: 360px;
  margin-bottom: -180px;
  z-index: 2;
  border-radius: 1000px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .H--circle02 :is(h1, h2, h3) {
    margin-bottom: -25%;
  }
}
@media screen and (max-width: 834px) {
  .H--circle02 :is(h1, h2, h3) {
    width: calc(var(--c) * 1.5);
  }
}
.H--circle02 :is(h1, h2, h3) > small {
  display: block;
  color: inherit;
  font-size: 60%;
}
.H--circle :is(h1, h2, h3) > span {
  font-size: var(--h3FZ);
  width: var(--c);
  aspect-ratio: 1;
  background: url(/images/home/w01.png) no-repeat center/100% 100%;
  display: inline-grid;
  place-items: center;
  place-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.H--circle :is(h1, h2, h3) > span > small {
  display: block;
  color: inherit;
  font-size: 60%;
}
.H-center:is(#contents *) h1, .H-center:is(#contents *) h2, .H-center:is(#contents *) h3 {
  text-align: center;
}
.H--bgi {
  background: no-repeat center 0%/100%/auto;
  padding-inline: 2em;
}
.H--bgi02 h1, .H--bgi02 h2, .H--bgi02 h3 {
  background: no-repeat calc(50% - 0.5em) 0%/7em;
  padding-block: 0.25em;
  padding-inline: 2em;
}
.H--bgi02 h1:is(*), .H--bgi02 h2:is(*), .H--bgi02 h3:is(*) {
  background-image: url(/images/home/t02.png);
}
.H--bgi02 h1 small, .H--bgi02 h2 small, .H--bgi02 h3 small {
  margin-block-end: 1em;
  margin-inline-start: -2em;
  color: var(--ff);
}
.H--bgi03 h1, .H--bgi03 h2, .H--bgi03 h3 {
  background: no-repeat calc(50% - 0em) 0%/5em;
  padding-block: 0.35em;
  padding-inline: 2em;
}
.H--bgi03 h1:is(*), .H--bgi03 h2:is(*), .H--bgi03 h3:is(*) {
  background-image: url(/images/home/t03.png);
}
.H--bgi03 h1 small, .H--bgi03 h2 small, .H--bgi03 h3 small {
  margin-block-end: 1.5em;
  color: var(--ff);
}
.H-bgmc20 :is(h1, h2, h3) {
  background-color: var(--mc20);
}
.H-bgac20 :is(h1, h2, h3) {
  background-color: var(--ac20);
}
.H-bgsc20 :is(h1, h2, h3) {
  background-color: var(--sc20);
}
.H-bgbc20 :is(h1, h2, h3) {
  background-color: var(--bc20);
}
.H-bgbk20 :is(h1, h2, h3) {
  background-color: var(--bk20);
}
.H-bgwh20 :is(h1, h2, h3) {
  background-color: var(--wh20);
}
.H-bgi {
  background: url(/images/home/wood2.jpg) no-repeat center/cover;
  --p: 1em;
  --half: calc(var(--p)/2);
  --p15: calc(var(--p)*1.5);
  padding: var(--p) var(--p15);
}
.H-bgi + div {
  margin-top: var(--Hafter);
}
.H-bgi h1, .H-bgi h2, .H-bgi h3 {
  color: #fff;
}
.H-bgi em:is(#contents *) {
  margin-bottom: unset;
}
.H-bgi:before {
  width: calc(100% - var(--p));
  height: calc(100% - var(--p));
  top: var(--half);
  left: var(--half);
  border: 1px solid #fff;
}
.H-1stLetter :is(h1, h2, h3, .h2FZ)::first-letter {
  color: var(--mc);
}
.H--shadow :is(h1, h2, h3) {
  --tsW:3px;
  --txsh:var(--tsW) var(--tsW) 0 var(--shadowC), 0 0 var(--tsW) var(--shadowC);
  text-shadow: var(--txsh);
}
.H-firstline :is(h1, h2, h3):where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-firstline :is(h1, h2, h3)::first-line {
  color: var(--mc);
  font-family: var(--cor);
}
.H-bfaf:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bfaf + div {
  margin-top: 30px;
}
.H-bfaf h1, .H-bfaf h2, .H-bfaf h3 {
  display: flex;
  align-items: center;
  gap: 1em;
  align-items: baseline;
}
.H-bfaf h1:before, .H-bfaf h1:after, .H-bfaf h2:before, .H-bfaf h2:after, .H-bfaf h3:before, .H-bfaf h3:after {
  align-self: center;
  content: "";
  height: var(--barW);
  flex: 1;
  background-color: var(--gr);
  margin-top: 0.1em;
}
@media screen and (max-width: 480px) {
  .H-bfaf:before {
    display: none;
  }
}
.H-flex:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-flex h1, .H-flex h2, .H-flex h3 {
  display: flex;
  align-items: baseline;
  gap: 5vmin;
}
.H-af:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-af h1, .H-af h2, .H-af h3 {
  --barC: currentColor;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.H-af h1:after, .H-af h2:after, .H-af h3:after {
  content: "";
  height: var(--barW);
  flex: 1;
  background-color: var(--barC);
}
.H-bf:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bf h1, .H-bf h2, .H-bf h3 {
  --barC: var(--gr);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.H-bf h1:before, .H-bf h2:before, .H-bf h3:before {
  content: "";
  height: 0.1em;
  flex: 1;
  background-color: var(--barC);
}
.H-decoBD:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-decoBD h1, .H-decoBD h2, .H-decoBD h3 {
  --w:0.1em;
  --o:calc(var(--w)*4);
  --c: var(--mc);
  -webkit-text-decoration: underline var(--decoS) var(--w) var(--c);
          text-decoration: underline var(--decoS) var(--w) var(--c);
  text-underline-offset: var(--o);
  margin-block-end: var(--f16);
  border-bottom: var(--line);
  border-color: var(--mc20);
  border-width: var(--w);
}
.H-decoBD h1 + div:not(:empty), .H-decoBD h2 + div:not(:empty), .H-decoBD h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-decoBD h1:is(.__mc *), .H-decoBD h2:is(.__mc *), .H-decoBD h3:is(.__mc *) {
  text-decoration-color: var(--mc);
}
.H-decoBD h1:is(.__ac *), .H-decoBD h2:is(.__ac *), .H-decoBD h3:is(.__ac *) {
  text-decoration-color: var(--ac);
}
.H-decoBD h1:is(.__sc *), .H-decoBD h2:is(.__sc *), .H-decoBD h3:is(.__sc *) {
  text-decoration-color: var(--sc);
}
.H-decoBD h1:is(.__mc50 *), .H-decoBD h2:is(.__mc50 *), .H-decoBD h3:is(.__mc50 *) {
  text-decoration-color: var(--mc50);
}
.H-decoBD h1:is(.__ac50 *), .H-decoBD h2:is(.__ac50 *), .H-decoBD h3:is(.__ac50 *) {
  text-decoration-color: var(--ac50);
}
.H-decoBD h1:is(.__sc50 *), .H-decoBD h2:is(.__sc50 *), .H-decoBD h3:is(.__sc50 *) {
  text-decoration-color: var(--sc50);
}
.H-decoBD h1:is(.__mc2 *), .H-decoBD h2:is(.__mc2 *), .H-decoBD h3:is(.__mc2 *) {
  text-decoration-color: var(--mc2);
}
.H-decoBD h1:is(.__ac2 *), .H-decoBD h2:is(.__ac2 *), .H-decoBD h3:is(.__ac2 *) {
  text-decoration-color: var(--ac2);
}
.H-decoBD h1:is(.__sc2 *), .H-decoBD h2:is(.__sc2 *), .H-decoBD h3:is(.__sc2 *) {
  text-decoration-color: var(--sc2);
}
.H-decoBD h1:is(.__bc *), .H-decoBD h2:is(.__bc *), .H-decoBD h3:is(.__bc *) {
  text-decoration-color: var(--bc);
}
.H-decoBD h1:is(.__wh *), .H-decoBD h2:is(.__wh *), .H-decoBD h3:is(.__wh *) {
  text-decoration-color: var(--wh);
}
.H-decoBD h1:is(.__bk *), .H-decoBD h2:is(.__bk *), .H-decoBD h3:is(.__bk *) {
  text-decoration-color: var(--bk);
}
.H-decoBD h1:is(.__tx *), .H-decoBD h2:is(.__tx *), .H-decoBD h3:is(.__tx *) {
  text-decoration-color: var(--tx);
}
.H-deco:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-deco h1, .H-deco h2, .H-deco h3 {
  --w:4px;
  --o:calc(var(--w)*2 );
  --c: var(--mc);
  -webkit-text-decoration: underline var(--decoS) var(--w) var(--c);
          text-decoration: underline var(--decoS) var(--w) var(--c);
  text-underline-offset: var(--o);
  margin-block-end: var(--f16);
}
.H-deco h1 + div:not(:empty), .H-deco h2 + div:not(:empty), .H-deco h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-deco h1:is(.__mc *), .H-deco h2:is(.__mc *), .H-deco h3:is(.__mc *) {
  text-decoration-color: var(--mc);
}
.H-deco h1:is(.__ac *), .H-deco h2:is(.__ac *), .H-deco h3:is(.__ac *) {
  text-decoration-color: var(--ac);
}
.H-deco h1:is(.__sc *), .H-deco h2:is(.__sc *), .H-deco h3:is(.__sc *) {
  text-decoration-color: var(--sc);
}
.H-deco h1:is(.__mc50 *), .H-deco h2:is(.__mc50 *), .H-deco h3:is(.__mc50 *) {
  text-decoration-color: var(--mc50);
}
.H-deco h1:is(.__ac50 *), .H-deco h2:is(.__ac50 *), .H-deco h3:is(.__ac50 *) {
  text-decoration-color: var(--ac50);
}
.H-deco h1:is(.__sc50 *), .H-deco h2:is(.__sc50 *), .H-deco h3:is(.__sc50 *) {
  text-decoration-color: var(--sc50);
}
.H-deco h1:is(.__mc2 *), .H-deco h2:is(.__mc2 *), .H-deco h3:is(.__mc2 *) {
  text-decoration-color: var(--mc2);
}
.H-deco h1:is(.__ac2 *), .H-deco h2:is(.__ac2 *), .H-deco h3:is(.__ac2 *) {
  text-decoration-color: var(--ac2);
}
.H-deco h1:is(.__sc2 *), .H-deco h2:is(.__sc2 *), .H-deco h3:is(.__sc2 *) {
  text-decoration-color: var(--sc2);
}
.H-deco h1:is(.__bc *), .H-deco h2:is(.__bc *), .H-deco h3:is(.__bc *) {
  text-decoration-color: var(--bc);
}
.H-deco h1:is(.__wh *), .H-deco h2:is(.__wh *), .H-deco h3:is(.__wh *) {
  text-decoration-color: var(--wh);
}
.H-deco h1:is(.__bk *), .H-deco h2:is(.__bk *), .H-deco h3:is(.__bk *) {
  text-decoration-color: var(--bk);
}
.H-deco h1:is(.__tx *), .H-deco h2:is(.__tx *), .H-deco h3:is(.__tx *) {
  text-decoration-color: var(--tx);
}
.H-bd-block h1, .H-bd-block h2, .H-bd-block h3 {
  --bdw: 2px;
  --bdc: var(--mc);
  --line:var(--bdw) var(--bds) var(--bdc);
  border-block: var(--line);
  padding-block: 0.3em;
  display: inline-block;
}
.H-bd-block h1:is(html.blog *), .H-bd-block h2:is(html.blog *), .H-bd-block h3:is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bd-block h1 + div:not(:empty), .H-bd-block h2 + div:not(:empty), .H-bd-block h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-bd-block h1:is(.__mc *), .H-bd-block h2:is(.__mc *), .H-bd-block h3:is(.__mc *) {
  border-color: var(--mc);
}
.H-bd-block h1:is(.__ac *), .H-bd-block h2:is(.__ac *), .H-bd-block h3:is(.__ac *) {
  border-color: var(--ac);
}
.H-bd-block h1:is(.__sc *), .H-bd-block h2:is(.__sc *), .H-bd-block h3:is(.__sc *) {
  border-color: var(--sc);
}
.H-bd-block h1:is(.__mc50 *), .H-bd-block h2:is(.__mc50 *), .H-bd-block h3:is(.__mc50 *) {
  border-color: var(--mc50);
}
.H-bd-block h1:is(.__ac50 *), .H-bd-block h2:is(.__ac50 *), .H-bd-block h3:is(.__ac50 *) {
  border-color: var(--ac50);
}
.H-bd-block h1:is(.__sc50 *), .H-bd-block h2:is(.__sc50 *), .H-bd-block h3:is(.__sc50 *) {
  border-color: var(--sc50);
}
.H-bd-block h1:is(.__mc2 *), .H-bd-block h2:is(.__mc2 *), .H-bd-block h3:is(.__mc2 *) {
  border-color: var(--mc2);
}
.H-bd-block h1:is(.__ac2 *), .H-bd-block h2:is(.__ac2 *), .H-bd-block h3:is(.__ac2 *) {
  border-color: var(--ac2);
}
.H-bd-block h1:is(.__sc2 *), .H-bd-block h2:is(.__sc2 *), .H-bd-block h3:is(.__sc2 *) {
  border-color: var(--sc2);
}
.H-bd-block h1:is(.__bc *), .H-bd-block h2:is(.__bc *), .H-bd-block h3:is(.__bc *) {
  border-color: var(--bc);
}
.H-bd-block h1:is(.__wh *), .H-bd-block h2:is(.__wh *), .H-bd-block h3:is(.__wh *) {
  border-color: var(--wh);
}
.H-bd-block h1:is(.__bk *), .H-bd-block h2:is(.__bk *), .H-bd-block h3:is(.__bk *) {
  border-color: var(--bk);
}
.H-bd-block h1:is(.__tx *), .H-bd-block h2:is(.__tx *), .H-bd-block h3:is(.__tx *) {
  border-color: var(--tx);
}
.H-bdBlock h1, .H-bdBlock h2, .H-bdBlock h3 {
  --bdw: 2px;
  --bdc: var(--mc);
  --line:var(--bdw) var(--bds) var(--bdc);
  border-block: var(--line);
  padding-block: 0.3em;
  display: inline-block;
}
.H-bdBlock h1:is(html.blog *), .H-bdBlock h2:is(html.blog *), .H-bdBlock h3:is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bdBlock h1 + div:not(:empty), .H-bdBlock h2 + div:not(:empty), .H-bdBlock h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-bdBlock h1:is(.__mc *), .H-bdBlock h2:is(.__mc *), .H-bdBlock h3:is(.__mc *) {
  border-color: var(--mc);
}
.H-bdBlock h1:is(.__ac *), .H-bdBlock h2:is(.__ac *), .H-bdBlock h3:is(.__ac *) {
  border-color: var(--ac);
}
.H-bdBlock h1:is(.__sc *), .H-bdBlock h2:is(.__sc *), .H-bdBlock h3:is(.__sc *) {
  border-color: var(--sc);
}
.H-bdBlock h1:is(.__mc50 *), .H-bdBlock h2:is(.__mc50 *), .H-bdBlock h3:is(.__mc50 *) {
  border-color: var(--mc50);
}
.H-bdBlock h1:is(.__ac50 *), .H-bdBlock h2:is(.__ac50 *), .H-bdBlock h3:is(.__ac50 *) {
  border-color: var(--ac50);
}
.H-bdBlock h1:is(.__sc50 *), .H-bdBlock h2:is(.__sc50 *), .H-bdBlock h3:is(.__sc50 *) {
  border-color: var(--sc50);
}
.H-bdBlock h1:is(.__mc2 *), .H-bdBlock h2:is(.__mc2 *), .H-bdBlock h3:is(.__mc2 *) {
  border-color: var(--mc2);
}
.H-bdBlock h1:is(.__ac2 *), .H-bdBlock h2:is(.__ac2 *), .H-bdBlock h3:is(.__ac2 *) {
  border-color: var(--ac2);
}
.H-bdBlock h1:is(.__sc2 *), .H-bdBlock h2:is(.__sc2 *), .H-bdBlock h3:is(.__sc2 *) {
  border-color: var(--sc2);
}
.H-bdBlock h1:is(.__bc *), .H-bdBlock h2:is(.__bc *), .H-bdBlock h3:is(.__bc *) {
  border-color: var(--bc);
}
.H-bdBlock h1:is(.__wh *), .H-bdBlock h2:is(.__wh *), .H-bdBlock h3:is(.__wh *) {
  border-color: var(--wh);
}
.H-bdBlock h1:is(.__bk *), .H-bdBlock h2:is(.__bk *), .H-bdBlock h3:is(.__bk *) {
  border-color: var(--bk);
}
.H-bdBlock h1:is(.__tx *), .H-bdBlock h2:is(.__tx *), .H-bdBlock h3:is(.__tx *) {
  border-color: var(--tx);
}
.H-bd h1, .H-bd h2, .H-bd h3 {
  border-bottom: var(--line);
  padding-bottom: 0.25em;
}
.H-bd h1:is(html.blog *), .H-bd h2:is(html.blog *), .H-bd h3:is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bd h1:is(.__red *), .H-bd h2:is(.__red *), .H-bd h3:is(.__red *) {
  border-bottom-color: var(--red);
}
.H-bd h1:is(.__mc *), .H-bd h2:is(.__mc *), .H-bd h3:is(.__mc *) {
  border-bottom-color: var(--mc);
}
.H-bd h1:is(.__ac *), .H-bd h2:is(.__ac *), .H-bd h3:is(.__ac *) {
  border-bottom-color: var(--ac);
}
.H-bd h1:is(.__sc *), .H-bd h2:is(.__sc *), .H-bd h3:is(.__sc *) {
  border-bottom-color: var(--sc);
}
.H-bd h1:is(.__mc50 *), .H-bd h2:is(.__mc50 *), .H-bd h3:is(.__mc50 *) {
  border-bottom-color: var(--mc50);
}
.H-bd h1:is(.__ac50 *), .H-bd h2:is(.__ac50 *), .H-bd h3:is(.__ac50 *) {
  border-bottom-color: var(--ac50);
}
.H-bd h1:is(.__sc50 *), .H-bd h2:is(.__sc50 *), .H-bd h3:is(.__sc50 *) {
  border-bottom-color: var(--sc50);
}
.H-bd h1:is(.__mc2 *), .H-bd h2:is(.__mc2 *), .H-bd h3:is(.__mc2 *) {
  border-bottom-color: var(--mc2);
}
.H-bd h1:is(.__ac2 *), .H-bd h2:is(.__ac2 *), .H-bd h3:is(.__ac2 *) {
  border-bottom-color: var(--ac2);
}
.H-bd h1:is(.__sc2 *), .H-bd h2:is(.__sc2 *), .H-bd h3:is(.__sc2 *) {
  border-bottom-color: var(--sc2);
}
.H-bd h1:is(.__bc *), .H-bd h2:is(.__bc *), .H-bd h3:is(.__bc *) {
  border-bottom-color: var(--bc);
}
.H-bd h1:is(.__wh *), .H-bd h2:is(.__wh *), .H-bd h3:is(.__wh *) {
  border-bottom-color: var(--wh);
}
.H-bd h1:is(.__bk *), .H-bd h2:is(.__bk *), .H-bd h3:is(.__bk *) {
  border-bottom-color: var(--bk);
}
.H-bd h1:is(.__tx *), .H-bd h2:is(.__tx *), .H-bd h3:is(.__tx *) {
  border-bottom-color: var(--tx);
}
.H-bd-dash:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bd-dash h1, .H-bd-dash h2, .H-bd-dash h3 {
  --w:.1em;
  --o:calc(var(--w)*1 );
  --c:var(--mc);
  --decoS: dashed;
  border-bottom: var(--w) var(--decoS) var(--c);
}
.H-bd-dash h1 + div:not(:empty), .H-bd-dash h2 + div:not(:empty), .H-bd-dash h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-bd-dash h1:is(.__mc *), .H-bd-dash h2:is(.__mc *), .H-bd-dash h3:is(.__mc *) {
  --c: var(--mc);
}
.H-bd-dash h1:is(.__ac *), .H-bd-dash h2:is(.__ac *), .H-bd-dash h3:is(.__ac *) {
  --c: var(--ac);
}
.H-bd-dash h1:is(.__sc *), .H-bd-dash h2:is(.__sc *), .H-bd-dash h3:is(.__sc *) {
  --c: var(--sc);
}
.H-bd-dash h1:is(.__mc50 *), .H-bd-dash h2:is(.__mc50 *), .H-bd-dash h3:is(.__mc50 *) {
  --c: var(--mc50);
}
.H-bd-dash h1:is(.__ac50 *), .H-bd-dash h2:is(.__ac50 *), .H-bd-dash h3:is(.__ac50 *) {
  --c: var(--ac50);
}
.H-bd-dash h1:is(.__sc50 *), .H-bd-dash h2:is(.__sc50 *), .H-bd-dash h3:is(.__sc50 *) {
  --c: var(--sc50);
}
.H-bd-dash h1:is(.__mc2 *), .H-bd-dash h2:is(.__mc2 *), .H-bd-dash h3:is(.__mc2 *) {
  --c: var(--mc2);
}
.H-bd-dash h1:is(.__ac2 *), .H-bd-dash h2:is(.__ac2 *), .H-bd-dash h3:is(.__ac2 *) {
  --c: var(--ac2);
}
.H-bd-dash h1:is(.__sc2 *), .H-bd-dash h2:is(.__sc2 *), .H-bd-dash h3:is(.__sc2 *) {
  --c: var(--sc2);
}
.H-bd-dash h1:is(.__bc *), .H-bd-dash h2:is(.__bc *), .H-bd-dash h3:is(.__bc *) {
  --c: var(--bc);
}
.H-bd-dash h1:is(.__wh *), .H-bd-dash h2:is(.__wh *), .H-bd-dash h3:is(.__wh *) {
  --c: var(--wh);
}
.H-bd-dash h1:is(.__bk *), .H-bd-dash h2:is(.__bk *), .H-bd-dash h3:is(.__bk *) {
  --c: var(--bk);
}
.H-bd-dash h1:is(.__tx *), .H-bd-dash h2:is(.__tx *), .H-bd-dash h3:is(.__tx *) {
  --c: var(--tx);
}
.H-bd-dot:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bd-dot h1, .H-bd-dot h2, .H-bd-dot h3 {
  --w:.1em;
  --o:calc(var(--w)*1 );
  --c:var(--mc);
  --decoS: dotted;
  border-bottom: var(--w) var(--decoS) var(--c);
}
.H-bd-dot h1 + div:not(:empty), .H-bd-dot h2 + div:not(:empty), .H-bd-dot h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-bd-dot h1:is(.__mc *), .H-bd-dot h2:is(.__mc *), .H-bd-dot h3:is(.__mc *) {
  --c: var(--mc);
}
.H-bd-dot h1:is(.__ac *), .H-bd-dot h2:is(.__ac *), .H-bd-dot h3:is(.__ac *) {
  --c: var(--ac);
}
.H-bd-dot h1:is(.__sc *), .H-bd-dot h2:is(.__sc *), .H-bd-dot h3:is(.__sc *) {
  --c: var(--sc);
}
.H-bd-dot h1:is(.__mc50 *), .H-bd-dot h2:is(.__mc50 *), .H-bd-dot h3:is(.__mc50 *) {
  --c: var(--mc50);
}
.H-bd-dot h1:is(.__ac50 *), .H-bd-dot h2:is(.__ac50 *), .H-bd-dot h3:is(.__ac50 *) {
  --c: var(--ac50);
}
.H-bd-dot h1:is(.__sc50 *), .H-bd-dot h2:is(.__sc50 *), .H-bd-dot h3:is(.__sc50 *) {
  --c: var(--sc50);
}
.H-bd-dot h1:is(.__mc2 *), .H-bd-dot h2:is(.__mc2 *), .H-bd-dot h3:is(.__mc2 *) {
  --c: var(--mc2);
}
.H-bd-dot h1:is(.__ac2 *), .H-bd-dot h2:is(.__ac2 *), .H-bd-dot h3:is(.__ac2 *) {
  --c: var(--ac2);
}
.H-bd-dot h1:is(.__sc2 *), .H-bd-dot h2:is(.__sc2 *), .H-bd-dot h3:is(.__sc2 *) {
  --c: var(--sc2);
}
.H-bd-dot h1:is(.__bc *), .H-bd-dot h2:is(.__bc *), .H-bd-dot h3:is(.__bc *) {
  --c: var(--bc);
}
.H-bd-dot h1:is(.__wh *), .H-bd-dot h2:is(.__wh *), .H-bd-dot h3:is(.__wh *) {
  --c: var(--wh);
}
.H-bd-dot h1:is(.__bk *), .H-bd-dot h2:is(.__bk *), .H-bd-dot h3:is(.__bk *) {
  --c: var(--bk);
}
.H-bd-dot h1:is(.__tx *), .H-bd-dot h2:is(.__tx *), .H-bd-dot h3:is(.__tx *) {
  --c: var(--tx);
}
.H-bdstripe:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bdstripe h1, .H-bdstripe h2, .H-bdstripe h3 {
  --w:.25em;
  --w2:calc(var(--w) + 1px);
  --o:calc(var(--w)*1 );
  --c:var(--scDK);
  --decoS: dashed;
  border-bottom: solid 0.5em;
  -o-border-image: repeating-linear-gradient(-45deg, var(--c), var(--c) var(--w), transparent var(--w2), transparent calc(var(--w) * 2)) 20;
     border-image: repeating-linear-gradient(-45deg, var(--c), var(--c) var(--w), transparent var(--w2), transparent calc(var(--w) * 2)) 20;
}
.H-bdstripe h1 + div:not(:empty), .H-bdstripe h2 + div:not(:empty), .H-bdstripe h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-bdstripe h1:is(.__mc *), .H-bdstripe h2:is(.__mc *), .H-bdstripe h3:is(.__mc *) {
  --c: var(--mc);
}
.H-bdstripe h1:is(.__ac *), .H-bdstripe h2:is(.__ac *), .H-bdstripe h3:is(.__ac *) {
  --c: var(--ac);
}
.H-bdstripe h1:is(.__sc *), .H-bdstripe h2:is(.__sc *), .H-bdstripe h3:is(.__sc *) {
  --c: var(--sc);
}
.H-bdstripe h1:is(.__mc50 *), .H-bdstripe h2:is(.__mc50 *), .H-bdstripe h3:is(.__mc50 *) {
  --c: var(--mc50);
}
.H-bdstripe h1:is(.__ac50 *), .H-bdstripe h2:is(.__ac50 *), .H-bdstripe h3:is(.__ac50 *) {
  --c: var(--ac50);
}
.H-bdstripe h1:is(.__sc50 *), .H-bdstripe h2:is(.__sc50 *), .H-bdstripe h3:is(.__sc50 *) {
  --c: var(--sc50);
}
.H-bdstripe h1:is(.__mc2 *), .H-bdstripe h2:is(.__mc2 *), .H-bdstripe h3:is(.__mc2 *) {
  --c: var(--mc2);
}
.H-bdstripe h1:is(.__ac2 *), .H-bdstripe h2:is(.__ac2 *), .H-bdstripe h3:is(.__ac2 *) {
  --c: var(--ac2);
}
.H-bdstripe h1:is(.__sc2 *), .H-bdstripe h2:is(.__sc2 *), .H-bdstripe h3:is(.__sc2 *) {
  --c: var(--sc2);
}
.H-bdstripe h1:is(.__bc *), .H-bdstripe h2:is(.__bc *), .H-bdstripe h3:is(.__bc *) {
  --c: var(--bc);
}
.H-bdstripe h1:is(.__wh *), .H-bdstripe h2:is(.__wh *), .H-bdstripe h3:is(.__wh *) {
  --c: var(--wh);
}
.H-bdstripe h1:is(.__bk *), .H-bdstripe h2:is(.__bk *), .H-bdstripe h3:is(.__bk *) {
  --c: var(--bk);
}
.H-bdstripe h1:is(.__tx *), .H-bdstripe h2:is(.__tx *), .H-bdstripe h3:is(.__tx *) {
  --c: var(--tx);
}
.H-bdl:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bdl h1, .H-bdl h2, .H-bdl h3 {
  --w:4px;
  --o:calc(var(--w)*1 );
  --c:var(--mc);
  border-left: var(--w) var(--decoS) var(--c);
  padding-left: calc(var(--w) * 3);
}
.H-bdl h1 + div:not(:empty), .H-bdl h2 + div:not(:empty), .H-bdl h3 + div:not(:empty) {
  margin-top: 1em;
}
.H-icon02 h1, .H-icon02 h2, .H-icon02 h3 {
  border-bottom: 2px solid currentColor;
}
.H-icon02 h1:is(.__dots *), .H-icon02 h2:is(.__dots *), .H-icon02 h3:is(.__dots *) {
  border-bottom: unset;
  -webkit-text-emphasis: "*" var(--red);
          text-emphasis: "*" var(--red);
  -webkit-text-emphasis-position: under;
          text-emphasis-position: under right;
}
.H-icon02 h1:is(.__dots *) i, .H-icon02 h2:is(.__dots *) i, .H-icon02 h3:is(.__dots *) i {
  height: 1.5em;
}
.H-icon02 i:not(.btn *) {
  color: #fff;
  display: inline-block;
  width: 1em;
  height: 2em;
  margin-block: -0.125em;
  margin-right: 0.5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  vertical-align: middle;
  display: inline-grid;
  place-content: center;
  place-items: center;
  margin-top: -0.25em;
  background: url(/images/contents/ki.png) no-repeat center/auto 100%;
}
.H-icon02 i:not(.btn *):is(.__sc *) {
  background-image: url(/images/contents/ki02.png);
}
.H-icon02 i:not(.btn *):is([class*=title_bb] i) {
  margin-bottom: 0.1em;
}
.H-icon02 i:not(.btn *).kodawari {
  background: url(/images/common/icon_kodawari.png) no-repeat center/contain;
}
.H-icon02 i:not(.btn *).access {
  background: url(/images/common/icon_access.png) no-repeat center/contain;
}
.H-icon02 i:not(.btn *).drink {
  background: url(/images/common/icon_drink.png) no-repeat center/contain;
}
.H-icon02 i:not(.btn *).history {
  background: url(/images/common/icon_history.png) no-repeat center/contain;
}
.H-icon02 i:not(.btn *).menu {
  background: url(/images/common/icon_menu.png) no-repeat center/contain;
}
.H-icon02 i:not(.btn *).tenpo {
  background: url(/images/common/icon_tenpo.png) no-repeat center/contain;
}
.H-bdi {
  --h2fz:clamp(18px, 2.4vw, 30px);
}
.H-bdi:where(:not(:has(img))) + div {
  margin-top: var(--Hafter);
}
.H-bdi :is(h1, h2, h3) span {
  --c: var(--bc);
  border-style: solid;
  -o-border-image: repeating-linear-gradient(var(--c), var(--c) 4px, transparent 4.1px, transparent 8px) 0 0 30 0/3vmin 0;
     border-image: repeating-linear-gradient(var(--c), var(--c) 4px, transparent 4.1px, transparent 8px) 0 0 30 0/3vmin 0;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.5em;
  padding-inline: 0.5em;
  padding-block: 0.25em;
  font-size: 133%;
}
.H-bdi :is(h1, h2, h3) span:is(.__wh *) {
  --c: var(--wh);
}

.head_bgi02 {
  --pdb:1.5em;
  --start: var(--wh);
  --end: var(--tr);
  --bgi:linear-gradient(to left,var(--start),var(--end));
  margin-top: var(--bl06);
  padding-inline: var(--pad);
  padding-block: var(--pdb);
  background-image: var(--bgi);
}
.head_bgi02:before {
  content: "";
  background: var(--bgi);
  inset: 0;
  z-index: -1;
}
.head_bgi02 + div {
  margin-top: var(--Hafter);
}
.head_bgi02 h1 + div:not(:empty), .head_bgi02 h2 + div:not(:empty), .head_bgi02 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_bgi02:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_bgi02:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_bgi02:has(img) article h1, .head_bgi02:has(img) article h2, .head_bgi02:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_bgi02:has(img) article {
    flex-direction: column-reverse;
  }
  .head_bgi02:has(img) article h1, .head_bgi02:has(img) article h2, .head_bgi02:has(img) article h3 {
    width: 100%;
  }
  .head_bgi02:has(img) article .im {
    margin-left: auto;
  }
}
.head_bgi {
  --pdb:1.5em;
  --start: var(--wh);
  --end: var(--tr);
  --bgi:linear-gradient(to right,var(--start),var(--end));
  margin-top: var(--bl06);
  padding-inline: var(--incont);
  padding-block: var(--pdb);
  background-image: var(--bgi);
}
.head_bgi:before {
  content: "";
  background: var(--bgi);
  inset: 0;
  z-index: -1;
}
.head_bgi + div {
  margin-top: var(--Hafter);
}
.head_bgi h1 + div:not(:empty), .head_bgi h2 + div:not(:empty), .head_bgi h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_bgi:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_bgi:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_bgi:has(img) article h1, .head_bgi:has(img) article h2, .head_bgi:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_bgi:has(img) article {
    flex-direction: column-reverse;
  }
  .head_bgi:has(img) article h1, .head_bgi:has(img) article h2, .head_bgi:has(img) article h3 {
    width: 100%;
  }
  .head_bgi:has(img) article .im {
    margin-left: auto;
  }
}
.head_grad {
  --pdb:1.5em;
  --start: var(--mc);
  --mid: var(--tr);
  --end: var(--gr);
  --bgi:linear-gradient(to right,var(--start),var(--mid),var(--end));
  margin-top: var(--bl06);
  padding-inline: var(--incont);
  padding-block: var(--pdb);
  background-image: var(--bgi);
}
.head_grad + div {
  margin-top: var(--Hafter);
}
.head_grad h1 + div:not(:empty), .head_grad h2 + div:not(:empty), .head_grad h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_grad:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_grad:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_grad:has(img) article h1, .head_grad:has(img) article h2, .head_grad:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_grad:has(img) article {
    flex-direction: column-reverse;
  }
  .head_grad:has(img) article h1, .head_grad:has(img) article h2, .head_grad:has(img) article h3 {
    width: 100%;
  }
  .head_grad:has(img) article .im {
    margin-left: auto;
  }
}
.head_01 {
  padding-block: 1.5em;
}
.head_01 + div {
  margin-top: 20px;
}
.head_01 h1 > span, .head_01 h2 > span, .head_01 h3 > span {
  padding-inline: 0.5em;
  display: inline-grid;
  place-items: center;
  gap: 10px;
}
.head_01 h1 > span:after, .head_01 h2 > span:after, .head_01 h3 > span:after {
  content: "";
  width: 78px;
  height: 12px;
  background: url(/images/home/dots.png) no-repeat center/100% 100%;
  filter: invert(1);
}
.head_01 h1 + div:not(:empty), .head_01 h2 + div:not(:empty), .head_01 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_02 {
  margin-top: var(--bl06);
  padding-inline: var(--incont);
  padding-block: 1.5em;
  background-color: var(--bc);
}
.head_02 + div {
  margin-top: var(--Hafter);
}
.head_02 h1 + div:not(:empty), .head_02 h2 + div:not(:empty), .head_02 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_02:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_02:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_02:has(img) article h1, .head_02:has(img) article h2, .head_02:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_02:has(img) article {
    flex-direction: column-reverse;
  }
  .head_02:has(img) article h1, .head_02:has(img) article h2, .head_02:has(img) article h3 {
    width: 100%;
  }
  .head_02:has(img) article .im {
    margin-left: auto;
  }
}
.head_022 {
  padding-inline: var(--in1200);
  padding-block: 1.5em;
  background: url(/images/home/bg1200140.jpg) no-repeat center/100% auto;
  background-color: var(--bc20);
  background-blend-mode: color;
}
@media screen and (max-width: 640px) {
  .head_022 {
    background-size: cover;
  }
}
.head_022 + div {
  margin-top: 40px;
}
.head_022 h1 + div:not(:empty), .head_022 h2 + div:not(:empty), .head_022 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_022:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_022:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_022:has(img) article h1, .head_022:has(img) article h2, .head_022:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_022:has(img) article {
    flex-direction: column-reverse;
  }
  .head_022:has(img) article h1, .head_022:has(img) article h2, .head_022:has(img) article h3 {
    width: 100%;
  }
  .head_022:has(img) article .im {
    margin-left: auto;
  }
}
.head_021 article > * {
  padding-inline: var(--incont);
}
.head_021 h1, .head_021 h2, .head_021 h3 {
  padding-block: calc(var(--bodyFZ) * 1.5);
  margin-bottom: unset;
  color: var(--wh);
}
.head_021 h1 > span, .head_021 h2 > span, .head_021 h3 > span {
  padding-inline: 0.5em;
  border-bottom: 2px solid var(--wh);
}
.head_021 h1 + div:not(:empty), .head_021 h2 + div:not(:empty), .head_021 h3 + div:not(:empty) {
  margin-top: unset;
  padding-top: 1.5em;
  background-color: #fff;
}
.head_021:has(div:empty) + div {
  margin-top: 20px;
}
.head_03 {
  padding-block: 1em;
  background-color: var(--mc11);
}
.head_03 + div {
  margin-top: 1em;
}
.head_03 h1 + div:not(:empty), .head_03 h2 + div:not(:empty), .head_03 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_04 {
  background-color: var(--bc);
  padding-block: 0.5em;
}
.head_04 + div {
  margin-top: 20px;
}
.head_04 h1, .head_04 h2, .head_04 h3 {
  display: flex;
  justify-content: unset;
  align-items: baseline;
  gap: 1em;
}
.head_04 h1 em:is(#contents *), .head_04 h2 em:is(#contents *), .head_04 h3 em:is(#contents *) {
  font-size: clamp(32px, 5vw, 60px);
}
.head_04 h1:is(.__mc *), .head_04 h2:is(.__mc *), .head_04 h3:is(.__mc *) {
  border-color: var(--mc);
}
.head_04 h1:is(.__ac *), .head_04 h2:is(.__ac *), .head_04 h3:is(.__ac *) {
  border-color: var(--ac);
}
.head_04 h1:is(.__sc *), .head_04 h2:is(.__sc *), .head_04 h3:is(.__sc *) {
  border-color: var(--sc);
}
.head_04 h1:is(.__bc *), .head_04 h2:is(.__bc *), .head_04 h3:is(.__bc *) {
  border-color: var(--bc);
}
.head_07 + div {
  margin-top: 20px;
}
.head_07 h1, .head_07 h2, .head_07 h3 {
  display: flex;
  justify-content: unset;
  align-items: baseline;
  gap: 1em;
  border-bottom: var(--line);
}
.head_07 h1 em:is(#contents *), .head_07 h2 em:is(#contents *), .head_07 h3 em:is(#contents *) {
  font-size: clamp(32px, 5vw, 60px);
}
.head_07 h1:is(.__mc *), .head_07 h2:is(.__mc *), .head_07 h3:is(.__mc *) {
  border-color: var(--mc);
}
.head_07 h1:is(.__ac *), .head_07 h2:is(.__ac *), .head_07 h3:is(.__ac *) {
  border-color: var(--ac);
}
.head_07 h1:is(.__sc *), .head_07 h2:is(.__sc *), .head_07 h3:is(.__sc *) {
  border-color: var(--sc);
}
.head_07 h1:is(.__bc *), .head_07 h2:is(.__bc *), .head_07 h3:is(.__bc *) {
  border-color: var(--bc);
}
.head_05 + div {
  margin-top: 20px;
}
.head_05 h1, .head_05 h2, .head_05 h3 {
  border-bottom: var(--line);
}
.head_05 h1:is(.__mc *), .head_05 h2:is(.__mc *), .head_05 h3:is(.__mc *) {
  border-color: var(--mc);
}
.head_05 h1:is(.__ac *), .head_05 h2:is(.__ac *), .head_05 h3:is(.__ac *) {
  border-color: var(--ac);
}
.head_05 h1:is(.__sc *), .head_05 h2:is(.__sc *), .head_05 h3:is(.__sc *) {
  border-color: var(--sc);
}
.head_05 h1:is(.__bc *), .head_05 h2:is(.__bc *), .head_05 h3:is(.__bc *) {
  border-color: var(--bc);
}
.head_06 {
  padding-inline: var(--in1200);
  background-color: var(--bc20);
}
.head_06 + div {
  margin-top: var(--Hafter);
}
.head_06 h1, .head_06 h2, .head_06 h3 {
  font-weight: 400;
  margin-block: -1px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-clip-path: polygon(10% 0%, 0% 100%, 90% 100%, 100% 0%);
          clip-path: polygon(10% 0%, 0% 100%, 90% 100%, 100% 0%);
}
.head_06 h1 em, .head_06 h2 em, .head_06 h3 em {
  line-height: 1;
  padding-bottom: 1em;
  padding-right: 1em;
  position: relative;
}
.head_06 h1 em:after, .head_06 h2 em:after, .head_06 h3 em:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 1.5em;
  background-color: var(--mc);
  transform-origin: 100% 0%;
  rotate: 45deg;
}
.head_06 h1 + div:not(:empty), .head_06 h2 + div:not(:empty), .head_06 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_06:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_06:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_06:has(img) article h1, .head_06:has(img) article h2, .head_06:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_06:has(img) article {
    flex-direction: column-reverse;
  }
  .head_06:has(img) article h1, .head_06:has(img) article h2, .head_06:has(img) article h3 {
    width: 100%;
  }
  .head_06:has(img) article .im {
    margin-left: auto;
  }
}

.H-wave h1, .H-wave h2, .H-wave h3 {
  border-bottom: 10px solid;
  -o-border-image: url(/images/home/wave03.png);
     border-image: url(/images/home/wave03.png);
  border-image-slice: 120;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
}

.H-grad {
  --start: var(--mc);
  --end: var(--tr);
  --bdw:2px;
}
.H-grad h1, .H-grad h2, .H-grad h3 {
  border-bottom: var(--bdw) solid;
  -o-border-image: linear-gradient(to right, var(--start), var(--end));
     border-image: linear-gradient(to right, var(--start), var(--end));
  border-image-slice: 1;
}

.H-h3FZ :is(h1, h2, h3) {
  font-size: var(--h3FZ) !important;
}

.H-large h1, .H-large h2, .H-large h3 {
  font-size: 24vmin;
  word-break: break-word;
  font-weight: 100;
  line-height: 0.9;
  color: var(--ac);
}

.H-slash h1, .H-slash h2, .H-slash h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.H-slash h1::before, .H-slash h1::after, .H-slash h2::before, .H-slash h2::after, .H-slash h3::before, .H-slash h3::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 50px;
  background-color: #777;
  margin-left: 10px;
  margin-right: 24px;
  margin-bottom: -5px;
}
.H-slash h1::before, .H-slash h2::before, .H-slash h3::before {
  rotate: -15deg;
}
.H-slash h1::after, .H-slash h2::after, .H-slash h3::after {
  rotate: 15deg;
}

[class*=Bar] {
  --barGap:1em;
  display: flex;
  align-items: center;
  gap: var(--barGap);
}
[class*=Bar]:is(.txwh *) {
  --bdc:#fff;
}
[class*=Bar]:is(.H-bd *) {
  border-bottom: unset;
}
[class*=Bar]:before, [class*=Bar]:after {
  content: "";
  height: var(--bdw);
  flex: 1;
  background-color: var(--bdc);
  font-size: inherit;
}

.BarAF:before {
  display: none;
}
.BarBF:after {
  display: none;
}

.art-fl.__common article, .__common.art-fl46 article, .__common.art-flex46 article, .art-flex.__common article {
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: var(--line);
  padding-bottom: 1em;
}
.art-fl.aic article, .aic.art-fl46 article, .aic.art-flex46 article, .art-flex.aic article {
  align-items: center;
}
.art-fl.ais article, .ais.art-fl46 article, .ais.art-flex46 article, .art-flex.ais article {
  align-items: flex-start;
}
.art-fl.aie article, .aie.art-fl46 article, .aie.art-flex46 article, .art-flex.aie article {
  align-items: flex-end;
}
.art-fl.jcc article, .jcc.art-fl46 article, .jcc.art-flex46 article, .art-flex.jcc article {
  justify-content: center;
}
.art-fl.jcs article, .jcs.art-fl46 article, .jcs.art-flex46 article, .art-flex.jcs article {
  justify-content: flex-start;
}
.art-fl.jce article, .jce.art-fl46 article, .jce.art-flex46 article, .art-flex.jce article {
  justify-content: flex-end;
}
.art-fl.jcsb article, .jcsb.art-fl46 article, .jcsb.art-flex46 article, .art-flex.jcsb article {
  justify-content: space-between;
}
.art-fl.jcse article, .jcse.art-fl46 article, .jcse.art-flex46 article, .art-flex.jcse article {
  justify-content: space-evenly;
}
.art-fl.jcea article, .jcea.art-fl46 article, .jcea.art-flex46 article, .art-flex.jcea article {
  justify-content: space-around;
}
.art-fl article, .art-fl46 article, .art-flex46 article, .art-flex article {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.art-fl46 article, .art-flex46 article {
  gap: var(--g) 2%;
}
.art-fl46 article > :first-child, .art-flex46 article > :first-child {
  width: 38%;
}
.art-fl46 article > div, .art-flex46 article > div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .art-fl46 article > div, .art-flex46 article > div {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .art-fl46 article > div br, .art-flex46 article > div br {
    display: none;
  }
}
.art-fl46 article > :first-child, .art-flex46 article > :first-child {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.18em;
}
.art-fl46 article > :first-child > span, .art-flex46 article > :first-child > span {
  font-size: 166%;
}
.art-flex02 {
  border-left: 1px solid var(--gr);
  border-top: 1px solid var(--gr);
}
.art-flex02 + * {
  margin-top: 0;
}
.art-flex02 article {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.art-flex02 article > * {
  border-right: 1px solid var(--gr);
  border-bottom: 1px solid var(--gr);
  height: 100%;
}
@media screen and (max-width: 834px) {
  .art-flex02 article {
    flex-direction: column;
  }
}
.art-flex02 h1, .art-flex02 h2, .art-flex02 h3 {
  font-weight: 400;
  background-color: var(--mc20);
  padding: 0.5em;
  width: 25%;
}
.art-flex02 article > div {
  width: 75%;
}
.art-flex02 .btn {
  margin-inline-start: 1.5em;
}

.D-flex div {
  display: flex;
  gap: var(--g);
}
@media screen and (max-width: 640px) {
  .D-flex div {
    flex-direction: column;
  }
  .D-flex div .btn {
    align-self: end;
  }
}

.D-center div {
  text-align: center;
}

.bg_contain {
  background: no-repeat center/contain;
}
.bg_pt {
  background: conic-gradient(transparent 0deg 90deg, rgba(255, 255, 255, 0.5333333333) 90deg 180deg, transparent 180deg 270deg, rgba(255, 255, 255, 0.5333333333) 270deg 360deg) 0 0/var(--s) var(--s);
  --s: var(--bl03);
  background-color: var(--bc);
}
.bg_rect {
  --s: 6vh;
  background: conic-gradient(transparent 0deg 90deg, #fff 90deg 180deg, transparent 180deg 270deg, #fff 270deg 360deg) 0 0/var(--s) var(--s);
}
.bg_rect.__ac {
  --mc:#e66a5c;
  --mc11:#e66a5c11;
  --mc20:#e66a5c33;
  --mc40:#e66a5c55;
  --mc50:#e66a5c88;
  --mc70:#e66a5cbb;
}
.bg_rect.__sc {
  --mc:#c9b162;
  --mc11:#c9b16211;
  --mc20:#c9b16233;
  --mc40:#c9b16255;
  --mc50:#c9b16288;
  --mc70:#c9b162bb;
}
.bg_stripe {
  padding-block: var(--bl05);
  --stripeW: 4px;
  background: repeating-linear-gradient(135deg, transparent, transparent var(--stripeW), #fff calc(var(--stripeW) + 1px), #fff calc(var(--stripeW) * 2));
}
.bg_stripe.__ac {
  --mc:#e66a5c;
  --mc11:#e66a5c11;
  --mc20:#e66a5c33;
  --mc40:#e66a5c55;
  --mc50:#e66a5c88;
  --mc70:#e66a5cbb;
}
.bg_stripe.__sc {
  --mc:#c9b162;
  --mc11:#c9b16211;
  --mc20:#c9b16233;
  --mc40:#c9b16255;
  --mc50:#c9b16288;
  --mc70:#c9b162bb;
}
.bg_stripe > * {
  background-color: #fff;
  padding: 2vmin;
}
.bg_blend {
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: bottom;
}
.bg_fix {
  background: no-repeat center/100% auto fixed;
}
.bg_fix:is(#contents *) {
  translate: none;
}
@media screen and (max-width: 834px) {
  .bg_fix {
    background-attachment: unset;
    background-size: cover;
  }
}
.bg_half {
  background: no-repeat 0 50%/50% auto;
  background-blend-mode: color;
}
.bg_fit {
  background: no-repeat center/100% 100%;
}
.bg_picR {
  background: no-repeat 95% 50%/28% auto;
  padding-right: var(--pr);
  --pr: 35%;
}
@media screen and (max-width: 640px) {
  .bg_picR {
    background: no-repeat 95% 95%/50% auto;
  }
}
.bg_02 {
  background: no-repeat center/cover;
  padding-inline: var(--pad);
  margin-top: 0;
  padding-block: var(--bl06) var(--bl06);
}
.bg01 {
  background: no-repeat center/cover;
}
.bg_cover {
  background: no-repeat center/cover;
}
.bgCover {
  background: no-repeat center/cover;
}
.bg_pic2 {
  background: no-repeat 0% 100%/auto, no-repeat 100% 0%/auto;
  padding-block: var(--bl);
}
.bg_pic2 > * {
  margin-inline: auto;
}
.bg_wood {
  background: no-repeat center 0%/cover;
}
.bg_bottom {
  background: no-repeat center 100%/100% auto;
}
.bgbk {
  background-color: var(--bk) !important;
}
.bgmc {
  background-color: var(--mc) !important;
}
.bgbc {
  background-color: var(--bc) !important;
}
.bgsc {
  background-color: var(--sc) !important;
}
.bgac {
  background-color: var(--ac) !important;
}
.bgwh {
  background-color: var(--wh) !important;
}
.bg_R {
  background: no-repeat 100% 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;
}
.bg_RTin {
  width: 50%;
  min-height: 100%;
  min-width: 720px;
  background-color: var(--mc20);
  background-color: color-mix(in srgb, var(--mc50), var(--bc70));
  padding: 3em;
  padding-inline-start: var(--headP);
}
@media screen and (max-width: 960px) {
  .bg_RTin {
    min-height: 50%;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    padding: 2em var(--pad);
  }
}
.bg_RTin > * + * {
  margin-top: 2em;
}
.bg_RTin .hashsplit div {
  margin-inline: 1em;
}
@media screen and (max-width: 1440px) {
  .bg_RTin .hashsplit div {
    font-weight: bold;
    -webkit-text-stroke: var(--wts);
  }
}
.bgpic01 {
  background: no-repeat 1em 50%/contain;
  padding-top: var(--bl05);
}
@media screen and (max-width: 834px) {
  .bgpic01 {
    padding-block: 0 var(--bl15);
    background-position: 0 100%;
  }
}
.bgpicLB, .bgpicRB {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat;
}
.bgpicLB {
  background-position: 0 100%;
}
.bgpicRB {
  background-position: 100% 100%;
}
.bgwave {
  height: 104px;
  background: no-repeat center/104% 100%;
}
@media screen and (max-width: 1440px) {
  .bgwave {
    background-size: unset;
  }
}

.brSplit {
  line-height: 1.25;
  font-size: 90%;
  display: flex;
  flex-wrap: wrap;
}
.brSplit > * {
  width: 50%;
  padding: 0.5em;
}
.brSplit p {
  font-size: var(--h3FZ);
  font-weight: var(--hfw);
}
.brSplit p span {
  display: block;
}
.brSplit :has(> .noRight) {
  border-right: unset;
}
.brSplit :has(> .btn) {
  border-right: unset;
  width: 100%;
}

.brsplit-ul ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .brsplit-ul ul {
    flex-wrap: nowrap;
    height: unset;
  }
}
.brsplit-ul ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 1em;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .brsplit-ul ul li {
    width: 100%;
  }
}
.brsplit-ul.__circleMC li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-ul.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-ul.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-ul.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-ul.__row ul li {
    width: 100%;
  }
}
.brsplit-ul.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-ul.__row li:before {
  display: none;
}

.brsplit-ul2c ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  flex-direction: column;
  height: calc(var(--li) / 2 * 2.5em);
}
.brsplit-ul2c ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
  width: calc(50% - 0.25em);
}
.brsplit-ul2c ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-ul2c.__label ul {
  gap: 1em;
  height: calc(var(--li) / 2 * 3em);
}
.brsplit-ul2c.__label li:before {
  display: none;
}
.brsplit-ul2c.__label li {
  font-size: clamp(12px, 1.4vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.5em);
  background-color: var(--btnBG);
  padding-inline: var(--btnP);
  border-radius: var(--btnRad);
  border: var(--btnBD);
  box-shadow: var(--btnSh);
  max-width: 100%;
  text-align: center;
  background: url(/images/home/b01.jpg) no-repeat center/100% auto;
}
.brsplit-ul2c.__label li:is(a, span) {
  color: var(--btnC);
  transition: 0.4s;
}
.brsplit-ul2c.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-ul2c.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-ul2c.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-ul2c.__row ul li {
    width: 100%;
  }
}
.brsplit-ul2c.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-ul2c.__row li:before {
  display: none;
}

.brsplit-ulCheck ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .brsplit-ulCheck ul {
    flex-wrap: nowrap;
    height: unset;
  }
}
.brsplit-ulCheck ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .brsplit-ulCheck ul li {
    width: 100%;
  }
}
.brsplit-ulCheck ul li:before {
  content: "\f14a";
  font-family: var(--icon);
  font-weight: 900;
  color: var(--mc);
}
.brsplit-ulCheck.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-ulCheck.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-ulCheck.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-ulCheck.__row ul li {
    width: 100%;
  }
}
.brsplit-ulCheck.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-ulCheck.__row li:before {
  display: none;
}

.brsplit-span.__first div {
  background-color: var(--sc);
  text-align: center;
}
.brsplit-span.__first div > div {
  border-bottom: none;
}
.brsplit-span + .brsplit-span {
  margin-top: 0;
}
.brsplit-span h1, .brsplit-span h2, .brsplit-span h3, .brsplit-span div > span {
  padding: 0.25em;
}
.brsplit-span div {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-left: var(--line);
  border-top: var(--line);
}
.brsplit-span div > * {
  flex: 1 1 33.3333333333%;
  border-right: var(--line);
  border-bottom: var(--line);
}
.brsplit-span.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-span.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-span.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-span.__row ul li {
    width: 100%;
  }
}
.brsplit-span.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-span.__row li:before {
  display: none;
}

.brsplit-span01 h1, .brsplit-span01 h2, .brsplit-span01 h3 {
  margin-bottom: 0;
}
.brsplit-span01 h1, .brsplit-span01 h2, .brsplit-span01 h3, .brsplit-span01 div > span {
  padding: 0.25em;
}
.brsplit-span01 div {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-left: var(--line);
  border-top: var(--line);
}
.brsplit-span01 div > * {
  flex: 1 1 50%;
  border-right: var(--line);
  border-bottom: var(--line);
}
.brsplit-span01.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-span01.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-span01.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-span01.__row ul li {
    width: 100%;
  }
}
.brsplit-span01.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-span01.__row li:before {
  display: none;
}

.brsplit-span02 h1, .brsplit-span02 h2, .brsplit-span02 h3 {
  margin-bottom: 0;
}
.brsplit-span02 h1, .brsplit-span02 h2, .brsplit-span02 h3, .brsplit-span02 div > span {
  padding: 0.25em;
}
.brsplit-span02 div {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.brsplit-span02 div > * {
  flex: 1 1 50%;
  border-bottom: var(--line);
}
.brsplit-span02 div > *:is(.__bdmc *) {
  border-color: var(--mc);
}
.brsplit-span02 div > *:nth-child(even) {
  text-align: right;
}
.brsplit-span02.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-span02.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-span02.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-span02.__row ul li {
    width: 100%;
  }
}
.brsplit-span02.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-span02.__row li:before {
  display: none;
}

.brsplit-inline li {
  font-size: var(--f20);
  display: inline-block;
  background-color: var(--mcDK);
  color: #fff;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.75em;
  border-radius: 4px;
  counter-increment: cnt;
}
.brsplit-inline.__num li:before {
  content: counter(cnt, decimal-leading-zero) ".";
  font-weight: bold;
  color: var(--mc);
}
.brsplit-inline.__row ul {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
  flex-direction: row;
}
.brsplit-inline.__row ul li {
  display: block;
  counter-increment: cnt;
  display: flex;
  gap: 0em;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .brsplit-inline.__row ul li {
    width: 100%;
  }
}
.brsplit-inline.__row ul li:before {
  content: "●";
  color: var(--mc);
}
.brsplit-inline.__row li:before {
  display: none;
}

@media screen and (max-width: 640px) {
  .it_talk {
    max-height: 45vh;
  }
}
.it_talk div {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2%;
}
@media screen and (max-width: 480px) {
  .it_talk div {
    gap: 0.5em 2%;
  }
}
.it_talk div > span {
  padding: 0.5em;
}
.it_talk div > span:nth-child(odd) {
  width: 20%;
  background-color: var(--mc);
  color: var(--ff);
  border-radius: 0.5em;
  display: grid;
  place-items: center;
}
.it_talk div > span:nth-child(even) {
  width: 78%;
}
@media screen and (max-width: 480px) {
  .it_talk div > span:nth-child(even) {
    width: 100%;
    margin-bottom: 1em;
  }
}

.form_wrap {
  --bdc:var(--un);
  --bdw:1px;
  --bds:dashed;
  --p:.5em;
  --pdb:1em;
  --pdi: .5em;
  --dtc:var(--tx);
  --dtw:bold;
  --maxH:35vh;
  --dtMW: 7em;
  --dtFF:var(--osw);
  --thumbC: var(--tx20);
}
@media screen and (max-width: 834px) {
  .form_wrap {
    --pdb:1em;
    --pdi: .5em;
  }
}
@media screen and (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 screen and (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.dl_wh {
  --bdc:var(--un);
  --bdw:1px;
  --bds:dashed;
  --pdb:1em;
  --pdi: 0em;
  --dtc:var(--tx);
  --dtw:bold;
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
}
.form_wrap.dl_wh.borderTop dl:first-of-type dt, .form_wrap.dl_wh.borderTop dl:first-of-type dd {
  border-top-style: solid !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_wh.borderTop dl:first-of-type dd {
    border-top-style: none !important;
  }
}
.form_wrap.dl_wh dl:first-of-type {
  border-top-style: solid !important;
}
.form_wrap.dl_wh dl:last-of-type dt {
  border-bottom: 1px solid var(--bdc);
}
.form_wrap.dl_wh dl dd:is(*), .form_wrap.dl_wh dl:last-of-type dd {
  border-style: solid;
}
@media screen and (max-width: 834px) {
  .form_wrap.dl_wh {
    --pdb:1em;
    --pdi: .5em;
  }
}
.form_wrap.dl_wh dt {
  width: 20%;
}
.form_wrap.dl_wh dd {
  width: 80%;
}
.form_wrap.dl_wh 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.dl_wh 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%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_wh 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%;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
    scale: -1 1;
    rotate: -90deg;
  }
}
.form_wrap.dl_wh dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.dl_wh dl:has(.btn, iframe, img) {
  border: none !important;
}
.form_wrap.dl_wh dl:has(.btn, iframe, img) .btn {
  float: right;
  margin-top: 1em;
}
.form_wrap.dl_wh dl:has(.btn, iframe, img) dt:is(#contents dt) {
  display: none;
}
.form_wrap.dl_wh.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.dl_wh.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.dl_wh.__02 dt {
  font-weight: unset;
}
.form_wrap.dl_wh.__02 dd {
  border-bottom-color: #fff !important;
}
.form_wrap.dl_wh a {
  text-decoration: underline;
}
.form_wrap.dl_wh dl:is(#contents *, #footer *) {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--wh);
}
.form_wrap.dl_wh dl:is(#contents *, #footer *) + dl {
  margin-top: var(--pdb);
}
.form_wrap.dl_wh dl:is(#contents *, #footer *):not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.dl_wh dl:is(#contents *, #footer *):not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
.form_wrap.dl_wh dl:is(#contents *, #footer *) dt, .form_wrap.dl_wh dl:is(#contents *, #footer *) dd {
  background-color: unset;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-width: var(--bdw);
  padding: var(--pdb);
  border: none !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_wh dl:is(#contents *, #footer *) dt:is(dl:first-of-type dd), .form_wrap.dl_wh dl:is(#contents *, #footer *) dd:is(dl:first-of-type dd) {
    border-top-style: none;
  }
}
.form_wrap.dl_wh dl:is(#contents *, #footer *) dt {
  display: block;
  font-weight: var(--dtw);
}
.form_wrap.dl_wh dl:is(#contents *, #footer *) dd {
  flex-grow: 1;
  border-left: 1px solid var(--sc) !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_wh dl:is(#contents *, #footer *):not(:last-child) {
    margin-bottom: 0px;
  }
  .form_wrap.dl_wh dl:is(#contents *, #footer *) dt, .form_wrap.dl_wh dl:is(#contents *, #footer *) dd {
    width: 100% !important;
  }
  .form_wrap.dl_wh dl:is(#contents *, #footer *) dt {
    border-bottom: none;
    align-items: flex-start;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .form_wrap.dl_wh dl:is(#contents *, #footer *) dd {
    border-top: none;
    width: 100%;
    padding-top: 0;
    border-left: none !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 screen and (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: unset;
}
.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%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
}
@media screen and (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%;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
            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 screen and (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 screen and (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 {
  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;
  border-bottom: var(--bdw) solid var(--bdc);
}
.form_wrap.form_01 dl > * {
  padding-top: 0;
}
.form_wrap.form_01 dl:last-child {
  border-bottom: none;
}
@media screen and (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 screen and (max-width: 640px) {
  .form_wrap.form_01 dl {
    padding: 1em 0 !important;
  }
  .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 screen and (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 screen and (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 screen and (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(--sc20);
  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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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;
}
.form_wrap.form_03 dl > * {
  padding-top: 0;
}
.form_wrap.form_03 dl:last-child {
  border-bottom: none;
}
@media screen and (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 screen and (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:is(*), .form_wrap.form_03 dd:is(*) {
  line-height: 1.6;
  background-color: unset;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_03 dt:is(*), .form_wrap.form_03 dd:is(*) {
    width: 100%;
  }
}
.form_wrap.form_03 dt, .form_wrap.form_03 dd {
  padding: var(--p);
}
@media screen and (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 screen and (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.bd-inline {
  border-inline: 120px solid transparent;
}
@media screen and (max-width: 1200px) {
  .form_wrap.bd-inline {
    border-width: 4vmin;
  }
}
.form_wrap.form_qa {
  --p: 1em;
  --dtBG: var(--un);
  --dtC: var(--un);
  --ddBG: var(--wh);
  --ddC: var(--tx);
  --qBG: var(--mc);
  --qC: var(--wh);
  --aBG: var(--sc);
  --aC: var(--wh);
  --arrowBG: var(--un);
  --arrowC: var(--tx);
  --rad:0px;
}
.form_wrap.form_qa.__toggle dl:is(#contents *) dt.show:after {
  rotate: 180deg;
}
.form_wrap.form_qa.__toggle dl:is(#contents *) dt {
  cursor: pointer;
}
.form_wrap.form_qa.__toggle dl:is(#contents *) dt:after {
  transition: 0.4s;
  font-family: var(--icon);
  content: "\f0aa;;"; /*アイコンのユニコード*/
  font-size: 200%; /*サイズ*/
  width: 1em;
  height: 1em;
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
  color: var(--arrowC);
  display: grid;
  place-items: center;
  margin-left: auto;
}
.form_wrap.form_qa dl:is(#contents *) {
  border-radius: calc(var(--rad) / 2);
  overflow: hidden;
  display: block;
  margin-block: 1em;
}
.form_wrap.form_qa dl:is(#contents *) dt, .form_wrap.form_qa dl:is(#contents *) dd {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  padding: var(--p);
  gap: calc(var(--p) / 2);
  line-height: calc(var(--bodyFZ) * 2);
}
.form_wrap.form_qa dl:is(#contents *) dt {
  background-color: var(--dtBG);
  color: var(--dtC);
  font-size: var(--f20);
  align-items: center;
  justify-content: flex-start;
}
.form_wrap.form_qa dl:is(#contents *) dd {
  background-color: var(--ddBG);
  color: var(--ddC);
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.form_wrap.form_qa dl:is(#contents *) dt:before, .form_wrap.form_qa dl:is(#contents *) dd:before {
  content: "Q";
  display: grid;
  place-items: center;
  padding-bottom: 0.15em;
  font-weight: bold;
  text-align: center;
  border-radius: var(--rad);
  font-size: var(--f24);
  width: 2em;
  height: 2em;
  background-color: var(--qBG);
  color: var(--qC);
  flex-shrink: 0;
}
.form_wrap.form_qa dl:is(#contents *) dd:before {
  content: "A";
  background-color: var(--aBG);
  color: var(--aC);
}
.form_wrap.form_circle dl, .form_wrap.form_circle dt, .form_wrap.form_circle dd {
  border: none;
  background: none;
}
.form_wrap.form_circle dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.form_wrap.form_circle dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.form_wrap.form_circle dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.form_wrap.form_circle dd {
  display: flex;
  align-items: center;
}
.form_wrap.form_simple02 {
  --maxH:40vh;
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  padding: 1em;
  --bdc2:var(--mc);
  --pdb:1em;
  --pdi: 0 .5em;
}
.form_wrap.form_simple02 dt {
  width: 20%;
}
.form_wrap.form_simple02 dd {
  width: 80%;
}
.form_wrap.form_simple02.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple02.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple02.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple02.__02 dd {
  border-bottom-color: #fff !important;
}
@media screen and (max-width: 1440px) {
  .form_wrap.form_simple02 {
    border-inline-width: var(--pad);
    border-top-width: var(--bl);
  }
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02 {
    max-height: 30vh;
  }
}
.form_wrap.form_simple02.noscr:is(#contents div) {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple02 a {
  text-decoration: underline;
}
.form_wrap.form_simple02 dl:is(#contents dl) {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple02 dl:is(#contents dl) > * {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02 dl:is(#contents dl) dt {
    margin-bottom: 0;
  }
}
.form_wrap.form_simple02 dl:is(#contents dl):last-of-type dt, .form_wrap.form_simple02 dl:is(#contents dl):last-of-type dd {
  margin-bottom: 0;
}
.form_wrap.form_simple02 dl:is(#contents dl):not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple02 dl:is(#contents dl):not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02 dl:is(#contents dl) {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.form_simple02 dl:is(#contents dl):not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple02 {
    --pdb:1em;
  }
}
.form_wrap.form_simple02 dt:is(#contents *), .form_wrap.form_simple02 dd:is(#contents *) {
  line-height: 1.6;
  padding-block: 0 var(--pdb);
  padding-inline: var(--pdi);
  margin-block: 0 var(--pdb);
  border-color: transparent;
  background-color: unset;
  border-bottom: 1px solid var(--bdc);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02 dt:is(#contents *), .form_wrap.form_simple02 dd:is(#contents *) {
    width: 100%;
  }
}
.form_wrap.form_simple02 dt:is(#contents dt) {
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 600;
}
.form_wrap.form_simple02 dd:is(#contents dd) {
  flex-grow: 1;
  border-bottom: 1px solid var(--bdc2);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02 dd:is(#contents dd) {
    width: 100%;
  }
}
.form_wrap.form_simple02::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_simple02::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple02:not(.f div) dt, .form_wrap.form_simple02:not(.f div) dd {
    width: 100%;
  }
  .form_wrap.form_simple02:not(.f div) dt {
    border-bottom: none !important;
  }
  .form_wrap.form_simple02:not(.f div) dd {
    border-top: none;
  }
}
.form_wrap.form_simple02.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_simple02.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_simple02.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_simple02.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_simple02.__03 dt, .form_wrap.form_simple02.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_simple02.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple02.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_simple02.__03 dt, .form_wrap.form_simple02.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_simple02.access dt {
  width: 20%;
}
.form_wrap.form_simple02.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_simple02.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_simple03 {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  border-block: 1px solid var(--bdc);
  --pdb:2em;
  --pdi: 0 .5em;
  --mb: 0em;
}
.form_wrap.form_simple03 dt {
  width: 20%;
}
.form_wrap.form_simple03 dd {
  width: 80%;
}
.form_wrap.form_simple03.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple03.__scr:is(#contents div) {
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple03.__scr:is(#contents div) {
    max-height: 35vh;
  }
}
.form_wrap.form_simple03.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple03.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple03.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple03.__02 dd {
  border-bottom-color: #FFF !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple03 {
    max-height: 40vh;
  }
}
.form_wrap.form_simple03 a {
  text-decoration: underline;
}
.form_wrap.form_simple03 dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple03 dl > * {
  padding-top: 0;
}
.form_wrap.form_simple03 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple03 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple03 dl {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.form_simple03 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple03 {
    padding-top: 1em;
    --pdb:0 1em;
    --mb: 1em;
  }
}
.form_wrap.form_simple03 dt, .form_wrap.form_simple03 dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  margin-bottom: var(--mb);
  border-color: transparent;
  background-color: unset;
  border-bottom: 1px solid var(--bdc) !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple03 dt, .form_wrap.form_simple03 dd {
    width: 100%;
  }
}
.form_wrap.form_simple03 dt {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--mc);
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple03 dt {
    align-items: flex-start;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none !important;
    margin-bottom: unset;
  }
}
.form_wrap.form_simple03 dd {
  flex-grow: 1;
  border-bottom: 1px solid var(--gr);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple03 dd {
    width: 100%;
    padding-top: 0;
  }
}
.form_wrap.form_simple03::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_simple03::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple03:not(.f div) dt, .form_wrap.form_simple03:not(.f div) dd {
    width: 100% !important;
  }
  .form_wrap.form_simple03:not(.f div) dt {
    text-decoration: underline;
    text-decoration-color: var(--mc);
    text-underline-offset: 0.5em;
    border-bottom: none;
  }
  .form_wrap.form_simple03:not(.f div) dd {
    border-top: none;
  }
}
.form_wrap.form_simple03.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_simple03.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_simple03.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_simple03.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_simple03.__03 dt, .form_wrap.form_simple03.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_simple03.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple03.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_simple03.__03 dt, .form_wrap.form_simple03.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_simple03.access dt {
  width: 20%;
}
.form_wrap.form_simple03.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_simple03.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_simple06 {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  border-block: 1px solid var(--bdc);
  --pdb:1em;
  --pdi: 0 .5em;
  --mb: 0em;
}
.form_wrap.form_simple06 dt {
  width: 20%;
}
.form_wrap.form_simple06 dd {
  width: 80%;
}
.form_wrap.form_simple06.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple06.__scr:is(#contents div) {
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple06.__scr:is(#contents div) {
    max-height: 35vh;
  }
}
.form_wrap.form_simple06.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple06.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple06.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple06.__02 dd {
  border-bottom-color: #FFF !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple06 {
    max-height: 40vh;
  }
}
.form_wrap.form_simple06 a {
  text-decoration: underline;
}
.form_wrap.form_simple06 dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple06 dl > * {
  padding-top: 0;
}
.form_wrap.form_simple06 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple06 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple06 dl {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.form_simple06 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple06 {
    --pdb:0 1em;
  }
}
.form_wrap.form_simple06 dt, .form_wrap.form_simple06 dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  margin-bottom: var(--mb);
  border-color: transparent;
  background-color: unset;
  border-bottom: 1px solid var(--bdc) !important;
  border-top: none !important;
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple06 dt, .form_wrap.form_simple06 dd {
    width: 100%;
  }
}
.form_wrap.form_simple06 dt {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--mc);
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple06 dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none !important;
    margin-bottom: unset;
    align-items: flex-start;
  }
}
.form_wrap.form_simple06 dd {
  flex-grow: 1;
  border-bottom: 1px solid var(--gr);
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple06 dd {
    width: 100%;
    padding-top: 0;
  }
}
.form_wrap.form_simple06::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_simple06::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple06 dt, .form_wrap.form_simple06 dd {
    width: 100% !important;
  }
  .form_wrap.form_simple06 dt {
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: 0.5em;
    border-bottom: none;
  }
  .form_wrap.form_simple06 dd {
    border-top: none;
    margin-bottom: 1em;
  }
}
.form_wrap.form_simple06.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_simple06.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_simple06.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_simple06.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_simple06.__03 dt, .form_wrap.form_simple06.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_simple06.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple06.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_simple06.__03 dt, .form_wrap.form_simple06.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_simple06.access dt {
  width: 20%;
}
.form_wrap.form_simple06.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_simple06.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_simple04 {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  --pdb:1em;
  --pdi:0 .5em;
  --mb: 1em;
}
.form_wrap.form_simple04 dt {
  width: 20%;
}
.form_wrap.form_simple04 dd {
  width: 80%;
}
.form_wrap.form_simple04.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple04.__scr:is(#contents div) {
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple04.__scr:is(#contents div) {
    max-height: 30vh;
  }
}
.form_wrap.form_simple04.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple04.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple04.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple04.__02 dd {
  border-bottom-color: #FFF !important;
}
.form_wrap.form_simple04 a {
  text-decoration: underline;
}
.form_wrap.form_simple04 dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple04 dl > * {
  padding-top: 0;
}
.form_wrap.form_simple04 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple04 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple04 dl {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.form_simple04 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple04 {
    --pdb:.5em 1em;
  }
}
.form_wrap.form_simple04 dt, .form_wrap.form_simple04 dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  margin-bottom: var(--mb);
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple04 dt, .form_wrap.form_simple04 dd {
    width: 100%;
  }
}
.form_wrap.form_simple04 dt {
  align-items: left;
  justify-content: flex-start;
  font-weight: 600;
  color: var(--mc);
  border: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple04 dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none !important;
  }
}
.form_wrap.form_simple04 dd {
  flex-grow: 1;
  border-color: transparent;
  border-bottom: 1px solid var(--bdc) !important;
  border-top: none !important;
  border-bottom: 1px solid var(--gr);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple04 dd {
    width: 100%;
  }
}
.form_wrap.form_simple04::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_simple04::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple04:not(.f div) dt, .form_wrap.form_simple04:not(.f div) dd {
    width: 100% !important;
  }
  .form_wrap.form_simple04:not(.f div) dt {
    text-decoration: underline;
    text-decoration-color: var(--mc);
    text-underline-offset: 0.5em;
    border-bottom: none;
  }
  .form_wrap.form_simple04:not(.f div) dd {
    border-top: none;
  }
}
.form_wrap.form_simple04.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_simple04.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_simple04.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_simple04.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_simple04.__03 dt, .form_wrap.form_simple04.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_simple04.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple04.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_simple04.__03 dt, .form_wrap.form_simple04.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_simple04.access dt {
  width: 20%;
}
.form_wrap.form_simple04.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_simple04.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_simple05 {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  border-block: 1px solid var(--bdc);
  --pdb:0 1em;
  --pdi: 0 .5em;
  --mb: 1em;
}
.form_wrap.form_simple05 dt {
  width: 20%;
}
.form_wrap.form_simple05 dd {
  width: 80%;
}
.form_wrap.form_simple05.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple05.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple05.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple05.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple05.__02 dd {
  border-bottom-color: #FFF !important;
}
@media screen and (max-width: 1440px) {
  .form_wrap.form_simple05 {
    border-inline-width: var(--pad);
    border-top-width: var(--bl);
  }
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple05 {
    max-height: 40vh;
  }
}
.form_wrap.form_simple05 a {
  text-decoration: underline;
}
.form_wrap.form_simple05 dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple05 dl > * {
  padding-top: 0;
}
.form_wrap.form_simple05 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple05 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple05 dl {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.form_simple05 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.form_simple05 {
    --pdb:0 1em;
  }
}
.form_wrap.form_simple05 dt, .form_wrap.form_simple05 dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  margin-bottom: var(--mb);
  border-color: transparent;
  background-color: unset;
  border-bottom: 1px solid var(--bdc) !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple05 dt, .form_wrap.form_simple05 dd {
    width: 100%;
  }
}
.form_wrap.form_simple05 dt {
  align-items: left;
  justify-content: flex-start;
  font-weight: 600;
  color: var(--mc);
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple05 dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none !important;
    margin-bottom: unset;
  }
}
.form_wrap.form_simple05 dd {
  flex-grow: 1;
  border-bottom: 1px solid var(--gr);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_simple05 dd {
    width: 100%;
    padding-top: 0;
  }
}
.form_wrap.form_simple05::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_simple05::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple05:not(.f div) dt, .form_wrap.form_simple05:not(.f div) dd {
    width: 100% !important;
  }
  .form_wrap.form_simple05:not(.f div) dt {
    text-decoration: underline;
    text-decoration-color: var(--mc);
    text-underline-offset: 0.5em;
    border-bottom: none;
  }
  .form_wrap.form_simple05:not(.f div) dd {
    border-top: none;
  }
}
.form_wrap.form_simple05.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_simple05.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_simple05.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_simple05.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_simple05.__03 dt, .form_wrap.form_simple05.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_simple05.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_simple05.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_simple05.__03 dt, .form_wrap.form_simple05.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_simple05.access dt {
  width: 20%;
}
.form_wrap.form_simple05.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_simple05.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_04 {
  --p:.5em;
  position: relative;
  overflow-y: scroll;
}
.form_wrap.form_04 > br {
  display: none;
}
.form_wrap.form_04.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_04 {
    max-height: 40vh;
    overflow-y: scroll;
  }
}
.form_wrap.form_04 dt {
  min-width: 8em;
}
.form_wrap.form_04 a {
  text-decoration: underline;
  color: var(--sc);
}
.form_wrap.form_04 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
}
.form_wrap.form_04 dl + dl {
  margin-top: 1em;
}
.form_wrap.form_04 dl > * {
  padding-top: 0;
}
.form_wrap.form_04 dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_04 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_04 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_04 dl {
    flex-direction: row !important;
    padding: 1em 0;
  }
  .form_wrap.form_04 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_04 dt:is(#contents *), .form_wrap.form_04 dd:is(#contents *) {
  line-height: 1.6;
  border-color: transparent;
}
@media screen and (max-width: 480px) {
  .form_wrap.form_04 dt:is(#contents *), .form_wrap.form_04 dd:is(#contents *) {
    width: 100%;
    align-items: flex-start;
  }
}
.form_wrap.form_04 dt, .form_wrap.form_04 dd {
  padding: var(--p);
}
.form_wrap.form_04 dt {
  align-items: center;
  justify-content: flex-start;
  background-color: var(--bc50);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_04 dt {
    align-items: flex-start;
  }
}
.form_wrap.form_04 dd {
  flex: 1;
  white-space: nowrap;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04 dd {
    white-space: unset;
  }
}
.form_wrap.form_04::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
.form_wrap.form_04::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04 dl {
    padding-block: 0;
    flex-wrap: wrap;
  }
}
.form_wrap.form_04.__02 {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_04.__02 * {
  border-color: #ccc !important;
}
.form_wrap.form_04.__02 dl {
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04.__02 dl {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.form_wrap.form_04.__02 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_04.__02 dt, .form_wrap.form_04.__02 dd {
  padding: 2em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-top: none;
}
.form_wrap.form_04.__02 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04.__02 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_04.__02 dt, .form_wrap.form_04.__02 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_04.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_04.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_04.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_04.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_04.__03 dt, .form_wrap.form_04.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_04.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_04.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_04.__03 dt, .form_wrap.form_04.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_04.access dt {
  width: 20%;
}
.form_wrap.form_04.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_04.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_05 {
  --p:.5em;
  position: relative;
  --bdw:1px;
}
.form_wrap.form_05 > br {
  display: none;
}
.form_wrap.form_05.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_05 dt {
  width: 6em;
  min-width: 6em;
}
.form_wrap.form_05 a {
  text-decoration: underline;
  color: var(--sc);
}
.form_wrap.form_05 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
  border-bottom: var(--bdw) solid var(--bdc);
}
.form_wrap.form_05 dl > * {
  padding-top: 0;
}
.form_wrap.form_05 dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05 dl:last-of-type dt {
    border-bottom: none;
  }
}
.form_wrap.form_05 dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_05 dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_05 dl {
    flex-direction: row !important;
    padding: 1em 0;
  }
  .form_wrap.form_05 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_05 dt:is(#contents *), .form_wrap.form_05 dd:is(#contents *) {
  border-color: transparent;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_05 dt:is(#contents *), .form_wrap.form_05 dd:is(#contents *) {
    padding: 0;
  }
}
.form_wrap.form_05 dt, .form_wrap.form_05 dd {
  padding: var(--p) var(--p) var(--p) 0;
}
.form_wrap.form_05 dt {
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: var(--p);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.5em;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05 dt {
    width: 20%;
    padding-bottom: calc(var(--p) / 2);
    margin-bottom: var(--p);
  }
}
.form_wrap.form_05 dd {
  padding-left: 0;
  flex-grow: 1;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05 dd {
    white-space: unset;
  }
}
.form_wrap.form_05::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
.form_wrap.form_05::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05 dl {
    padding-block: 0;
    flex-wrap: wrap;
  }
  .form_wrap.form_05 dt {
    padding-bottom: 0;
  }
}
.form_wrap.form_05.__02 {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_05.__02 * {
  border-color: #ccc !important;
}
.form_wrap.form_05.__02 dl {
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05.__02 dl {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.form_wrap.form_05.__02 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_05.__02 dt, .form_wrap.form_05.__02 dd {
  padding: 2em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-top: none;
}
.form_wrap.form_05.__02 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05.__02 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_05.__02 dt, .form_wrap.form_05.__02 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_05.__03 {
  padding-inline: 0px;
  margin-inline: var(--incont);
  max-width: calc(100% - 40px);
}
.form_wrap.form_05.__03 * {
  border-color: transparent !important;
}
.form_wrap.form_05.__03 dl {
  margin-bottom: 0;
  border: none;
}
.form_wrap.form_05.__03 dt {
  font-weight: 700;
  color: var(--tx);
}
.form_wrap.form_05.__03 dt, .form_wrap.form_05.__03 dd {
  padding: 1em;
  padding-left: 0;
  border-left: none;
  border-top: none;
}
.form_wrap.form_05.__03 dd {
  text-align: left;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_05.__03 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
    text-underline-offset: 4px;
  }
  .form_wrap.form_05.__03 dt, .form_wrap.form_05.__03 dd {
    width: 100% !important;
    border: none;
  }
}
.form_wrap.form_05.access dt {
  width: 20%;
}
.form_wrap.form_05.access dd {
  width: 80%;
  text-align: left;
}
.form_wrap.form_05.pages {
  width: 100%;
  max-height: unset;
  overflow-y: unset;
}
.form_wrap.form_common.noscr {
  overflow: unset;
  max-height: unset;
}
.form_wrap.form_common dl > *:is(#contents *) {
  padding: 1em 0.5em;
}
.form_wrap.form_common dt {
  align-items: center;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_common dl {
    flex-wrap: wrap;
  }
  .form_wrap.form_common dt {
    align-items: unset;
  }
  .form_wrap.form_common dl > *:is(#contents *) {
    width: 100%;
  }
}
.form_wrap.form_row {
  margin-top: 20px;
  display: flex;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .form_wrap.form_row {
    padding-inline: 0;
    flex-wrap: wrap;
  }
}
.form_wrap.form_row * {
  border: none;
}
.form_wrap.form_row dl {
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .form_wrap.form_row dl {
    width: 25%;
    flex: unset;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.form_row dl {
    width: 33.33%;
    flex: unset;
  }
}
.form_wrap.form_row dt, .form_wrap.form_row dd {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  align-items: center;
}
.form_wrap.form_row dd {
  flex: 1;
}
.form_wrap.form_half {
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  --bdw:1px;
  --bds:dashed;
  --pdb:2em;
  --pdi: 1.5em;
  --dtc:currentColor;
  --dtw:bold;
  color: var(--sc);
  font-size: 16px;
}
.form_wrap.form_half dt {
  width: 50%;
}
.form_wrap.form_half dd {
  width: 50%;
}
.form_wrap.form_half.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_half.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_half.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_half.__02 dt {
  font-weight: unset;
}
.form_wrap.form_half.__02 dd {
  border-bottom-color: #fff !important;
}
.form_wrap.form_half a {
  text-decoration: underline;
}
.form_wrap.form_half dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
  border-bottom: var(--bdw) var(--bds) var(--bdc);
}
.form_wrap.form_half dl + * {
  border-top: none;
}
.form_wrap.form_half dl > * {
  padding-top: 0;
}
.form_wrap.form_half dl:last-of-type dt, .form_wrap.form_half dl:last-of-type dd {
  border-bottom: none;
}
.form_wrap.form_half dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_half dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_half dl {
    --pdb:1em;
    flex-direction: row !important;
  }
  .form_wrap.form_half dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_half dt {
  align-items: flex-end;
  justify-content: center;
  font-weight: var(--dtw);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_half dt {
    align-items: flex-start;
  }
}
.form_wrap.form_half dd {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_half dd {
    text-align: right;
    font-weight: 500;
  }
}
.form_wrap.form_half dt, .form_wrap.form_half dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  border: none;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .form_wrap.form_half dt, .form_wrap.form_half dd {
    width: 100%;
  }
}
.form_wrap.form_half::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.form_half::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 640px) {
  .form_wrap.form_h3 {
    padding: 0;
  }
}
.form_wrap.form_h3 dl {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 10px;
  flex-direction: column;
  flex-direction: row !important;
  padding: 1em 0;
  display: block;
}
.form_wrap.form_h3 dl:not(:last-child) {
  margin-bottom: 20px;
}
.form_wrap.form_h3 dl {
  background-color: unset;
}
.form_wrap.form_h3 dl:last-of-type dt, .form_wrap.form_h3 dl:last-of-type dd {
  border-bottom: none;
}
.form_wrap.form_h3 dt, .form_wrap.form_h3 dd {
  line-height: 1.6;
  padding: 20px 10px 20px 0;
  border: none;
  background-color: unset;
  width: 100%;
  padding: 0;
}
.form_wrap.form_h3 dt {
  display: block;
  color: var(--txgr);
  font-weight: 700;
  font-size: 130%;
  letter-spacing: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_h3 dt {
    padding-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: inherit;
  }
}
.form_wrap.form_h3 dd {
  width: 80%;
  padding-left: 0;
  flex-grow: 1;
  width: 100%;
}
.form_wrap.form_h3::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 0;
}
.form_wrap.form_h3::-webkit-scrollbar-thumb {
  border-radius: 99px;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.2);
}
.form_wrap.dd_ul {
  overflow-y: scroll;
  margin-inline: auto;
  max-width: 100%;
  position: relative;
  --bdw:2px;
  --bds:dashed;
  --pdb:2em;
  --pdi: 0 .5em;
  --dtc:var(--tx);
  --dtw:bold;
}
.form_wrap.dd_ul dt {
  width: 20%;
}
.form_wrap.dd_ul dd {
  width: 80%;
}
.form_wrap.dd_ul.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.dd_ul.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.dd_ul.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.dd_ul.__02 dt {
  font-weight: unset;
}
.form_wrap.dd_ul.__02 dd {
  border-bottom-color: #fff !important;
}
@media screen and (max-width: 1440px) {
  .form_wrap.dd_ul {
    border-inline-width: var(--pad);
    border-top-width: var(--bl);
  }
}
@media screen and (max-width: 640px) {
  .form_wrap.dd_ul {
    max-height: 30vh;
  }
}
.form_wrap.dd_ul a {
  text-decoration: underline;
}
.form_wrap.dd_ul dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.dd_ul dl > * {
  padding-top: 0;
}
.form_wrap.dd_ul dl:last-of-type dt, .form_wrap.dd_ul dl:last-of-type dd {
  border-bottom: none;
}
.form_wrap.dd_ul dl:not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.dd_ul dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .form_wrap.dd_ul dl {
    flex-direction: column;
    flex-direction: row !important;
  }
  .form_wrap.dd_ul dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .form_wrap.dd_ul {
    --pdb:1em;
  }
}
.form_wrap.dd_ul dt, .form_wrap.dd_ul dd {
  line-height: 1.6;
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  border-color: transparent;
  background-color: unset;
  border-bottom: var(--bdw) var(--bds) var(--bdc);
  border-bottom: var(--line);
}
@media screen and (max-width: 640px) {
  .form_wrap.dd_ul dt, .form_wrap.dd_ul dd {
    width: 100%;
  }
}
.form_wrap.dd_ul dt {
  align-items: center;
  font-weight: var(--dtw);
  color: var(--dtc);
}
@media screen and (max-width: 834px) {
  .form_wrap.dd_ul dt {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form_wrap.dd_ul dd {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .form_wrap.dd_ul dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0.5em;
  }
}
.form_wrap.dd_ul dd > ul:is(#contents *) li {
  display: inline-block;
  padding-inline-end: 1em;
  line-height: 2;
}
.form_wrap.dd_ul dd > ul:is(#contents *) li:before {
  content: "●";
  color: var(--ac);
}
.form_wrap.dd_ul::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.form_wrap.dd_ul::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}
@media screen and (max-width: 834px) {
  .form_wrap.dd_ul dt, .form_wrap.dd_ul dd {
    width: 100% !important;
  }
  .form_wrap.dd_ul dt {
    border-bottom: none;
  }
  .form_wrap.dd_ul dd {
    border-top: none;
  }
}
.form_wrap.form_enkaku {
  --bdc: var(--mc);
  --maru: var(--ac);
  --yoko: var(--ac);
  --tate: var(--ac);
  --thumb: var(--mc);
  --pl: 6vmin;
  --Npl: calc(var(--pl)*-1 );
  position: relative;
  padding-left: var(--pl);
}
.form_wrap.form_enkaku.__ac {
  --mc:#ff4500;
  --mc11:#ff450011;
  --mc20:#ff450033;
  --mc40:#ff450055;
  --mc50:#ff450088;
  --mc70:#ff4500bb;
}
.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;
}
.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 screen and (max-width: 640px) {
  .form_wrap.form_enkaku dl:is(#contents *) dt {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap.form_enkaku dl {
    flex-wrap: wrap;
  }
  .form_wrap.form_enkaku dt, .form_wrap.form_enkaku dd {
    width: 100% !important;
  }
}
.form_wrap.__scr:is(#contents div) {
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .form_wrap.__scr:is(#contents div) {
    max-height: 50vh;
  }
}
.form_wrap.dl_course:is(#contents *) dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form_wrap.dl_course:is(#contents *) dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1em;
}
.form_wrap.dl_course:is(#contents *) dl dt:after {
  content: "";
  flex: 1;
  height: 2px;
  display: block;
  background: url(/images/home/bd01.png) no-repeat right center/100% 100%;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_course:is(#contents *) dl dt:after {
    height: 1px;
  }
}
.form_wrap.dl_course:is(#contents *) dl u {
  display: inline-block;
  padding: 10px 30px;
  background-color: #F7CDBC;
  border-radius: 50%;
  margin: 0 20px;
  text-decoration: none;
}
.form_wrap.dl_course:is(#contents *) dl dt, .form_wrap.dl_course:is(#contents *) dl dd {
  border: none;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_course:is(#contents *) dl dt, .form_wrap.dl_course:is(#contents *) dl dd {
    width: 100%;
    flex: unset;
  }
}
.form_wrap.dl_qa {
  --bfFF: var(--eng);
  --bfFZ: 3vmin;
  --rad:var(--radhalf);
  --dtBG:var(--bc50);
}
.form_wrap.dl_qa + .dl_qa {
  margin-top: var(--Hafter);
}
.form_wrap.dl_qa a {
  color: var(--linkC);
}
.form_wrap.dl_qa dt {
  background-color: var(--dtBG);
}
.form_wrap.dl_qa dl:is(#contents dl) {
  display: block !important;
  font-size: var(--f20);
  border-radius: var(--rad);
  overflow: hidden;
  --size:2.5vmax;
}
.form_wrap.dl_qa dl:is(#contents dl) dt, .form_wrap.dl_qa dl:is(#contents dl) dd {
  padding: 1em;
  padding-left: calc(var(--size) + var(--f36)) !important;
  padding-right: var(--f36);
  border: none !important;
  font-weight: 500;
  position: relative;
}
.form_wrap.dl_qa dl:is(#contents dl) dt:is(#contents *), .form_wrap.dl_qa dl:is(#contents dl) dd:is(#contents *) {
  width: 100%;
}
.form_wrap.dl_qa dl:is(#contents dl) dt:before, .form_wrap.dl_qa dl:is(#contents dl) dd:before {
  font-family: var(--bfFF);
  content: "Q";
  color: var(--mc);
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--bfFZ);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: var(--rad);
  display: grid;
  place-items: center;
}
.form_wrap.dl_qa dl:is(#contents dl) dt:after {
  font-family: var(--icon);
  content: "\f105"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: var(--mc);
  font-weight: 900;
  transition: 0.4s;
  rotate: 90deg;
}
.form_wrap.dl_qa dl:is(#contents dl) dt.show:after {
  rotate: -90deg;
}
.form_wrap.dl_qa dl:is(#contents dl) dt:hover {
  opacity: 0.7;
}
.form_wrap.dl_qa dl:is(#contents dl) dd {
  display: none;
  font-size: 80%;
  padding-left: calc(var(--size) + var(--f24));
}
.form_wrap.dl_qa dl:is(#contents dl) dd:is(.firstopen dl:first-child dd) {
  display: block;
}
.form_wrap.dl_qa dl:is(#contents dl) dd:is(.allopen dd) {
  display: block;
}
.form_wrap.dl_qa dl:is(#contents dl) dd:before {
  content: "A";
}
.form_wrap.dl_qa dl:is(#contents dl) dd.show {
  opacity: 1;
}
.form_wrap.dl_qa dl:is(#contents dl):not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_qa dl:is(#contents dl):not(:last-child) {
    margin-bottom: 15px;
  }
}
.form_wrap.dl_qaOpen {
  --bfFF: var(--eng);
  --dtBG:var(--bc);
}
.form_wrap.dl_qaOpen + .dl_qaOpen {
  margin-top: 30px;
}
.form_wrap.dl_qaOpen a {
  color: var(--linkC);
}
.form_wrap.dl_qaOpen dt {
  background-color: var(--dtBG);
}
.form_wrap.dl_qaOpen dl:is(#contents dl) {
  display: block !important;
  font-size: var(--f20);
  border-radius: var(--rad);
  overflow: hidden;
  --size:2.5vmax;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dt, .form_wrap.dl_qaOpen dl:is(#contents dl) dd {
  padding: 1em;
  padding-left: calc(var(--size) + var(--f36)) !important;
  padding-right: var(--f36);
  border: none !important;
  font-weight: 500;
  position: relative;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dt:is(#contents *), .form_wrap.dl_qaOpen dl:is(#contents dl) dd:is(#contents *) {
  width: 100%;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dt:before {
  border-radius: calc(0.5 * var(--rad));
  content: "Q";
  color: var(--mc);
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  translate: 0 -50%;
  font-size: calc(var(--size));
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  display: grid;
  place-items: center;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dt.show:after {
  rotate: -90deg;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dd {
  font-size: 80%;
  padding-left: calc(var(--size) + var(--f24));
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dd:is(.firstopen dl:first-child dd) {
  display: block;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dd:is(.allopen dd) {
  display: block;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dd:before {
  border-radius: calc(0.5 * var(--rad));
  font-family: var(--bfFF);
  content: "A";
  color: var(--mc);
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  translate: 0 -50%;
  font-size: calc(var(--size));
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  display: grid;
  place-items: center;
}
.form_wrap.dl_qaOpen dl:is(#contents dl) dd.show {
  opacity: 1;
}
.form_wrap.dl_qaOpen dl:is(#contents dl):not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_qaOpen dl:is(#contents dl):not(:last-child) {
    margin-bottom: 15px;
  }
}
.form_wrap.dl_toggle {
  --bfFF: var(--icon);
  --rad:8px;
  --dtBG:var(--bc);
}
.form_wrap.dl_toggle:is(.fl50 *, .fl50c *, .fl50s *, .fl50e *) {
  margin-top: unset;
}
.form_wrap.dl_toggle a {
  color: var(--linkC);
}
.form_wrap.dl_toggle dt {
  background-color: var(--dtBG);
}
.form_wrap.dl_toggle dl:is(#contents dl) {
  display: block !important;
  font-size: var(--f20);
  --size:3vmax;
}
.form_wrap.dl_toggle dl:is(#contents dl) + dl {
  margin-top: var(--g);
}
.form_wrap.dl_toggle dl:is(#contents dl):has(dd:empty) dt {
  pointer-events: none;
}
.form_wrap.dl_toggle dl:is(#contents dl):has(dd:empty) dt:after {
  display: none;
}
.form_wrap.dl_toggle dl:is(#contents dl):has(dd:empty) dd {
  display: none;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt, .form_wrap.dl_toggle dl:is(#contents dl) dd {
  border-radius: var(--rad);
  padding: 1em;
  padding-left: calc(var(--size) + var(--f24));
  border: none !important;
  font-weight: 500;
  position: relative;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt:is(#contents *), .form_wrap.dl_toggle dl:is(#contents dl) dd:is(#contents *) {
  width: 100%;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt:before {
  border-radius: calc(0.5 * var(--rad));
  font-family: var(--bfFF);
  content: "\f00c";
  color: var(--mc);
  display: block;
  position: absolute;
  left: 0.5em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--f20);
  font-weight: bold;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  display: grid;
  place-items: center;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt:after {
  font-family: var(--icon);
  content: "\f105"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: var(--mc);
  font-weight: 900;
  transition: 0.4s;
  rotate: 90deg;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt.show:after {
  rotate: -90deg;
}
.form_wrap.dl_toggle dl:is(#contents dl) dt:hover {
  opacity: 0.7;
}
.form_wrap.dl_toggle dl:is(#contents dl) dd {
  display: none;
  font-size: 80%;
  padding-left: calc(var(--f24));
  background-color: unset;
}
.form_wrap.dl_toggle dl:is(#contents dl) dd:is(.firstopen dl:first-child dd) {
  display: block;
}
.form_wrap.dl_toggle dl:is(#contents dl) dd:is(.allopen dd) {
  display: block;
}
.form_wrap.dl_toggle dl:is(#contents dl) dd:before {
  border-radius: calc(0.5 * var(--rad));
  font-family: var(--bfFF);
  content: "A";
  color: var(--ff);
  background-color: var(--mc);
  display: block;
  position: absolute;
  left: 0.5em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--f20);
  font-weight: bold;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  display: grid;
  place-items: center;
  display: none;
}
.form_wrap.dl_toggle dl:is(#contents dl) dd.show {
  opacity: 1;
}
.form_wrap.dl_flow {
  --l:clamp(72px,9vw,90px);
}
.form_wrap.dl_flow dl:is(#contents dl) {
  display: block;
  position: relative;
}
.form_wrap.dl_flow dl:is(#contents dl) > * {
  background-color: unset;
  border: none;
  padding-left: var(--l);
}
.form_wrap.dl_flow dl:is(#contents dl) dt {
  border-bottom: 1px solid;
  font-weight: 700;
  padding-block: 1.5em;
  font-size: var(--f20);
}
.form_wrap.dl_flow dl:is(#contents dl) dt .sub {
  position: absolute;
  left: 0%;
  font-size: var(--f60);
  color: var(--mc);
  line-height: 1;
}
.form_wrap.dl_flow dl:is(#contents dl) dd {
  padding-block: 1em;
}
.form_wrap.dl_menu {
  --p:var(--bodyFZ);
  --bdc: var(--sc);
  --dtFZ:110%;
  --dtC:var(--sc);
}
.form_wrap.dl_menu + .dl_menu {
  margin-top: 0;
}
.form_wrap.dl_menu:is(.fl50 .sheet, .fl50c .sheet, .fl50s .sheet, .fl50e .sheet) {
  padding: calc(var(--g) / 2);
}
.form_wrap.dl_menu.__mc {
  --bdc: var(--mc);
}
.form_wrap.dl_menu.__sc {
  --bdc: var(--sc);
}
.form_wrap.dl_menu dl:has(dd:empty) {
  padding-inline: unset;
  border-bottom: none !important;
}
.form_wrap.dl_menu dl:has(dd:empty) dd:is(#contents *) {
  display: none;
}
.form_wrap.dl_menu dl:has(dd:empty) dt:is(#contents *) {
  width: 100%;
  background-color: var(--bdc);
  align-items: center;
  justify-content: flex-start;
  color: var(--ff);
  font-weight: bold;
  padding-inline: var(--bodyFZ);
  line-height: var(--hlh);
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu dl:has(dd:empty) dt:is(#contents *) {
    padding: var(--bodyFZ) !important;
  }
}
.form_wrap.dl_menu dl:has(.subDT) dd:is(#contents *) {
  display: none;
}
.form_wrap.dl_menu dl:has(.subDT) dt:is(#contents *) {
  width: 100%;
  align-items: center;
  color: var(--mc);
  font-weight: bold;
  justify-content: flex-start;
  line-height: var(--hlh);
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu dl:has(.subDT) dt:is(#contents *) {
    padding: var(--bodyFZ) !important;
  }
}
.form_wrap.dl_menu dl {
  border-bottom: 1px var(--decoS) var(--bdc);
  flex-direction: row-reverse !important;
  align-items: flex-end;
}
.form_wrap.dl_menu dl dd:is(#contents *) {
  border: none;
  background: none;
  padding: var(--p) 0;
  color: var(--tx);
  flex: 1;
}
.form_wrap.dl_menu dl dt:is(#contents *) {
  border: none;
  background: none;
  text-align: right;
  padding: var(--p) 0;
  align-items: flex-end;
  font-weight: bold;
  font-size: var(--dtFZ);
  color: var(--dtC);
  justify-content: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu dl {
    flex-direction: column-reverse !important;
  }
  .form_wrap.dl_menu dl dd, .form_wrap.dl_menu dl dt {
    width: 100% !important;
  }
  .form_wrap.dl_menu dl dd {
    padding: 5px !important;
  }
  .form_wrap.dl_menu dl dt {
    padding: 0 !important;
  }
}
.form_wrap.dl_menu dl:has(span.normal) {
  justify-content: space-between;
}
.form_wrap.dl_menu dl:has(span.normal) dd:is(#contents *) {
  width: unset;
  font-size: unset;
}
.form_wrap.dl_menu dl:has(span.normal) dt:is(#contents *) {
  width: unset;
  align-items: flex-start;
}
.form_wrap.dl_menu-rev {
  --line:var(--mc);
  --p:var(--f16);
  --bdc: var(--gr);
  font-size: var(--f18);
  --dtFZ:110%;
}
.form_wrap.dl_menu-rev:is(.fl50 .sheet, .fl50c .sheet, .fl50s .sheet, .fl50e .sheet) {
  padding: calc(var(--g) / 2);
}
.form_wrap.dl_menu-rev.__mc {
  --bdc: var(--mc);
}
.form_wrap.dl_menu-rev.__sc {
  --bdc: var(--sc);
}
.form_wrap.dl_menu-rev dl:has(dd:empty) {
  padding-inline: unset;
}
.form_wrap.dl_menu-rev dl:has(dd:empty) dd:is(#contents *) {
  display: none;
}
.form_wrap.dl_menu-rev dl:has(dd:empty) dt:is(#contents *) {
  font-family: var(--hin);
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  padding-inline: var(--bodyFZ);
  border-bottom: 1px solid #fff;
  line-height: var(--hlh);
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu-rev dl:has(dd:empty) dt:is(#contents *) {
    padding: var(--bodyFZ) !important;
  }
}
.form_wrap.dl_menu-rev dl:has(.subDT) dd:is(#contents *) {
  display: none;
}
.form_wrap.dl_menu-rev dl:has(.subDT) dt:is(#contents *) {
  width: 100%;
  align-items: center;
  color: var(--mc);
  font-weight: bold;
  justify-content: flex-start;
  line-height: var(--hlh);
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu-rev dl:has(.subDT) dt:is(#contents *) {
    padding: var(--bodyFZ) !important;
  }
}
.form_wrap.dl_menu-rev dl {
  border-bottom: 1px var(--decoS) var(--bdc);
  flex-direction: row !important;
  align-items: flex-end;
}
.form_wrap.dl_menu-rev dl > * {
  flex: 1;
}
.form_wrap.dl_menu-rev dl dt:is(#contents *) {
  border: none;
  background: none;
  padding: var(--p) 0;
  color: var(--tx);
  font-weight: bold;
}
.form_wrap.dl_menu-rev dl dt:is(#contents *) .ttl {
  font-weight: 600;
}
.form_wrap.dl_menu-rev dl dt:is(#contents *) .sub {
  font-weight: 500;
}
.form_wrap.dl_menu-rev dl dt:is(#contents *) .small {
  font-size: 0.9em;
}
.form_wrap.dl_menu-rev dl dt:is(#contents *) .bold {
  font-weight: bold;
}
.form_wrap.dl_menu-rev dl dd:is(#contents *) {
  border: none;
  background: none;
  text-align: right;
  padding: var(--p) 0;
  min-width: 70px;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu-rev dl {
    flex-direction: column !important;
  }
  .form_wrap.dl_menu-rev dl dd, .form_wrap.dl_menu-rev dl dt {
    width: 100% !important;
    flex: unset !important;
  }
  .form_wrap.dl_menu-rev dl dt {
    padding: 5px !important;
  }
  .form_wrap.dl_menu-rev dl dd {
    padding: 0 !important;
  }
}
.form_wrap.dl_menu-rev dl:has(span.normal) {
  justify-content: space-between;
}
.form_wrap.dl_menu-rev dl:has(span.normal) dd:is(#contents *) {
  width: unset;
  font-size: unset;
}
.form_wrap.dl_menu-rev dl:has(span.normal) dt:is(#contents *) {
  width: unset;
  align-items: flex-start;
}
.form_wrap.dl_menu02 {
  --line:var(--gr);
  --col2:var(--gr);
  --g:1em;
  padding-inline: 1em;
  border: 1px solid #ccc;
  font-size: var(--f18);
}
.form_wrap.dl_menu02 dl {
  border-bottom: 1px dotted var(--line);
  flex-direction: row-reverse !important;
  align-items: flex-end;
}
.form_wrap.dl_menu02 dl dd {
  border: none !important;
  background: none !important;
  padding: var(--g) 0 !important;
  font-size: var(--f18);
  color: var(--mc);
  flex: 1;
}
.form_wrap.dl_menu02 dl dd .ttl {
  font-weight: 600;
}
.form_wrap.dl_menu02 dl dd .sub {
  font-weight: 500;
}
.form_wrap.dl_menu02 dl dd .small {
  font-size: 0.9em;
}
.form_wrap.dl_menu02 dl dd .bold {
  font-weight: bold;
}
.form_wrap.dl_menu02 dl dt:is(#contents dt) {
  background: none;
  text-align: right;
  padding: var(--g) 0;
  min-width: 106px;
  font-weight: 700;
  align-items: flex-end !important;
  color: var(--tx);
  border: none;
  border-bottom: 2px solid var(--mc);
  font-size: 111%;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .form_wrap.dl_menu02 dl {
    flex-direction: column-reverse !important;
  }
  .form_wrap.dl_menu02 dl dd, .form_wrap.dl_menu02 dl dt {
    width: 100% !important;
  }
}

.ul_btns {
  --g: 0vmin;
}
.ul_btns + .ul_btns {
  margin-top: 1em;
}
.ul_btns ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 1em;
}
.ul_btns li {
  flex: 1;
  width: 100%;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.ul_btns li + li {
  border-top: 1px solid #fff;
}
.ul_btns li:is(#contents *) {
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .ul_btns li {
    flex: unset;
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 480px) {
  .ul_btns li {
    width: var(--btnW);
  }
}
.ul_btns a[class*=btn] {
  min-width: unset;
  width: 100%;
  height: 100%;
}
.ul_btns a[class*=btn]:is(.__mc *) {
  --btnBG: var(--mc);
}

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

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

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

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

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

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

.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 screen and (max-width: 480px) {
  .tbl_normal td:is(#contents *), .tbl_scroll td:is(#contents *) {
    padding: 0.5em;
  }
}

.mainColor, .accentColor {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
}
.mainColor.td-center td, .td-center.accentColor td {
  text-align: center !important;
}
.mainColor td:is(#contents *), .accentColor td:is(#contents *) {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mainColor td:is(#contents *), .accentColor td:is(#contents *) {
    padding: 0.5em;
  }
}
.mainColor tr:first-of-type, .accentColor tr:first-of-type {
  background-color: var(--mc);
  color: #fff;
}
.mainColor tr:not(:first-of-type) td, .accentColor tr:not(:first-of-type) td {
  text-align: left;
}
.mainColor tr:not(:first-of-type) td:first-of-type, .accentColor tr:not(:first-of-type) td:first-of-type {
  background-color: var(--mc11);
}
.mainColor tr:not(:first-of-type) td[id*=_cell_2], .accentColor tr:not(:first-of-type) td[id*=_cell_2] {
  background-color: var(--mc11);
}
.mainColor.__v2 td:is(#contents *), .__v2.accentColor td:is(#contents *) {
  text-align: left;
}
.mainColor.__v2 tr:first-of-type, .__v2.accentColor tr:first-of-type {
  background-color: var(--mc);
  color: #fff;
}
.mainColor.__v2 tr:first-of-type td:is(#contents *), .__v2.accentColor tr:first-of-type td:is(#contents *) {
  text-align: center;
}
.mainColor.__v2 tr:not(:first-of-type) td, .__v2.accentColor tr:not(:first-of-type) td {
  text-align: left;
}
.mainColor.__v2 tr:not(:first-of-type) td:first-of-type, .__v2.accentColor tr:not(:first-of-type) td:first-of-type {
  background-color: var(--mc11);
}
.mainColor.__v2 tr:not(:first-of-type) td:first-of-type div, .__v2.accentColor tr:not(:first-of-type) td:first-of-type div {
  text-align: center;
}
.mainColor.__v2 tr:not(:first-of-type) td[id*=_cell_2], .__v2.accentColor tr:not(:first-of-type) td[id*=_cell_2] {
  background-color: var(--un);
}

.accentColor tr:first-of-type {
  background-color: var(--ac);
}
.accentColor tr:not(:first-of-type) td:first-of-type {
  background-color: var(--ac11);
}
.accentColor tr:not(:first-of-type) td[id*=_cell_2] {
  background-color: var(--ac11);
}

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

.slick-track {
  gap: var(--g);
}

.slick-slide {
  position: relative;
  height: unset;
  margin-inline-end: var(--g);
}

.sns_slide {
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--mc);
  --dateFW: 500;
  --dateFZ: 110%;
  --imgOF: contain;
  --arrowContent:var(--btnAF);
  --arrowinset: calc(100% + var(--g));
  --arrowinset: -3em;
  --arrowBG: var(--wh);
  --arrowR: 999px;
  --arrowFZ: max(16px,3vmin);
  --arrowW: 3em;
  --arrowC: var(--mc);
  --dot: 20px;
}
.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(--g) / 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;
  -o-object-fit: var(--imgOF);
     object-fit: var(--imgOF);
}
.sns_slide .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
  padding-block: 1em;
}
.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_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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  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);
}
@media screen and (max-width: 1320px) {
  .sns_slide {
    --arrowinset: .75em;
    --arrowW: 2em;
  }
}
.sns_slide .slick-prev {
  right: unset;
  left: var(--arrowinset);
}
.sns_slide .slick-next {
  left: unset;
  right: var(--arrowinset);
}
.sns_slide .slick-prev, .sns_slide .slick-next {
  z-index: 10;
  background-color: var(--arrowBG);
  border-radius: var(--arrowR);
  font-size: var(--arrowFZ);
  width: var(--arrowW);
  height: var(--arrowW);
  top: 40%;
  transform: translateY(-50%);
}
.sns_slide .slick-prev:is(.noText *), .sns_slide .slick-next:is(.noText *) {
  top: 50%;
}
@media screen and (max-width: 480px) {
  .sns_slide .slick-prev, .sns_slide .slick-next {
    display: none !important;
  }
}
.sns_slide .slick-prev:before, .sns_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;
}
.sns_slide .slick-prev:before {
  scale: -1 1;
}
.sns_slide:has(.slick-dots):not(.noDot) {
  padding-block-end: calc(var(--dot) * 2);
}
.sns_slide .slick-dots li {
  width: var(--dot);
  height: var(--dot);
}
.sns_slide .slick-dots li button {
  width: var(--dot);
  height: var(--dot);
}
.sns_slide .slick-dots li button:before {
  position: unset;
  font-size: calc(var(--dot) / 2);
}
.sns_slide .slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}
.sns_slide .buttons {
  display: flex;
  justify-content: center;
}
.sns_slide .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}
.sns_slide .buttons .button:hover {
  cursor: pointer;
  background-color: var(--ac);
  color: #fff;
  transition: all 300ms ease;
}
.sns_slide .slick-dots li.slick-active button:before {
  color: var(--arrowC);
}
.sns_slide .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  top: calc(100% + var(--f16));
  display: flex;
  justify-content: center;
}
.sns_slide .sns_slide .slick-dots li button {
  outline: none;
}

.card_slide, .blog_slide, .blog_slide02 {
  --p:calc(var(--g)/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;
}

.item_slide {
  margin-bottom: unset;
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--un);
  --dateFW: bold;
  --capFZ: var(--bodyFZ);
  --dateFZ: 120%;
  --imgAR: 1;
  --imgOF: contain;
  --g:4vmin;
}
.item_slide.noDetail .detail {
  display: none !important;
}
.item_slide.noTag .blog_text ul {
  display: none !important;
}
.item_slide.noArrow :is(.slick-arrow) {
  display: none !important;
}
.item_slide.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.item_slide.noDate .blog_date {
  display: none !important;
}
.item_slide.noText .sns_text {
  display: none !important;
}
.item_slide.__visible .slick-list {
  overflow: visible !important;
}
.item_slide:not(.bg100) {
  max-width: calc(100% + var(--g) * 1);
  width: calc(100% + var(--g) * 1);
  margin-left: calc(var(--g) * -0.5);
}
.item_slide img:is(#contents *) {
  aspect-ratio: var(--imgAR);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radhalf);
  margin-bottom: 0.5em;
}
.item_slide a.name {
  font-weight: bold;
}
.item_slide p.price {
  font-weight: bold;
  text-align: right;
}
.item_slide button {
  width: 100%;
  background-color: var(--ac);
  box-shadow: var(--bsinset);
  border-radius: 1000px;
  padding: 0.25em 0.5em;
}
.item_slide .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}
.item_slide .sns_list > div {
  border: none;
  display: block;
  flex-direction: column;
  position: relative;
}
.item_slide .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}
.item_slide .sns_list .sns_photo:is(.noimg *) {
  display: none;
}
.item_slide .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  border-radius: var(--rad);
  aspect-ratio: var(--imgAR);
  -o-object-fit: var(--imgOF);
     object-fit: var(--imgOF);
}
.item_slide .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
  padding-block: 1em;
  height: 10em;
}
.item_slide .sns_list .sns_text a {
  text-decoration: none;
}
.item_slide .sns_list .sns_text > * + * {
  margin-top: 1em;
}
.item_slide .sns_list .sns_date {
  color: var(--dateC);
  font-weight: var(--dateFW);
  font-size: var(--dateFZ);
  line-height: 1;
}
.item_slide .sns_list .caption {
  color: inherit;
  font-size: var(--capFZ);
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.item_slide .sns_list .sns_text ul {
  display: none;
  white-space: nowrap;
  overflow: hidden;
}
.item_slide .sns_list .sns_text ul li {
  display: contents;
}
.item_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);
}

.ul_slide:is(section div) {
  padding-inline: unset;
  padding-left: var(--g);
  --dot: 20px;
}
.ul_slide:is(section div).noDetail .detail {
  display: none !important;
}
.ul_slide:is(section div).noTag .blog_text ul {
  display: none !important;
}
.ul_slide:is(section div).noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.ul_slide:is(section div).noArrow .slick-arrow {
  display: none !important;
}
.ul_slide:is(section div):after {
  display: none;
}
.ul_slide:is(section div).noDate .blog_date {
  display: none !important;
}
.ul_slide:is(section div) .slick-list {
  overflow: hidden;
  overflow: visible;
  border-radius: var(--rad);
}
.ul_slide:is(section div) .slick-list li {
  border-radius: var(--rad);
  margin-right: var(--g);
}
.ul_slide:is(section div) .slick-list.layer article {
  display: grid;
  place-items: center;
}
.ul_slide:is(section div) img:is(#contents img) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul_slide:is(section div) .slick-prev {
  left: calc(var(--g) * 0);
}
.ul_slide:is(section div) .slick-next {
  right: calc(var(--g) * 1);
}
.ul_slide:is(section div) .slick-prev, .ul_slide:is(section div) .slick-next {
  z-index: 1;
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.ul_slide:is(section div) .slick-prev:is(.noText *), .ul_slide:is(section div) .slick-next:is(.noText *) {
  top: 50%;
}
.ul_slide:is(section div) .slick-prev:before, .ul_slide:is(section div) .slick-next:before {
  color: var(--ff);
  font-size: inherit;
  font-family: var(--icon);
  display: inline-block;
  content: "\f054";
  font-weight: 900;
}
.ul_slide:is(section div) .slick-prev:before {
  scale: -1 1;
}
.ul_slide:is(section div) .slick-dots li {
  width: var(--dot);
  height: var(--dot);
}
.ul_slide:is(section div) .slick-dots li button {
  width: var(--dot);
  height: var(--dot);
}
.ul_slide:is(section div) .slick-dots li button:before {
  position: unset;
  font-size: calc(var(--dot) / 2);
}
.ul_slide:is(section div) .slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}
.ul_slide:is(section div) .buttons {
  display: flex;
  justify-content: center;
}
.ul_slide:is(section div) .buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}
.ul_slide:is(section div) .buttons .button:hover {
  cursor: pointer;
  background-color: var(--ac);
  color: #fff;
  transition: all 300ms ease;
}
.ul_slide:is(section div) .slick-dots li.slick-active button:before {
  color: var(--mc);
}
.ul_slide:is(section div) .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: unset;
  top: 100%;
  display: flex;
  justify-content: center;
}
.ul_slide:is(section div) .slick-dots li button {
  outline: none;
}

.toright .slick-list, .toleft .slick-list {
  overflow: visible;
}
.toright .im, .toleft .im {
  padding: 3.33%;
}
.toright img, .toleft img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  background: url(/images/home/Gframe.png) no-repeat center/100% 100%;
  padding: 6.5% 1%;
}

.thumb_slide {
  --repeat:6;
  --num:5;
  --minus:calc(var(--num) - 1 );
  --dotH: 14vh;
  --arrowW: 5vmin;
  --dotsBottom: calc(var(--dotH)/2 - var(--arrowW)/2 );
  --pad: 3%;
  --arrowPosition:103%;
  --arrowC: #000;
  --arrowBG: #fff;
  --arrowR: 1000px;
  --arrowFZ: 3vmin;
}
@media screen and (max-width: 834px) {
  .thumb_slide {
    --num:4;
  }
}
.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 screen and (max-width: 834px) {
  .thumb_slide.col5, .thumb_slide.col6, .thumb_slide.col7 {
    --num:4;
  }
}
@media screen and (max-width: 834px) {
  .thumb_slide {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .thumb_slide {
    --repeat:4;
  }
}
@media screen and (max-width: 480px) {
  .thumb_slide {
    --repeat:3;
  }
}
.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-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 {
  --g:1%;
  transform: unset;
  margin-top: var(--g);
  display: flex;
  flex-wrap: wrap;
  gap: 1vmin var(--g);
  position: unset !important;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start;
}
.thumb_slide ul.slick-dots li {
  flex: 0 0 calc((100% - var(--g) * var(--minus)) / var(--num));
}
@media screen and (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 screen and (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;
}

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

.layer_slide {
  padding-right: 12%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .layer_slide {
    padding-left: var(--pad);
  }
}
.layer_slide img:is(#contents *) {
  width: 100% !important;
}
.layer_slide .slick-list {
  overflow: visible;
}
.layer_slide .slick-track {
  position: relative;
  display: flex;
}
.layer_slide .slick-dots {
  position: unset;
  transform: unset;
  width: 100%;
  justify-content: center;
}
.layer_slide .box {
  opacity: 0.5 !important;
  --shift:3vw;
  --shift2:calc(var(--shift)*2 );
  --shift3:calc(var(--shift)*3 );
  --Nshift:calc(var(--shift)*-1 );
  --Nshift2:calc(var(--shift)*-2 );
}
.layer_slide .box.slick-active {
  opacity: 1 !important;
}
.layer_slide .box:nth-child(3n+1) {
  margin-top: var(--shift2);
}
.layer_slide .box:nth-child(3n+2) {
  margin-top: var(--shift);
  transform: translateX(var(--shift));
}
.layer_slide .box:nth-child(3n) {
  margin-top: 0;
  transform: translateX(var(--shift2));
}

.slide_sync {
  --g:3vmin;
  gap: 2em var(--g);
}
.slide_sync .main.noArrow .slick-arrow {
  display: none !important;
}
.slide_sync .main .slick-prev, .slide_sync .main .slick-next {
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  top: 100%;
  transform: translate(0, -100%);
  z-index: 1;
}
.slide_sync .main .slick-prev::before, .slide_sync .main .slick-next::before {
  opacity: 1;
  font-family: var(--icon);
  color: var(--mc);
  font-weight: 900;
  font-size: 24px;
}
.slide_sync .main .slick-prev {
  left: 0;
}
.slide_sync .main .slick-prev::before {
  content: "\f104";
}
.slide_sync .main .slick-next {
  right: 0;
}
.slide_sync .main .slick-next::before {
  content: "\f105";
}
.slide_sync .main li img:is(#contents *) {
  width: 100% !important;
}
.slide_sync .thumb ul {
  --repeat:4;
  display: grid;
  grid-template-columns: repeat(var(--repeat), 1fr);
  grid-template-rows: auto;
  gap: var(--g);
  position: unset !important;
}
@media screen and (max-width: 640px) {
  .slide_sync .thumb ul {
    --repeat:3;
  }
}
.slide_sync .thumb ul li {
  cursor: pointer;
}
.slide_sync .thumb ul li img {
  transition: 0.3s;
  width: 100% !important;
}
.slide_sync .thumb ul li:hover img {
  opacity: 0.9;
}

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 screen and (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.blog_form01 {
  color: var(--tx);
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  div.blog_form01 {
    max-height: 40vh;
  }
}
div.blog_form01 .blog_photo {
  display: none;
}
div.blog_form01 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em 1.5em;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 834px) {
  div.blog_form01 .blog_text:is(div) {
    flex-wrap: wrap;
  }
}
div.blog_form01 .blog_date:is(div) {
  color: var(--tx);
  font-weight: 700;
}
div.blog_form01 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
div.blog_form01 div.blog_list > div h3 {
  width: 100%;
  margin-bottom: 0px;
  order: 1;
}
div.blog_form01 div.blog_list > div h3 span {
  color: var(--ac);
  font-weight: var(--hfw);
}
div.blog_form01 div.blog_list > div .detail {
  order: 1;
  font-size: var(--f14);
  display: none;
}
div.blog_form01 div.blog_list > div ul {
  display: block;
  order: 1;
}
div.blog_form01 div.blog_list > div 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_form01::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form01::-webkit-scrollbar-thumb {
  background-color: var(--cc);
  border-radius: 0px;
}

div.blog_form02 {
  border-inline: 6vmin solid #fff;
  color: var(--tx);
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  div.blog_form02 {
    border-inline: 2vmin solid #fff;
  }
}
@media screen and (max-width: 640px) {
  div.blog_form02 {
    max-height: 40vh;
  }
}
div.blog_form02.noscr {
  overflow-y: unset;
}
@media screen and (max-width: 640px) {
  div.blog_form02.noscr {
    max-height: unset;
  }
}
div.blog_form02 .blog_photo {
  max-width: 360px;
}
div.blog_form02 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em 1.5em;
  width: 100%;
  padding: 0;
}
div.blog_form02 .blog_date:is(div) {
  color: var(--tx);
  font-weight: 700;
}
div.blog_form02 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  gap: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_form02 div.blog_list > div {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  div.blog_form02 div.blog_list > div {
    flex-wrap: wrap;
  }
}
div.blog_form02 div.blog_list > div h3 {
  width: 100%;
  margin-bottom: 0px;
  order: 1;
}
div.blog_form02 div.blog_list > div h3 span {
  color: var(--tx);
  font-weight: var(--hfw);
}
div.blog_form02 div.blog_list > div .detail {
  order: 1;
}
div.blog_form02 div.blog_list > div ul {
  display: block;
}
div.blog_form02 div.blog_list > div ul a {
  background-color: var(--ac);
  padding-inline: 0.25em;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}
div.blog_form02::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form02::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_card2 {
  justify-content: unset;
  --bdc:#eee;
}
div.blog_card2.noTag .blog_list ul:is(#contents *) {
  display: none;
}
div.blog_card2 .blog_list {
  flex-direction: row;
  gap: var(--g);
  flex-wrap: wrap;
}
div.blog_card2 .blog_list > div {
  background-color: #fff;
  width: calc((100% - var(--g) * 1) / 2);
  border: 1px solid var(--bdc);
  flex-shrink: 0;
  margin-bottom: 1.5em;
}
div.blog_card2 .blog_list > div > * {
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_card2 .blog_list > div:is(#contents *) {
    flex: unset;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  div.blog_card2 .blog_list > div:is(#contents *) > * {
    flex: unset;
    width: 100%;
    border: unset;
  }
}
div.blog_card2 .blog_list .blog_photo {
  padding: unset;
  flex: 3;
  border-right: 1px solid var(--bdc);
  display: grid;
  place-items: center;
  place-content: center;
}
div.blog_card2 .blog_list .blog_photo img:is(#contents *) {
  aspect-ratio: 5/4;
}
@media screen and (max-width: 1200px) {
  div.blog_card2 .blog_list .blog_photo img:is(#contents *) {
    aspect-ratio: unset;
    height: 100%;
    max-height: 88vw;
  }
}
div.blog_card2 .blog_list .blog_text:is(div) {
  flex: 4;
  padding: 1em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
div.blog_card2 .blog_list .blog_text:is(div) h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 2;
}
div.blog_card2 .blog_list .blog_text:is(div) h3 a {
  color: inherit;
}
div.blog_card2 .blog_list .blog_text:is(div) h3 span {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
div.blog_card2 .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.blog_card2 .blog_list ul {
  display: block;
}
div.blog_card2 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card2 .blog_list .detail {
  font-size: 90%;
  font-weight: inherit;
}
div.blog_card2::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_card2::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_card3 {
  justify-content: unset;
}
div.blog_card3.noTag .blog_list ul:is(#contents *) {
  display: none;
}
div.blog_card3 .blog_list {
  flex-direction: row;
  gap: var(--g);
  flex-wrap: wrap;
}
div.blog_card3 .blog_list > div {
  flex-direction: column;
  width: calc((100% - var(--g) * 2) / 3);
  border: 1px solid var(--gr);
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_card3 .blog_list > div > * {
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_card3 .blog_list > div {
    width: calc((100% - var(--g) * 1) / 2);
  }
}
@media screen and (max-width: 480px) {
  div.blog_card3 .blog_list > div {
    width: 100%;
  }
}
div.blog_card3 .blog_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
div.blog_card3 .blog_list ul {
  display: block;
  display: none;
}
div.blog_card3 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card3 .blog_list .detail {
  font-size: 80%;
}
div.blog_card3 .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.blog_card3 .blog_list .blog_photo:is(#contents *) * {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  div.blog_card3 .blog_list .blog_photo:is(#contents *) img:is(#contents *) {
    height: 100%;
  }
}
div.blog_card3 .blog_list .blog_text:is(div) {
  flex: 4;
  padding: 1em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
div.blog_card3 .blog_list .blog_text:is(div) h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 2;
}
div.blog_card3 .blog_list .blog_text:is(div) h3 a {
  color: inherit;
}
div.blog_card3 .blog_list .blog_text:is(div) h3 span {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
div.blog_card3 .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.blog_card3 .blog_list ul {
  display: block;
}
div.blog_card3 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card3 .blog_list .detail {
  font-size: 90%;
  font-weight: inherit;
}
div.blog_card3::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_card3::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.sns_card4 {
  justify-content: unset;
}
div.sns_card4 .sns_list {
  flex-direction: row;
  gap: var(--g);
  flex-wrap: wrap;
}
div.sns_card4 .sns_list:is(.__Xscr *) {
  display: contents;
}
div.sns_card4 .sns_list > div {
  border-bottom: unset;
  flex-direction: column;
  width: calc((100% - var(--g) * 3) / 4);
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.sns_card4 .sns_list > div > * {
  padding: 0.5em;
}
div.sns_card4 .sns_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
div.sns_card4 .sns_list ul {
  display: block;
  display: none;
}
div.sns_card4 .sns_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.sns_card4 .sns_list .detail {
  font-size: 80%;
}
div.sns_card4 .sns_list .sns_photo {
  width: 100%;
  padding: unset;
}
@media screen and (max-width: 640px) {
  div.sns_card4 .sns_list .sns_photo {
    width: 100%;
    max-width: 300px;
  }
}
div.sns_card4 .sns_list .sns_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  div.sns_card4 .sns_list .sns_text:is(div) {
    flex-wrap: wrap;
  }
}
div.sns_card4 .sns_list .caption {
  color: inherit;
  font-size: var(--capFZ);
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  word-wrap: break-word;
}
div.sns_card4 .sns_list .sns_date:is(div) {
  width: 100%;
  color: var(--ac);
  font-weight: bold;
}
div.sns_card4::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.sns_card4::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_card4 {
  justify-content: unset;
}
div.blog_card4 .blog_list {
  flex-direction: row;
  gap: var(--g);
  flex-wrap: wrap;
}
div.blog_card4 .blog_list:is(.__Xscr *) {
  display: contents;
}
div.blog_card4 .blog_list > div {
  flex-direction: column;
  width: calc((100% - var(--g) * 3) / 4);
  border-bottom: 2px solid var(--tx);
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_card4 .blog_list > div > * {
  padding: 0.5em;
}
div.blog_card4 .blog_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
div.blog_card4 .blog_list ul {
  display: block;
  display: none;
}
div.blog_card4 .blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_card4 .blog_list .detail {
  font-size: 80%;
}
div.blog_card4 .blog_list .blog_photo {
  width: 100%;
  padding: unset;
}
@media screen and (max-width: 640px) {
  div.blog_card4 .blog_list .blog_photo {
    width: 100%;
    max-width: 300px;
  }
}
div.blog_card4 .blog_list .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  div.blog_card4 .blog_list .blog_text:is(div) {
    flex-wrap: wrap;
  }
}
div.blog_card4 .blog_list .blog_date:is(div) {
  color: var(--ac);
  font-weight: bold;
}
div.blog_card4::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_card4::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_form03 {
  padding: 1em;
  color: var(--tx);
  overflow-y: scroll;
  border-radius: 12px;
}
div.blog_form03 * {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  div.blog_form03 {
    max-height: 40vh;
  }
}
div.blog_form03 .blog_photo {
  width: 20%;
}
@media screen and (max-width: 640px) {
  div.blog_form03 .blog_photo {
    width: 50%;
  }
}
div.blog_form03 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  div.blog_form03 .blog_text:is(div) {
    flex-wrap: wrap;
  }
}
div.blog_form03 .blog_date:is(div) {
  color: var(--ac);
}
div.blog_form03 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_form03 div.blog_list > div > * {
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  div.blog_form03 div.blog_list > div {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  div.blog_form03 div.blog_list > div {
    flex-direction: column;
  }
}
div.blog_form03 div.blog_list h3 {
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
div.blog_form03 div.blog_list ul {
  display: block;
  display: none;
}
div.blog_form03 div.blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_form03 div.blog_list .detail {
  font-size: 80%;
}
div.blog_form03::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form03::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_form06 {
  padding-inline: clamp(20px, 4vw, 40px);
  padding-inline: 6vmin var(--pr);
  border-block: 2em solid transparent;
  border-radius: 20px;
  color: var(--tx);
  overflow-y: scroll;
}
div.blog_form06 a.more {
  display: none;
}
@media screen and (max-width: 640px) {
  div.blog_form06 {
    padding-inline: 4vmin;
  }
}
div.blog_form06 * {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  div.blog_form06 {
    max-height: 40vh;
  }
}
div.blog_form06 .blog_photo {
  display: none;
}
div.blog_form06 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  width: 100%;
  padding: 0;
}
div.blog_form06 .blog_text:is(div) a {
  color: var(--mc);
}
div.blog_form06 .blog_text:is(div) .detail {
  display: none;
}
@media screen and (max-width: 640px) {
  div.blog_form06 .blog_text:is(div) {
    flex-direction: column;
    align-items: flex-start;
  }
}
div.blog_form06 .blog_date:is(div) {
  width: 20%;
  min-width: 90px;
  color: var(--tx);
  background-color: var(--bc);
  text-align: center;
  line-height: 2;
  border-radius: 4px;
}
div.blog_form06 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_form06 div.blog_list h3 {
  margin-bottom: 0px;
  order: 1;
  font-size: var(--f16);
}
div.blog_form06 div.blog_list ul {
  display: block;
  display: none;
}
div.blog_form06 div.blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_form06::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form06::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_form04 {
  border-inline: clamp(var(--pad), 5vw, 96px) solid #fff;
  border-block: 3em solid #fff;
  background-color: #fff;
  color: var(--tx);
  --maxH:40vh;
  overflow-y: scroll;
}
div.blog_form04 * {
  line-height: 1.5;
}
div.blog_form04 .blog_photo {
  display: none;
}
div.blog_form04 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  width: 100%;
  padding: 0;
}
div.blog_form04 .blog_text:is(div) a.more {
  display: none;
}
@media screen and (max-width: 834px) {
  div.blog_form04 .blog_text:is(div) {
    flex-wrap: wrap;
  }
}
div.blog_form04 .blog_date:is(div) {
  color: var(--tx);
}
div.blog_form04 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_form04 div.blog_list h3 {
  margin-bottom: 0px;
  order: 1;
  font-size: var(--f16);
}
div.blog_form04 div.blog_list ul {
  display: block;
}
div.blog_form04 div.blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  color: var(--wh);
  text-decoration: none;
  transition: 0.4s;
}
div.blog_form04 div.blog_list ul a:hover {
  opacity: 0.7;
}
div.blog_form04::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
div.blog_form04::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}

div.blog_form05 {
  padding-inline: clamp(20px, 4vw, 40px);
  padding-inline: 6vmin var(--pr);
  border-block: 2em solid transparent;
  border-radius: 20px;
  color: var(--tx);
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  div.blog_form05 {
    padding-inline: 4vmin;
  }
}
div.blog_form05 * {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  div.blog_form05 {
    max-height: 40vh;
  }
}
div.blog_form05 .blog_photo {
  display: none;
}
div.blog_form05 .blog_text:is(div) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 0;
  width: 100%;
  padding: 0;
}
div.blog_form05 .blog_text:is(div) a {
  color: var(--mc);
}
div.blog_form05 .blog_text:is(div) .detail {
  display: none;
}
@media screen and (max-width: 640px) {
  div.blog_form05 .blog_text:is(div) {
    flex-direction: column;
    align-items: flex-start;
  }
}
div.blog_form05 .blog_date:is(div) {
  width: 20%;
  min-width: 90px;
  color: var(--tx);
  background-color: var(--bc);
  text-align: left;
  font-weight: bold;
  line-height: 2;
  border-radius: 4px;
}
div.blog_form05 .more {
  display: none;
}
div.blog_form05 div.blog_list > div {
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  padding-inline: 0em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.blog_form05 div.blog_list h3 {
  margin-bottom: 0px;
  order: 1;
  font-size: var(--f16);
  font-weight: 500;
}
div.blog_form05 div.blog_list ul {
  display: block;
  display: none;
}
div.blog_form05 div.blog_list ul a {
  background-color: var(--mc);
  padding-inline: 0.5em;
  --tx:var(--wh);
}
div.blog_form05::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
div.blog_form05::-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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (max-width: 1200px) {
  .sns01.bd-inline {
    border-width: 4vmin;
  }
}

.insta_card3 {
  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;
}
.insta_card3.noDetail .detail {
  display: none !important;
}
.insta_card3.noTag .sns_text ul {
  display: none !important;
}
.insta_card3.noArrow :is(.slick-arrow) {
  display: none !important;
}
.insta_card3.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.insta_card3.noDate .sns_date {
  display: none !important;
}
.insta_card3.noText .sns_text {
  display: none !important;
}
.insta_card3.topDate .sns_date {
  position: absolute;
}
.insta_card3.__visible .slick-list {
  overflow: visible !important;
}
.insta_card3.__scr {
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .insta_card3.__scr {
    max-height: 87vw;
  }
}
.insta_card3::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1200px) {
  .insta_card3::-webkit-scrollbar {
    width: calc(var(--g) / 1);
  }
}
.insta_card3::-webkit-scrollbar-thumb {
  background-color: var(--tx50);
}
.insta_card3 .sns_list {
  flex-direction: row;
  border: none !important;
  flex-wrap: wrap;
  gap: var(--g);
  width: 100%;
}
.insta_card3 .sns_list > div {
  overflow: hidden;
  border: none !important;
  display: block;
  flex-direction: column;
  width: calc((100% - var(--g) * 2) / 3);
  position: relative;
}
.insta_card3 .sns_list > div:is(.noText *) {
  aspect-ratio: 1;
}
@media screen and (max-width: 640px) {
  .insta_card3 .sns_list > div {
    width: calc((100% - var(--g) * 1) / 2);
  }
}
.insta_card3 .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
}
.insta_card3 .sns_list .sns_text:is(.noText *) {
  display: none;
}
.insta_card3 .sns_list .sns_text * {
  margin-bottom: 4px;
  line-height: 1.6;
}
.insta_card3 .sns_list .sns_text ul {
  display: flex;
  flex-wrap: wrap;
  text-overflow: ellipsis;
}
.insta_card3 .sns_list .sns_text ul a {
  text-decoration: none;
  font-weight: 500;
}
.insta_card3 .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);
}
.insta_card3 .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;
}
.insta_card3 .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;
}
.insta_card3 .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta_card3 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta_card3 .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;
}
.insta_card3 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  margin-bottom: 1em;
}
.insta_card3 .sns_list .sns_photo:is(.noText *) {
  margin-bottom: unset;
}
.insta_card3 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  aspect-ratio: 1;
  border-radius: var(--rad);
}
.insta_card3 .sns_list .sns_photo:hover img {
  scale: 1.025;
}
.insta_card3 .sns_list .sns_text ul {
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.insta_card3 .sns_list .sns_text ul li {
  display: contents;
}
.insta_card3 .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);
}

.insta3 {
  --dateBG: var(--wh);
  --dateC: var(--mc);
  --tagC: var(--mcDK);
}
.insta3.noDetail .detail {
  display: none !important;
}
.insta3.noTag .blog_text ul {
  display: none !important;
}
.insta3.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.insta3.noDate .blog_date {
  display: none !important;
}
.insta3.noText .sns_text {
  display: none !important;
}
.insta3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta3 .sns_list .sns_text {
  margin-top: 0.5em;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.insta3 .sns_list .sns_text * {
  margin-bottom: 4px;
  font-size: 14px !important;
  line-height: 1.6;
}
.insta3 .sns_list .sns_text ul {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insta3 .sns_list .sns_text ul a {
  color: var(--tagC) !important;
  text-decoration: underline;
}
.insta3 .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);
}
.insta3 .sns_list .sns_text .sns_date {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
  background-color: var(--dateBG);
  color: var(--dateC);
  border-radius: var(--radhalf);
}
.insta3 .sns_list .sns_text .caption {
  overflow: hidden;
  height: 3em !important;
  position: relative;
}
.insta3 .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta3 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta3 .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;
}
.insta3 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}
.insta3 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
  aspect-ratio: 1;
  border-radius: var(--radhalf);
}
.insta3 .sns_list {
  display: flex;
  gap: 3vmin 2%;
}
.insta3 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 32%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .insta3 .sns_list > div {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .insta3 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.insta4 {
  --dateBG: var(--un);
  --dateC: var(--cur);
  --tagC: var(--mcDK);
  --thumbC:var(--wh70);
  --thumbW:.5em;
}
.insta4.noCaption .caption {
  display: none !important;
}
.insta4.noTag .sns_text ul {
  display: none !important;
}
.insta4.noDate .blog_date {
  display: none !important;
}
.insta4.noText .sns_text {
  display: none !important;
}
.insta4::-webkit-scrollbar {
  background-color: transparent;
  width: var(--thumbW);
  height: 0;
}
.insta4::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}
.insta4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta4 .sns_list .sns_text {
  margin-top: 0.5em;
  width: 100%;
  height: 80px;
  overflow: hidden;
  font-family: var(--Car);
}
.insta4 .sns_list .sns_text ul {
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insta4 .sns_list .sns_text ul a {
  color: var(--tagC) !important;
  text-decoration: underline;
}
.insta4 .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);
}
.insta4 .sns_list .sns_text .sns_date {
  font-size: 1.2em;
  z-index: 1;
  padding: 10px;
  background-color: var(--dateBG);
  color: var(--dateC);
}
.insta4 .sns_list .sns_text .caption {
  overflow: hidden;
  height: 3em !important;
  position: relative;
}
.insta4 .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.insta4 .sns_list .sns_photo img {
  width: 100%;
  transition: 0.3s;
}
.insta4 .sns_list {
  display: flex;
  gap: var(--g);
}
.insta4 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: calc((100% - var(--g) * 3) / 4);
  position: relative;
}
@media screen and (max-width: 834px) {
  .insta4 .sns_list > div {
    width: calc((100% - var(--g)) / 2);
  }
}

.insta5 {
  --thumbC:var(--wh30);
  --thumbW:8px;
}
.insta5.noDetail .detail {
  display: none !important;
}
.insta5.noTag .blog_text ul {
  display: none !important;
}
.insta5.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.insta5.noDate .blog_date {
  display: none !important;
}
.insta5.noText .sns_text {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .insta5 {
    max-height: calc(100vw - var(--pad2));
    overflow-y: scroll;
  }
}
.insta5 .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.insta5 .sns_list .sns_text {
  width: 100%;
  height: 100px;
}
.insta5 .sns_list .sns_text:is(.noText *) {
  display: none;
}
.insta5 .sns_list .sns_text ul {
  display: none;
}
.insta5 .sns_list .sns_text .sns_date {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px 0 6px 0;
}
.insta5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.insta5 .sns_list .square-inner {
  position: relative;
  display: block;
}
.insta5 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.insta5 .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;
}
.insta5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}
.insta5 .sns_list .sns_photo:is(.nophoto *) {
  display: none;
}
.insta5 .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.insta5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18.5%;
  margin: 0.75%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .insta5 .sns_list > div {
    width: 31.8%;
  }
}
@media screen and (max-width: 640px) {
  .insta5 .sns_list > div {
    width: 48.5%;
  }
}

.bgAnimate {
  position: fixed;
  inset: 0;
  background: repeat-y center/100% auto;
  pointer-events: none;
  transition: var(--trt);
  z-index: -1;
  animation: bgUP 40s linear infinite;
  opacity: 0;
}
@keyframes bgUP {
  0% {
    background-position-y: 0%;
  }
  4% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    background-position-y: 200%;
    opacity: 0;
  }
}

.bgFix {
  position: fixed;
  inset: 0;
  background: repeat-y center/100% auto;
  pointer-events: none;
  transition: var(--trt);
  z-index: -1;
}
.bgFix.__animate {
  animation: bgUP 40s linear infinite;
  opacity: 0;
}

.js-bgFix:not(.show) .bgFix {
  opacity: 0;
}

.title1 .btns button.current {
  background-color: var(--mc);
}

html.menu [class*=grid]:not(.current) {
  display: none;
  opacity: 0;
  visibility: hidden;
}

html.menu [class*=grid].current {
  display: grid;
  visibility: visible;
  animation: fadeIn 0.6s;
}

.grid50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--g);
  --h:4.3em;
  --half:calc(var(--h)/3*2 );
  --Nhalf:calc(var(--h)/-3*2 );
  margin-top: var(--Nhalf);
  margin-bottom: var(--bl05);
}
@media screen and (max-width: 640px) {
  .grid50 {
    --g: 2vmin;
  }
}
@media screen and (max-width: 640px) {
  .grid50 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(20, var(--h));
  }
}
.grid50 > * {
  grid-row: span var(--r);
  height: calc(var(--h) * var(--r));
  margin-top: var(--half);
}
@media screen and (max-width: 640px) {
  .grid50 > * {
    --sp:calc(var(--r) + 1);
    grid-row: span var(--sp);
    height: calc(var(--h) * var(--sp));
  }
}
.grid50 .dl_menu dd:before {
  content: "";
  background: url(/images/home/i03.png) no-repeat center/100% 100%;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
}

.toggle_h {
  cursor: pointer;
  border-radius: 0.5em;
  transition: 0.4s;
  position: relative;
}
.toggle_h:hover {
  background-color: var(--bc50);
}
.toggle_h:after {
  font-family: var(--icon);
  content: "\f078"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  right: 0.5em; /*アイコンの位置*/
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  align-items: center;
  font-size: inherit;
  font-weight: 900;
  transition: 0.4s;
  width: 1em;
  height: 1em;
  line-height: 1;
  transform-origin: center;
}
.toggle_h.show:after {
  rotate: -180deg;
}
.toggle_h:hover {
  opacity: 0.7;
}
.toggle_t {
  display: none;
}
.toggle_t > * + * {
  margin-top: 1em;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:after, .modaal-close:before {
  background: var(--mc);
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: var(--ac);
}

.modaal-close {
  right: var(--pad);
}

.modaal-inner-wrapper {
  padding-inline: var(--pad);
}

.fb_modal .box {
  transition: 0.4s;
}
.fb_modal .box article > div {
  padding: 0.5em;
}
.fb_modal .box:hover {
  background-color: var(--tx);
}
.fb_modal .box:hover * {
  color: #fff;
}

.archive .modal {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--ac);
  margin-inline-end: var(--pad);
}
.archive .modal + .modal {
  margin-top: 2em;
}

.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 td {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.fancybox a {
  -webkit-clip-path: inset(0);
          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 screen and (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 {
  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));
  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);
}

body .cursor,
body .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 834px) {
  body .cursor,
  body .follower {
    display: none;
  }
}
body .cursor {
  width: 50px;
  height: 50px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: scale ease 0.3s, opacity 0.3s;
  text-align: center;
  scale: 3;
  opacity: 0.001;
}
body .cursor.is-active {
  opacity: 1;
  scale: 1;
}
body .follower {
  display: none;
}
body .follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
body .follower.is-active {
  transform: scale(1);
}
body #stalker {
  pointer-events: none;
  position: fixed;
  perspective: 20vw;
  fill: none;
  stroke: rgba(204, 204, 204, 0);
  stroke-width: 2px;
  border-radius: 50%;
  --oi: 100px;
  --dot: 10px;
  top: calc(var(--oi) / -2);
  left: calc(var(--oi) / -2);
  width: var(--oi);
  height: var(--oi);
  scale: 1;
  transition: all 0s;
  transition-timing-function: ease-out;
  z-index: 999;
}
body #stalker .stalker-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0);
  border-radius: 50%;
  scale: 1;
  transition: 0.4s;
}
@media screen and (min-width: 835px) {
  body #stalker .stalker-inner {
    background-color: rgba(204, 204, 204, 0.3333333333);
  }
}
body #stalker .stalker-inner.hov {
  background: rgba(0, 0, 0, 0.4666666667);
  scale: 0.7;
  opacity: 1;
}
body #stalker .stalker-inner.down {
  scale: 0.5;
  transition: 0.2s;
}
body #stalker .stalker-inner.up {
  background: #fff;
  animation: big 1s forwards ease-in-out;
}

#loading {
  position: fixed;
  width: 100%;
  top: 50%;
}
#loading #percent {
  text-align: center;
}
#loading #percent-text {
  font-size: 32px;
}
#loading #gauge {
  width: 0px;
  height: 5px;
  background: #ff0000;
}

.ameblo {
  overflow-y: scroll;
  --c:var(--mc);
}
@media screen and (max-width: 640px) {
  .ameblo {
    max-height: 50vh;
  }
}
.ameblo dl a {
  display: block;
  padding-bottom: 5px;
  border-bottom: var(--line);
  border-color: var(--c);
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--tx);
}
.ameblo dl a dt time {
  display: inline-block;
  color: var(--c);
  font-weight: bold;
}
.ameblo dl a dt .rss-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-end: auto;
}
.ameblo dl a dd .txt {
  font-size: var(--f14);
}
.ameblo::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 0;
}
.ameblo::-webkit-scrollbar-thumb {
  background-color: var(--gr);
}

.im:has(.distort) {
  padding: 50px;
  filter: url(#distort);
  background-color: #000;
}
.im:has(.distort) img {
  width: 100%;
}

.img-dots .im img {
  float: unset;
}
.img-dots .im:after {
  background: url(/images/home/pt01.png) repeat center/28px 44px;
  z-index: 1;
  inset: 0;
}

.bandlink a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--h3FZ);
  font-family: var(--kle);
  line-height: 1;
  border-block: var(--line);
  --linkC: var(--tx);
}
.bandlink a + a {
  border-top: unset;
}
@media screen and (max-width: 640px) {
  .bandlink a + a {
    border-block: var(--line);
    margin-top: 2em;
  }
}
.bandlink a i {
  margin-inline: 0.25em;
}
.bandlink a > span {
  color: var(--tx);
  flex: 1;
  padding: 2em 1em;
}
.bandlink a > span:nth-child(odd) {
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .bandlink a > span:nth-child(odd) {
    text-align: left;
  }
}
.bandlink a > span:nth-child(even) {
  font-family: var(--lat);
}
@media screen and (max-width: 640px) {
  .bandlink a > span:nth-child(even) {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  .bandlink a > span {
    flex-basis: 100%;
  }
}

.trigger1 {
  padding-bottom: var(--bl);
}

:has(> .cover) > *:not(.cover) {
  z-index: 1;
  position: relative;
}

.cover {
  margin-top: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
.cover.__left {
  left: 0;
}
.cover.__right {
  right: 0;
}

.bnr01 {
  background: no-repeat 100% 50%/cover;
  border: 3px solid var(--mc);
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  padding: var(--g);
  color: var(--mc);
}
.bnr01 > * {
  flex: 1;
}
.bnr01 small {
  font-size: 80%;
  font-weight: unset;
}
.bnr01 div:not(:has(> .btn)) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bnr01 div:not(:has(> .btn)) {
    font-weight: 500;
  }
}
.bnr01 div:has(> .btn) .btn:is(#contents *, #global_footer *) {
  min-width: unset;
  width: 50%;
  margin-bottom: unset;
  text-shadow: none;
}
@media screen and (max-width: 640px) {
  .bnr01 div:has(> .btn) .btn:is(#contents *, #global_footer *) {
    min-width: var(--btnW);
  }
}
.bnr01 div:has(> .btn) .__bdac {
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .bnr01 {
    padding: unset;
    gap: 0;
  }
  .bnr01 > *:is(#contents *, #global_footer *) {
    background: linear-gradient(to left, transparent, #fff 25%);
    padding: var(--g);
    flex: unset;
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .bnr01 > *:is(#contents *, #global_footer *) {
    background: unset;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 2px var(--tx), 0 0 2px var(--tx), 0 0 2px var(--tx);
  }
}

@media screen and (max-width: 640px) {
  .ul_card3 ul:is(#contents *) > *, .ul_card3 ul:is(#contents *) ul li {
    width: 100%;
    flex: unset;
  }
}
.ul_card3 ul:is(#contents *) h3 {
  text-align: center;
  font-size: var(--f20);
  margin-block: 15px 10px;
}
.ul_card3 ul:is(#contents *) .slick-dots {
  top: calc(100% + 2em);
}

.hueGrad {
  --c:var(--YE);
}
.hueGrad .box:nth-of-type(8n+1) {
  filter: hue-rotate(300deg);
}
.hueGrad .box:nth-of-type(8n+2) {
  filter: hue-rotate(0deg);
}
.hueGrad .box:nth-of-type(8n+3) {
  filter: hue-rotate(60deg);
}
.hueGrad .box:nth-of-type(8n+4) {
  filter: hue-rotate(120deg);
}
.hueGrad .box:nth-of-type(8n+5) {
  filter: hue-rotate(180deg);
}
.hueGrad .box:nth-of-type(8n+6) {
  filter: hue-rotate(240deg);
}
.hueGrad .box:nth-of-type(8n+7) {
  filter: hue-rotate(300deg);
}
.hueGrad .box:nth-of-type(8n+8) {
  filter: hue-rotate(0deg);
}
.hueGrad .box:nth-of-type(8n+9) {
  filter: hue-rotate(60deg);
}
.hueGrad .box:nth-of-type(8n+10) {
  filter: hue-rotate(12deg);
}

:root {
  --waveH:clamp(40px,4vh,80px);
  --waveNH:calc(var(--waveH)*-1);
}

.wave_outer {
  margin-top: var(--waveNH);
  height: calc(var(--waveH) + var(--bl));
  padding-block-start: var(--bl);
}
.wave_outer.Hunset {
  height: unset;
}
.wave_outer svg.wave {
  position: relative;
  width: 100%;
  height: var(--waveH);
}
.wave_outer .wave_g > use {
  animation: wave 6s cubic-bezier(0.5, 0.5, 0.5, 0.5) infinite;
}
.wave_outer div:nth-child(1) .wave_g > use {
  animation-delay: -9s;
}
.wave_outer div:nth-child(2) .wave_g > use {
  animation-delay: -8s;
}
.wave_outer div:nth-child(3) .wave_g > use {
  animation-delay: -7s;
}
.wave_outer div:nth-child(4) .wave_g > use {
  animation-delay: -6s;
}
.wave_outer div:nth-child(5) .wave_g > use {
  animation-delay: -5s;
}
.wave_outer div:nth-child(6) .wave_g > use {
  animation-delay: -4s;
}
.wave_outer div:nth-child(7) .wave_g > use {
  animation-delay: -3s;
}
.wave_outer div:nth-child(8) .wave_g > use {
  animation-delay: -2s;
}
.wave_outer div:nth-child(9) .wave_g > use {
  animation-delay: -1s;
}
@keyframes wave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

div:has(> .bgToright, > .bgToBottom) {
  z-index: 1;
  position: relative;
}

.bgToRight, .bgToBottom {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: no-repeat center/100% 100%;
}

.bgToRight {
  background-image: linear-gradient(to right, var(--bgStart), var(--bgEnd));
}

.bgToBottom {
  background-image: linear-gradient(to bottom, var(--bgStart), var(--bgEnd));
}

.bg_slide, .bg_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.bg_slide li, .bg_img li {
  width: 100%;
}
.bg_slide .slick-list, .bg_img .slick-list {
  height: 100%;
}
.bg_slide .slick-track, .bg_img .slick-track {
  height: 100%;
}
.bg_slide .slick-slide, .bg_img .slick-slide {
  padding-inline: unset;
}

.bg_slide img:is(#contents .im *), .bg_img img:is(#contents .im *) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: var(--mvImg) !important;
}

.cloneShadow {
  --stC: var(--red);
  --fillC: var(--wh);
  position: relative;
  color: #fff;
}
.cloneShadow > :nth-child(2) {
  mix-blend-mode: difference;
  color: var(--fillC);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 4px;
  filter: saturate(0);
  z-index: -1;
}

.stroke {
  --stC: var(--wh);
  --stW: .15em;
  --fillC: var(--mc);
  position: relative;
}
.stroke > :nth-child(1) {
  -webkit-text-stroke: var(--stC);
  -webkit-text-stroke-width: var(--stW);
  -webkit-text-fill-color: var(--stC);
}
.stroke > :nth-child(2) {
  color: var(--fillC);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.stroke > :nth-child(2) .im {
  display: none;
}

.fukidasi > div {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  --size: 6vmin;
  padding: var(--size) calc(var(--size) * 1.5);
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .fukidasi > div {
    --size: 4vmin;
    padding: var(--size);
  }
}
.fukidasi > div:before {
  background-color: var(--fukidasi);
  width: var(--size);
  height: var(--size);
  top: var(--size);
  right: 100%;
  left: unset;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 50%);
          clip-path: polygon(100% 100%, 100% 0%, 0% 50%);
}
.fukidasi > div > h1, .fukidasi > div h2, .fukidasi > div h3 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .fukidasi > div > h1, .fukidasi > div h2, .fukidasi > div h3 {
    text-align: left;
  }
}
.fukidasi > div > div {
  width: calc(50% - var(--g) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  padding: 0.2em;
}
@media screen and (max-width: 1200px) {
  .fukidasi > div > div {
    width: 100%;
  }
}
.fukidasi > div > div > a[class*=btn] {
  width: 100%;
  min-width: unset;
  font-size: var(--f24);
}
.fukidasi > div > div:has(> .QRcode) {
  line-height: 2.5;
}
.fukidasi > div > div:has(> .QRcode) .QRcode {
  width: 12vh;
  height: 12vh;
  margin-inline: auto;
  display: block;
}

.pin {
  --g:var(--bl05);
  gap: var(--g);
  padding-inline: var(--g);
  display: flex;
  flex-wrap: wrap;
}
.pin_fb {
  width: calc((100% - var(--g) * 2) / 3);
}
.pin_fb > .box {
  width: 100%;
}
.pin_fb img:is(div#contents *) {
  width: 100%;
}
.pin_fb > .box + .box {
  margin-top: var(--g);
}
@media screen and (max-width: 640px) {
  .pin_fb {
    display: contents !important;
  }
  .pin_fb .box {
    width: calc((100% - var(--g) * 1) / 2);
    display: grid;
    place-items: center;
  }
  .pin_fb .box:nth-child(1) {
    order: -9;
  }
  .pin_fb .box:nth-child(2) {
    order: -8;
  }
  .pin_fb .box:nth-child(3) {
    order: -7;
  }
  .pin_fb .box:nth-child(4) {
    order: -6;
  }
  .pin_fb .box:nth-child(5) {
    order: -9;
  }
  .pin_fb .box:nth-child(6) {
    order: -5;
  }
  .pin_fb .box:nth-child(7) {
    order: -4;
  }
  .pin_fb .box:nth-child(8) {
    order: -3;
  }
  .pin_fb .box:nth-child(9) {
    order: -2;
  }
}

.fl50:has(.fb_iso) {
  flex-wrap: nowrap !important;
  align-items: center;
  padding-block: var(--bl2);
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .fl50:has(.fb_iso) {
    flex-wrap: wrap !important;
  }
  .fl50:has(.fb_iso) > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
  .fl50:has(.fb_iso) .fb_iso:is(#contents *) {
    margin-top: var(--bl);
  }
}

.fb_hoverSwitch {
  --hoverBG:var(--wh);
  --normalBG:var(--mc);
  --subFF:var(--inh);
  --FZ:calc(var(--h3FZ)*0.75 );
  --ppdb:1.5em;
  --imTop:1.5em;
  font-size: var(--FZ);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .fb_hoverSwitch {
    --imTop:3em;
  }
}
.fb_hoverSwitch:is(#contents *) {
  flex-direction: column;
}
.fb_hoverSwitch .box {
  width: 100%;
  padding-inline: 56.25% var(--pad);
  position: unset;
  background-color: var(--normalBG);
  border-bottom: 1px solid var(--sc20);
}
.fb_hoverSwitch .box p {
  font-size: var(--FZ);
  line-height: 2;
  padding-block: var(--ppdb);
  cursor: default;
}
.fb_hoverSwitch .box p em {
  font-size: 1.33em;
}
.fb_hoverSwitch .box p i {
  position: absolute;
  z-index: -1;
  height: 10vh;
  left: -1.75em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}
.fb_hoverSwitch .box p i:before {
  background-color: var(--hoverBG);
}
.fb_hoverSwitch .box figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.5%;
  z-index: 0;
}
.fb_hoverSwitch .box figure img:is(#contents *) {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .fb_hoverSwitch .box {
    padding-inline: var(--pad);
  }
  .fb_hoverSwitch .box figure {
    position: unset;
    flex: 0 0 40%;
  }
  .fb_hoverSwitch .box article {
    display: flex;
  }
  .fb_hoverSwitch .box p i {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .fb_hoverSwitch .box article {
    flex-wrap: wrap;
    padding-top: 1em;
  }
  .fb_hoverSwitch .box article > * {
    flex: 1 1 100%;
  }
}
.fb_hoverSwitch .box:nth-child(1) .im {
  z-index: 5;
}
.fb_hoverSwitch .box:nth-child(2) .im {
  z-index: 4;
}
.fb_hoverSwitch .box:nth-child(3) .im {
  z-index: 3;
}
.fb_hoverSwitch .box:nth-child(4) .im {
  z-index: 2;
}
.fb_hoverSwitch .box:nth-child(5) .im {
  z-index: 1;
}
.fb_hoverSwitch .box:nth-child(6) .im {
  z-index: 0;
}
.fb_hoverSwitch .box:nth-child(1) .im {
  top: calc(var(--imTop) * 1);
  left: calc(var(--ppdb) * 1);
}
.fb_hoverSwitch .box:nth-child(2) .im {
  top: calc(var(--imTop) * 2);
  left: calc(var(--ppdb) * 2);
}
.fb_hoverSwitch .box:nth-child(3) .im {
  top: calc(var(--imTop) * 3);
  left: calc(var(--ppdb) * 3);
}
.fb_hoverSwitch .box:nth-child(4) .im {
  top: calc(var(--imTop) * 2);
  left: calc(var(--ppdb) * 1);
}
.fb_hoverSwitch .box:nth-child(5) .im {
  top: calc(var(--imTop) * 3);
  left: calc(var(--ppdb) * 2);
}
.fb_hoverSwitch .box:nth-child(6) .im {
  top: calc(var(--imTop) * 4);
  left: calc(var(--ppdb) * 3);
}
@media screen and (min-width: 961px) {
  .fb_hoverSwitch .box:hover {
    background-color: var(--hoverBG);
  }
  .fb_hoverSwitch .box:hover p > i {
    filter: drop-shadow(2px 0 var(--sc));
    left: -9vh;
  }
  .fb_hoverSwitch .box:hover p > i:before {
    background-color: var(--normalBG);
  }
  .fb_hoverSwitch .box:hover .im {
    z-index: 10;
  }
}
.fb___layer .box {
  flex: 1;
}
.fb___layer .box:nth-child(2) {
  margin-left: var(--Nbl);
  margin-top: auto;
}
.fb___layer .box:nth-child(2) article {
  margin-top: var(--bl);
}
.fb___layer img:is(#contents *) {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.fb_iso02 {
  line-height: 1.1;
  gap: 1px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .fb_iso02 {
    flex-basis: 100%;
    width: 100%;
  }
}
.fb_iso02 .box {
  font-size: var(--f16);
  filter: drop-shadow(0 1em var(--gr));
  width: 360px;
  max-width: 49%;
  overflow: visible !important;
  aspect-ratio: 45/26;
  counter-increment: cnt;
}
.fb_iso02 .box > article, .fb_iso02 .box > article > div {
  display: contents;
}
@media screen and (max-width: 960px) {
  .fb_iso02 .box {
    font-size: 3vmin;
  }
}
.fb_iso02 .box a {
  text-align: center;
  font-size: var(--h3FZ);
  font-weight: 900;
  -webkit-clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
          clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
  color: var(--tx);
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
  background: conic-gradient(transparent 0deg 90deg, rgba(255, 255, 255, 0.5333333333) 90deg 180deg, transparent 180deg 270deg, rgba(255, 255, 255, 0.5333333333) 270deg 360deg) 0 0/var(--s) var(--s);
  --s: var(--bl06);
  background-color: var(--mc);
  padding-inline: 10px;
}
.fb_iso02 .box a:hover {
  filter: hue-rotate(30deg);
}
.fb_iso02 .box a:before {
  content: counter(cnt, decimal-leading-zero) "";
  font-weight: 900;
  font-size: var(--bl);
  width: 100%;
  height: 100%;
  display: inline-grid;
  place-items: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: color-dodge;
}
.fb_iso {
  filter: drop-shadow(0 1em var(--gr));
  line-height: 1.1;
  gap: 1px;
}
@media screen and (max-width: 960px) {
  .fb_iso {
    flex-basis: 100%;
    width: 100%;
  }
}
.fb_iso .box {
  --g:1px;
  --h:258px;
  --x:calc(100%/4 - 1px);
  --Nx:calc(var(--x)*-1);
  --x2:calc(var(--x)*2);
  --Nx2:calc(var(--x)*-2);
  --y:calc(100%/7 + 1px);
  --Ny:calc(var(--y)*-1);
  --y2:calc(var(--y)*2);
  --Ny2:calc(var(--y)*-2);
  width: calc((100% - var(--g) * 1) / 2);
  width: calc(50% - var(--g) * 2);
  font-size: 1.2vw;
  font-weight: 900;
  aspect-ratio: 45/26;
  -webkit-clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
          clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
}
.fb_iso .box > article, .fb_iso .box > article > div {
  display: contents;
}
@media screen and (max-width: 960px) {
  .fb_iso .box {
    font-size: 3vmin;
  }
}
.fb_iso .box a {
  text-align: center;
  color: var(--tx);
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
  background: conic-gradient(transparent 0deg 90deg, rgba(255, 255, 255, 0.5333333333) 90deg 180deg, transparent 180deg 270deg, rgba(255, 255, 255, 0.5333333333) 270deg 360deg) 0 0/var(--s) var(--s);
  --s: var(--bl06);
  background-color: var(--bc);
  padding-inline: 10px;
}
.fb_iso .box a:hover {
  filter: invert(1);
}
.fb_iso .box:nth-child(3n+1) {
  margin-inline: 0 var(--Nx);
  margin-block: var(--Ny) var(--y);
}
.fb_iso .box:nth-child(3n+2) {
  margin-inline: 0 var(--Nx);
}
.fb_iso .box:nth-child(3n) {
  margin-block: var(--y) var(--Ny);
}
.fb_txcenter:is(#contents *) h3 {
  color: var(--mc);
  margin-bottom: 0.5em;
}
.fb_txcenter:is(#contents *) > * + * {
  margin-top: 1em;
}
.fb_txcenter:is(#contents *) * {
  text-align: center;
}
.fb_menu {
  --line:var(--mc);
  --col2:#333;
  --bd:1px dashed var(--line);
  --g:3vmin;
  line-height: 1.6;
}
.fb_menu .im {
  order: 1;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .fb_menu .im {
    width: unset;
  }
}
.fb_menu .im img {
  width: 100% !important;
  max-height: 100%;
  margin-left: auto;
}
.fb_menu .box {
  margin-inline: unset;
  border-bottom: var(--bd);
  padding-block: var(--g);
  display: flex;
  gap: var(--g);
  width: 100%;
}
.fb_menu .box:first-of-type {
  padding-top: unset;
}
@media screen and (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_menu06 {
  --line:var(--mc);
  --col2:#333;
  --bd:1px solid var(--line);
  --g:3vmin;
  line-height: 1.6;
}
.fb_menu06.__border .box {
  border-bottom: var(--bd);
}
.fb_menu06 * {
  text-align: center;
}
.fb_menu06 .im {
  order: 1;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .fb_menu06 .im {
    width: unset;
  }
}
.fb_menu06 .im img {
  width: 100% !important;
  max-height: 100%;
  margin-left: auto;
}
.fb_menu06 .box {
  margin-inline: unset;
  padding-block: var(--g);
  display: flex;
  gap: var(--g);
  width: 100%;
}
.fb_menu06 .box:first-of-type {
  padding-top: unset;
}
@media screen and (max-width: 640px) {
  .fb_menu06 .box {
    flex-direction: column;
  }
}
.fb_menu06 .box:has(.noline), .fb_menu06 .box:last-of-type {
  border-bottom: none;
}
.fb_menu06 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu06 .box article > h3 {
  display: none;
}
.fb_menu06 .box article, .fb_menu06 .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fb_menu06 h3 {
  margin-bottom: 0.25em;
}
.fb_menu06 article > div, .fb_menu06 .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: var(--col2);
}
.fb_menu06 article > div small, .fb_menu06 .box > div small {
  font-size: 14px;
}
.fb_menu06 article > div dd, .fb_menu06 .box > div dd {
  border: none !important;
  background: none !important;
  padding: 10px 0 !important;
}
.fb_menu06 article > div dd .ttl, .fb_menu06 .box > div dd .ttl {
  font-weight: 600;
}
.fb_menu06 article > div dd .sub, .fb_menu06 .box > div dd .sub {
  font-weight: 500;
}
.fb_menu06 article > div dd .small, .fb_menu06 .box > div dd .small {
  font-size: 0.9em;
}
.fb_menu06 article > div dd .bold, .fb_menu06 .box > div dd .bold {
  font-weight: bold;
}
.fb_menu06 article > div p, .fb_menu06 .box > div p {
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  .fb_menu06 article > div, .fb_menu06 .box > div {
    flex-direction: column !important;
  }
  .fb_menu06 article > div dd, .fb_menu06 article > div dt, .fb_menu06 .box > div dd, .fb_menu06 .box > div dt {
    width: 100% !important;
  }
  .fb_menu06 article > div dd, .fb_menu06 .box > div dd {
    padding: 5px !important;
  }
  .fb_menu06 article > div dt, .fb_menu06 .box > div dt {
    padding: 0 !important;
  }
}
.fb_menu01 {
  --line:var(--mc);
  --col2:#333;
  --bd:1px solid var(--line);
  --g: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(--g);
  width: 100%;
  border-bottom: var(--bd);
}
@media screen and (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_menu05 {
  --line:var(--mc);
  --col2:var(--gr);
  --p:var(--f16);
  line-height: 1.6;
}
.fb_menu05 .box {
  border-bottom: 2px var(--decoS) var(--line);
  padding-block: var(--p);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.fb_menu05 .box article {
  display: contents;
}
.fb_menu05 .box:has(.noline) {
  border-bottom: none;
}
.fb_menu05 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu05 .box:has(h3.head) {
  background-color: var(--tx);
  color: #fff;
  width: 100%;
  display: grid;
  place-items: center;
}
.fb_menu05 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu05 h3 {
  margin-bottom: 0;
}
.fb_menu05 article > div {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--col2);
}
.fb_menu05 article > div small {
  font-size: 14px;
}
.fb_menu05 article > div dd {
  border: none !important;
  background: none !important;
  padding: 10px 0 !important;
}
.fb_menu05 article > div dd .ttl {
  font-weight: 600;
}
.fb_menu05 article > div dd .sub {
  font-weight: 500;
}
.fb_menu05 article > div dd .small {
  font-size: 0.9em;
}
.fb_menu05 article > div dd .bold {
  font-weight: bold;
}
.fb_menu05 article > div p {
  text-align: right;
  min-width: 70px;
  margin-left: auto;
  color: var(--tx);
  font-size: var(--f18);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .fb_menu05 article > div {
    flex-direction: column-reverse !important;
  }
  .fb_menu05 article > div dd, .fb_menu05 article > div dt {
    width: 100% !important;
  }
  .fb_menu05 article > div dd {
    padding: 5px !important;
  }
  .fb_menu05 article > div dt {
    padding: 0 !important;
  }
}
.fb_menu02 {
  --line:var(--gr);
  --col2:var(--gr);
  --g:1em;
  line-height: 1.6;
  border: 5px solid #ccc;
  font-size: var(--f16);
}
.fb_menu02 .box {
  display: flex;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-bottom: none;
  border-right: none;
}
.fb_menu02 .box article {
  display: contents;
}
.fb_menu02 .box:has(.noline) {
  border-bottom: none;
}
.fb_menu02 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu02 h3 {
  margin-bottom: 0;
  width: 25%;
  background-color: #dddeed;
  color: var(--mc);
  display: grid;
  place-items: center;
  font-size: var(--f16);
  font-weight: bold;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: var(--g);
  letter-spacing: 1em;
  text-align: center;
}
.fb_menu02 article > div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  color: var(--col2);
}
.fb_menu02 article > div span {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: var(--g);
}
.fb_menu02 article > div span:nth-child(odd) {
  background: none !important;
  color: var(--mc);
  width: calc(100% - 106px);
}
.fb_menu02 article > div span:nth-child(even) {
  background: none;
  text-align: right;
  width: 106px;
  font-weight: 700;
  align-items: flex-end !important;
  color: var(--tx);
}
@media screen and (max-width: 480px) {
  .fb_menu02 article > div span:is(#contents span) {
    width: 100%;
  }
}
.fb_menu03 {
  --line:var(--sc);
  --col2:var(--gr);
  --g:1em;
  line-height: 1.6;
  border: 2px solid var(--sc);
  padding: 0.5em;
}
.fb_menu03 .box {
  display: flex;
  border-bottom: 1px solid var(--line);
  width: 100%;
}
.fb_menu03 .box article {
  display: contents;
}
.fb_menu03 .box:has(.noline) {
  border-bottom: none;
}
.fb_menu03 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu03 h3 {
  margin-bottom: 0;
  width: 25%;
  background-color: #dddeed;
  color: var(--mc);
  display: grid;
  place-items: center;
  font-size: unset;
  font-weight: bold;
  padding: var(--g);
  text-align: center;
  background-color: var(--grtr);
}
.fb_menu03 article > div {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 640px) {
  .fb_menu03 article > div {
    flex-direction: column;
    padding: 1em;
  }
}
.fb_menu03 article > div span {
  padding: var(--g);
}
.fb_menu03 article > div span.first {
  background: none !important;
  width: 50%;
  font-weight: bold;
  color: var(--tx);
}
.fb_menu03 article > div span.first + br {
  display: none;
}
@media screen and (max-width: 640px) {
  .fb_menu03 article > div span.first {
    padding: 0;
  }
}
.fb_menu03 article > div span:not(.first) {
  background: none;
  align-items: flex-end !important;
  color: var(--tx);
  display: contents;
  font-size: 80%;
}
@media screen and (max-width: 480px) {
  .fb_menu03 article > div span:is(#contents span) {
    width: 100%;
  }
}
.fb_menu04 {
  --line:var(--mc);
  --col2:#333;
  --bd:1px solid var(--line);
  --g:3vmin;
  line-height: 1.6;
}
.fb_menu04 .im {
  order: 1;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .fb_menu04 .im {
    width: unset;
  }
}
.fb_menu04 .im img {
  width: 100% !important;
  max-height: 100%;
  margin-left: auto;
}
.fb_menu04 .box {
  margin-inline: unset;
  border-bottom: var(--bd);
  padding-block: var(--g);
  display: flex;
  gap: var(--g);
  width: 100%;
}
.fb_menu04 .box:first-of-type {
  padding-top: unset;
}
@media screen and (max-width: 640px) {
  .fb_menu04 .box {
    flex-direction: column;
  }
}
.fb_menu04 .box:has(.noline), .fb_menu04 .box:last-of-type {
  border-bottom: none;
}
.fb_menu04 .box .noline {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}
.fb_menu04 .box article > h3 {
  display: none;
}
.fb_menu04 .box article, .fb_menu04 .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fb_menu04 h3 {
  margin-bottom: 0.5em;
}
.fb_menu04 article > div, .fb_menu04 .box > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: var(--col2);
}
.fb_menu04 article > div small, .fb_menu04 .box > div small {
  font-size: 14px;
}
.fb_menu04 article > div dd, .fb_menu04 .box > div dd {
  border: none !important;
  background: none !important;
  padding: 10px 0 !important;
}
.fb_menu04 article > div dd .ttl, .fb_menu04 .box > div dd .ttl {
  font-weight: 600;
}
.fb_menu04 article > div dd .sub, .fb_menu04 .box > div dd .sub {
  font-weight: 500;
}
.fb_menu04 article > div dd .small, .fb_menu04 .box > div dd .small {
  font-size: 0.9em;
}
.fb_menu04 article > div dd .bold, .fb_menu04 .box > div dd .bold {
  font-weight: bold;
}
.fb_menu04 article > div p, .fb_menu04 .box > div p {
  font-size: 1.6em;
  text-align: right;
  margin-left: auto;
  margin-top: auto;
  color: var(--tx);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .fb_menu04 article > div, .fb_menu04 .box > div {
    flex-direction: column !important;
  }
  .fb_menu04 article > div dd, .fb_menu04 article > div dt, .fb_menu04 .box > div dd, .fb_menu04 .box > div dt {
    width: 100% !important;
  }
  .fb_menu04 article > div dd, .fb_menu04 .box > div dd {
    padding: 5px !important;
  }
  .fb_menu04 article > div dt, .fb_menu04 .box > div dt {
    padding: 0 !important;
  }
}
.fb_tbl01 {
  --hc:var(--ff);
  --hbg:var(--mc);
  --line:#ccc;
  --col2:#333;
  --bd:1px solid var(--line);
  --g:1em;
  line-height: 1.6;
  border-left: var(--bd);
  border-top: var(--bd);
}
.fb_tbl01 .box {
  display: contents;
}
.fb_tbl01 .box:first-of-type > article {
  border: none;
  background-color: var(--hbg);
  color: var(--hc);
}
.fb_tbl01 article:has(> a) {
  display: contents;
}
.fb_tbl01 article:not(:has(> a)), .fb_tbl01 article > a {
  width: 100%;
  display: flex;
  align-items: center;
  border-right: var(--bd);
  border-bottom: var(--bd);
  text-decoration: none;
}
.fb_tbl01 article:not(:has(> a)) > *, .fb_tbl01 article > a > * {
  padding: 0.5em;
}
.fb_tbl01 article:not(:has(> a)) h3, .fb_tbl01 article > a h3 {
  font-size: 120%;
  flex: 1;
}
.fb_tbl01 article:not(:has(> a)) > div, .fb_tbl01 article > a > div {
  border-left: var(--bd);
  height: 100%;
  display: grid;
  place-items: center start;
  width: 20%;
  text-decoration: none;
}
.fb_tbl01 article:not(:has(> a)) > div small, .fb_tbl01 article > a > div small {
  font-size: 14px;
}
.fb_tbl01 article:not(:has(> a)) > div dd, .fb_tbl01 article > a > div dd {
  border: none !important;
  background: none !important;
  padding: 10px 0 !important;
}
.fb_tbl01 article:not(:has(> a)) > div dd .ttl, .fb_tbl01 article > a > div dd .ttl {
  font-weight: 600;
}
.fb_tbl01 article:not(:has(> a)) > div dd .sub, .fb_tbl01 article > a > div dd .sub {
  font-weight: 500;
}
.fb_tbl01 article:not(:has(> a)) > div dd .small, .fb_tbl01 article > a > div dd .small {
  font-size: 0.9em;
}
.fb_tbl01 article:not(:has(> a)) > div dd .bold, .fb_tbl01 article > a > div dd .bold {
  font-weight: bold;
}
.fb_tbl01 article:not(:has(> a)) > div p, .fb_tbl01 article > a > div p {
  text-align: right;
  min-width: 70px;
  margin-left: auto;
  color: var(--tx);
  font-weight: 700;
}
.fb_IHI {
  width: 720px;
  max-width: 100%;
  margin-inline: auto;
  gap: 1em;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: var(--line);
  margin-bottom: var(--bl05);
}
.fb_IHI h1, .fb_IHI h2, .fb_IHI h3 {
  text-align: center;
}
.fb_IHI > :has(:not(div) > img) img:is(#contents *) {
  width: 16vmin;
  aspect-ratio: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
.fb_chat {
  gap: 2em;
  --c: var(--sc20);
  --img: var(--mc);
  align-items: center;
}
.fb_chat + .fb_chat {
  margin-top: var(--g);
}
@media screen and (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) .im {
    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%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 80%);
            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:has(img) .im:is([class*=kage] *) {
  -webkit-mask: no-repeat center/100% 100%;
          mask: no-repeat center/100% 100%;
  background-color: var(--img);
}
.fb_chat .box:has(img) .im:is([class*=kage] *) img {
  opacity: 0;
}
.fb_chat .box:has(img) .im:is(.kageAC *) {
  --img: var(--ac);
}
.fb_chat .box:has(img) .im:is(.kageSC *) {
  --img: var(--sc);
}
.fb_chat .box:has(img) .im:is(.kageMC *) {
  --img: var(--mc);
}
.fb_chat .box:has(img) .im:is(.kageTX *) {
  --img: var(--tx);
}
.fb_chat .box:has(img) .im:is(.kageGR *) {
  --img: var(--gr);
}
.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%;
  -webkit-clip-path: polygon(100% 0%, 20% 50%, 100% 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%;
  -webkit-clip-path: polygon(0% 0%, 80% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 80% 50%, 0% 100%);
}
.fb_spot {
  --g: var(--bl05);
  gap: 0 var(--g);
  margin-top: 0;
  padding-block: var(--g);
  --stripeW: 4px;
  background: repeating-linear-gradient(135deg, transparent, transparent var(--stripeW), #fff calc(var(--stripeW) + 1px), #fff calc(var(--stripeW) * 2));
}
.fb_spot > :has(iframe) iframe {
  width: 100% !important;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 960px) {
  .fb_spot > :has(iframe) {
    order: 1 !important;
  }
  .fb_spot > :has(iframe) iframe {
    aspect-ratio: 3/1;
  }
}
.fb_spot > :nth-child(1) {
  width: 50%;
}
.fb_spot > :nth-child(1):is(.__rev *) {
  order: 1;
}
.fb_spot > :nth-child(1):is(.__rev *) a small {
  right: unset;
  left: 0;
}
.fb_spot > :nth-child(1):is(.__rev *) a > div {
  place-self: start;
}
@media screen and (max-width: 960px) {
  .fb_spot > :nth-child(1):is(.__rev *) {
    order: unset;
  }
}
@media screen and (max-width: 960px) {
  .fb_spot > :nth-child(1) {
    width: 100%;
  }
}
.fb_spot > :nth-child(1) *:not(a > div, a > div *) {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.fb_spot > :nth-child(1) a {
  text-decoration: none;
}
.fb_spot > :nth-child(1) a > h3 {
  display: none;
}
.fb_spot > :nth-child(1) a:hover {
  opacity: 1;
}
.fb_spot > :nth-child(1) a:hover img {
  scale: 1.05;
}
.fb_spot > :nth-child(1) a {
  display: grid;
}
.fb_spot > :nth-child(1) a > * {
  grid-area: 1/1;
}
.fb_spot > :nth-child(1) a img:is(#contents *) {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.fb_spot > :nth-child(1) a > div {
  place-self: start end;
  background-color: #fff;
  font-family: var(--yuj);
  color: var(--tx);
  padding-inline: 1.5em;
  margin-top: 3.5em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.fb_spot > :nth-child(1) a > div:not(:has(small)) {
  margin-top: 2em;
  background-color: var(--mc);
  color: #fff;
}
.fb_spot > :nth-child(1) a small {
  position: absolute;
  top: 2em;
  right: 0;
  background-color: var(--mc);
  color: var(--wh);
  font-size: 75%;
  padding-inline: 2em;
}
.fb_spot > :nth-child(2) {
  background-color: #fff;
  width: calc(50% - var(--g));
}
.fb_spot > :nth-child(2):is(.__rev *) article > div {
  padding-inline: var(--incont) var(--pad);
}
.fb_spot > :nth-child(2):is(.__rev *) article img {
  margin-inline: 0 auto;
}
@media screen and (max-width: 960px) {
  .fb_spot > :nth-child(2):is(.__rev *) article img {
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 960px) {
  .fb_spot > :nth-child(2) {
    width: 100%;
  }
}
.fb_spot > :nth-child(2):is(#contents *) {
  overflow: visible;
}
.fb_spot > :nth-child(2) > article {
  display: grid;
  height: 100%;
  padding-block: var(--bl03);
  place-items: center;
}
.fb_spot > :nth-child(2) > article > * {
  grid-area: 1/1;
}
.fb_spot > :nth-child(2) > article img {
  width: 60vmin !important;
  height: 32vmin !important;
  margin-inline-start: auto;
  opacity: 0.7;
}
.fb_spot > :nth-child(2) > article > div {
  place-self: center end;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  height: 100%;
  padding-inline: var(--pad) var(--incont);
}
.fb_spot > :nth-child(2) > article > div em {
  font-size: var(--f20);
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: var(--mc20);
  width: -moz-fit-content;
  width: fit-content;
}
.fb_spot > :nth-child(2) > article [class*=btn] {
  margin-top: auto;
  margin-left: auto;
  transition-delay: 0s;
}
.fb_spot.__ac {
  --mc:#e66a5c;
  --mc11:#e66a5c11;
  --mc20:#e66a5c33;
  --mc40:#e66a5c55;
  --mc50:#e66a5c88;
  --mc70:#e66a5cbb;
}
.fb_spot.__sc {
  --mc:#c9b162;
  --mc11:#c9b16211;
  --mc20:#c9b16233;
  --mc40:#c9b16255;
  --mc50:#c9b16288;
  --mc70:#c9b162bb;
}
.fb_column .box {
  margin-inline: unset;
  width: 100%;
}
.fb_column .box article {
  display: flex;
  gap: var(--g);
}
.fb_column .box article > h3 {
  display: none;
}
.fb_column .box article .im {
  width: unset;
  max-width: 33%;
}
.fb_column .box article .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .fb_column .box article {
    flex-wrap: wrap;
  }
  .fb_column .box article > * {
    width: 100%;
  }
  .fb_column .box article .im {
    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(--pad);
  border: 1px solid #000;
  border-radius: 4px;
}
@media screen and (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(--pad);
  margin-top: var(--pad);
}
.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(--pad);
}
.fb_bfaf03 {
  gap: 2em 0;
  position: relative;
  z-index: 10;
}
.fb_bfaf03.img-order article {
  display: grid;
}
.fb_bfaf03.img-order article > .im {
  order: 1;
}
.fb_bfaf03 p {
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .fb_bfaf03 {
    flex-direction: column !important;
  }
}
.fb_bfaf03 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.fb_bfaf03 .box {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1em;
}
.fb_bfaf03 .box div:empty {
  display: none;
}
.fb_bfaf03 article {
  display: contents;
}
.fb_bfaf03 .box:has(img[alt=arrow]) {
  display: grid;
  place-items: center;
  place-content: center;
  width: 10%;
}
@media screen and (max-width: 640px) {
  .fb_bfaf03 .box:has(img[alt=arrow]) {
    margin-inline: auto;
    rotate: 90deg;
  }
}
.fb_bfaf03 .box:not(:has(img[alt=arrow])),
.fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) {
  width: 45%;
}
.fb_bfaf03 .box:not(:has(img[alt=arrow])) .im,
.fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) .im {
  height: 100%;
}
.fb_bfaf03 .box:not(:has(img[alt=arrow])) .im img,
.fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) .im img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.fb_bfaf03 .box:not(:has(img[alt=arrow])) h3,
.fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) h3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tx);
  color: #fff;
  padding-inline: 1em;
  text-transform: uppercase;
  font-size: var(--f18);
}
.fb_bfaf03 .box:not(:has(img[alt=arrow])) div,
.fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) div {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fb_bfaf03 .box:not(:has(img[alt=arrow])),
  .fb_bfaf03 .box:has(img[alt=BEFORE], img[alt=AFTER]) {
    width: 100%;
    margin-block: 0%;
  }
}
@media screen and (max-width: 640px) {
  .fb_bfaf03 .box:has(img[alt=AFTER]) {
    width: 100%;
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
}
.fb_bfaf02 {
  width: 100%;
  padding-block: var(--bl);
  padding-inline: 5%;
  align-items: flex-start;
  gap: 2em 0;
  position: relative;
  z-index: 10;
}
.fb_bfaf02:is(#contents div) > :first-child {
  width: 100%;
  flex: unset;
  text-align: center;
}
.fb_bfaf02:is(#contents div) > :first-child > div {
  font-size: var(--f32);
  font-weight: bold;
}
.fb_bfaf02:is(#contents div) > :first-child u {
  display: block;
  font-size: 250%;
  line-height: 1;
  font-weight: bold;
  color: var(--mc);
  margin-bottom: 0.6em;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .fb_bfaf02 {
    flex-direction: column !important;
  }
}
.fb_bfaf02 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.fb_bfaf02 .box {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1em;
}
.fb_bfaf02 article {
  display: contents;
}
.fb_bfaf02 .box:has(img[alt=arrow]) {
  width: 10%;
  padding-top: 15%;
}
.fb_bfaf02 .box:has(img[alt=arrow]) .im {
  height: 100%;
  display: grid;
  place-items: center;
}
.fb_bfaf02 .box:has(img[alt=arrow]) .im img {
  width: unset !important;
}
.fb_bfaf02 .box:has(img[alt=arrow]) div {
  display: none;
}
@media screen and (max-width: 640px) {
  .fb_bfaf02 .box:has(img[alt=arrow]) {
    width: 100%;
    margin-block: 0%;
    padding-top: 0%;
  }
  .fb_bfaf02 .box:has(img[alt=arrow]) .im {
    rotate: 90deg;
  }
}
.fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) {
  width: 45%;
}
.fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) .im {
  height: 100%;
  display: grid;
  place-items: center;
}
.fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) .im img {
  width: 100% !important;
}
.fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) h3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tx);
  color: #fff;
  padding-inline: 1em;
  text-transform: uppercase;
  min-width: 116px;
  font-size: var(--f18);
}
.fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) div {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .fb_bfaf02 .box:has(img[alt=BEFORE], img[alt=AFTER]) {
    width: 100%;
    margin-block: 0%;
  }
}
.fb_bfaf02 .box:has(img[alt=AFTER]) h3 {
  background-color: var(--mc);
}
@media screen and (max-width: 640px) {
  .fb_bfaf02 .box:has(img[alt=AFTER]) {
    width: 100%;
    padding-bottom: 6%;
    border-bottom: 1px solid #000;
    margin-bottom: 6%;
  }
}
.fb_bfaf {
  gap: 0 var(--g);
  --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;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
@media screen and (max-width: 640px) {
  .fb_bfaf .box {
    flex-basis: 100%;
  }
  .fb_bfaf .box:nth-child(2) i {
    rotate: 90deg;
  }
}
.fb_1st100 {
  padding-block: var(--bl);
  padding-inline: 4%;
  gap: var(--bl) 0;
}
.fb_1st100:is(#contents div) > :first-child {
  width: 100%;
  flex: unset;
  text-align: center;
}
.fb_1st100:is(#contents div) > :first-child > div {
  font-size: var(--f32);
  font-weight: bold;
}
.fb_1st100:is(#contents div) > :first-child u {
  display: block;
  font-size: 250%;
  line-height: 1;
  font-weight: bold;
  color: var(--mc);
  margin-bottom: 0.6em;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: none;
}
.fb_1st100 .box {
  flex: 1 1 320px;
  font-weight: 500;
}
.fb_1st100 .box > div {
  font-weight: 500;
}
.fb_1st100 .box img {
  margin-inline: auto;
}
.fb_1st100 .box u {
  display: block;
  font-weight: 500;
  font-size: 190%;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
}
.fb_100 {
  padding-block: var(--bl);
  padding-inline: 4%;
  gap: var(--bl) 0;
}
.fb_100:is(#contents div) > :first-child {
  width: 100%;
  flex: unset;
  text-align: center;
}
.fb_100:is(#contents div) > :first-child > div {
  font-size: var(--f32);
  font-weight: bold;
}
.fb_100:is(#contents div) > :first-child u {
  display: block;
  font-size: 250%;
  line-height: 1;
  font-weight: 600;
  color: var(--mc);
  margin-bottom: 0.6em;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: currentColor;
  text-decoration-thickness: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: none;
}
.fb_100 .box {
  width: 100%;
  flex: unset;
  font-weight: 500;
}
.fb_100 .box > div {
  font-weight: 500;
}
.fb_100 .box img {
  margin-inline: auto;
}
.fb_100 .box u {
  display: block;
  font-weight: 500;
  font-size: 190%;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.fb_formwrap img {
  filter: drop-shadow(0.3vmin 0.3vmin var(--sc));
}
.fb_formwrap h3 {
  border-bottom: 1px solid var(--mc);
  margin-block: 0.5em;
}
.fb_formwrap .box:is(#contents div) {
  overflow: visible;
}
.fb_formwrap .box:is(#contents div) > div {
  padding: 1em;
  padding-top: 0.5em;
  margin-top: 1em;
  text-shadow: 2px 2px #fff;
}
.fb_formwrap .box:is(#contents div):nth-child(even) > div {
  background-color: #ddd;
}
.fb_formwrap .box:is(#contents div):nth-child(odd) > div {
  background-color: #ccc;
}
.fb_formwrap .box_form:is(#contents div) {
  --p:.5em;
  position: relative;
  --bdw:1px;
  --bdc:transparent;
}
.fb_formwrap .box_form:is(#contents div) dt {
  width: 25%;
}
.fb_formwrap .box_form:is(#contents div) dd {
  width: 75%;
}
.fb_formwrap .box_form:is(#contents div) dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--sc20);
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
}
.fb_formwrap .box_form:is(#contents div) dl:has(dd:empty) dd {
  display: none;
}
.fb_formwrap .box_form:is(#contents div) dl:has(.btn, iframe, img) dt {
  display: none;
}
.fb_formwrap .box_form:is(#contents div) > br {
  display: none;
}
.fb_formwrap .box_form:is(#contents div).noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.fb_formwrap .box_form:is(#contents div) dt {
  width: 5em;
  min-width: 6em;
}
.fb_formwrap .box_form:is(#contents div) a:not(.btn) {
  text-decoration: underline;
  color: var(--mc);
}
.fb_formwrap .box_form:is(#contents div) dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
  border-bottom: var(--bdw) solid var(--bdc);
}
.fb_formwrap .box_form:is(#contents div) dl > * {
  padding-top: 0;
}
.fb_formwrap .box_form:is(#contents div) dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  .fb_formwrap .box_form:is(#contents div) dl:last-of-type dt {
    border-bottom: none;
  }
}
.fb_formwrap .box_form:is(#contents div) dl:not(:has(dd)) {
  border-bottom: none;
}
.fb_formwrap .box_form:is(#contents div) dl:not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .fb_formwrap .box_form:is(#contents div) dl {
    padding: 1em 0 !important;
  }
  .fb_formwrap .box_form:is(#contents div) dl dt {
    margin-bottom: unset;
  }
  .fb_formwrap .box_form:is(#contents div) dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.fb_formwrap .box_form:is(#contents div) dt:is(#contents *, #footer *), .fb_formwrap .box_form:is(#contents div) dd:is(#contents *, #footer *) {
  border-color: transparent;
  background-color: unset;
}
@media screen and (max-width: 640px) {
  .fb_formwrap .box_form:is(#contents div) dt:is(#contents *, #footer *), .fb_formwrap .box_form:is(#contents div) dd:is(#contents *, #footer *) {
    padding: 0;
  }
}
.fb_formwrap .box_form:is(#contents div) dt, .fb_formwrap .box_form:is(#contents div) dd {
  padding: var(--p) var(--p) var(--p) 0;
}
.fb_formwrap .box_form:is(#contents div) dt {
  align-items: left;
  justify-content: flex-start;
  padding-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .fb_formwrap .box_form:is(#contents div) dt {
    width: 20%;
    padding-bottom: calc(var(--p) / 2);
    margin-bottom: var(--p);
  }
}
.fb_formwrap .box_form:is(#contents div) dd {
  padding-left: 0;
  flex-grow: 1;
}
.fb_formwrap .box_form:is(#contents div)::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 0;
}
.fb_formwrap .box_form:is(#contents div)::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}
@media screen and (max-width: 834px) {
  .fb_formwrap .box_form:is(#contents div) dl {
    padding-block: 0;
  }
  .fb_formwrap .box_form:is(#contents div) dt {
    padding-bottom: 0;
  }
}
.fb_formwrap .box_form:is(#contents div) dl {
  border-bottom-color: var(--sc);
}
.fb_formwrap .box_form:is(#contents div) dt {
  color: var(--mc);
}
.fb_formwrap .box_form:is(#contents div) dd {
  white-space: unset;
  text-shadow: none;
}
.fb_formwrap02 h3 {
  border-bottom: 1px solid var(--mc);
  margin-block: 0.5em;
}
.fb_formwrap02 .box:is(#contents div) {
  width: 100%;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  gap: 4vmin 2%;
}
.fb_formwrap02 .box:is(#contents div) > * {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .fb_formwrap02 .box:is(#contents div) > * {
    width: 100%;
  }
}
.fb_formwrap02 .box:is(#contents div) + .box {
  margin-top: var(--bl05);
}
.fb_formwrap02 .box:is(#contents div) > div {
  padding: 1em;
  padding-top: 0.5em;
  margin-top: 1em;
  text-shadow: 2px 2px #fff;
}
.fb_formwrap02 .box:is(#contents div):nth-child(even) > div {
  background-color: #ddd;
}
.fb_formwrap02 .box:is(#contents div):nth-child(odd) > div {
  background-color: #ccc;
}
.fb_formwrap02 .box:is(#contents div) img {
  width: 100%;
}
.fb_formwrap02 .box:is(#contents div):has(iframe) > * {
  width: 100%;
  padding: unset;
  background-color: unset;
}
.fb_formwrap02 .box:is(#contents div):has(iframe) > * iframe {
  display: block;
}
.fb_formwrap02 .box_form dl {
  border-bottom-color: var(--sc);
}
.fb_formwrap02 .box_form dd {
  white-space: unset;
  text-shadow: none;
}
.fb_formwrap02 .box_form a {
  color: var(--ff);
}
.fb_flow11 {
  position: relative;
  --mt:var(--bl05);
  --p:2vmin;
  --bg:#f8f8f8;
  --beforeFZ:75%;
  --beforeC:var(--mc);
  --afterBG:var(--mc);
  gap: var(--g);
  flex-wrap: nowrap !important;
}
.fb_flow11.__ac {
  --mc:#f5a60a;
  --mc11:#f5a60a11;
  --mc20:#f5a60a33;
  --mc40:#f5a60a55;
  --mc50:#f5a60a88;
  --mc70:#f5a60abb;
}
.fb_flow11 .sheet {
  padding: 1vmin;
  margin-block: 0.5em;
}
.fb_flow11 a, .fb_flow11 a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .fb_flow11 {
    --p:var(--pad);
  }
}
.fb_flow11 .box:is(#contents div) {
  counter-increment: cnt;
  background-color: var(--bg);
  overflow: visible;
  display: flex;
  font-size: 3.6vmax;
  border-radius: calc(var(--rad) / 2);
  padding: var(--p);
  gap: var(--p);
  flex: 1;
}
.fb_flow11 .box:is(#contents div) + .box {
  font-size: clamp(0px, 4vw, 30px);
}
.fb_flow11 .box:is(#contents div):after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: clamp(0px, 4vw, 30px);
  width: var(--g);
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0 0%, 0% 100%, 100% 50%);
  background-color: var(--afterBG);
}
.fb_flow11 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow11 .box:is(#contents div) article {
  width: 100%;
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow11 .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .fb_flow11 .box:is(#contents div) article {
    writing-mode: vertical-rl;
  }
  .fb_flow11 .box:is(#contents div) article div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.fb_flow11 .box:is(#contents div) article .im {
  order: 1;
  font-size: var(--beforeFZ);
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .fb_flow11 .box:is(#contents div) article .im {
    width: 300px;
    flex: unset !important;
    order: 1;
  }
}
.fb_flow11 .box:is(#contents div) article > div {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .fb_flow11 .box:is(#contents div) article > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
}
.fb_flow11 .box:is(#contents div) article > h3 {
  display: none;
}
.fb_flow11 .box:is(#contents div) article div > h3 {
  border-bottom: 1px solid currentColor;
  padding-block: 0.25em;
  margin-bottom: 0.25em;
  font-weight: bold;
}
.fb_flow11 .box:is(#contents div) article div > h3:before {
  content: "STEP " counter(cnt, decimal-leading-zero);
  font-size: var(--beforeFZ);
  line-height: 1;
  margin-right: 1em;
  text-align: center;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--beforeC);
  font-weight: bold;
  font-style: italic;
}
.fb_flow11 .box:is(#contents div) article u {
  vertical-align: middle;
  display: inline-block;
  text-decoration-color: var(--mc);
  text-decoration-thickness: 2px;
}
.fb_flow11 .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_point01, .fb_step01 {
  position: relative;
  --mt:var(--bl05);
  --p:2vmin;
  --bg:#fff;
  --beforeFZ:75%;
  --beforeC:var(--mc);
  --afterBG:var(--mc);
  --rad:var(--un);
  --bdc:var(--mc);
}
.fb_point01.__ac, .fb_step01.__ac {
  --mc:#f5a60a;
  --mc11:#f5a60a11;
  --mc20:#f5a60a33;
  --mc40:#f5a60a55;
  --mc50:#f5a60a88;
  --mc70:#f5a60abb;
}
.fb_point01 .sheet, .fb_step01 .sheet {
  padding: 1vmin;
  margin-block: 0.5em;
}
.fb_point01 a, .fb_point01 a *, .fb_step01 a, .fb_step01 a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .fb_point01, .fb_step01 {
    --p:var(--pad);
  }
}
.fb_point01 .box:is(#contents div), .fb_step01 .box:is(#contents div) {
  counter-increment: cnt;
  background-color: var(--bg);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  font-size: 3.6vmax;
  border-radius: calc(var(--rad) / 2);
  padding: var(--p);
  gap: var(--p);
}
.fb_point01 .box:is(#contents div) article, .fb_step01 .box:is(#contents div) article {
  width: 100%;
  font-size: var(--f16);
  font-weight: 400;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_point01 .box:is(#contents div) article img:is(#contents *), .fb_step01 .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
.fb_point01 .box:is(#contents div) article .im, .fb_step01 .box:is(#contents div) article .im {
  order: 1;
  font-size: var(--beforeFZ);
  width: 320px;
  max-width: 100%;
  padding: var(--pad);
}
@media screen and (max-width: 640px) {
  .fb_point01 .box:is(#contents div) article .im, .fb_step01 .box:is(#contents div) article .im {
    width: 300px;
    flex: unset !important;
    order: 1;
  }
}
.fb_point01 .box:is(#contents div) article > div, .fb_step01 .box:is(#contents div) article > div {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .fb_point01 .box:is(#contents div) article > *:is(#contents *), .fb_step01 .box:is(#contents div) article > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
}
.fb_point01 .box:is(#contents div) article > h3, .fb_step01 .box:is(#contents div) article > h3 {
  display: none;
}
.fb_point01 .box:is(#contents div) article div > h3, .fb_step01 .box:is(#contents div) article div > h3 {
  border-bottom: 1px solid var(--bdc);
  padding-block: 0.25em;
  margin-bottom: 0.25em;
  font-weight: var(--hfw);
}
.fb_point01 .box:is(#contents div) article div > h3:before, .fb_step01 .box:is(#contents div) article div > h3:before {
  content: "POINT " counter(cnt, decimal-leading-zero);
  font-size: var(--beforeFZ);
  line-height: 1;
  margin-right: 1em;
  text-align: center;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--beforeC);
  font-weight: 100;
  font-style: italic;
}
.fb_point01 .box:is(#contents div) article u, .fb_step01 .box:is(#contents div) article u {
  vertical-align: middle;
  display: inline-block;
  text-decoration-color: var(--mc);
  text-decoration-thickness: 2px;
}
.fb_point01 .box:is(#contents div) article .btn, .fb_step01 .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_point01 .box:is(#contents div) + .box, .fb_step01 .box:is(#contents div) + .box {
  font-size: clamp(0px, 4vw, 30px);
  margin-top: var(--Hafter);
}
.fb_point01 .box:is(#contents div):last-child:after, .fb_step01 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow01 {
  position: relative;
  --mt:var(--bl05);
  --p:2vmin;
  --bg:#f8f8f8;
  --beforeFZ:75%;
  --beforeC:var(--mc);
  --afterBG:var(--mc);
}
.fb_flow01.noStep h3:before {
  display: none;
}
.fb_flow01.noStep .box:is(#contents div):after {
  display: none;
}
.fb_flow01.noStep .box:is(#contents div) + .box {
  margin-top: 1em;
}
.fb_flow01.__ac {
  --mc:#f5a60a;
  --mc11:#f5a60a11;
  --mc20:#f5a60a33;
  --mc40:#f5a60a55;
  --mc50:#f5a60a88;
  --mc70:#f5a60abb;
}
.fb_flow01 .sheet {
  padding: 1vmin;
  margin-block: 0.5em;
}
.fb_flow01 a, .fb_flow01 a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .fb_flow01 {
    --p:var(--pad);
  }
}
.fb_flow01 .box {
  background-color: var(--bg);
}
.fb_flow01 .box:is(#contents div) {
  counter-increment: cnt;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  border-radius: var(--rad);
  padding: var(--p);
  gap: var(--p);
}
.fb_flow01 .box:is(#contents div) + .box {
  margin-top: 2.2em;
}
.fb_flow01 .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;
  -webkit-clip-path: polygon(0 0%, 50% 85%, 100% 0%);
          clip-path: polygon(0 0%, 50% 85%, 100% 0%);
  background-color: var(--afterBG);
}
.fb_flow01 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow01 .box:is(#contents div) article {
  width: 100%;
  font-weight: 400;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow01 .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
.fb_flow01 .box:is(#contents div) article .im {
  order: 1;
  font-size: var(--beforeFZ);
  width: 320px;
  max-width: 100%;
}
.fb_flow01 .box:is(#contents div) article .im:is(.__icon *) {
  padding: 4em;
}
@media screen and (max-width: 834px) {
  .fb_flow01 .box:is(#contents div) article .im:is(.__icon *) {
    width: 160px;
    padding: 1em;
  }
}
@media screen and (max-width: 834px) {
  .fb_flow01 .box:is(#contents div) article .im {
    width: 300px;
    flex: unset !important;
    order: -1;
    margin-inline: auto;
  }
}
.fb_flow01 .box:is(#contents div) article > div {
  flex: 1;
  margin-top: unset;
}
@media screen and (max-width: 834px) {
  .fb_flow01 .box:is(#contents div) article > *:is(#contents *) {
    flex-basis: 100%;
  }
}
.fb_flow01 .box:is(#contents div) article > h3 {
  display: none;
}
.fb_flow01 .box:is(#contents div) article div > h3 {
  border-bottom: 1px solid currentColor;
  padding-block: 0.25em;
  margin-bottom: 0.25em;
  font-weight: var(--hfw);
}
.fb_flow01 .box:is(#contents div) article div > h3:is(.__nostep *):before {
  content: counter(cnt, decimal-leading-zero);
}
.fb_flow01 .box:is(#contents div) article div > h3:before {
  content: "STEP " counter(cnt, decimal-leading-zero);
  font-size: var(--beforeFZ);
  line-height: 1;
  margin-right: 1em;
  text-align: center;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--beforeC);
  font-weight: 100;
  font-style: italic;
}
.fb_flow01 .box:is(#contents div) article u {
  vertical-align: middle;
  display: inline-block;
  text-decoration-color: var(--mc);
  text-decoration-thickness: 2px;
}
.fb_flow01 .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_flow02 {
  position: relative;
  --mt:var(--bl05);
  --p:2vmin;
}
.fb_flow02.__ac {
  --mc:#f5a60a;
  --mc11:#f5a60a11;
  --mc20:#f5a60a33;
  --mc40:#f5a60a55;
  --mc50:#f5a60a88;
  --mc70:#f5a60abb;
}
.fb_flow02 .sheet {
  padding: 1vmin;
  margin-block: 0.5em;
}
.fb_flow02 a, .fb_flow02 a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .fb_flow02 {
    --p:var(--pad);
  }
}
.fb_flow02 .box:is(#contents div) {
  background-color: var(--beige20);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  counter-increment: cnt;
  font-size: 3.6vmax;
  border-radius: var(--rad);
  padding: var(--p);
  gap: var(--p);
  --beforeFZ:clamp(0px,4vw,30px);
}
.fb_flow02 .box:is(#contents div) + .box {
  margin-top: var(--bl06);
}
.fb_flow02 .box:is(#contents div):before {
  content: "step" counter(cnt, decimal-leading-zero);
  font-size: var(--beforeFZ);
  width: 4em;
  height: 2em;
  line-height: 1;
  font-family: var(--rob);
  background-color: var(--mc);
  text-align: center;
  line-height: 2em;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--wh);
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.fb_flow02 .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: 2em;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0 0%, 50% 100%, 100% 0%);
  background-color: var(--mc);
}
.fb_flow02 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow02 .box:is(#contents div) article {
  font-size: var(--f18);
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow02 .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
.fb_flow02 .box:is(#contents div) article > .im {
  font-size: var(--beforeFZ);
  width: 4em;
  margin-top: 3em;
  mix-blend-mode: plus-lighter;
}
.fb_flow02 .box:is(#contents div) article > div {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .fb_flow02 .box:is(#contents div) article > *:is(#contents *) img {
    max-width: 120px;
  }
}
.fb_flow02 .box:is(#contents div) article > h3 {
  display: none;
}
.fb_flow02 .box:is(#contents div) article div > h3 {
  border-bottom: 1px solid var(--mc);
  padding-block: 0.25em;
  margin-bottom: 0.25em;
}
.fb_flow02 .box:is(#contents div) article u {
  vertical-align: middle;
  display: inline-block;
  text-decoration-color: var(--mc);
  text-decoration-thickness: 2px;
}
.fb_flow02 .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_flow03 {
  position: relative;
  --mt:var(--bl05);
  --p:var(--pad);
}
.fb_flow03 a {
  margin-right: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .fb_flow03 {
    --p:var(--pad);
  }
}
.fb_flow03 .box:is(#contents div) {
  border-radius: var(--rad);
  border: var(--line);
  background-color: var(--mc20);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  counter-increment: cnt;
  font-size: 3.6vmax;
  padding: var(--p);
  gap: var(--p);
}
.fb_flow03 .box:is(#contents div) + .box {
  margin-top: var(--bl06);
}
.fb_flow03 .box:is(#contents div):before {
  content: counter(cnt, decimal-leading-zero);
  font-size: clamp(0px, 3.6vw, 60px);
  width: 2em;
  height: 2em;
  line-height: 1;
  background: linear-gradient(45deg, transparent, transparent 85%, var(--tx) 86%) no-repeat 100% 100%/50% 50%, radial-gradient(closest-side, #fff 90%, transparent 92%), conic-gradient(from 90deg, var(--tx20), var(--tx));
  text-align: center;
  line-height: 2em;
  border-radius: 999px;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--tx);
}
.fb_flow03 .box:is(#contents div):after {
  content: "\f0ab";
  font-family: var(--icon);
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  translate: 50% 0;
  display: block;
  font-size: clamp(0px, 8vw, 60px);
  width: 1em;
  line-height: 1;
  aspect-ratio: 1;
  color: var(--mc);
}
.fb_flow03 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow03 .box:is(#contents div) article {
  flex: 1;
  font-size: var(--f16);
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow03 .box:is(#contents div) article h3 {
  border-bottom: var(--line);
}
.fb_flow03 .box:is(#contents div) article > div {
  flex: 2;
}
.fb_flow03 .box:is(#contents div) article > figure {
  order: 1;
  flex: 1;
}
.fb_flow03 .box:is(#contents div) article img {
  border-radius: calc(var(--rad) / 2);
}
@media screen and (max-width: 640px) {
  .fb_flow03 .box:is(#contents div) article > *:is(article *) {
    flex: unset;
    max-width: 100%;
  }
}
.fb_flow04 {
  position: relative;
  --mt:var(--bl05);
  --p:var(--pad);
  border-top: var(--line);
  border-left: var(--line);
}
.fb_flow04 a {
  margin-right: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .fb_flow04 {
    --p:var(--pad);
  }
}
.fb_flow04 .box:is(#contents div) {
  border-right: var(--line);
  border-bottom: var(--line);
  background-color: var(--wh);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  counter-increment: cnt;
  font-size: 3.6vmax;
  padding: var(--p);
  gap: var(--p);
}
.fb_flow04 .box:is(#contents div):before {
  content: counter(cnt, decimal-leading-zero);
  width: 2em;
  height: 100%;
  background-color: var(--mc);
  text-align: center;
  line-height: 2em;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--wh);
  padding-bottom: 1em;
  -webkit-clip-path: polygon(0% 0%, 0% calc(100% - 1em), 50% 100%, 100% calc(100% - 1em), 100% 0%);
          clip-path: polygon(0% 0%, 0% calc(100% - 1em), 50% 100%, 100% calc(100% - 1em), 100% 0%);
}
.fb_flow04 .box:is(#contents div):last-child:before {
  -webkit-clip-path: unset;
          clip-path: unset;
}
.fb_flow04 .box:is(#contents div):after {
  content: "\f0ab";
  font-family: var(--icon);
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  translate: 50% 0;
  font-size: clamp(0px, 8vw, 60px);
  width: 1em;
  line-height: 1;
  aspect-ratio: 1;
  color: var(--mc);
  display: block;
  display: none;
}
.fb_flow04 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow04 .box:is(#contents div) article {
  flex: 1;
  font-size: var(--f16);
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow04 .box:is(#contents div) article h3 {
  border-bottom: var(--line);
  padding-block: 0.2em;
  margin-bottom: 0.2em;
}
.fb_flow04 .box:is(#contents div) article > div {
  flex: 2;
}
.fb_flow04 .box:is(#contents div) article > figure {
  order: 1;
  flex: 1;
}
.fb_flow04 .box:is(#contents div) article img {
  border-radius: calc(var(--rad) / 2);
}
@media screen and (max-width: 640px) {
  .fb_flow04 .box:is(#contents div) article > *:is(article *) {
    flex: unset;
    max-width: 100%;
  }
}
.fb_flow05 {
  position: relative;
  --mt:var(--bl05);
  --p:var(--pad);
}
.fb_flow05 a {
  margin-right: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .fb_flow05 {
    --p:var(--pad);
  }
}
.fb_flow05 .box:is(#contents div) {
  border-radius: var(--rad);
  border: var(--line);
  background-color: var(--wh);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  counter-increment: cnt;
  padding: var(--p);
  gap: var(--p);
  --fz: var(--f24);
}
.fb_flow05 .box:is(#contents div) + .box {
  margin-top: var(--Schild);
}
.fb_flow05 .box:is(#contents div):before {
  content: counter(cnt, decimal-leading-zero);
  font-size: var(--fz);
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--mc);
  background-image: linear-gradient(to right bottom, transparent, transparent 80%, var(--mc) 81%, transparent 83%);
}
.fb_flow05 .box:is(#contents div):last-child:before {
  -webkit-clip-path: unset;
          clip-path: unset;
}
.fb_flow05 .box:is(#contents div):after {
  content: "";
  font-family: var(--icon);
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  translate: 50% 0;
  font-size: clamp(0px, 8vw, 60px);
  width: 1em;
  line-height: 1;
  aspect-ratio: 1;
  color: var(--mc);
  display: block;
  background-color: var(--mc);
  -webkit-clip-path: polygon(0 10%, 50% 90%, 100% 10%);
          clip-path: polygon(0 10%, 50% 90%, 100% 10%);
}
.fb_flow05 .box:is(#contents div):last-child:after {
  display: none;
}
.fb_flow05 .box:is(#contents div) article {
  flex: 1;
  font-size: var(--f16);
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_flow05 .box:is(#contents div) article h3 {
  border-bottom: var(--line);
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.fb_flow05 .box:is(#contents div) article > div {
  flex: 2;
}
.fb_flow05 .box:is(#contents div) article > figure {
  order: 1;
  flex: 1;
}
.fb_flow05 .box:is(#contents div) article img {
  border-radius: calc(var(--rad) / 2);
  width: 100%;
}
@media screen and (max-width: 640px) {
  .fb_flow05 .box:is(#contents div) article > *:is(article *) {
    flex: unset;
    max-width: 100%;
  }
}
.fb_check {
  position: relative;
  --mt:var(--bl05);
  --p:var(--pad);
  border: var(--line);
}
.fb_check a {
  margin-right: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .fb_check {
    --p:var(--pad);
  }
}
.fb_check .box:is(#contents div) {
  border-radius: var(--rad);
  background-color: var(--wh);
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  counter-increment: cnt;
  font-size: 3.6vmax;
  padding: var(--p);
  gap: var(--p);
}
.fb_check .box:is(#contents div) h3:before {
  content: "\f00c";
  font-family: var(--icon);
  flex-shrink: 0;
  font-weight: 900;
  color: var(--sc);
  margin-right: 0.5em;
}
.fb_check .box:is(#contents div):after {
  content: "\f0ab";
  font-family: var(--icon);
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  translate: 50% 0;
  font-size: clamp(0px, 8vw, 60px);
  width: 1em;
  line-height: 1;
  aspect-ratio: 1;
  color: var(--mc);
  display: block;
  display: none;
}
.fb_check .box:is(#contents div):last-child:after {
  display: none;
}
.fb_check .box:is(#contents div) article {
  flex: 1;
  font-size: var(--f16);
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_check .box:is(#contents div) article h3 {
  border-bottom: var(--line);
  padding-block: 0.2em;
  margin-bottom: 0.2em;
}
.fb_check .box:is(#contents div) article > div {
  flex: 2;
}
.fb_check .box:is(#contents div) article > figure {
  order: 1;
  flex: 1;
}
.fb_check .box:is(#contents div) article img {
  border-radius: calc(var(--rad) / 2);
}
@media screen and (max-width: 640px) {
  .fb_check .box:is(#contents div) article > *:is(article *) {
    flex: unset;
    max-width: 100%;
  }
}
.fb_flow .box {
  width: 33.3333333333%;
  padding: 20px;
  position: relative;
  overflow: visible !important;
  z-index: -1;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .fb_flow .box {
    padding: 10px;
  }
}
.fb_flow .box h3 {
  color: white;
  text-align: center !important;
  font-weight: 700;
}
.fb_flow .box div {
  color: white;
  text-align: center !important;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .fb_flow .box div {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .fb_flow .box div {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .fb_flow .box div {
    font-size: 1.8rem;
  }
}
.fb_flow .box:first-child {
  background-color: var(--mc40);
  z-index: 2;
}
.fb_flow .box:first-child::before {
  content: "";
  display: block;
  border-left: 20px solid var(--mc40);
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
  z-index: 2;
}
.fb_flow .box:nth-child(2) {
  background-color: var(--mctr);
  z-index: 1;
}
.fb_flow .box:nth-child(2)::before {
  content: "";
  display: block;
  border-left: 20px solid var(--mctr);
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
  z-index: 2;
}
.fb_flow .box:nth-child(3) {
  background-color: var(--mc70);
  z-index: -1;
}
.fb_check01 {
  --g:1.5vmin;
}
.fb_check01 .box div {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background-color: var(--bc);
  min-height: 7em;
  padding: 1em;
}

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

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

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

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

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

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

.card4_flow {
  position: relative;
  --mt:var(--bl05);
  --p:2vmin;
  --bg:#f8f8f8;
  --beforeFZ:75%;
  --beforeC:var(--mc);
  --afterBG:var(--mc);
  --rad:var(--un);
}
.card4_flow a, .card4_flow a * {
  text-decoration: none;
  text-shadow: none;
  width: unset !important;
}
@media screen and (max-width: 640px) {
  .card4_flow {
    --p:var(--pad);
  }
}
.card4_flow .box:is(#contents div) {
  width: calc(25% - var(--g) * 0.75);
  counter-increment: cnt;
  background-color: var(--bg);
  overflow: visible;
  display: flex;
  align-items: flex-start;
  font-size: 3.6vmax;
  border-radius: calc(var(--rad) / 2);
  padding: var(--p);
  gap: var(--p);
}
.card4_flow .box:is(#contents div):after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0% -50%;
  left: 100%;
  display: block;
  font-size: clamp(0px, 4vw, 30px);
  width: var(--g);
  aspect-ratio: 1;
  -webkit-clip-path: polygon(10% 0%, 90% 50%, 10% 100%);
          clip-path: polygon(10% 0%, 90% 50%, 10% 100%);
  background-color: var(--afterBG);
}
.card4_flow .box:is(#contents div):last-child:after {
  display: none;
}
.card4_flow .box:is(#contents div) article {
  width: 100%;
  font-size: var(--f16);
  font-weight: 400;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.card4_flow .box:is(#contents div) article img:is(#contents *) {
  width: 100%;
}
.card4_flow .box:is(#contents div) article .im {
  order: 1;
  font-size: var(--beforeFZ);
  width: 320px;
  max-width: 100%;
}
.card4_flow .box:is(#contents div) article .im:is(.__icon *) {
  padding: 4em;
}
@media screen and (max-width: 834px) {
  .card4_flow .box:is(#contents div) article .im:is(.__icon *) {
    width: 160px;
    padding: 1em;
  }
}
@media screen and (max-width: 834px) {
  .card4_flow .box:is(#contents div) article .im {
    width: 300px;
    flex: unset !important;
    order: -1;
    margin-inline: auto;
  }
}
.card4_flow .box:is(#contents div) article > div {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .card4_flow .box:is(#contents div) article > *:is(#contents *) {
    flex-basis: 100%;
  }
}
.card4_flow .box:is(#contents div) article > h3 {
  display: none;
}
.card4_flow .box:is(#contents div) article div > h3 {
  border-bottom: 1px solid currentColor;
  padding-block: 0.25em;
  margin-bottom: 0.25em;
  font-weight: var(--hfw);
  font-size: var(--f20);
}
.card4_flow .box:is(#contents div) article div > h3:is(.__nostep *):before {
  content: counter(cnt, decimal-leading-zero);
}
.card4_flow .box:is(#contents div) article div > h3:before {
  display: block;
  content: "STEP " counter(cnt, decimal-leading-zero);
  font-size: var(--beforeFZ);
  line-height: 1;
  margin-right: 1em;
  flex-shrink: 0;
  font-weight: 500;
  color: var(--beforeC);
  font-weight: 100;
  font-style: italic;
}
.card4_flow .box:is(#contents div) article u {
  vertical-align: middle;
  display: inline-block;
  text-decoration-color: var(--mc);
  text-decoration-thickness: 2px;
}
.card4_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);
}

:where([class*=card]:not(.page-shop *)),
:where([class*=card]:not(html.shop *)) {
  display: flex;
  gap: var(--g);
}
:where([class*=card]:not(.page-shop *)).__center div,
:where([class*=card]:not(html.shop *)).__center div {
  text-align: center !important;
}
:where([class*=card]:not(.page-shop *)).__under div,
:where([class*=card]:not(html.shop *)).__under div {
  -webkit-text-decoration: underline var(--mc) 2px;
          text-decoration: underline var(--mc) 2px;
  text-underline-offset: 0.4em;
}
:where([class*=card]:not(.page-shop *)) article > h3,
:where([class*=card]:not(html.shop *)) article > h3 {
  display: none;
}
:where([class*=card]:not(.page-shop *)) img,
:where([class*=card]:not(html.shop *)) img {
  margin: unset;
  width: 100%;
}
:where([class*=card]:not(.page-shop *)) .box:is(#contents *),
:where([class*=card]:not(html.shop *)) .box:is(#contents *) {
  overflow: visible;
}
:where([class*=card]:not(.page-shop *)) .box div,
:where([class*=card]:not(html.shop *)) .box div {
  flex: 1;
}
@media screen and (max-width: 960px) {
  :where([class*=card]:not(.page-shop *)).bp960 > *, :where([class*=card]:not(.page-shop *)).bp960 ul li,
  :where([class*=card]:not(html.shop *)).bp960 > *,
  :where([class*=card]:not(html.shop *)).bp960 ul li {
    width: calc(50% - var(--g) / 2);
    flex: unset;
  }
}
:where([class*=card]:not(.page-shop *)).__layer ul, .__layer-right:where([class*=card]:not(.page-shop *)) ul, .__layer-bottom:where([class*=card]:not(.page-shop *)) ul, .__layer-end:where([class*=card]:not(.page-shop *)) ul,
:where([class*=card]:not(html.shop *)).__layer ul,
.__layer-right:where([class*=card]:not(html.shop *)) ul,
.__layer-bottom:where([class*=card]:not(html.shop *)) ul,
.__layer-end:where([class*=card]:not(html.shop *)) ul {
  display: contents;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure), .__layer-right:where([class*=card]:not(.page-shop *)) article:has(> a, > figure), .__layer-bottom:where([class*=card]:not(.page-shop *)) article:has(> a, > figure), .__layer-end:where([class*=card]:not(.page-shop *)) article:has(> a, > figure),
:where([class*=card]:not(html.shop *)).__layer article:has(> a, > figure),
.__layer-right:where([class*=card]:not(html.shop *)) article:has(> a, > figure),
.__layer-bottom:where([class*=card]:not(html.shop *)) article:has(> a, > figure),
.__layer-end:where([class*=card]:not(html.shop *)) article:has(> a, > figure) {
  display: grid !important;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure) > *, .__layer-right:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) > *, .__layer-bottom:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) > *, .__layer-end:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) > *,
:where([class*=card]:not(html.shop *)).__layer article:has(> a, > figure) > *,
.__layer-right:where([class*=card]:not(html.shop *)) article:has(> a, > figure) > *,
.__layer-bottom:where([class*=card]:not(html.shop *)) article:has(> a, > figure) > *,
.__layer-end:where([class*=card]:not(html.shop *)) article:has(> a, > figure) > * {
  grid-area: 1/1;
  z-index: 1;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure) figure, .__layer-right:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) figure, .__layer-bottom:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) figure, .__layer-end:where([class*=card]:not(.page-shop *)) article:has(> a, > figure) figure,
:where([class*=card]:not(html.shop *)).__layer article:has(> a, > figure) figure,
.__layer-right:where([class*=card]:not(html.shop *)) article:has(> a, > figure) figure,
.__layer-bottom:where([class*=card]:not(html.shop *)) article:has(> a, > figure) figure,
.__layer-end:where([class*=card]:not(html.shop *)) article:has(> a, > figure) figure {
  width: 100%;
}
:where([class*=card]:not(.page-shop *)).__layer-end :has(> figure),
:where([class*=card]:not(html.shop *)).__layer-end :has(> figure) {
  place-items: end;
  place-content: end;
}
:where([class*=card]:not(.page-shop *)).__layer-bottom :has(> figure),
:where([class*=card]:not(html.shop *)).__layer-bottom :has(> figure) {
  place-items: end start;
}
:where([class*=card]:not(.page-shop *)).__layer-bottom article > div,
:where([class*=card]:not(html.shop *)).__layer-bottom article > div {
  padding: 1em;
  text-shadow: 0 0 0.25em #000;
}
:where([class*=card]:not(.page-shop *)).__layer-right :has(> figure),
:where([class*=card]:not(html.shop *)).__layer-right :has(> figure) {
  place-items: start end;
  place-content: start end;
}
:where([class*=card]:not(.page-shop *)).fakeBtn article > a > div:after,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div:after {
  content: "more";
  font-size: var(--f24);
  font-family: var(--lib);
  display: grid;
  place-items: center;
  background-color: unset;
  height: 2.5em;
  border-bottom: 1px solid currentColor;
}
:where([class*=card]:not(.page-shop *)).fakeBtn article > a > div:before,
:where([class*=card]:not(html.shop *)).fakeBtn article > a > div:before {
  background-color: unset;
  content: "\f054";
  font-family: var(--icon);
  font-weight: 900;
  position: absolute;
  inset: unset;
  bottom: 0em;
  right: 0.5em;
  font-size: var(--f20);
  height: 3em;
  display: grid;
  place-items: center;
}
:where([class*=card]:not(.page-shop *)).__tray article > div,
:where([class*=card]:not(html.shop *)).__tray article > div {
  display: grid;
  place-content: center;
  height: 100%;
  text-align: center;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div),
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) {
  flex-wrap: nowrap;
  overflow-x: scroll;
  justify-content: start;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box {
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid var(--mc);
  margin-block-end: 1em;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:not(:has(img[alt*=arrow])),
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:not(:has(img[alt*=arrow])) {
  counter-increment: cnt;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box h3:before,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box h3:before {
  content: counter(cnt) ". ";
}
@media screen and (max-width: 1200px) {
  :where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box,
  :where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 640px) {
  :where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box,
  :where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box {
    flex-basis: 61.6%;
  }
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box h3,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box h3 {
  order: -1;
  background-color: var(--mc);
  color: var(--ff);
  text-align: center;
  padding: 0.4em 0.2em;
  font-family: var(--KT);
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box .im,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box .im {
  padding-inline: 0.5em;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box article div,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box article div {
  flex: 1;
  padding-inline: 0.5em;
  padding-block-end: 0.5em;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]),
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) {
  flex: 0 0 5%;
  border: none;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article {
  display: grid;
  place-items: center;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article .im,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article .im {
  padding-inline: 0;
  -webkit-mask: url(/images/common2/yajirusimigi.png) no-repeat center/contain;
          mask: url(/images/common2/yajirusimigi.png) no-repeat center/contain;
  background-color: var(--ac);
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article .im img,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article .im img {
  opacity: 0;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article div,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div) .box:has(img[alt*=arrow]) article div {
  display: none;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div)::-webkit-scrollbar,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div)::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 12px;
}
:where([class*=card]:not(.page-shop *)).__Xscr03:is(#contents div)::-webkit-scrollbar-thumb,
:where([class*=card]:not(html.shop *)).__Xscr03:is(#contents div)::-webkit-scrollbar-thumb {
  background-color: var(--gr);
  border-radius: 0px;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div),
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div) {
  flex-wrap: nowrap;
  overflow-x: scroll;
  direction: rtl;
  justify-content: start;
  --arrow:var(--mc20);
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div) .box,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div) .box {
  flex: 0 0 48.5%;
}
@media screen and (max-width: 480px) {
  :where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div) .box,
  :where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div) .box {
    flex-basis: 96%;
  }
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div) .box:has(img[alt*=arrow]),
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div) .box:has(img[alt*=arrow]) {
  flex: 0 0 5%;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button {
  width: calc(var(--barh) / 2);
  background: linear-gradient(to bottom left, transparent 50%, var(--arrow) 50%) top right/90% 50% no-repeat, linear-gradient(to top left, transparent 50%, var(--arrow) 50%) bottom right/90% 50% no-repeat;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:start:decrement, :where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:decrement,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:start:decrement,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:decrement {
  background: linear-gradient(to bottom right, transparent 50%, var(--arrow) 50%) top left/90% 50% no-repeat, linear-gradient(to top right, transparent 50%, var(--arrow) 50%) bottom left/90% 50% no-repeat;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:decrement, :where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:increment,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:decrement,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar {
  background-color: var(--arrow);
  height: calc(var(--barh) / 2);
  border-radius: 999px;
}
:where([class*=card]:not(.page-shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-thumb,
:where([class*=card]:not(html.shop *)).__Xscr02:is(#contents div)::-webkit-scrollbar-thumb {
  background-color: var(--arrow);
  border-radius: 999px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
:where([class*=card]:not(.page-shop *)).fb_btns,
:where([class*=card]:not(html.shop *)).fb_btns {
  gap: 20px 2%;
}
:where([class*=card]:not(.page-shop *)).fb_btns .box,
:where([class*=card]:not(html.shop *)).fb_btns .box {
  flex: 1;
}
:where([class*=card]:not(.page-shop *)).fb_btns .box a, :where([class*=card]:not(.page-shop *)).fb_btns .box article > div:not(:has(> a)),
:where([class*=card]:not(html.shop *)).fb_btns .box a,
:where([class*=card]:not(html.shop *)).fb_btns .box article > div:not(:has(> a)) {
  display: block;
  width: 100%;
  font-size: clamp(20px, 2vw, 28px);
  padding-block: 1em;
  background-color: var(--ac);
  font-weight: bold;
  height: 100%;
}
@media screen and (max-width: 834px) {
  :where([class*=card]:not(.page-shop *)).fb_btns .box a, :where([class*=card]:not(.page-shop *)).fb_btns .box article > div:not(:has(> a)),
  :where([class*=card]:not(html.shop *)).fb_btns .box a,
  :where([class*=card]:not(html.shop *)).fb_btns .box article > div:not(:has(> a)) {
    display: grid;
    place-items: center;
  }
  :where([class*=card]:not(.page-shop *)).fb_btns .box a:has(img), :where([class*=card]:not(.page-shop *)).fb_btns .box article > div:not(:has(> a)):has(img),
  :where([class*=card]:not(html.shop *)).fb_btns .box a:has(img),
  :where([class*=card]:not(html.shop *)).fb_btns .box article > div:not(:has(> a)):has(img) {
    min-height: 168px;
  }
}
@media screen and (max-width: 834px) {
  :where([class*=card]:not(.page-shop *)).fb_btns .box,
  :where([class*=card]:not(html.shop *)).fb_btns .box {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 480px) {
  :where([class*=card]:not(.page-shop *)).fb_btns .box,
  :where([class*=card]:not(html.shop *)).fb_btns .box {
    flex: 0 1 100%;
  }
}
:where([class*=card]:not(.page-shop *)).fb_btns img:is(#contents .card img),
:where([class*=card]:not(html.shop *)).fb_btns img:is(#contents .card img) {
  width: 110px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
:where([class*=card]:not(.page-shop *)).fb_headmc,
:where([class*=card]:not(html.shop *)).fb_headmc {
  gap: 20px 4%;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child {
  width: 100%;
  flex: unset;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child article,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child article {
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  :where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child article,
  :where([class*=card]:not(html.shop *)).fb_headmc .box:first-child article {
    flex-direction: column;
  }
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child article > *,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child article > * {
  flex: 1;
  padding: 1em;
  padding-bottom: 2em;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child h3,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child h3 {
  width: 100%;
  flex: unset;
  padding: var(--f16);
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child .im,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child .im {
  order: 1;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box:first-child img,
:where([class*=card]:not(html.shop *)).fb_headmc .box:first-child img {
  height: 100% !important;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box,
:where([class*=card]:not(html.shop *)).fb_headmc .box {
  flex: 1;
}
@media screen and (max-width: 834px) {
  :where([class*=card]:not(.page-shop *)).fb_headmc .box,
  :where([class*=card]:not(html.shop *)).fb_headmc .box {
    flex-basis: 100%;
  }
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article,
:where([class*=card]:not(html.shop *)).fb_headmc .box article {
  background-color: #fff;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > *,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > * {
  padding: 1em;
  padding-bottom: 2em;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box h3,
:where([class*=card]:not(html.shop *)).fb_headmc .box h3 {
  padding: var(--f16);
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box h3,
:where([class*=card]:not(html.shop *)).fb_headmc .box h3 {
  background-color: var(--mc);
  text-align: center;
  color: var(--ff);
  order: -1;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content min-content min-content auto;
  place-items: center start;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div u,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div u {
  grid-area: 1/1;
  border: 1px solid #0d74d9;
  padding-inline: 1em;
  text-decoration: none;
  padding-block: 0.1em;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div p,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div p {
  grid-area: 2/1;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div b,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div b {
  grid-area: span 2/1;
  font-size: 125%;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div em,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div em {
  grid-area: span 2/2;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div span,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div span {
  grid-area: 3/span 2;
  margin-top: var(--f16);
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div .btn,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div .btn {
  grid-area: 4/span 2;
  margin-top: var(--f16);
  place-self: end;
}
:where([class*=card]:not(.page-shop *)).fb_headmc .box article > div em,
:where([class*=card]:not(html.shop *)).fb_headmc .box article > div em {
  font-size: clamp(24px, 3.6vw, 48px);
  color: red;
  font-weight: 900;
  justify-self: end;
}
@media screen and (max-width: 1000px) {
  :where([class*=card]:not(.page-shop *)).fb_headmc .box article > div .btn,
  :where([class*=card]:not(html.shop *)).fb_headmc .box article > div .btn {
    margin-top: 2em;
  }
  :where([class*=card]:not(.page-shop *)).fb_headmc .box article > div u,
  :where([class*=card]:not(html.shop *)).fb_headmc .box article > div u {
    margin-bottom: 0.5em;
  }
}
:where([class*=card]:not(.page-shop *)).num-point .box,
:where([class*=card]:not(html.shop *)).num-point .box {
  padding-top: var(--f36);
}
:where([class*=card]:not(.page-shop *)).num-point article,
:where([class*=card]:not(html.shop *)).num-point article {
  border: 2px solid var(--mc);
  padding: var(--f24);
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: var(--f48);
}
:where([class*=card]:not(.page-shop *)).num-point h3,
:where([class*=card]:not(html.shop *)).num-point h3 {
  color: var(--mc);
  text-align: center;
}
:where([class*=card]:not(.page-shop *)).num-point h3:is(.box:has(.titlesm) h3),
:where([class*=card]:not(html.shop *)).num-point h3:is(.box:has(.titlesm) h3) {
  font-size: var(--f24);
  text-align: left;
}
:where([class*=card]:not(.page-shop *)).num-point article div,
:where([class*=card]:not(html.shop *)).num-point article div {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  padding: 0.5em;
}
:where([class*=card]:not(.page-shop *)).num-point article div p,
:where([class*=card]:not(html.shop *)).num-point article div p {
  position: absolute;
  inset: 0 auto auto var(--f24);
  width: calc(100% - var(--f24) * 2);
  background-color: var(--mc);
  text-align: center;
  color: var(--ff);
  font-size: var(--f36);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5em 0 0.5em 0px;
}
:where([class*=card]:not(.page-shop *)).num-point article div p:after,
:where([class*=card]:not(html.shop *)).num-point article div p:after {
  content: "";
  font-size: 120%;
  margin-left: 0.2em;
  background-color: unset;
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(1) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(1) p):after {
  content: "01";
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(2) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(2) p):after {
  content: "02";
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(3) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(3) p):after {
  content: "03";
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(4) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(4) p):after {
  content: "04";
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(5) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(5) p):after {
  content: "05";
}
:where([class*=card]:not(.page-shop *)).num-point article div p:is(.box:nth-child(6) p):after,
:where([class*=card]:not(html.shop *)).num-point article div p:is(.box:nth-child(6) p):after {
  content: "06";
}

.cardflex {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.cardflex.__center {
  text-align: center;
}
.cardflex + .cardflex {
  margin-top: var(--g);
}
.cardflex > * {
  flex: 1;
  min-width: unset;
}

.numPoint .box, .numPoint li {
  counter-increment: cnt;
  position: relative;
}
.numPoint .box:is(#contents *), .numPoint li:is(#contents *) {
  overflow: visible;
}
.numPoint .box:before, .numPoint li:before {
  content: "POINT " counter(cnt, decimal-leading-zero);
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.1em;
  z-index: 1;
}
.numStep .box, .numStep li {
  counter-increment: cnt;
  position: relative;
}
.numStep .box:is(#contents *), .numStep li:is(#contents *) {
  overflow: visible;
}
.numStep .box:before, .numStep li:before {
  content: "STEP " counter(cnt, decimal-leading-zero);
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.1em;
  z-index: 1;
}
.num01 {
  --c: var(--bc);
  --b: var(--mc);
  --fz: 6vmin;
  --fw: 900;
}
.num01 .box, .num01 li {
  counter-increment: cnt;
  position: relative;
}
.num01 .box:is(#contents *), .num01 li:is(#contents *) {
  overflow: visible;
}
.num01 .box:before, .num01 li:before {
  content: counter(cnt, decimal-leading-zero);
  font-family: var(--fw);
  font-size: var(--fz);
  font-family: var(--ff);
  font-weight: var(--fw);
  color: var(--c);
  background-color: var(--b);
  border-radius: 999px;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: bottom;
  margin-inline: auto;
  width: 2em;
  height: 2em;
  display: grid;
  place-items: center;
  padding-bottom: 0.1em;
}
.num02 .box, .num02 li {
  --bfFF:var(--shi);
  padding: 1em;
  padding-top: 1.5em;
  text-align: center;
  counter-increment: cnt;
  position: relative;
}
.num02 .box:is(#contents *), .num02 li:is(#contents *) {
  overflow: visible;
}
.num02 .box:before, .num02 li:before {
  content: counter(cnt, decimal-leading-zero);
  font-family: var(--bfFF);
  font-size: var(--f40);
  line-height: 1;
  letter-spacing: 0em;
  color: var(--ac);
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 2em;
  height: 2em;
  display: grid;
  place-items: center;
  background: url(/images/home/num.png) no-repeat center/cover;
  padding-bottom: 0.1em;
  color: var(--ff);
}
.num03 {
  --c: var(--mc);
  --b: var(--un);
  --fz: var(--f24);
  --fw: unset;
}
.num03 .box, .num03 li {
  counter-increment: cnt;
  position: relative;
}
.num03 .box:is(#contents *), .num03 li:is(#contents *) {
  overflow: visible;
}
.num03 .box:before, .num03 li:before {
  content: counter(cnt, decimal-leading-zero);
  font-family: var(--fw);
  font-size: var(--fz);
  font-family: var(--ff);
  font-weight: var(--fw);
  color: var(--c);
  background-color: var(--b);
  border-radius: 999px;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: 0vmin;
  left: 0.25em;
  padding: 0.5em;
  background-image: linear-gradient(to right bottom, transparent, transparent 80%, var(--mc) 81%, transparent 83%);
}
.num04 {
  --c: var(--mc);
  --b: var(--un);
  --fz: var(--f24);
  --fw: unset;
}
.num04 .box, .num04 li {
  counter-increment: cnt;
  position: relative;
}
.num04 .box:is(#contents *), .num04 li:is(#contents *) {
  overflow: visible;
}
.num04 .box:before, .num04 li:before {
  content: counter(cnt, decimal-leading-zero);
  font-family: var(--fw);
  font-size: var(--fz);
  font-family: var(--ff);
  font-weight: var(--fw);
  color: var(--c);
  background-color: var(--b);
  border-radius: 999px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: -0.6em;
  left: 0.25em;
  font-family: var(--cor);
  color: var(--ac);
  font-size: 7vh;
  line-height: 1;
  letter-spacing: inherit;
  z-index: 1;
}
.numH {
  --c: inherit;
  --b: unset;
  --fz: 150%;
  --fw: inherit;
}
.numH .box, .numH li {
  counter-increment: cnt;
  position: relative;
}
.numH .box:is(#contents *), .numH li:is(#contents *) {
  overflow: visible;
}
.numH .box h1:before, .numH .box h2:before, .numH .box h3:before, .numH li h1:before, .numH li h2:before, .numH li h3:before {
  content: counter(cnt);
  font-family: var(--fw);
  font-size: var(--fz);
  font-family: var(--ff);
  font-weight: var(--fw);
  color: var(--c);
  background-color: var(--b);
  border-radius: 999px;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: unset;
  padding-bottom: 0.1em;
  margin-right: 0.25em;
}

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

@media screen and (max-width: 834px) {
  .left-tab b {
    display: block;
  }
}

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 );
  --gap:calc( 2vw - 0.5em);
  --logoH:calc(var(--head) - 0.5em );
  --menuH:calc(var(--head) * 1);
  --head:92px;
  --head2:calc(var(--head)*2 );
  --Nhead:calc(var(--head)*-1 );
  --contMT:calc(var(--head));
  --mvMT:calc(var(--head) * -1 );
  --mvImg:calc(100vh - var(--head));
  --innerPI: calc(var(--gap)*1 );
  --navPI: calc(var(--gap)*1 );
  --logoPI: calc(var(--gap)*1 );
}
@media screen and (max-width: 834px) {
  :root {
    --logoH:calc(var(--head) - 0.25em );
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --itemG: 1em;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --gap: 1em;
    --head:72px;
  }
}
@media screen and (max-width: 834px) {
  :root {
    --gap: 0.5em;
    --head:56px;
  }
}
.fixPageTop .h_pagetop {
  --PTdis: block;
}

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

@media screen and (max-width: 834px) {
  html:has(.h_items.fix-tab) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
@media screen and (max-width: 640px) {
  html:has(.h_items.fix-sp) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
.h {
  --navFZ: var(--inh);
  font-size: 1em;
  --navLH: 1.375;
  --navFW: inherit;
  --dropBG:var(--innerBG);
  --dropC:var(--wh);
  --SPnavBG: var(--innerBG);
  --SPnavFZ: clamp(12px,1.6vh,18px);
  --dropbtnBG:var(--un);
  --dropbtnBF:var(--wh);
  --spanC:var(--ac);
  --menuM:0em 0;
  color: var(--wh);
}
.h a.iconBtn {
  line-height: 1;
  color: var(--inh);
  font-size: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h a.iconBtn:has([class*=la-phone]) {
  font-size: 3em;
}
.h a.iconBtn i, .h a.iconBtn img {
  display: inline-block;
  line-height: 1;
  height: 1em !important;
  width: 1em !important;
  max-height: var(--logoH);
}
.h a.iconBtn i.lab:before, .h a.iconBtn img.lab:before {
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .h a.iconBtn {
    display: grid;
    place-items: center;
    place-content: center;
  }
}
.h:is(#header) {
  --btnH:var(--head);
}
.h:is(#header) .h_inner {
  transition: 0.6s;
}
@media screen and (max-width: 834px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.8);
  }
}
@media screen and (max-width: 480px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.7);
  }
}
.h:is(#header) .btn {
  padding-inline: var(--gap);
}
@media screen and (max-width: 834px) {
  .h:is(#header) .btn {
    min-width: unset;
  }
}
.h:is(#header) .nav_inner li.drop li > a > small {
  font-size: 1em;
}
.h:is(#header) .h_menu {
  display: grid;
  --bargap:calc(var(--btnH) * .175 );
  width: var(--head);
  height: var(--head);
}
.h:is(#header) .h_nav li.drop > a {
  transition-delay: 0.6s !important;
}
.h:is(#header) .h_nav > ul li.drop ul a {
  padding-block: 0.25em;
}
.h:is(#header) .h_nav > ul li.drop ul a:hover {
  filter: var(--btnHover);
}
.h:is(#header) .h_nav > ul li.drop {
  transition-delay: 0s !important;
}
.h:is(#header) .h_nav > ul li.drop::after {
  top: calc(100% + 0.5em);
}

.h {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 1000;
  min-height: var(--head);
  transition: var(--trt);
}
.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(--innerPB);
  padding-inline: var(--innerPI);
  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(--logoPI);
  font-size: var(--logoFZ);
}
.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 screen and (max-width: 1560px) {
  .h_logo img.Expand:not(.trans *) {
    scale: 1.4;
  }
}
.h_btn:is(a) {
  text-align: center;
  background-color: var(--btnBG);
  color: var(--btnC);
  height: var(--Hbtn);
  min-width: var(--btnW);
  padding-inline: var(--btnP);
  gap: var(--btnG);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--trt);
}
.h_btn:is(a) i {
  font-size: 120%;
}
.h_btn:is(a).h_tel {
  font-family: var(--telFF);
  font-size: 120%;
  letter-spacing: var(--telLS);
  background-color: var(--telBG);
  color: var(--telC);
  line-height: calc(var(--Hbtn) * 0.66);
  font-weight: bold;
}
.h_btn:is(a).h_tel span {
  display: block;
  font-size: 70%;
  line-height: calc(var(--Hbtn) * 0.33);
}
.h_btn:is(a).h_contact {
  background-color: var(--conBG);
  color: var(--conC);
  letter-spacing: var(--conLS);
}
.h_btn:is(a).__mc {
  background-color: var(--mc);
}
.h_btn:is(a).__ac {
  background-color: var(--ac);
}
.h_btn:is(a).__sc {
  background-color: var(--sc);
}
.h_btn:is(a).__bc {
  background-color: var(--bc);
}
.h_btn:is(a).__mcf {
  background-color: var(--mc);
  color: var(--ff);
}
.h_btn:is(a).__acf {
  background-color: var(--ac);
  color: var(--ff);
}
.h_btn:is(a).__scf {
  background-color: var(--sc);
  color: var(--ff);
}
.h_btn:is(a).__bcf {
  background-color: var(--bc);
  color: var(--ff);
}
@media screen and (max-width: 960px) {
  .h_btn:is(a) {
    min-width: unset;
  }
}
@media screen and (max-width: 834px) {
  .h_btn:is(a) {
    --btnW: unset;
    width: unset;
    min-width: unset;
    flex: 1;
    padding-inline: unset;
  }
  .h_btn:is(a).h_tel {
    background-color: var(--wh);
    color: var(--tx);
    border: 1px solid color-mix(in srgb, currentColor 20%, transparent 80%);
  }
}
.h .btnColumn {
  --btnDir:column;
  --btnG:.0em;
}
.h_title {
  position: absolute;
  inset: 0;
  font-size: calc(var(--head) - 2em);
  z-index: 1;
  line-height: var(--head);
  font-family: var(--eng);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .h_title {
    position: unset;
    font-size: calc(var(--head) * 0.4);
  }
}
.h .nopointer {
  cursor: default;
}

.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: 960px) {
  .h_pagetop {
    mix-blend-mode: unset;
  }
}
@media screen and (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 screen and (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 screen and (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(--btnPI);
    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_items {
  order: 1;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-inline: var(--itemPI);
  gap: var(--itemG);
}
.h_items.fix-right {
  position: fixed;
  top: unset;
  bottom: var(--innerPI);
  right: var(--innerPI);
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
  --btnBG:var(--mc);
  --btnC:var(--wh);
  --btnFZ:var(--f22);
  --btnW:55px;
  --btnH:220px;
  --btnPI: .5em;
  --btnPB:.0em;
  --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;
}
.h_items.fix-right .iconbtn {
  display: grid;
  place-items: center;
  place-content: center;
  background-color: var(--ac);
  font-size: calc(var(--btnFZ) * 1.1);
  width: var(--btnW);
  height: var(--btnW);
  border-radius: var(--radhalf);
}
.h_items.fix-right .iconbtn:is(a) {
  color: var(--wh);
}
@media screen and (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;
  }
  .h_items.fix-right .iconbtn {
    flex: unset;
    width: var(--btnH) !important;
    height: var(--btnH) !important;
  }
}
@media screen and (max-width: 640px) {
  .h_items.fix-right .textlink {
    line-height: calc(var(--btnH) / 2);
  }
  .h_items.fix-right .textlink > * {
    display: block;
  }
}
.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 screen and (max-width: 1320px) {
  .h_items.fix-pc {
    bottom: 0;
  }
}
.h_items.fix-pc .__w100 {
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.h_items.fix-pc .__img {
  flex-direction: row;
  gap: 1em;
  justify-content: space-around;
}
.h_items.fix-pc .__img span {
  display: block;
  color: var(--spanC);
}
@media screen and (max-width: 834px) {
  .h_items.fix-pc {
    width: 100%;
  }
  .h_items.fix-pc .__img {
    gap: 1em;
    justify-content: center;
    --btnImg: calc(var(--btnH)* .64);
  }
  .h_items.fix-pc .__img span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .h_items.fix-pc > *:not(.__w100) {
    flex: 1;
  }
  .h_items.fix-pc .btn.__line {
    flex: 0.5;
  }
  .h_items.fix-pc .iconbtn {
    flex: unset;
    padding-inline: 0.5em;
    scale: 1.3;
  }
  .h_items.fix-pc .iconbtn i {
    font-size: var(--btnH);
  }
  .h_items.fix-pc .h_text {
    flex: unset;
    min-width: 50%;
  }
  .h_items.fix-pc .textlink {
    height: var(--btnH);
    padding-inline: var(--btnPI);
    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 screen and (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: 960px) {
  .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 .imgBtn {
    flex: unset;
    padding-inline: 0.25em;
  }
  .h_items.fix-menu .btn {
    margin-top: unset;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .h_items.fix-menu {
    --btnImg: 2em;
    border-top-left-radius: 0px;
    width: 100%;
  }
  .h_items.fix-menu .btn.__coupon {
    min-width: 100%;
    padding-inline: 1em;
  }
}
@media screen and (max-width: 960px) {
  .h_items.fix-960 {
    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;
  }
}
@media screen and (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 .double {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1em;
  }
  .h_items.fix-tab > * {
    flex: 1;
    min-width: unset;
    padding-inline: 0.5em;
  }
  .h_items.fix-tab .btn.__line {
    flex: 0.5;
  }
  .h_items.fix-tab .iconbtn {
    flex: unset;
    scale: 1.2;
  }
  .h_items.fix-tab .iconbtn i {
    font-size: var(--btnH);
  }
}
@media screen and (max-width: 480px) {
  .h_items.fix-tab .textlink > img, .h_items.fix-tab .btn > img {
    display: none !important;
  }
}
@media screen and (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 .btn.__line {
    flex: 0.5;
  }
  .h_items.fix-sp .iconbtn {
    flex: unset;
    padding-inline: 0.5em;
    scale: 1.3;
  }
  .h_items.fix-sp .iconbtn i {
    font-size: var(--btnH);
  }
  .h_items.fix-sp .h_text {
    flex: unset;
    min-width: 50%;
  }
  .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;
  }
}
@media screen and (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_items .h_tel {
  font-size: var(--btnFZ);
  letter-spacing: var(--btnLS);
  display: flex;
  align-items: center;
  gap: 1vmin;
}
.h_items .h_tel img {
  height: var(--btnI) !important;
}
@media screen and (max-width: 960px) {
  .h_items.noText-960 {
    padding-inline: 0em;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }
  .h_items.noText-960 a {
    display: block;
    font-size: 0;
    margin-left: unset !important;
  }
  .h_items.noText-960 a i:is(#header *) {
    font-size: var(--btnH) !important;
  }
  .h_items.noText-960 .btn {
    gap: 2px !important;
  }
  .h_items.noText-960 .btn i {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .h_items.noText-960 {
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0px;
    width: 100%;
    background-color: #000;
    color: #fff;
  }
  .h_items.noText-960 a {
    flex: 1;
    display: grid;
    place-items: center;
    place-content: center;
    padding-block: 8px;
  }
}

.h_nav {
  transition: var(--trt2);
  font-size: var(--navFZ);
  line-height: var(--navLH);
  font-weight: var(--navFW);
  --liPI:calc(var(--gap)/1 );
  --aPI:var(--un);
  --aPB:var(--un);
  --spanFZ:75%;
  --spanFW:700;
  --spanFF:var(--eng);
  --navTRT:var(--btnTR);
  z-index: 1;
  padding-inline: var(--navPI);
}
.h_nav i {
  font-size: var(--f48) !important;
  line-height: 1;
}
.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: 960px) {
  .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(--liPI);
}
.h_nav > ul > li.__sub {
  display: none;
}
.h_nav > ul > li:has(span) {
  --liPI:calc(var(--gap)/2);
}
.h_nav > ul > li:has(span) > a:is(#header *) {
  --aPI:calc(var(--gap)/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 > li:has(span) span:is(.span-uppercase *) {
  text-transform: uppercase;
}
.h_nav > ul a {
  padding-inline: var(--aPI);
  padding-block: var(--aPB);
  transition: var(--navTRT);
  vertical-align: sub;
  text-align: left;
}
.h_nav > ul li.drop {
  --size:8px;
  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;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 80%);
          clip-path: polygon(0 0, 100% 0, 50% 80%);
}
@media screen and (max-width: 960px) {
  .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_menu {
  display: none;
  --bargap:calc(var(--btnH) * .15 );
  --dotW:calc(var(--btnH) * .125 );
  --menuBG:var(--un);
  --spanW:60%;
  --spanH:4px;
  --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: 960px) {
  .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;
}

#header .h_nav > ul li.drop.__mega {
  position: static;
}
#header .h_nav > ul li.drop.__mega ul {
  position: fixed;
  inset-inline: unset;
  translate: unset;
  left: var(--megaLeft);
  width: 100vw;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}
#header .h_nav > ul li.drop.__mega ul li {
  height: auto;
  max-width: 15em;
}
#header .h_nav > ul li.drop.__mega ul a {
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
  justify-content: start;
  gap: 0.5em;
  padding: 0;
  height: auto;
  white-space: normal;
  color: var(--dropC);
}
#header .h_nav > ul li.drop.__mega ul a img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
#header .h_nav > ul li.drop.__mega ul a span {
  font-size: clamp(12px, 1.2vw, 16px);
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #header .h_nav > ul li.drop.__mega ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 834px) {
  #header .h_nav > ul li.drop.__mega ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #header .h_nav > ul li.drop.__mega ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
    left: 50%;
    translate: -50% 0;
  }
}

.nav {
  font-weight: 500;
  --SPnavPB: 1.25em;
  --SPnavPI: .5em;
  --dropbtnH: calc(1em + var(--SPnavPB)*1.25 - 1px);
  --spanC: var(--inh);
  --spanFZ: var(--inh);
  --spanFW: 700;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.nav a:is(.nav *) {
  --tx: #fff;
}
.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(--pad) * 1);
  padding-block: var(--head2) 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: 960px) {
  .nav_inner > ul {
    width: 66%;
  }
}
@media screen and (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;
  font-size: var(--f20);
}
.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(--SPnavPB) var(--SPnavPI);
  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.__mega img {
  display: none;
}
.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;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 80%);
          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(--SPnavPB);
}
.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;
  --bargap:3px;
}
.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;
}

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;
}

@media screen and (max-width: 834px) {
  .f_main:is(#footer *):is(html:has(.h_items[class*=fix-]) *) {
    padding-bottom: calc(var(--head) + 3em) !important;
  }
}

#footer .f_contact h2 {
  font-size: var(--h3FZ);
  margin-bottom: 0.5em;
}
#footer .f_nav {
  --gap:1em;
}
#footer .f_nav ul {
  gap: 1em 0em;
}
#footer .f_nav li:first-of-type {
  padding-left: unset;
}
#footer .f_nav li:has(> span) {
  border-right: unset;
  padding-right: unset;
}
#footer .li-bdR li {
  padding-inline: 0 var(--gap);
  margin-inline: 0 var(--gap);
  border-right: var(--line);
}
#footer .f_column {
  display: flex;
  flex-direction: column;
}
#footer .f_column > .f_column {
  padding-block: var(--bl05);
}
@media screen and (max-width: 960px) {
  #footer .f_column > .f_column {
    padding-inline: var(--pad);
  }
}
#footer .screenShadow {
  box-shadow: -51vw 0 var(--bc), -49vw 0 var(--bc);
}
#footer .f_main {
  background: repeat center/cover;
  padding-block: var(--Wpdb);
  gap: 2em var(--pad);
}
#footer .f_main > h2 {
  width: 100%;
  text-align: center;
}
#footer .f_main .f_map {
  position: relative;
  z-index: 1;
  flex: 1 0 360px;
  min-height: 30vh;
}
@media screen and (max-width: 960px) {
  #footer .f_main .f_map {
    padding-block: unset;
  }
}
#footer .f_main .form_wrap {
  margin-top: unset;
}
#footer .f_main .form_wrap dl {
  border-bottom: 1px solid var(--bdc);
}
#footer .f_main .form_wrap.form_01 {
  --dtMW: 8em;
  line-height: 2;
  max-height: unset !important;
}
#footer .f_main .form_wrap.form_01 dt {
  font-weight: 700;
}
@media screen and (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 screen and (max-width: 834px) {
  #footer .f_info {
    padding-right: unset;
  }
}
#footer .f_info > * + * {
  margin-top: 2em;
}
#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;
}
#footer .f_nav-column {
  gap: 0;
}
#footer .f_nav-column > ul {
  flex: 1;
  padding-right: 1em;
}
#footer .f_nav-column > ul a {
  display: inline-block;
}
#footer .f_row {
  display: flex;
  padding: 1.5%;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 834px) {
  #footer .f_row {
    flex-direction: column;
    padding: var(--pad);
  }
}

.f {
  position: relative;
  overflow: hidden;
}
.f > * {
  position: relative;
  z-index: 1;
}
.f_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
.f_left > * {
  padding: 1em;
  flex: 1;
}
.f_main {
  padding-block: var(--Wpdb);
  display: flex;
  flex-wrap: wrap;
}
.f_main.__w100:is(#footer *) {
  flex: unset;
  width: 100%;
  padding-inline: var(--in1680);
}
.f_main > * {
  margin-top: unset;
}
.f .f_facebook {
  text-align: center;
}
.f_info {
  display: block;
}
.f_info .form_wrap.form_01 dl {
  border: none;
}
@media screen and (max-width: 640px) {
  .f_info .form_wrap.form_01 dl {
    padding: unset !important;
  }
}
.f_info .form_wrap.form_01 dt, .f_info .form_wrap.form_01 dd {
  padding-block: unset;
}
.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_items {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.f_items .btn {
  min-width: unset;
}
.f_nav {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.f_nav.__w100 {
  width: 100%;
  flex-basis: 100%;
}
.f_nav.a-chev > ul > li > a::after {
  content: "\f105";
  margin-inline-start: 0.25em;
  font-family: var(--icon);
  font-weight: 900;
  color: var(--ac);
}
.f_nav.li-hyphen {
  height: unset;
}
.f_nav.li-hyphen > ul > li {
  padding-inline: 0 0.75em;
  line-height: 1.2;
}
.f_nav.li-hyphen > ul > li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  vertical-align: super;
  margin-inline-end: 0.5em;
}
@media screen and (max-width: 960px) {
  .f_nav.li-hyphen > ul > li:before {
    display: none;
  }
}
.f_nav.ul-card4 ul {
  justify-content: unset;
}
.f_nav.ul-card4 ul > li {
  min-width: 25%;
}
.f_nav.__right {
  margin-left: auto;
}
.f_nav ul {
  display: flex;
  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_navContact article {
  display: flex;
  flex-direction: column;
}
.f .f_navContact article > * {
  text-align: right;
  margin-left: auto;
}
.f .f_navContact article i {
  margin-top: 1em;
}
.f .f_navContact article a > i {
  margin-top: unset;
}
.f_contactInner {
  height: 100%;
}
.f_contactInner article {
  position: relative;
  padding: var(--bl06) 6vmin;
}
.f_contactInner article > * {
  margin-top: var(--bl03);
}
.f .art-flex article {
  gap: 2em 0;
  padding-inline: var(--g);
  align-items: unset;
}
@media screen and (max-width: 1200px) {
  .f .art-flex article {
    padding-inline: var(--pad);
  }
}
.f .art-flex article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--h3FZ);
  font-family: var(--ser);
  font-weight: 600;
}
.f .art-flex article > * {
  flex: 1;
  margin-top: unset;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .f .art-flex article > * {
    flex-basis: 100%;
  }
}
.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 screen and (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 .f_time {
  padding-inline: var(--in1680);
}
.f .f_time p {
  margin-top: 1em;
  margin-left: 1em;
}
.f .radius, .f .radius2, .f .radhalf {
  overflow: hidden !important;
}
.f * {
  max-width: 100%;
}
.f a:is(a) {
  text-decoration: none;
}
.f_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.f_logo img {
  display: inline-block;
  max-width: var(--logoW);
  width: 100%;
  max-width: 50%;
}
.f_map:is(#footer *) {
  margin: unset;
  overflow: hidden;
}
.f_map:is(#footer *) iframe {
  display: block;
  width: 100%;
  height: 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;
  -webkit-clip-path: polygon(0 20%, 100% 20%, 50% 90%);
          clip-path: polygon(0 20%, 100% 20%, 50% 90%);
}
.f_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: var(--bl05);
  gap: 2em 0;
}
.f_top .btn_wrapper {
  text-align: center;
  padding-inline: 6vmin;
}
.f_top .btn_wrapper .btn {
  display: flex;
  --btnW: 248px;
  --btnH: 54px;
}
.f_top .btn_wrapper .btn i {
  margin-top: -0.2em;
}
@media screen and (max-width: 640px) {
  .f_top:is(#footer *) > * {
    flex: unset;
    width: 100%;
  }
}
.f_top.gap0 {
  gap: 3em 0 !important;
}
.f_top .child960 {
  border-radius: var(--rad);
  padding-inline: 10px;
}
.f_top .child960 > * + * {
  margin-top: var(--bl03);
}
.f_top .ul_btns {
  margin-top: 1.5em;
}
.f_top .ul_btns .btn {
  margin-top: 0;
  background-color: #fff;
  color: var(--mc);
  background-image: linear-gradient(var(--mc20), var(--mc20));
}
@media screen and (max-width: 640px) {
  .f_top .ul_btns ul {
    flex-direction: column;
  }
  .f_top .ul_btns li {
    width: 100%;
    max-width: 100%;
  }
}
.f_cover {
  pointer-events: none;
  mix-blend-mode: difference;
  position: absolute;
  inset: 0;
  background: url(/images/home/frame01.png) no-repeat center/calc(100% - var(--bl)) calc(100% - var(--bl));
}
@media screen and (max-width: 1560px) {
  .f_cover {
    background-size: calc(100% - var(--pad2)) calc(100% - var(--pad2));
  }
}
.f_bottom:is(#footer *) {
  --g:3vmin;
  padding: var(--g);
  width: 100%;
  flex: unset;
  display: flex;
  flex-wrap: wrap;
}
.f_bottom:is(#footer *) .box {
  padding: unset;
}
.f_bottom:is(#footer *) .box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.5vmin;
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 1200px) {
  .f_bottom:is(#footer *) {
    --g:1.5vmin;
  }
}
@media screen and (max-width: 960px) {
  .f_bottom:is(#footer *) > *:is(#footer *) {
    flex-basis: calc((100% - var(--g) * 2) / 3);
  }
}
.f_infop {
  margin-top: 1.5em;
  color: var(--mc);
  line-height: 2;
  font-weight: bold;
}
.f_infop > span {
  background-color: var(--mc);
  color: #fff;
  padding-inline: 0.5em;
  margin-inline-end: 0.5em;
  margin-block-end: 0.5em;
  border-radius: 10px;
}
.f_name {
  position: relative;
  font-size: var(--f24);
}
.f_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f40);
}
.f_pagetop:is(#footer a) {
  background-color: var(--sc);
  color: var(--conC);
}
.f_pagetop:is(#footer a) i {
  margin-left: 1em;
}

.h_load {
  position: absolute;
  inset: 0;
  z-index: 10000;
  transition: 0s;
  min-width: 100%;
  min-height: 100vh;
  color: var(--tx);
  font-size: var(--h3FZ);
  display: grid;
  place-items: center;
  place-content: center;
}
.h_load img {
  -o-object-fit: cover;
     object-fit: cover;
}
.h_load > * + * {
  margin-top: 0.5em;
}
.h_load.hide {
  transition: 2s;
  opacity: 0;
  pointer-events: none;
}

.p-split p > span {
  opacity: 0;
  transition: 1s;
}
.p-split p > span:is(p.show *) {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  animation: fadeIn 0.6s ease-in;
}
@media screen and (max-width: 834px) {
  body {
    background-attachment: unset;
  }
}
body #contents_wrap {
  z-index: 1;
}
body #contents {
  background-color: unset;
}

summary u,
p u, h1 u, .h1FZ u, h2 u, .h2FZ u, h3 u, .h3FZ u, h5 u, h4 u, span.clone u {
  text-decoration: none;
  padding: 0em 0.5em;
  border-bottom: var(--bdw) solid var(--ac);
}
summary p,
p p, h1 p, .h1FZ p, h2 p, .h2FZ p, h3 p, .h3FZ p, h5 p, h4 p, span.clone p {
  text-align: right;
  font-size: var(--f20);
}
summary:has(i:not([class*=la])):is(.title1 *),
p:has(i:not([class*=la])):is(.title1 *), h1:has(i:not([class*=la])):is(.title1 *), .h1FZ:has(i:not([class*=la])):is(.title1 *), h2:has(i:not([class*=la])):is(.title1 *), .h2FZ:has(i:not([class*=la])):is(.title1 *), h3:has(i:not([class*=la])):is(.title1 *), .h3FZ:has(i:not([class*=la])):is(.title1 *), h5:has(i:not([class*=la])):is(.title1 *), h4:has(i:not([class*=la])):is(.title1 *), span.clone:has(i:not([class*=la])):is(.title1 *) {
  font-size: var(--f20);
}
summary:has(i:not([class*=la])) i,
p:has(i:not([class*=la])) i, h1:has(i:not([class*=la])) i, .h1FZ:has(i:not([class*=la])) i, h2:has(i:not([class*=la])) i, .h2FZ:has(i:not([class*=la])) i, h3:has(i:not([class*=la])) i, .h3FZ:has(i:not([class*=la])) i, h5:has(i:not([class*=la])) i, h4:has(i:not([class*=la])) i, span.clone:has(i:not([class*=la])) i {
  font-family: var(--subFF);
  font-weight: var(--subFW);
  word-break: break-word;
  letter-spacing: 0em;
  color: var(--ac);
  display: inline-block;
  line-height: 1.25;
  min-width: 5em;
  margin-right: 1em;
}
summary:has(i:not([class*=la])) i.mb0,
p:has(i:not([class*=la])) i.mb0, h1:has(i:not([class*=la])) i.mb0, .h1FZ:has(i:not([class*=la])) i.mb0, h2:has(i:not([class*=la])) i.mb0, .h2FZ:has(i:not([class*=la])) i.mb0, h3:has(i:not([class*=la])) i.mb0, .h3FZ:has(i:not([class*=la])) i.mb0, h5:has(i:not([class*=la])) i.mb0, h4:has(i:not([class*=la])) i.mb0, span.clone:has(i:not([class*=la])) i.mb0 {
  margin-bottom: unset;
}
summary:has(i:not([class*=la])) i.txshwh,
p:has(i:not([class*=la])) i.txshwh, h1:has(i:not([class*=la])) i.txshwh, .h1FZ:has(i:not([class*=la])) i.txshwh, h2:has(i:not([class*=la])) i.txshwh, .h2FZ:has(i:not([class*=la])) i.txshwh, h3:has(i:not([class*=la])) i.txshwh, .h3FZ:has(i:not([class*=la])) i.txshwh, h5:has(i:not([class*=la])) i.txshwh, h4:has(i:not([class*=la])) i.txshwh, span.clone:has(i:not([class*=la])) i.txshwh {
  text-shadow: unset;
  --tsW:3px;
  filter: drop-shadow(var(--tsW) var(--tsW) 0 #fff);
}
@media screen and (max-width: 640px) {
  summary:has(i:not([class*=la])) i.txshwh,
  p:has(i:not([class*=la])) i.txshwh, h1:has(i:not([class*=la])) i.txshwh, .h1FZ:has(i:not([class*=la])) i.txshwh, h2:has(i:not([class*=la])) i.txshwh, .h2FZ:has(i:not([class*=la])) i.txshwh, h3:has(i:not([class*=la])) i.txshwh, .h3FZ:has(i:not([class*=la])) i.txshwh, h5:has(i:not([class*=la])) i.txshwh, h4:has(i:not([class*=la])) i.txshwh, span.clone:has(i:not([class*=la])) i.txshwh {
    --tsW:2px;
  }
}
summary:has(i:not([class*=la])) .la, summary:has(i:not([class*=la])) .las,
p:has(i:not([class*=la])) .la,
p:has(i:not([class*=la])) .las, h1:has(i:not([class*=la])) .la, h1:has(i:not([class*=la])) .las, .h1FZ:has(i:not([class*=la])) .la, .h1FZ:has(i:not([class*=la])) .las, h2:has(i:not([class*=la])) .la, h2:has(i:not([class*=la])) .las, .h2FZ:has(i:not([class*=la])) .la, .h2FZ:has(i:not([class*=la])) .las, h3:has(i:not([class*=la])) .la, h3:has(i:not([class*=la])) .las, .h3FZ:has(i:not([class*=la])) .la, .h3FZ:has(i:not([class*=la])) .las, h5:has(i:not([class*=la])) .la, h5:has(i:not([class*=la])) .las, h4:has(i:not([class*=la])) .la, h4:has(i:not([class*=la])) .las, span.clone:has(i:not([class*=la])) .la, span.clone:has(i:not([class*=la])) .las {
  margin-inline: var(--btnG);
}

html:not(.noRad) :where(section, form) :where(img, iframe, .im) {
  border-radius: var(--rad);
}

:where(section, form) div > article > :where(h1, h2, h3) + div {
  margin-top: 1.5em;
}

:where(section, form) > div:has(> article > :is(h1, h2, h3) + div:empty) + div {
  margin-top: var(--bl03);
}

.slick-prev, .slick-next {
  mix-blend-mode: difference;
}

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

.tbl_scroll.scroll-hint .scroll-hint-icon-wrap {
  margin-top: unset !important;
}

.sheet {
  background-color: var(--sc10);
}
.sheet + .sheet,
.sheet + .board {
  margin-top: 30px;
}
.sheet u {
  --col:var(--bc50);
  text-decoration: underline;
  text-decoration-color: var(--col);
  padding: 0.125em 0.25em;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.25em;
}

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

.H-bd h1, .H-bd h2, .H-bd h3 {
  padding-block: 0.5em;
  border-color: var(--mc);
  border-width: 1px;
}
.H-bd:has(div:empty) + div {
  margin-top: var(--Hafter);
}

.pan1 ul li a:-moz-any-link::after {
  display: none;
}

.pan1 ul li a:any-link::after {
  display: none;
}

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

#contents .form_column {
  line-height: 1.5;
  --bdc:var(--tx20);
  --bdw:1px;
  --bds:solid;
  --thumbC:var(--tx10);
  --pdb:1.25em;
  --pdi: .5em;
  --dtc:var(--ac);
  --dtw:bold;
  --maxH:20em;
}
@media screen and (max-width: 640px) {
  #contents .form_column {
    --pdb:1em;
  }
}
#contents .form_column:is(.txwh *) {
  --thumbC:var(--wh50);
}
#contents .form_column:is(.txwh *) * {
  color: var(--wh) !important;
}
#contents .form_column dt:is(#contents *) {
  font-family: var(--Eng);
  font-weight: 400;
}
#contents .form_column dl:first-of-type {
  border-top: 1px solid var(--bdc);
}
@media screen and (max-width: 640px) {
  #contents .form_column dd {
    border-top-style: none !important;
  }
}

.title1 {
  transition: 0.4s 0s;
  margin-top: calc(var(--head) * 1);
  background: no-repeat center/cover;
  background-color: var(--title1);
  background-image: url(/images/home/title1.jpg);
  background-position: center bottom;
  background-size: cover;
  --h:360px;
}
.title1 .txwh * {
  color: var(--wh) !important;
}
.title1 .txbk * {
  color: var(--bk) !important;
}
.title1_inner, .title1 article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: var(--incont);
  min-height: var(--h);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .title1_inner, .title1 article {
    min-height: calc(var(--h) - 60px);
  }
}
@media screen and (max-width: 834px) {
  .title1_inner, .title1 article {
    min-height: calc(var(--h) - 120px);
  }
}
@media screen and (max-width: 640px) {
  .title1_inner, .title1 article {
    min-height: calc(var(--h) - 180px);
  }
}
.title1 h1, .title1 h2, .title1 h3, .title1 article > p, .title1 p:is(body.blog p) {
  transition-delay: 0s !important;
  translate: none;
}

.bg_fix {
  background-size: cover;
}

.cardfix {
  --w: var(--btnW);
}

.card3 + [class*=card], .card2 + [class*=card], .card4 + [class*=card], .card5 + [class*=card], .cardflex + [class*=card], .cardfix + [class*=card] {
  margin-top: var(--g);
}
.card3 em, .card2 em, .card4 em, .card5 em, .cardflex em, .cardfix em {
  font-size: var(--bigFZ);
  line-height: 1;
  padding-inline: 8px;
}
.card3 p, .card3 h3, .card2 p, .card2 h3, .card4 p, .card4 h3, .card5 p, .card5 h3, .cardflex p, .cardflex h3, .cardfix p, .cardfix h3 {
  font-size: var(--PFZ);
  margin-bottom: 10px;
}
.card3 [class*=btn], .card2 [class*=btn], .card4 [class*=btn], .card5 [class*=btn], .cardflex [class*=btn], .cardfix [class*=btn] {
  min-width: unset;
  width: 100%;
}
.card3 .box:has(.veil), .card3 .box:is(.fancybox *), .card2 .box:has(.veil), .card2 .box:is(.fancybox *), .card4 .box:has(.veil), .card4 .box:is(.fancybox *), .card5 .box:has(.veil), .card5 .box:is(.fancybox *), .cardflex .box:has(.veil), .cardflex .box:is(.fancybox *), .cardfix .box:has(.veil), .cardfix .box:is(.fancybox *) {
  overflow: visible;
}
.card3 .box:has(.veil) .im img, .card3 .box:is(.fancybox *) .im img, .card2 .box:has(.veil) .im img, .card2 .box:is(.fancybox *) .im img, .card4 .box:has(.veil) .im img, .card4 .box:is(.fancybox *) .im img, .card5 .box:has(.veil) .im img, .card5 .box:is(.fancybox *) .im img, .cardflex .box:has(.veil) .im img, .cardflex .box:is(.fancybox *) .im img, .cardfix .box:has(.veil) .im img, .cardfix .box:is(.fancybox *) .im img {
  transition: 0.4s;
  will-change: scale;
}
.card3 .box:has(.veil):hover img, .card3 .box:is(.fancybox *):hover img, .card2 .box:has(.veil):hover img, .card2 .box:is(.fancybox *):hover img, .card4 .box:has(.veil):hover img, .card4 .box:is(.fancybox *):hover img, .card5 .box:has(.veil):hover img, .card5 .box:is(.fancybox *):hover img, .cardflex .box:has(.veil):hover img, .cardflex .box:is(.fancybox *):hover img, .cardfix .box:has(.veil):hover img, .cardfix .box:is(.fancybox *):hover img {
  scale: 1.04;
}
.card3.fancybox img, .card2.fancybox img, .card4.fancybox img, .card5.fancybox img, .cardflex.fancybox img, .cardfix.fancybox img {
  transition: 0.6s;
  will-change: scale;
}
.card3.fancybox .box:hover img, .card2.fancybox .box:hover img, .card4.fancybox .box:hover img, .card5.fancybox .box:hover img, .cardflex.fancybox .box:hover img, .cardfix.fancybox .box:hover img {
  scale: 1.04;
}
.card3 .box, .card2 .box, .card4 .box, .card5 .box, .cardflex .box, .cardfix .box {
  margin-top: unset;
}
.card3 .box article, .card2 .box article, .card4 .box article, .card5 .box article, .cardflex .box article, .cardfix .box article {
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
}
.card3 .box article > div:empty, .card2 .box article > div:empty, .card4 .box article > div:empty, .card5 .box article > div:empty, .cardflex .box article > div:empty, .cardfix .box article > div:empty {
  display: none;
}
.card3 .box article > a, .card2 .box article > a, .card4 .box article > a, .card5 .box article > a, .cardflex .box article > a, .cardfix .box article > a {
  color: inherit;
}
.card3 .box article > a > div:empty, .card2 .box article > a > div:empty, .card4 .box article > a > div:empty, .card5 .box article > a > div:empty, .cardflex .box article > a > div:empty, .cardfix .box article > a > div:empty {
  display: none;
}
.card3 .box img:is(#contents *), .card2 .box img:is(#contents *), .card4 .box img:is(#contents *), .card5 .box img:is(#contents *), .cardflex .box img:is(#contents *), .cardfix .box img:is(#contents *) {
  width: 100% !important;
}
.card3 .box figure img, .card2 .box figure img, .card4 .box figure img, .card5 .box figure img, .cardflex .box figure img, .cardfix .box figure img {
  height: 100% !important;
}
.card3 .box div, .card2 .box div, .card4 .box div, .card5 .box div, .cardflex .box div, .cardfix .box div {
  flex: unset;
}
.card3 .box:has(.veil):hover img, .card2 .box:has(.veil):hover img, .card4 .box:has(.veil):hover img, .card5 .box:has(.veil):hover img, .cardflex .box:has(.veil):hover img, .cardfix .box:has(.veil):hover img {
  scale: 1.03;
  opacity: 0.9;
}
@media screen and (max-width: 834px) {
  .card3 .box, .card2 .box, .card4 .box, .card5 .box, .cardflex .box, .cardfix .box {
    flex: 0 0 calc(50% - var(--g) / 2);
  }
}
@media screen and (max-width: 480px) {
  .card3:not(.__icons, .__icons02, .__noIcon) .box, .card2:not(.__icons, .__icons02, .__noIcon) .box, .card4:not(.__icons, .__icons02, .__noIcon) .box, .card5:not(.__icons, .__icons02, .__noIcon) .box, .cardflex:not(.__icons, .__icons02, .__noIcon) .box, .cardfix:not(.__icons, .__icons02, .__noIcon) .box {
    flex: 0 0 100%;
  }
}

.card3.__layer, .card2.__layer, .card4.__layer, .card5.__layer, .cardflex.__layer, .cardfix.__layer {
  color: var(--wh);
}
.card3.__layer .box:has(.veil), .card3.__layer .box:is(.fancybox *), .card2.__layer .box:has(.veil), .card2.__layer .box:is(.fancybox *), .card4.__layer .box:has(.veil), .card4.__layer .box:is(.fancybox *), .card5.__layer .box:has(.veil), .card5.__layer .box:is(.fancybox *), .cardflex.__layer .box:has(.veil), .cardflex.__layer .box:is(.fancybox *), .cardfix.__layer .box:has(.veil), .cardfix.__layer .box:is(.fancybox *) {
  transition: var(--btnTR);
}
.card3.__layer .box:has(.veil):hover, .card3.__layer .box:is(.fancybox *):hover, .card2.__layer .box:has(.veil):hover, .card2.__layer .box:is(.fancybox *):hover, .card4.__layer .box:has(.veil):hover, .card4.__layer .box:is(.fancybox *):hover, .card5.__layer .box:has(.veil):hover, .card5.__layer .box:is(.fancybox *):hover, .cardflex.__layer .box:has(.veil):hover, .cardflex.__layer .box:is(.fancybox *):hover, .cardfix.__layer .box:has(.veil):hover, .cardfix.__layer .box:is(.fancybox *):hover {
  color: var(--mc) !important;
}
.card3.__layer .box > article, .card2.__layer .box > article, .card4.__layer .box > article, .card5.__layer .box > article, .cardflex.__layer .box > article, .cardfix.__layer .box > article {
  display: grid;
  place-items: stretch;
  place-content: stretch;
}
.card3.__layer .box > article figure, .card2.__layer .box > article figure, .card4.__layer .box > article figure, .card5.__layer .box > article figure, .cardflex.__layer .box > article figure, .cardfix.__layer .box > article figure {
  height: 100%;
}
.card3.__layer .box > article img:is(#contents *), .card2.__layer .box > article img:is(#contents *), .card4.__layer .box > article img:is(#contents *), .card5.__layer .box > article img:is(#contents *), .cardflex.__layer .box > article img:is(#contents *), .cardfix.__layer .box > article img:is(#contents *) {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.card3.__layer .box > article > div:not(:empty), .card2.__layer .box > article > div:not(:empty), .card4.__layer .box > article > div:not(:empty), .card5.__layer .box > article > div:not(:empty), .cardflex.__layer .box > article > div:not(:empty), .cardfix.__layer .box > article > div:not(:empty) {
  z-index: 10;
  margin-top: unset;
  padding: 1.5em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--h3FZ);
  pointer-events: none;
}
.card3:where(.home *), .card2:where(.home *), .card4:where(.home *), .card5:where(.home *), .cardflex:where(.home *), .cardfix:where(.home *) {
  justify-content: center;
}
.card3.__shift, .card2.__shift, .card4.__shift, .card5.__shift, .cardflex.__shift, .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(--g);
  margin-top: var(--Nshift);
}
@media screen and (max-width: 834px) {
  .card3.__shift, .card2.__shift, .card4.__shift, .card5.__shift, .cardflex.__shift, .cardfix.__shift {
    margin-top: unset;
  }
}
.card3.__shift article, .card2.__shift article, .card4.__shift article, .card5.__shift article, .cardflex.__shift article, .cardfix.__shift article {
  gap: 0;
}
.card3.__shift .box:is(#contents *), .card2.__shift .box:is(#contents *), .card4.__shift .box:is(#contents *), .card5.__shift .box:is(#contents *), .cardflex.__shift .box:is(#contents *), .cardfix.__shift .box:is(#contents *) {
  overflow: visible;
}
.card3.__shift .box article, .card2.__shift .box article, .card4.__shift .box article, .card5.__shift .box article, .cardflex.__shift .box article, .cardfix.__shift .box article {
  gap: 0;
  height: unset;
}
.card3.__shift .box:nth-child(even), .card2.__shift .box:nth-child(even), .card4.__shift .box:nth-child(even), .card5.__shift .box:nth-child(even), .cardflex.__shift .box:nth-child(even), .cardfix.__shift .box:nth-child(even) {
  margin-block: var(--shift) var(--Nshift);
}
.card3.__shift .box:last-child, .card2.__shift .box:last-child, .card4.__shift .box:last-child, .card5.__shift .box:last-child, .cardflex.__shift .box:last-child, .cardfix.__shift .box:last-child {
  margin-bottom: unset;
}
@media screen and (max-width: 834px) {
  .card3.__shift .box:nth-child(even), .card2.__shift .box:nth-child(even), .card4.__shift .box:nth-child(even), .card5.__shift .box:nth-child(even), .cardflex.__shift .box:nth-child(even), .cardfix.__shift .box:nth-child(even) {
    margin-block: unset;
  }
}
@media screen and (max-width: 834px) {
  .card3.__shift .box:is(#contents *), .card2.__shift .box:is(#contents *), .card4.__shift .box:is(#contents *), .card5.__shift .box:is(#contents *), .cardflex.__shift .box:is(#contents *), .cardfix.__shift .box:is(#contents *) {
    flex: 0 0 100%;
  }
}

#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: #000;
}
#contents .form_wrap:is(.entry) dl:last-of-type dt,
#contents .form_wrap:is(.entry) dl:last-of-type dd {
  border-color: #ccc;
}

.form_wrap.dl_menu dl dt:is(#contents *) {
  color: var(--inh);
}

.form_wrap.dl_menu dl {
  border-bottom: var(--line);
}

#contents .sns_slide {
  --dateFW: 500;
  --arrowinset: calc(100% - var(--g));
  --arrowinset: -2em;
  --arrowBG: var(--un);
  --arrowR: 999px;
  --arrowFZ: max(16px,3vmin);
  --arrowW: 2em;
  --arrowC: var(--mc);
}
#contents .sns_slide:has(.slick-dots):not(.noDot) {
  padding-bottom: unset;
}
#contents .sns_slide .slick-dots {
  top: 104%;
}
@media screen and (max-width: 1200px) {
  #contents .sns_slide {
    --arrowBG: var(--wh50);
    --arrowinset: .25em;
  }
}
#contents .sns_slide .slick-dots li.slick-active button:before {
  color: var(--mc);
}
#contents .sns_slide .sns_list .sns_date {
  font-family: var(--eng);
}
#contents .sns_slide .slick-list {
  overflow: visible;
}
#contents .sns_slide .slick-track {
  display: flex;
  align-items: center;
}
#contents .sns_slide .slick-slide {
  border-radius: var(--rad);
  margin-inline-end: unset;
  padding-inline: unset;
}
#contents .sns_slide .sns_text {
  padding-inline: 1em;
}
#contents .sns_slide .sns_text .caption {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.it01, .ti01 {
  --g:3vmin;
  --imgW:50%;
  --tabMW:75%;
  --spMW:420px;
}
.it01 .sheet, .ti01 .sheet {
  --sheetR:10px;
}
.it01 > *, .ti01 > * {
  margin-top: unset;
}
.it01:has(.veil), .ti01:has(.veil) {
  overflow: visible !important;
}
.it01 article, .ti01 article {
  margin-top: unset;
}
.it01 article :is(h1, h2, h3) + div, .ti01 article :is(h1, h2, h3) + div {
  margin-top: 1em;
}
@media screen and (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 screen and (max-width: 640px) {
  .it01:is(#contents *), .ti01:is(#contents *) {
    --imgW:var(--spMW);
  }
}

.it01[class*=art-], .ti01[class*=art-] {
  gap: 0;
  --bpMW:75%;
  --imgW:53%;
  --move:6%;
  --move2:calc(var(--move)*0.5 );
  --Nmove:calc(var(--move)*-1 );
  --Nmove2:calc(var(--move)*-0.5 );
  padding-inline: var(--move2);
}
.it01[class*=art-] + [class*=art-], .ti01[class*=art-] + [class*=art-] {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --bpMW:100%;
  }
}
@media screen and (max-width: 1440px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --imgW: 45%;
  }
}
.it01[class*=art-] > *, .ti01[class*=art-] > * {
  margin-inline: var(--Nmove2);
}
.it01[class*=art-] article, .ti01[class*=art-] article {
  z-index: 10;
  padding: 4% var(--move);
}
.it01[class*=art-] .im, .ti01[class*=art-] .im {
  z-index: 1;
  z-index: 10;
}
.it01[class*=art-] .im img:is(#contents *), .ti01[class*=art-] .im img:is(#contents *) {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --move:0%;
  }
  .it01[class*=art-] .im, .ti01[class*=art-] .im {
    margin-top: -4%;
    z-index: 10;
  }
  .it01[class*=art-] article, .ti01[class*=art-] article {
    padding-block: 12%;
    padding-inline: var(--pad);
  }
}
.it01.homeIT, .ti01.homeIT {
  gap: 0;
  --tabMW:60%;
  --spMW:90%;
  --imgW:53.5%;
  --move:7%;
  --move15:calc(var(--move)*1.5 );
  --move075:calc(var(--move)*0.75 );
  --move05:calc(var(--move)*0.5 );
  --Nmove:calc(var(--move)*-1 );
  --Nmove05:calc(var(--move)*-0.5 );
  padding-inline: var(--in1680);
  padding-block: var(--move075);
  margin-top: var(--move15);
}
@media screen and (max-width: 1440px) {
  .it01.homeIT, .ti01.homeIT {
    --imgW: 45%;
  }
}
.it01.homeIT article, .ti01.homeIT article {
  z-index: 10;
  padding-block: var(--move) var(--move);
  padding-inline: var(--move15) var(--move05);
  margin-inline: var(--Nmove) 0;
  margin-block: var(--Nmove) var(--move);
  border: var(--line);
}
.it01.homeIT article:is(.ti01 *), .ti01.homeIT article:is(.ti01 *) {
  padding-inline: var(--move05) var(--move15);
  margin-inline: 0 var(--Nmove);
}
.it01.homeIT article:is(.txwh *), .ti01.homeIT article:is(.txwh *) {
  border-color: var(--tx);
}
.it01.homeIT .im, .ti01.homeIT .im {
  z-index: 1;
  z-index: 10;
}
.it01.homeIT .im iframe,
.it01.homeIT .im img:is(#contents *), .ti01.homeIT .im iframe,
.ti01.homeIT .im img:is(#contents *) {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .it01.homeIT .im, .ti01.homeIT .im {
    z-index: 10;
  }
  .it01.homeIT article, .ti01.homeIT article {
    padding-block: 12%;
    padding-inline: var(--pad);
    margin-inline: unset;
    margin-block: -12% -6%;
  }
  .it01.homeIT article:is(.ti01 *), .ti01.homeIT article:is(.ti01 *) {
    padding-inline: var(--pad);
    margin-inline: unset;
  }
}

.form_wrap.form_enkaku {
  --bdc: var(--mc);
  --maru: var(--mc);
  --yoko: var(--mc);
  --tate: var(--mc);
  --thumb: var(--mc);
  --pl: 6vmin;
  --Npl: calc(var(--pl) * -1);
  position: relative;
  padding-left: var(--pl);
}

.form_wrap.form_enkaku dl:is(#contents *):after,
.form_wrap.form_enkaku dl:is(#contents *) dt:after {
  z-index: 0;
}

.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: calc(var(--innerPI) * 2);
}
@media screen and (max-width: 1440px) {
  .mv.__framed {
    padding-inline: var(--g);
  }
}
.mv.__framed > * {
  border-radius: var(--rad2);
  overflow: hidden;
}
.mv_slide, .mv_img, .mv_video {
  min-width: 100%;
  overflow: hidden;
  height: 100%;
  transition: 1s;
}
.mv_slide.hide, .mv_img.hide, .mv_video.hide {
  opacity: 0;
  visibility: hidden;
}
.mv_slide:after, .mv_img:after, .mv_video:after {
  display: none;
}
@media screen and (max-width: 960px) {
  .mv_slide, .mv_img, .mv_video {
    width: 100%;
  }
}
.mv_slide li, .mv_img li, .mv_video li {
  width: 100%;
}
.mv_slide .slick-list, .mv_img .slick-list, .mv_video .slick-list {
  height: 100%;
}
.mv_slide .slick-track, .mv_img .slick-track, .mv_video .slick-track {
  display: block;
  height: 100%;
}
.mv_slide .slick-slide, .mv_img .slick-slide, .mv_video .slick-slide {
  padding-inline: unset;
  margin-inline: unset;
}
.mv_slide li:has(> div):is(#contents *), .mv_img li:has(> div):is(#contents *) {
  display: flex;
  flex-wrap: wrap;
}
.mv_slide li:has(> div):is(#contents *) > *, .mv_img li:has(> div):is(#contents *) > * {
  grid-area: 1/1;
  flex: 0.5;
}
@media screen and (max-width: 1080px) {
  .mv_slide li:has(> div):is(#contents *) > *:is(#contents *), .mv_img li:has(> div):is(#contents *) > *:is(#contents *) {
    flex: unset;
    width: 100%;
  }
  .mv_slide li:has(> div):is(#contents *) > *:is(#contents .im), .mv_img li:has(> div):is(#contents *) > *:is(#contents .im) {
    order: -1;
  }
}
.mv_slide li:has(> div):is(#contents *) > div, .mv_img li:has(> div):is(#contents *) > div {
  font-size: clamp(16px, 1.6vw, 24px);
  padding-inline: var(--bl);
  padding-block: var(--pad);
  display: grid;
  place-items: center start;
  place-content: center start;
}
@media screen and (max-width: 1440px) {
  .mv_slide li:has(> div):is(#contents *) > div, .mv_img li:has(> div):is(#contents *) > div {
    padding-inline: var(--pad);
  }
}
@media screen and (max-width: 1080px) {
  .mv_slide li:has(> div):is(#contents *) > div, .mv_img li:has(> div):is(#contents *) > div {
    font-size: clamp(16px, 2vw, 24px);
  }
}
@media screen and (max-width: 834px) {
  .mv_slide li:has(> div):is(#contents *) > div, .mv_img li:has(> div):is(#contents *) > div {
    display: grid;
    place-items: center start;
    place-content: center start;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff;
  }
}
.mv_slide li:has(> div):is(#contents *) > div p, .mv_img li:has(> div):is(#contents *) > div p {
  font-size: 2em;
  letter-spacing: 0.22em;
  line-height: 1.5;
}
.mv_slide li:has(> div):is(#contents *) > div p::first-letter, .mv_img li:has(> div):is(#contents *) > div p::first-letter {
  color: var(--mc);
}
@media screen and (max-width: 834px) {
  .mv_slide li:has(> div):is(#contents *) > div p, .mv_img li:has(> div):is(#contents *) > div p {
    font-size: 3em;
    letter-spacing: 0.06em;
  }
}
.mv_slide li:has(> div):is(#contents *) > div h1, .mv_img li:has(> div):is(#contents *) > div h1 {
  color: unset;
  line-height: unset;
}
.mv_slide li:has(> div):is(#contents *) > .im, .mv_img li:has(> div):is(#contents *) > .im {
  flex: 1;
}
.mv_slide li:has(> div):is(#contents *):nth-child(odd) > .im, .mv_img li:has(> div):is(#contents *):nth-child(odd) > .im {
  order: 1;
}
.mv_slide li:has(> div):is(#contents *) img, .mv_img li:has(> div):is(#contents *) img {
  margin: unset;
  display: block;
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
  height: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 960px) {
  .mv_slide li:has(> div):is(#contents *) img, .mv_img li:has(> div):is(#contents *) img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv_slide.__righttop, .mv_img.__righttop {
  width: 56.25%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .mv_slide.__righttop, .mv_img.__righttop {
    width: calc(100% - var(--LEFT));
  }
}
.mv_slide.__righttop img:is(#contents *), .mv_img.__righttop img:is(#contents *) {
  margin: unset;
  display: block;
  width: 100%;
  max-width: 100%;
  height: var(--mvImg) !important;
}
.mv_it {
  pointer-events: none;
  max-width: 100%;
  padding-block: 1em;
  position: absolute;
  inset: 0;
  align-content: center;
  font-size: clamp(32px, 6vw, 80px);
}
.mv_it > * {
  pointer-events: all;
}
.mv_it::after {
  display: none;
}

#contents :is(.mv_img, .mv_slide) {
  margin-inline: auto;
}
#contents :is(.mv_img, .mv_slide).__framed {
  padding-inline: calc(var(--gap) * 2);
}
#contents :is(.mv_img, .mv_slide).__framed > * {
  border-radius: var(--rad2);
  overflow: hidden;
}
#contents :is(.mv_img, .mv_slide) img {
  width: 100% !important;
  margin-inline: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
  aspect-ratio: 3/1;
}
@media (width <= 1200px) {
  #contents :is(.mv_img, .mv_slide) img {
    aspect-ratio: 2/1;
  }
}
@media (width <= 834px) {
  #contents :is(.mv_img, .mv_slide) img {
    aspect-ratio: 5/3;
  }
}

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

.highLight {
  background: no-repeat 0 bottom/cover;
  padding-block: var(--bl);
}
@media (width <= 1560px) {
  .highLight {
    background-size: contain;
    padding-bottom: calc(var(--bl) * 1.5);
  }
}
@media (width <= 834px) {
  .highLight {
    background-size: 200% auto;
  }
}

.absR {
  top: 0;
  bottom: 0;
  text-align: center;
  letter-spacing: 2.5vh;
}

.shiftText {
  font-size: var(--h3FZ);
}

summary {
  cursor: pointer;
  display: inline-flex;
  padding-block: 0.5em;
}
summary::marker {
  display: none; /* Chrome, Firefox, Edge */
  font-size: 0;
}
summary::-webkit-details-marker {
  display: none; /* Safari用 */
  font-size: 0;
}

.modal > button {
  display: block;
  text-align: right;
  margin-top: 2em;
  font-size: 0.9em;
  color: var(--linkC);
  cursor: pointer;
  float: right;
  font-weight: 700;
  color: var(--ac);
}

details[open]::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
details[open] > .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--base);
  max-width: 90%;
  max-height: 80%;
  background: white;
  padding: 1em;
  border: 1px solid #ccc;
  overflow: auto;
  z-index: 20;
}

.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(--un);
  --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 (width <= 640px) {
  .fb_qa .box:has(article > figure) figure {
    width: var(--imgWsp);
  }
}
.fb_qa .box:has(article > figure) article > div {
  flex: 1;
}
@media (width <= 640px) {
  .fb_qa .box:has(article > figure) article > div {
    flex-basis: 100%;
  }
}

body > * .gap1mi {
  gap: var(--g);
  --g: 1vmin;
}
body > * .gap2mi {
  gap: var(--g);
  --g: 2vmin;
}
body > * .gap3mi {
  gap: var(--g);
  --g: 3vmin;
}
body > * .gap4mi {
  gap: var(--g);
  --g: 4vmin;
}
body > * .gap5mi {
  gap: var(--g);
  --g: 5vmin;
}
body > * .gap6mi {
  gap: var(--g);
  --g: 6vmin;
}
body > * .gap7mi {
  gap: var(--g);
  --g: 7vmin;
}
body > * .gap8mi {
  gap: var(--g);
  --g: 8vmin;
}
body > * .gap10mi {
  gap: var(--g);
  --g: 10vmin;
}
body > * .gap12mi {
  gap: var(--g);
  --g: 12vmin;
}
body > * .gap40-2p {
  gap: var(--g);
  --g: 40px 2%;
}
body > * .gap40-3p {
  gap: var(--g);
  --g: 40px 3%;
}
body > * .gap40-4p {
  gap: var(--g);
  --g: 40px 4%;
}
body > * .gap40-6p {
  gap: var(--g);
  --g: 40px 6%;
}

body > * .lh3 {
  line-height: 3 !important;
}
body > * .lh28 {
  line-height: 2.8;
}
body > * .lh275 {
  line-height: 2.75;
}
body > * .lh26 {
  line-height: 2.6;
}
body > * .lh25 {
  line-height: 2.5;
}
body > * .lh24 {
  line-height: 2.4;
}
body > * .lh225 {
  line-height: 2.25;
}
body > * .lh2 {
  line-height: 2;
}
body > * .lh19 {
  line-height: 1.9;
}
body > * .lh18 {
  line-height: 1.8;
}
body > * .lh175 {
  line-height: 1.75;
}
body > * .lh166 {
  line-height: 1.66;
}
body > * .lh15 {
  line-height: 1.5;
}
body > * .lh14 {
  line-height: 1.4;
}
body > * .lh133 {
  line-height: 1.33;
}
body > * .lh13 {
  line-height: 1.3;
}
body > * .lh125 {
  line-height: 1.25;
}
body > * .lh12 {
  line-height: 1.2;
}
body > * .lh11 {
  line-height: 1.1;
}
body > * .lh1 {
  line-height: 1;
}
body > * .ls-2, body > * .ls-2 * {
  letter-spacing: -0.2em;
}
body > * .ls-1, body > * .ls-1 * {
  letter-spacing: -0.1em;
}
body > * .ls-09, body > * .ls-09 * {
  letter-spacing: -0.09em;
}
body > * .ls-08, body > * .ls-08 * {
  letter-spacing: -0.08em;
}
body > * .ls-07, body > * .ls-07 * {
  letter-spacing: -0.07em;
}
body > * .ls-06, body > * .ls-06 * {
  letter-spacing: -0.06em;
}
body > * .ls-05, body > * .ls-05 * {
  letter-spacing: -0.05em;
}
body > * .ls-04, body > * .ls-04 * {
  letter-spacing: -0.04em;
}
body > * .ls-03, body > * .ls-03 * {
  letter-spacing: -0.03em;
}
body > * .ls-02, body > * .ls-02 * {
  letter-spacing: -0.02em;
}
body > * .ls-01, body > * .ls-01 * {
  letter-spacing: -0.01em;
}
body > * .ls-2, body > * .ls-2 * {
  letter-spacing: -0.2em;
}
body > * .ls-1, body > * .ls-1 * {
  letter-spacing: -0.1em;
}
body > * .ls1, body > * .ls1 * {
  letter-spacing: 0.1em;
}
body > * .ls09, body > * .ls09 * {
  letter-spacing: 0.09em;
}
body > * .ls08, body > * .ls08 * {
  letter-spacing: 0.08em;
}
body > * .ls07, body > * .ls07 * {
  letter-spacing: 0.07em;
}
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 > * .ls03, body > * .ls03 * {
  letter-spacing: 0.03em;
}
body > * .ls02, body > * .ls02 * {
  letter-spacing: 0.02em;
}
body > * .ls01, body > * .ls01 * {
  letter-spacing: 0.01em;
}
body > * .ls0, body > * .ls0 * {
  letter-spacing: 0em;
}

body > * .flex {
  display: flex;
}
body > * .FG1 {
  flex-grow: 1;
}
body > * .FG2 {
  flex-grow: 2;
}
body > * .FG3 {
  flex-grow: 3;
}
body > * .FG4 {
  flex-grow: 4;
}
body > * .FG5 {
  flex-grow: 5;
}
body > * .FG6 {
  flex-grow: 6;
}
body > * .FG7 {
  flex-grow: 7;
}
body > * .FG8 {
  flex-grow: 8;
}
body > * .FG9 {
  flex-grow: 9;
}
body > * .FG10 {
  flex-grow: 10;
}
body > * .FG11 {
  flex-grow: 11;
}
body > * .FG12 {
  flex-grow: 12;
}
body > * .FG13 {
  flex-grow: 13;
}
body > * .FG14 {
  flex-grow: 14;
}
body > * .FG15 {
  flex-grow: 15;
}
body > * .FG16 {
  flex-grow: 16;
}
@media screen and (max-width: 834px) {
  body > * .tab-Crev {
    flex-direction: column-reverse !important;
  }
  body > * .tab-Rrev {
    flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-Crev {
    flex-direction: column-reverse !important;
  }
  body > * .sp-Rrev {
    flex-direction: row-reverse !important;
  }
}
body > * .FDCrev {
  flex-direction: column-reverse !important;
}
body > * .FDC {
  flex-direction: column !important;
}
body > * .FDrev {
  flex-direction: row-reverse !important;
}
body > * .FDR {
  flex-direction: row !important;
}
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 > * .contoutL {
  margin-left: var(--contout);
  max-width: unset;
}
body > * .contoutR {
  margin-right: var(--contout);
  max-width: unset;
}
body > * .contout {
  margin-inline: var(--contout);
  max-width: unset;
}
body > * .incontL {
  padding-left: var(--incont);
}
body > * .incontR {
  padding-right: var(--incont);
}
body > * .incont {
  padding-inline: var(--incont);
}
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 > * .child1800 > * {
  margin-inline: auto;
  width: min(100%, 1800px);
}
body > * .child1740 > * {
  margin-inline: auto;
  width: min(100%, 1740px);
}
body > * .child1680 > * {
  margin-inline: auto;
  width: min(100%, 1680px);
}
body > * .child1620 > * {
  margin-inline: auto;
  width: min(100%, 1620px);
}
body > * .child1560 > * {
  margin-inline: auto;
  width: min(100%, 1560px);
}
body > * .child1500 > * {
  margin-inline: auto;
  width: min(100%, 1500px);
}
body > * .child1440 > * {
  margin-inline: auto;
  width: min(100%, 1440px);
}
body > * .child1380 > * {
  margin-inline: auto;
  width: min(100%, 1380px);
}
body > * .child1320 > * {
  margin-inline: auto;
  width: min(100%, 1320px);
}
body > * .child1260 > * {
  margin-inline: auto;
  width: min(100%, 1260px);
}
body > * .child1200 > * {
  margin-inline: auto;
  width: min(100%, 1200px);
}
body > * .child1120 > * {
  margin-inline: auto;
  width: min(100%, 1120px);
}
body > * .child1080 > * {
  margin-inline: auto;
  width: min(100%, 1080px);
}
body > * .child1020 > * {
  margin-inline: auto;
  width: min(100%, 1020px);
}
body > * .child960 > * {
  margin-inline: auto;
  width: min(100%, 960px);
}
body > * .child900 > * {
  margin-inline: auto;
  width: min(100%, 900px);
}
body > * .child840 > * {
  margin-inline: auto;
  width: min(100%, 840px);
}
body > * .child780 > * {
  margin-inline: auto;
  width: min(100%, 780px);
}
body > * .child720 > * {
  margin-inline: auto;
  width: min(100%, 720px);
}
body > * .child660 > * {
  margin-inline: auto;
  width: min(100%, 660px);
}
body > * .child600 > * {
  margin-inline: auto;
  width: min(100%, 600px);
}
body > * .child540 > * {
  margin-inline: auto;
  width: min(100%, 540px);
}
body > * .child480 > * {
  margin-inline: auto;
  width: min(100%, 480px);
}

body > * .PI2 {
  padding-inline: calc(2 * var(--bl));
}
body > * .PI15 {
  padding-inline: calc(1.5 * var(--bl));
}
body > * .PI075 {
  padding-inline: calc(var(--bl) / 4 * 3);
}
body > * .PI06 {
  padding-inline: calc(var(--bl) / 1.5);
}
body > * .PI05 {
  padding-inline: calc(var(--bl) / 2);
}
body > * .PI03 {
  padding-inline: calc(var(--bl) / 3);
}
body > * .PI025 {
  padding-inline: calc(var(--bl) / 4);
}
body > * .PI1 {
  padding-inline: var(--bl);
}
body > * .PB2 {
  padding-block: calc(2 * var(--bl));
}
body > * .PB15 {
  padding-block: calc(1.5 * var(--bl));
}
body > * .PB125 {
  padding-block: calc(1.25 * var(--bl));
}
body > * .PB075 {
  padding-block: calc(var(--bl) / 4 * 3);
}
body > * .PB06 {
  padding-block: calc(var(--bl) / 1.5);
}
body > * .PB05 {
  padding-block: calc(var(--bl) / 2);
}
body > * .PB03 {
  padding-block: calc(var(--bl) / 3);
}
body > * .PB025 {
  padding-block: calc(var(--bl) / 4);
}
body > * .PB1 {
  padding-block: var(--bl);
}
body > * .pdb240 {
  padding-block: 240px;
}
body > * .pdb200 {
  padding-block: 200px;
}
body > * .pdb180 {
  padding-block: 180px;
}
body > * .pdb160 {
  padding-block: 160px;
}
body > * .pdb150 {
  padding-block: 150px;
}
body > * .pdb140 {
  padding-block: 140px;
}
body > * .pdb120 {
  padding-block: 120px;
}
body > * .pdb100 {
  padding-block: 100px;
}
body > * .pdb96 {
  padding-block: 96px;
}
body > * .pdb90 {
  padding-block: 90px;
}
body > * .pdb84 {
  padding-block: 84px;
}
body > * .pdb80 {
  padding-block: 80px;
}
body > * .pdb72 {
  padding-block: 72px;
}
body > * .pdb64 {
  padding-block: 64px;
}
body > * .pdb60 {
  padding-block: 60px;
}
body > * .pdb48 {
  padding-block: 48px;
}
body > * .pdb40 {
  padding-block: 40px;
}
body > * .pdb36 {
  padding-block: 36px;
}
body > * .pdb32 {
  padding-block: 32px;
}
body > * .pdb30 {
  padding-block: 30px;
}
body > * .pdb24 {
  padding-block: 24px;
}
body > * .pdb20 {
  padding-block: 20px;
}
body > * .pdb16 {
  padding-block: 16px;
}
body > * .pdb12 {
  padding-block: 12px;
}
body > * .pdb10 {
  padding-block: 10px;
}
body > * .pdb8 {
  padding-block: 8px;
}
body > * .pdb0 {
  padding-block: 0px;
}
body > * .pdb025e {
  padding-block: 0.25em;
}
body > * .pdb05e {
  padding-block: 0.5em;
}
body > * .pdb075e {
  padding-block: 0.75em;
}
body > * .pdb1e {
  padding-block: 1em;
}
body > * .pdb125e {
  padding-block: 1.25em;
}
body > * .pdb15e {
  padding-block: 1.5em;
}
body > * .pdb175e {
  padding-block: 1.75em;
}
body > * .pdb2e {
  padding-block: 2em;
}
body > * .pad {
  padding-inline: var(--pad);
}
body > * .pdi {
  padding-inline: var(--pad);
}
body > * .pdi025e {
  padding-inline: 0.25em;
}
body > * .pdi05e {
  padding-inline: 0.5em;
}
body > * .pdi075e {
  padding-inline: 0.75em;
}
body > * .pdi1e {
  padding-inline: 1em;
}
body > * .pdi125e {
  padding-inline: 1.25em;
}
body > * .pdi15e {
  padding-inline: 1.5em;
}
body > * .pdi175e {
  padding-inline: 1.75em;
}
body > * .pdi2e {
  padding-inline: 2em;
}
body > * .pdi-pad {
  padding-inline: var(--pad);
}
body > * .pdi120 {
  padding-inline: 120px;
}
body > * .pdi100 {
  padding-inline: 100px;
}
body > * .pdi96 {
  padding-inline: 96px;
}
body > * .pdi90 {
  padding-inline: 90px;
}
body > * .pdi84 {
  padding-inline: 84px;
}
body > * .pdi80 {
  padding-inline: 80px;
}
body > * .pdi72 {
  padding-inline: 72px;
}
body > * .pdi64 {
  padding-inline: 64px;
}
body > * .pdi60 {
  padding-inline: 60px;
}
body > * .pdi48 {
  padding-inline: 48px;
}
body > * .pdi40 {
  padding-inline: 40px;
}
body > * .pdi36 {
  padding-inline: 36px;
}
body > * .pdi32 {
  padding-inline: 32px;
}
body > * .pdi30 {
  padding-inline: 30px;
}
body > * .pdi24 {
  padding-inline: 24px;
}
body > * .pdi20 {
  padding-inline: 20px;
}
body > * .pdi16 {
  padding-inline: 16px;
}
body > * .pdi12 {
  padding-inline: 12px;
}
body > * .pdi10 {
  padding-inline: 10px;
}
body > * .pdi8 {
  padding-inline: 8px;
}
body > * .pdi0 {
  padding-inline: 0px;
}
body > * .pdi20p {
  padding-inline: 20%;
}
body > * .pdi16p {
  padding-inline: 16%;
}
body > * .pdi12p {
  padding-inline: 12%;
}
body > * .pdi10p {
  padding-inline: 10%;
}
body > * .pdi9p {
  padding-inline: 9%;
}
body > * .pdi8p {
  padding-inline: 8%;
}
body > * .pdi7p {
  padding-inline: 7%;
}
body > * .pdi6p {
  padding-inline: 6%;
}
body > * .pdi5p {
  padding-inline: 5%;
}
body > * .pdi4p {
  padding-inline: 4%;
}
body > * .pdi3p {
  padding-inline: 3%;
}
body > * .pdi2p {
  padding-inline: 2%;
}
body > * .pdi1p {
  padding-inline: 1%;
}
body > * .pdi1mi {
  padding-inline: 1vmin;
}
body > * .pdi2mi {
  padding-inline: 2vmin;
}
body > * .pdi3mi {
  padding-inline: 3vmin;
}
body > * .pdi4mi {
  padding-inline: 4vmin;
}
body > * .pdi5mi {
  padding-inline: 5vmin;
}
body > * .pdi6mi {
  padding-inline: 6vmin;
}
body > * .pdi8mi {
  padding-inline: 8vmin;
}
body > * .pdi10mi {
  padding-inline: 10vmin;
}
body > * .pdi12mi {
  padding-inline: 12vmin;
}
body > * .pad120 {
  padding: 120px;
}
body > * .pad100 {
  padding: 100px;
}
body > * .pad96 {
  padding: 96px;
}
body > * .pad90 {
  padding: 90px;
}
body > * .pad84 {
  padding: 84px;
}
body > * .pad80 {
  padding: 80px;
}
body > * .pad72 {
  padding: 72px;
}
body > * .pad64 {
  padding: 64px;
}
body > * .pad60 {
  padding: 60px;
}
body > * .pad48 {
  padding: 48px;
}
body > * .pad40 {
  padding: 40px;
}
body > * .pad36 {
  padding: 36px;
}
body > * .pad32 {
  padding: 32px;
}
body > * .pad30 {
  padding: 30px;
}
body > * .pad24 {
  padding: 24px;
}
body > * .pad20 {
  padding: 20px;
}
body > * .pad16 {
  padding: 16px;
}
body > * .pad12 {
  padding: 12px;
}
body > * .pad10 {
  padding: 10px;
}
body > * .pad8 {
  padding: 8px;
}
body > * .pad1mi {
  padding: 1vmin;
}
body > * .pad2mi {
  padding: 2vmin;
}
body > * .pad3mi {
  padding: 3vmin;
}
body > * .pad4mi {
  padding: 4vmin;
}
body > * .pad5mi {
  padding: 5vmin;
}
body > * .pad6mi {
  padding: 6vmin;
}
body > * .pad8mi {
  padding: 8vmin;
}
body > * .pad10mi {
  padding: 10vmin;
}
body > * .pad12mi {
  padding: 12vmin;
}
body > * .pr-incont {
  padding-right: var(--incont);
}
body > * .pl-incont {
  padding-left: var(--incont);
}
body > * .pdi-incont {
  padding-inline: var(--incont);
}
@media screen and (max-width: 1200px) {
  body > * .base_pdi0 {
    padding-inline: 0;
  }
}
body > * .art_pdb0 article {
  padding-block: 0%;
}
body > * .art_pdi0 article {
  padding-inline: 0%;
}
body > * .art_pd0 article {
  padding: 0%;
}

body > * .ptB3 {
  padding-top: calc(3 * var(--bl));
}
body > * .ptB25 {
  padding-top: calc(2.5 * var(--bl));
}
body > * .ptB2 {
  padding-top: calc(2 * var(--bl));
}
body > * .ptB125 {
  padding-top: calc(1.25 * var(--bl));
}
body > * .ptB15 {
  padding-top: calc(1.5 * var(--bl));
}
body > * .ptB06 {
  padding-top: calc(var(--bl) / 1.5);
}
body > * .ptB05 {
  padding-top: calc(var(--bl) / 2);
}
body > * .ptB03 {
  padding-top: calc(var(--bl) / 3);
}
body > * .ptB1 {
  padding-top: var(--bl);
}
body > * .pt240 {
  padding-top: 240px;
}
body > * .pt200 {
  padding-top: 200px;
}
body > * .pt180 {
  padding-top: 180px;
}
body > * .pt160 {
  padding-top: 160px;
}
body > * .pt140 {
  padding-top: 140px;
}
body > * .pt120 {
  padding-top: 120px;
}
body > * .pt100 {
  padding-top: 100px;
}
body > * .pt96 {
  padding-top: 96px;
}
body > * .pt90 {
  padding-top: 90px;
}
body > * .pt84 {
  padding-top: 84px;
}
body > * .pt80 {
  padding-top: 80px;
}
body > * .pt72 {
  padding-top: 72px;
}
body > * .pt64 {
  padding-top: 64px;
}
body > * .pt60 {
  padding-top: 60px;
}
body > * .pt48 {
  padding-top: 48px;
}
body > * .pt40 {
  padding-top: 40px;
}
body > * .pt36 {
  padding-top: 36px;
}
body > * .pt32 {
  padding-top: 32px;
}
body > * .pt30 {
  padding-top: 30px;
}
body > * .pt24 {
  padding-top: 24px;
}
body > * .pt20 {
  padding-top: 20px;
}
body > * .pt16 {
  padding-top: 16px;
}
body > * .pt12 {
  padding-top: 12px;
}
body > * .pt10 {
  padding-top: 10px;
}
body > * .pt8 {
  padding-top: 8px;
}
body > * .pt0 {
  padding-top: 0px;
}
body > * .pt1e {
  padding-top: 1em;
}
body > * .pt125e {
  padding-top: 1.25em;
}
body > * .pt15e {
  padding-top: 1.5em;
}
body > * .pt175e {
  padding-top: 1.75em;
}
body > * .pt2e {
  padding-top: 2em;
}
body > * .pt4e {
  padding-top: 4em;
}
body > * .pt5e {
  padding-top: 5em;
}
body > * .pt6e {
  padding-top: 6em;
}
body > * .pt8e {
  padding-top: 8em;
}
body > * .pbB3 {
  padding-bottom: calc(3 * var(--bl)) !important;
}
body > * .pbB25 {
  padding-bottom: calc(2.5 * var(--bl)) !important;
}
body > * .pbB2 {
  padding-bottom: calc(2 * var(--bl)) !important;
}
body > * .pbB125 {
  padding-bottom: calc(1.25 * var(--bl)) !important;
}
body > * .pbB15 {
  padding-bottom: calc(1.5 * var(--bl)) !important;
}
body > * .pbB075 {
  padding-bottom: calc(0.75 * var(--bl)) !important;
}
body > * .pbB06 {
  padding-bottom: calc(var(--bl) / 1.5) !important;
}
body > * .pbB05 {
  padding-bottom: calc(var(--bl) / 2) !important;
}
body > * .pbB03 {
  padding-bottom: calc(var(--bl) / 3) !important;
}
body > * .pbB1 {
  padding-bottom: var(--bl) !important;
}
body > * .pb240 {
  padding-bottom: 240px;
}
body > * .pb200 {
  padding-bottom: 200px;
}
body > * .pb180 {
  padding-bottom: 180px;
}
body > * .pb160 {
  padding-bottom: 160px;
}
body > * .pb150 {
  padding-bottom: 150px;
}
body > * .pb140 {
  padding-bottom: 140px;
}
body > * .pb120 {
  padding-bottom: 120px;
}
body > * .pb100 {
  padding-bottom: 100px;
}
body > * .pb96 {
  padding-bottom: 96px;
}
body > * .pb90 {
  padding-bottom: 90px;
}
body > * .pb84 {
  padding-bottom: 84px;
}
body > * .pb80 {
  padding-bottom: 80px;
}
body > * .pb72 {
  padding-bottom: 72px;
}
body > * .pb64 {
  padding-bottom: 64px;
}
body > * .pb60 {
  padding-bottom: 60px;
}
body > * .pb48 {
  padding-bottom: 48px;
}
body > * .pb40 {
  padding-bottom: 40px;
}
body > * .pb36 {
  padding-bottom: 36px;
}
body > * .pb32 {
  padding-bottom: 32px;
}
body > * .pb30 {
  padding-bottom: 30px;
}
body > * .pb24 {
  padding-bottom: 24px;
}
body > * .pb20 {
  padding-bottom: 20px;
}
body > * .pb16 {
  padding-bottom: 16px;
}
body > * .pb12 {
  padding-bottom: 12px;
}
body > * .pb10 {
  padding-bottom: 10px;
}
body > * .pb8 {
  padding-bottom: 8px;
}
body > * .pb0 {
  padding-bottom: 0px;
}
body > * .pb025e {
  padding-bottom: 0.25em;
}
body > * .pb05e {
  padding-bottom: 0.5em;
}
body > * .pb075e {
  padding-bottom: 0.75em;
}
body > * .pb1e {
  padding-bottom: 1em;
}
body > * .pb125e {
  padding-bottom: 1.25em;
}
body > * .pb15e {
  padding-bottom: 1.5em;
}
body > * .pb175e {
  padding-bottom: 1.75em;
}
body > * .pb2e {
  padding-bottom: 2em;
}

body > * .ml-unset {
  margin-left: unset;
}
body > * .mr-unset {
  margin-right: unset;
}
body > * .ml-auto {
  margin-inline: auto 0;
}
body > * .mr-auto {
  margin-inline: 0 auto;
}
body > * .mgi-auto {
  margin-inline: auto !important;
}
body > * .mgi120 {
  margin-inline: 120px;
}
body > * .mgi100 {
  margin-inline: 100px;
}
body > * .mgi96 {
  margin-inline: 96px;
}
body > * .mgi90 {
  margin-inline: 90px;
}
body > * .mgi84 {
  margin-inline: 84px;
}
body > * .mgi80 {
  margin-inline: 80px;
}
body > * .mgi72 {
  margin-inline: 72px;
}
body > * .mgi64 {
  margin-inline: 64px;
}
body > * .mgi60 {
  margin-inline: 60px;
}
body > * .mgi48 {
  margin-inline: 48px;
}
body > * .mgi40 {
  margin-inline: 40px;
}
body > * .mgi36 {
  margin-inline: 36px;
}
body > * .mgi32 {
  margin-inline: 32px;
}
body > * .mgi30 {
  margin-inline: 30px;
}
body > * .mgi24 {
  margin-inline: 24px;
}
body > * .mgi20 {
  margin-inline: 20px;
}
body > * .mgi16 {
  margin-inline: 16px;
}
body > * .mgi12 {
  margin-inline: 12px;
}
body > * .mgi10 {
  margin-inline: 10px;
}
body > * .mgi8 {
  margin-inline: 8px;
}
body > * .mgi0 {
  margin-inline: 0px;
}
body > * .MB025 {
  margin-block: calc(0.25 * var(--bl));
}
body > * .MB03 {
  margin-block: calc(0.33 * var(--bl));
}
body > * .MB05 {
  margin-block: calc(0.5 * var(--bl));
}
body > * .MB06 {
  margin-block: calc(0.66 * var(--bl));
}
body > * .MB075 {
  margin-block: calc(0.75 * var(--bl));
}
body > * .MB1 {
  margin-block: calc(1 * var(--bl));
}
body > * .MB125 {
  margin-block: calc(1.25 * var(--bl));
}
body > * .MB15 {
  margin-block: calc(1.5 * var(--bl));
}
body > * .MB2 {
  margin-block: calc(2 * var(--bl));
}
body > * .MB3 {
  margin-block: calc(3 * var(--bl));
}
body > * .mgb-bl {
  margin-block: var(--bl);
}
body > * .mgb120 {
  margin-block: 120px;
}
body > * .mgb100 {
  margin-block: 100px;
}
body > * .mgb96 {
  margin-block: 96px;
}
body > * .mgb90 {
  margin-block: 90px;
}
body > * .mgb84 {
  margin-block: 84px;
}
body > * .mgb80 {
  margin-block: 80px;
}
body > * .mgb72 {
  margin-block: 72px;
}
body > * .mgb64 {
  margin-block: 64px;
}
body > * .mgb60 {
  margin-block: 60px;
}
body > * .mgb48 {
  margin-block: 48px;
}
body > * .mgb40 {
  margin-block: 40px;
}
body > * .mgb36 {
  margin-block: 36px;
}
body > * .mgb32 {
  margin-block: 32px;
}
body > * .mgb30 {
  margin-block: 30px;
}
body > * .mgb24 {
  margin-block: 24px;
}
body > * .mgb20 {
  margin-block: 20px;
}
body > * .mgb16 {
  margin-block: 16px;
}
body > * .mgb12 {
  margin-block: 12px;
}
body > * .mgb10 {
  margin-block: 10px;
}
body > * .mgb8 {
  margin-block: 8px;
}
body > * .mgb0 {
  margin-block: 0px;
}
body > * .mgb3e {
  margin-block: 3em;
}
body > * .mgb2e {
  margin-block: 2em;
}
body > * .mgb1e {
  margin-block: 1em;
}
body > * .mgb6p {
  margin-block: 6%;
}
body > * .mgb5p {
  margin-block: 5%;
}
body > * .mgb4p {
  margin-block: 4%;
}
body > * .mgb3p {
  margin-block: 3%;
}
body > * .mgb2p {
  margin-block: 2%;
}
body > * .mgb1p {
  margin-block: 1%;
}
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 > * .mx-auto {
  margin-block: auto;
}
body > * .my-auto {
  margin-inline: auto;
}

body > * .outL2mi {
  outline: 2vmin solid rgba(255, 255, 255, 0.5333333333);
}
body > * .nml1mi {
  margin-left: -1vmin;
}
body > * .nml2mi {
  margin-left: -2vmin;
}
body > * .nml3mi {
  margin-left: -3vmin;
}
body > * .ml025e {
  margin-left: 0.25em;
}
body > * .ml075e {
  margin-left: 0.75em;
}
body > * .ml05e {
  margin-left: 0.5em;
}
body > * .ml1e {
  margin-left: 1em;
}
body > * .ml15e {
  margin-left: 1.5em;
}
body > * .ml2e {
  margin-left: 2em;
}
body > * .ml3e {
  margin-left: 3em;
}
body > * .ml4e {
  margin-left: 4em;
}
body > * .ml5e {
  margin-left: 5em;
}
body > * .ml6e {
  margin-left: 6em;
}
body > * .mr1e {
  margin-right: 1em;
}
body > * .mr15e {
  margin-right: 1.5em;
}
body > * .mr2e {
  margin-right: 2em;
}
body > * .mr3e {
  margin-right: 3em;
}
body > * .mt1e {
  margin-top: 1em;
}
body > * .mt125e {
  margin-top: 1.25em;
}
body > * .mt15e {
  margin-top: 1.5em;
}
body > * .mt175e {
  margin-top: 1.75em;
}
body > * .mt1e {
  margin-top: 1em;
}
body > * .mt2e {
  margin-top: 2em;
}
body > * .mt3e {
  margin-top: 3em;
}
body > * .mt4e {
  margin-top: 4em;
}
body > * .mt5e {
  margin-top: 5em;
}
body > * .mt6e {
  margin-top: 6em;
}
body > * .mt7e {
  margin-top: 7em;
}
body > * .mt8e {
  margin-top: 8em;
}
body > * .mt9e {
  margin-top: 9em;
}
body > * .mt10e {
  margin-top: 10em;
}
body > * .mt2mi {
  margin-top: 2vmin;
}
body > * .mt4mi {
  margin-top: 4vmin;
}
body > * .mt5mi {
  margin-top: 5vmin;
}
body > * .mt6mi {
  margin-top: 6vmin;
}
body > * .mt8mi {
  margin-top: 8vmin;
}
body > * .mt10mi {
  margin-top: 10vmin;
}
body > * .mt2p {
  margin-top: 2%;
}
body > * .mt4p {
  margin-top: 4%;
}
body > * .mt5p {
  margin-top: 5%;
}
body > * .mt6p {
  margin-top: 6%;
}
body > * .mt75p {
  margin-top: 7.5%;
}
body > * .mt8p {
  margin-top: 8%;
}
body > * .mt10p {
  margin-top: 10%;
}
body > * .mt12p {
  margin-top: 12%;
}
body > * .mt15p {
  margin-top: 15%;
}
body > * .mt16p {
  margin-top: 16%;
}
body > * .mt18p {
  margin-top: 18%;
}
body > * .mt20p {
  margin-top: 20%;
}
body > * .mt22p {
  margin-top: 22%;
}
body > * .mt24p {
  margin-top: 24%;
}
body > * .mt26p {
  margin-top: 26%;
}
body > * .mt28p {
  margin-top: 28%;
}
body > * .mt30p {
  margin-top: 30%;
}
body > * .mt10h {
  margin-top: 10vh;
}
body > * .mt12h {
  margin-top: 12vh;
}
body > * .mt15h {
  margin-top: 15vh;
}
body > * .mt16h {
  margin-top: 16vh;
}
body > * .mt18h {
  margin-top: 18vh;
}
body > * .mt20h {
  margin-top: 20vh;
}
body > * .mt22h {
  margin-top: 22vh;
}
body > * .mt24h {
  margin-top: 24vh;
}
body > * .mt26h {
  margin-top: 26vh;
}
body > * .mt28h {
  margin-top: 28vh;
}
body > * .mt30h {
  margin-top: 30vh;
}
body > * .mtG {
  margin-top: var(--g);
}
body > * .mt-auto {
  margin-top: auto;
}
body > * .mt-head {
  margin-top: var(--head);
}
body > * .mtB025 {
  margin-top: calc(0.25 * var(--bl));
}
body > * .mtB03 {
  margin-top: calc(0.33 * var(--bl));
}
body > * .mtB05 {
  margin-top: calc(0.5 * var(--bl));
}
body > * .mtB06 {
  margin-top: calc(0.66 * var(--bl));
}
body > * .mtB075 {
  margin-top: calc(0.75 * var(--bl));
}
body > * .mtB1 {
  margin-top: calc(1 * var(--bl));
}
body > * .mtB125 {
  margin-top: calc(1.25 * var(--bl));
}
body > * .mtB15 {
  margin-top: calc(1.5 * var(--bl));
}
body > * .mtB2 {
  margin-top: calc(2 * var(--bl));
}
body > * .mtB3 {
  margin-top: calc(3 * var(--bl));
}
body > * .mt240 {
  margin-top: 240px;
}
body > * .mt200 {
  margin-top: 200px;
}
body > * .mt180 {
  margin-top: 180px;
}
body > * .mt160 {
  margin-top: 160px;
}
body > * .mt140 {
  margin-top: 140px;
}
body > * .mt120 {
  margin-top: 120px;
}
body > * .mt108 {
  margin-top: 108px;
}
body > * .mt100 {
  margin-top: 100px;
}
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 > * .next-mt40 + div {
  margin-top: 40px;
}
body > * .next-mt32 + div {
  margin-top: 32px;
}
body > * .next-mt30 + div {
  margin-top: 30px;
}
body > * .next-mt24 + div {
  margin-top: 24px;
}
body > * .next-mt20 + div {
  margin-top: 20px;
}
body > * .next-mt16 + div {
  margin-top: 16px;
}
body > * .next-mt10 + div {
  margin-top: 10px;
}
body > * .mbB025 {
  margin-bottom: calc(0.25 * var(--bl));
}
body > * .mbB03 {
  margin-bottom: calc(0.33 * var(--bl));
}
body > * .mbB05 {
  margin-bottom: calc(0.5 * var(--bl));
}
body > * .mbB06 {
  margin-bottom: calc(0.66 * var(--bl));
}
body > * .mbB075 {
  margin-bottom: calc(0.75 * var(--bl));
}
body > * .mbB1 {
  margin-bottom: calc(1 * var(--bl));
}
body > * .mbB125 {
  margin-bottom: calc(1.25 * var(--bl));
}
body > * .mbB15 {
  margin-bottom: calc(1.5 * var(--bl));
}
body > * .mbB2 {
  margin-bottom: calc(2 * var(--bl));
}
body > * .mbB3 {
  margin-bottom: calc(3 * var(--bl));
}
body > * .mb1e {
  margin-bottom: 1em;
}
body > * .mb125e {
  margin-bottom: 1.25em;
}
body > * .mb15e {
  margin-bottom: 1.5em;
}
body > * .mb175e {
  margin-bottom: 1.75em;
}
body > * .mb240 {
  margin-bottom: 240px;
}
body > * .mb200 {
  margin-bottom: 200px;
}
body > * .mb180 {
  margin-bottom: 180px;
}
body > * .mb160 {
  margin-bottom: 160px;
}
body > * .mb140 {
  margin-bottom: 140px;
}
body > * .mb120 {
  margin-bottom: 120px;
}
body > * .mb108 {
  margin-bottom: 108px;
}
body > * .mb100 {
  margin-bottom: 100px;
}
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 > * .nmb1e {
  margin-bottom: -1em;
}
body > * .nmb125e {
  margin-bottom: -1.25em;
}
body > * .nmb15e {
  margin-bottom: -1.5em;
}
body > * .nmb175e {
  margin-bottom: -1.75em;
}
body > * .nmb2e {
  margin-bottom: -2em;
}
body > * .nmb8 {
  margin-bottom: -8px;
}
body > * .nmb10 {
  margin-bottom: -10px;
}
body > * .nmb12 {
  margin-bottom: -12px;
}
body > * .nmb16 {
  margin-bottom: -16px;
}
body > * .nmb20 {
  margin-bottom: -20px;
}
body > * .nmb24 {
  margin-bottom: -24px;
}
body > * .nmb30 {
  margin-bottom: -30px;
}
body > * .nmb32 {
  margin-bottom: -32px;
}
body > * .nmb36 {
  margin-bottom: -36px;
}
body > * .nmb40 {
  margin-bottom: -40px;
}
body > * .nmb48 {
  margin-bottom: -48px;
}
body > * .nmb60 {
  margin-bottom: -60px;
}
body > * .nmb72 {
  margin-bottom: -72px;
}
body > * .nmb80 {
  margin-bottom: -80px;
}
body > * .nmb84 {
  margin-bottom: -84px;
}
body > * .nmb90 {
  margin-bottom: -90px;
}
body > * .nmb96 {
  margin-bottom: -96px;
}
body > * .nmb100 {
  margin-bottom: -100px;
}
body > * .nmb108 {
  margin-bottom: -108px;
}
body > * .nmb120 {
  margin-bottom: -120px;
}
body > * .nmb140 {
  margin-bottom: -140px;
}
body > * .nmb150 {
  margin-bottom: -150px;
}
body > * .nmb160 {
  margin-bottom: -160px;
}
body > * .nmb180 {
  margin-bottom: -180px;
}
body > * .nmb200 {
  margin-bottom: -200px;
}
body > * .nmb240 {
  margin-bottom: -240px;
}
body > * .nmbB03 {
  margin-bottom: calc(var(--bl) / -3);
}
body > * .nmbB05 {
  margin-bottom: calc(var(--bl) / -2);
}
body > * .nmbB06 {
  margin-bottom: calc(var(--bl) / -1.5);
}
body > * .nmbB075 {
  margin-bottom: calc(var(--bl) / -4 * 3);
}
body > * .nmbB1 {
  margin-bottom: calc(-1 * var(--bl));
}
body > * .nmbB15 {
  margin-bottom: calc(-1.5 * var(--bl));
}
body > * .nmbB2 {
  margin-bottom: calc(-2 * var(--bl));
}
body > * .nmb-FBS {
  margin-bottom: calc(-1 * var(--FBS));
}
body > * .nmt2mi {
  margin-top: -2vmin;
}
body > * .nmt4mi {
  margin-top: -4vmin;
}
body > * .nmt6mi {
  margin-top: -6vmin;
}
body > * .nmt8mi {
  margin-top: -8vmin;
}
body > * .nmt10mi {
  margin-top: -10vmin;
}
body > * .nmt12mi {
  margin-top: -12vmin;
}
body > * .nmt16mi {
  margin-top: -16vmin;
}
body > * .nmt20mi {
  margin-top: -20vmin;
}
body > * .nmtB03 {
  margin-top: calc(var(--bl) / -3);
}
body > * .nmtB05 {
  margin-top: calc(var(--bl) / -2);
}
body > * .nmtB06 {
  margin-top: calc(var(--bl) / -1.5);
}
body > * .nmtB075 {
  margin-top: calc(var(--bl) / -4 * 3);
}
body > * .nmtB05 {
  margin-top: calc(-0.5 * var(--bl));
}
body > * .nmtB025 {
  margin-top: calc(-0.25 * var(--bl));
}
body > * .nmtB1 {
  margin-top: calc(-1 * var(--bl));
}
body > * .nmtB15 {
  margin-top: calc(-1.5 * var(--bl));
}
body > * .nmtB2 {
  margin-top: calc(-2 * var(--bl));
}
body > * .nmtB25 {
  margin-top: calc(-2.5 * var(--bl));
}
body > * .nmtB3 {
  margin-top: calc(-3 * var(--bl));
}
body > * .nmt1 {
  margin-top: -1px;
}
body > * .nmt8 {
  margin-top: -8px;
}
body > * .nmt10 {
  margin-top: -10px;
}
body > * .nmt12 {
  margin-top: -12px;
}
body > * .nmt16 {
  margin-top: -16px;
}
body > * .nmt20 {
  margin-top: -20px;
}
body > * .nmt24 {
  margin-top: -24px;
}
body > * .nmt30 {
  margin-top: -30px;
}
body > * .nmt32 {
  margin-top: -32px;
}
body > * .nmt36 {
  margin-top: -36px;
}
body > * .nmt40 {
  margin-top: -40px;
}
body > * .nmt48 {
  margin-top: -48px;
}
body > * .nmt60 {
  margin-top: -60px;
}
body > * .nmt72 {
  margin-top: -72px;
}
body > * .nmt80 {
  margin-top: -80px;
}
body > * .nmt84 {
  margin-top: -84px;
}
body > * .nmt90 {
  margin-top: -90px;
}
body > * .nmt96 {
  margin-top: -96px;
}
body > * .nmt100 {
  margin-top: -100px;
}
body > * .nmt108 {
  margin-top: -108px;
}
body > * .nmt120 {
  margin-top: -120px;
}
body > * .nmt140 {
  margin-top: -140px;
}
body > * .nmt150 {
  margin-top: -150px;
}
body > * .nmt160 {
  margin-top: -160px;
}
@media screen and (max-width: 640px) {
  body > * .nmt160 {
    margin-top: -40px;
  }
}
body > * .nmt180 {
  margin-top: -180px;
}
body > * .nmt200 {
  margin-top: -200px;
}
body > * .nmt240 {
  margin-top: -240px;
}
body > * [class*=nmt], body > * [class*=nmb] {
  position: relative;
  z-index: 1;
}

body > * .H-mb1e :is(h1, h2, h3) {
  margin-bottom: 1em;
}
body > * .H-mb125e :is(h1, h2, h3) {
  margin-bottom: 1.25em;
}
body > * .H-mb15e :is(h1, h2, h3) {
  margin-bottom: 1.5em;
}
body > * .H-mb175e :is(h1, h2, h3) {
  margin-bottom: 1.75em;
}
body > * .H-mb240 :is(h1, h2, h3) {
  margin-bottom: 240px;
}
body > * .H-mb200 :is(h1, h2, h3) {
  margin-bottom: 200px;
}
body > * .H-mb180 :is(h1, h2, h3) {
  margin-bottom: 180px;
}
body > * .H-mb160 :is(h1, h2, h3) {
  margin-bottom: 160px;
}
body > * .H-mb140 :is(h1, h2, h3) {
  margin-bottom: 140px;
}
body > * .H-mb120 :is(h1, h2, h3) {
  margin-bottom: 120px;
}
body > * .H-mb108 :is(h1, h2, h3) {
  margin-bottom: 108px;
}
body > * .H-mb100 :is(h1, h2, h3) {
  margin-bottom: 100px;
}
body > * .H-mb96 :is(h1, h2, h3) {
  margin-bottom: 96px;
}
body > * .H-mb90 :is(h1, h2, h3) {
  margin-bottom: 90px;
}
body > * .H-mb84 :is(h1, h2, h3) {
  margin-bottom: 84px;
}
body > * .H-mb80 :is(h1, h2, h3) {
  margin-bottom: 80px;
}
body > * .H-mb72 :is(h1, h2, h3) {
  margin-bottom: 72px;
}
body > * .H-mb64 :is(h1, h2, h3) {
  margin-bottom: 64px;
}
body > * .H-mb60 :is(h1, h2, h3) {
  margin-bottom: 60px;
}
body > * .H-mb48 :is(h1, h2, h3) {
  margin-bottom: 48px;
}
body > * .H-mb40 :is(h1, h2, h3) {
  margin-bottom: 40px;
}
body > * .H-mb36 :is(h1, h2, h3) {
  margin-bottom: 36px;
}
body > * .H-mb32 :is(h1, h2, h3) {
  margin-bottom: 32px;
}
body > * .H-mb30 :is(h1, h2, h3) {
  margin-bottom: 30px;
}
body > * .H-mb24 :is(h1, h2, h3) {
  margin-bottom: 24px;
}
body > * .H-mb20 :is(h1, h2, h3) {
  margin-bottom: 20px;
}
body > * .H-mb16 :is(h1, h2, h3) {
  margin-bottom: 16px;
}
body > * .H-mb12 :is(h1, h2, h3) {
  margin-bottom: 12px;
}
body > * .H-mb10 :is(h1, h2, h3) {
  margin-bottom: 10px;
}
body > * .H-mb8 :is(h1, h2, h3) {
  margin-bottom: 8px;
}
body > * .H-mb0 :is(h1, h2, h3) {
  margin-bottom: 0px;
}

body > * .emUdot {
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  -webkit-text-emphasis-position: under;
          text-emphasis-position: under right;
}
body > * .emUcir {
  -webkit-text-emphasis: circle;
          text-emphasis: circle;
  -webkit-text-emphasis-position: under;
          text-emphasis-position: under right;
}
body > * .bdb1ac {
  border-bottom: 1px var(--decoS) var(--ac);
}
body > * .bdb2ac {
  border-bottom: 2px var(--decoS) var(--ac);
}
body > * .bdb3ac {
  border-bottom: 3px var(--decoS) var(--ac);
}
body > * .bdb4ac {
  border-bottom: 4px var(--decoS) var(--ac);
}
body > * .bdb6ac {
  border-bottom: 6px var(--decoS) var(--ac);
}
body > * .bdb8ac {
  border-bottom: 8px var(--decoS) var(--ac);
}
body > * .bdb10ac {
  border-bottom: 10px var(--decoS) var(--ac);
}
body > * .bdb1bc {
  border-bottom: 1px var(--decoS) var(--bc);
}
body > * .bdb2bc {
  border-bottom: 2px var(--decoS) var(--bc);
}
body > * .bdb4bc {
  border-bottom: 4px var(--decoS) var(--bc);
}
body > * .bdb6bc {
  border-bottom: 6px var(--decoS) var(--bc);
}
body > * .bdb8bc {
  border-bottom: 8px var(--decoS) var(--bc);
}
body > * .bdb10bc {
  border-bottom: 10px var(--decoS) var(--bc);
}
body > * .bdb2sc {
  border-bottom: 1px var(--decoS) var(--sc);
}
body > * .bdb2sc {
  border-bottom: 2px var(--decoS) var(--sc);
}
body > * .bdb4sc {
  border-bottom: 4px var(--decoS) var(--sc);
}
body > * .bdb6sc {
  border-bottom: 6px var(--decoS) var(--sc);
}
body > * .bdb8sc {
  border-bottom: 8px var(--decoS) var(--sc);
}
body > * .bdb10sc {
  border-bottom: 10px var(--decoS) var(--sc);
}
body > * .bdb1mc {
  border-bottom: 1px var(--decoS) var(--mc);
}
body > * .bdb2mc {
  border-bottom: 2px var(--decoS) var(--mc);
}
body > * .bdb4mc {
  border-bottom: 4px var(--decoS) var(--mc);
}
body > * .bdb6mc {
  border-bottom: 6px var(--decoS) var(--mc);
}
body > * .bdb8mc {
  border-bottom: 8px var(--decoS) var(--mc);
}
body > * .bdb10mc {
  border-bottom: 10px var(--decoS) var(--mc);
}
body > * .bdb1wh {
  border-bottom: 1px var(--decoS) var(--wh);
}
body > * .bdb2wh {
  border-bottom: 2px var(--decoS) var(--wh);
}
body > * .bdb4wh {
  border-bottom: 4px var(--decoS) var(--wh);
}
body > * .bdb6wh {
  border-bottom: 6px var(--decoS) var(--wh);
}
body > * .bdb8wh {
  border-bottom: 8px var(--decoS) var(--wh);
}
body > * .bdb10wh {
  border-bottom: 10px var(--decoS) var(--wh);
}
body > * .bdtWH {
  border-top: 1px var(--decoS) var(--wh);
}
body > * .bdtBK {
  border-top: 1px var(--decoS) var(--bk);
}
body > * .bdtGR {
  border-top: 1px var(--decoS) var(--gr);
}
body > * .bdtTX {
  border-top: 1px var(--decoS) var(--tx);
}
body > * .bdtMC {
  border-top: 1px var(--decoS) var(--mc);
}
body > * .bdtSC {
  border-top: 1px var(--decoS) var(--sc);
}
body > * .bdtAC {
  border-top: 1px var(--decoS) var(--ac);
}
body > * .bdtBC {
  border-top: 1px var(--decoS) var(--bc);
}
body > * .hbb1wh :is(h1, h2, h3) {
  border-bottom: 1px var(--decoS) var(--wh);
}
body > * .hbb2wh :is(h1, h2, h3) {
  border-bottom: 2px var(--decoS) var(--wh);
}
body > * .hbb4wh :is(h1, h2, h3) {
  border-bottom: 4px var(--decoS) var(--wh);
}
body > * .hbb6wh :is(h1, h2, h3) {
  border-bottom: 6px var(--decoS) var(--wh);
}
body > * .hbb8wh :is(h1, h2, h3) {
  border-bottom: 8px var(--decoS) var(--wh);
}
body > * .hbb10wh :is(h1, h2, h3) {
  border-bottom: 10px var(--decoS) var(--wh);
}
body > * .hbb12wh :is(h1, h2, h3) {
  border-bottom: 12px var(--decoS) var(--wh);
}
body > * .hbb16wh :is(h1, h2, h3) {
  border-bottom: 16px var(--decoS) var(--wh);
}
body > * .hbb1mc :is(h1, h2, h3) {
  border-bottom: 1px var(--decoS) var(--mc);
}
body > * .hbb2mc :is(h1, h2, h3) {
  border-bottom: 2px var(--decoS) var(--mc);
}
body > * .hbb4mc :is(h1, h2, h3) {
  border-bottom: 4px var(--decoS) var(--mc);
}
body > * .hbb6mc :is(h1, h2, h3) {
  border-bottom: 6px var(--decoS) var(--mc);
}
body > * .hbb8mc :is(h1, h2, h3) {
  border-bottom: 8px var(--decoS) var(--mc);
}
body > * .hbb10mc :is(h1, h2, h3) {
  border-bottom: 10px var(--decoS) var(--mc);
}
body > * .hbb12mc :is(h1, h2, h3) {
  border-bottom: 12px var(--decoS) var(--mc);
}
body > * .hbb16mc :is(h1, h2, h3) {
  border-bottom: 16px var(--decoS) var(--mc);
}
body > * .i-max600 img {
  height: 600px !important;
}
body > * .i-max500 img {
  height: 500px !important;
}
body > * .i-max400 img {
  height: 400px !important;
}
body > * .i-max300 img {
  height: 300px !important;
}
body > * .i-max200 img {
  height: 200px !important;
}
body > * .i-bd12wh img {
  border: 12px solid var(--wh);
}
body > * .i-bd12mc img {
  border: 12px solid var(--mc);
}
body > * .box-bd12wh .box {
  border: 12px solid var(--wh);
}
body > * .box-bd12mc .box {
  border: 12px solid var(--mc);
}
body > * .bd2ac {
  border: 2px solid var(--ac);
}
body > * .bd4ac {
  border: 4px solid var(--ac);
}
body > * .bd6ac {
  border: 6px solid var(--ac);
}
body > * .bd8ac {
  border: 8px solid var(--ac);
}
body > * .bd10ac {
  border: 10px solid var(--ac);
}
body > * .bd12ac {
  border: 12px solid var(--ac);
}
body > * .bd16ac {
  border: 16px solid var(--ac);
}
body > * .bd2bc {
  border: 2px solid var(--bc);
}
body > * .bd4bc {
  border: 4px solid var(--bc);
}
body > * .bd6bc {
  border: 6px solid var(--bc);
}
body > * .bd8bc {
  border: 8px solid var(--bc);
}
body > * .bd10bc {
  border: 10px solid var(--bc);
}
body > * .bd12bc {
  border: 12px solid var(--bc);
}
body > * .bd16bc {
  border: 16px solid var(--bc);
}
body > * .bd2sc {
  border: 2px solid var(--sc);
}
body > * .bd4sc {
  border: 4px solid var(--sc);
}
body > * .bd6sc {
  border: 6px solid var(--sc);
}
body > * .bd8sc {
  border: 8px solid var(--sc);
}
body > * .bd10sc {
  border: 10px solid var(--sc);
}
body > * .bd12sc {
  border: 12px solid var(--sc);
}
body > * .bd16sc {
  border: 16px solid var(--sc);
}
body > * .bd2mc {
  border: 2px solid var(--mc);
}
body > * .bd4mc {
  border: 4px solid var(--mc);
}
body > * .bd6mc {
  border: 6px solid var(--mc);
}
body > * .bd8mc {
  border: 8px solid var(--mc);
}
body > * .bd10mc {
  border: 10px solid var(--mc);
}
body > * .bd12mc {
  border: 12px solid var(--mc);
}
body > * .bd16mc {
  border: 16px solid var(--mc);
}

body > * [class*=wts] {
  -webkit-text-stroke-color: currentColor;
}
body > * .wts1e {
  -webkit-text-stroke: 0.1em;
}
body > * .wts2e {
  -webkit-text-stroke: 0.2em;
}
body > * .wts1 {
  -webkit-text-stroke: 1px;
}
body > * .wts2 {
  -webkit-text-stroke: 2px;
}
body > * .wts3 {
  -webkit-text-stroke: 3px;
}
body > * .wts4 {
  -webkit-text-stroke: 4px;
}
body > * .txwh {
  color: var(--wh);
}
body > * .txbk {
  color: var(--bk);
}
body > * .txsc {
  color: var(--sc);
}
body > * .txbc {
  color: var(--bc);
}
body > * .txac {
  color: var(--ac);
}
body > * .txtx {
  color: var(--tx);
}
body > * .tx00 {
  color: #000;
}
body > * .txmc {
  color: var(--mc);
}
body > * .cm2036 {
  font-size: clamp(20px, 2.8vw, 36px);
}
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 > * .f400 {
  font-size: 400% !important;
}
body > * .f350 {
  font-size: 350% !important;
}
body > * .f300 {
  font-size: 300% !important;
}
body > * .f275 {
  font-size: 275% !important;
}
body > * .f250 {
  font-size: 250% !important;
}
body > * .f225 {
  font-size: 225% !important;
}
body > * .f200 {
  font-size: 200% !important;
}
body > * .f140 {
  font-size: 140% !important;
}
body > * .f160 {
  font-size: 160% !important;
}
body > * .f180 {
  font-size: 180% !important;
}
body > * .f175 {
  font-size: 175% !important;
}
body > * .f166 {
  font-size: 166% !important;
}
body > * .f150 {
  font-size: 150% !important;
}
body > * .f133 {
  font-size: 133% !important;
}
body > * .f125 {
  font-size: 125% !important;
}
body > * .f120 {
  font-size: 120% !important;
}
body > * .f12 {
  font-size: var(--f12) !important;
}
body > * .f14 {
  font-size: var(--f14) !important;
}
body > * .f16 {
  font-size: var(--f16) !important;
}
body > * .f18 {
  font-size: var(--f18) !important;
}
body > * .f20 {
  font-size: var(--f20) !important;
}
body > * .f22 {
  font-size: var(--f22) !important;
}
body > * .f24 {
  font-size: var(--f24) !important;
}
body > * .f28 {
  font-size: var(--f28) !important;
}
body > * .f30 {
  font-size: var(--f30) !important;
}
body > * .f32 {
  font-size: var(--f32) !important;
}
body > * .f36 {
  font-size: var(--f36) !important;
}
body > * .f40 {
  font-size: var(--f40) !important;
}
body > * .f44 {
  font-size: var(--f44) !important;
}
body > * .f48 {
  font-size: var(--f48) !important;
}
body > * .f52 {
  font-size: var(--f52) !important;
}
body > * .f56 {
  font-size: var(--f56) !important;
}
body > * .f60 {
  font-size: var(--f60) !important;
}
body > * .f64 {
  font-size: var(--f64) !important;
}
body > * .f68 {
  font-size: var(--f68) !important;
}
body > * .f72 {
  font-size: var(--f72) !important;
}
body > * .f76 {
  font-size: var(--f76) !important;
}
body > * .f80 {
  font-size: var(--f80) !important;
}
body > * .f84 {
  font-size: var(--f84) !important;
}
body > * .f88 {
  font-size: var(--f88) !important;
}
body > * .f92 {
  font-size: var(--f92) !important;
}
body > * .f96 {
  font-size: var(--f96) !important;
}
body > * .f1mi {
  font-size: 1vmin;
}
body > * .f15mi {
  font-size: 1.5vmin;
}
body > * .f2mi {
  font-size: 2vmin;
}
body > * .f25mi {
  font-size: 2.5vmin;
}
body > * .f3mi {
  font-size: 3vmin;
}
body > * .f35mi {
  font-size: 3.5vmin;
}
body > * .f4mi {
  font-size: 4vmin;
}
body > * .f5mi {
  font-size: 5vmin;
}
body > * .f6mi {
  font-size: 6vmin;
}
body > * .f8mi {
  font-size: 8vmin;
}
body > * .f10mi {
  font-size: 10vmin;
}
body > * .f12mi {
  font-size: 12vmin;
}

@media screen and (max-width: 834px) {
  body > * .tabAS9-5 {
    aspect-ratio: 9/5;
  }
  body > * .tabAS8-5 {
    aspect-ratio: 8/5;
  }
  body > * .tabAS7-5 {
    aspect-ratio: 7/5;
  }
  body > * .tabAS6-5 {
    aspect-ratio: 6/5;
  }
  body > * .tabAS9-4 {
    aspect-ratio: 9/4;
  }
  body > * .tabAS5-4 {
    aspect-ratio: 5/4;
  }
  body > * .tabAS7-3 {
    aspect-ratio: 7/3;
  }
  body > * .tabAS5-3 {
    aspect-ratio: 5/3;
  }
  body > * .tabAS4-3 {
    aspect-ratio: 4/3;
  }
  body > * .tabAS5-2 {
    aspect-ratio: 5/2;
  }
  body > * .tabAS3-2 {
    aspect-ratio: 3/2;
  }
  body > * .tabAS4-1 {
    aspect-ratio: 4/1;
  }
  body > * .tabAS3-1 {
    aspect-ratio: 3/1;
  }
  body > * .tabAS2-1 {
    aspect-ratio: 2/1;
  }
  body > * .tabAS1-1 {
    aspect-ratio: 1/1;
  }
  body > * .tabAS9-5 {
    aspect-ratio: 9/5;
  }
}
body > * .AS9-5 {
  aspect-ratio: 9/5;
}
body > * .AS8-5 {
  aspect-ratio: 8/5;
}
body > * .AS7-5 {
  aspect-ratio: 7/5;
}
body > * .AS6-5 {
  aspect-ratio: 6/5;
}
body > * .AS9-4 {
  aspect-ratio: 9/4;
}
body > * .AS5-4 {
  aspect-ratio: 5/4;
}
body > * .AS7-3 {
  aspect-ratio: 7/3;
}
body > * .AS5-3 {
  aspect-ratio: 5/3;
}
body > * .AS4-3 {
  aspect-ratio: 4/3;
}
body > * .AS5-2 {
  aspect-ratio: 5/2;
}
body > * .AS3-2 {
  aspect-ratio: 3/2;
}
body > * .AS4-1 {
  aspect-ratio: 4/1;
}
body > * .AS3-1 {
  aspect-ratio: 3/1;
}
body > * .AS2-1 {
  aspect-ratio: 2/1;
}
body > * .AS1-1 {
  aspect-ratio: 1/1;
}
body > * .AS9-5 {
  aspect-ratio: 9/5;
}
@media screen and (max-width: 834px) {
  body > * .tabAS9-5 {
    aspect-ratio: 9/5;
  }
  body > * .tabAS8-5 {
    aspect-ratio: 8/5;
  }
  body > * .tabAS7-5 {
    aspect-ratio: 7/5;
  }
  body > * .tabAS6-5 {
    aspect-ratio: 6/5;
  }
  body > * .tabAS9-4 {
    aspect-ratio: 9/4;
  }
  body > * .tabAS5-4 {
    aspect-ratio: 5/4;
  }
  body > * .tabAS7-3 {
    aspect-ratio: 7/3;
  }
  body > * .tabAS5-3 {
    aspect-ratio: 5/3;
  }
  body > * .tabAS4-3 {
    aspect-ratio: 4/3;
  }
  body > * .tabAS5-2 {
    aspect-ratio: 5/2;
  }
  body > * .tabAS3-2 {
    aspect-ratio: 3/2;
  }
  body > * .tabAS4-1 {
    aspect-ratio: 4/1;
  }
  body > * .tabAS3-1 {
    aspect-ratio: 3/1;
  }
  body > * .tabAS2-1 {
    aspect-ratio: 2/1;
  }
  body > * .tabAS1-1 {
    aspect-ratio: 1/1;
  }
  body > * .tabAS9-5 {
    aspect-ratio: 9/5;
  }
}
body > * .box8-5 .box {
  aspect-ratio: 8/5;
}
body > * .box7-5 .box {
  aspect-ratio: 7/5;
}
body > * .box6-5 .box {
  aspect-ratio: 6/5;
}
body > * .box9-4 .box {
  aspect-ratio: 9/4;
}
body > * .box5-7 .box {
  aspect-ratio: 5/7;
}
body > * .box5-4 .box {
  aspect-ratio: 5/4;
}
body > * .box7-3 .box {
  aspect-ratio: 7/3;
}
body > * .box5-3 .box {
  aspect-ratio: 5/3;
}
body > * .box4-3 .box {
  aspect-ratio: 4/3;
}
body > * .box5-2 .box {
  aspect-ratio: 5/2;
}
body > * .box3-2 .box {
  aspect-ratio: 3/2;
}
body > * .box4-1 .box {
  aspect-ratio: 4/1;
}
body > * .box3-1 .box {
  aspect-ratio: 3/1;
}
body > * .box2-1 .box {
  aspect-ratio: 2/1;
}
body > * .box1-1 .box {
  aspect-ratio: 1/1;
}
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 > * .CONTAIN img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body > * .COVER img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body > * .imgCover img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body > * .img-unset img {
  width: unset !important;
}
body > * .imgRad6v img {
  border-radius: 6vmin;
}
body > * .imgRad5v img {
  border-radius: 5vmin;
}
body > * .imgRad4v img {
  border-radius: 4vmin;
}
body > * .imgRad3v img {
  border-radius: 3vmin;
}
body > * .imgRad2v img {
  border-radius: 2vmin;
}
body > * .imgRad1v img {
  border-radius: 1vmin;
}
body > * .imgRad40 img {
  border-radius: 40px;
}
body > * .imgRad36 img {
  border-radius: 36px;
}
body > * .imgRad32 img {
  border-radius: 32px;
}
body > * .imgRad30 img {
  border-radius: 30px;
}
body > * .imgRad24 img {
  border-radius: 24px;
}
body > * .imgRad20 img {
  border-radius: 20px;
}
body > * .imgRad15 img {
  border-radius: 15px;
}
body > * .imgRad12 img {
  border-radius: 12px;
}
body > * .imgRad10 img {
  border-radius: 10px;
}
body > * .imgRad1000 img {
  border-radius: 1000px;
}
body > * .imgRad8 img {
  border-radius: 8px;
}
body > * .imgRad6 img {
  border-radius: 6px;
}
body > * .imgRad5 img {
  border-radius: 5px;
}
body > * .imgRad4 img {
  border-radius: 4px;
}
body > * .imgRad img {
  border-radius: var(--rad) !important;
}
body > * .radius {
  border-radius: var(--rad);
  overflow: hidden !important;
}
body > * .radius2 {
  border-radius: var(--rad2);
  overflow: hidden !important;
}
body > * .radhalf {
  border-radius: var(--radhalf);
}
body > * .rad05e {
  border-radius: 0.5m;
}
body > * .rad1e {
  border-radius: 1em;
}
body > * .rad15e {
  border-radius: 1.5em;
}
body > * .rad2e {
  border-radius: 2em;
}
body > * .rad4 {
  border-radius: 4px;
}
body > * .rad6 {
  border-radius: 6px;
}
body > * .rad8 {
  border-radius: 8px;
}
body > * .rad10 {
  border-radius: 10px;
}
body > * .rad12 {
  border-radius: 12px;
}
body > * .rad16 {
  border-radius: 16px;
}
body > * .rad18 {
  border-radius: 18px;
}
body > * .rad20 {
  border-radius: 20px;
}
body > * .rad24 {
  border-radius: 24px;
}
body > * .rad28 {
  border-radius: 28px;
}
body > * .rad32 {
  border-radius: 32px;
}
body > * .rad36 {
  border-radius: 36px;
}
body > * .rad40 {
  border-radius: 40px;
}
body > * .rad48 {
  border-radius: 48px;
}
body > * .rad60 {
  border-radius: 60px;
}
body > * .rad64 {
  border-radius: 64px;
}
body > * .rad72 {
  border-radius: 72px;
}
body > * .rad80 {
  border-radius: 80px;
}
body > * .rad84 {
  border-radius: 84px;
}
body > * .rad90 {
  border-radius: 90px;
}
body > * .rad96 {
  border-radius: 96px;
}
body > * .rad120 {
  border-radius: 120px;
}
body > * .rad999 {
  border-radius: 999px;
}

body > * :is(h1, h2, h3):has([class*=deco]), body > * .h2font {
  text-underline-offset: var(--lineOff);
}
body > * :is(h1, h2, h3):has([class*=deco]) u, body > * :is(h1, h2, h3):has([class*=deco]) b, body > * :is(h1, h2, h3):has([class*=deco]) span, body > * .h2font u, body > * .h2font b, body > * .h2font span {
  display: inline-block;
}
body > * .deco1mc {
  -webkit-text-decoration: underline var(--decoS) 1px var(--mc);
          text-decoration: underline var(--decoS) 1px var(--mc);
}
body > * .deco2mc {
  -webkit-text-decoration: underline var(--decoS) 2px var(--mc);
          text-decoration: underline var(--decoS) 2px var(--mc);
}
body > * .deco4mc {
  -webkit-text-decoration: underline var(--decoS) 4px var(--mc);
          text-decoration: underline var(--decoS) 4px var(--mc);
}
body > * .deco6mc {
  -webkit-text-decoration: underline var(--decoS) 6px var(--mc);
          text-decoration: underline var(--decoS) 6px var(--mc);
}
body > * .deco8mc {
  -webkit-text-decoration: underline var(--decoS) 8px var(--mc);
          text-decoration: underline var(--decoS) 8px var(--mc);
}
body > * .deco10mc {
  -webkit-text-decoration: underline var(--decoS) 10px var(--mc);
          text-decoration: underline var(--decoS) 10px var(--mc);
}
body > * .deco12mc {
  -webkit-text-decoration: underline var(--decoS) 12px var(--mc);
          text-decoration: underline var(--decoS) 12px var(--mc);
}
body > * .deco1ac {
  -webkit-text-decoration: underline var(--decoS) 1px var(--ac);
          text-decoration: underline var(--decoS) 1px var(--ac);
}
body > * .deco2ac {
  -webkit-text-decoration: underline var(--decoS) 2px var(--ac);
          text-decoration: underline var(--decoS) 2px var(--ac);
}
body > * .deco4ac {
  -webkit-text-decoration: underline var(--decoS) 4px var(--ac);
          text-decoration: underline var(--decoS) 4px var(--ac);
}
body > * .deco6ac {
  -webkit-text-decoration: underline var(--decoS) 6px var(--ac);
          text-decoration: underline var(--decoS) 6px var(--ac);
}
body > * .deco8ac {
  -webkit-text-decoration: underline var(--decoS) 8px var(--ac);
          text-decoration: underline var(--decoS) 8px var(--ac);
}
body > * .deco10ac {
  -webkit-text-decoration: underline var(--decoS) 10px var(--ac);
          text-decoration: underline var(--decoS) 10px var(--ac);
}
body > * .deco12ac {
  -webkit-text-decoration: underline var(--decoS) 12px var(--ac);
          text-decoration: underline var(--decoS) 12px var(--ac);
}
body > * .deco14ac {
  -webkit-text-decoration: underline var(--decoS) 14px var(--ac);
          text-decoration: underline var(--decoS) 14px var(--ac);
}
body > * .deco1sc {
  -webkit-text-decoration: underline var(--decoS) 1px var(--sc);
          text-decoration: underline var(--decoS) 1px var(--sc);
}
body > * .deco2sc {
  -webkit-text-decoration: underline var(--decoS) 2px var(--sc);
          text-decoration: underline var(--decoS) 2px var(--sc);
}
body > * .deco4sc {
  -webkit-text-decoration: underline var(--decoS) 4px var(--sc);
          text-decoration: underline var(--decoS) 4px var(--sc);
}
body > * .deco6sc {
  -webkit-text-decoration: underline var(--decoS) 6px var(--sc);
          text-decoration: underline var(--decoS) 6px var(--sc);
}
body > * .deco8sc {
  -webkit-text-decoration: underline var(--decoS) 8px var(--sc);
          text-decoration: underline var(--decoS) 8px var(--sc);
}
body > * .deco10sc {
  -webkit-text-decoration: underline var(--decoS) 10px var(--sc);
          text-decoration: underline var(--decoS) 10px var(--sc);
}
body > * .deco12sc {
  -webkit-text-decoration: underline var(--decoS) 12px var(--sc);
          text-decoration: underline var(--decoS) 12px var(--sc);
}
body > * .deco1wh {
  -webkit-text-decoration: underline var(--decoS) 1px var(--wh);
          text-decoration: underline var(--decoS) 1px var(--wh);
}
body > * .deco2wh {
  -webkit-text-decoration: underline var(--decoS) 2px var(--wh);
          text-decoration: underline var(--decoS) 2px var(--wh);
}
body > * .deco4wh {
  -webkit-text-decoration: underline var(--decoS) 4px var(--wh);
          text-decoration: underline var(--decoS) 4px var(--wh);
}
body > * .deco6wh {
  -webkit-text-decoration: underline var(--decoS) 6px var(--wh);
          text-decoration: underline var(--decoS) 6px var(--wh);
}
body > * .deco8wh {
  -webkit-text-decoration: underline var(--decoS) 8px var(--wh);
          text-decoration: underline var(--decoS) 8px var(--wh);
}
body > * .deco10wh {
  -webkit-text-decoration: underline var(--decoS) 10px var(--wh);
          text-decoration: underline var(--decoS) 10px var(--wh);
}
body > * .deco12wh {
  -webkit-text-decoration: underline var(--decoS) 12px var(--wh);
          text-decoration: underline var(--decoS) 12px var(--wh);
}
body > * .deco1tx {
  -webkit-text-decoration: underline var(--decoS) 1px var(--tx);
          text-decoration: underline var(--decoS) 1px var(--tx);
}
body > * .deco2tx {
  -webkit-text-decoration: underline var(--decoS) 2px var(--tx);
          text-decoration: underline var(--decoS) 2px var(--tx);
}
body > * .deco4tx {
  -webkit-text-decoration: underline var(--decoS) 4px var(--tx);
          text-decoration: underline var(--decoS) 4px var(--tx);
}
body > * .deco6tx {
  -webkit-text-decoration: underline var(--decoS) 6px var(--tx);
          text-decoration: underline var(--decoS) 6px var(--tx);
}
body > * .deco8tx {
  -webkit-text-decoration: underline var(--decoS) 8px var(--tx);
          text-decoration: underline var(--decoS) 8px var(--tx);
}
body > * .deco10tx {
  -webkit-text-decoration: underline var(--decoS) 10px var(--tx);
          text-decoration: underline var(--decoS) 10px var(--tx);
}
body > * .deco12tx {
  -webkit-text-decoration: underline var(--decoS) 12px var(--tx);
          text-decoration: underline var(--decoS) 12px var(--tx);
}
body > * .deco1bk {
  -webkit-text-decoration: underline var(--decoS) 1px var(--bk);
          text-decoration: underline var(--decoS) 1px var(--bk);
}
body > * .deco2bk {
  -webkit-text-decoration: underline var(--decoS) 2px var(--bk);
          text-decoration: underline var(--decoS) 2px var(--bk);
}
body > * .deco4bk {
  -webkit-text-decoration: underline var(--decoS) 4px var(--bk);
          text-decoration: underline var(--decoS) 4px var(--bk);
}
body > * .deco6bk {
  -webkit-text-decoration: underline var(--decoS) 6px var(--bk);
          text-decoration: underline var(--decoS) 6px var(--bk);
}
body > * .deco8bk {
  -webkit-text-decoration: underline var(--decoS) 8px var(--bk);
          text-decoration: underline var(--decoS) 8px var(--bk);
}
body > * .deco10bk {
  -webkit-text-decoration: underline var(--decoS) 10px var(--bk);
          text-decoration: underline var(--decoS) 10px var(--bk);
}
body > * .deco12bk {
  -webkit-text-decoration: underline var(--decoS) 12px var(--bk);
          text-decoration: underline var(--decoS) 12px var(--bk);
}

@media screen and (max-width: 960px) {
  body > * .left-960 {
    text-align: left !important;
  }
  body > * .left-960 * {
    text-align: left !important;
  }
}
body > * .TAC {
  text-align: center !important;
}
body > * .TAC * {
  text-align: center !important;
}
body > * .TAL {
  text-align: left !important;
}
body > * .TAL * {
  text-align: left !important;
}
body > * .TAR {
  text-align: right !important;
}
body > * .TAR * {
  text-align: right !important;
}
@media screen and (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 screen and (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 screen and (max-width: 480px) {
  body > * .left-480 {
    text-align: left !important;
  }
  body > * .left-480 * {
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  body > * .bp48-50 > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-50 > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-50 > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-50 > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  body > * .bp48-100 > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-100 > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-100 > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-100 > * {
    flex: 0 0 100% !important;
  }
}

@media screen and (max-width: 480px) {
  body > * .bp48-50 ul > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-50 ul > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-50 ul > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-50 ul > * {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  body > * .bp48-100 ul > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-100 ul > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-100 ul > * {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-100 ul > * {
    flex: 0 0 100% !important;
  }
}

@media screen and (max-width: 480px) {
  body > * .bp48-50LIST [class*=_list] > div {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-50LIST [class*=_list] > div {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-50LIST [class*=_list] > div {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-50LIST [class*=_list] > div {
    flex: 0 0 calc(50% - var(--g) / 2) !important;
  }
}
@media screen and (max-width: 480px) {
  body > * .bp48-100LIST [class*=_list] > div {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 640px) {
  body > * .sp-100LIST [class*=_list] > div {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 834px) {
  body > * .tab-100LIST [class*=_list] > div {
    flex: 0 0 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body > * .bp96-100LIST [class*=_list] > div {
    flex: 0 0 100% !important;
  }
}

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

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