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

:root {
  --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;
  --Tnr:"Times New Roman", Times, "Noto Serif JP", sans-serif;
  --Ser: "Noto Serif JP", serif;
  --San: "Noto Sans JP", sans-serif;
  --Jost:"Jost","Noto Sans JP", sans-serif;
  --bodyFF: YakuHanJP_Narrow, var(--San);
  --noYH:var(--San);
  --Eng:var(--Jost);
}

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

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

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

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p:not(:has(> a)), h1, .h1FZ, h2, .h2FZ, h3, .h3FZ, h5, h4, span.clone, .form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt), .it01 p, .ti01 p, .GenerateBox > div, .H-grad :is(h1, h2, h3, p), #contents :is(.mv_blog :is(.blog_date, h3), .mv .H-grad p), .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_02 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_column dl:has(dd:empty) dt, p, .h3FZ *, .Hfont {
  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);
}

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

.form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .form_wrap.form_02 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, .__Xscr .items,
.__Xscr, .__Xscr .blog_list {
  --thumbC:var(--tx10);
  --thumbW:8px;
}
.tbl_normal::-webkit-scrollbar, .tbl_scroll::-webkit-scrollbar, .__Xscr .items::-webkit-scrollbar,
.__Xscr::-webkit-scrollbar, .__Xscr .blog_list::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: var(--thumbW);
}
.tbl_normal::-webkit-scrollbar-thumb, .tbl_scroll::-webkit-scrollbar-thumb, .__Xscr .items::-webkit-scrollbar-thumb,
.__Xscr::-webkit-scrollbar-thumb, .__Xscr .blog_list::-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%);
}

: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) !important;
}

.insta_cta_bg, .title1, .mv, .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) !important;
  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,
.rss-title, .f_btn,
.h_nav .drop ul li {
  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,
.rss-title:hover, .f_btn:hover,
.h_nav .drop ul li:hover {
  background-position-x: 0%;
  animation: rightgrow 0.4s ease;
}
@keyframes rightgrow {
  0% {
    background-position-x: 203%;
  }
  100% {
    background-position-x: 100%;
  }
}

.fb_bfaf .box:nth-child(2) i, [class*=Bar] {
  position: relative;
}
.fb_bfaf .box:nth-child(2) i::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, [class*=Bar] {
  position: relative;
}
.f_nav li > span::after, .f_nav a.nopointer::after, .f_nav-column .nopointer::after, [class*=Bar]::after {
  content: "af";
  display: inline-block;
  background-color: #777;
  z-index: 1;
  font-weight: 900;
  font-family: var(--fa);
}

.spray, .bfElec, .card_slide.__ver2 .box, .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt), .board {
  position: relative;
  z-index: 1;
}
.spray::before, .bfElec::before, .card_slide.__ver2 .box::before, .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt)::before, .board::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

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

:root {
  --f12:clamp(10px, 1.2vw, 12px);
  --f14:clamp(12px, 1.3vw, 14px);
  --f15:clamp(14px, 1.4vw, 15px);
  --f16:clamp(14px, 1.4vw, 16px);
  --f18:clamp(14px, 1.6vw, 18px);
  --f20:clamp(14px, 1.8vw, 20px);
  --f22:clamp(16px, 2vw, 22px);
  --f24:clamp(16px, 2.4vw, 24px);
  --f26:clamp(18px, 2.4vw, 26px);
  --f28:clamp(20px, 2.4vw, 28px);
  --f30:clamp(20px, 2.4vw, 30px);
  --f32:clamp(20px, 3.2vw, 32px);
  --f34:clamp(20px, 3.4vw, 34px);
  --f36:clamp(24px, 3.6vw, 36px);
  --f40:clamp(28px, 4vw, 40px);
  --f44:clamp(32px, 4vw, 44px);
  --f48:clamp(32px, 5vw, 48px);
  --f52:clamp(40px, 5vw, 52px);
  --f60:clamp(40px,6vw,60px);
  --f64:clamp(48px,6vw,64px);
  --f68:clamp(48px,6vw,68px);
  --f72:clamp(48px,7vw,72px);
  --f96:clamp(48px,9vmin,96px);
}

*, *::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 (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%;
  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, .blog_text a) {
  text-decoration-skip-ink: auto;
  color: var(--linkC);
}

div.blog_list {
  border: none;
}
div.blog_list ul {
  display: none;
}

div.sns_list div.sns_text, div.blog_list div.blog_text {
  width: 100%;
  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;
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

html {
  --base:1200px;
}
html:not(.home) {
  --Fmt:var(--bl05);
  --Wpdb:var(--bl05);
  --Schild:var(--bl05);
  --Wchild:var(--bl03);
  --Hafter:var(--bl03);
  --gap:24px;
}
@media (width <= 834px) {
  html:not(.home) {
    --gap:16px;
  }
}

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

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

:root {
  --hfw: 500;
  --hcolor: var(--inh);
  --hff:var(--Eng);
  --subFW: inherit;
  --subFF: var(--Eng);
  --subC: var(--inh);
  --hlh:1.5;
  --hls:0.0em;
  --bigFZ:clamp(36px, 4.25vw, 80px);
  --h1FZ:clamp(28px, 2.8vw, 48px);
  --h2FZ:clamp(24px, 2.4vw, 36px);
  --h3FZ:clamp(20px, 2vw, 30px);
  --PFZ: clamp(16px, 1.6vw, 20px);
  --h2EN:calc(var(--h2FZ)*1.2 );
}

:root {
  --Fmt:var(--bl);
  --Wpdb:var(--bl);
  --Schild:var(--bl);
  --Wchild:var(--bl06);
  --Hafter:var(--bl03);
  --bl:120px;
  --pad:60px;
  --pad2:calc(var(--pad) * 2);
  --gap:60px;
  --ng:calc(var(--gap)*-1);
  --gh:calc(var(--gap)/2);
}
@media (width <= 1440px) {
  :root {
    --pad:40px;
    --gap:32px;
  }
}
@media (width <= 834px) {
  :root {
    --gap:20px;
    --bl:80px;
  }
}
@media (width <= 640px) {
  :root {
    --pad:30px;
  }
}

:root {
  --bds: solid;
  --bdw: 1px;
  --bdc: var(--cur);
  --line:var(--bdw) var(--bds) var(--bdc);
  --stW: 2px;
  --rad:10px;
  --rad2:calc(var(--rad)*2 );
  --Hrad:calc(var(--rad)/3 );
  --radhalf:calc(var(--rad)/2 );
  --sheetR:var(--un);
  --sheetBG:var(--bc);
  --sheetP:3vmin;
  --boardR:var(--un);
  --lineClamp:2;
  --tsW: 4px;
  --txshbk: 0 0 var(--tsW) var(--bk),0 0 var(--tsW) var(--bk),0 0 var(--tsW) var(--bk);
}

.im img {
  height: auto !important;
}

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

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

:where(.wrapper, .wrapper100, .wrapper100in) {
  position: relative;
}
:where(.wrapper, .wrapper100, .wrapper100in) > * {
  margin-inline: auto;
  max-width: 100%;
}
:where(.wrapper, .wrapper100, .wrapper100in) > * + * {
  margin-top: var(--Wchild);
}
:where(.wrapper, .wrapper100, .wrapper100in) > .box {
  margin: unset;
}
:where(.wrapper, .wrapper100, .wrapper100in) + div {
  margin-top: var(--Schild);
}
:where(.wrapper, .wrapper100, .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;
}

: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;
  object-fit: contain;
}

p {
  font-size: var(--PFZ);
}

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

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

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

html:not(.page-blog) section .h_title {
  display: none;
}

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

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

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

section div#contents {
  width: 74%;
}

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

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

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

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

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

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

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

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

td.other {
  background: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.bxi_index label {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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 (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));
}
.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));
  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;
  clip-path: inset(0 95% 0 0);
}
.js-cpL.show,
.js-cpR.show,
.js-cpT.show,
.js-cpB.show {
  opacity: 1;
  clip-path: inset(0);
}

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

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

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

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

.js-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: 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(--h3FZ);
  --TLFF:var(--Eng);
  --TLFW:500;
  --TLFS:normal;
  --TLLS:0;
  --TLDeco:none;
  --TLOff:.25em;
  --TLG:.25em;
  --btnHover:brightness(1.2) saturate(1.2);
  --btnBG:var(--tx10);
  --btnC:var(--tx);
  --btnFZ:var(--f18);
  --btnFF:var(--Eng);
  --btnLH:1.125;
  --btnFW: 400;
  --btnLS:0.0em;
  --btnW:320px;
  --btnH:80px;
  --btnPX:2em;
  --btnPY: 0;
  --btnG:.25em;
  --btnTR:0.4s ease-in-out;
  --btnRad:1000px;
  --btnIFZ:calc(var(--f24));
  --btnImg:1.5em;
  --btnIFF:var(--icon);
  --btnDir:row;
  --btnJC:center;
  --btnAF: "";
  --btnAFdis: inline-block;
  --btnAFC: var(--inh);
  --btnAFFZ: calc(var(--f16)*1);
  --btnAFFZ: 1em;
  --btnAFFW: 900;
  --btnAFPOS: unset;
  --btnAFRT: 1em;
}
@media (width <= 480px) {
  :root {
    --btnW:100%;
  }
}

.btn, .box__button, .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(--btnPX);
  padding-block: var(--btnPY);
  gap: var(--btnG);
  border-radius: var(--btnRad);
  box-shadow: var(--btnSh);
  max-width: 100%;
  text-align: center;
  will-change: filter;
  align-items: center;
  border: 1px solid var(--cur);
  overflow: visible !important;
  transition: var(--btnTR);
}

