@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;
  --Tnr:"Times New Roman", Times, "Noto Serif JP", sans-serif;
  --Gre:"Great Vibes", Times, "Noto Serif JP", sans-serif;
  --bodyFF: YakuHanJP_Narrow, var(--Tnr);
  --noYH:var(--Tnr);
  --Eng:var(--Gre);
}

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

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

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

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

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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), .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.form_simple dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_03 dl:has(dd:empty) dt:is(#contents dt), h3, .h3FZ, .h3FZ * {
  font-size: var(--h3FZ);
}

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

.tbl_normal, .tbl_scroll {
  --thumbC:var(--tx10);
  --thumbW:8px;
}
.tbl_normal::-webkit-scrollbar, .tbl_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: var(--thumbW);
}
.tbl_normal::-webkit-scrollbar-thumb, .tbl_scroll::-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;
}

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

.title1, .mv, .fb_spot, .head_01, .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,
.h_nav .drop ul li,
.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,
.h_nav .drop ul li: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, [class*=Bar] {
  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, [class*=Bar]::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, [class*=Bar] {
  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, [class*=Bar]::after {
  content: "af";
  display: inline-block;
  background-color: #777;
  z-index: 1;
  font-weight: 900;
  font-family: var(--fa);
}

.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .board {
  position: relative;
  z-index: 1;
}
.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt)::before, .board::before {
  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:1200px;
}
html:not(.home) {
  --Wpdb:var(--bl03);
  --Schild:var(--bl05);
}

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

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

:root {
  --hfw: 600;
  --hcolor: var(--inh);
  --hff:var(--inh);
  --subFW: 400;
  --subFF: var(--Eng);
  --subC: var(--inh);
  --hlh:1.375;
  --hls:0.02em;
  --bigFZ:clamp(36px, 8vw, 64px);
  --h1FZ:clamp(20px, 2.4vw, 24px);
  --h2FZ:clamp(24px, 3vw, 32px);
  --h3FZ:clamp(20px, 2.4vw, 24px);
  --PFZ:clamp(20px, 2.4vw, 24px);
  --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 (width <= 1440px) {
  :root {
    --pad:40px;
    --g:30px;
  }
}
@media (width <= 834px) {
  :root {
    --g:20px;
    --bl:80px;
  }
}
@media (width <= 640px) {
  :root {
    --pad:30px;
  }
}

:root {
  --bds: solid;
  --bdw: 2px;
  --bdc: var(--cur);
  --line:var(--bdw) var(--bds) var(--bdc);
  --stW: 2px;
  --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: 4px;
  --txshwh: 0 0 var(--tsW) var(--wh);
  --txshbk: 0 0 var(--tsW) var(--bk);
  --txshmc: 0 0 var(--tsW) var(--mc);
  --txshbc: 0 0 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:4px;
  --NbsW:calc(var(--bsW)*-1 );
  --bxshwh: 0 var(--bsW) calc(var(--bsW)*2 ) var(--wh10);
  --bxshbk: 0 var(--bsW) calc(var(--bsW)*2 ) var(--bk10);
  --bxshmc: 0 var(--bsW) calc(var(--bsW)*2 ) var(--mc10);
  --bxshbc: 0 var(--bsW) calc(var(--bsW)*2 ) var(--bc10);
  --bxshtx: 0 var(--bsW) calc(var(--bsW)*2 ) var(--tx10);
  --bxshgr: 0 var(--bsW) calc(var(--bsW)*2 ) var(--gr10);
  --bxshsc: 0 var(--bsW) calc(var(--bsW)*2 ) var(--sc10);
  --bxshbtn: inset 2px 2px 4px var(--wh40),
  inset -2px -2px 4px var(--tx20);
  --bxshblur:0 0 10px #11100088;
}
@media (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 (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 {
  background-color: unset;
  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;
  scroll-behavior: smooth;
}
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);
}

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

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

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

.pankuzu,
.pan1 {
  position: relative;
  z-index: 1;
}
.pankuzu.__center ul,
.pan1.__center ul {
  justify-content: center;
}
.pankuzu.__right ul,
.pan1.__right ul {
  justify-content: flex-end;
}
.pankuzu.__left ul,
.pan1.__left ul {
  justify-content: flex-start;
}
.pankuzu:is(.title1 + *),
.pan1:is(.title1 + *) {
  margin-top: calc(var(--Schild) / 2);
}
.pankuzu ul 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(--ac);
  --btnC:var(--wh);
  --btnFZ:var(--inh);
  --btnFF:var(--inh);
  --btnLH:1.33;
  --btnFW:inherit;
  --btnLS:0.0em;
  --btnW:220px;
  --btnH:50px;
  --btnPI:1em;
  --btnPB: 0;
  --btnG:.5em;
  --btnTR:0.4s ease-in-out;
  --btnRad:1000px;
  --btnIFZ:calc(var(--btnFZ)*1.25);
  --btnImg:1.8em;
  --btnIFF:var(--icon);
  --btnDir:row;
  --btnJC:center;
  --btnAF: "";
  --btnAFdis: none;
  --btnAFC: var(--inh);
  --btnAFFZ: calc(var(--btnFZ)*1);
  --btnAFFZ: 1em;
  --btnAFFW: 900;
  --btnAFPOS: unset;
  --btnAFRT: 1em;
}
@media screen and (max-width: 834px) {
  :root {
    --btnH:var(--head);
  }
}
@media (width <= 480px) {
  :root {
    --btnImg:1.5em;
  }
}

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

.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;
}
.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: var(--btnImg) !important;
  height: var(--btnImg) !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: var(--TLG);
  margin-top: -0.2em;
}
.textlink i:before {
  display: inline-block;
  margin-right: var(--TLG);
  vertical-align: bottom;
}
.textlink small {
  font-size: 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,
.h_nav .drop ul li,
.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,
.h_nav .drop ul li: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,
.h_nav .drop ul li,
.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,
.h_nav .drop ul li: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));
}

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

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

.form_wrap {
  --bdc:var(--un);
  --bdw:1px;
  --bds:dashed;
  --bdc:currentColor;
  --p:.5em;
  --pdb:1em;
  --pdi: .5em;
  --dtc:var(--tx);
  --dtw:bold;
  --maxH:35vh;
  --dtMW: 7em;
  --dtFF:var(--osw);
  --thumbC: var(--tx20);
}
@media 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.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;
  padding-block: var(--p);
  border-bottom: 2px solid var(--mc);
}
.form_wrap.form_03 dl > * {
  padding-top: 0;
}
.form_wrap.form_03 dl:last-child {
  border-bottom: none;
}
@media 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, .form_wrap.form_03 dd {
  border: unset !important;
  line-height: 1.6;
  background-color: unset;
}
@media screen and (max-width: 834px) {
  .form_wrap.form_03 dt, .form_wrap.form_03 dd {
    justify-content: unset;
    width: 100%;
  }
}
.form_wrap.form_03 dt, .form_wrap.form_03 dd {
  padding: var(--p);
}
@media 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.form_enkaku {
  position: relative;
  padding-left: var(--pl);
  --bdc: var(--mc);
  --maru: var(--mc);
  --yoko: var(--mc);
  --tate: var(--mc);
  --thumb: var(--mc);
  --pl: 6vmin;
  --Npl: calc(var(--pl) * -1);
  position: relative;
  padding-left: var(--pl);
}
.form_wrap.form_enkaku dl:last-of-type dt,
.form_wrap.form_enkaku dl:last-of-type dd,
.form_wrap.form_enkaku dl dd {
  border: unset;
}
.form_wrap.form_enkaku dl:has(dd:empty) dt {
  color: var(--tx);
}
.form_wrap.form_enkaku dd:empty {
  display: none;
}
.form_wrap.form_enkaku dl:is(#contents *) {
  position: relative;
  display: flex;
}
.form_wrap.form_enkaku dl:is(#contents *):after {
  position: absolute;
  top: 0;
  left: var(--Npl);
  width: 1px;
  height: 100%;
  content: "";
  background: var(--tate);
  z-index: -1;
  transform: translateX(-50%);
}
.form_wrap.form_enkaku dl:is(#contents *) dt, .form_wrap.form_enkaku dl:is(#contents *) dd {
  border-top: unset;
  border-left: unset;
  padding: 1em;
}
.form_wrap.form_enkaku dl:is(#contents *) dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.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.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;
  }
}

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

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

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

.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 (width <= 1200px) {
  .sns01.bd-inline {
    border-width: 4vmin;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fl50 > * {
  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));
}

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

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

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

.head_01 {
  margin-top: var(--bl06);
  padding-inline: var(--incont);
  padding-block: 1.5em;
  background-color: var(--bc);
}
.head_01 h1 + div:not(:empty), .head_01 h2 + div:not(:empty), .head_01 h3 + div:not(:empty) {
  margin-top: 1em;
}
.head_01:has(img) .im {
  width: -moz-fit-content;
  width: fit-content;
}
.head_01:has(img) article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.head_01:has(img) article h1, .head_01:has(img) article h2, .head_01:has(img) article h3 {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .head_01:has(img) article {
    flex-direction: column-reverse;
  }
  .head_01:has(img) article h1, .head_01:has(img) article h2, .head_01:has(img) article h3 {
    width: 100%;
  }
  .head_01:has(img) article .im {
    margin-left: auto;
  }
}

[class*=Bar] {
  margin-bottom: 0.25em;
  --bdc:var(--sc);
  --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;
}

.BarBF:after {
  display: none;
}

.BarAF:before {
  display: none;
}

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

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

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

.bg_center {
  background: no-repeat center/contain;
}
.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_cover {
  background: no-repeat center/cover;
}
.bgbk {
  background-color: var(--bk);
}
.bgmc {
  background-color: var(--mc);
}
.bgbc {
  background-color: var(--bc);
}
.bgsc {
  background-color: var(--sc);
}
.bgac {
  background-color: var(--ac);
}
.bgwh {
  background-color: var(--wh);
}
.bg_top {
  background: no-repeat center 0%/auto;
}
.bg_Right {
  background: no-repeat 100% 50%/auto;
}
.bg_bottom {
  background: no-repeat center 100%/auto;
}
.bg_Left {
  background: no-repeat 0% 50%/auto;
}
.bg_LB {
  background: no-repeat 0 100%/auto;
}
.bg_LT {
  background: no-repeat 0 0/auto;
}
.bg_RT {
  background: no-repeat 100% 0%/auto;
}
.bg_RB {
  background: no-repeat 100% 100%/auto;
}

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

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

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

