@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
:root {
  /*------â–¼åŸºæœ¬è¨­å®šâ–¼------*/
  --color-background: #fff;
  --color-background-01: #f5f5f5;
  --color-font: #6e5842;
  --color-font-01: #6e5842;
  --color-font-white: #fff;
  --color-primary: #ffd530;
  --color-primary-shade: #a8d5ba;
  --color-primary-tint: #666;
  --color-secondary: #06c755;
  --color-secondary-tint: #eee;
  --color-table-border: #d0d0d0;
  --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1100px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨­å®šâ–¼------*/
  --header-background: #fff;
  --header-color-font: #6e5842;
  --header-color-font-white: #fff;
  --header-color-primary: #ffd530;
  --header-color-primary-shade: #055198;
  --header-color-primary-tint: #fff;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨­å®šâ–¼------*/
  --footer-background: #a8d5ba;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨­å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px); /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px); /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px); /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px); /*140px-40px (1920-375)*/
  --px146: clamp(100px, calc(14.6rem + ((1vw - 19.2px) * 2.9773)), 146px);
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px); /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px); /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px); /*96px-48px (1920-375)*/
  --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px); /*80px-60px (1920-375)*/
  --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px); /*80px-40px (1920-375)x*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px); /*80px-20px (1920-375)x*/
  --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /*60px-40px (1920-375)*/
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px); /*60px-30px (1920-375)*/
  --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px); /*50px-30px (1920-375) */
  --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px); /*40px-30px (1920-375)*/
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px); /*40px-20px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px); /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px); /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px); /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px); /*18px-14px (1920-375)*/
  --px18f: clamp(13px, calc(1.8rem + ((1vw - 19.2px) * 0.558)), 18px); /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px); /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px); /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px); /*12px-11px (1920-375)*/
  /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem); /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem); /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem); /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem); /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem); /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem); /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem); /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem); /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem); /*3.6rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem); /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem); /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem); /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); /*2.4rem-1.4rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem); /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem); /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); /*1.8rem-1.4rem (1920-375)*/
  --rem18f: clamp(13px, calc(1.8rem + ((1vw - 19.2px) * 0.558)), 18px);
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem); /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem); /*1.2rem-1.1rem (1920-375)*/
}

html {
  scroll-behavior: smooth;
}
.spmenu #menu p {
  width: max-content;
}
.anchor_link::before {
  content: "";
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
.content-inner {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
.text-normal {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
body.home #contact-bottom {
  display: none;
}
.cta01 .cta01_wrap h1 {
  text-align: center;
}
.cta02 .cta02_wrap h1 {
  text-align: center;
}
.line-h {
  line-height: 2;
}
.font-w {
  font-weight: bold;
}
.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.589), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /* 120-80px (1920-375) */
  background: #f6f6f6;
}
/* .fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}
#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
} */

/* header navbar */
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: inherit;
		box-shadow: 0 2px 0 var(--color-primary);
	}
  .sticky-header #header > .inner {
    box-shadow: none;
  }
  nav#mainNav ul li.pc_none {
    display: none;
  }
  #header,
  .sticky-header #header-layout {
    height: 100px;
  }
  #header a.head_btn::before {
    margin-bottom: 0;
  }
  #header a.head_btn {
    font-weight: 600;
    color: var(--header-color-font);
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: calc(var(--px30) - 1px);
    padding-right: calc(var(--px30) - 1px);
  }
  #header .logo img {
    max-width: 272px;
    max-height: calc(var(--px50) - 6px);
  }
  nav#mainNav ul li a b {
    margin-top: 0;
    font-weight: 500;
    font-size: var(--rem18f);
    letter-spacing: 0.1em;
  }
  nav#mainNav ul li a {
    padding: var(--px20) clamp(10px, calc(3rem + ((1vw - 19.2px) * 2.2321)), 30px);
  }
  #header a.head_btn:hover {
    background: var(--color-primary);
    opacity: 0.7;
  }
  #header a.head_btn::before {
    content: url(/wp-content/uploads/icon-header.png);
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a,
  nav#mainNav ul li ul.sub-menu li a:active,
  nav#mainNav ul li ul.sub-menu li a:hover {
    background: var(--header-color-primary) !important;
    color: #fff;
  }
}
/* code footer */
#footer ul li a {
  font-weight: 500;
}
#footer .footer__logo:not(:last-child) {
  text-align: center;
  margin: 20px 0;
}
#footer .footer__logo img {
  max-width: 331px;

  background: var(--footer-color-primary);
  padding: 1rem var(--px20);
}
/* code main-ttl */
h1.title.top-loop,
h1.title.bottom-loop,
h1.title.main-ttl {
  position: relative;
  font-family: var(--font-family02);
  font-size: var(--rem40);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: var(--px20);
  margin-bottom: var(--px50);
  color: #7fbf99;
}
h1.title.top-loop span span,
h1.title.bottom-loop span span,
h1.title.main-ttl span span {
  display: block;
  font-size: 1.5em;
  color: var(--color-font-01);
}
h1.title.top-loop::after,
h1.title.bottom-loop::after,
h1.title.main-ttl::after {
  content: "";
  position: absolute;
  width: var(--rem80w);
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* linkbtn */
.linkBtn,
.post .linkBtn,
a.linkBtn,.post .subimitarea .linkBtn input[type="submit"]  {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 278px;
  font-size: calc(var(--rem20) + 2px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--color-font-01);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  padding: var(--px20) 30px var(--px20) 20px;
  margin: 0;
  /* border: solid 2px; */
  border-radius: 0;
  transition: all 0.3s;
font-family: var(--font-family02);
	text-transform: uppercase;
}
#studio-info .linkBtn {
  max-width: 470px;
}
#studio-info .linkBtn::after,
#front-sectionPost .linkBtn::after {
  display: none;
}
#studio-info .linkBtn::before,
#front-sectionPost .linkBtn::before {
  content: url(/wp-content/uploads/icon-btn.png);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