.btn:hover, .box__button:hover, .btnL:hover, .btn2:hover {
  --btnC:var(--mc);
}
.btn.__wh, .__wh.box__button, .__wh.btnL, .__wh.btn2 {
  --btnBG:var(--wh);
  color: var(--ac);
  border: var(--line);
}
.btn.__en, .__en.box__button, .__en.btnL, .__en.btn2 {
  font-size: var(--f24);
}
.btn.__tel:after, .__tel.box__button:after, .__tel.btnL:after, .__tel.btn2:after {
  display: none;
}
.btn.__tel i:before, .__tel.box__button i:before, .__tel.btnL i:before, .__tel.btn2 i:before {
  font-size: calc(var(--btnIFZ) * 0.9);
}
.btn:has(> span), .box__button:has(> span), .btnL:has(> span), .btn2:has(> span) {
  display: inline-block;
  align-content: center;
}
.btn:has(> span):after, .box__button:has(> span):after, .btnL:has(> span):after, .btn2:has(> span):after {
  display: none;
}
.btn:has(> span) span, .box__button:has(> span) span, .btnL:has(> span) span, .btn2:has(> span) span {
  display: block;
}
.btn:has(> i):after, .box__button:has(> i):after, .btnL:has(> i):after, .btn2:has(> i):after {
  display: none;
}
.btn:has(> i) .lab:before, .box__button:has(> i) .lab:before, .btnL:has(> i) .lab:before, .btn2:has(> i) .lab:before {
  font-weight: 400;
}
.btn:has(> i) i:before, .box__button: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), .box__button: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.__column, .__column.box__button, .__column.btnL, .__column.btn2 {
  flex-direction: column;
  gap: 0;
}
.btn.__anchor, .__anchor.box__button, .__anchor.btnL, .__anchor.btn2 {
  justify-content: center;
}
.btn.__anchor:after, .__anchor.box__button:after, .__anchor.btnL:after, .__anchor.btn2:after {
  rotate: 90deg;
  flex: unset;
  width: 1.5em;
}
.btn:after, .box__button: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;
  -webkit-text-stroke: 1px var(--cur);
  position: absolute;
  right: 0.5em;
}
.btn:after:is([target=_blank]:after), .box__button:after:is([target=_blank]:after), .btnL:after:is([target=_blank]:after), .btn2:after:is([target=_blank]:after) {
  content: "\f35d";
}
.btn:is(.txbk *), .box__button:is(.txbk *), .btnL:is(.txbk *), .btn2:is(.txbk *), .btn.__bk, .__bk.box__button, .__bk.btnL, .__bk.btn2 {
  color: var(--wh);
}
.btn i, .box__button i, .btnL i, .btn2 i {
  font-size: var(--btnIFZ);
}
.btn img, .box__button img, .btnL img, .btn2 img {
  width: var(--btnImg);
  height: var(--btnImg) !important;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.btn:has(img), .box__button:has(img), .btnL:has(img), .btn2:has(img) {
  flex-direction: column;
}
.btn:has(img) img, .box__button:has(img) img, .btnL:has(img) img, .btn2:has(img) img {
  width: var(--btnImg);
  margin-inline: auto;
  display: block;
}
.btn.__large, .__large.box__button, .__large.btnL, .__large.btn2 {
  min-width: unset;
  display: flex;
  max-width: 100%;
  --btnH: 80px;
}
@media (width <= 480px) {
  .btn.__large, .__large.box__button, .__large.btnL, .__large.btn2 {
    --btnH: 60px;
  }
}
.btn:is(a, span), .box__button:is(a, span), .btnL:is(a, span), .btn2:is(a, span) {
  color: var(--btnC);
  transition: var(--btnTR);
}
.btn.__top::after, .__top.box__button::after, .__top.btnL::after, .__top.btn2::after {
  rotate: -90deg;
}
.btn:is(.ul_btns *)::after, .box__button:is(.ul_btns *)::after, .btnL:is(.ul_btns *)::after, .btn2:is(.ul_btns *)::after {
  rotate: 90deg;
}
.btn.__cent, .__cent.box__button, .__cent.btnL, .__cent.btn2 {
  margin-inline: auto;
  display: flex;
  width: fit-content;
}
.btn.noArrow:after, .noArrow.box__button:after, .noArrow.btnL:after, .noArrow.btn2:after {
  display: none;
}
.btn.arrowRev:after, .arrowRev.box__button:after, .arrowRev.btnL:after, .arrowRev.btn2:after {
  rotate: 180deg;
}
@media (width <= 640px) {
  .btn:is(.art-flex *), .box__button:is(.art-flex *), .btnL:is(.art-flex *), .btn2:is(.art-flex *) {
    width: 100%;
  }
}
.btn[href*="#contents"]:after, [href*="#contents"].box__button:after, [href*="#contents"].btnL:after, [href*="#contents"].btn2:after {
  rotate: -90deg;
}
.btn.RB, .RB.box__button, .RB.btnL, .RB.btn2 {
  float: right;
  margin-top: auto;
  margin-left: auto;
}
.btn.LB, .LB.box__button, .LB.btnL, .LB.btn2 {
  float: left;
  margin-top: auto;
  margin-right: auto;
}
.btn.__tr, .__tr.box__button, .__tr.btnL, .__tr.btn2 {
  background: unset;
  color: var(--mc);
  border: 1px solid currentColor;
}
.btn.__bc, .__bc.box__button, .__bc.btnL, .__bc.btn2 {
  --btnBG: var(--bc);
  color: var(--mc);
}
.btn.__mc, .__mc.box__button, .__mc.btnL, .__mc.btn2 {
  --btnBG: var(--mc);
}
.btn.__tw, .__tw.box__button, .__tw.btnL, .__tw.btn2 {
  background-color: var(--bg);
  --bg:var(--TW);
}
.btn.__ins, .__ins.box__button, .__ins.btnL, .__ins.btn2 {
  background-color: var(--bg);
  --bg:var(--INS);
}
.btn.__lg, .__lg.box__button, .__lg.btnL, .__lg.btn2 {
  padding-block: 1.5em;
}
.btn.__sc, .__sc.box__button, .__sc.btnL, .__sc.btn2 {
  --btnBG: var(--sc);
}
.btn.__ac, .__ac.box__button, .__ac.btnL, .__ac.btn2 {
  --btnBG: var(--ac);
}

.btn2 {
  font-size: clamp(24px, 2.8vw, 48px);
  --btnBG:var(--un);
  --btnFW:400;
  padding-inline: var(--btnH) 0em;
  border: unset;
  text-align: left;
}
.btn2 > span {
  font-size: var(--btnFZ);
  font-weight: 100;
}
.btn2 > i {
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: calc(var(--btnH) * 0.8);
  border: var(--line);
  text-align: center;
  align-content: center;
  border-radius: 1000px;
}
.btn2 > i:before {
  margin: unset;
}

.box__button {
  --btnH:3em;
  --btnW:100%;
}

a.label {
  width: fit-content;
  line-height: 1.5;
  margin: 0.25em 0.25em 0.25em 0;
  border: var(--line);
  padding-inline: 0.5em;
  border-radius: 1em;
}

.textlink {
  line-height: 1.125;
  font-size: var(--TLFZ);
  font-family: var(--TLFF);
  font-weight: var(--TLFW);
  font-style: var(--TLFS);
  letter-spacing: var(--TLLS);
  text-underline-offset: var(--TLOff);
  gap: var(--TLG);
  position: relative;
  text-align: center;
  padding-inline: 0.25em;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  border: unset;
  padding-inline: unset;
  transition: var(--btnTR);
}
.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) {
  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;
  --gap:3vmin;
  gap: 1em var(--gap);
  align-items: center;
}
p:has(> a) > br {
  display: none;
}
p:has(> a) .__anchor {
  max-width: calc(50% - var(--gap) / 2) !important;
}
@media (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, .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,
.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, .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,
.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,
.rss-title {
  background-position-x: -105%;
  background-size: 200% 1px;
  background-image: linear-gradient(var(--cur), var(--cur));
}
@media (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,
  .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 {
  background-image: linear-gradient(var(--wh20), var(--wh20));
  background-size: 200% 100%;
}
.f_btn:active,
.h_nav .drop ul li:active {
  background-position-x: 0%;
}

.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, .box-mcl .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, .box-mcl .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, .box-mcl .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;
}

.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 (width <= 834px) {
  .form_wrap {
    --pdb:1em;
    --pdi: .5em;
  }
}
@media (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 (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 (width <= 640px) {
  .form_wrap.form_simple.borderTop dl:first-of-type dd {
    border-top-style: none !important;
  }
}
.form_wrap.form_simple dt, .form_wrap.form_simple dd {
  border-color: var(--bdc);
}
.form_wrap.form_simple dl:last-of-type dd,
.form_wrap.form_simple dl:last-of-type dt {
  border-color: var(--bdc);
}
.form_wrap.form_simple dt {
  width: 20%;
}
.form_wrap.form_simple dd {
  width: 80%;
}
.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
  border-radius: var(--bodyFZ);
  border: 2px solid currentColor;
}
.form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt):before {
  width: 1em;
  height: 1em;
  inset: unset;
  bottom: 0.5em;
  right: calc(100% - 0.125em);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background-color: #fff;
  transform: skewX(-45deg);
  transform-origin: 100% 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
}
@media (width <= 640px) {
  .form_wrap.form_simple dl:has(dd:empty) dt:is(#contents dt):before {
    bottom: calc(100% - 0.125em);
    right: unset;
    left: 0.5em;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background-color: #fff;
    transform: skewX(-45deg);
    transform-origin: 100% 100%;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 50% 0%);
    scale: -1 1;
    rotate: -90deg;
  }
}
.form_wrap.form_simple dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) {
  border: none !important;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) .btn {
  float: right;
  margin-top: 1em;
}
.form_wrap.form_simple dl:has(.btn, iframe, img) dt:is(#contents dt) {
  display: none;
}
.form_wrap.form_simple.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_simple.__02 {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
  border-block: none;
}
.form_wrap.form_simple.__02 * {
  border-bottom-color: var(--mc);
}
.form_wrap.form_simple.__02 dt {
  font-weight: unset;
}
.form_wrap.form_simple.__02 dd {
  border-bottom-color: #fff !important;
}
.form_wrap.form_simple a {
  text-decoration: underline;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: unset;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) > * {
  padding-top: 0;
}
.form_wrap.form_simple dl:is(#contents *, #footer *):not(:has(dd)) {
  border-bottom: none;
}
.form_wrap.form_simple dl:is(#contents *, #footer *):not(:has(dd)) dt {
  align-items: flex-end;
  font-size: 14px;
}
.form_wrap.form_simple dl:is(#contents *, #footer *) dt, .form_wrap.form_simple dl:is(#contents *, #footer *) dd {
  padding-block: var(--pdb);
  padding-inline: var(--pdi);
  background-color: unset;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-width: var(--bdw);
}
@media (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 (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: fit-content;
  }
  .form_wrap.form_simple dl:is(#contents *, #footer *) dd {
    border-top: none;
    width: 100%;
    padding-top: 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: 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 (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 (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 (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 (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 (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 (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_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 (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 (width <= 640px) {
  .form_wrap.form_enkaku dl:is(#contents *) dt {
    min-width: 100px !important;
  }
}
@media (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 (width <= 640px) {
  .form_wrap.dl_qa dl:is(#contents dl):not(:last-child) {
    margin-bottom: 15px;
  }
}

.sns_slide {
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--mc);
  --dateFW: 500;
  --dateFZ: 110%;
  --imgOF: contain;
}
.sns_slide.noDetail .detail {
  display: none !important;
}
.sns_slide.noTag .sns_text ul {
  display: none !important;
}
.sns_slide.noArrow :is(.slick-arrow) {
  display: none !important;
}
.sns_slide.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.sns_slide.noDate .sns_date {
  display: none !important;
}
.sns_slide.noText .sns_text {
  display: none !important;
}
.sns_slide.__visible .slick-list {
  overflow: visible !important;
}
.sns_slide .slick-slide {
  padding-inline: calc(var(--gap) / 2);
}
.sns_slide .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
  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%;
  object-fit: cover;
  transition: 0.4s;
  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(--gap)/2 );
  position: relative;
}
.card_slide.noDetail .detail, .blog_slide.noDetail .detail, .blog_slide02.noDetail .detail {
  display: none !important;
}
.card_slide.noTag .blog_text ul, .blog_slide.noTag .blog_text ul, .blog_slide02.noTag .blog_text ul {
  display: none !important;
}
.card_slide.noDot :is(.slick-dots, .slick-arrow), .blog_slide.noDot :is(.slick-dots, .slick-arrow), .blog_slide02.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.card_slide.noDate .blog_date, .blog_slide.noDate .blog_date, .blog_slide02.noDate .blog_date {
  display: none !important;
}
.card_slide .blog_list > div, .blog_slide .blog_list > div, .blog_slide02 .blog_list > div {
  display: unset;
  border: none;
}
.card_slide .blog_list .blog_photo, .blog_slide .blog_list .blog_photo, .blog_slide02 .blog_list .blog_photo {
  width: 100%;
  padding: unset;
  overflow: hidden;
}
.card_slide .blog_list .blog_photo a, .blog_slide .blog_list .blog_photo a, .blog_slide02 .blog_list .blog_photo a {
  display: block;
}
.card_slide .blog_list .blog_photo a:hover, .blog_slide .blog_list .blog_photo a:hover, .blog_slide02 .blog_list .blog_photo a:hover {
  scale: 1.04;
}
.card_slide .blog_list .blog_photo img, .blog_slide .blog_list .blog_photo img, .blog_slide02 .blog_list .blog_photo img {
  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;
}

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

.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 {
  clip-path: inset(0);
}
.fancybox a {
  clip-path: inset(0);
  display: block;
  will-change: transform;
}
.fancybox a img {
  transition: 0.4s;
}
.fancybox a img:hover {
  opacity: 0.8;
}

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

img.mfp-img {
  min-width: 66vw;
}
@media (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;
}

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

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

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

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

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

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

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

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

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

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

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

.it01, .ti01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  --imgW: 50%;
}
.it01:has(iframe) > article, .ti01:has(iframe) > article {
  display: contents;
}
.it01:has(iframe) > article > *, .ti01:has(iframe) > article > * {
  width: unset;
  flex: 1;
}
@media (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, .H-bd h4, .H-bd h5, .H-bd p {
  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 *), .H-bd h4:is(html.blog *), .H-bd h5:is(html.blog *), .H-bd p:is(html.blog *) {
  margin-block: 0.5em 0;
}
.H-bd h1:is(.__red *), .H-bd h2:is(.__red *), .H-bd h3:is(.__red *), .H-bd h4:is(.__red *), .H-bd h5:is(.__red *), .H-bd p:is(.__red *) {
  border-bottom-color: var(--red);
}
.H-bd h1:is(.__mc *), .H-bd h2:is(.__mc *), .H-bd h3:is(.__mc *), .H-bd h4:is(.__mc *), .H-bd h5:is(.__mc *), .H-bd p:is(.__mc *) {
  border-bottom-color: var(--mc);
}
.H-bd h1:is(.__ac *), .H-bd h2:is(.__ac *), .H-bd h3:is(.__ac *), .H-bd h4:is(.__ac *), .H-bd h5:is(.__ac *), .H-bd p:is(.__ac *) {
  border-bottom-color: var(--ac);
}
.H-bd h1:is(.__sc *), .H-bd h2:is(.__sc *), .H-bd h3:is(.__sc *), .H-bd h4:is(.__sc *), .H-bd h5:is(.__sc *), .H-bd p:is(.__sc *) {
  border-bottom-color: var(--sc);
}
.H-bd h1:is(.__mc50 *), .H-bd h2:is(.__mc50 *), .H-bd h3:is(.__mc50 *), .H-bd h4:is(.__mc50 *), .H-bd h5:is(.__mc50 *), .H-bd p:is(.__mc50 *) {
  border-bottom-color: var(--mc50);
}
.H-bd h1:is(.__ac50 *), .H-bd h2:is(.__ac50 *), .H-bd h3:is(.__ac50 *), .H-bd h4:is(.__ac50 *), .H-bd h5:is(.__ac50 *), .H-bd p:is(.__ac50 *) {
  border-bottom-color: var(--ac50);
}
.H-bd h1:is(.__sc50 *), .H-bd h2:is(.__sc50 *), .H-bd h3:is(.__sc50 *), .H-bd h4:is(.__sc50 *), .H-bd h5:is(.__sc50 *), .H-bd p:is(.__sc50 *) {
  border-bottom-color: var(--sc50);
}
.H-bd h1:is(.__mc2 *), .H-bd h2:is(.__mc2 *), .H-bd h3:is(.__mc2 *), .H-bd h4:is(.__mc2 *), .H-bd h5:is(.__mc2 *), .H-bd p:is(.__mc2 *) {
  border-bottom-color: var(--mc2);
}
.H-bd h1:is(.__ac2 *), .H-bd h2:is(.__ac2 *), .H-bd h3:is(.__ac2 *), .H-bd h4:is(.__ac2 *), .H-bd h5:is(.__ac2 *), .H-bd p:is(.__ac2 *) {
  border-bottom-color: var(--ac2);
}
.H-bd h1:is(.__sc2 *), .H-bd h2:is(.__sc2 *), .H-bd h3:is(.__sc2 *), .H-bd h4:is(.__sc2 *), .H-bd h5:is(.__sc2 *), .H-bd p:is(.__sc2 *) {
  border-bottom-color: var(--sc2);
}
.H-bd h1:is(.__bc *), .H-bd h2:is(.__bc *), .H-bd h3:is(.__bc *), .H-bd h4:is(.__bc *), .H-bd h5:is(.__bc *), .H-bd p:is(.__bc *) {
  border-bottom-color: var(--bc);
}
.H-bd h1:is(.__wh *), .H-bd h2:is(.__wh *), .H-bd h3:is(.__wh *), .H-bd h4:is(.__wh *), .H-bd h5:is(.__wh *), .H-bd p:is(.__wh *) {
  border-bottom-color: var(--wh);
}
.H-bd h1:is(.__bk *), .H-bd h2:is(.__bk *), .H-bd h3:is(.__bk *), .H-bd h4:is(.__bk *), .H-bd h5:is(.__bk *), .H-bd p:is(.__bk *) {
  border-bottom-color: var(--bk);
}
.H-bd h1:is(.__tx *), .H-bd h2:is(.__tx *), .H-bd h3:is(.__tx *), .H-bd h4:is(.__tx *), .H-bd h5:is(.__tx *), .H-bd p:is(.__tx *) {
  border-bottom-color: var(--tx);
}
.H-bdl {
  --w:4px;
  --o:calc(var(--w)*1 );
  --c:var(--mc);
}
.H-bdl h1, .H-bdl h2, .H-bdl h3, .H-bdl h4, .H-bdl h5 {
  border-left: var(--w) solid 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), .H-bdl h4 + div:not(:empty), .H-bdl h5 + div:not(:empty) {
  margin-top: 1em;
}
.H-h3FZ :is(h1, h2, h3, h4, h5) {
  font-size: var(--h3FZ);
}

.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), .head_01 h4 + div:not(:empty), .head_01 h5 + div:not(:empty) {
  margin-top: 1em;
}
.head_01:has(img) .im {
  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, .head_01:has(img) article h4, .head_01:has(img) article h5 {
  flex: 1;
}
@media (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, .head_01:has(img) article h4, .head_01:has(img) article h5 {
    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(--gap);
}

.D-flex div {
  display: flex;
  gap: var(--gap);
}
@media (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 (width <= 834px) {
  .bg_fix {
    background-attachment: unset;
    background-size: cover;
  }
}
.bgPattern {
  background: repeat 0 0;
}
.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;
}

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

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

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

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

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

.fb_bfaf {
  gap: 0 var(--gap);
  --arrowC:var(--mc);
}
.fb_bfaf img:is(#contents *) {
  object-fit: cover;
  width: 100% !important;
}
.fb_bfaf .box div {
  text-align: center;
}
.fb_bfaf .box:nth-child(1),
.fb_bfaf .box:nth-child(3) {
  flex: 1;
}
.fb_bfaf article {
  margin: unset !important;
}
.fb_bfaf .box:nth-child(2) {
  display: grid;
  place-items: center;
  place-content: center;
}
.fb_bfaf .box:nth-child(2) i {
  display: block;
}
.fb_bfaf .box:nth-child(2) i:before {
  background-color: var(--arrowC);
  content: "";
  width: 5vmin;
  height: 10vmin;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
@media (width <= 640px) {
  .fb_bfaf .box {
    flex-basis: 100%;
  }
  .fb_bfaf .box:nth-child(2) i {
    rotate: 90deg;
  }
}
.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 (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 (width <= 834px) {
  .fb_flow .box div {
    font-size: 2.2rem;
  }
}
@media (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;
}

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

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

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

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

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

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

:where([class*=card]:not(.page-shop *)) {
  display: flex;
  gap: var(--gap);
}
:where([class*=card]:not(.page-shop *)).__center div {
  text-align: center !important;
}
:where([class*=card]:not(.page-shop *)) article > h3 {
  display: none;
}
:where([class*=card]:not(.page-shop *)) img {
  margin: unset;
  width: 100%;
}
:where([class*=card]:not(.page-shop *)) .box:is(#contents *) {
  overflow: visible;
}
:where([class*=card]:not(.page-shop *)) .box div {
  flex: 1;
}
:where([class*=card]:not(.page-shop *)).__layer ul {
  display: contents;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure) {
  display: grid !important;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure) > * {
  grid-area: 1/1;
  z-index: 1;
}
:where([class*=card]:not(.page-shop *)).__layer article:has(> a, > figure) figure {
  width: 100%;
}

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

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

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.25em);
  --innerPY: calc(var(--gap)*1 );
  --navPY: calc(var(--headG)*1 );
  --itemPY: calc(var(--headG)*0 );
  --logoPY: calc(var(--headG)*0 );
  --itemG: calc(var(--headG)*0.25 );
  --innerG: calc(var(--headG)*0 );
  --logoH:calc(var(--head) - 2em );
  --menuH:var(--logoH);
  --head:144px;
  --head2:calc(var(--head)*2 );
  --Nhead:calc(var(--head)*-1 );
  --contMT:calc(var(--head)*1);
  --mvMT:calc(var(--head) * -1 );
  --mvImg:calc(100vh );
}
@media (width <= 834px) {
  :root {
    --logoH:calc(var(--head) - 1em );
  }
}
@media (width <= 1440px) {
  :root {
    --head:116px;
  }
}
@media (max-width: 960px) {
  :root {
    --headG: 1em;
    --itemG: 4px;
    --head:80px;
  }
}
@media (width <= 834px) {
  :root {
    --headG: 0.5em;
    --innerPY: 1.5em;
    --head:52px;
  }
}
.fixPageTop .h_pagetop {
  --PTdis: block;
}

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

@media (width <= 834px) {
  html:has(.h_items.fix-tab) #builingual {
    bottom: calc(48px + 0.5em);
  }
}
@media (width <= 640px) {
  html:has(.h_items.fix-sp) #builingual {
    bottom: calc(48px + 0.5em);
  }
}
#builingual {
  border-radius: var(--rad);
  padding-inline: 1.5em;
}

@media (width <= 834px) {
  #footer .f_main {
    padding-bottom: calc(var(--btnH) + 1em) !important;
  }
}

.h {
  --navFZ: var(--inh);
  font-family: var(--Jost);
  --navLH: 1.25;
  --navFW: inherit;
  --dropBG:var(--bk);
  --dropC:var(--wh);
  --SPnavBG: var(--innerBG);
  --SPnavFZ: clamp(12px,1.6vh,18px);
  --dropbtnBG:var(--un);
  --dropbtnBF:var(--tx);
  --spanC:var(--wh);
  --menuM:0.5em 0;
  --btnFZ:var(--inh);
  --btnH:48px;
  --btnW:200px;
  --btnC:var(--bk);
}
.h .btn {
  border-color: var(--wh);
}
.h .btn > span {
  color: var(--wh);
}
.h .btn:hover {
  filter: var(--btnHover);
  color: var(--bk);
}
.h:is(#header) {
  --trans:.6s;
}
.h:is(#header) .h_inner {
  transition: var(--trans);
}
.h:is(#header) .h_inner:is(.init *) {
  background-color: unset;
}
.h:is(#header) .h_logo {
  left: var(--gap);
}
.h:is(#header) .h_logo img {
  max-height: calc(var(--head) - 1em);
}
.h:is(#header) .h_logo img:is(.init *) {
  max-height: 50vh;
}
@media (width <= 1440px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.7);
  }
}
@media (width <= 1080px) {
  .h:is(#header) .h_logo img {
    width: calc(var(--logoW) * 0.6);
  }
}
.h:is(#header) .nav_inner li.drop li > a > small {
  font-size: 1em;
}
.h:is(#header) .h_items {
  background-color: unset;
}
.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 {
  transition-delay: 0s !important;
}
.h:is(#header) .h_nav > ul li.drop > ul {
  min-width: 12em;
}
.h:is(#header) .h_nav > ul li.drop:after {
  top: calc(100% + var(--size) / 2);
  clip-path: polygon(25% 0, 75% 0, 50% 100%);
}
.h.innerCol .h_inner, .h.nav100 .h_inner {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
}
@media (max-width: 960px) {
  .h.innerCol .h_inner, .h.nav100 .h_inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-block: unset;
  }
}
.h.innerCol .h_logo, .h.nav100 .h_logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .h.innerCol .h_logo, .h.nav100 .h_logo {
    position: unset;
  }
}
.h.innerCol .h_items, .h.nav100 .h_items {
  order: unset;
}
.h.innerCol .h_nav, .h.nav100 .h_nav {
  height: unset;
}