.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 (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);
}
.fb_qa, .fb_qa02 {
  flex-direction: column !important;
  line-height: 1.5;
  --hlh:inherit;
}
.fb_qa h3, .fb_qa02 h3 {
  font: inherit;
}
.fb_qa .box, .fb_qa02 .box {
  --bfC: var(--wh);
  --bfBG: var(--sc);
  --abfBG: var(--ac);
  --bfFZ: 1.5em;
  --bfFF: var(--eng);
  --bfRad:var(--rad);
  --bfPB:0.125em;
  --qBG:var(--wh);
  --aBG:var(--bc);
  --imgW:30%;
  --imgWsp:320px;
  padding: 1.5em;
  padding-left: calc(var(--bfFZ) * 2.5);
  border: none !important;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fb_qa .box, .fb_qa02 .box {
    --bfFZ: 1.5em;
  }
}
.fb_qa .box a, .fb_qa02 .box a {
  color: var(--linkC);
}
.fb_qa .box + .box, .fb_qa02 .box + .box {
  margin-top: var(--Hafter);
}
.fb_qa .box + .box:not(:has(h3)), .fb_qa02 .box + .box:not(:has(h3)) {
  margin-top: calc(var(--Hafter) * 0.5);
}
.fb_qa .box:has(h3), .fb_qa02 .box:has(h3) {
  padding-right: calc(var(--bfFZ) * 1.5);
  background-color: var(--qBG);
  cursor: pointer;
  transition: var(--btnTR);
}
.fb_qa .box:has(h3):hover, .fb_qa02 .box:has(h3):hover {
  filter: saturate(110%) brightness(105%);
}
.fb_qa .box:not(:has(h3)), .fb_qa02 .box:not(:has(h3)) {
  background-color: var(--aBG);
  display: none;
}
.fb_qa .box:nth-child(odd):before, .fb_qa02 .box:nth-child(odd):before {
  content: "Q";
}
.fb_qa .box:nth-child(even):before, .fb_qa02 .box:nth-child(even):before {
  content: "A";
  background-color: var(--abfBG);
}
.fb_qa .box:nth-child(even):after, .fb_qa02 .box:nth-child(even):after {
  content: unset;
}
.fb_qa .box:before, .fb_qa02 .box:before, .fb_qa .box:after, .fb_qa02 .box:after {
  font-family: var(--bfFF);
  color: var(--bfC);
  line-height: var(--hlh);
  background-color: var(--bfBG);
  display: block;
  position: absolute;
  left: 0.5em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--bfFZ);
  border-radius: var(--bfRad);
  display: grid;
  place-items: center;
  width: 1.75em;
  aspect-ratio: 1;
  padding-bottom: var(--bfPB);
}
.fb_qa .box:after, .fb_qa02 .box:after {
  content: var(--btnAF);
  font-family: var(--icon);
  font-size: 1.5em;
  left: unset;
  right: 0.5em;
  background-color: unset;
  transition: 0.4s;
  rotate: 90deg;
}
.fb_qa .box.show:after, .fb_qa02 .box.show:after {
  scale: -1 1;
}
.fb_qa .box:has(article > figure), .fb_qa02 .box:has(article > figure) {
  width: 100%;
  align-items: flex-start;
}
.fb_qa .box:has(article > figure) article, .fb_qa02 .box:has(article > figure) article {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_qa .box:has(article > figure) figure, .fb_qa02 .box:has(article > figure) figure {
  max-width: 100%;
  order: 1;
  width: var(--imgW);
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .fb_qa .box:has(article > figure) figure, .fb_qa02 .box:has(article > figure) figure {
    width: var(--imgWsp);
  }
}
.fb_qa .box:has(article > figure) article > div, .fb_qa02 .box:has(article > figure) article > div {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .fb_qa .box:has(article > figure) article > div, .fb_qa02 .box:has(article > figure) article > div {
    flex-basis: 100%;
  }
}
.fb_qa02 {
  border-bottom: 2px solid var(--tx);
}
.fb_qa02 .box:first-child div::before {
  content: "Q";
  background-color: var(--sc);
  color: var(--mc);
}
.fb_qa02 .box:last-child div::before {
  content: "A";
  color: var(--ac);
  background-color: var(--sc);
}
.fb_qa02 .box > div::before {
  border: none;
  border-radius: 4px;
}
.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;
  font-size: 3.6vmax;
  border-radius: var(--rad);
  padding: var(--p);
  gap: var(--p);
}
.fb_flow01 .box:is(#contents div) + .box {
  font-size: clamp(0px, 4vw, 30px);
  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-size: var(--f16);
  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 (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 (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 (width <= 960px) {
  :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 );
  --headG:calc( 1.5vw - 0.5em);
  --innerPI: calc(var(--headG)*1 );
  --navPI: calc(var(--headG)*0 );
  --itemPI: calc(var(--headG)*1 );
  --logoPI: calc(var(--headG)*1 );
  --itemG: calc(var(--headG)*1 );
  --innerG: calc(var(--headG)*0 );
  --logoH:calc(var(--head) - 0.5em );
  --menuH:calc(var(--head) * 1);
  --head:112px;
  --head2:calc(var(--head)*2 );
  --Nhead:calc(var(--head)*-1 );
  --contMT:calc(var(--head));
  --mvMT:calc(var(--head) * -1 );
  --mvImg:calc(100vh );
}
@media (width <= 834px) {
  :root {
    --logoH:calc(var(--head) - 0.25em );
  }
}
@media (width <= 1200px) {
  :root {
    --head:96px;
    --itemG: 1em;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --headG: 1em;
    --head:80px;
  }
}
@media (width <= 834px) {
  :root {
    --headG: 0.5em;
    --head:60px;
  }
}
.fixPageTop .h_pagetop {
  --PTdis: block;
}

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

@media (width <= 834px) {
  html:has(.h_items.fix-tab) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
@media (width <= 640px) {
  html:has(.h_items.fix-sp) #builingual {
    bottom: calc(var(--btnH) + 1em);
  }
}
.h {
  --navFZ: var(--inh);
  --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(--tx);
  --spanC:var(--tx);
  --menuM:0em 0;
  color: var(--wh);
}
.h.active, .h.trans {
  color: var(--tx);
}
.h .h_menu,
.h .h_logo img,
.h .textlink img {
  filter: brightness(0) invert(1);
  transition: 0.4s 0.5s;
}
.h .h_menu:is(.active *), .h .h_menu:is(.trans *),
.h .h_logo img:is(.active *),
.h .h_logo img:is(.trans *),
.h .textlink img:is(.active *),
.h .textlink img:is(.trans *) {
  filter: unset;
}
@media screen and (max-width: 960px) {
  .h .textlink {
    transition: unset;
  }
}
@media screen and (max-width: 960px) {
  .h {
    transition: unset;
  }
  .h .h_menu,
  .h .h_logo img,
  .h .textlink img {
    transition: 0.2s;
  }
  .h .textlink {
    transition: unset;
  }
}
.h:is(#header) .nav {
  color: var(--tx);
}
.h:is(#header) .h_inner {
  background-color: unset;
  transition: 0.4s;
}
.h:is(#header) .h_inner:is(.trans *) {
  background-color: var(--innerBG);
}
@media (width <= 834px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.8);
  }
}
@media (width <= 480px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.7);
  }
}
.h:is(#header) .btn {
  padding-inline: var(--headG);
}
@media (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 {
  --bargap:calc(var(--btnH) * .2 );
  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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (width <= 480px) {
  .h_items.fix-tab .textlink > img, .h_items.fix-tab .btn > img {
    display: none !important;
  }
}
@media (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 (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 (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 (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(--headG)/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(--headG)/2);
}
.h_nav > ul > li:has(span) > a:is(#header *) {
  --aPI:calc(var(--headG)/2);
  display: grid;
  place-items: center;
  place-content: center;
}
.h_nav > ul > li:has(span) span {
  transition: var(--trt);
  color: var(--spanC);
  font-size: var(--spanFZ);
  font-weight: var(--spanFW);
  font-family: var(--Eng);
}
.h_nav > ul > 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) * .20 );
  --dotW:calc(var(--btnH) * .125 );
  --menuBG:var(--un);
  --spanW:65%;
  --spanH:2px;
  --spanR:unset;
  --menuRad:0px;
  place-items: center;
  width: var(--menuH);
  height: var(--menuH);
  margin-inline: var(--menuM);
  border-radius: var(--menuRad);
  flex-shrink: 0;
  order: 2;
  z-index: 1000;
  transition: 0.4s;
  background-color: var(--menuBG);
  position: relative;
  aspect-ratio: 1;
  --btnBG:var(--mc);
}
@media screen and (max-width: 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;
}

.nav {
  font-weight: 500;
  --SPnavPB: 1.25em;
  --SPnavPI: .5em;
  --dropbtnH: calc(1em + var(--SPnavPB)*1.66 - 1px);
  --spanC: var(--mc);
  --spanFZ: var(--inh);
  --spanFW: 700;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.nav_inner > ul a:has(i) {
  background: unset !important;
}
.nav_inner > ul a:has(i) i {
  font-size: var(--f48);
}
.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 (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: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 (width <= 834px) {
  .f_main:is(#footer *):is(html:has(.h_items[class*=fix-]) *) {
    padding-bottom: calc(var(--head) + 3em) !important;
  }
}

#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 (width <= 960px) {
  #footer .f_column > .f_column {
    padding-inline: var(--pad);
  }
}
#footer .f_main {
  padding-block: var(--Wpdb);
  gap: 1.5em 0;
}
#footer .f_main > * {
  width: 50%;
}
@media (width <= 960px) {
  #footer .f_main > *:is(#footer *) {
    flex-basis: 100%;
  }
  #footer .f_main iframe {
    min-height: 30vh;
  }
}
#footer .f_info {
  padding-right: 1em;
}
@media (width <= 960px) {
  #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;
}

.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 (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 (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 (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 (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 (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 (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 (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 (width <= 1200px) {
  .f_bottom:is(#footer *) {
    --g:1.5vmin;
  }
}
@media (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;
}

body {
  animation: fadeIn 0.6s ease-in;
}

p time, h1 time, .h1FZ time, h2 time, .h2FZ time, h3 time, .h3FZ time, h5 time, h4 time, span.clone time {
  font-size: var(--bodyFZ);
  color: var(--ac);
  display: block;
  margin-bottom: 0.5em;
  padding: 4px;
  border-radius: 4px;
  display: inline-block;
}
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);
}
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);
}
p:has(i:not([class*=la])), h1:has(i:not([class*=la])), .h1FZ:has(i:not([class*=la])), h2:has(i:not([class*=la])), .h2FZ:has(i:not([class*=la])), h3:has(i:not([class*=la])), .h3FZ:has(i:not([class*=la])), h5:has(i:not([class*=la])), h4:has(i:not([class*=la])), span.clone:has(i:not([class*=la])) {
  font-size: var(--h3FZ);
}
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);
}
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;
  font-size: var(--bigFZ);
  display: block;
  line-height: 1;
}
p:has(i:not([class*=la])) i:is(.txwh), p:has(i:not([class*=la])) i:is(.txwh *), h1:has(i:not([class*=la])) i:is(.txwh), h1:has(i:not([class*=la])) i:is(.txwh *), .h1FZ:has(i:not([class*=la])) i:is(.txwh), .h1FZ:has(i:not([class*=la])) i:is(.txwh *), h2:has(i:not([class*=la])) i:is(.txwh), h2:has(i:not([class*=la])) i:is(.txwh *), .h2FZ:has(i:not([class*=la])) i:is(.txwh), .h2FZ:has(i:not([class*=la])) i:is(.txwh *), h3:has(i:not([class*=la])) i:is(.txwh), h3:has(i:not([class*=la])) i:is(.txwh *), .h3FZ:has(i:not([class*=la])) i:is(.txwh), .h3FZ:has(i:not([class*=la])) i:is(.txwh *), h5:has(i:not([class*=la])) i:is(.txwh), h5:has(i:not([class*=la])) i:is(.txwh *), h4:has(i:not([class*=la])) i:is(.txwh), h4:has(i:not([class*=la])) i:is(.txwh *), span.clone:has(i:not([class*=la])) i:is(.txwh), span.clone:has(i:not([class*=la])) i:is(.txwh *) {
  color: var(--wh);
}
p:has(i:not([class*=la])) i:is(.txbk), p:has(i:not([class*=la])) i:is(.txbk *), h1:has(i:not([class*=la])) i:is(.txbk), h1:has(i:not([class*=la])) i:is(.txbk *), .h1FZ:has(i:not([class*=la])) i:is(.txbk), .h1FZ:has(i:not([class*=la])) i:is(.txbk *), h2:has(i:not([class*=la])) i:is(.txbk), h2:has(i:not([class*=la])) i:is(.txbk *), .h2FZ:has(i:not([class*=la])) i:is(.txbk), .h2FZ:has(i:not([class*=la])) i:is(.txbk *), h3:has(i:not([class*=la])) i:is(.txbk), h3:has(i:not([class*=la])) i:is(.txbk *), .h3FZ:has(i:not([class*=la])) i:is(.txbk), .h3FZ:has(i:not([class*=la])) i:is(.txbk *), h5:has(i:not([class*=la])) i:is(.txbk), h5:has(i:not([class*=la])) i:is(.txbk *), h4:has(i:not([class*=la])) i:is(.txbk), h4:has(i:not([class*=la])) i:is(.txbk *), span.clone:has(i:not([class*=la])) i:is(.txbk), span.clone:has(i:not([class*=la])) i:is(.txbk *) {
  color: var(--bk);
}
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;
}
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 (width <= 640px) {
  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;
  }
}
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);
}
p:has(em) em, h1:has(em) em, .h1FZ:has(em) em, h2:has(em) em, .h2FZ:has(em) em, h3:has(em) em, .h3FZ:has(em) em, h5:has(em) em, h4:has(em) em, span.clone:has(em) em {
  font-family: var(--subFF);
  font-weight: var(--subFW);
  word-break: break-word;
  letter-spacing: 0em;
  font-size: var(--bigFZ);
  line-height: 1;
}
p:has(em) em:is(.txwh), p:has(em) em:is(.txwh *), h1:has(em) em:is(.txwh), h1:has(em) em:is(.txwh *), .h1FZ:has(em) em:is(.txwh), .h1FZ:has(em) em:is(.txwh *), h2:has(em) em:is(.txwh), h2:has(em) em:is(.txwh *), .h2FZ:has(em) em:is(.txwh), .h2FZ:has(em) em:is(.txwh *), h3:has(em) em:is(.txwh), h3:has(em) em:is(.txwh *), .h3FZ:has(em) em:is(.txwh), .h3FZ:has(em) em:is(.txwh *), h5:has(em) em:is(.txwh), h5:has(em) em:is(.txwh *), h4:has(em) em:is(.txwh), h4:has(em) em:is(.txwh *), span.clone:has(em) em:is(.txwh), span.clone:has(em) em:is(.txwh *) {
  color: var(--wh);
}
p:has(img), h1:has(img), .h1FZ:has(img), h2:has(img), .h2FZ:has(img), h3:has(img), .h3FZ:has(img), h5:has(img), h4:has(img), span.clone:has(img) {
  display: grid;
  place-items: center stretch;
  place-content: center stretch;
}
p:has(img) > *, h1:has(img) > *, .h1FZ:has(img) > *, h2:has(img) > *, .h2FZ:has(img) > *, h3:has(img) > *, .h3FZ:has(img) > *, h5:has(img) > *, h4:has(img) > *, span.clone:has(img) > * {
  grid-area: 1/1;
}
p:has(img) img, h1:has(img) img, .h1FZ:has(img) img, h2:has(img) img, .h2FZ:has(img) img, h3:has(img) img, .h3FZ:has(img) img, h5:has(img) img, h4:has(img) img, span.clone:has(img) img {
  z-index: 0;
  max-height: 4em;
}
p:has(small) small, h1:has(small) small, .h1FZ:has(small) small, h2:has(small) small, .h2FZ:has(small) small, h3:has(small) small, .h3FZ:has(small) small, h5:has(small) small, h4:has(small) small, span.clone:has(small) small {
  color: var(--subC);
  font-weight: var(--subFW);
  font-family: var(--subFF);
  text-align: inherit;
  font-size: var(--h3FZ);
  margin-right: 0.5em;
}
p:has(small) small:is(.txwh *), h1:has(small) small:is(.txwh *), .h1FZ:has(small) small:is(.txwh *), h2:has(small) small:is(.txwh *), .h2FZ:has(small) small:is(.txwh *), h3:has(small) small:is(.txwh *), .h3FZ:has(small) small:is(.txwh *), h5:has(small) small:is(.txwh *), h4:has(small) small:is(.txwh *), span.clone:has(small) small:is(.txwh *) {
  color: var(--subC) !important;
}

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

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

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

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

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