#studio-info .linkBtn.linkBtn-studio::before {
  right: 40px;
}
#studio-info .linkBtn:hover,
#front-sectionPost .linkBtn:hover {
  background: var(--color-primary);
  color: var(--color-font-01);
  opacity: 0.7;
}
.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 3px solid var(--color-font-01);
  border-bottom: 3px solid var(--color-font-01);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
  transition: all 0.3s;
}
.post .subimitarea .linkBtn::after{
  display: none;
}
.post .subimitarea .linkBtn:hover{
  background: var(--color-primary);
  color: var(--color-font-01);
  opacity: 0.7;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover {
  color: var(--color-primary);
  background: var(--color-background);
  border-color: var(--color-primary);
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* code postlist */
#front_top_content,
#front_bottom_content {
  background: var(--color-background);
}
.post4b h2 a {
  font-size: var(--rem20);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  padding: 0 !important;
  margin: var(--px16) auto !important;
  border: none;
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  color: var(--color-font-white);
  font-size: var(--rem12);
  line-height: 1.8;
  background: var(--color-font-01);
  padding: 5px 10px;
  border-radius: 0;
  display: block;
  margin-bottom: var(--px20);
}
.post2b li .post2b_contents,
.post4b li .post4b_contents {
  margin-bottom: 0;
  opacity: 1;
  font-weight: 500;
  font-size: var(--rem14);
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: var(--color-font);
}
.post_link,
.post2b_link,
.post4b_link {
  color: var(--color-font);
}
/* code contact */
h1.main-ttl.contact-ttl {
  color: var(--color-primary);
}
h1.main-ttl.contact-ttl span span {
  color: var(--color-font-white);
}
.cta01 p {
  font-size: calc(var(--rem24) + 2px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-font-white);
}
.cta01 {
  background: url(/wp-content/uploads/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
}
.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: transparent;
  padding: var(--px140) var(--px40) var(--px80);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: none;
  margin: var(--px80) auto 0 auto;
  gap: var(--rem20);
}
.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}
.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px50) 0;
  text-align: center;
  box-sizing: border-box;
  color: var(--color-font-01);
  border-radius: 0;
  transition: all ease 0.15s;
}
.cta01 a.item:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: 500;
  margin-bottom: var(--rem20w);
}
.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 500;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: calc(var(--rem24) + 2px);
}
.cta01 a.mailbtn {
  background: var(--color-primary);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: var(--color-font-01);
}

/*LINEボタン*/

.cta01 a.linebtn {
  background: var(--color-secondary);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: var(--color-font-white);
}
.cta01 .linebtn .btnttl {
  font-size: calc(var(--rem24) + 2px);
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}
.cta01 .linebtn .btnttl::before {
  content: "\f3c0";
  font-weight: 400;
}