.h {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 1000;
  min-height: var(--head);
  transition: var(--trans);
}
.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(--innerPX);
  padding-inline: var(--innerPY);
  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(--logoPY);
  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 (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_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 (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(--btnPY);
    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(--itemPY);
  gap: var(--itemG);
}
.h_items.fix-right {
  position: fixed;
  top: unset;
  bottom: var(--innerPY);
  right: var(--innerPY);
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
  --btnBG:var(--mc);
  --btnC:var(--wh);
  --btnFZ:var(--f22);
  --btnW:55px;
  --btnH:220px;
  --btnPY: .5em;
  --btnPX:.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(--btnPY);
    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 (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 {
  font-size: var(--navFZ);
  line-height: var(--navLH);
  font-weight: var(--navFW);
  --liPY:calc(var(--headG)/1 );
  --aPY:var(--un);
  --aPX:var(--un);
  --spanFZ:75%;
  --spanFW:700;
  --spanFF:var(--eng);
  --navTRT:var(--trans);
  z-index: 1;
  padding-inline: var(--navPY);
}
.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 (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(--liPY);
}
.h_nav > ul > li.__sub {
  display: none;
}
.h_nav > ul > li:has(span) {
  --liPY:calc(var(--headG)/2);
}
.h_nav > ul > li:has(span) > a:is(#header *) {
  --aPY:calc(var(--headG)/2);
  display: grid;
  place-items: center;
  place-content: center;
}
.h_nav > ul > li:has(span) span {
  transition: var(--trt);
  color: var(--spanC);
  font-size: var(--spanFZ);
  font-weight: var(--spanFW);
  font-family: var(--Eng);
}
.h_nav > ul > li:has(span) span:is(.span-uppercase *) {
  text-transform: uppercase;
}
.h_nav > ul a {
  padding-inline: var(--aPY);
  padding-block: var(--aPX);
  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;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
}
@media (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 (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;
  --SPnavPX: 1.25em;
  --SPnavPY: .5em;
  --dropbtnH: calc(1em + var(--SPnavPX)*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 li:is(.nav.show li:nth-child(10)) {
  transition-delay: 0.45s;
}
.nav li:is(.nav.show li:nth-child(11)) {
  transition-delay: 0.5s;
}
.nav li:is(.nav.show li:nth-child(12)) {
  transition-delay: 0.55s;
}
.nav li:is(.nav.show li:nth-child(13)) {
  transition-delay: 0.6s;
}
.nav li:is(.nav.show li:nth-child(14)) {
  transition-delay: 0.65s;
}
.nav li:is(.nav.show li:nth-child(15)) {
  transition-delay: 0.7s;
}
.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 (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: 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(--SPnavPX) var(--SPnavPY);
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-inline: auto;
}
.nav_inner > ul a span {
  color: var(--spanC);
  font-weight: var(--spanFW);
  font-size: var(--spanFZ);
  margin-inline-end: 0.75em;
  font-family: var(--cor);
}
.nav_inner > ul a.droplink {
  flex: 1;
}
.nav_inner > ul a.nopointer {
  cursor: pointer;
}
.nav_inner li.drop {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nav_inner li.drop:has(.dropbtn) {
  padding-right: var(--h);
}
.nav_inner li.drop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  transition: 0.4s;
  clip-path: polygon(0 0, 100% 0, 50% 80%);
  display: none;
}
.nav_inner li.drop ul {
  width: 100%;
  overflow: hidden;
  transition: 0.6s;
}
.nav_inner li.drop li {
  padding: unset;
  scale: 1;
  transition: 0.4s;
  width: 100%;
  margin: unset;
  height: unset;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
}
.nav_inner li.drop li > a {
  padding-block: 0;
  width: 100%;
}
.nav_inner li.drop li > a:is(#header *) {
  transition: 0.4s;
}
.nav_inner li.drop li:is(ul.show > *) {
  grid-template-rows: 1fr;
}
.nav_inner li.drop li:is(ul.show > *) a {
  padding-block: var(--SPnavPX);
}
.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;
}

#footer {
  background: no-repeat left bottom/100% auto;
}
@media (width <= 1440px) {
  #footer {
    background-size: unset;
  }
}
#footer .f_contact {
  padding-block: 9%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
}
#footer .f_contact > * {
  margin-top: unset;
}
#footer .f_contact p:has(> a) {
  justify-content: start;
  gap: 1em;
  width: 100%;
  --btnH:100px;
  --btnFW:100;
  --btnPX:1em;
}
@media (width <= 640px) {
  #footer .f_contact p:has(> a) {
    --btnH:80px;
  }
}
#footer .f_contact .btn:not(.btn2) {
  flex: 1 1 360px;
  max-width: 384px;
}
#footer .f_copy {
  margin-left: auto;
}
#footer .f_nav {
  margin-left: auto;
  --gap:1em;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .f_nav ul {
  width: 100%;
  justify-content: flex-end;
  gap: 0.5em 0em;
}
#footer .f_main {
  align-items: center;
  gap: 1.5em;
}
#footer .f_left {
  padding-block: 3em;
}
#footer .f_left > * + * {
  margin-top: 1.5em;
}
#footer .f_left .f_nav, #footer .f_left .f_copy {
  margin-top: 2.5em;
}
#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 .radius, .f .radius2, .f .radhalf {
  overflow: hidden !important;
}
.f * {
  max-width: 100%;
}
.f a:is(a) {
  text-decoration: none;
}
.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_row {
  display: flex;
  padding: 1.5%;
  align-items: center;
  justify-content: space-evenly;
}
@media (width <= 834px) {
  .f .f_row {
    flex-direction: column;
    padding: var(--pad);
  }
}
.f .f_column {
  display: flex;
  flex-direction: column;
}
.f .f_column > .f_column {
  padding-block: var(--bl05);
}
@media (width <= 960px) {
  .f .f_column > .f_column {
    padding-inline: var(--pad);
  }
}
.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.__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_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_logo {
  display: block;
  width: fit-content;
}
.f_logo img {
  display: inline-block;
  max-width: var(--logoW);
  width: 100%;
}
.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;
  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_bottom:is(#footer *) {
  --gap:3vmin;
  padding: var(--gap);
  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 *) {
    --gap:1.5vmin;
  }
}
@media (width <= 960px) {
  .f_bottom:is(#footer *) > *:is(#footer *) {
    flex-basis: calc((100% - var(--gap) * 2) / 3);
  }
}
.f_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f40);
}

@media (prefers-reduced-motion: reduce) {
  :is(*, *::before, *::after) {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/* <html class="reduced"> がある場合 */
:is(html.reduced) :is(*, *::before, *::after) {
  animation-duration: 0s !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0s !important;
  scroll-behavior: auto !important;
}

html.reduced :is(.h_video,
#bgVideo) {
  display: none;
}
html.reduced :is(.shuffle:is(h1, h2, h3, p) > span) {
  opacity: 1;
}

html:not(.videoEnd) #header > .h_inner,
html:not(.videoEnd) #contents,
html:not(.videoEnd) #footer {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}

html.videoEnd #header > .h_inner,
html.videoEnd #contents,
html.videoEnd #footer {
  opacity: 1;
  pointer-events: auto;
}

.h_video {
  position: absolute;
  inset: 0;
  z-index: 10000;
  transition: 0s;
}
.h_video video {
  min-width: 100%;
  min-height: var(--mvImg);
  object-fit: cover;
  pointer-events: none;
}
.h_video.hide {
  transition: 2s;
  opacity: 0;
  pointer-events: none;
}

.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;
}
.bgFix video {
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}