.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;
  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 (width <= 1440px) {
  .title1_inner, .title1 article {
    min-height: calc(var(--h) - 60px);
  }
}
@media (width <= 834px) {
  .title1_inner, .title1 article {
    min-height: calc(var(--h) - 120px);
  }
}
@media (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 (width <= 834px) {
  .card3 .box, .card2 .box, .card4 .box, .card5 .box, .cardflex .box, .cardfix .box {
    flex: 0 0 calc(50% - var(--g) / 2);
  }
}

.card3.__layer p, .card2.__layer p, .card4.__layer p, .card5.__layer p, .cardflex.__layer p, .cardfix.__layer p {
  margin-bottom: unset;
}
.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: end start;
  place-content: end start;
}
.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;
}
.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: 0.5em;
  font-size: var(--h3FZ);
  background-color: var(--bc);
}
.card3.i-o1 h1, .card3.i-o1 h2, .card3.i-o1 h3, .card3.i-o1 p, .card2.i-o1 h1, .card2.i-o1 h2, .card2.i-o1 h3, .card2.i-o1 p, .card4.i-o1 h1, .card4.i-o1 h2, .card4.i-o1 h3, .card4.i-o1 p, .card5.i-o1 h1, .card5.i-o1 h2, .card5.i-o1 h3, .card5.i-o1 p, .cardflex.i-o1 h1, .cardflex.i-o1 h2, .cardflex.i-o1 h3, .cardflex.i-o1 p, .cardfix.i-o1 h1, .cardfix.i-o1 h2, .cardfix.i-o1 h3, .cardfix.i-o1 p {
  font-weight: 700;
}
.card3.i-o1 .im, .card2.i-o1 .im, .card4.i-o1 .im, .card5.i-o1 .im, .cardflex.i-o1 .im, .cardfix.i-o1 .im {
  order: 1;
}
.card3.i-o1 .box article:has(.veil), .card2.i-o1 .box article:has(.veil), .card4.i-o1 .box article:has(.veil), .card5.i-o1 .box article:has(.veil), .cardflex.i-o1 .box article:has(.veil), .cardfix.i-o1 .box article:has(.veil) {
  transition: 0.4s !important;
  will-change: filter;
}
.card3.i-o1 .box article:has(.veil):hover, .card2.i-o1 .box article:has(.veil):hover, .card4.i-o1 .box article:has(.veil):hover, .card5.i-o1 .box article:has(.veil):hover, .cardflex.i-o1 .box article:has(.veil):hover, .cardfix.i-o1 .box article:has(.veil):hover {
  filter: var(--btnHover);
}
.card3.i-o1 .box, .card2.i-o1 .box, .card4.i-o1 .box, .card5.i-o1 .box, .cardflex.i-o1 .box, .cardfix.i-o1 .box {
  padding: 1.5em;
}
@media (width <= 960px) {
  .card3.i-o1 .box, .card2.i-o1 .box, .card4.i-o1 .box, .card5.i-o1 .box, .cardflex.i-o1 .box, .cardfix.i-o1 .box {
    padding: 0.75em;
  }
}
.card3:has(.btn.__boxSize) article > div, .card2:has(.btn.__boxSize) article > div, .card4:has(.btn.__boxSize) article > div, .card5:has(.btn.__boxSize) article > div, .cardflex:has(.btn.__boxSize) article > div, .cardfix:has(.btn.__boxSize) article > div {
  height: 100%;
}
.card3:has(.btn.__boxSize) .__boxSize, .card2:has(.btn.__boxSize) .__boxSize, .card4:has(.btn.__boxSize) .__boxSize, .card5:has(.btn.__boxSize) .__boxSize, .cardflex:has(.btn.__boxSize) .__boxSize, .cardfix:has(.btn.__boxSize) .__boxSize {
  height: 100%;
}
.card3:where(.home *), .card2:where(.home *), .card4:where(.home *), .card5:where(.home *), .cardflex:where(.home *), .cardfix:where(.home *) {
  justify-content: center;
}

[class*=wrapper] > [class*=border],
section > [class*=border] {
  padding-block: var(--Schild);
}

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

.wrapper100in {
  background-size: unset;
}

.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 (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 (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 (width <= 480px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --bpMW:100%;
  }
}
@media (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 (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: var(--g) 0;
  --tabMW:75%;
  --spMW:100%;
  padding-block: 6%;
  background: no-repeat center/cover;
}
.it01.homeIT > *:is(#contents *), .ti01.homeIT > *:is(#contents *) {
  max-width: 50%;
}
@media (width <= 834px) {
  .it01.homeIT > *:is(#contents *), .ti01.homeIT > *:is(#contents *) {
    max-width: unset;
    padding-inline: var(--pad);
  }
}
.it01.homeIT > *:not(:has(img)) i, .ti01.homeIT > *:not(:has(img)) i {
  font-size: calc(var(--bigFZ) * 2);
  color: var(--mc60);
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  transform: skewY(-10deg);
}
.it01.homeIT > *:not(:has(img)):is(.ti01 *), .ti01.homeIT > *:not(:has(img)):is(.ti01 *) {
  padding-right: 1em;
  padding-left: 3%;
}
.it01.homeIT > *:not(:has(img)):is(.it01 *), .ti01.homeIT > *:not(:has(img)):is(.it01 *) {
  padding-left: 1em;
  padding-right: 3%;
}
.it01.homeIT > .im, .ti01.homeIT > .im {
  z-index: 1;
  margin-block: 0 -9%;
  z-index: 10;
  max-width: 700px;
  margin-right: auto;
}
.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;
}
.it01.homeIT:has(.homeIT_fb), .ti01.homeIT:has(.homeIT_fb) {
  gap: var(--g) calc(var(--g) * 2);
}
.it01.homeIT .homeIT_fb, .ti01.homeIT .homeIT_fb {
  --imgW:100%;
  margin-block: 0 -6%;
}
@media (width <= 834px) {
  .it01.homeIT .homeIT_fb, .ti01.homeIT .homeIT_fb {
    order: 1;
  }
}
.it01.homeIT .homeIT_fb .box, .ti01.homeIT .homeIT_fb .box {
  flex: 1;
  margin-inline: calc(var(--ng) * 0.5);
}
.it01.homeIT .homeIT_fb .box:nth-child(even), .ti01.homeIT .homeIT_fb .box:nth-child(even) {
  margin-top: calc(var(--g) * 1.5);
}
@media (width <= 834px) {
  .it01.homeIT > *:is(.it01 *), .ti01.homeIT > *:is(.it01 *) {
    padding-left: var(--pad2) !important;
  }
}

.card_slide {
  flex-wrap: nowrap;
}
@media (width <= 640px) {
  .card_slide {
    --g:10px;
  }
}
.card_slide:not(.noDot) + div {
  margin-top: var(--bl);
}
.card_slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card_slide p {
  font-size: var(--PFZ);
}
.card_slide .box {
  padding: 2em;
}
@media (width <= 834px) {
  .card_slide .box {
    padding: 1em;
  }
}
.card_slide .box article > div {
  padding: unset;
  font-size: 0.875em;
  margin-top: 1em;
  background-color: unset;
}
.card_slide.__visible .slick-list {
  overflow: visible !important;
}

.sns01 {
  --divBG:unset;
  --imgW: min(300px, 33%);
}

.sns01 div.sns_list > div div.sns_text ul a {
  background-color: unset;
  color: var(--mc);
}

.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 (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 (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 (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 (width <= 1440px) {
  .mv_slide li:has(> div):is(#contents *) > div, .mv_img li:has(> div):is(#contents *) > div {
    padding-inline: var(--pad);
  }
}
@media (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 (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 (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 (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 (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;
  position: absolute;
  bottom: 0%;
  left: var(--incont);
  width: 24em;
  max-width: calc(100% - var(--pad2));
  aspect-ratio: 2/1;
  font-size: var(--f20);
  padding-bottom: 1em;
  color: var(--mc);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mv_it > * {
  pointer-events: all;
}
.mv_it:is(#contents *) {
  transition-delay: 0.6s;
}
.mv_it .im img:is(#contents *) {
  margin-inline: auto;
  height: auto !important;
  min-width: 160px;
}
@media (width <= 640px) {
  .mv_it {
    aspect-ratio: 5/2;
  }
}
.mv_it p > i {
  color: var(--tx);
}
.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(--headG) * 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;
  height: var(--mvImg) !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
}
@media (width <= 1200px) {
  #contents :is(.mv_img, .mv_slide) img {
    height: var(--un) !important;
    aspect-ratio: 3/2;
  }
}
@media (width <= 640px) {
  #contents :is(.mv_img, .mv_slide) img {
    aspect-ratio: 4/5;
  }
}

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

.About_em {
  font-family: var(--Eng);
  line-height: 1;
  display: inline-block;
  font-size: calc(var(--bigFZ) * 1.3);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  transform: skewY(-10deg);
  padding: 0.125em;
  margin-bottom: var(--Wchild);
}
@media screen and (max-width: 480px) {
  .About_em {
    font-size: calc(var(--bigFZ) * 1);
  }
}
.About_tx {
  position: absolute;
  margin-top: unset;
  inset: 0 auto 0 50%;
  display: grid;
  place-items: center;
  place-content: center;
  z-index: 10;
}
@media (width <= 834px) {
  .About_tx {
    position: unset;
  }
}
.About_fb {
  margin-inline: var(--contout);
  max-width: unset;
  padding-inline: var(--in1680);
}
.About_fb > * {
  max-width: 55%;
}
.About_fb :nth-child(even) {
  margin-left: auto;
  max-width: 27%;
}
@media (width <= 1320px) {
  .About_fb :nth-child(even) {
    margin-left: 70%;
  }
}
@media (width <= 834px) {
  .About_fb :nth-child(even) {
    margin-left: auto;
    max-width: 35%;
  }
}

.clothBG .box {
  background: url(/images/home/cloth.png) no-repeat center/cover;
}

.boxBG .box:nth-child(5n+1) {
  background-color: var(--03);
}
.boxBG .box:nth-child(5n+2) {
  background-color: var(--04);
}
.boxBG .box:nth-child(5n+3) {
  background-color: var(--05);
}
.boxBG .box:nth-child(5n+4) {
  background-color: var(--01);
}
.boxBG .box:nth-child(5n+5) {
  background-color: var(--02);
}

.layout01:is([class*=wrapper] + [class*=wrapper]) {
  margin-block: 8% 16%;
}
.layout01 > :first-child {
  margin-top: -12%;
}
.layout01 > :last-child {
  margin-bottom: -12%;
}

.homeIT,
.homeIT img,
.boxBG .box,
.sheet,
.board {
  box-shadow: var(--bxshbk);
}

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

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

body section .contoutL, footer .contoutL, header .contoutL, .blog #contents .contoutL {
  margin-left: var(--contout);
  max-width: unset;
}
body section .contoutR, footer .contoutR, header .contoutR, .blog #contents .contoutR {
  margin-right: var(--contout);
  max-width: unset;
}
body section .contout, footer .contout, header .contout, .blog #contents .contout {
  margin-inline: var(--contout);
  max-width: unset;
}
body section .incontL, footer .incontL, header .incontL, .blog #contents .incontL {
  padding-left: var(--incont);
}
body section .incontR, footer .incontR, header .incontR, .blog #contents .incontR {
  padding-right: var(--incont);
}
body section .incont, footer .incont, header .incont, .blog #contents .incont {
  padding-inline: var(--incont);
}
body section .in1800, footer .in1800, header .in1800, .blog #contents .in1800 {
  padding-inline: var(--in1800);
}
body section .in1740, footer .in1740, header .in1740, .blog #contents .in1740 {
  padding-inline: var(--in1740);
}
body section .in1680, footer .in1680, header .in1680, .blog #contents .in1680 {
  padding-inline: var(--in1680);
}
body section .in1620, footer .in1620, header .in1620, .blog #contents .in1620 {
  padding-inline: var(--in1620);
}
body section .in1560, footer .in1560, header .in1560, .blog #contents .in1560 {
  padding-inline: var(--in1560);
}
body section .in1500, footer .in1500, header .in1500, .blog #contents .in1500 {
  padding-inline: var(--in1500);
}
body section .in1440, footer .in1440, header .in1440, .blog #contents .in1440 {
  padding-inline: var(--in1440);
}
body section .in1380, footer .in1380, header .in1380, .blog #contents .in1380 {
  padding-inline: var(--in1380);
}
body section .in1320, footer .in1320, header .in1320, .blog #contents .in1320 {
  padding-inline: var(--in1320);
}
body section .in1200, footer .in1200, header .in1200, .blog #contents .in1200 {
  padding-inline: var(--in1200);
}
body section .in1080, footer .in1080, header .in1080, .blog #contents .in1080 {
  padding-inline: var(--in1080);
}
body section .in1000, footer .in1000, header .in1000, .blog #contents .in1000 {
  padding-inline: var(--in1000);
}
body section .in960, footer .in960, header .in960, .blog #contents .in960 {
  padding-inline: var(--in960);
}
body section .in840, footer .in840, header .in840, .blog #contents .in840 {
  padding-inline: var(--in840);
}
body section .in800, footer .in800, header .in800, .blog #contents .in800 {
  padding-inline: var(--in800);
}
body section .in720, footer .in720, header .in720, .blog #contents .in720 {
  padding-inline: var(--in720);
}
body section .in600, footer .in600, header .in600, .blog #contents .in600 {
  padding-inline: var(--in600);
}