/* code group-btn */
/* code riêng button arrow */
.linkBtn:has(.arw),
.post .linkBtn:has(.arw),
a.linkBtn:has(.arw) {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 402px;
  font-weight: 400;
  font-family: var(--font-family02);
  font-size: calc(var(--rem36) - 2px);
  color: var(--color-font);
  line-height: 1.2;
  text-align: left;
  background: transparent;
  padding: var(--px40) var(--px80);
  margin: 0 auto;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  letter-spacing: 0;
  background: var(--color-background);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.post .linkBtn:has(.arw)::after,
.linkBtn:has(.arw)::after,
a.linkBtn:has(.arw)::after {
  content: none;
}

.linkBtn:has(.arw):hover,
.post .linkBtn:has(.arw):hover,
a.linkBtn:has(.arw):hover {
  color: var(--color-font);
  background: transparent;
}

.linkBtn:has(.arw) .arw,
.post .linkBtn:has(.arw) .arw,
a.linkBtn:has(.arw) .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(var(--rem36) - 2px);
  height: calc(var(--rem36) - 2px);
  border: 1px solid var(--color-font-01);
  border-radius: 50%;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-primary);
}

.linkBtn:has(.arw) .arw::after,
.post .linkBtn:has(.arw) .arw::after,
a.linkBtn:has(.arw) .arw::after {
  content: "";
  position: absolute;
  width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  border-style: solid;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: var(--color-font-01);
}

.linkBtn:has(.arw):hover .arw,
.post .linkBtn:has(.arw):hover .arw,
a.linkBtn:has(.arw):hover .arw {
  background: var(--color-primary);
  color: var(--color-font-01);
}

.linkBtn:has(.arw):hover .arw::after,
.post .linkBtn:has(.arw):hover .arw::after,
a.linkBtn:has(.arw):hover .arw::after {
  border-color: var(--color-font-01);
}
.linkBtn:has(.arw):hover,
.post .linkBtn:has(.arw):hover,
a.linkBtn:has(.arw):hover {
  background: var(--color-background);
  opacity: 0.7;
  color: var(--color-font);
}
/*---------col4-----------*/
#group-btn {
  background: var(--color-primary-shade);
  padding: var(--px80) 0;
}

.group-btn-content {
  width: 90%;
  max-width: 1660px;
  margin: 0 auto;
}
#group-btn .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 var(--px18);
}
#group-btn .col4_list > li {
  width: calc((100% - var(--px18) * 3) / 4);
  margin-bottom: 1.5%;
}
#group-btn .col4_list::before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  order: 1;
  display: none;
}
#group-btn .col4_list:after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  display: none;
}

#group-btn .linkBtn:has(.arw) .arw {
	border: none;
}
/* @media print, screen and (max-width: 1240px) {
  #group-btn .col4_list > li,
  #group-btn .col4_list::before,
  #group-btn .col4_list:after {
    width: 32%;
    margin-bottom: 4%;
  }
} */
@media print, screen and (max-width: 1430px) {	
	#group-btn .linkBtn:has(.arw) {
		padding: var(--px30) var(--px50) var(--px30) var(--px40);
		text-align: center;
	}
	#group-btn .linkBtn:has(.arw) {
	font-size: var(--rem30);
}
	
	#group-btn .linkBtn:has(.arw) .arw {
          right: 10px;
    }
}
@media print, screen and (max-width: 1023px) {
#group-btn .col4_list > li {
  width: calc((100% - var(--px24) * 1) / 2);
  }
  #group-btn .col4_list::before,
  #group-btn .col4_list:after {
    content: none;
  }
  .linkBtn:has(.arw),
  .post .linkBtn:has(.arw),
  a.linkBtn:has(.arw) {
    text-align: center;
  }
}
@media print, screen and (max-width: 432px) {
  #group-btn .col4_list > li {
    width: 100%;
  }
  #group-btn .col4_list > li:last-child {
    margin-bottom: 0;
  }
}
/* code studio-banana */
#studio-banana {
  padding: var(--px120) 0;
  background: var(--color-primary-shade);
  position: relative;
}
.studio-banana-content {
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
}
h1.main-ttl.studio-banana-ttl span span {
  font-size: calc(var(--rem48) + 2px);
	text-transform: uppercase;
}
h1.main-ttl.studio-banana-ttl {
  color: var(--color-font-white);
}
h1.main-ttl.studio-banana-ttl::after {
  background: var(--color-font-white);
}
/*---------coln02-----------*/
#studio-banana .imgarea-icon {
  position: absolute;
  display: inline-block;
  bottom: calc(calc(var(--px146) * 65 / 146) * -1);
  left: 50%;
  width: var(--px146);
  aspect-ratio: 146 / 65;
  transform: translateX(-50%);
}
#studio-banana .imgarea-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#studio-banana .txtarea {
  font-size: var(--rem24);
  color: var(--color-font-01);
}
#studio-banana .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
  width: var(--px50);
  height: auto;
}
#studio-banana .imgarea img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
span.marker.yellow {
  background: linear-gradient(transparent 60%, var(--color-primary) 60%);
  font-weight: 400;
}
.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--px80);
}
.post .col2_list > li {
  width: 49%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: calc(var(--px24) + 2px) var(--px30);
  background: var(--color-background);
  border-radius: 20px;
}
 @media print, screen and (max-width: 1023px) and (min-width: 768px) {
	 #studio-banana .txtarea {
		 font-size: var(--rem20);
	 }
}
@media print, screen and (max-width: 767px) {
  .post .col2_list > li {
    width: 100%;
  }
  .post .col2_list > li:last-child {
    margin-bottom: 0;
  }
}