p:not(:has(> a)) 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:not(:has(> a)) u, h1 u, .h1FZ u, h2 u, .h2FZ u, h3 u, .h3FZ u, h5 u, h4 u, span.clone u {
  --bdc:var(--gr);
  text-decoration: underline;
  text-decoration-color: var(--bdc);
  text-decoration-thickness: 4px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}
p:not(:has(> a)) 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:not(:has(> a)) i[class*=la], h1 i[class*=la], .h1FZ i[class*=la], h2 i[class*=la], .h2FZ i[class*=la], h3 i[class*=la], .h3FZ i[class*=la], h5 i[class*=la], h4 i[class*=la], span.clone i[class*=la] {
  display: inline-block;
}
p:not(:has(> a)) i[class*=la]:before, h1 i[class*=la]:before, .h1FZ i[class*=la]:before, h2 i[class*=la]:before, .h2FZ i[class*=la]:before, h3 i[class*=la]:before, .h3FZ i[class*=la]:before, h5 i[class*=la]:before, h4 i[class*=la]:before, span.clone i[class*=la]:before {
  font-family: var(--icon);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)), h1:has(i:not([class*=la], .tate *, .box *)), .h1FZ:has(i:not([class*=la], .tate *, .box *)), h2:has(i:not([class*=la], .tate *, .box *)), .h2FZ:has(i:not([class*=la], .tate *, .box *)), h3:has(i:not([class*=la], .tate *, .box *)), .h3FZ:has(i:not([class*=la], .tate *, .box *)), h5:has(i:not([class*=la], .tate *, .box *)), h4:has(i:not([class*=la], .tate *, .box *)), span.clone:has(i:not([class*=la], .tate *, .box *)) {
  position: relative;
  font-size: var(--PFZ);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), h1:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), .h1FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), h2:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), .h2FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), h3:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), .h3FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), h5:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), h4:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *), span.clone:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) {
  font-size: calc(var(--PFZ) * 1.5);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), h1:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), .h1FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), h2:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), .h2FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), h3:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), .h3FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), h5:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), h4:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las), span.clone:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > i:not(.las) {
  font-size: calc(var(--bigFZ) * 1.5);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, h1:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, .h1FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, h2:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, .h2FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, h3:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, .h3FZ:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, h5:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, h4:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las, span.clone:has(i:not([class*=la], .tate *, .box *)):is(.cont01 *) > .las {
  -webkit-text-stroke: 2px var(--cur);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]) {
  color: var(--subC);
  font-family: var(--subFF);
  font-weight: var(--subFW);
  word-break: break-word;
  letter-spacing: 0em;
  font-size: var(--bigFZ);
  display: block;
  line-height: 1;
  margin-bottom: 0.25em;
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txwh *) {
  color: var(--wh);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.txbk *) {
  color: var(--bk);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.i-bar *, .title1 *) {
  --bdc:var(--gr);
  text-decoration: underline;
  text-decoration-color: var(--bdc);
  text-decoration-thickness: 4px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), h1:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), .h1FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), h2:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), .h2FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), h3:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), .h3FZ:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), h5:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), h4:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *), span.clone:has(i:not([class*=la], .tate *, .box *)) i:not([class*=la]):is(.title1 *) {
  --bdc:var(--mc);
}
p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) .la, p:not(:has(> a)):has(i:not([class*=la], .tate *, .box *)) .las, h1:has(i:not([class*=la], .tate *, .box *)) .la, h1:has(i:not([class*=la], .tate *, .box *)) .las, .h1FZ:has(i:not([class*=la], .tate *, .box *)) .la, .h1FZ:has(i:not([class*=la], .tate *, .box *)) .las, h2:has(i:not([class*=la], .tate *, .box *)) .la, h2:has(i:not([class*=la], .tate *, .box *)) .las, .h2FZ:has(i:not([class*=la], .tate *, .box *)) .la, .h2FZ:has(i:not([class*=la], .tate *, .box *)) .las, h3:has(i:not([class*=la], .tate *, .box *)) .la, h3:has(i:not([class*=la], .tate *, .box *)) .las, .h3FZ:has(i:not([class*=la], .tate *, .box *)) .la, .h3FZ:has(i:not([class*=la], .tate *, .box *)) .las, h5:has(i:not([class*=la], .tate *, .box *)) .la, h5:has(i:not([class*=la], .tate *, .box *)) .las, h4:has(i:not([class*=la], .tate *, .box *)) .la, h4:has(i:not([class*=la], .tate *, .box *)) .las, span.clone:has(i:not([class*=la], .tate *, .box *)) .la, span.clone:has(i:not([class*=la], .tate *, .box *)) .las {
  margin-inline: var(--btnG);
}
p:not(:has(> a)):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:not(:has(> a)):has(em) em:is(.txwh), p:not(:has(> a)):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:not(:has(> a)):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:not(:has(> a)):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:not(:has(> a)):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:not(:has(> a)):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 {
  text-align: inherit;
  font-size: 62.5%;
}
p:not(:has(> a)):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(--wh) !important;
}
p:not(:has(> a)):has(small) small:is(.H-bd *, .H-bdl *, .box *), h1:has(small) small:is(.H-bd *, .H-bdl *, .box *), .h1FZ:has(small) small:is(.H-bd *, .H-bdl *, .box *), h2:has(small) small:is(.H-bd *, .H-bdl *, .box *), .h2FZ:has(small) small:is(.H-bd *, .H-bdl *, .box *), h3:has(small) small:is(.H-bd *, .H-bdl *, .box *), .h3FZ:has(small) small:is(.H-bd *, .H-bdl *, .box *), h5:has(small) small:is(.H-bd *, .H-bdl *, .box *), h4:has(small) small:is(.H-bd *, .H-bdl *, .box *), span.clone:has(small) small:is(.H-bd *, .H-bdl *, .box *) {
  display: inline-block;
  margin-inline: 0.5em;
}

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

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

.slick-slide {
  position: relative;
  height: unset;
}

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

:is(.sheet, .board) {
  background-color: var(--sc10);
}
:is(.sheet, .board) + :is(.sheet, .board) {
  margin-top: 2em;
}
:is(.sheet, .board) 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;
}
:is(.sheet, .board):before {
  display: none;
}

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

mark {
  --bdc:var(--sc);
  display: inline;
  color: inherit;
  background: linear-gradient(transparent 33%, var(--bdc) 33%);
  padding: 0 0em;
  line-height: 1.25;
}

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

#contents .form_simple {
  line-height: 1.5;
  --bdc:var(--tx20);
  --bdw:1px;
  --bds:solid;
  --thumbC:var(--tx10);
  --pdb:1em;
  --pdi: .5em;
  --dtc:var(--ac);
  --dtw:bold;
  --maxH:20em;
}
@media (width <= 640px) {
  #contents .form_simple {
    --pdb:1em;
  }
}
#contents .form_simple:is(.txwh *) {
  --thumbC:var(--wh50);
  color: var(--wh) !important;
}
#contents .form_simple dt:is(#contents *) {
  font-family: var(--Eng);
  font-weight: 400;
}

.title1 {
  transition: 0.4s 0s;
  margin-top: calc(var(--head) * 0);
  background: no-repeat center/cover;
  background-color: var(--title1);
  background-image: url(/images/home/title1.jpg);
  background-position: center;
  background-size: 100% 100%;
  --h:320px;
  align-content: center;
  padding-block: 6vh;
  padding-inline: var(--incont);
  min-height: var(--h);
}
.title1 .txwh * {
  color: var(--wh) !important;
}
.title1 .txbk * {
  color: var(--bk) !important;
}
@media (width <= 1440px) {
  .title1 {
    min-height: calc(var(--h) * 0.9);
  }
}
@media (width <= 834px) {
  .title1 {
    min-height: calc(var(--h) * 0.7);
  }
}
@media (width <= 640px) {
  .title1 {
    min-height: calc(var(--h) * 0.6);
  }
}
.title1 h1, .title1 h2, .title1 h3, .title1 h4, .title1 h5, .title1 p {
  transition-delay: 0s !important;
  translate: none;
}

.bg_fix {
  background-size: cover;
}

#contents .sns_slide {
  --dateFW: 500;
  --arrowinset: calc(100% - var(--gap));
  --arrowinset: -2em;
  --arrowBG: var(--un);
  --arrowR: 999px;
  --arrowFZ: max(16px,3vmin);
  --arrowW: 2em;
  --arrowC: var(--mc);
  margin-right: calc(var(--gap) * -1);
  width: calc(100% + var(--gap));
}
#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 img:is(#contents *) {
  aspect-ratio: 1;
}
#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-slide {
  border-radius: var(--rad);
  margin-inline-end: unset;
  padding-inline: unset;
  margin-right: var(--gap);
}
#contents .sns_slide .sns_text {
  padding-inline: 1em;
}
#contents .sns_slide .sns_text .caption {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.mv_it {
  pointer-events: none;
  background: no-repeat 100% 100%/100% auto;
  position: absolute;
  bottom: 0%;
  left: 0;
  font-size: clamp(18px, 2.4vw, 32px);
  line-height: 2.5;
  margin-inline: auto;
  align-content: end;
}
.mv_it::after {
  display: none;
}
.mv_it > * {
  pointer-events: all;
}
.mv_it .deco *,
.mv_it .deco {
  --bdc:var(--mc);
  text-decoration: underline;
  text-decoration-color: var(--bdc);
  text-decoration-thickness: 4px;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}

.card3 p > i, .card2 p > i, .card4 p > i, .card5 p > i, .cardflex p > i, .cardfix p > i {
  color: var(--mc);
  line-height: 1.5;
  text-align: center;
  margin-right: 0.5em;
}
.card3 img:is(#contents *), .card2 img:is(#contents *), .card4 img:is(#contents *), .card5 img:is(#contents *), .cardflex img:is(#contents *), .cardfix img:is(#contents *) {
  width: 100% !important;
}
.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(--h3FZ);
  margin-bottom: var(--bodyFZ);
}
.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 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 > *, .card2 > *, .card4 > *, .card5 > *, .cardflex > *, .cardfix > * {
    flex: 0 0 calc(50% - var(--gap) / 2);
  }
}
@media (width <= 480px) {
  .card3:not(.brSplit-li, .__icon) > *, .card2:not(.brSplit-li, .__icon) > *, .card4:not(.brSplit-li, .__icon) > *, .card5:not(.brSplit-li, .__icon) > *, .cardflex:not(.brSplit-li, .__icon) > *, .cardfix:not(.brSplit-li, .__icon) > * {
    flex: 0 0 100%;
  }
}