body section .PY2, footer .PY2, header .PY2, .blog #contents .PY2 {
  padding-block: calc(2 * var(--bl));
}
body section .PY15, footer .PY15, header .PY15, .blog #contents .PY15 {
  padding-block: calc(1.5 * var(--bl));
}
body section .PY125, footer .PY125, header .PY125, .blog #contents .PY125 {
  padding-block: calc(1.25 * var(--bl));
}
body section .PY075, footer .PY075, header .PY075, .blog #contents .PY075 {
  padding-block: calc(var(--bl) / 4 * 3);
}
body section .PY06, footer .PY06, header .PY06, .blog #contents .PY06 {
  padding-block: calc(var(--bl) / 1.5);
}
body section .PY05, footer .PY05, header .PY05, .blog #contents .PY05 {
  padding-block: calc(var(--bl) / 2);
}
body section .PY03, footer .PY03, header .PY03, .blog #contents .PY03 {
  padding-block: calc(var(--bl) / 3);
}
body section .PY025, footer .PY025, header .PY025, .blog #contents .PY025 {
  padding-block: calc(var(--bl) / 4);
}
body section .PY1, footer .PY1, header .PY1, .blog #contents .PY1 {
  padding-block: var(--bl);
}
body section .py96, footer .py96, header .py96, .blog #contents .py96 {
  padding-block: 96px;
}
body section .py90, footer .py90, header .py90, .blog #contents .py90 {
  padding-block: 90px;
}
body section .py84, footer .py84, header .py84, .blog #contents .py84 {
  padding-block: 84px;
}
body section .py80, footer .py80, header .py80, .blog #contents .py80 {
  padding-block: 80px;
}
body section .py72, footer .py72, header .py72, .blog #contents .py72 {
  padding-block: 72px;
}
body section .py64, footer .py64, header .py64, .blog #contents .py64 {
  padding-block: 64px;
}
body section .py60, footer .py60, header .py60, .blog #contents .py60 {
  padding-block: 60px;
}
body section .py48, footer .py48, header .py48, .blog #contents .py48 {
  padding-block: 48px;
}
body section .py40, footer .py40, header .py40, .blog #contents .py40 {
  padding-block: 40px;
}
body section .py36, footer .py36, header .py36, .blog #contents .py36 {
  padding-block: 36px;
}
body section .py32, footer .py32, header .py32, .blog #contents .py32 {
  padding-block: 32px;
}
body section .py30, footer .py30, header .py30, .blog #contents .py30 {
  padding-block: 30px;
}
body section .py24, footer .py24, header .py24, .blog #contents .py24 {
  padding-block: 24px;
}
body section .py20, footer .py20, header .py20, .blog #contents .py20 {
  padding-block: 20px;
}
body section .py16, footer .py16, header .py16, .blog #contents .py16 {
  padding-block: 16px;
}
body section .py12, footer .py12, header .py12, .blog #contents .py12 {
  padding-block: 12px;
}
body section .py10, footer .py10, header .py10, .blog #contents .py10 {
  padding-block: 10px;
}
body section .py8, footer .py8, header .py8, .blog #contents .py8 {
  padding-block: 8px;
}
body section .py0, footer .py0, header .py0, .blog #contents .py0 {
  padding-block: 0px;
}
body section .py025e, footer .py025e, header .py025e, .blog #contents .py025e {
  padding-block: 0.25em;
}
body section .py05e, footer .py05e, header .py05e, .blog #contents .py05e {
  padding-block: 0.5em;
}
body section .py075e, footer .py075e, header .py075e, .blog #contents .py075e {
  padding-block: 0.75em;
}
body section .py1e, footer .py1e, header .py1e, .blog #contents .py1e {
  padding-block: 1em;
}
body section .py125e, footer .py125e, header .py125e, .blog #contents .py125e {
  padding-block: 1.25em;
}
body section .py15e, footer .py15e, header .py15e, .blog #contents .py15e {
  padding-block: 1.5em;
}
body section .py175e, footer .py175e, header .py175e, .blog #contents .py175e {
  padding-block: 1.75em;
}
body section .py2e, footer .py2e, header .py2e, .blog #contents .py2e {
  padding-block: 2em;
}
body section .pad, footer .pad, header .pad, .blog #contents .pad {
  padding-inline: var(--pad);
}
body section .px, footer .px, header .px, .blog #contents .px {
  padding-inline: var(--pad);
}
body section .px025e, footer .px025e, header .px025e, .blog #contents .px025e {
  padding-inline: 0.25em;
}
body section .px05e, footer .px05e, header .px05e, .blog #contents .px05e {
  padding-inline: 0.5em;
}
body section .px075e, footer .px075e, header .px075e, .blog #contents .px075e {
  padding-inline: 0.75em;
}
body section .px1e, footer .px1e, header .px1e, .blog #contents .px1e {
  padding-inline: 1em;
}
body section .px125e, footer .px125e, header .px125e, .blog #contents .px125e {
  padding-inline: 1.25em;
}
body section .px15e, footer .px15e, header .px15e, .blog #contents .px15e {
  padding-inline: 1.5em;
}
body section .px175e, footer .px175e, header .px175e, .blog #contents .px175e {
  padding-inline: 1.75em;
}
body section .px2e, footer .px2e, header .px2e, .blog #contents .px2e {
  padding-inline: 2em;
}
body section .px-pad, footer .px-pad, header .px-pad, .blog #contents .px-pad {
  padding-inline: var(--pad);
}
body section .px96, footer .px96, header .px96, .blog #contents .px96 {
  padding-inline: 96px;
}
body section .px90, footer .px90, header .px90, .blog #contents .px90 {
  padding-inline: 90px;
}
body section .px84, footer .px84, header .px84, .blog #contents .px84 {
  padding-inline: 84px;
}
body section .px80, footer .px80, header .px80, .blog #contents .px80 {
  padding-inline: 80px;
}
body section .px72, footer .px72, header .px72, .blog #contents .px72 {
  padding-inline: 72px;
}
body section .px64, footer .px64, header .px64, .blog #contents .px64 {
  padding-inline: 64px;
}
body section .px60, footer .px60, header .px60, .blog #contents .px60 {
  padding-inline: 60px;
}
body section .px48, footer .px48, header .px48, .blog #contents .px48 {
  padding-inline: 48px;
}
body section .px40, footer .px40, header .px40, .blog #contents .px40 {
  padding-inline: 40px;
}
body section .px36, footer .px36, header .px36, .blog #contents .px36 {
  padding-inline: 36px;
}
body section .px32, footer .px32, header .px32, .blog #contents .px32 {
  padding-inline: 32px;
}
body section .px30, footer .px30, header .px30, .blog #contents .px30 {
  padding-inline: 30px;
}
body section .px24, footer .px24, header .px24, .blog #contents .px24 {
  padding-inline: 24px;
}
body section .px20, footer .px20, header .px20, .blog #contents .px20 {
  padding-inline: 20px;
}
body section .px16, footer .px16, header .px16, .blog #contents .px16 {
  padding-inline: 16px;
}
body section .px12, footer .px12, header .px12, .blog #contents .px12 {
  padding-inline: 12px;
}
body section .px10, footer .px10, header .px10, .blog #contents .px10 {
  padding-inline: 10px;
}
body section .px8, footer .px8, header .px8, .blog #contents .px8 {
  padding-inline: 8px;
}
body section .px0, footer .px0, header .px0, .blog #contents .px0 {
  padding-inline: 0px;
}
body section .px20p, footer .px20p, header .px20p, .blog #contents .px20p {
  padding-inline: 20%;
}
body section .px16p, footer .px16p, header .px16p, .blog #contents .px16p {
  padding-inline: 16%;
}
body section .px12p, footer .px12p, header .px12p, .blog #contents .px12p {
  padding-inline: 12%;
}
body section .px10p, footer .px10p, header .px10p, .blog #contents .px10p {
  padding-inline: 10%;
}
body section .px9p, footer .px9p, header .px9p, .blog #contents .px9p {
  padding-inline: 9%;
}
body section .px8p, footer .px8p, header .px8p, .blog #contents .px8p {
  padding-inline: 8%;
}
body section .px7p, footer .px7p, header .px7p, .blog #contents .px7p {
  padding-inline: 7%;
}
body section .px6p, footer .px6p, header .px6p, .blog #contents .px6p {
  padding-inline: 6%;
}
body section .px5p, footer .px5p, header .px5p, .blog #contents .px5p {
  padding-inline: 5%;
}
body section .px4p, footer .px4p, header .px4p, .blog #contents .px4p {
  padding-inline: 4%;
}
body section .px3p, footer .px3p, header .px3p, .blog #contents .px3p {
  padding-inline: 3%;
}
body section .px2p, footer .px2p, header .px2p, .blog #contents .px2p {
  padding-inline: 2%;
}
body section .px1p, footer .px1p, header .px1p, .blog #contents .px1p {
  padding-inline: 1%;
}
body section .pad120, footer .pad120, header .pad120, .blog #contents .pad120 {
  padding: 120px;
}
body section .pad100, footer .pad100, header .pad100, .blog #contents .pad100 {
  padding: 100px;
}
body section .pad96, footer .pad96, header .pad96, .blog #contents .pad96 {
  padding: 96px;
}
body section .pad90, footer .pad90, header .pad90, .blog #contents .pad90 {
  padding: 90px;
}
body section .pad84, footer .pad84, header .pad84, .blog #contents .pad84 {
  padding: 84px;
}
body section .pad80, footer .pad80, header .pad80, .blog #contents .pad80 {
  padding: 80px;
}
body section .pad72, footer .pad72, header .pad72, .blog #contents .pad72 {
  padding: 72px;
}
body section .pad64, footer .pad64, header .pad64, .blog #contents .pad64 {
  padding: 64px;
}
body section .pad60, footer .pad60, header .pad60, .blog #contents .pad60 {
  padding: 60px;
}
body section .pad48, footer .pad48, header .pad48, .blog #contents .pad48 {
  padding: 48px;
}
body section .pad40, footer .pad40, header .pad40, .blog #contents .pad40 {
  padding: 40px;
}
body section .pad36, footer .pad36, header .pad36, .blog #contents .pad36 {
  padding: 36px;
}
body section .pad32, footer .pad32, header .pad32, .blog #contents .pad32 {
  padding: 32px;
}
body section .pad30, footer .pad30, header .pad30, .blog #contents .pad30 {
  padding: 30px;
}
body section .pad24, footer .pad24, header .pad24, .blog #contents .pad24 {
  padding: 24px;
}
body section .pad20, footer .pad20, header .pad20, .blog #contents .pad20 {
  padding: 20px;
}
body section .pad16, footer .pad16, header .pad16, .blog #contents .pad16 {
  padding: 16px;
}
body section .pad12, footer .pad12, header .pad12, .blog #contents .pad12 {
  padding: 12px;
}
body section .pad10, footer .pad10, header .pad10, .blog #contents .pad10 {
  padding: 10px;
}
body section .pad8, footer .pad8, header .pad8, .blog #contents .pad8 {
  padding: 8px;
}
body section .pad1mi, footer .pad1mi, header .pad1mi, .blog #contents .pad1mi {
  padding: 1vmin;
}
body section .pad2mi, footer .pad2mi, header .pad2mi, .blog #contents .pad2mi {
  padding: 2vmin;
}
body section .pad3mi, footer .pad3mi, header .pad3mi, .blog #contents .pad3mi {
  padding: 3vmin;
}
body section .pad4mi, footer .pad4mi, header .pad4mi, .blog #contents .pad4mi {
  padding: 4vmin;
}
body section .pad5mi, footer .pad5mi, header .pad5mi, .blog #contents .pad5mi {
  padding: 5vmin;
}
body section .pad6mi, footer .pad6mi, header .pad6mi, .blog #contents .pad6mi {
  padding: 6vmin;
}
body section .pad8mi, footer .pad8mi, header .pad8mi, .blog #contents .pad8mi {
  padding: 8vmin;
}
body section .pad10mi, footer .pad10mi, header .pad10mi, .blog #contents .pad10mi {
  padding: 10vmin;
}
body section .pad12mi, footer .pad12mi, header .pad12mi, .blog #contents .pad12mi {
  padding: 12vmin;
}
body section .pr-incont, footer .pr-incont, header .pr-incont, .blog #contents .pr-incont {
  padding-right: var(--incont);
}
body section .pl-incont, footer .pl-incont, header .pl-incont, .blog #contents .pl-incont {
  padding-left: var(--incont);
}
body section .py-incont, footer .py-incont, header .py-incont, .blog #contents .py-incont {
  padding-inline: var(--incont);
}

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

body section .ml-unset, footer .ml-unset, header .ml-unset, .blog #contents .ml-unset {
  margin-left: unset;
}
body section .mr-unset, footer .mr-unset, header .mr-unset, .blog #contents .mr-unset {
  margin-right: unset;
}
body section .ml-auto, footer .ml-auto, header .ml-auto, .blog #contents .ml-auto {
  margin-inline: auto 0;
}
body section .mr-auto, footer .mr-auto, header .mr-auto, .blog #contents .mr-auto {
  margin-inline: 0 auto;
}
body section .mx-auto, footer .mx-auto, header .mx-auto, .blog #contents .mx-auto {
  margin-inline: auto !important;
}
body section .mx96, footer .mx96, header .mx96, .blog #contents .mx96 {
  margin-inline: 96px;
}
body section .mx90, footer .mx90, header .mx90, .blog #contents .mx90 {
  margin-inline: 90px;
}
body section .mx84, footer .mx84, header .mx84, .blog #contents .mx84 {
  margin-inline: 84px;
}
body section .mx80, footer .mx80, header .mx80, .blog #contents .mx80 {
  margin-inline: 80px;
}
body section .mx72, footer .mx72, header .mx72, .blog #contents .mx72 {
  margin-inline: 72px;
}
body section .mx64, footer .mx64, header .mx64, .blog #contents .mx64 {
  margin-inline: 64px;
}
body section .mx60, footer .mx60, header .mx60, .blog #contents .mx60 {
  margin-inline: 60px;
}
body section .mx48, footer .mx48, header .mx48, .blog #contents .mx48 {
  margin-inline: 48px;
}
body section .mx40, footer .mx40, header .mx40, .blog #contents .mx40 {
  margin-inline: 40px;
}
body section .mx36, footer .mx36, header .mx36, .blog #contents .mx36 {
  margin-inline: 36px;
}
body section .mx32, footer .mx32, header .mx32, .blog #contents .mx32 {
  margin-inline: 32px;
}
body section .mx30, footer .mx30, header .mx30, .blog #contents .mx30 {
  margin-inline: 30px;
}
body section .mx24, footer .mx24, header .mx24, .blog #contents .mx24 {
  margin-inline: 24px;
}
body section .mx20, footer .mx20, header .mx20, .blog #contents .mx20 {
  margin-inline: 20px;
}
body section .mx16, footer .mx16, header .mx16, .blog #contents .mx16 {
  margin-inline: 16px;
}
body section .mx12, footer .mx12, header .mx12, .blog #contents .mx12 {
  margin-inline: 12px;
}
body section .mx10, footer .mx10, header .mx10, .blog #contents .mx10 {
  margin-inline: 10px;
}
body section .mx8, footer .mx8, header .mx8, .blog #contents .mx8 {
  margin-inline: 8px;
}
body section .mx0, footer .mx0, header .mx0, .blog #contents .mx0 {
  margin-inline: 0px;
}
body section .MY025, footer .MY025, header .MY025, .blog #contents .MY025 {
  margin-block: calc(0.25 * var(--bl));
}
body section .MY03, footer .MY03, header .MY03, .blog #contents .MY03 {
  margin-block: calc(0.33 * var(--bl));
}
body section .MY05, footer .MY05, header .MY05, .blog #contents .MY05 {
  margin-block: calc(0.5 * var(--bl));
}
body section .MY06, footer .MY06, header .MY06, .blog #contents .MY06 {
  margin-block: calc(0.66 * var(--bl));
}
body section .MY075, footer .MY075, header .MY075, .blog #contents .MY075 {
  margin-block: calc(0.75 * var(--bl));
}
body section .MY1, footer .MY1, header .MY1, .blog #contents .MY1 {
  margin-block: calc(1 * var(--bl));
}
body section .MY125, footer .MY125, header .MY125, .blog #contents .MY125 {
  margin-block: calc(1.25 * var(--bl));
}
body section .MY15, footer .MY15, header .MY15, .blog #contents .MY15 {
  margin-block: calc(1.5 * var(--bl));
}
body section .MY2, footer .MY2, header .MY2, .blog #contents .MY2 {
  margin-block: calc(2 * var(--bl));
}
body section .MY3, footer .MY3, header .MY3, .blog #contents .MY3 {
  margin-block: calc(3 * var(--bl));
}
body section .my-bl, footer .my-bl, header .my-bl, .blog #contents .my-bl {
  margin-block: var(--bl);
}
body section .my96, footer .my96, header .my96, .blog #contents .my96 {
  margin-block: 96px;
}
body section .my90, footer .my90, header .my90, .blog #contents .my90 {
  margin-block: 90px;
}
body section .my84, footer .my84, header .my84, .blog #contents .my84 {
  margin-block: 84px;
}
body section .my80, footer .my80, header .my80, .blog #contents .my80 {
  margin-block: 80px;
}
body section .my72, footer .my72, header .my72, .blog #contents .my72 {
  margin-block: 72px;
}
body section .my64, footer .my64, header .my64, .blog #contents .my64 {
  margin-block: 64px;
}
body section .my60, footer .my60, header .my60, .blog #contents .my60 {
  margin-block: 60px;
}
body section .my48, footer .my48, header .my48, .blog #contents .my48 {
  margin-block: 48px;
}
body section .my40, footer .my40, header .my40, .blog #contents .my40 {
  margin-block: 40px;
}
body section .my36, footer .my36, header .my36, .blog #contents .my36 {
  margin-block: 36px;
}
body section .my32, footer .my32, header .my32, .blog #contents .my32 {
  margin-block: 32px;
}
body section .my30, footer .my30, header .my30, .blog #contents .my30 {
  margin-block: 30px;
}
body section .my24, footer .my24, header .my24, .blog #contents .my24 {
  margin-block: 24px;
}
body section .my20, footer .my20, header .my20, .blog #contents .my20 {
  margin-block: 20px;
}
body section .my16, footer .my16, header .my16, .blog #contents .my16 {
  margin-block: 16px;
}
body section .my12, footer .my12, header .my12, .blog #contents .my12 {
  margin-block: 12px;
}
body section .my10, footer .my10, header .my10, .blog #contents .my10 {
  margin-block: 10px;
}
body section .my8, footer .my8, header .my8, .blog #contents .my8 {
  margin-block: 8px;
}
body section .my0, footer .my0, header .my0, .blog #contents .my0 {
  margin-block: 0px;
}
body section .my3e, footer .my3e, header .my3e, .blog #contents .my3e {
  margin-block: 3em;
}
body section .my2e, footer .my2e, header .my2e, .blog #contents .my2e {
  margin-block: 2em;
}
body section .my1e, footer .my1e, header .my1e, .blog #contents .my1e {
  margin-block: 1em;
}
body section .my6p, footer .my6p, header .my6p, .blog #contents .my6p {
  margin-block: 6%;
}
body section .my5p, footer .my5p, header .my5p, .blog #contents .my5p {
  margin-block: 5%;
}
body section .my4p, footer .my4p, header .my4p, .blog #contents .my4p {
  margin-block: 4%;
}
body section .my3p, footer .my3p, header .my3p, .blog #contents .my3p {
  margin-block: 3%;
}
body section .my2p, footer .my2p, header .my2p, .blog #contents .my2p {
  margin-block: 2%;
}
body section .my1p, footer .my1p, header .my1p, .blog #contents .my1p {
  margin-block: 1%;
}
body section .mt-auto, footer .mt-auto, header .mt-auto, .blog #contents .mt-auto {
  margin-top: auto;
}
body section .mb-auto, footer .mb-auto, header .mb-auto, .blog #contents .mb-auto {
  margin-bottom: auto;
}
body section .ml-auto, footer .ml-auto, header .ml-auto, .blog #contents .ml-auto {
  margin-left: auto;
}
body section .mr-auto, footer .mr-auto, header .mr-auto, .blog #contents .mr-auto {
  margin-right: auto;
}
body section .mx-auto, footer .mx-auto, header .mx-auto, .blog #contents .mx-auto {
  margin-block: auto;
}
body section .my-auto, footer .my-auto, header .my-auto, .blog #contents .my-auto {
  margin-inline: auto;
}