/* code bodywork  */
/*-----------------------------
fullwide01
------------------------------*/
#bodywork {
  padding: calc(var(--px40) + var(--px146) * 65 / 146) 0 var(--px100);
  background: var(--color-background-01);
	font-family: var(--font-family02);
}
#bodywork p {
  font-size: var(--rem18);
  color: var(--color-font-01);
  letter-spacing: 0.06em;
  line-height: 2;
}

#bodywork .bodywork-test {
	font-size: var(--rem20);
}
.fullwide01 {
  position: relative;
  padding: 0;
}
.fullwide01_wrap {
  background: transparent;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: 0 var(--px40);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide01_inner {
  max-width: none;
}
/* code studio-info */
#studio-info .sec01 {
  background: var(--color-background);
  padding: var(--px120) 0 0;
}
.studio-info-content {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.column03 {
  position: relative;
  padding: 0 0 var(--px120);
  margin: 0;
}
.column03:before {
  content: "";
  background: var(--color-primary-shade);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
/* .column03_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
} */
/*---------col4-----------*/
#studio-info .imgarea {
  /* margin: 0 auto;
  width: clamp(100px, calc(13.3rem + ((1vw - 19.2px) * 2.1359)), 133px);
  aspect-ratio: 133 / 132; */
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
#studio-info .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#studio-info .txtarea {
  font-family: var(--font-family02);
  font-size: var(--rem20w);
  letter-spacing: 0.14em;
  color: var(--color-font-01);

  text-align: center;
  padding: 0 1rem var(--px30);
}
#studio-info .col4_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
	gap: var(--px24);
}
#studio-info .col4_list > li {
  width: calc((100% - var(--px24) * 3) / 4);
  margin-bottom: 2%;
  background: var(--color-background);
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
}
#studio-info .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
#studio-info .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
@media print, screen and (max-width: 1240px) {
/*   #studio-info .col4_list > li,
  #studio-info .col4_list::before,
  #studio-info .col4_list:after {
    width: 32%;
    margin-bottom: 3%;
  } */
  .column03:before {
    height: 70%;
  }
}