.card3.__gallery h3, .card2.__gallery h3, .card4.__gallery h3, .card5.__gallery h3, .cardflex.__gallery h3, .cardfix.__gallery h3 {
  font-size: inherit;
  display: inline-block;
}
.card3.__gallery .box__tag, .card2.__gallery .box__tag, .card4.__gallery .box__tag, .card5.__gallery .box__tag, .cardflex.__gallery .box__tag, .cardfix.__gallery .box__tag {
  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;
  float: right;
}
.card3.__level p, .card2.__level p, .card4.__level p, .card5.__level p, .cardflex.__level p, .cardfix.__level p {
  color: var(--sc);
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.card3.__level .box, .card2.__level .box, .card4.__level .box, .card5.__level .box, .cardflex.__level .box, .cardfix.__level .box {
  container-type: inline-size;
  container-name: box;
}
@container box (min-width: 1px) {
  .card3.__level .box p, .card2.__level .box p, .card4.__level .box p, .card5.__level .box p, .cardflex.__level .box p, .cardfix.__level .box p {
    font-size: 7cqw; /* コンテナ幅 (container query width) の10% */
  }
}
.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;
  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.__icon, .card2.__icon, .card4.__icon, .card5.__icon, .cardflex.__icon, .cardfix.__icon {
  --w:12em;
}
.card3.__icon figure, .card2.__icon figure, .card4.__icon figure, .card5.__icon figure, .cardflex.__icon figure, .cardfix.__icon figure {
  min-height: var(--w);
  align-content: center;
  order: 1;
  margin-top: auto;
}
.card3.__icon img:is(#contents *), .card2.__icon img:is(#contents *), .card4.__icon img:is(#contents *), .card5.__icon img:is(#contents *), .cardflex.__icon img:is(#contents *), .cardfix.__icon img:is(#contents *) {
  max-width: var(--w);
  max-height: var(--w);
  margin: auto;
}
.card3.__icon .box, .card2.__icon .box, .card4.__icon .box, .card5.__icon .box, .cardflex.__icon .box, .cardfix.__icon .box {
  padding: 1.5em 1em;
}
.card3.__icon h3, .card3.__icon p, .card2.__icon h3, .card2.__icon p, .card4.__icon h3, .card4.__icon p, .card5.__icon h3, .card5.__icon p, .cardflex.__icon h3, .cardflex.__icon p, .cardfix.__icon h3, .cardfix.__icon p {
  margin-bottom: unset;
}
.card3.borderHead, .card2.borderHead, .card4.borderHead, .card5.borderHead, .cardflex.borderHead, .cardfix.borderHead {
  --bdc:var(--mc2);
}
.card3.borderHead .box, .card2.borderHead .box, .card4.borderHead .box, .card5.borderHead .box, .cardflex.borderHead .box, .cardfix.borderHead .box {
  border: 1vmin solid var(--bdc);
  padding: unset;
}
.card3.borderHead h3, .card3.borderHead p, .card2.borderHead h3, .card2.borderHead p, .card4.borderHead h3, .card4.borderHead p, .card5.borderHead h3, .card5.borderHead p, .cardflex.borderHead h3, .cardflex.borderHead p, .cardfix.borderHead h3, .cardfix.borderHead p {
  background-color: var(--bdc);
  margin-bottom: var(--bodyFZ);
  margin-inline: calc(var(--bodyFZ) * -1);
  padding: 0.25em;
  text-align: center;
}
.card3.borderHead div, .card2.borderHead div, .card4.borderHead div, .card5.borderHead div, .cardflex.borderHead div, .cardfix.borderHead div {
  padding-inline: 1em;
}
@media (width <= 834px) {
  .card3.borderHead > *, .card2.borderHead > *, .card4.borderHead > *, .card5.borderHead > *, .cardflex.borderHead > *, .cardfix.borderHead > * {
    flex: 0 0 100%;
  }
}
.card3.__row article, .card2.__row article, .card4.__row article, .card5.__row article, .cardflex.__row article, .cardfix.__row article {
  flex-direction: row;
  justify-content: space-between;
}
@media (width <= 480px) {
  .card3.__row article, .card2.__row article, .card4.__row article, .card5.__row article, .cardflex.__row article, .cardfix.__row article {
    flex-direction: column;
  }
}
.card3.__row .im, .card2.__row .im, .card4.__row .im, .card5.__row .im, .cardflex.__row .im, .cardfix.__row .im {
  max-width: 300px;
}
@media (width <= 480px) {
  .card3.__row .im, .card2.__row .im, .card4.__row .im, .card5.__row .im, .cardflex.__row .im, .cardfix.__row .im {
    max-width: 100%;
  }
}
.card3.i-o1 h1, .card3.i-o1 h2, .card3.i-o1 h3, .card3.i-o1 h4, .card3.i-o1 h5, .card3.i-o1 p, .card2.i-o1 h1, .card2.i-o1 h2, .card2.i-o1 h3, .card2.i-o1 h4, .card2.i-o1 h5, .card2.i-o1 p, .card4.i-o1 h1, .card4.i-o1 h2, .card4.i-o1 h3, .card4.i-o1 h4, .card4.i-o1 h5, .card4.i-o1 p, .card5.i-o1 h1, .card5.i-o1 h2, .card5.i-o1 h3, .card5.i-o1 h4, .card5.i-o1 h5, .card5.i-o1 p, .cardflex.i-o1 h1, .cardflex.i-o1 h2, .cardflex.i-o1 h3, .cardflex.i-o1 h4, .cardflex.i-o1 h5, .cardflex.i-o1 p, .cardfix.i-o1 h1, .cardfix.i-o1 h2, .cardfix.i-o1 h3, .cardfix.i-o1 h4, .cardfix.i-o1 h5, .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:where(.home *), .card2:where(.home *), .card4:where(.home *), .card5:where(.home *), .cardflex:where(.home *), .cardfix:where(.home *) {
  justify-content: center;
}

.form_wrap.form_03 dt {
  font-weight: 700;
}

.form_wrap.form_01 {
  --p: .125em;
  position: relative;
  --bdw:1px;
}
.form_wrap.form_01 dt {
  width: 25%;
}
.form_wrap.form_01 dd {
  width: 75%;
}
.form_wrap.form_01 dl:has(dd:empty) dt:is(#contents dt) {
  width: 100% !important;
  background-color: var(--sc20);
  padding-inline: 0.5em;
  margin-bottom: 0.5em;
}
.form_wrap.form_01 dl:has(dd:empty) dd {
  display: none;
}
.form_wrap.form_01 dl:has(.btn, iframe, img) dt {
  display: none;
}
.form_wrap.form_01 > br {
  display: none;
}
.form_wrap.form_01.noscr {
  overflow: unset;
  height: unset !important;
  max-height: unset !important;
}
.form_wrap.form_01 dt {
  width: 5em;
  min-width: var(--dtMW);
}
.form_wrap.form_01 a:not(.btn) {
  text-decoration: underline;
  color: var(--mc);
}
.form_wrap.form_01 dl {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--p) * 0);
  display: flex;
  background-color: unset;
}
.form_wrap.form_01 dl > * {
  padding-top: 0;
}
.form_wrap.form_01 dl:last-child {
  border-bottom: none;
}
@media (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 (width <= 640px) {
  .form_wrap.form_01 dl dt {
    margin-bottom: unset;
  }
  .form_wrap.form_01 dl:not(:last-child) {
    margin-bottom: 0px;
  }
}
.form_wrap.form_01 dt:is(#contents *, #footer *), .form_wrap.form_01 dd:is(#contents *, #footer *) {
  border-color: transparent;
  background-color: unset;
}
@media (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 (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 (width <= 834px) {
  .form_wrap.form_01 dl {
    padding-block: 0;
  }
  .form_wrap.form_01 dt {
    padding-bottom: 0;
  }
}

@media (width <= 834px) {
  :is(.fl46, .fl50, .fl64) {
    --few:100%;
  }
}

.policy-wrap {
  height: calc(100% - var(--head) * 1.5);
}

.p-hashSplit p + br {
  display: none;
}

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

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

.it01, .ti01 {
  --gap: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, h4, h5) + div, .ti01 article :is(h1, h2, h3, h4, h5) + div {
  margin-top: 1.5em;
}
@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);
  }
}

@media (width <= 834px) {
  .it01.contoutR article, .ti01.contoutR article {
    padding-inline-end: var(--pad);
  }
}
.it01.__link, .ti01.__link {
  --imgW:12vmax;
  row-gap: 2vmin;
  border: 4px solid var(--c);
  border-radius: 3vmin;
  padding: 1em;
  align-items: center;
  letter-spacing: 0;
  --c:var(--YE);
}
.it01.__link.__RE, .ti01.__link.__RE {
  --c:var(--RE);
}
.it01.__link.__PI, .ti01.__link.__PI {
  --c:var(--PI);
}
.it01.__link.__BL, .ti01.__link.__BL {
  --c:var(--BL);
}
.it01.__link.__SK, .ti01.__link.__SK {
  --c:var(--SK);
}
.it01.__link.__GR, .ti01.__link.__GR {
  --c:var(--GR);
}
.it01.__link.__YE, .ti01.__link.__YE {
  --c:var(--YE);
}
.it01.__link.__OR, .ti01.__link.__OR {
  --c:var(--OR);
}
.it01.__link article > h3, .ti01.__link article > h3 {
  display: block;
  font-size: var(--f24);
}
.it01.__link article > h3 small, .ti01.__link article > h3 small {
  color: var(--c);
}
.it01.__link .im, .ti01.__link .im {
  background-color: var(--c);
  aspect-ratio: 1;
  border-radius: 1000px;
  display: grid;
  place-items: center;
  place-content: center;
  max-width: var(--imgW) !important;
}
.it01.__link img:is(#contents *), .ti01.__link img:is(#contents *) {
  width: calc(var(--imgW) * 0.65);
}
.it01[class*=art-], .ti01[class*=art-] {
  align-items: flex-start;
  gap: 0;
  --bpMW:75%;
  --imgW:56%;
  --move:4%;
  --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: var(--bl05);
}
@media (width <= 480px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --bpMW:100%;
  }
}
@media (width <= 1440px) {
  .it01[class*=art-], .ti01[class*=art-] {
    --imgW: 50%;
  }
}
.it01[class*=art-] > *, .ti01[class*=art-] > * {
  margin-inline: var(--Nmove2);
}
.it01[class*=art-] article, .ti01[class*=art-] article {
  border-radius: var(--rad);
  z-index: 10;
  padding: 6.25% var(--move);
}
.it01[class*=art-] .im, .ti01[class*=art-] .im {
  z-index: 10;
}
.it01[class*=art-] .im img:is(#contents *), .ti01[class*=art-] .im img:is(#contents *) {
  height: 100% !important;
  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);
  }
}

section > :is(.sheet, .board) [id] + [id] {
  margin-top: var(--sheetP);
}

.H-bdl {
  --w:6px;
  --o:calc(var(--w)*.5 );
  --c:var(--mc);
}

:root {
  --t: 0.5s;
  --t2: calc(var(--t) * 2);
  --w: 100px;
  --wh: calc(var(--w)*0.5);
  --wq: calc(var(--w)*0.25);
  --nw: calc(var(--w)*-1);
  --nwh: calc(var(--wh)*-1);
  --nwq: calc(var(--wq)*-1);
}