body section .ml025e, footer .ml025e, header .ml025e, .blog #contents .ml025e {
  margin-left: 0.25em;
}
body section .ml075e, footer .ml075e, header .ml075e, .blog #contents .ml075e {
  margin-left: 0.75em;
}
body section .ml05e, footer .ml05e, header .ml05e, .blog #contents .ml05e {
  margin-left: 0.5em;
}
body section .ml1e, footer .ml1e, header .ml1e, .blog #contents .ml1e {
  margin-left: 1em;
}
body section .ml15e, footer .ml15e, header .ml15e, .blog #contents .ml15e {
  margin-left: 1.5em;
}
body section .ml2e, footer .ml2e, header .ml2e, .blog #contents .ml2e {
  margin-left: 2em;
}
body section .ml3e, footer .ml3e, header .ml3e, .blog #contents .ml3e {
  margin-left: 3em;
}
body section .ml4e, footer .ml4e, header .ml4e, .blog #contents .ml4e {
  margin-left: 4em;
}
body section .ml5e, footer .ml5e, header .ml5e, .blog #contents .ml5e {
  margin-left: 5em;
}
body section .ml6e, footer .ml6e, header .ml6e, .blog #contents .ml6e {
  margin-left: 6em;
}
body section .mr1e, footer .mr1e, header .mr1e, .blog #contents .mr1e {
  margin-right: 1em;
}
body section .mr15e, footer .mr15e, header .mr15e, .blog #contents .mr15e {
  margin-right: 1.5em;
}
body section .mr2e, footer .mr2e, header .mr2e, .blog #contents .mr2e {
  margin-right: 2em;
}
body section .mr3e, footer .mr3e, header .mr3e, .blog #contents .mr3e {
  margin-right: 3em;
}
body section .mt1e, footer .mt1e, header .mt1e, .blog #contents .mt1e {
  margin-top: 1em;
}
body section .mt125e, footer .mt125e, header .mt125e, .blog #contents .mt125e {
  margin-top: 1.25em;
}
body section .mt15e, footer .mt15e, header .mt15e, .blog #contents .mt15e {
  margin-top: 1.5em;
}
body section .mt175e, footer .mt175e, header .mt175e, .blog #contents .mt175e {
  margin-top: 1.75em;
}
body section .mt1e, footer .mt1e, header .mt1e, .blog #contents .mt1e {
  margin-top: 1em;
}
body section .mt2e, footer .mt2e, header .mt2e, .blog #contents .mt2e {
  margin-top: 2em;
}
body section .mt3e, footer .mt3e, header .mt3e, .blog #contents .mt3e {
  margin-top: 3em;
}
body section .mt4e, footer .mt4e, header .mt4e, .blog #contents .mt4e {
  margin-top: 4em;
}
body section .mt5e, footer .mt5e, header .mt5e, .blog #contents .mt5e {
  margin-top: 5em;
}
body section .mt6e, footer .mt6e, header .mt6e, .blog #contents .mt6e {
  margin-top: 6em;
}
body section .mt7e, footer .mt7e, header .mt7e, .blog #contents .mt7e {
  margin-top: 7em;
}
body section .mt8e, footer .mt8e, header .mt8e, .blog #contents .mt8e {
  margin-top: 8em;
}
body section .mt9e, footer .mt9e, header .mt9e, .blog #contents .mt9e {
  margin-top: 9em;
}
body section .mt10e, footer .mt10e, header .mt10e, .blog #contents .mt10e {
  margin-top: 10em;
}
body section .mt2p, footer .mt2p, header .mt2p, .blog #contents .mt2p {
  margin-top: 2%;
}
body section .mt4p, footer .mt4p, header .mt4p, .blog #contents .mt4p {
  margin-top: 4%;
}
body section .mt5p, footer .mt5p, header .mt5p, .blog #contents .mt5p {
  margin-top: 5%;
}
body section .mt6p, footer .mt6p, header .mt6p, .blog #contents .mt6p {
  margin-top: 6%;
}
body section .mt75p, footer .mt75p, header .mt75p, .blog #contents .mt75p {
  margin-top: 7.5%;
}
body section .mt8p, footer .mt8p, header .mt8p, .blog #contents .mt8p {
  margin-top: 8%;
}
body section .mt10p, footer .mt10p, header .mt10p, .blog #contents .mt10p {
  margin-top: 10%;
}
body section .mt12p, footer .mt12p, header .mt12p, .blog #contents .mt12p {
  margin-top: 12%;
}
body section .mt15p, footer .mt15p, header .mt15p, .blog #contents .mt15p {
  margin-top: 15%;
}
body section .mt16p, footer .mt16p, header .mt16p, .blog #contents .mt16p {
  margin-top: 16%;
}
body section .mt18p, footer .mt18p, header .mt18p, .blog #contents .mt18p {
  margin-top: 18%;
}
body section .mt20p, footer .mt20p, header .mt20p, .blog #contents .mt20p {
  margin-top: 20%;
}
body section .mt22p, footer .mt22p, header .mt22p, .blog #contents .mt22p {
  margin-top: 22%;
}
body section .mt24p, footer .mt24p, header .mt24p, .blog #contents .mt24p {
  margin-top: 24%;
}
body section .mt26p, footer .mt26p, header .mt26p, .blog #contents .mt26p {
  margin-top: 26%;
}
body section .mt28p, footer .mt28p, header .mt28p, .blog #contents .mt28p {
  margin-top: 28%;
}
body section .mt30p, footer .mt30p, header .mt30p, .blog #contents .mt30p {
  margin-top: 30%;
}
body section .mtG, footer .mtG, header .mtG, .blog #contents .mtG {
  margin-top: var(--g);
}
body section .mt-auto, footer .mt-auto, header .mt-auto, .blog #contents .mt-auto {
  margin-top: auto;
}
body section .mt-head, footer .mt-head, header .mt-head, .blog #contents .mt-head {
  margin-top: var(--head);
}
body section .mtB025, footer .mtB025, header .mtB025, .blog #contents .mtB025 {
  margin-top: calc(0.25 * var(--bl));
}
body section .mtB03, footer .mtB03, header .mtB03, .blog #contents .mtB03 {
  margin-top: calc(0.33 * var(--bl));
}
body section .mtB05, footer .mtB05, header .mtB05, .blog #contents .mtB05 {
  margin-top: calc(0.5 * var(--bl));
}
body section .mtB06, footer .mtB06, header .mtB06, .blog #contents .mtB06 {
  margin-top: calc(0.66 * var(--bl));
}
body section .mtB075, footer .mtB075, header .mtB075, .blog #contents .mtB075 {
  margin-top: calc(0.75 * var(--bl));
}
body section .mtB1, footer .mtB1, header .mtB1, .blog #contents .mtB1 {
  margin-top: calc(1 * var(--bl));
}
body section .mtB125, footer .mtB125, header .mtB125, .blog #contents .mtB125 {
  margin-top: calc(1.25 * var(--bl));
}
body section .mtB15, footer .mtB15, header .mtB15, .blog #contents .mtB15 {
  margin-top: calc(1.5 * var(--bl));
}
body section .mtB2, footer .mtB2, header .mtB2, .blog #contents .mtB2 {
  margin-top: calc(2 * var(--bl));
}
body section .mtB3, footer .mtB3, header .mtB3, .blog #contents .mtB3 {
  margin-top: calc(3 * var(--bl));
}
body section .mt90, footer .mt90, header .mt90, .blog #contents .mt90 {
  margin-top: 90px;
}
body section .mt80, footer .mt80, header .mt80, .blog #contents .mt80 {
  margin-top: 80px;
}
body section .mt72, footer .mt72, header .mt72, .blog #contents .mt72 {
  margin-top: 72px;
}
body section .mt64, footer .mt64, header .mt64, .blog #contents .mt64 {
  margin-top: 64px;
}
body section .mt60, footer .mt60, header .mt60, .blog #contents .mt60 {
  margin-top: 60px;
}
body section .mt48, footer .mt48, header .mt48, .blog #contents .mt48 {
  margin-top: 48px;
}
body section .mt40, footer .mt40, header .mt40, .blog #contents .mt40 {
  margin-top: 40px;
}
body section .mt36, footer .mt36, header .mt36, .blog #contents .mt36 {
  margin-top: 36px;
}
body section .mt32, footer .mt32, header .mt32, .blog #contents .mt32 {
  margin-top: 32px;
}
body section .mt30, footer .mt30, header .mt30, .blog #contents .mt30 {
  margin-top: 30px;
}
body section .mt24, footer .mt24, header .mt24, .blog #contents .mt24 {
  margin-top: 24px;
}
body section .mt20, footer .mt20, header .mt20, .blog #contents .mt20 {
  margin-top: 20px;
}
body section .mt16, footer .mt16, header .mt16, .blog #contents .mt16 {
  margin-top: 16px;
}
body section .mt12, footer .mt12, header .mt12, .blog #contents .mt12 {
  margin-top: 12px;
}
body section .mt10, footer .mt10, header .mt10, .blog #contents .mt10 {
  margin-top: 10px;
}
body section .mt8, footer .mt8, header .mt8, .blog #contents .mt8 {
  margin-top: 8px;
}
body section .mt0, footer .mt0, header .mt0, .blog #contents .mt0 {
  margin-top: 0px;
}
body section .next-mt40 + div, footer .next-mt40 + div, header .next-mt40 + div, .blog #contents .next-mt40 + div {
  margin-top: 40px;
}
body section .next-mt32 + div, footer .next-mt32 + div, header .next-mt32 + div, .blog #contents .next-mt32 + div {
  margin-top: 32px;
}
body section .next-mt30 + div, footer .next-mt30 + div, header .next-mt30 + div, .blog #contents .next-mt30 + div {
  margin-top: 30px;
}
body section .next-mt24 + div, footer .next-mt24 + div, header .next-mt24 + div, .blog #contents .next-mt24 + div {
  margin-top: 24px;
}
body section .next-mt20 + div, footer .next-mt20 + div, header .next-mt20 + div, .blog #contents .next-mt20 + div {
  margin-top: 20px;
}
body section .next-mt16 + div, footer .next-mt16 + div, header .next-mt16 + div, .blog #contents .next-mt16 + div {
  margin-top: 16px;
}
body section .next-mt10 + div, footer .next-mt10 + div, header .next-mt10 + div, .blog #contents .next-mt10 + div {
  margin-top: 10px;
}
body section .mbB025, footer .mbB025, header .mbB025, .blog #contents .mbB025 {
  margin-bottom: calc(0.25 * var(--bl));
}
body section .mbB03, footer .mbB03, header .mbB03, .blog #contents .mbB03 {
  margin-bottom: calc(0.33 * var(--bl));
}
body section .mbB05, footer .mbB05, header .mbB05, .blog #contents .mbB05 {
  margin-bottom: calc(0.5 * var(--bl));
}
body section .mbB06, footer .mbB06, header .mbB06, .blog #contents .mbB06 {
  margin-bottom: calc(0.66 * var(--bl));
}
body section .mbB075, footer .mbB075, header .mbB075, .blog #contents .mbB075 {
  margin-bottom: calc(0.75 * var(--bl));
}
body section .mbB1, footer .mbB1, header .mbB1, .blog #contents .mbB1 {
  margin-bottom: calc(1 * var(--bl));
}
body section .mbB125, footer .mbB125, header .mbB125, .blog #contents .mbB125 {
  margin-bottom: calc(1.25 * var(--bl));
}
body section .mbB15, footer .mbB15, header .mbB15, .blog #contents .mbB15 {
  margin-bottom: calc(1.5 * var(--bl));
}
body section .mbB2, footer .mbB2, header .mbB2, .blog #contents .mbB2 {
  margin-bottom: calc(2 * var(--bl));
}
body section .mbB3, footer .mbB3, header .mbB3, .blog #contents .mbB3 {
  margin-bottom: calc(3 * var(--bl));
}
body section .mb1e, footer .mb1e, header .mb1e, .blog #contents .mb1e {
  margin-bottom: 1em;
}
body section .mb125e, footer .mb125e, header .mb125e, .blog #contents .mb125e {
  margin-bottom: 1.25em;
}
body section .mb15e, footer .mb15e, header .mb15e, .blog #contents .mb15e {
  margin-bottom: 1.5em;
}
body section .mb175e, footer .mb175e, header .mb175e, .blog #contents .mb175e {
  margin-bottom: 1.75em;
}
body section .mb96, footer .mb96, header .mb96, .blog #contents .mb96 {
  margin-bottom: 96px;
}
body section .mb90, footer .mb90, header .mb90, .blog #contents .mb90 {
  margin-bottom: 90px;
}
body section .mb84, footer .mb84, header .mb84, .blog #contents .mb84 {
  margin-bottom: 84px;
}
body section .mb80, footer .mb80, header .mb80, .blog #contents .mb80 {
  margin-bottom: 80px;
}
body section .mb72, footer .mb72, header .mb72, .blog #contents .mb72 {
  margin-bottom: 72px;
}
body section .mb64, footer .mb64, header .mb64, .blog #contents .mb64 {
  margin-bottom: 64px;
}
body section .mb60, footer .mb60, header .mb60, .blog #contents .mb60 {
  margin-bottom: 60px;
}
body section .mb48, footer .mb48, header .mb48, .blog #contents .mb48 {
  margin-bottom: 48px;
}
body section .mb40, footer .mb40, header .mb40, .blog #contents .mb40 {
  margin-bottom: 40px;
}
body section .mb36, footer .mb36, header .mb36, .blog #contents .mb36 {
  margin-bottom: 36px;
}
body section .mb32, footer .mb32, header .mb32, .blog #contents .mb32 {
  margin-bottom: 32px;
}
body section .mb30, footer .mb30, header .mb30, .blog #contents .mb30 {
  margin-bottom: 30px;
}
body section .mb24, footer .mb24, header .mb24, .blog #contents .mb24 {
  margin-bottom: 24px;
}
body section .mb20, footer .mb20, header .mb20, .blog #contents .mb20 {
  margin-bottom: 20px;
}
body section .mb16, footer .mb16, header .mb16, .blog #contents .mb16 {
  margin-bottom: 16px;
}
body section .mb12, footer .mb12, header .mb12, .blog #contents .mb12 {
  margin-bottom: 12px;
}
body section .mb10, footer .mb10, header .mb10, .blog #contents .mb10 {
  margin-bottom: 10px;
}
body section .mb8, footer .mb8, header .mb8, .blog #contents .mb8 {
  margin-bottom: 8px;
}
body section .mb0, footer .mb0, header .mb0, .blog #contents .mb0 {
  margin-bottom: 0px;
}
body section .nmb1e, footer .nmb1e, header .nmb1e, .blog #contents .nmb1e {
  margin-bottom: -1em;
}
body section .nmb125e, footer .nmb125e, header .nmb125e, .blog #contents .nmb125e {
  margin-bottom: -1.25em;
}
body section .nmb15e, footer .nmb15e, header .nmb15e, .blog #contents .nmb15e {
  margin-bottom: -1.5em;
}
body section .nmb175e, footer .nmb175e, header .nmb175e, .blog #contents .nmb175e {
  margin-bottom: -1.75em;
}
body section .nmb2e, footer .nmb2e, header .nmb2e, .blog #contents .nmb2e {
  margin-bottom: -2em;
}
body section .nmb8, footer .nmb8, header .nmb8, .blog #contents .nmb8 {
  margin-bottom: -8px;
}
body section .nmb10, footer .nmb10, header .nmb10, .blog #contents .nmb10 {
  margin-bottom: -10px;
}
body section .nmb12, footer .nmb12, header .nmb12, .blog #contents .nmb12 {
  margin-bottom: -12px;
}
body section .nmb16, footer .nmb16, header .nmb16, .blog #contents .nmb16 {
  margin-bottom: -16px;
}
body section .nmb20, footer .nmb20, header .nmb20, .blog #contents .nmb20 {
  margin-bottom: -20px;
}
body section .nmb24, footer .nmb24, header .nmb24, .blog #contents .nmb24 {
  margin-bottom: -24px;
}
body section .nmb30, footer .nmb30, header .nmb30, .blog #contents .nmb30 {
  margin-bottom: -30px;
}
body section .nmb32, footer .nmb32, header .nmb32, .blog #contents .nmb32 {
  margin-bottom: -32px;
}
body section .nmb36, footer .nmb36, header .nmb36, .blog #contents .nmb36 {
  margin-bottom: -36px;
}
body section .nmb40, footer .nmb40, header .nmb40, .blog #contents .nmb40 {
  margin-bottom: -40px;
}
body section .nmb48, footer .nmb48, header .nmb48, .blog #contents .nmb48 {
  margin-bottom: -48px;
}
body section .nmb60, footer .nmb60, header .nmb60, .blog #contents .nmb60 {
  margin-bottom: -60px;
}
body section .nmb72, footer .nmb72, header .nmb72, .blog #contents .nmb72 {
  margin-bottom: -72px;
}
body section .nmb80, footer .nmb80, header .nmb80, .blog #contents .nmb80 {
  margin-bottom: -80px;
}
body section .nmb84, footer .nmb84, header .nmb84, .blog #contents .nmb84 {
  margin-bottom: -84px;
}
body section .nmb90, footer .nmb90, header .nmb90, .blog #contents .nmb90 {
  margin-bottom: -90px;
}
body section .nmb96, footer .nmb96, header .nmb96, .blog #contents .nmb96 {
  margin-bottom: -96px;
}
body section .nmb100, footer .nmb100, header .nmb100, .blog #contents .nmb100 {
  margin-bottom: -100px;
}
body section .nmb108, footer .nmb108, header .nmb108, .blog #contents .nmb108 {
  margin-bottom: -108px;
}
body section .nmb120, footer .nmb120, header .nmb120, .blog #contents .nmb120 {
  margin-bottom: -120px;
}
body section .nmb140, footer .nmb140, header .nmb140, .blog #contents .nmb140 {
  margin-bottom: -140px;
}
body section .nmb150, footer .nmb150, header .nmb150, .blog #contents .nmb150 {
  margin-bottom: -150px;
}
body section .nmb160, footer .nmb160, header .nmb160, .blog #contents .nmb160 {
  margin-bottom: -160px;
}
body section .nmb180, footer .nmb180, header .nmb180, .blog #contents .nmb180 {
  margin-bottom: -180px;
}
body section .nmb200, footer .nmb200, header .nmb200, .blog #contents .nmb200 {
  margin-bottom: -200px;
}
body section .nmb240, footer .nmb240, header .nmb240, .blog #contents .nmb240 {
  margin-bottom: -240px;
}
body section .nmbB03, footer .nmbB03, header .nmbB03, .blog #contents .nmbB03 {
  margin-bottom: calc(var(--bl) / -3);
}
body section .nmbB05, footer .nmbB05, header .nmbB05, .blog #contents .nmbB05 {
  margin-bottom: calc(var(--bl) / -2);
}
body section .nmbB06, footer .nmbB06, header .nmbB06, .blog #contents .nmbB06 {
  margin-bottom: calc(var(--bl) / -1.5);
}
body section .nmbB075, footer .nmbB075, header .nmbB075, .blog #contents .nmbB075 {
  margin-bottom: calc(var(--bl) / -4 * 3);
}
body section .nmbB1, footer .nmbB1, header .nmbB1, .blog #contents .nmbB1 {
  margin-bottom: calc(-1 * var(--bl));
}
body section .nmbB15, footer .nmbB15, header .nmbB15, .blog #contents .nmbB15 {
  margin-bottom: calc(-1.5 * var(--bl));
}
body section .nmbB2, footer .nmbB2, header .nmbB2, .blog #contents .nmbB2 {
  margin-bottom: calc(-2 * var(--bl));
}
body section .nmb-FBS, footer .nmb-FBS, header .nmb-FBS, .blog #contents .nmb-FBS {
  margin-bottom: calc(-1 * var(--FBS));
}
body section .nmt2mi, footer .nmt2mi, header .nmt2mi, .blog #contents .nmt2mi {
  margin-top: -2vmin;
}
body section .nmt4mi, footer .nmt4mi, header .nmt4mi, .blog #contents .nmt4mi {
  margin-top: -4vmin;
}
body section .nmt6mi, footer .nmt6mi, header .nmt6mi, .blog #contents .nmt6mi {
  margin-top: -6vmin;
}
body section .nmt8mi, footer .nmt8mi, header .nmt8mi, .blog #contents .nmt8mi {
  margin-top: -8vmin;
}
body section .nmt10mi, footer .nmt10mi, header .nmt10mi, .blog #contents .nmt10mi {
  margin-top: -10vmin;
}
body section .nmt12mi, footer .nmt12mi, header .nmt12mi, .blog #contents .nmt12mi {
  margin-top: -12vmin;
}
body section .nmt16mi, footer .nmt16mi, header .nmt16mi, .blog #contents .nmt16mi {
  margin-top: -16vmin;
}
body section .nmt20mi, footer .nmt20mi, header .nmt20mi, .blog #contents .nmt20mi {
  margin-top: -20vmin;
}
body section .nmtB03, footer .nmtB03, header .nmtB03, .blog #contents .nmtB03 {
  margin-top: calc(var(--bl) / -3);
}
body section .nmtB05, footer .nmtB05, header .nmtB05, .blog #contents .nmtB05 {
  margin-top: calc(var(--bl) / -2);
}
body section .nmtB06, footer .nmtB06, header .nmtB06, .blog #contents .nmtB06 {
  margin-top: calc(var(--bl) / -1.5);
}
body section .nmtB075, footer .nmtB075, header .nmtB075, .blog #contents .nmtB075 {
  margin-top: calc(var(--bl) / -4 * 3);
}
body section .nmtB05, footer .nmtB05, header .nmtB05, .blog #contents .nmtB05 {
  margin-top: calc(-0.5 * var(--bl));
}
body section .nmtB025, footer .nmtB025, header .nmtB025, .blog #contents .nmtB025 {
  margin-top: calc(-0.25 * var(--bl));
}
body section .nmtB1, footer .nmtB1, header .nmtB1, .blog #contents .nmtB1 {
  margin-top: calc(-1 * var(--bl));
}
body section .nmtB15, footer .nmtB15, header .nmtB15, .blog #contents .nmtB15 {
  margin-top: calc(-1.5 * var(--bl));
}
body section .nmtB2, footer .nmtB2, header .nmtB2, .blog #contents .nmtB2 {
  margin-top: calc(-2 * var(--bl));
}
body section .nmtB25, footer .nmtB25, header .nmtB25, .blog #contents .nmtB25 {
  margin-top: calc(-2.5 * var(--bl));
}
body section .nmtB3, footer .nmtB3, header .nmtB3, .blog #contents .nmtB3 {
  margin-top: calc(-3 * var(--bl));
}
body section .nmt1, footer .nmt1, header .nmt1, .blog #contents .nmt1 {
  margin-top: -1px;
}
body section .nmt8, footer .nmt8, header .nmt8, .blog #contents .nmt8 {
  margin-top: -8px;
}
body section .nmt10, footer .nmt10, header .nmt10, .blog #contents .nmt10 {
  margin-top: -10px;
}
body section .nmt12, footer .nmt12, header .nmt12, .blog #contents .nmt12 {
  margin-top: -12px;
}
body section .nmt16, footer .nmt16, header .nmt16, .blog #contents .nmt16 {
  margin-top: -16px;
}
body section .nmt20, footer .nmt20, header .nmt20, .blog #contents .nmt20 {
  margin-top: -20px;
}
body section .nmt24, footer .nmt24, header .nmt24, .blog #contents .nmt24 {
  margin-top: -24px;
}
body section .nmt30, footer .nmt30, header .nmt30, .blog #contents .nmt30 {
  margin-top: -30px;
}
body section .nmt32, footer .nmt32, header .nmt32, .blog #contents .nmt32 {
  margin-top: -32px;
}
body section .nmt36, footer .nmt36, header .nmt36, .blog #contents .nmt36 {
  margin-top: -36px;
}
body section .nmt40, footer .nmt40, header .nmt40, .blog #contents .nmt40 {
  margin-top: -40px;
}
body section .nmt48, footer .nmt48, header .nmt48, .blog #contents .nmt48 {
  margin-top: -48px;
}
body section .nmt60, footer .nmt60, header .nmt60, .blog #contents .nmt60 {
  margin-top: -60px;
}
body section .nmt72, footer .nmt72, header .nmt72, .blog #contents .nmt72 {
  margin-top: -72px;
}
body section .nmt80, footer .nmt80, header .nmt80, .blog #contents .nmt80 {
  margin-top: -80px;
}
body section .nmt84, footer .nmt84, header .nmt84, .blog #contents .nmt84 {
  margin-top: -84px;
}
body section .nmt90, footer .nmt90, header .nmt90, .blog #contents .nmt90 {
  margin-top: -90px;
}
body section .nmt96, footer .nmt96, header .nmt96, .blog #contents .nmt96 {
  margin-top: -96px;
}
body section [class*=nmt], body section [class*=nmb], footer [class*=nmt], footer [class*=nmb], header [class*=nmt], header [class*=nmb], .blog #contents [class*=nmt], .blog #contents [class*=nmb] {
  position: relative;
  z-index: 1;
}