@media print, screen and (max-width: 1023px) {
#studio-info .col4_list > li {
  width: calc((100% - var(--px24) * 1) / 2);
  }
  #studio-info .col4_list::before,
  #studio-info .col4_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 432px) {
  #studio-info .col4_list > li {
    width: 100%;
  }
  #studio-info .col4_list > li:last-child {
    margin-bottom: 3%;
  }
  .column03:before {
    height: 80%;
  }
}
/* <!-- code  box-home--> */
#box-home {
  background: var(--color-background);
  padding: var(--px120) 0;
}
.box-home-content {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.linkBtn-box-home {
  position: relative;
  display: flex;
  justify-content: center;
}
.linkBtn-box-home {
  width: calc(var(--rem48w) + 2px);
  height: calc(var(--rem48w) + 2px);
  border: 1px solid var(--color-background);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  align-items: center;
}

.linkBtn-box-home .arw-box-home::after {
  content: "";
  position: absolute;
  width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  border-style: solid;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: var(--color-background);
}
.linkBtn-box-home:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.linkBtn-box-home:hover .arw-box-home::after {
  border-color: var(--color-background);
}
.post .link_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.post .link_item {
  width: 100%;
  margin: 0;
  border: none;
}

.post .link_item {
  position: relative;
}

.post .link_item_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.post .link_item_img:before {
  content: "";
  display: block;
  padding-top: 71%;
}

.post .link_item_img img {
  position: absolute;
  width: 100%;
  max-width: initial;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

/* .post .link_item .link_item_img:hover img {
  opacity: 0.8;
} */

.link_item .link_item_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.link_item .link_item_ttl p {
  font-family: var(--font-family02);
  font-size: calc(var(--px30) + 4px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-font-white);
}

.post .link_item a:hover .link_item_ttl {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .post .link_3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .link_item .link_item_ttl p {
    font-size: 24px;
  }
}
/* code home-instagram */
.home-instagram-content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
#home-instagram {
  padding: var(--px120) 0;
  background: var(--color-background);
}
/* code semi-wrapper */
/* h1.title,
.post h1, */
header#h1Header h1.title {
  font-size: var(--rem40);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
	text-transform: uppercase;
}
body:not(.home) .post h2 {
  position: relative;
  font-family: var(--font-family02);
  font-size: var(--rem24w);
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: var(--px20);
  margin-bottom: var(--px80);
  color: #7fbf99;
	text-transform: capitalize;
}
body:not(.home) .post h2 > span {
	text-transform: capitalize;
}
body:not(.home) .post h2 span span {
  display: block;
  font-size: 1.3em;
  color: var(--color-font-01);
	text-transform: uppercase;
}
body:not(.home) .post h2::after {
  content: "";
  position: absolute;
  width: var(--rem80w);
  height: 3px;
  background: var(--color-primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.home) .post h3 {
  font-size: var(--rem20w);
  font-family: var(--font-family02);
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 0 0.4em;
  margin: 0 auto var(--px20);
  border-bottom: 2px solid var(--color-font-01);
  color: var(--color-font-01);
}
body:not(.home) .post h4 {
    font-family: var(--font-family02);
    font-weight: bold;
    color: var(--color-font-01);
    margin-top: 0;
}
/* code table */
@media print, screen and (min-width: 768px) {
	.table_scroll {
		overflow-x: initial;
}
}	
	@media print, screen and (max-width: 1024px) {
		.table_scroll table {
			width: 690px;
		}
}
.post .table_scroll table th {
  width: fit-content;
  color: var(--color-font-white);
  font-weight: bold;
  background: var(--color-primary);
  vertical-align: middle;
  border-right: none;
  font-size: var(--rem16);
  padding: var(--px30) var(--px20);
  border: none;
  text-align: center;
}
.post .table_scroll table td {
  /* border-left: 0; */
  font-size: var(--rem16);
  padding: var(--px30) var(--px24);
  text-align: center;
}
.post .table_scroll table {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
/* code semi-training */
.training-txtarea {
  padding: var(--px20) var(--px30);
}
@media screen and (max-width: 768px) {
  .training-txtarea {
    padding: 0;
  }
}
/* code semi-about */
.about-studio {
  max-width: 832px;
  margin: 0 auto;
}
.about-studio .lead {
  font-size: clamp(15px, calc(2rem + ((1vw - 19.2px) * 0.3344)), 20px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: var(--px50);
}

.about-studio .lead span.marker.yellow {
  background: linear-gradient(transparent 60%, var(--color-primary) 60%);
  font-weight: bold;
}
.about-studio p {
  font-weight: bold;
}
h5 {
  font-size: calc(var(--rem24) + 2px);
  font-weight: bold;
}
.biography {
  max-width: 968px;
  margin: 0 auto;
  padding: var(--px80);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #f6f6f6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.test-biography {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2em;
}
.test-biography::before {
  content: "";
  background: var(--color-primary-shade);
  width: var(--rem18);
  height: var(--rem18);
  border-radius: 50%;
  position: absolute;
  left: -2em;
}
@media screen and (max-width: 432px) {
  .biography {
    padding: var(--px80) 1.5rem;
  }
}
/* code semi-information */
.class-content {
  max-width: 852px;
  margin: 0 auto;
}
/*---------col03-----------*/
.information-content p {
  line-height: 1.3;
}
.information-content .test-information {
  font-size: calc(var(--rem20) + 2px);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--px20);
}
/* .information-content .imgarea {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */
.information-content .txtarea {
  padding: var(--px30) var(--px20);
}
.information-content .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information-content .col3_list > li {
  width: 32%;
  margin-bottom: 4%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background:#fff;
}
.information-content .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.information-content .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .information-content .col3_list > li {
    width: 49%;
  }
  .information-content .col3_list::before,
  .information-content .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 432px) {
  .information-content .col3_list > li {
    width: 100%;
  }
  .information-content .col3_list > li:last-child {
    margin-bottom: 0;
  }
}

.post table th {
	color: var(--color-font-01) !important;
	
}
.post table.responsive {
	border-collapse: separate;
	border-spacing: 0 2px;
	border: 0;
}

.post table.responsive th {
	color: var(--color-font-01) !important;
	background: var(--color-primary);
	
}

.group-btn-content .linkBtn {
	text-transform: none;
}
body:not(.home).page-about #content.wide {
	padding-bottom: 0;
}

.linkwrap, .post .linkwrap, a.linkwrap {
	display: block;
	position: relative;
}