.GenerateBox {
  --t: 0.25s;
  --t2: calc(var(--t) * 2);
  --w: 150px;
  --wh: calc(var(--w)*0.5);
  --wq: calc(var(--w)*0.25);
  --nw: calc(var(--w)*-1);
  --nwh: calc(var(--wh)*-1);
  --nwq: calc(var(--wq)*-1);
  z-index: 0;
  border-radius: 2em;
}
.GenerateBox.show {
  z-index: 1;
}
.GenerateBox > div {
  opacity: 0;
  transition: var(--t);
}
.GenerateBox > div:is(.GenerateBox.show *) {
  transition: var(--t2) var(--t2);
  opacity: 1;
}
.GenerateBox .im {
  width: unset;
}
.GenerateBox img, .GenerateBox canvas {
  aspect-ratio: 2/1;
  object-fit: cover;
  height: 100%;
  max-height: calc(100vh - var(--head) * 1.5) !important;
  max-width: 100%;
  z-index: 0;
  position: relative;
  border-radius: 1.5em;
  opacity: 0;
  transition: var(--t);
}
@media (width <= 834px) {
  .GenerateBox img, .GenerateBox canvas {
    aspect-ratio: 1;
  }
}
@media (width <= 834px) {
  .GenerateBox img, .GenerateBox canvas {
    aspect-ratio: 4/5;
  }
}
.GenerateBox img:is(#contents *):is(.GenerateBox.show *) {
  transition: var(--t2) var(--t2);
  opacity: 1;
  transform: unset;
}
.GenerateBox canvas {
  transform: translate(var(--w), var(--w));
  transition: var(--t2);
  position: absolute;
  inset: 0;
  opacity: 0;
}
.GenerateBox canvas:first-of-type {
  transform: translate(var(--nw), var(--nw));
}
.GenerateBox canvas:is(.GenerateBox.show *) {
  opacity: 1;
  animation: zigzag var(--t2) steps(1) forwards;
  transform: unset;
}
.GenerateBox canvas:is(.GenerateBox.show *):first-of-type {
  animation-name: zigzagRev;
}
@keyframes zigzag {
  0% {
    transform: translate(var(--w), var(--w));
  }
  25% {
    transform: translate(var(--wh), var(--w));
  }
  50% {
    transform: translate(var(--wh), var(--wh));
  }
  75% {
    transform: translate(0, var(--wh));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zigzagRev {
  0% {
    transform: translate(var(--nw), var(--nw));
  }
  25% {
    transform: translate(var(--nw), var(--nwh));
  }
  50% {
    transform: translate(var(--nwh), var(--nwh));
  }
  75% {
    transform: translate(var(--nwh), 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.GenerateBox {
  display: grid;
  border-radius: 2em;
}
.GenerateBox > * {
  grid-area: 1/1;
}
.GenerateBox > div {
  --wh:#fff;
  z-index: 1;
  font-size: var(--h1FZ);
}
@media (width <= 640px) {
  .GenerateBox > div {
    font-size: var(--h2FZ);
  }
}
.GenerateBox > div > div {
  height: 100%;
}
.GenerateBox .Bottom {
  padding: 4vmin;
  align-content: end;
}
.GenerateBox .Right {
  padding: 4vmin;
  align-content: center;
  text-align: right;
  font-family: var(--Yum);
}
.GenerateBox .Right > * {
  padding: 0.5em 1em;
}
.GenerateBox .Right > .tate {
  padding: 1em 0.5em;
  font-family: inherit;
}
.GenerateBox .HeaderCenter {
  padding: 2vmin;
  height: 2.5em;
  align-content: center;
  text-align: center;
  padding-inline: 1em;
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  border-radius: var(--rad) var(--rad) 0 0;
}
.GenerateBox .HeaderCenter i {
  position: absolute;
  right: 0.75em;
  top: 0;
  height: 100%;
  align-content: center;
  font-size: 0.75em;
  opacity: 0.8;
}
.GenerateBox .Center {
  padding: 4vmin;
  align-content: center;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
}

.tabContainer {
  display: inline-block;
  position: relative;
  margin-inline: auto;
}
.tabContainer:is(#contents *) {
  transition-delay: 0s;
}
.tabContainer > * {
  height: 100%;
}

.tabPanels {
  position: relative;
  margin: auto;
  height: 100%;
}

.tabPanel {
  position: absolute;
  inset: 0;
}
.tabPanel:first-of-type {
  position: relative;
  z-index: 1;
}

.tabButtons {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.tab-next-button {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  font-size: calc(var(--bigFZ) * 1.5);
  opacity: 0.5;
  transition: var(--t);
  background-color: var(--bk10);
}
.tab-next-button i {
  transition: inherit;
}
.tab-next-button:hover {
  opacity: 1;
}
.tab-next-button:hover i {
  scale: 1.5;
}

@media screen and (max-width: 834px) {
  .tabButtons {
    display: none;
  }
  .tab-next-button {
    display: block;
  }
}
.tab {
  flex: 1;
  opacity: 0;
  transition: var(--t);
  background-color: var(--bk10);
}
.tab:hover {
  opacity: 1;
}
.tab i {
  font-size: var(--h1FZ);
  display: block;
  font-weight: 100;
  line-height: 1.5;
}

.H-grad :is(h1, h2, h3, p) {
  background-image: linear-gradient(10deg, var(--mc), var(--sc));
  background-clip: text;
  color: var(--tr);
  line-height: 1;
  font-size: var(--bigFZ);
}
.H-grad :is(h1, h2, h3, p).__lg {
  font-size: calc(var(--bigFZ) * 1.875);
}
.H-grad :is(h1, h2, h3, p) > span {
  background: inherit;
}
@media (width <= 960px) {
  .H-grad :is(h1, h2, h3, p).tate {
    writing-mode: horizontal-tb;
  }
}

.shuffle:is(h1, h2, h3, p) {
  position: relative;
  font-weight: 400;
  max-width: 100%;
}
.shuffle:is(h1, h2, h3, p).__lg {
  font-weight: 500;
}
@media (width <= 480px) {
  .shuffle:is(h1, h2, h3, p).__lg {
    font-size: calc(var(--bigFZ) * 1.25);
  }
}
.shuffle:is(h1, h2, h3, p) > span {
  opacity: 0;
  transition: 0.1s;
  line-height: 1;
}
.shuffle:is(h1, h2, h3, p) > span.show {
  opacity: 1;
}
.shuffle:is(h1, h2, h3, p).__step > span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shuffle:is(h1, h2, h3, p).absL {
  position: absolute;
  left: 0;
}

.__lg {
  font-size: calc(var(--bigFZ) * 1.875);
}

.count :is(h1, h2, h3, p) > span {
  display: block;
}

.countUp {
  vertical-align: bottom;
}

.halfLeft,
.halfRight {
  margin-inline: auto var(--contout) !important;
  width: calc(50% + var(--incont));
  z-index: 1;
}
.halfLeft:is([class*=bg100] *, [class*=wrapper100] *),
.halfRight:is([class*=bg100] *, [class*=wrapper100] *) {
  margin-inline: auto 0 !important;
  width: 50%;
}
.halfLeft .shuffle,
.halfRight .shuffle {
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .halfLeft:is(#contents *),
  .halfRight:is(#contents *) {
    width: 100%;
    --incont:0;
    --contout:0;
  }
}

.halfLeft {
  margin-inline: var(--contout) auto !important;
}
.halfLeft:is([class*=bg100] *, [class*=wrapper100] *) {
  margin-inline: 0 auto !important;
}

.absB {
  position: absolute;
  bottom: 0;
}

.absT {
  position: absolute;
  top: 0;
}

.absR {
  position: absolute;
  right: 0;
}

.absL {
  position: absolute;
  left: 0;
}

.absRB {
  position: absolute;
  bottom: 0;
  right: 0;
}

.absRT {
  position: absolute;
  top: 0;
  right: 0;
}

.absLB {
  position: absolute;
  bottom: 0;
  left: 0;
}

.absLT {
  position: absolute;
  top: 0;
  left: 0;
}

.abs0 {
  position: absolute;
  inset: 0;
}

.absLT {
  left: var(--in1560);
  top: var(--Wpdb);
  z-index: 10;
}

.absRT {
  right: var(--in1680);
  top: var(--Wpdb);
  z-index: 10;
}

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 + *, .bgToBottom + * {
  margin-top: unset;
}

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

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

/*---index.html media */
.blog_media div.blog_list {
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
.blog_media div.blog_list > div {
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(33.3333333333% - 14px);
  flex-direction: column;
  border-bottom: none;
  background-color: var(--wh10);
}
.blog_media div.blog_list > div:nth-child(3n) {
  margin-right: 0;
}
.blog_media div.blog_list div.blog_photo {
  width: 100%;
}
.blog_media div.blog_list div.blog_date {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.blog_media div.blog_list h3 a span {
  font-size: 1.2em;
}
@media (width <= 640px) {
  .blog_media div.blog_list > div {
    width: 100%;
  }
  .blog_media div.blog_list h3 a span {
    font-size: 1em;
  }
  .blog_media div.s-about {
    background-image: none !important;
  }
  .blog_media .s-about__box {
    width: 100%;
  }
  .blog_media .s-about__box br {
    display: none;
  }
}

.mv {
  min-height: var(--mvImg);
  text-align: right;
  align-content: end;
  margin-top: var(--mvMT);
  position: relative;
}
@media (width <= 640px) {
  .mv {
    text-align: left;
  }
}
.mv > :where(*) {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.mv > :where(*) + * {
  margin-left: -0.25em;
}
@media (width <= 640px) {
  .mv > :where(*) {
    display: block;
  }
  .mv > :where(*) + * {
    margin-left: 0em;
  }
}
.mv .slick-dotted.slick-slider {
  margin-bottom: unset;
}
.mv.__framed {
  padding-inline: var(--gap);
}
.mv.__framed > .mv_slide {
  border-radius: var(--rad2);
  overflow: hidden;
}
.mv.__framed > .mv_it {
  left: var(--gap);
  right: var(--gap);
}
.mv_slide, .mv_img, .mv_video {
  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;
  pointer-events: none;
}

#contents :is(.mv_blog :is(.blog_date, h3), .mv .H-grad p) {
  width: unset;
  margin: unset;
  padding-inline: 1em;
  border-left: 1px solid currentColor;
  font-size: inherit;
}
@media (width <= 640px) {
  #contents :is(.mv_blog :is(.blog_date, h3), .mv .H-grad p) {
    width: 100%;
    border: unset;
    padding: 0;
  }
}
#contents :is(.mv .H-grad p) {
  color: transparent;
  padding-block: 10px;
}
@media (width <= 640px) {
  #contents :is(.mv .H-grad p) {
    padding-bottom: 0em;
    padding-left: 0.5em;
  }
}
#contents .mv_blog :is(div.detail, .blog_photo) {
  display: none;
}

#contents :is(.mv_img, .mv_slide) {
  position: absolute;
  inset: 0;
  z-index: 0;
  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:is(#contents *) {
  width: 100%;
  margin-inline: auto;
  display: block;
  height: var(--mvImg) !important;
  object-fit: cover;
  border-radius: unset;
}
#contents_wrap #contents .noTrim img {
  height: unset !important;
  aspect-ratio: unset !important;
  object-fit: contain !important;
}

.spray:after, .spray:before {
  content: "";
  width: calc(var(--bigFZ) * 3);
  height: unset;
  aspect-ratio: 4/5;
  background: url(/images/home/bg03.png) no-repeat center/contain;
  z-index: -1;
  translate: 0 -50%;
}
.spray:after {
  background: url(/images/home/bg04.png) no-repeat center/contain;
  inset: 0 0 auto auto;
}

.H-large :is(h1, h2, h3) {
  font-size: calc(var(--bigFZ) * 1.5);
  line-height: 1;
  font-weight: 400;
}

.bfElec:before {
  content: "";
  width: calc(var(--bigFZ) * 1.5);
  height: unset;
  aspect-ratio: 5/4;
  background: url(/images/home/t01.png) no-repeat center/100% 100%;
  z-index: -1;
  top: calc(var(--bigFZ) * -0.25);
  left: calc(var(--bigFZ) * 0.25);
}
.bfElec:has(.tate):before {
  top: calc(var(--bigFZ) * -0.5);
  left: calc(var(--bigFZ) * -0.25);
}

.pl1e {
  padding-left: 1em;
}

.cont01 {
  background-size: contain;
}
.cont01_fb {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10%;
}
.cont01_fb .box {
  width: 45%;
  margin-top: 8%;
}
.cont01_fb .box img {
  margin-inline: auto 0%;
}
.cont01_fb .box:first-of-type img {
  margin-inline: auto;
}
.cont01_fb .box:nth-child(even) {
  margin-block: 22% 0%;
}
.cont01_fb .box:nth-child(even) img {
  margin-inline: auto 0;
}
.cont01_tx {
  margin-block: 40% 20% !important;
}
.cont01_tx :is(h1, h2, h3, p) {
  --bg:#fff;
  --span:var(--mc2);
  background-color: var(--bg);
  color: var(--bk);
  padding-inline: 0.25em 0.375em;
  display: inline;
  line-height: 1.75;
  box-decoration-break: clone;
  font-style: italic;
}
.cont01_tx :is(h1, h2, h3, p) > span {
  color: var(--span);
  font-style: inherit;
}
@media (width <= 960px) {
  .cont01_tx {
    padding: 1em;
    background-color: var(--bk50);
    border: var(--line);
  }
}
.cont01 .absLT {
  top: var(--Wpdb);
}
.cont02 {
  text-align: center;
}
.cont02 > * {
  text-align: left;
}
.cont02 .halfRight {
  position: relative;
  z-index: 10;
}
@media (width <= 960px) {
  .cont02 .halfRight {
    margin-top: 20%;
  }
}
@media (width <= 834px) {
  .cont03 .box {
    flex-basis: 100%;
  }
}
.cont04 {
  margin-top: 4%;
  background-size: contain;
}
@media (width <= 960px) {
  .cont04 {
    margin-top: 9%;
  }
}
.cont04 .absRT {
  top: -10%;
}
@media (width <= 960px) {
  .cont04 .absRT {
    top: 0;
  }
}
.cont04_fb {
  display: flex;
  flex-wrap: wrap;
  margin-top: unset;
  gap: 0 10%;
}
.cont04_fb .box {
  width: 45%;
  margin-top: 0%;
}
.cont04_fb .box img {
  margin-inline: 0% auto;
}
.cont04_fb .box:first-of-type {
  width: 100%;
  margin-top: 5%;
}
@media (width <= 960px) {
  .cont04_fb .box:first-of-type {
    visibility: hidden;
  }
}
.cont04_fb .box:nth-child(even) img {
  margin-inline: auto;
}
.cont04_fb .box:nth-child(3) {
  align-content: end;
}
.cont04_fb .box:nth-child(3) img {
  margin-inline: auto 0;
}
.cont04_tx {
  padding-bottom: 24%;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
.cont04_tx :is(h1, h2, h3, p) {
  --bg:#fff;
  --span:var(--mc2);
  background-color: var(--bg);
  color: var(--bk);
  padding-inline: 0.25em 0.375em;
  display: inline;
  line-height: 1.75;
  box-decoration-break: clone;
  font-style: italic;
}
.cont04_tx :is(h1, h2, h3, p) > span {
  color: var(--span);
  font-style: inherit;
}
.cont04_tx figure {
  padding-right: var(--pad);
  margin-bottom: calc(var(--pad) * -1);
}
.cont04_tx > div {
  padding-left: var(--pad);
}
@media (width <= 1440px) {
  .cont04_tx {
    background-color: var(--bk50);
  }
}
@media (width <= 960px) {
  .cont04_tx {
    padding: 1em;
    padding-bottom: 24%;
    border: var(--line);
  }
}
.cont05 .absRT {
  top: -2%;
}
@media (width <= 960px) {
  .cont05 .absRT {
    top: 2%;
  }
}

.fb_column .box {
  margin-inline: unset;
  width: 100%;
  padding-block: 4em;
  padding-inline: 8%;
}
.fb_column .box:is(#contents *) {
  transition-delay: 0s;
}
.fb_column .box + .box {
  border-top: var(--line);
}
.fb_column .box article {
  display: flex;
  gap: var(--gap);
  align-items: center;
}
@media (width <= 640px) {
  .fb_column .box article {
    flex-direction: column;
  }
}
.fb_column .box article > h3 {
  display: none;
}
.fb_column .box article .im {
  width: unset;
  flex-shrink: 0;
}
.fb_column .box article .im img {
  max-height: 110px;
}
.fb_column .box article > div {
  --btnW:180px;
  --btnH:48px;
}
.fb_column .box article > div:has(.btn) {
  padding-right: calc(var(--btnW) + var(--gap));
}
.fb_column .box article > div:has(.btn) .btn {
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: var(--btnH);
}
@media (width <= 834px) {
  .fb_column .box article > div:has(.btn) {
    padding-right: unset;
  }
  .fb_column .box article > div:has(.btn) .btn {
    position: unset;
    margin-top: 1em;
  }
}
@media (width <= 640px) {
  .fb_column .box article > div:has(.btn) .btn {
    display: flex;
  }
}

.card_slide {
  flex-wrap: nowrap;
}
@media (width <= 640px) {
  .card_slide {
    --gap:10px;
  }
}
.card_slide:not(.noDot) + div {
  margin-top: var(--bl);
}
.card_slide img {
  object-fit: cover;
}
.card_slide p {
  font-size: var(--PFZ);
}
.card_slide.__visible .slick-list {
  overflow: visible !important;
}
.card_slide.__layer .slick-slide {
  display: grid;
  border-radius: 1.5em;
}
.card_slide.__layer .slick-slide:is(#contents *) {
  overflow: hidden;
}
.card_slide.__layer .slick-slide > * {
  grid-area: 1/1;
}
.card_slide.__layer .slick-slide:has(.veil) .im {
  opacity: 0.7;
  transition: var(--btnTR);
}
.card_slide.__layer .slick-slide:has(.veil) .im:is(.slick-slide:hover *) {
  opacity: 1;
  scale: 1.05;
}
.card_slide.__layer .slick-slide > div {
  --p:8%;
  position: relative;
  padding: var(--p);
  text-shadow: var(--txshbk);
}
.card_slide.__layer .slick-slide > div i {
  position: absolute;
  bottom: calc(var(--p) * 0.65);
  right: var(--p);
  font-size: 1.25em;
  width: 3em;
  height: 3em;
  border: var(--line);
  border-radius: 1000px;
  text-align: center;
  align-content: center;
}
.card_slide.__ver2 {
  --arrowinset: calc(var(--in1680) + var(--out) );
  --opTR:0.3s;
  --trTR:3s;
  --out:5%;
  --out2:calc(var(--out)*2 );
  --Nout:calc(var(--out)*-1 );
  margin-inline: var(--Nout) !important;
  width: calc(100% + var(--out2));
  max-width: calc(100% + var(--out2));
  padding-bottom: 3.75em;
}
@media (width <= 1080px) {
  .card_slide.__ver2 {
    --out:10%;
  }
}
@media (width <= 640px) {
  .card_slide.__ver2 {
    --out:50%;
    --arrowinset: calc(var(--in1680) + 25% );
  }
}
.card_slide.__ver2 .slick-list {
  overflow: visible;
}
.card_slide.__ver2 .slick-slide {
  transition: transform var(--trTR), rotate var(--trTR), opacity var(--opTR);
  opacity: 0;
}
.card_slide.__ver2 [class*=visible] {
  --opTR:.6s .6s;
  --trTR:1s;
  opacity: 1;
}
.card_slide.__ver2 .visible1 {
  rotate: -8deg;
}
.card_slide.__ver2 .visible2 {
  rotate: -4deg;
}
.card_slide.__ver2 .visible3 {
  rotate: 0deg;
}
.card_slide.__ver2 .visible4 {
  rotate: 4deg;
}
.card_slide.__ver2 .visible5 {
  rotate: 8deg;
}
.card_slide.__ver2 .visible5 + .slick-slide {
  rotate: 8deg;
}
.card_slide.__ver2 .visible1 {
  transform: translate(0px, 67px);
}
.card_slide.__ver2 .visible2 {
  transform: translate(0px, 17px);
}
.card_slide.__ver2 .visible3 {
  transform: translate(0px, 0px);
}
.card_slide.__ver2 .visible4 {
  transform: translate(0px, 17px);
}
.card_slide.__ver2 .visible5 {
  transform: translate(0px, 67px);
}
.card_slide.__ver2 .visible5 + .slick-slide {
  transform: translate(0px, 67px);
}
@media (width <= 1080px) {
  .card_slide.__ver2 .visible1 {
    rotate: -4deg;
  }
  .card_slide.__ver2 .visible2 {
    rotate: 0deg;
  }
  .card_slide.__ver2 .visible3 {
    rotate: 4deg;
  }
  .card_slide.__ver2 .visible3 + .slick-slide {
    rotate: 4deg;
  }
  .card_slide.__ver2 .visible1 {
    transform: translate(0px, 15px);
  }
  .card_slide.__ver2 .visible2 {
    transform: translate(0px, 0px);
  }
  .card_slide.__ver2 .visible3 {
    transform: translate(0px, 15px);
  }
  .card_slide.__ver2 .visible3 + .slick-slide {
    transform: translate(0px, 15px);
  }
}
.card_slide.__ver2 .box {
  padding: 1.5em;
  background-color: var(--wh10);
}
.card_slide.__ver2 .box:before {
  content: "";
  inset: 0;
  background-image: linear-gradient(100deg, var(--mc), var(--sc));
  z-index: -1;
  opacity: 0;
  transition: var(--btnTR);
}
.card_slide.__ver2 .box.visible3:before {
  opacity: 0.3;
}
@media (width <= 1080px) {
  .card_slide.__ver2 .box.visible3:before {
    opacity: 0;
  }
  .card_slide.__ver2 .box.visible2:before {
    opacity: 0.3;
  }
}
.card_slide.__ver2 .box article > div {
  margin-top: 1em;
}
.card_slide.__ver2 .box article > div p {
  color: var(--mc);
}
.card_slide.__ver2 .box article > div b {
  font-size: 12px;
  margin-bottom: 1em;
}
.card_slide.__ver2 .box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 1;
}

.card_slide {
  margin-bottom: calc(60px + var(--arrowW) * 1.25) !important;
  --arrowContent: var(--btnAF);
  --arrowinset: var(--in1680);
  --arrowBG: var(--un);
  --arrowR: 999px;
  --arrowFZ: 1.25em;
  --arrowW: 3em;
  --arrowC: var(--wh);
}
.card_slide .slick-prev {
  left: unset;
  right: calc(var(--arrowinset) + var(--arrowW) + 1em);
  z-index: 1;
}
.card_slide .slick-next {
  left: unset;
  right: var(--arrowinset);
  z-index: 1;
}
.card_slide .slick-prev, .card_slide .slick-next {
  --gap:60px;
  top: calc(100% + var(--gap));
  transition: var(--btnTR);
}
.card_slide .slick-prev:is(.noText *), .card_slide .slick-next:is(.noText *) {
  top: 50%;
}
.card_slide .slick-prev:before, .card_slide .slick-next:before {
  border-radius: var(--arrowR);
  border: 1px solid currentColor !important;
}
.card_slide .slick-dots li button:before {
  color: #fff;
}
.card_slide .slick-dots li.slick-active button:before {
  color: var(--mc);
}

.fl46 {
  --few: 38%;
}
@media (width <= 1080px) {
  .fl46.bp1080 > *:is(#contents *) {
    flex-basis: 100%;
  }
}

.Invert {
  filter: invert(1);
}

.fb_qa {
  line-height: 1.5;
  --hlh:inherit;
}
.fb_qa.noQa .box {
  padding-left: 1.5em;
}
.fb_qa.noQa .box:before {
  display: none;
}
.fb_qa + .fb_qa {
  margin-top: 20px;
}
.fb_qa:is(#contents *) {
  flex-direction: column;
}
.fb_qa h3 {
  font-size: var(--PFZ);
}
.fb_qa .box {
  --bfC: var(--wh);
  --bfBG: var(--mc);
  --abfBG: var(--ac);
  --bfFZ: 1.5em;
  --bfFF: var(--Eng);
  --bfRad:var(--rad);
  --bfPX:0.125em;
  --qBG:var(--un);
  --aBG:var(--un);
  --imgW:30%;
  --imgWsp:320px;
  padding: 1.5em;
  padding-left: calc(var(--bfFZ) * 3.5);
  border: none !important;
  position: relative;
}
.fb_qa .box + .box {
  margin-top: 20px;
}
.fb_qa .box a {
  color: var(--linkC);
}
.fb_qa .box:nth-child(odd) {
  padding-right: calc(var(--bfFZ) * 1.5);
  background-color: var(--qBG);
  cursor: pointer;
  transition: var(--btnTR);
}
.fb_qa .box:nth-child(odd):hover {
  opacity: 0.8;
}
.fb_qa .box:nth-child(even) {
  background-color: var(--aBG);
  display: none;
}
.fb_qa .box:nth-child(even).__open {
  display: block;
}
.fb_qa .box:nth-child(odd):before {
  content: "Q";
}
.fb_qa .box:nth-child(even):before {
  content: "A";
  background-color: var(--abfBG);
}
.fb_qa .box:nth-child(even):after {
  content: unset;
}
.fb_qa .box:before, .fb_qa .box:after {
  font-family: var(--bfFF);
  color: var(--bfC);
  background-color: var(--bfBG);
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  font-size: var(--bfFZ);
  border-radius: var(--bfRad);
  width: 1.75em;
  aspect-ratio: 1;
  align-content: center;
  text-align: center;
  padding-bottom: 0.125em;
}
.fb_qa .box:after {
  content: "\f105";
  font-weight: 900;
  font-family: var(--icon);
  font-size: 1.5em;
  color: inherit;
  left: unset;
  right: 0.5em;
  background-color: unset;
  transition: 0.4s;
  rotate: 90deg;
}
.fb_qa .box.show:after {
  scale: -1 1;
}
.fb_qa .box:has(article > figure) {
  width: 100%;
  align-items: flex-start;
}
.fb_qa .box:has(article > figure) article {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 1em;
}
.fb_qa .box:has(article > figure) figure {
  max-width: 100%;
  order: 1;
  width: var(--imgW);
  margin-left: auto;
}
@media (width <= 640px) {
  .fb_qa .box:has(article > figure) figure {
    width: var(--imgWsp);
  }
}
.fb_qa .box:has(article > figure) article > div {
  flex: 1;
}
@media (width <= 640px) {
  .fb_qa .box:has(article > figure) article > div {
    flex-basis: 100%;
  }
}

.title_02 h2 {
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.title_02 h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid currentColor;
  margin-top: 10px;
}

.title_02.__center h2::after, .title_02.__center h3::after {
  height: 5px;
  margin: 10px auto 0 auto;
}

.tel_contact {
  justify-content: space-between;
}
.tel_contact .box {
  width: 48.5%;
  border: 5px solid #eee;
  padding: 15px 30px;
}
@media screen and (max-width: 834px) {
  .tel_contact .box {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .tel_contact .box {
    width: 100%;
  }
  .tel_contact .box:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .tel_contact .box {
    padding: 10px;
  }
}
.tel_contact .box h3 {
  line-height: 1.4;
  margin-bottom: 7px;
}
.tel_contact .box h3 + div {
  margin-top: unset;
}
.tel_contact .box h3 + div .call3,
.tel_contact .box h3 + div .call4 {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
}
.tel_contact .box h3 + div .call3 img,
.tel_contact .box h3 + div .call4 img {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1200px) {
  .tel_contact .box h3 + div .call3 img,
  .tel_contact .box h3 + div .call4 img {
    width: 12%;
  }
}
@media screen and (max-width: 640px) {
  .tel_contact .box h3 + div .call3 img,
  .tel_contact .box h3 + div .call4 img {
    width: 34px;
  }
}
.tel_contact .box h3 + div .call3 a,
.tel_contact .box h3 + div .call4 a {
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
  display: block;
  color: #333;
}
.tel_contact .box h3 + div span {
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .privacypolicy {
    padding: 15px;
  }
}
.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .privacypolicy .privacypolicy_inner {
    padding-right: 15px;
  }
}
.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--bk);
}
.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
#agree_check label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bk);
}
@media screen and (max-width: 480px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}
#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.confirm {
  margin-top: 80px;
}