body section .H-mb1e :is(h1, h2, h3), footer .H-mb1e :is(h1, h2, h3), header .H-mb1e :is(h1, h2, h3), .blog #contents .H-mb1e :is(h1, h2, h3) {
  margin-bottom: 1em;
}
body section .H-mb125e :is(h1, h2, h3), footer .H-mb125e :is(h1, h2, h3), header .H-mb125e :is(h1, h2, h3), .blog #contents .H-mb125e :is(h1, h2, h3) {
  margin-bottom: 1.25em;
}
body section .H-mb15e :is(h1, h2, h3), footer .H-mb15e :is(h1, h2, h3), header .H-mb15e :is(h1, h2, h3), .blog #contents .H-mb15e :is(h1, h2, h3) {
  margin-bottom: 1.5em;
}
body section .H-mb175e :is(h1, h2, h3), footer .H-mb175e :is(h1, h2, h3), header .H-mb175e :is(h1, h2, h3), .blog #contents .H-mb175e :is(h1, h2, h3) {
  margin-bottom: 1.75em;
}
body section .H-mb96 :is(h1, h2, h3), footer .H-mb96 :is(h1, h2, h3), header .H-mb96 :is(h1, h2, h3), .blog #contents .H-mb96 :is(h1, h2, h3) {
  margin-bottom: 96px;
}
body section .H-mb90 :is(h1, h2, h3), footer .H-mb90 :is(h1, h2, h3), header .H-mb90 :is(h1, h2, h3), .blog #contents .H-mb90 :is(h1, h2, h3) {
  margin-bottom: 90px;
}
body section .H-mb84 :is(h1, h2, h3), footer .H-mb84 :is(h1, h2, h3), header .H-mb84 :is(h1, h2, h3), .blog #contents .H-mb84 :is(h1, h2, h3) {
  margin-bottom: 84px;
}
body section .H-mb80 :is(h1, h2, h3), footer .H-mb80 :is(h1, h2, h3), header .H-mb80 :is(h1, h2, h3), .blog #contents .H-mb80 :is(h1, h2, h3) {
  margin-bottom: 80px;
}
body section .H-mb72 :is(h1, h2, h3), footer .H-mb72 :is(h1, h2, h3), header .H-mb72 :is(h1, h2, h3), .blog #contents .H-mb72 :is(h1, h2, h3) {
  margin-bottom: 72px;
}
body section .H-mb64 :is(h1, h2, h3), footer .H-mb64 :is(h1, h2, h3), header .H-mb64 :is(h1, h2, h3), .blog #contents .H-mb64 :is(h1, h2, h3) {
  margin-bottom: 64px;
}
body section .H-mb60 :is(h1, h2, h3), footer .H-mb60 :is(h1, h2, h3), header .H-mb60 :is(h1, h2, h3), .blog #contents .H-mb60 :is(h1, h2, h3) {
  margin-bottom: 60px;
}
body section .H-mb48 :is(h1, h2, h3), footer .H-mb48 :is(h1, h2, h3), header .H-mb48 :is(h1, h2, h3), .blog #contents .H-mb48 :is(h1, h2, h3) {
  margin-bottom: 48px;
}
body section .H-mb40 :is(h1, h2, h3), footer .H-mb40 :is(h1, h2, h3), header .H-mb40 :is(h1, h2, h3), .blog #contents .H-mb40 :is(h1, h2, h3) {
  margin-bottom: 40px;
}
body section .H-mb36 :is(h1, h2, h3), footer .H-mb36 :is(h1, h2, h3), header .H-mb36 :is(h1, h2, h3), .blog #contents .H-mb36 :is(h1, h2, h3) {
  margin-bottom: 36px;
}
body section .H-mb32 :is(h1, h2, h3), footer .H-mb32 :is(h1, h2, h3), header .H-mb32 :is(h1, h2, h3), .blog #contents .H-mb32 :is(h1, h2, h3) {
  margin-bottom: 32px;
}
body section .H-mb30 :is(h1, h2, h3), footer .H-mb30 :is(h1, h2, h3), header .H-mb30 :is(h1, h2, h3), .blog #contents .H-mb30 :is(h1, h2, h3) {
  margin-bottom: 30px;
}
body section .H-mb24 :is(h1, h2, h3), footer .H-mb24 :is(h1, h2, h3), header .H-mb24 :is(h1, h2, h3), .blog #contents .H-mb24 :is(h1, h2, h3) {
  margin-bottom: 24px;
}
body section .H-mb20 :is(h1, h2, h3), footer .H-mb20 :is(h1, h2, h3), header .H-mb20 :is(h1, h2, h3), .blog #contents .H-mb20 :is(h1, h2, h3) {
  margin-bottom: 20px;
}
body section .H-mb16 :is(h1, h2, h3), footer .H-mb16 :is(h1, h2, h3), header .H-mb16 :is(h1, h2, h3), .blog #contents .H-mb16 :is(h1, h2, h3) {
  margin-bottom: 16px;
}
body section .H-mb12 :is(h1, h2, h3), footer .H-mb12 :is(h1, h2, h3), header .H-mb12 :is(h1, h2, h3), .blog #contents .H-mb12 :is(h1, h2, h3) {
  margin-bottom: 12px;
}
body section .H-mb10 :is(h1, h2, h3), footer .H-mb10 :is(h1, h2, h3), header .H-mb10 :is(h1, h2, h3), .blog #contents .H-mb10 :is(h1, h2, h3) {
  margin-bottom: 10px;
}
body section .H-mb8 :is(h1, h2, h3), footer .H-mb8 :is(h1, h2, h3), header .H-mb8 :is(h1, h2, h3), .blog #contents .H-mb8 :is(h1, h2, h3) {
  margin-bottom: 8px;
}
body section .H-mb0 :is(h1, h2, h3), footer .H-mb0 :is(h1, h2, h3), header .H-mb0 :is(h1, h2, h3), .blog #contents .H-mb0 :is(h1, h2, h3) {
  margin-bottom: 0px;
}

