@charset "UTF-8";
/*-----------------------

         変数          

-----------------------*/ :root {
  --baseColor: #808080;
  --mainColor: #E9AB23;
  --subColor: #FBEED3;
  --colorW: #fff;
  --bgMain: #E9AB23;
}
/*-----------------------

         COMMON          

-----------------------*/
/* リセット */
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
}
.box {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.content {
  font-size: 1.8rem;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}
html, body {
  height: 100%;
}
p {
  margin: 0;
  text-align: justify;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
dt {
  font-weight: 400;
}
label, th {
  font-weight: 500;
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-b {
  display: flex;
  justify-content: space-between;
}
.flex-e {
  display: flex;
  justify-content: flex-end;
}
body {
  width: 100%;
  background-color: #fff;
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.206rem + 0.518vw, 2.2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.hdr-inner {
  position: relative;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.zen {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
.container, .wrapper {
  width: 128rem;
  padding: 0 2rem;
  margin: 0 auto;
  min-height: auto;
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.text-j {
  text-align: justify;
}
.f-400 {
  font-weight: 400;
}
.f-500 {
  font-weight: 500;
}
.f-700 {
  font-weight: 700;
}
.color-main {
  color: var(--mainColor);
}
.color-sub {
  color: var(--subColor);
}
.color-accent {
  color: var(--accentColor);
}
.color-w {
  color: var(--colorW);
}
.bg-main {
  background: var(--mainColor);
}
.bg-sub {
  background: var(--subColor);
}
.bg-white {
  background: #fff;
}
.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
/* 段組 */
.contents2Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4.16vw;
}
.contents2Wrap > li, .contents2Wrap > div {
  width: calc((100% - 4.16vw) / 2);
}
.contents3Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 5rem;
}
.contents3Wrap > li, .contents3Wrap > div {
  width: calc((100% - 10rem) / 3);
}
.contents4Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
.contents4Wrap > li, .contents4Wrap > div {
  width: calc((100% - 7.5rem) / 4);
}
/*見出し*/
.sec-ttl {
  color: var(--mainColor);
  letter-spacing: 0;
  font-size: clamp(4.8rem, 3.781rem + 2.718vw, 9rem);
  font-weight: 900;
  margin-bottom: clamp(2.5rem, 1.893rem + 1.618vw, 5rem);
  line-height: 1;
}
.sec-ttl span {
  font-weight: 900;
  font-size: clamp(1.6rem, 1.309rem + 0.777vw, 2.8rem);
  position: relative;
  margin-left: 2rem;
  top: -0.7em;
}
.sec-ttl span::after {
  content: "";
  background: url("../img/deco.webp") no-repeat center center/cover;
  width: 11.5rem;
  height: 2rem;
  display: inline-block;
  margin-left: 1rem;
}
.sec-ttl2 {
  color: var(--mainColor);
  letter-spacing: 0;
  font-size: clamp(4rem, 3.32rem + 1.812vw, 6.8rem);
  font-weight: 900;
  margin-bottom: clamp(2rem, 1.393rem + 1.618vw, 4.5rem);
  line-height: 1;
}
.sec-ttl2 span {
  font-weight: 900;
  font-size: clamp(1.4rem, 1.206rem + 0.518vw, 2.2rem);
  position: relative;
/* margin-left: 2rem; */
  margin-left: 1.1rem;
  color: var(--baseColor);
  top: -0.7em;
}
/*BTN*/
.link-btn {
  text-align: center;
}
.link-btn a {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  width: 33rem;
  border-radius: 1rem;
}
.link-btn a::after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-r.webp") no-repeat center center/cover;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
/* クリックしたら要素が出る */
.hidden_box {
  padding: 0;
  cursor: pointer;
}
.hidden_box input {
  display: none;
}
.hidden_box label {
  position: relative;
  display: block;
  cursor: pointer;
}
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
.hidden_box.open .hidden_show {
  height: auto;
  padding: 0 0 0.5rem;
  opacity: 1;
  overflow: visible;
  transition: 0.4s;
}
/*drawer*/
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
  background: url("../img/d-menuBG.webp") no-repeat center center/cover;
  width: 4.9479vw;
  height: 3.3854vw;
  right: 2.6041vw;
  top: 2rem;
  padding: 2rem 0.75rem 2rem;
  z-index: 9999;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--mainColor);
  height: clamp(0.2rem, 0.127rem + 0.194vw, 0.5rem);
  border-radius: 1rem;
}
.drawer-hamburger-icon {
  background-color: transparent;
  margin-top: 0.15vw;
}
.drawer-hamburger-icon:before {
  top: -0.2604vw;
}
.drawer-hamburger-icon:after {
  top: 0.52vw;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
}
.drawer--right.drawer-open .drawer-hamburger-icon, .drawer--right.drawer-open .drawer-hamburger-icon:after, .drawer--right.drawer-open .drawer-hamburger-icon:before {
  width: 65%;
}
.drawer--right.drawer-open .drawer-hamburger-icon:after {
  transform: translateX(-50%) rotate(-45deg);
}
.drawer--right.drawer-open .drawer-hamburger-icon:before {
  transform: translateX(-50%) rotate(45deg);
}
.drawer-hamburger .text {
  margin-top: 1vw;
  font-size: clamp(1.2rem, 1.054rem + 0.388vw, 1.8rem);
  font-weight: 900;
  color: var(--mainColor);
  text-align: center;
  letter-spacing: -0.1em;
  line-height: 1.2;
}
.drawer--right.drawer-open .drawer-hamburger .text {
  margin-top: 1.5rem;
}
.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  padding: 2.5rem 3.5rem 3vw;
  background: #fff;
}
.drawer--right .drawer-nav .hdr-inner {
  align-items: flex-start;
  justify-content: space-between;
}
.drawer--right .drawer-nav p.logo {
  position: static;
}
.drawer--right .drawer-nav .mypage {
  margin-right: -2vw;
  margin-top: -2.5rem;
}
.drawer--right .drawer-nav .mypage a {
  color: #6e6e6e;
}
.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}
.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}
.drawer--right .drawer-nav .drawer-menu {
  flex-direction: column;
  margin-top: 0;
}
.drawer--right .drawer-nav .drawer-menu li.hover {
  padding: 2.5rem 0 1rem;
  position: relative;
}
.drawer--right .drawer-nav .drawer-menu a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #6e6e6e;
  padding: 2.5rem 0 1rem;
}
.drawer--right .drawer-nav .drawer-menu.second {
  margin-top: 1.5rem;
}
.drawer--right .drawer-nav .drawer-menu.second a {
  padding: 1rem 0;
  font-size: 1.5rem;
}
.drawer--right .drawer-nav .drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-open .drawer-nav .sub-menu {
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  width: 32rem;
}
.drawer--right header .drawer-nav .drawer-menu li ul.sub-menu {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 33.3rem;
  transform: translateX(0);
  border-radius: 1rem;
}
.drawer-menu li.hover li a + ul.sub-menu {
  visibility: hidden;
  opacity: 0;
}
.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: .4s;
  visibility: visible;
  opacity: 1;
}
.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}
.drawer-menu-item:hover {
  text-decoration: none;
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}
.drawer--right .drawer-nav .mypage.loginBtn.login {
  position: static;
  margin-top: 0;
  margin-right: 6vw;
}
.drawer-open.body-shelf-list .flex-c, .drawer-open.body-info-detail .flex-c {
  align-items: start;
}
@media screen and (max-width: 559px) {
  .drawer-open.body-shelf-list .flex-c, .drawer-open.body-info-detail .flex-c {
    margin-top: 0;
  }
}
.modal-dialog textarea {
  color: var(--baseColor) !important;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/*input, */ button, textarea, select, .entry input[type="url"], input[type="email"], .entry input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::placeholder {
  color: #b6b7b7;
}
textarea {
  -webkit-text-fill-color: #222222;
  opacity: 1;
}
/*-----------------------

       header         

-----------------------*/
.body-page-detail-top .content-header {
  margin: 0;
  display: none;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
header h1, header p.logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  width: 10.52vw;
}
.drawer-open .drawer-nav .menu-arrow-b {
  margin-left: 1rem;
  color: var(--mainColor);
}
header .mypage.login {
  position: absolute;
  right: 9vw;
  top: 2.5rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  width: auto;
}
header .mypage.login a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0;
}
header .mypage.login img:first-child {
  position: static;
  margin-right: 0.5rem;
}
/*サブメニュー*/
header .drawer-menu li.hover ul.sub-menu {
  position: absolute;
  top: 4rem;
  left: calc(50% - 2rem);
  transform: translateX(-50%);
  width: 28.7rem;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  background: rgba(233, 171, 35, 0.8);
  padding: 0.5rem 8% 2rem;
  flex-direction: column;
  z-index: 9999;
  margin-top: 0;
}
header .drawer-menu li.hover:hover ul {
  top: 4rem;
  visibility: visible;
  opacity: .9;
  z-index: 9999;
  display: block;
}
header .drawer-menu li.hover:hover ul.sub-menu li {
  border: none;
  width: 100%;
}
header .drawer-menu li.hover:hover ul.sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}
header .drawer-menu li.hover:hover ul.sub-menu li:first-child {
  border-left: none;
}
header .drawer-menu li.hover:hover ul.sub-menu li a {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
}
header .drawer-menu li.hover:hover ul.sub-menu li a::after {
  display: none;
}
.fuwa {
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/*-----------------------

       footer         

-----------------------*/
footer.main-footer {
  color: var(--baseColor);
  padding: 0;
  border: none;
  margin-top: clamp(10rem, 8.058rem + 5.178vw, 18rem);
}
footer.main-footer .ftr-wrap {
  position: relative;
}
footer.main-footer .ftr-inner {
  position: absolute;
  bottom: 2.60416vw;
  left: 0;
  width: 100%;
}
footer.main-footer .ftr-navi {
  text-align: center;
}
footer.main-footer .ftr-navi ul {
  gap: 1.5625vw;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  border-radius: 3rem;
}
footer.main-footer .ftr-navi ul li a {
  font-size: clamp(1.4rem, 1.3515rem + 0.2071vw, 1.6rem);
  font-weight: 500;
  padding: 0.3125vw 0;
  display: block;
}
footer.main-footer .ftr-navi ul li:not(:last-child) a::after {
  content: "/";
  margin-left: 1.5625vw;
}
.ftr-img p img {
  width: 100%;
  object-fit: cover;
}
footer.main-footer p.copy {
  padding: 1rem 0;
}
footer.main-footer p.copy small {
  font-weight: 500;
  font-size: 1.4rem;
}
/*-----------------------

       下層ページ         

-----------------------*/
.content-header {
  background: url("../img/under-mv.webp") no-repeat center center/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 22.08333vw;
  margin-bottom: clamp(3rem, 1.786rem + 3.236vw, 8rem);
}
/*.content-header .page-header {
  position: absolute;
  bottom: -0.1em;
  left: 5%;
  background: #fff;
  color: var(--mainColor);
  font-weight: 900;
  font-size: clamp(4.8rem, 3.781rem + 2.718vw, 9rem);
  letter-spacing: 0;
  padding: 0.1rem 2.8vw;
  border-radius: 4.5rem;
  max-width: 128rem;
}
.content-header .page-header span {
  font-size: clamp(1.6rem, 1.309rem + 0.777vw, 2.8rem);
  font-weight: 900;
  margin-left: 2rem;
  position: relative;
}
.content-header .page-header span::after {
  content: "";
  background: url("../img/deco.webp") no-repeat center center/cover;
  width: 11.5rem;
  height: 2rem;
  display: inline-block;
  margin-left: 1rem;
}*/
.content-header .page-header {
  position: absolute;
  bottom: -0.6em;
  left: 5%;
  background: #fff;
  color: var(--mainColor);
  font-weight: 700;
  font-size: clamp(3.2rem, 2.569rem + 1.683vw, 5.8rem);
  letter-spacing: 0;
  padding: 1.8rem 2.8vw;
  border-radius: 30rem;
  max-width: 90%;
}
h4.card-title {
  font-size: 2.6rem;
  line-height: 1.3;
  color: var(--mainColor);
}
.portfolio-item .card .card-body {
  padding: 2rem;
}
.portfolio-item .card {
  border-radius: 0 0 1.5rem 1.5rem;
}
.body-page-list-circle .card div {
  padding: 0 0 1rem 0.5rem;
}
/*-----------------------

          TOP         

-----------------------*/
.sec {
  margin-top: clamp(4rem, 2.058rem + 5.178vw, 12rem);
}
.top-mv {
  margin-bottom: clamp(4rem, 3.029rem + 2.589vw, 8rem);
}
.sec01, .sec02, .sec04 {
  margin-top:50px;
}
.sec01 .menuWrap {
  align-items: center;
  /* justify-content: center; */
  justify-content: left;
  gap: 1rem;
}

.sec01 .menuWrap.navi {
  gap: 2rem;
}


.body-page-detail-zen-top .sec01 .menuWrap {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.body-page-detail-zen-top .sec01 .menuWrap.navi {
  gap: 2rem;
}

.sec01 .menuWrap li {
  min-width: 0;
}
.sec01 .menuWrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.sec01 .menuWrap li a:hover {
  transform: translateY(-0.1875em);
}
.sec01 .menuWrap li a span {
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.1rem, 1.027rem + 0.194vw, 1.4rem);
  color: #fff;
  background: var(--mainColor);
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.sec01 .menuWrap li a img {
  height: 10.8rem;
  object-fit: contain;
}
.sec02 .sec-ttl img.line {
  margin-left: 2rem;
  top: -0.15em;
}
.sec02 dl {
  flex-wrap: wrap;
  margin-bottom: clamp(2.5rem, 1.893rem + 1.618vw, 5rem);
}
.sec02 dl div {
  border-bottom: dotted 1px;
  padding: 3rem 0 1.5rem;
}
.sec02 dl div:first-child {
  padding-top: 0;
}
.sec02 dt, .sec02 dd {
  font-size: clamp(1.4rem, 1.206rem + 0.518vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0;
}
.sec02 dt {
  color: var(--mainColor);
  width: 11%;
  padding-left: 3rem;
}
.sec02 dd {
  width: 90%;
  padding: 0 6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec03 {
  padding: clamp(3.5rem, 3.136rem + 0.971vw, 5rem) 0;
  position: relative;
  z-index: 1;
}
.sec03::before {
  content: "";
  background: #FBEED3;
  z-index: -1;
  display: block;
  width: calc(100vw - 6.25vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
  top: 0;
  border-radius: 2rem;
}
.sec03 .innerWrap {
  max-width: 100rem;
  margin: 0 auto;
}
.sec03 .sec-ttl {
  margin-top: -5.5vw
}
.sec04 .box a {
  display: block;
  text-align: center;
}
.sec04 p.photo {
  max-width: 28rem;
  max-height: 28rem;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.sec04 p.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec04 p.link-profile {
  color: #fff;
  background: var(--mainColor);
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem);
  padding: 0 3rem;
  border-radius: 2rem;
  position: relative;
  display: inline-block;
  top: -3rem;
}
.sec04 p.link-profile::after {
  content: "";
  display: inline-block;
  background: url("../img/arrow-r2.webp") no-repeat center center/cover;
  width: 0.7rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
}
.sec04 p.name {
  font-weight: 500;
  font-size: clamp(2rem, 1.806rem + 0.518vw, 2.8rem);
  margin-top: -2rem;
}
.contents_Wrap .box {
  background: #FBEED3;
  padding: 4rem;
  border-radius: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contents_Wrap .box.page-152 {
  background: #FFF0F5;
}
.contents_Wrap .box .cat {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contents_Wrap .box .cat p {
  font-size: clamp(1.2rem, 0.957rem + 0.647vw, 2.2rem);
  font-weight: 500;
  color: #fff;
  background: var(--mainColor);
  white-space: nowrap;
  padding: 0.3rem 1.5rem;
  border-radius: 3rem;
}
.contents_Wrap .box .contents-ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: clamp(2.6rem, 2.066rem + 1.424vw, 4.8rem);
  text-align: justify;
}
.contents_Wrap .box .contents-ttl2 {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: clamp(1.8rem, 1.606rem + 0.518vw, 2.6rem);
  position: relative;
  margin: 3.5rem 0 1.5rem;
  text-align: justify;
}
.contents_Wrap .box .contents-ttl2::before {
  content: "\025a0";
  margin-right: 0.5rem;
}
.contents_Wrap .box figure {
  overflow: hidden;
  aspect-ratio: 7/4;
  border-radius: 1rem;
  margin: 2rem 0;
}
.contents_Wrap .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_Wrap .box .text-area p {
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.contents_Wrap .box .photoWrap {
  gap: 1rem;
  flex-wrap: wrap;
}
.contents_Wrap .box .photoWrap .box2 {
  width: calc((100% - 3rem) / 4);
}
.contents_Wrap .box .photoWrap .box2 a .flex {
  flex-direction: column;
  justify-content: center;
}
.contents_Wrap .box .photoWrap .box2 .name {
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
  letter-spacing: 0.025em;
  line-height: 1.5;
  width: 7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.contents_Wrap .box .photoWrap .box2 p.photo {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.contents_Wrap .box .photoWrap .box2 p.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_Wrap .box .text-area p:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents_Wrap .box .navigatorWrap {
  margin-bottom: 8rem;
}
.contents_Wrap .box .btnG {
  width: 100%;
  gap: 2rem;
  margin-top: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.4rem;
  align-items: flex-end;
}
.contents_Wrap .box .btnG .flex-c {
  flex-direction: column;
  width: 55%;
}
.contents_Wrap .box .btnG p.arrow_box2 {
  margin-bottom: 1rem;
}
.archive-btn, .live-btn {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 1rem;
  border: solid 3px #fff;
}
.archive-btn a, .live-btn a {
  padding: 0 2.8rem;
  display: block;
  width: 100%;
  height: 100%;
}
.archive-btn {
  background: #F0C465;
  font-size: clamp(1.6rem, 1.551rem + 0.129vw, 1.8rem);
}
.archive-btn {
  display: flex;
  align-items: center;
  height: 6.8rem;
}
.archive-btn a {
  padding-top: 0.3rem;
}
.archive-btn img {
  vertical-align: sub;
}
.live-btn {
  background: var(--mainColor);
  width: 100%;
  font-size: clamp(1.6rem, 1.503rem + 0.259vw, 2rem);
  height: 6.8rem;
}
.live-btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6rem;
  padding: 0 4rem;
}
.live-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/arrow-r3.webp") no-repeat center center/cover;
  width: 1.1rem;
  height: 1.8rem;
}
/*吹き出し*/
.arrow_box {
  position: relative;
  width: 100%;
  height: 4rem;
  padding: 0 2rem;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
  font-weight: bold;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 3px rgba(77, 77, 77, 0.3);
  z-index: 5;
  white-space: nowrap;
  background: var(--mainColor);
  margin-bottom: 0.7rem;
}
.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.arrow_box:after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: -4px;
  border-top-color: var(--mainColor);
}
.arrow_box:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  margin-top: 1px;
  margin-top: 0;
  border-top-color: #fff;
}
/*-----------------------

       コンテンツ         

-----------------------*/
.cat-Area ul {
  display: flex;
  gap: 1.5rem;
  gap: 4rem 1.5rem;
  flex-wrap: wrap;
}
.cat-Area ul li a {
  color: var(--mainColor);
  background: #fff;
  border: solid 2px var(--mainColor);
  font-weight: 500;
  font-size: clamp(1.4rem, 1.206rem + 0.518vw, 2.2rem);
  padding: 1rem 2rem;
  border-radius: 3rem;
  letter-spacing: 0.05em;
}
.cat-Area ul li.current a {
  color: #fff;
  background: var(--mainColor);
  border: solid 2px var(--mainColor);
  white-space: nowrap;
}
.cat-Area dl {
  margin: clamp(1.5rem, 1.015rem + 1.294vw, 3.5rem) 0 clamp(2rem, 1.515rem + 1.294vw, 4rem);
  align-items: center;
}
.cat-Area dt, .cat-Area dd {
  font-size: clamp(1.8rem, 1.46rem + 0.906vw, 3.2rem);
  font-weight: 700;
}
.cat-Area dd {
  color: var(--mainColor);
  position: relative;
  font-size: clamp(2.2rem, 1.86rem + 0.906vw, 3.6rem);
}
.cat-Area dd::before {
  content: "：";
  padding: 0 0.1em;
  color: var(--baseColor);
}
/*-----------------------

       アーカイブ         

-----------------------*/
.input-group-btn .btn {
  height: 3.471em;
  background: #eee;
}
/*====================================================================
　モーダル
====================================================================*/
.modalG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  transition: none !important;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: var(--mainColor);
}
.modal__content {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__contentInner {
  background: #fff;
  border-radius: 1rem;
  width: 75vw;
  height: 75vh;
  padding: 4vw;
  position: relative;
  overflow-y: auto;
}
.modal__content::-webkit-scrollbar {
  display: none;
}
/*modal中*/
.modal__contentInner .flex {
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
}
.modal__contentInner .flex figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 4rem;
}
.modal__contentInner .flex figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__contentInner .modal-ttl ruby {
  color: var(--mainColor);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
  font-size: clamp(2.8rem, 2.315rem + 1.294vw, 4.8rem);
  display: block;
}
.modal__contentInner .textArea-Wrap .textArea {
  line-height: 1.75;
}
.modal__contentInner .textArea-Wrap .link-btn {
  margin: 4rem 0;
  display: flex;
  justify-content: flex-end;
}
.modal__contentInner .degree {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
.modal__contentInner .textArea-Wrap .snsG {
  margin: 4rem 0;
}
.modal__contentInner .textArea-Wrap .snsG ul {
  gap: 2rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.modal__contentInner .textArea-Wrap .snsG ul li {
  text-align: center;
}
.top-close {
  position: fixed;
  width: 5vw;
  height: 5vw;
  top: 2.5641025641vw;
  right: 2.5641025641vw;
  z-index: 4;
  cursor: pointer;
}
.top-close img {
  transform: rotate(-90deg);
  transition: transform 2s;
}
.top-close:hover img {
  transition: transform 2s;
  transform: rotate(90deg);
}
/*-----------------------

       会員タイプ        

-----------------------*/
.member-detail-page .display-block a, .member-detail-page .box-footer a {
  text-decoration: underline;
  color: var(--mainColor);
}
/*-----------------------

       FAQ        

-----------------------*/
.faqWrap h4 {
  font-size: clamp(1.4rem, 1.2058rem + 0.8285vw, 2.2rem);
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: solid 1px #c7c7c7;
}
.faqWrap h4::before {
  content: "Q.";
  margin-right: 0.5rem;
}
.faqWrap h4 label {
  font-size: clamp(1.6rem, 1.4058rem + 0.8285vw, 2.4rem);
  color: var(--mainColor);
  margin-left: auto;
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  line-height: 1;
  z-index: -1;
}
.faqWrap .answer {
  background: #FBEED3;
  padding: 2rem;
  margin-top: 2.5rem;
}
.faqWrap .answer p {
  font-size: clamp(1.4rem, 1.2301rem + 0.7249vw, 2.1rem);
  position: relative;
  display: flex;
  align-items: flex-start;
}
.faqWrap .answer::before {
  content: "A.";
  color: var(--mainColor);
  font-size: clamp(2.2rem, 1.933rem + 1.1392vw, 3.3rem);
  font-weight: 500;
  margin-right: 1rem;
  line-height: 1;
}
.faqWrap .hidden_box:not(:first-child) {
  margin-top: 4rem;
}
.faqWrap {
  flex-wrap: wrap;
  margin-bottom: clamp(2.5rem, 1.893rem + 1.618vw, 5rem);
}
/*-----------------------

      よくある質問

-----------------------*/
.faq-wrap {
  margin-bottom: 7.291vw;
}
.faq-wrap .accordion_one .accordion_header {
  background-color: var(--mainColor);
  color: #fff;
  font-size: clamp(1.8rem, 1.7029rem + 0.4142vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: clamp(2.5rem, 2.015rem + 1.294vw, 4.5rem);
  padding: 1.8rem 5rem;
  border-radius: clamp(0.5rem, 0.379rem + 0.324vw, 1rem);
}
.faq-wrap .accordion_one .accordion_header:hover {
  opacity: .8;
}
.faq-wrap .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faq-wrap .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i:before, .faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 10px;
  left: 10px;
}
.faq-wrap .accordion_one .accordion_header .i_box .one_i:after {
  width: 2px;
  height: 18px;
  top: -2px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 7px;
  left: 2px;
}
.faq-wrap .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq-wrap .accordion_one .accordion_header.faq {
  background-color: transparent;
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.2058rem + 0.8285vw, 2.2rem);
  font-weight: 400;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 2.5rem;
  padding: 0 8% 2rem 0;
  border-bottom: solid 1px;
  display: flex;
  border-radius: 0;
}
.faq-wrap .accordion_one .accordion_header.faq::before {
  content: "Q.";
  margin-right: 1rem;
}
.faq-wrap .accordion_one .accordion_header.faq .i_box {
  top: 0;
  margin-top: 0;
}
.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before, .faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: var(--mainColor);
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faq-wrap .accordion_one .accordion_header.faq .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.faq-wrap .accordion_one .accordion_header.faq.open {
  padding: 0 8% 2rem 0;
}
.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-wrap .accordion_one .accordion_header.faq.open .i_box .one_i:after {
  content: none;
}
.faq-wrap .accordion_one .accordion_header.answer {
  background: #FBEED3;
  cursor: inherit;
  color: var(--baseColor);
  font-size: clamp(1.4rem, 1.2301rem + 0.7249vw, 2.1rem);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  padding: 2.5rem;
}
.faq-wrap .accordion_one .accordion_header.answer::before {
  content: "A.";
  margin-right: 1rem;
  color: var(--mainColor);
  font-size: clamp(2.2rem, 1.933rem + 1.1392vw, 3.3rem);
}
.faq-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.faq-wrap .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.page-detail-faq .linkG.contensG {
  padding-top: 6rem;
  border-top: solid 1px #a2a2a2;
}
/*-----------------------

      ブログ

-----------------------*/
/*一覧*/
.blogWrap {
  margin-bottom: 6.25vw;
}
.catArea {
  margin-bottom: 10rem;
}
.catArea h2 {
  font-size: clamp(1.8rem, 1.6301rem + 0.7249vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 2rem;
}
.catArea ul {
  gap: 1rem 2rem;
}
.catArea ul li a {
  color: #81b6db;
  font-size: clamp(1.2rem, 1.1029rem + 0.4142vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 0.8rem 1rem;
  border: solid 1px;
  display: block;
}
.catArea ul li a.active {
  color: var(--mainColor);
  background: #b3d3ea;
  border: none;
}
.cms-list-Area .cms-label {
  font-size: clamp(1.2rem, 1.0058rem + 0.8285vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 0 1.5rem;
}
.cms-list-Area p.date {
  font-size: clamp(1.2rem, 1.0544rem + 0.6214vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: clamp(0.3rem, 0.251rem + 0.129vw, 0.5rem) 0;
  color: var(--mainColor);
}
.cms-list-Area .contents-text {
  font-size: clamp(1.2rem, 1.0058rem + 0.8285vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
.pager {
  margin-bottom: 6.25vw;
}
.pager .flex-c {
  align-items: center;
  gap: 1rem;
}
.pager p a {
  color: var(--mainColor);
  font-size: clamp(1.4rem, 1.157rem + 0.647vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  border: solid 1px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  display: block;
  display: flex;
  flex-shrink: 0;
}
.pager p a.current {
  background: var(--bgMain);
  color: #fff;
  border-radius: 50%;
}
.pager p a.none-border {
  border: none;
}
.pager p.prev {
  margin-right: 1rem;
}
.pager p.next {
  margin-left: 1rem;
}
.pager p.prev a, .pager p.next a {
  font-size: 1.6rem;
  gap: 0.5rem;
}
/*詳細*/
.body-page-detail-blog-single .bg, .body-page-detail-blog-single .content-header {
  display: none;
}
.cms-single-Area figure.top-img {
  margin: 0 auto clamp(1rem, 0.757rem + 0.647vw, 2rem);
  aspect-ratio: 7 / 4;
  overflow: hidden;
  max-width: 97rem;
}
.cms-single-Area figure.top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-single-Contents {
  max-width: 75rem;
  margin: 0 auto;
}
.cms-single-Contents .post-info {
  margin: clamp(1rem, 0.757rem + 0.647vw, 2rem) 0 clamp(0.5rem, 0.257rem + 0.647vw, 1.5rem);
  gap: 2rem;
}
.cms-single-Contents .post-info p.cms-label {
  font-size: clamp(1.6rem, 1.5029rem + 0.4142vw, 2rem);
  top: 0;
}
.cms-single-Contents .post-info p.date {
  margin-top: 0;
  font-size: clamp(1.4rem, 1.3029rem + 0.4142vw, 1.8rem);
  color: var(--mainColor);
}
.cms-single-Contents h2 {
  font-size: clamp(2.2rem, 2.0058rem + 0.8285vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: solid 1px #a2a2a2;
  line-height: 1.3;
  color: var(--mainColor);
}
.cms-single-Contents .contents-text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.single-pager {
  margin: 6.25vw 0;
}
.single-pager .flex-c {
  align-items: center;
  gap: clamp(3rem, 2.029rem + 2.589vw, 7rem);
}
.single-pager p a {
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline;
  font-size: clamp(1.6rem, 1.5515rem + 0.2071vw, 1.8rem);
}
.single-pager p.prev a, .single-pager p.next a {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
/*-----------------------

   サポート・お問い合わせ         

-----------------------*/
.body-page-detail-office .sec02 p {
  margin-bottom: clamp(1.5rem, 1.379rem + 0.324vw, 2rem);
  word-break: break-all;
}
.body-page-detail-office .sec02 textarea {
  padding: clamp(1.5rem, 1.379rem + 0.324vw, 2rem);
  font-size: clamp(1.4rem, 1.303rem + 0.259vw, 1.8rem);
}
/*-----------------------

  　　 お知らせ         

-----------------------*/
.imgWrap img {
  border-radius: clamp(1.5rem, 1.379rem + 0.324vw, 2rem);
}
.blog-Area .top-img img {
  border-radius: clamp(3rem, 2.515rem + 1.294vw, 5rem);
}
.blog-Area img {
  border-radius: clamp(1.5rem, 1.379rem + 0.324vw, 2rem);
}
/*-----------------------

   よくある質問         

-----------------------*/
.answer p {
  word-break: break-all;
}
/*-----------------------

   ライブ配信         

-----------------------*/
.answer p {
  word-break: break-all;
}
.div_fixed_live_join a {
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline;
  font-size: clamp(1.6rem, 1.5515rem + 0.2071vw, 1.8rem);
}
/*-----------------------

   ページコメント         

-----------------------*/
.page-detail-page #infoList a {
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline;
  font-size: clamp(1.6rem, 1.5515rem + 0.2071vw, 1.8rem);
}
/*-----------------------

       通常TOP         

-----------------------*/
.color-base {
  color: var(--baseColor);
}
/*header*/
.body-page-detail-public .content-header {
  margin: 0;
  display: none;
}
.drawer--right .usually-top .drawer-hamburger, .drawer--right.drawer-open .usually-top .drawer-hamburger {
  right: 2rem;
  top: 2rem;
}
.drawer--right .usually-top .drawer-hamburger, .drawer--right.drawer-open .usually-top .drawer-hamburger {
  background: url(../img/d-menuBG-o.webp) no-repeat center center/cover;
}
.usually-top .drawer-hamburger .text {
  color: var(--colorW);
}
.usually-top .drawer-hamburger-icon:before, .usually-top .drawer-hamburger-icon:after, .drawer--left.drawer-open .usually-top .drawer-hamburger-icon {
  background-color: var(--colorW);
}
.drawer--right .usually-top .drawer-nav {
  padding: 0;
}
.drawer--right .usually-top .drawer-nav p.logo {
  position: absolute;
}
.drawer--right .usually-top .drawer-nav .wrapper {
  margin-top: 10rem;
}
.usually-top .menuWrap {
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-right: 9vw;
}
.usually-top .menuWrap li {
  min-width: 0;
}
.usually-top .menuWrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.usually-top .menuWrap li a:hover {
  transform: translateY(-0.1875em);
}
.usually-top .menuWrap li a span {
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(1.1rem, 1.027rem + 0.194vw, 1.4rem);
  color: #fff;
  background: var(--mainColor);
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.usually-top .menuWrap li a img {
  height: 9.8rem;
  object-fit: contain;
}
/*TOP*/
.usually-top .sec01 {
  /* padding: 10rem 0 0; */
  padding: 12rem 0 0;
}
.usually-top .sec01 h2 {
  font-size: 7.1rem;
  font-weight: 900;
  line-height: 1.4;
}
.usually-top .sec01 h2 span {
  font-size: 5.7rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.usually-top .sec01 h2 span.color-base {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.usually-top .sec01 h2 + p {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usually-top .sec01 h2 + p::before, .usually-top .sec01 h2 + p::after {
  content: "〜";
}
.usually-top .sec01 h2 + p::before {
  margin-right: 0.5rem;
}
.usually-top .sec01 h2 + p::after {
  margin-left: 0.5rem;
}
.usually-top .sec01 .illustG {
  margin: 10rem 0;
}
.usually-top .sec01 .visual, .usually-top .sec06 .visual {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.usually-top .sec01 .visual img, .usually-top .sec06 .visual img {
  border-radius: 1.5rem;
}
.usually-top .sec01 .text-area {
  margin: 7.5rem 0 0;
}
.usually-top .sec01 .text-area p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
}
.usually-top .sec01 .text-area p:not(:last-child) {
  margin-bottom: 2em;
}
.usually-top .sec02 {
  padding: clamp(3.5rem, 3.136rem + 0.971vw, 5rem) 0;
  position: relative;
  z-index: 1;
  margin-top: 16rem;
}
.usually-top .sec02::before {
  content: "";
  background: #FBEED3;
  z-index: -1;
  display: block;
  width: calc(100vw - 8rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
  top: 0;
  border-radius: 2rem;
}
.usually-top .sec02 .innerWrap {
  max-width: 100rem;
  margin: 0 auto;
}
.usually-top .sec02 .sec-ttl {
  font-size: 4.2rem;
  margin-top: -7rem;
  letter-spacing: 0.075em;
}
.usually-top .sec02 .sec-ttl span {
  position: relative;
  font-weight: 700;
  font-size: inherit;
  margin-left: 0;
  top: 0;
}
.usually-top .sec02 .sec-ttl span::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/deco2.webp") no-repeat center center/cover;
  width: 15.1rem;
  height: 2.2rem;
  top: -2rem;
  left: 1.5rem;
}
.usually-top .sec02 .sec-ttl span::after {
  display: none;
}
.usually-top .sec02 .flex {
  gap: 5rem;
  align-items: center;
}
.usually-top .sec02 .textArea {
  width: 62%;
}
.usually-top .sec02 .textArea p {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.usually-top .sec02 .image {
  width: calc(100% - 5rem - 62%);
}
.usually-top .sec03 {
  margin-top: 16rem;
}
.usually-top .sec03::before {
  display: none;
}
.usually-top .sec03 .card-wrap {
  display: grid;
  align-items: start;
  gap: 3.5rem 4rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 4rem;
}
.usually-top .sec03 .card-wrap .card-item {
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
}
.usually-top .sec03 .card-wrap figure {
  overflow: hidden;
  aspect-ratio: 7/4;
  margin: 0 0 1.5rem;
}
.usually-top .sec03 .card-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usually-top .sec03 .card-wrap .detail-wrap {
  padding: 0 2rem 2rem;
}
.usually-top .sec03 .card-wrap .detail-wrap .information {
  display: none;
}
.usually-top .sec03 .card-wrap .detail-wrap .information .flex {
  gap: 1rem;
}
.usually-top .sec03 .card-wrap .detail-wrap .information .flex p {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
}
.usually-top .sec03 .card-wrap .detail-wrap .information .flex + p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.usually-top .sec03 .card-wrap .photoWrap {
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.usually-top .sec03 .card-wrap .box {
  width: calc((100% - 5rem) / 6);
}
.usually-top .sec03 .card-wrap .photoWrap .box a .flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.usually-top .sec03 .card-wrap .box .photoWrap .box p.photo {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.usually-top .sec03 .card-wrap .box .photoWrap .box p.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.usually-top .sec03 .card-wrap .photoWrap .box p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: 7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.usually-top .sec03 .card-wrap .detail-btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.usually-top .sec03 .card-wrap .detail-btn a {
  border-radius: 3rem;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}
.usually-top .sec03 .card-wrap .detail-btn a:hover, .usually-top .sec03 .card-wrap .detail-btn a:focus {
  color: #fff;
}
.usually-top .sec03 .card-wrap .detail-btn a img {
  margin-left: 0.3em;
  position: relative;
  top: 0.1rem;
  transition: 0.2s;
}
.usually-top .sec03 .card-wrap .card-item.open .detail-btn a img {
  transform: rotate(180deg);
  transition: 0.2s;
}
.usually-top .sec04 .inner {
  max-width: 100rem;
  margin: 0 auto;
  border-radius: 2rem;
  border: solid 3px var(--mainColor);
  padding: 7rem 0;
}
.usually-top .sec04 .inner * {
  text-align: center;
}
.usually-top .sec04 h3 {
  font-size: 5rem;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.usually-top .sec04 h3 + p {
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 2rem;
}
.usually-top .sec04 p, .usually-top .sec04 dd {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.usually-top .sec04 .deco + p {
  margin-top: 2rem;
}
.usually-top .sec04 dl {
  margin: 5rem;
}
.usually-top .sec04 dt {
  color: var(--mainColor);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usually-top .sec04 dt::before, .usually-top .sec04 dt::after {
  content: "";
  background: url("../img/deco4.webp") no-repeat center center/cover;
  width: 5.4rem;
  height: 1.3rem;
  display: inline-block;
}
.usually-top .sec04 dt.type::before, .usually-top .sec04 dt.type2::before, .usually-top .sec04 dt.type2::after {
  position: relative;
  top: 1.5rem;
}
.usually-top .sec04 dt::before {
  margin-right: 1.5rem;
}
.usually-top .sec04 dt::after {
  margin-left: 1.5rem;
}
.usually-top .sec04 dt span.large {
  font-size: 180%;
  font-weight: 700;
  padding: 0 0.1em;
}
.usually-top .sec04 dt span.small {
  font-size: 70%;
  font-weight: 700;
}
.usually-top .sec04 dd {
  margin-bottom: 5rem;
}
.usually-top .sec05 * {
  text-align: center;
}
.usually-top .sec05 h2 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin: 5rem 0 3rem;
}
.usually-top .sec05 p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.usually-top .sec05 .link-btn {
  margin: 5rem 0 7rem;
}
.usually-top .sec05 .link-btn-top {
  margin: 5rem 0 0rem;
}
.usually-top .sec05 .link-btn-bottom {
  margin: 0rem 0 7rem;
}
.usually-top .sec05 h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin: 7rem 0 3.5rem;
  border-top: dotted 6px var(--mainColor);
  padding-top: 6.5rem;
}
.usually-top .sec05 .link-btn:last-of-type {
  margin: 1.5rem 0 0;
}
/*モーダル*/
.usually-top .modal__contentInner .modal-ttl {
  color: var(--mainColor);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
  font-size: clamp(2.8rem, 2.315rem + 1.294vw, 4.8rem);
  display: inline-block;
}
.usually-top .modal__contentInner .name {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: -2rem;
}
.usually-top .modal__contentInner .degree {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
}
.usually-top .modal__contentInner .flex figure img {
  width: 25rem;
}
/*アニメーション*/
.usually-top .sec01 .illustG p:first-child img {
  position: relative;
  animation: rotateSun 10s linear infinite;
}
.usually-top .sec01 .illustG p:last-child img {
  animation: flying 4s linear infinite;
}
.usually-top .sec05 .office img {
  animation: poyoyon 1.5s ease-in-out infinite;
}
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes rotateSun {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flying {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-80px) rotate(30deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes poyoyon {
  0% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.usually-top .sec03 .card-wrap .photoWrap .box a .flex .photo {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.usually-top .sec03 .card-wrap .photoWrap .box a .flex .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.usually-top .menuWrap img {
  cursor: default;
}
/*モーダル開いてトップに移動する状況を回避*/
.modal-open {
  overflow: visible !important;
}
/*奇跡のコースの一覧に戻る*/
.body-shelf-list .back-list a {
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: underline;
  font-size: clamp(1.6rem, 1.5515rem + 0.2071vw, 1.8rem);
}
/*-----------------------

   OKAERI♡Sanctuary       

-----------------------*/
.body-page-detail-okaeri-sanctuary .sec01 {
  margin-top: 0;
}
.body-page-detail-okaeri-sanctuary .sec02 img {
  border-radius: 2rem;
}
.body-page-detail-okaeri-sanctuary .sec02 .container-fluid .color-main {
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
  line-height: 1.3;
}
.body-page-detail-okaeri-sanctuary .container-fluid img {
  margin-bottom: clamp(0.76rem, 0.702rem + 0.155vw, 1rem);
}
.body-page-detail-okaeri-sanctuary .container-fluid .col-md-4 {
  margin-bottom: 2.5rem !important;
}
/*モーダル内スタイル*/
.body-page-detail-okaeri-sanctuary .modal-ttl.color-main {
  font-size: clamp(2.4rem, 2.109rem + 0.777vw, 3.6rem);
  line-height: 1.3;
}
.body-page-detail-okaeri-sanctuary .modal .textArea a.color-main {
  font-size: clamp(2rem, 1.903rem + 0.259vw, 2.4rem);
}
.body-page-detail-okaeri-sanctuary .modal .textArea img {
  margin: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem) 0;
  border-radius: 2rem;
}
.body-page-detail-okaeri-sanctuary .modal .textArea u {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.703rem + 0.259vw, 2.2rem);
  display: block;
  margin-bottom: calc(clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem)*-1);
  line-height: 1.5;
}
.body-page-detail-okaeri-sanctuary .modal .textArea strong {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.703rem + 0.259vw, 2.2rem);
}
.body-page-detail-okaeri-sanctuary .modal__contentInner .flex figure {
  border-radius: 0;
}

.body-page-detail-okaeri-sanctuary-cms .sec01 {
  margin-top: 0;
}
.body-page-detail-okaeri-sanctuary-cms .sec02 img {
  border-radius: 2rem;
}
.body-page-detail-okaeri-sanctuary-cms .sec02 .container-fluid .color-main {
  font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem);
  line-height: 1.3;
}
.body-page-detail-okaeri-sanctuary-cms .container-fluid img {
  margin-bottom: clamp(0.76rem, 0.702rem + 0.155vw, 1rem);
}
.body-page-detail-okaeri-sanctuary-cms .container-fluid .col-md-4 {
  margin-bottom: 2.5rem !important;
}
/*モーダル内スタイル*/
.body-page-detail-okaeri-sanctuary-cms .modal-ttl.color-main {
  font-size: clamp(2.4rem, 2.109rem + 0.777vw, 3.6rem);
  line-height: 1.3;
}
.body-page-detail-okaeri-sanctuary-cms .modal .textArea a.color-main {
  font-size: clamp(2rem, 1.903rem + 0.259vw, 2.4rem);
}
.body-page-detail-okaeri-sanctuary-cms .modal .textArea img {
  margin: clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem) 0;
  border-radius: 2rem;
}
.body-page-detail-okaeri-sanctuary-cms .modal .textArea u {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.703rem + 0.259vw, 2.2rem);
  display: block;
  margin-bottom: calc(clamp(1.5rem, 1.257rem + 0.647vw, 2.5rem)*-1);
  line-height: 1.5;
}
.body-page-detail-okaeri-sanctuary-cms .modal .textArea strong {
  color: var(--mainColor);
  font-size: clamp(1.8rem, 1.703rem + 0.259vw, 2.2rem);
}
.body-page-detail-okaeri-sanctuary-cms .modal__contentInner .flex figure {
  border-radius: 0;
}
/*-----------------------

   vimeo       

-----------------------*/
.vimeo_live_parent_div {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 8rem;
}
.vimeo_live_child_div {
  position: relative;
  padding-top: 56.25%; /* 16:9 の動画の場合 */
}
.vimeo_live_child_div2 {
  position: relative;
  padding-top: 66.25%;
}
.vimeo_live_child_div iframe, .vimeo_live_child_div2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 560px) and (max-width: 767px) {
  .zoom_attendees .content-header {
    display: none;
  }
  .vimeo_live_parent_div {
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 559px) {
  .vimeo_live_parent_div {
    width: 90%;
    margin: 0 auto;
    padding: 7vw 0 0;
  }
  .vimeo_live_child_div2 {
    position: relative;
    padding-top: 100%;
  }
}


.body-comment-list .comment-title,
.page-detail-top .comment-title
{
	color: var(--mainColor);
}

.body-page-detail-top .sec04 div:not(.comment-box):first-of-type {
  margin-bottom: clamp(2.5rem, 1.893rem + 1.618vw, 5rem);
}

body.skin-staging nav{
	background-color: transparent;
}

.body-page-detail-top .navigator {
  max-width: 100%;
}
.body-page-detail-top .navigator .menuWrap {
  gap: 2rem;
  flex-wrap: wrap;
}
.body-page-detail-top .navigator .menuWrap li {
  width: calc((100% - 6rem) / 4);
}
.body-page-detail-top .navigator .menuWrap li a img {
  height: 100% !important;
}
.body-page-detail-top .navigator .menuWrap li a span {
//  background: var(--subColor);
  position: relative;
  top: -1rem;
  padding: 0.5rem 1.5rem;
  /* font-size: clamp(1.4rem, 1.254rem + 0.388vw, 2rem) !important; */
  font-size: clamp(1.1rem, 1.027rem + 0.194vw, 1.4rem);
  display: block;
  width: fit-content;
}

.body-page-detail-top .navigator .menuWrap li a .name {
  /* font-size: clamp(2rem, 1.806rem + 0.518vw, 2.8rem); */
  /*font-size: clamp(2rem, 1.951rem + 0.129vw, 2.2rem); */
}

.body-page-detail-top .menuWrap li a .name {
  font-size: 1.3rem;
  font-weight : 700;
}

.body-page-detail-top .modal__contentInner .flex figure img {
  border-radius: 50%;
}
/*
.body-page-detail-top .modal__contentInner .modal-ttl ruby {
  color: var(--subColor);
}
*/
.body-page-detail-top .modal__content .top-close img {
  width: 4.2rem;
}

/*20241130 add navigator slider add*/
.body-page-detail-top .navigator, .body-page-detail-zen-top .navigator {
  max-width: 100vw;
}
/*
.body-page-detail-top .navigator .menuWrap, .body-page-detail-zen-top .navigator .menuWrap {
  gap: 0;
  flex-wrap: inherit;
  justify-content: flex-start;
}
*/
.body-page-detail-top .navigator .menuWrap {
  gap: 0;
  flex-wrap: inherit;
  justify-content: center;
}
.body-page-detail-zen-top .navigator .menuWrap {
  gap: 0;
  flex-wrap: inherit;
  justify-content: flex-start;
}
.body-page-detail-top .navigator .menuWrap li, .body-page-detail-zen-top .navigator .menuWrap li {
  width: calc((100% - 12rem) / 7);
}
.navigator-slider {
  overflow: hidden;
}
.navigator-slider__navi {
  margin-top: 5rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.navigator .swiper-button-next, .navigator .swiper-button-prev, .navigator .swiper-pagination {
  position: static;
}
.navigator .swiper-button-next, .navigator .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  margin-top: 0;
}
.navigator .swiper-button-next:after, .navigator .swiper-rtl .swiper-button-prev:after, .navigator .swiper-button-prev:after, .navigator .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 4rem;
  height: 4rem;
}
.navigator .swiper-button-next:after, .navigator .swiper-rtl .swiper-button-prev:after {
  background: url("../img/slider-arrow-r.webp") no-repeat center center/cover;
}
.navigator .swiper-button-prev:after, .navigator .swiper-rtl .swiper-button-next:after {
  background: url("../img/slider-arrow-l.webp") no-repeat center center/cover;
}
.body-page-detail-zen-top .navigator .swiper-button-next:after, .navigator .swiper-rtl .swiper-button-prev:after {
  background: url("../img/slider-arrow-r-zen.webp") no-repeat center center/cover;
}
.body-page-detail-zen-top .navigator .swiper-button-prev:after, .navigator .swiper-rtl .swiper-button-next:after {
  background: url("../img/slider-arrow-l-zen.webp") no-repeat center center/cover;
}
.navigator .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.navigator .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #E9AB23;
}

.body-page-detail-top .contents-text {
  line-height: 1.3;
  color: var(--mainColor);
  font-weight: 500;
  letter-spacing: 0;
}

.sec01 .menuWrap.navi li a.profile {
  cursor:default;
}