/*---outline.html */
.dl_02 dl {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.dl_02 dl:first-child {
  border-top: 1px solid #ddd;
}
.dl_02 dl dt {
  background: none !important;
  border: none !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 768px) {
  .dl_02 dl dt {
    width: 25% !important;
  }
}
@media screen and (max-width: 640px) {
  .dl_02 dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .dl_02 dl dt {
    line-height: 1.7;
    width: 35% !important;
  }
}
.dl_02 dl dd {
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .dl_02 dl dd {
    width: 75% !important;
  }
}
@media screen and (max-width: 640px) {
  .dl_02 dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .dl_02 dl dd {
    line-height: 1.7;
    width: 65% !important;
  }
}

.outline-bk {
  background: url(../images/home/symbol.png) no-repeat center right;
  background-size: 580px;
}

.company_info {
  max-width: 800px;
}

@media screen and (max-width: 640px) {
  .call3 a, .call4 a {
    font-size: 4rem;
    font-weight: 600;
  }
  .tel_contact h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  .tel_contact span {
    font-size: 1rem;
  }
  .outline-bk {
    background: none;
  }
  .company_info dl {
    flex-direction: column;
  }
  .company_info dl dd {
    width: 100% !important;
  }
  /* TOP　*/
  .s-service__menu .box {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .h-title--sm {
    font-size: 26px;
  }
  .h-title--md {
    font-size: 30px;
  }
  .h-title--lg {
    font-size: 33px;
  }
  .h-title {
    bottom: 40%;
  }
  .s-news__list .blog_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cont_04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_04 .leftArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cont_04 .leftArea {
    width: 100%;
  }
}
.cont_04 .leftArea .gmap iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .cont_04 .leftArea .gmap iframe {
    height: 300px;
  }
}
.cont_04 .rightArea {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .cont_04 .rightArea {
    width: 100%;
    margin-top: 15px;
  }
}

.flex3cl {
  justify-content: space-between;
}
.flex3cl .box {
  width: 33.33%;
}
.flex3cl.no1 .box {
  width: 30.6994818653%;
}
.flex3cl.gallery .box {
  width: 32%;
}

.cont_05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .cont_05 {
    flex-direction: column-reverse;
  }
}
.cont_05 .leftArea {
  width: 58%;
}
@media screen and (max-width: 640px) {
  .cont_05 .leftArea {
    width: 100%;
    margin-top: 15px;
  }
}
.cont_05 .rightArea {
  width: 36%;
}
@media screen and (max-width: 640px) {
  .cont_05 .rightArea {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_05 .rightArea .daihyo img {
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  .cont_05 .rightArea .sign img {
    width: 240px !important;
  }
}

.plan_cont .im {
  display: contents;
}
.plan_cont .im img {
  display: inline-block;
}

.website_title03 h3::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  border-bottom: 3px solid currentColor;
  margin: 0px auto;
}
@media (width <= 640px) {
  .website_title03 h3::after {
    margin: 30px auto;
  }
}

.website_ctr {
  margin: 50px auto 100px auto;
  border: 3px solid #377ADE;
  padding: 42px 30px;
}

.website_ctr01_inner01 {
  display: flex;
}

.website_ctr_box1 {
  width: 50%;
  margin-right: 60px;
}

.website_ctr_box2 {
  width: calc(50% - 30px);
}

.website_ctr_box1 h3 {
  text-align: center !important;
  font-size: 4vh;
  font-weight: 900;
  margin-bottom: 16px;
}

.flex4cl {
  justify-content: space-between;
}
.flex4cl .box {
  width: 25%;
}
.flex4cl .btn {
  min-width: 100%;
  min-height: 3em;
  margin-top: 1em;
}
.flex4cl.service .box:hover .btn {
  color: #fff;
}
.flex4cl.service .box:hover .btn::before {
  left: 0;
}
@media screen and (max-width: 834px) {
  .flex4cl.service .box {
    width: 50%;
  }
  .flex4cl.service .box:nth-child(even) article div {
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 480px) {
  .flex4cl.service .box {
    width: 100%;
  }
  .flex4cl.service .box:not(:last-child) {
    margin-bottom: 6%;
  }
}
.flex4cl.service .box:last-child article div {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .flex4cl.service article img {
    width: 100% !important;
  }
}
.flex4cl.service article div {
  text-align: center;
  padding: 18px 10px 25px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .flex4cl.service article div {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
  .flex4cl.service article div {
    border-right: 1px solid #ddd;
  }
}
.flex4cl.service article h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #007fbf;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .flex4cl.example::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.flex4cl.example .box {
  width: 23.75%;
}
.flex4cl.example .box:nth-child(n+5) {
  margin-top: 3.5%;
}
@media screen and (max-width: 1000px) {
  .flex4cl.example .box {
    width: 32%;
  }
  .flex4cl.example .box:nth-child(n+4) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl.example .box {
    width: 48%;
  }
  .flex4cl.example .box:nth-child(n+3) {
    margin-top: 6%;
  }
}
@media (width <= 480px) {
  .flex4cl.example .box {
    width: 100%;
  }
}
.flex4cl.example .box div {
  text-align: center;
  padding: 10px 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .flex4cl.example .box div {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .flex4cl.example .box div {
    font-size: 1.2rem;
  }
}

.works .inner_02 {
  background-color: var(--wh10);
  border: 1px solid currentColor;
  padding: 100px;
}
@media screen and (max-width: 1200px) {
  .works .inner_02 {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 834px) {
  .works .inner_02 {
    padding: 60px 20px;
  }
}

.dl_wrap dl {
  display: flex;
}
.dl_wrap dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  float: left;
  width: 16% !important;
  min-width: 88px;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  line-height: 1;
}
.dl_wrap dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  border-left: 1px solid #005299 !important;
}
.dl_wrap dl dd span {
  display: block;
  margin-bottom: 50px;
  position: relative;
  padding-left: 8.55%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .dl_wrap dl dd span {
    margin-bottom: 30px;
  }
}
.dl_wrap dl dd span:before {
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #005299;
  content: "";
}
.dl_wrap dl dd span b {
  width: 60px !important;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .dl_wrap dl dd span b {
    width: 100% !important;
  }
}

.policy dl {
  flex-direction: column;
}
.policy dl:not(:last-child) {
  margin-bottom: 30px;
}
.policy dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #333 !important;
  padding: 0 !important;
  width: 100% !important;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .policy dl dt {
    font-size: calc(2rem + (1vw - 3.75px) * calc(100 * (24 - 20) / (1200 - 375)));
  }
}
.policy dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.policy dl dd .policy_sttl {
  display: block;
  font-size: 2rem;
  margin: 20px 0 0;
}
.policy dl dd ul {
  margin: 0 0 15px;
}
.policy dl dd ul li::before {
  content: "●";
  color: #00a9bf;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .dl_01 dl {
    flex-direction: column;
  }
}
.dl_01 dl dt {
  align-items: center !important;
  padding: 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .dl_01 dl dt:last-of-type {
    border-bottom: none !important;
  }
}
.dl_01 dl dd {
  padding: 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dl dd {
    width: 100% !important;
  }
}