body section .border, footer .border, header .border, .blog #contents .border {
  border: var(--line);
}
body section .borderB, footer .borderB, header .borderB, .blog #contents .borderB {
  border-bottom: var(--line);
}
body section .borderT, footer .borderT, header .borderT, .blog #contents .borderT {
  border-top: var(--line);
}
body section .borderY, footer .borderY, header .borderY, .blog #contents .borderY {
  border-block: var(--line);
}
body section .borderX, footer .borderX, header .borderX, .blog #contents .borderX {
  border-inline: var(--line);
}

body section .txwh, body section .txwh *, footer .txwh, footer .txwh *, header .txwh, header .txwh *, .blog #contents .txwh, .blog #contents .txwh * {
  color: var(--wh);
}
body section .txbk, body section .txbk *, footer .txbk, footer .txbk *, header .txbk, header .txbk *, .blog #contents .txbk, .blog #contents .txbk * {
  color: var(--bk);
}
body section .txsc, body section .txsc *, footer .txsc, footer .txsc *, header .txsc, header .txsc *, .blog #contents .txsc, .blog #contents .txsc * {
  color: var(--sc);
}
body section .txbc, body section .txbc *, footer .txbc, footer .txbc *, header .txbc, header .txbc *, .blog #contents .txbc, .blog #contents .txbc * {
  color: var(--bc);
}
body section .txac, body section .txac *, footer .txac, footer .txac *, header .txac, header .txac *, .blog #contents .txac, .blog #contents .txac * {
  color: var(--ac);
}
body section .txtx, body section .txtx *, footer .txtx, footer .txtx *, header .txtx, header .txtx *, .blog #contents .txtx, .blog #contents .txtx * {
  color: var(--tx);
}
body section .tx00, body section .tx00 *, footer .tx00, footer .tx00 *, header .tx00, header .tx00 *, .blog #contents .tx00, .blog #contents .tx00 * {
  color: #000;
}
body section .txmc, body section .txmc *, footer .txmc, footer .txmc *, header .txmc, header .txmc *, .blog #contents .txmc, .blog #contents .txmc * {
  color: var(--mc);
}
body section .Italic, body section .Italic *, footer .Italic, footer .Italic *, header .Italic, header .Italic *, .blog #contents .Italic, .blog #contents .Italic * {
  font-style: italic;
}
body section .fw100, footer .fw100, header .fw100, .blog #contents .fw100 {
  font-weight: 100;
}
body section .fw200, footer .fw200, header .fw200, .blog #contents .fw200 {
  font-weight: 200;
}
body section .fw300, footer .fw300, header .fw300, .blog #contents .fw300 {
  font-weight: 300;
}
body section .fw400, footer .fw400, header .fw400, .blog #contents .fw400 {
  font-weight: 400;
}
body section .fw500, footer .fw500, header .fw500, .blog #contents .fw500 {
  font-weight: 500;
}
body section .fw600, footer .fw600, header .fw600, .blog #contents .fw600 {
  font-weight: 600;
}
body section .fw700, footer .fw700, header .fw700, .blog #contents .fw700 {
  font-weight: 700;
}
body section .fw900, footer .fw900, header .fw900, .blog #contents .fw900 {
  font-weight: 900;
}
body section .f400, footer .f400, header .f400, .blog #contents .f400 {
  font-size: 400%;
}
body section .f350, footer .f350, header .f350, .blog #contents .f350 {
  font-size: 350%;
}
body section .f300, footer .f300, header .f300, .blog #contents .f300 {
  font-size: 300%;
}
body section .f275, footer .f275, header .f275, .blog #contents .f275 {
  font-size: 275%;
}
body section .f250, footer .f250, header .f250, .blog #contents .f250 {
  font-size: 250%;
}
body section .f225, footer .f225, header .f225, .blog #contents .f225 {
  font-size: 225%;
}
body section .f200, footer .f200, header .f200, .blog #contents .f200 {
  font-size: 200%;
}
body section .f140, footer .f140, header .f140, .blog #contents .f140 {
  font-size: 140%;
}
body section .f160, footer .f160, header .f160, .blog #contents .f160 {
  font-size: 160%;
}
body section .f180, footer .f180, header .f180, .blog #contents .f180 {
  font-size: 180%;
}
body section .f175, footer .f175, header .f175, .blog #contents .f175 {
  font-size: 175%;
}
body section .f166, footer .f166, header .f166, .blog #contents .f166 {
  font-size: 166%;
}
body section .f150, footer .f150, header .f150, .blog #contents .f150 {
  font-size: 150%;
}
body section .f133, footer .f133, header .f133, .blog #contents .f133 {
  font-size: 133%;
}
body section .f125, footer .f125, header .f125, .blog #contents .f125 {
  font-size: 125%;
}
body section .f120, footer .f120, header .f120, .blog #contents .f120 {
  font-size: 120%;
}
body section .f12, footer .f12, header .f12, .blog #contents .f12 {
  font-size: var(--f12);
}
body section .f14, footer .f14, header .f14, .blog #contents .f14 {
  font-size: var(--f14);
}
body section .f16, footer .f16, header .f16, .blog #contents .f16 {
  font-size: var(--f16);
}
body section .f18, footer .f18, header .f18, .blog #contents .f18 {
  font-size: var(--f18);
}
body section .f20, footer .f20, header .f20, .blog #contents .f20 {
  font-size: var(--f20);
}
body section .f22, footer .f22, header .f22, .blog #contents .f22 {
  font-size: var(--f22);
}
body section .f24, footer .f24, header .f24, .blog #contents .f24 {
  font-size: var(--f24);
}
body section .f28, footer .f28, header .f28, .blog #contents .f28 {
  font-size: var(--f28);
}
body section .f30, footer .f30, header .f30, .blog #contents .f30 {
  font-size: var(--f30);
}
body section .f32, footer .f32, header .f32, .blog #contents .f32 {
  font-size: var(--f32);
}
body section .f36, footer .f36, header .f36, .blog #contents .f36 {
  font-size: var(--f36);
}
body section .f40, footer .f40, header .f40, .blog #contents .f40 {
  font-size: var(--f40);
}
body section .f44, footer .f44, header .f44, .blog #contents .f44 {
  font-size: var(--f44);
}
body section .f48, footer .f48, header .f48, .blog #contents .f48 {
  font-size: var(--f48);
}
body section .f52, footer .f52, header .f52, .blog #contents .f52 {
  font-size: var(--f52);
}
body section .f56, footer .f56, header .f56, .blog #contents .f56 {
  font-size: var(--f56);
}
body section .f60, footer .f60, header .f60, .blog #contents .f60 {
  font-size: var(--f60);
}
body section .f64, footer .f64, header .f64, .blog #contents .f64 {
  font-size: var(--f64);
}
body section .f68, footer .f68, header .f68, .blog #contents .f68 {
  font-size: var(--f68);
}
body section .f72, footer .f72, header .f72, .blog #contents .f72 {
  font-size: var(--f72);
}
body section .f76, footer .f76, header .f76, .blog #contents .f76 {
  font-size: var(--f76);
}
body section .f80, footer .f80, header .f80, .blog #contents .f80 {
  font-size: var(--f80);
}
body section .f84, footer .f84, header .f84, .blog #contents .f84 {
  font-size: var(--f84);
}
body section .f88, footer .f88, header .f88, .blog #contents .f88 {
  font-size: var(--f88);
}
body section .f92, footer .f92, header .f92, .blog #contents .f92 {
  font-size: var(--f92);
}
body section .f96, footer .f96, header .f96, .blog #contents .f96 {
  font-size: var(--f96);
}

@media screen and (max-width: 834px) {
  body section .tabAS9-5, footer .tabAS9-5, header .tabAS9-5, .blog #contents .tabAS9-5 {
    aspect-ratio: 9/5;
  }
  body section .tabAS8-5, footer .tabAS8-5, header .tabAS8-5, .blog #contents .tabAS8-5 {
    aspect-ratio: 8/5;
  }
  body section .tabAS7-5, footer .tabAS7-5, header .tabAS7-5, .blog #contents .tabAS7-5 {
    aspect-ratio: 7/5;
  }
  body section .tabAS6-5, footer .tabAS6-5, header .tabAS6-5, .blog #contents .tabAS6-5 {
    aspect-ratio: 6/5;
  }
  body section .tabAS9-4, footer .tabAS9-4, header .tabAS9-4, .blog #contents .tabAS9-4 {
    aspect-ratio: 9/4;
  }
  body section .tabAS5-4, footer .tabAS5-4, header .tabAS5-4, .blog #contents .tabAS5-4 {
    aspect-ratio: 5/4;
  }
  body section .tabAS7-3, footer .tabAS7-3, header .tabAS7-3, .blog #contents .tabAS7-3 {
    aspect-ratio: 7/3;
  }
  body section .tabAS5-3, footer .tabAS5-3, header .tabAS5-3, .blog #contents .tabAS5-3 {
    aspect-ratio: 5/3;
  }
  body section .tabAS4-3, footer .tabAS4-3, header .tabAS4-3, .blog #contents .tabAS4-3 {
    aspect-ratio: 4/3;
  }
  body section .tabAS5-2, footer .tabAS5-2, header .tabAS5-2, .blog #contents .tabAS5-2 {
    aspect-ratio: 5/2;
  }
  body section .tabAS3-2, footer .tabAS3-2, header .tabAS3-2, .blog #contents .tabAS3-2 {
    aspect-ratio: 3/2;
  }
  body section .tabAS4-1, footer .tabAS4-1, header .tabAS4-1, .blog #contents .tabAS4-1 {
    aspect-ratio: 4/1;
  }
  body section .tabAS3-1, footer .tabAS3-1, header .tabAS3-1, .blog #contents .tabAS3-1 {
    aspect-ratio: 3/1;
  }
  body section .tabAS2-1, footer .tabAS2-1, header .tabAS2-1, .blog #contents .tabAS2-1 {
    aspect-ratio: 2/1;
  }
  body section .tabAS1-1, footer .tabAS1-1, header .tabAS1-1, .blog #contents .tabAS1-1 {
    aspect-ratio: 1/1;
  }
  body section .tabAS9-5, footer .tabAS9-5, header .tabAS9-5, .blog #contents .tabAS9-5 {
    aspect-ratio: 9/5;
  }
}
body section .AS9-5, footer .AS9-5, header .AS9-5, .blog #contents .AS9-5 {
  aspect-ratio: 9/5;
}
body section .AS8-5, footer .AS8-5, header .AS8-5, .blog #contents .AS8-5 {
  aspect-ratio: 8/5;
}
body section .AS7-5, footer .AS7-5, header .AS7-5, .blog #contents .AS7-5 {
  aspect-ratio: 7/5;
}
body section .AS6-5, footer .AS6-5, header .AS6-5, .blog #contents .AS6-5 {
  aspect-ratio: 6/5;
}
body section .AS9-4, footer .AS9-4, header .AS9-4, .blog #contents .AS9-4 {
  aspect-ratio: 9/4;
}
body section .AS5-4, footer .AS5-4, header .AS5-4, .blog #contents .AS5-4 {
  aspect-ratio: 5/4;
}
body section .AS7-3, footer .AS7-3, header .AS7-3, .blog #contents .AS7-3 {
  aspect-ratio: 7/3;
}
body section .AS5-3, footer .AS5-3, header .AS5-3, .blog #contents .AS5-3 {
  aspect-ratio: 5/3;
}
body section .AS4-3, footer .AS4-3, header .AS4-3, .blog #contents .AS4-3 {
  aspect-ratio: 4/3;
}
body section .AS5-2, footer .AS5-2, header .AS5-2, .blog #contents .AS5-2 {
  aspect-ratio: 5/2;
}
body section .AS3-2, footer .AS3-2, header .AS3-2, .blog #contents .AS3-2 {
  aspect-ratio: 3/2;
}
body section .AS4-1, footer .AS4-1, header .AS4-1, .blog #contents .AS4-1 {
  aspect-ratio: 4/1;
}
body section .AS3-1, footer .AS3-1, header .AS3-1, .blog #contents .AS3-1 {
  aspect-ratio: 3/1;
}
body section .AS2-1, footer .AS2-1, header .AS2-1, .blog #contents .AS2-1 {
  aspect-ratio: 2/1;
}
body section .AS1-1, footer .AS1-1, header .AS1-1, .blog #contents .AS1-1 {
  aspect-ratio: 1/1;
}
body section .AS9-5, footer .AS9-5, header .AS9-5, .blog #contents .AS9-5 {
  aspect-ratio: 9/5;
}
@media screen and (max-width: 834px) {
  body section .tabAS9-5, footer .tabAS9-5, header .tabAS9-5, .blog #contents .tabAS9-5 {
    aspect-ratio: 9/5;
  }
  body section .tabAS8-5, footer .tabAS8-5, header .tabAS8-5, .blog #contents .tabAS8-5 {
    aspect-ratio: 8/5;
  }
  body section .tabAS7-5, footer .tabAS7-5, header .tabAS7-5, .blog #contents .tabAS7-5 {
    aspect-ratio: 7/5;
  }
  body section .tabAS6-5, footer .tabAS6-5, header .tabAS6-5, .blog #contents .tabAS6-5 {
    aspect-ratio: 6/5;
  }
  body section .tabAS9-4, footer .tabAS9-4, header .tabAS9-4, .blog #contents .tabAS9-4 {
    aspect-ratio: 9/4;
  }
  body section .tabAS5-4, footer .tabAS5-4, header .tabAS5-4, .blog #contents .tabAS5-4 {
    aspect-ratio: 5/4;
  }
  body section .tabAS7-3, footer .tabAS7-3, header .tabAS7-3, .blog #contents .tabAS7-3 {
    aspect-ratio: 7/3;
  }
  body section .tabAS5-3, footer .tabAS5-3, header .tabAS5-3, .blog #contents .tabAS5-3 {
    aspect-ratio: 5/3;
  }
  body section .tabAS4-3, footer .tabAS4-3, header .tabAS4-3, .blog #contents .tabAS4-3 {
    aspect-ratio: 4/3;
  }
  body section .tabAS5-2, footer .tabAS5-2, header .tabAS5-2, .blog #contents .tabAS5-2 {
    aspect-ratio: 5/2;
  }
  body section .tabAS3-2, footer .tabAS3-2, header .tabAS3-2, .blog #contents .tabAS3-2 {
    aspect-ratio: 3/2;
  }
  body section .tabAS4-1, footer .tabAS4-1, header .tabAS4-1, .blog #contents .tabAS4-1 {
    aspect-ratio: 4/1;
  }
  body section .tabAS3-1, footer .tabAS3-1, header .tabAS3-1, .blog #contents .tabAS3-1 {
    aspect-ratio: 3/1;
  }
  body section .tabAS2-1, footer .tabAS2-1, header .tabAS2-1, .blog #contents .tabAS2-1 {
    aspect-ratio: 2/1;
  }
  body section .tabAS1-1, footer .tabAS1-1, header .tabAS1-1, .blog #contents .tabAS1-1 {
    aspect-ratio: 1/1;
  }
  body section .tabAS9-5, footer .tabAS9-5, header .tabAS9-5, .blog #contents .tabAS9-5 {
    aspect-ratio: 9/5;
  }
}
body section .img5-7 img, footer .img5-7 img, header .img5-7 img, .blog #contents .img5-7 img {
  aspect-ratio: 5/7;
}
body section .img9-5 img, footer .img9-5 img, header .img9-5 img, .blog #contents .img9-5 img {
  aspect-ratio: 9/5;
}
body section .img8-5 img, footer .img8-5 img, header .img8-5 img, .blog #contents .img8-5 img {
  aspect-ratio: 8/5;
}
body section .img7-5 img, footer .img7-5 img, header .img7-5 img, .blog #contents .img7-5 img {
  aspect-ratio: 7/5;
}
body section .img6-5 img, footer .img6-5 img, header .img6-5 img, .blog #contents .img6-5 img {
  aspect-ratio: 6/5;
}
body section .img4-5 img, footer .img4-5 img, header .img4-5 img, .blog #contents .img4-5 img {
  aspect-ratio: 4/5;
}
body section .img3-5 img, footer .img3-5 img, header .img3-5 img, .blog #contents .img3-5 img {
  aspect-ratio: 3/5;
}
body section .img2-5 img, footer .img2-5 img, header .img2-5 img, .blog #contents .img2-5 img {
  aspect-ratio: 2/5;
}
body section .img1-5 img, footer .img1-5 img, header .img1-5 img, .blog #contents .img1-5 img {
  aspect-ratio: 1/5;
}
body section .img9-4 img, footer .img9-4 img, header .img9-4 img, .blog #contents .img9-4 img {
  aspect-ratio: 9/4;
}
body section .img7-4 img, footer .img7-4 img, header .img7-4 img, .blog #contents .img7-4 img {
  aspect-ratio: 7/4;
}
body section .img5-4 img, footer .img5-4 img, header .img5-4 img, .blog #contents .img5-4 img {
  aspect-ratio: 5/4;
}
body section .img3-4 img, footer .img3-4 img, header .img3-4 img, .blog #contents .img3-4 img {
  aspect-ratio: 3/4;
}
body section .img1-4 img, footer .img1-4 img, header .img1-4 img, .blog #contents .img1-4 img {
  aspect-ratio: 1/4;
}
body section .img7-3 img, footer .img7-3 img, header .img7-3 img, .blog #contents .img7-3 img {
  aspect-ratio: 7/3;
}
body section .img5-3 img, footer .img5-3 img, header .img5-3 img, .blog #contents .img5-3 img {
  aspect-ratio: 5/3;
}
body section .img4-3 img, footer .img4-3 img, header .img4-3 img, .blog #contents .img4-3 img {
  aspect-ratio: 4/3;
}
body section .img2-3 img, footer .img2-3 img, header .img2-3 img, .blog #contents .img2-3 img {
  aspect-ratio: 2/3;
}
body section .img1-3 img, footer .img1-3 img, header .img1-3 img, .blog #contents .img1-3 img {
  aspect-ratio: 1/3;
}
body section .img7-2 img, footer .img7-2 img, header .img7-2 img, .blog #contents .img7-2 img {
  aspect-ratio: 7/2;
}
body section .img5-2 img, footer .img5-2 img, header .img5-2 img, .blog #contents .img5-2 img {
  aspect-ratio: 5/2;
}
body section .img3-2 img, footer .img3-2 img, header .img3-2 img, .blog #contents .img3-2 img {
  aspect-ratio: 3/2;
}
body section .img1-2 img, footer .img1-2 img, header .img1-2 img, .blog #contents .img1-2 img {
  aspect-ratio: 1/2;
}
body section .img6-1 img, footer .img6-1 img, header .img6-1 img, .blog #contents .img6-1 img {
  aspect-ratio: 6/1;
}
body section .img5-1 img, footer .img5-1 img, header .img5-1 img, .blog #contents .img5-1 img {
  aspect-ratio: 5/1;
}
body section .img4-1 img, footer .img4-1 img, header .img4-1 img, .blog #contents .img4-1 img {
  aspect-ratio: 4/1;
}
body section .img3-1 img, footer .img3-1 img, header .img3-1 img, .blog #contents .img3-1 img {
  aspect-ratio: 3/1;
}
body section .img2-1 img, footer .img2-1 img, header .img2-1 img, .blog #contents .img2-1 img {
  aspect-ratio: 2/1;
}
body section .img1-1 img, footer .img1-1 img, header .img1-1 img, .blog #contents .img1-1 img {
  aspect-ratio: 1/1;
}
body section .CONTAIN img, footer .CONTAIN img, header .CONTAIN img, .blog #contents .CONTAIN img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body section .COVER img, footer .COVER img, header .COVER img, .blog #contents .COVER img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body section .img-unset img, footer .img-unset img, header .img-unset img, .blog #contents .img-unset img {
  width: unset !important;
}
body section .imgRad img, footer .imgRad img, header .imgRad img, .blog #contents .imgRad img {
  border-radius: var(--rad) !important;
}
body section .noRad img, footer .noRad img, header .noRad img, .blog #contents .noRad img {
  border-radius: var(--un) !important;
}
body section .radius, footer .radius, header .radius, .blog #contents .radius {
  border-radius: var(--rad);
}
body section .radius2, footer .radius2, header .radius2, .blog #contents .radius2 {
  border-radius: var(--rad2);
}
body section .radhalf, footer .radhalf, header .radhalf, .blog #contents .radhalf {
  border-radius: var(--radhalf);
}

@media screen and (max-width: 960px) {
  body section .left-960, footer .left-960, header .left-960, .blog #contents .left-960 {
    text-align: left !important;
  }
  body section .left-960 *, footer .left-960 *, header .left-960 *, .blog #contents .left-960 * {
    text-align: left !important;
  }
}
body section .TAC, footer .TAC, header .TAC, .blog #contents .TAC {
  text-align: center !important;
}
body section .TAC *, footer .TAC *, header .TAC *, .blog #contents .TAC * {
  text-align: center !important;
}
body section .TAL, footer .TAL, header .TAL, .blog #contents .TAL {
  text-align: left !important;
}
body section .TAL *, footer .TAL *, header .TAL *, .blog #contents .TAL * {
  text-align: left !important;
}
body section .TAR, footer .TAR, header .TAR, .blog #contents .TAR {
  text-align: right !important;
}
body section .TAR *, footer .TAR *, header .TAR *, .blog #contents .TAR * {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  body section .tabTAC, footer .tabTAC, header .tabTAC, .blog #contents .tabTAC {
    text-align: center !important;
  }
  body section .tabTAC *, footer .tabTAC *, header .tabTAC *, .blog #contents .tabTAC * {
    text-align: center !important;
  }
  body section .tabTAL, footer .tabTAL, header .tabTAL, .blog #contents .tabTAL {
    text-align: left !important;
  }
  body section .tabTAL *, footer .tabTAL *, header .tabTAL *, .blog #contents .tabTAL * {
    text-align: left !important;
  }
  body section .left-tab, footer .left-tab, header .left-tab, .blog #contents .left-tab {
    text-align: left !important;
  }
  body section .left-tab *, footer .left-tab *, header .left-tab *, .blog #contents .left-tab * {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  body section .spTAC, footer .spTAC, header .spTAC, .blog #contents .spTAC {
    text-align: center !important;
  }
  body section .spTAC *, footer .spTAC *, header .spTAC *, .blog #contents .spTAC * {
    text-align: center !important;
  }
  body section .spTAL, footer .spTAL, header .spTAL, .blog #contents .spTAL {
    text-align: left !important;
  }
  body section .spTAL *, footer .spTAL *, header .spTAL *, .blog #contents .spTAL * {
    text-align: left !important;
  }
  body section .left-sp, footer .left-sp, header .left-sp, .blog #contents .left-sp {
    text-align: left !important;
  }
  body section .left-sp *, footer .left-sp *, header .left-sp *, .blog #contents .left-sp * {
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  body section .left-480, footer .left-480, header .left-480, .blog #contents .left-480 {
    text-align: left !important;
  }
  body section .left-480 *, footer .left-480 *, header .left-480 *, .blog #contents .left-480 * {
    text-align: left !important;
  }
}

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

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

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

body section .pcNone, footer .pcNone, header .pcNone, .blog #contents .pcNone {
  display: none;
}
@media screen and (max-width: 834px) {
  body section .pcNone, footer .pcNone, header .pcNone, .blog #contents .pcNone {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  body section .tabNone, footer .tabNone, header .tabNone, .blog #contents .tabNone {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  body section .spNone, footer .spNone, header .spNone, .blog #contents .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  body section .menuBPnone, footer .menuBPnone, header .menuBPnone, .blog #contents .menuBPnone {
    display: none;
  }
}
body section .nobr br, footer .nobr br, header .nobr br, .blog #contents .nobr br {
  display: none;
}
@media screen and (max-width: 640px) {
  body section .nobr-sp br, footer .nobr-sp br, header .nobr-sp br, .blog #contents .nobr-sp br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  body section .nobr-tab br, footer .nobr-tab br, header .nobr-tab br, .blog #contents .nobr-tab br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body section .nobr-96 br, footer .nobr-96 br, header .nobr-96 br, .blog #contents .nobr-96 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body section .nobr-48 br, footer .nobr-48 br, header .nobr-48 br, .blog #contents .nobr-48 br {
    display: none;
  }
}

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