.insta_cta_bg {
  background-image: linear-gradient(90deg, #FB67D2 0%, #EE6E11 100%);
  padding: 100px 0;
}

.about-bxi .insta_cta_bg {
  background-image: linear-gradient(90deg, #6b67fb 0%, #11d8ee 100%);
}

.insta_cta .freecall:before {
  content: "";
  display: inline-block; /* 必要に応じて display を指定 */
  background-image: url("https://www.e-trust.ne.jp/images/service/instagram/freecall.png");
  background-size: contain; /* 画像の大きさに合わせて調整 */
  background-repeat: no-repeat; /* 繰り返しを防止 */
  width: 60px; /* 画像の幅 */
  height: 34px; /* 画像の高さ */
  margin-right: 8px; /* テキストとの余白が必要なら指定 */
  vertical-align: middle;
}

.insta_cta .cta_mail_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.insta_cta .cta_mail_button {
  display: block;
  padding: 20px;
  border-radius: 50px;
  background-color: #EE6E11; /* デフォルトの背景色 */
  color: #FFF;
  min-width: 260px;
}

.about-bxi .insta_cta .cta_mail_button {
  background-color: #113fee; /* about-bxi でのみ背景色を変更 */
}

.insta_cta .cta_mail_button a {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.insta_cta .cta_mail_inner {
  background-color: #FFF;
  padding: 30px;
  border-radius: 6px;
}

.insta_service {
  gap: 30px;
  justify-content: center;
  max-width: 960px;
  margin: 30px auto;
}

.insta_service div.box {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
  overflow: visible !important;
  border: var(--line);
  background-color: var(--wh10);
}

.insta_service {
  gap: 30px;
  justify-content: center;
  max-width: 960px;
  margin: 30px auto;
}

.insta_service div.box {
  width: calc(33.3333333333% - 20px);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
  overflow: visible !important;
}

/* 四隅のオレンジラインを追加 */
.insta_service .box::before,
.insta_service .box::after,
.insta_service .box div::before,
.insta_service .box div::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #EE6E11;
  box-sizing: border-box;
}

/* 左上のL字 */
.insta_service .box::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右上のL字 */
.insta_service .box::after {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 左下のL字 */
.insta_service .box div::before {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右下のL字 */
.insta_service .box div::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

.insta_service div.box > div {
  display: flex;
  flex-direction: column;
}

.insta_service div.box h3 {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  font-size: inherit;
}

.insta_service div.box img {
  max-width: 100px;
  max-height: 100px;
  margin: 20px auto;
}

.insta_form_cont {
  max-width: 800px;
  margin: 60px auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 50px 40px;
}

.insta_form_cont {
  position: relative; /* 擬似要素を正しく配置するために必要 */
  border-radius: 10px; /* 角を丸くする */
  overflow: visible; /* 擬似要素が隠れないように */
}

div.insta_form_cont dl {
  flex-direction: column !important;
  margin: 20px 0;
}

div.insta_form_cont dl dt {
  border: none !important;
  background-color: #FFF !important;
  font-weight: 700;
}

div.insta_form_cont dl dd {
  border: none !important;
}

.submit {
  width: 335px;
}

/* 四隅のオレンジラインを追加 */
.insta_flow .box::before,
.insta_flow .box::after,
.insta_flow .box div::before,
.insta_flow .box div::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #EE6E11;
  box-sizing: border-box;
}

/* 左上のL字 */
.insta_flow .box::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右上のL字 */
.insta_flow .box::after {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 左下のL字 */
.insta_flow .box div::before {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

/* 右下のL字 */
.insta_flow .box div::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 10px; /* 親要素のborder-radiusに合わせる */
}

body > * .lh3 {
  line-height: 3 !important;
}
body > * .lh28 {
  line-height: 2.8;
}
body > * .lh275 {
  line-height: 2.75;
}
body > * .lh26 {
  line-height: 2.6;
}
body > * .lh25 {
  line-height: 2.5;
}
body > * .lh24 {
  line-height: 2.4;
}
body > * .lh225 {
  line-height: 2.25;
}
body > * .lh2 {
  line-height: 2;
}
body > * .lh19 {
  line-height: 1.9;
}
body > * .lh18 {
  line-height: 1.8;
}
body > * .lh175 {
  line-height: 1.75;
}
body > * .lh166 {
  line-height: 1.66;
}
body > * .lh15 {
  line-height: 1.5;
}
body > * .lh14 {
  line-height: 1.4;
}
body > * .lh133 {
  line-height: 1.33;
}
body > * .lh13 {
  line-height: 1.3;
}
body > * .lh125 {
  line-height: 1.25;
}
body > * .lh12 {
  line-height: 1.2;
}
body > * .lh11 {
  line-height: 1.1;
}
body > * .lh1 {
  line-height: 1;
}

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

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

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

body > * .ml025e {
  margin-left: 0.25em;
}
body > * .ml075e {
  margin-left: 0.75em;
}
body > * .ml05e {
  margin-left: 0.5em;
}
body > * .ml1e {
  margin-left: 1em;
}
body > * .ml15e {
  margin-left: 1.5em;
}
body > * .ml2e {
  margin-left: 2em;
}
body > * .ml3e {
  margin-left: 3em;
}
body > * .ml4e {
  margin-left: 4em;
}
body > * .ml5e {
  margin-left: 5em;
}
body > * .ml6e {
  margin-left: 6em;
}
body > * .mr1e {
  margin-right: 1em;
}
body > * .mr15e {
  margin-right: 1.5em;
}
body > * .mr2e {
  margin-right: 2em;
}
body > * .mr3e {
  margin-right: 3em;
}
body > * .mt1e {
  margin-top: 1em;
}
body > * .mt125e {
  margin-top: 1.25em;
}
body > * .mt15e {
  margin-top: 1.5em;
}
body > * .mt175e {
  margin-top: 1.75em;
}
body > * .mt1e {
  margin-top: 1em;
}
body > * .mt2e {
  margin-top: 2em;
}
body > * .mt3e {
  margin-top: 3em;
}
body > * .mt4e {
  margin-top: 4em;
}
body > * .mt5e {
  margin-top: 5em;
}
body > * .mt6e {
  margin-top: 6em;
}
body > * .mt7e {
  margin-top: 7em;
}
body > * .mt8e {
  margin-top: 8em;
}
body > * .mt9e {
  margin-top: 9em;
}
body > * .mt10e {
  margin-top: 10em;
}
body > * .mt2p {
  margin-top: 2%;
}
body > * .mt4p {
  margin-top: 4%;
}
body > * .mt5p {
  margin-top: 5%;
}
body > * .mt6p {
  margin-top: 6%;
}
body > * .mt75p {
  margin-top: 7.5%;
}
body > * .mt8p {
  margin-top: 8%;
}
body > * .mt10p {
  margin-top: 10%;
}
body > * .mt12p {
  margin-top: 12%;
}
body > * .mt15p {
  margin-top: 15%;
}
body > * .mt16p {
  margin-top: 16%;
}
body > * .mt18p {
  margin-top: 18%;
}
body > * .mt20p {
  margin-top: 20%;
}
body > * .mt22p {
  margin-top: 22%;
}
body > * .mt24p {
  margin-top: 24%;
}
body > * .mt26p {
  margin-top: 26%;
}
body > * .mt28p {
  margin-top: 28%;
}
body > * .mt30p {
  margin-top: 30%;
}
body > * .mtG {
  margin-top: var(--gap);
}
body > * .mt-auto {
  margin-top: auto;
}
body > * .mt-head {
  margin-top: var(--head);
}
body > * .mtB025 {
  margin-top: calc(0.25 * var(--bl));
}
body > * .mtB03 {
  margin-top: calc(0.33 * var(--bl));
}
body > * .mtB05 {
  margin-top: calc(0.5 * var(--bl));
}
body > * .mtB06 {
  margin-top: calc(0.66 * var(--bl));
}
body > * .mtB075 {
  margin-top: calc(0.75 * var(--bl));
}
body > * .mtB1 {
  margin-top: calc(1 * var(--bl));
}
body > * .mtB125 {
  margin-top: calc(1.25 * var(--bl));
}
body > * .mtB15 {
  margin-top: calc(1.5 * var(--bl));
}
body > * .mtB2 {
  margin-top: calc(2 * var(--bl));
}
body > * .mtB3 {
  margin-top: calc(3 * var(--bl));
}
body > * .mt96 {
  margin-top: 96px;
}
body > * .mt90 {
  margin-top: 90px;
}
body > * .mt80 {
  margin-top: 80px;
}
body > * .mt72 {
  margin-top: 72px;
}
body > * .mt64 {
  margin-top: 64px;
}
body > * .mt60 {
  margin-top: 60px;
}
body > * .mt48 {
  margin-top: 48px;
}
body > * .mt40 {
  margin-top: 40px;
}
body > * .mt36 {
  margin-top: 36px;
}
body > * .mt32 {
  margin-top: 32px;
}
body > * .mt30 {
  margin-top: 30px;
}
body > * .mt24 {
  margin-top: 24px;
}
body > * .mt20 {
  margin-top: 20px;
}
body > * .mt16 {
  margin-top: 16px;
}
body > * .mt12 {
  margin-top: 12px;
}
body > * .mt10 {
  margin-top: 10px;
}
body > * .mt8 {
  margin-top: 8px;
}
body > * .mt0 {
  margin-top: 0px;
}
body > * .mb1e {
  margin-bottom: 1em;
}
body > * .mb125e {
  margin-bottom: 1.25em;
}
body > * .mb15e {
  margin-bottom: 1.5em;
}
body > * .mb175e {
  margin-bottom: 1.75em;
}
body > * .mb96 {
  margin-bottom: 96px;
}
body > * .mb90 {
  margin-bottom: 90px;
}
body > * .mb84 {
  margin-bottom: 84px;
}
body > * .mb80 {
  margin-bottom: 80px;
}
body > * .mb72 {
  margin-bottom: 72px;
}
body > * .mb64 {
  margin-bottom: 64px;
}
body > * .mb60 {
  margin-bottom: 60px;
}
body > * .mb48 {
  margin-bottom: 48px;
}
body > * .mb40 {
  margin-bottom: 40px;
}
body > * .mb36 {
  margin-bottom: 36px;
}
body > * .mb32 {
  margin-bottom: 32px;
}
body > * .mb30 {
  margin-bottom: 30px;
}
body > * .mb24 {
  margin-bottom: 24px;
}
body > * .mb20 {
  margin-bottom: 20px;
}
body > * .mb16 {
  margin-bottom: 16px;
}
body > * .mb12 {
  margin-bottom: 12px;
}
body > * .mb10 {
  margin-bottom: 10px;
}
body > * .mb8 {
  margin-bottom: 8px;
}
body > * .mb0 {
  margin-bottom: 0px;
}

body > * .border {
  border: var(--line);
}
body > * .borderB {
  border-bottom: var(--line);
}
body > * .borderT {
  border-top: var(--line);
}
body > * .borderY {
  border-block: var(--line);
}
body > * .borderX {
  border-inline: var(--line);
}

body > * .txwh, body > * .txwh * {
  color: var(--wh);
}
body > * .txbk, body > * .txbk * {
  color: var(--bk);
}
body > * .txsc, body > * .txsc * {
  color: var(--sc);
}
body > * .txbc, body > * .txbc * {
  color: var(--bc);
}
body > * .txac, body > * .txac * {
  color: var(--ac);
}
body > * .txtx, body > * .txtx * {
  color: var(--tx);
}
body > * .tx00, body > * .tx00 * {
  color: #000;
}
body > * .txmc, body > * .txmc * {
  color: var(--mc);
}
body > * .Italic, body > * .Italic * {
  font-style: italic;
}
body > * .f12 {
  font-size: var(--f12);
}
body > * .f14 {
  font-size: var(--f14);
}
body > * .f16 {
  font-size: var(--f16);
}
body > * .f18 {
  font-size: var(--f18);
}
body > * .f20 {
  font-size: var(--f20);
}
body > * .f22 {
  font-size: var(--f22);
}
body > * .f24 {
  font-size: var(--f24);
}
body > * .f28 {
  font-size: var(--f28);
}
body > * .f30 {
  font-size: var(--f30);
}
body > * .f32 {
  font-size: var(--f32);
}
body > * .f36 {
  font-size: var(--f36);
}
body > * .f40 {
  font-size: var(--f40);
}
body > * .f44 {
  font-size: var(--f44);
}
body > * .f48 {
  font-size: var(--f48);
}
body > * .f52 {
  font-size: var(--f52);
}
body > * .f56 {
  font-size: var(--f56);
}
body > * .f60 {
  font-size: var(--f60);
}
body > * .f64 {
  font-size: var(--f64);
}
body > * .f68 {
  font-size: var(--f68);
}
body > * .f72 {
  font-size: var(--f72);
}
body > * .f76 {
  font-size: var(--f76);
}
body > * .f80 {
  font-size: var(--f80);
}
body > * .f84 {
  font-size: var(--f84);
}
body > * .f88 {
  font-size: var(--f88);
}
body > * .f92 {
  font-size: var(--f92);
}
body > * .f96 {
  font-size: var(--f96);
}

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

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

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

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

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