@charset "UTF-8";
/**************************************
文字化け対策とvariables読み込んで変数を使えるように
***************************************/
/**************************************
フォント指定
***************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_light.woff") format("woff"), url("../font/NotoSans/NotoSans_light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_regular.woff") format("woff"), url("../font/NotoSans/NotoSans_regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_bold.woff") format("woff"), url("../font/NotoSans/NotoSans_bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  src: url("../font/NotoSans/NotoSans_black.woff") format("woff"), url("../font/NotoSans/NotoSans_black.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  src: url("../font/Poppins/Poppins-Regular.woff") format("woff"), url("../font/Poppins/Poppins-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  src: url("../font/Poppins/Poppins-Bold.woff") format("woff"), url("../font/Poppins/Poppins-Bold.otf") format("opentype");
  font-weight: 700;
}
* {
  box-sizing: border-box;
}

html {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: transparent;
  width: 100%;
}

body {
  line-height: 1.5;
  position: relative;
  color: #111111;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}

p {
  margin: 0;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table,
table th,
table td {
  border-collapse: collapse;
}

a,
a:link,
a:visited,
a:active,
input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus,
*:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.js_scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.js_scroll.is_scroll {
  opacity: 1;
  transform: translateY(0);
}

#body {
  width: 100%;
}

#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10000;
  position: fixed;
  top: 0;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  #header {
    height: 100px;
    padding: 25px 50px 25px 25px;
  }
}
@media screen and (max-width: 780px) {
  #header {
    height: 80px;
    padding: 10px 20px 10px;
  }
}

#logo {
  margin: 0;
}
#logo a {
  display: block;
  text-align: center;
  color: #111111;
  text-decoration: none;
}
#logo a span {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
#logo a img {
  height: 45px;
  display: block;
}
@media screen and (max-width: 780px) {
  #logo a img {
    height: 40px;
  }
}

.menu {
  display: flex;
  font-size: 1.3rem;
  gap: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 1310px) {
  .menu {
    display: none;
  }
}
.menu li a {
  position: relative;
  display: block;
  padding: 4px 0;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}
.menu li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C3A35B;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.menu li a:hover {
  color: #95a5a6;
}
.menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#contact {
  position: relative;
}
@media screen and (max-width: 1310px) {
  #contact {
    display: none;
  }
}

.LINE a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #C3A35B;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  margin-left: 5px;
}
@media screen and (max-width: 780px) {
  .LINE a {
    width: 70px;
    height: 70px;
  }
}
.LINE a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 8px;
  background: url("../images/line.svg") no-repeat center center/contain;
  z-index: 2;
}
.LINE a > span {
  text-align: center;
}
.LINE a > span > span {
  font-size: 1.6rem;
  display: block;
  margin-left: 25px;
}

.hamburger {
  display: none;
  z-index: 9000;
}
@media screen and (max-width: 1310px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #333;
  }
}

#mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding-top: 50px;
  z-index: 9999;
}
#mobile-menu ul {
  list-style: none;
  padding: 0;
}
#mobile-menu ul li {
  margin: 40px 0;
}
#mobile-menu ul li a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}
#mobile-menu .sns {
  margin-top: 30px;
}
#mobile-menu .sns a {
  margin: 0 5px;
}
#mobile-menu .sns a img {
  width: 28px;
}
#mobile-menu.active {
  display: block;
  margin-top: 50px;
}
@media screen and (min-width: 1310px) {
  #mobile-menu {
    display: none;
  }
}

.close {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  cursor: pointer;
  z-index: 11000;
  color: #000;
}
@media screen and (max-width: 1310px) {
  .close {
    top: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 780px) {
  .close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .close {
    top: 20px;
    right: 20px;
  }
}

/*#fv {
    width: 100%;
    background-image: url('../images/fv.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    @include vars.mq(s) {
		height: 720px;
	}
	@include vars.mq(s, max) {
		height:400px;
	}
}
*/
/*fv*/
#fv {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  #fv {
    height: 80vh;
  }
}
@media screen and (max-width: 780px) {
  #fv {
    height: auto;
  }
}
#fv video {
  width: 80%;
  display: block;
  margin-left: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1130px) {
  #fv video {
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  #fv video {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}
#fv .scroll-indicator {
  position: absolute;
  bottom: 0px;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999999;
  font-size: 1rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}
#fv .scroll-indicator span {
  writing-mode: vertical-rl;
}
#fv .scroll-indicator .scroll-line {
  position: relative;
  width: 1px;
  height: 60px;
  margin-top: 8px;
  background: none;
  overflow: hidden;
}
#fv .scroll-indicator .scroll-line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  opacity: 0.5;
  animation: scrollLineAnim 2.5s infinite ease-out;
}
@media screen and (max-width: 1130px) {
  #fv .scroll-indicator {
    bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  #fv .scroll-indicator {
    display: none;
  }
}

@keyframes scrollLineAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
#main {
  padding-top: 100px;
}
@media screen and (max-width: 780px) {
  #main {
    padding-top: 80px;
  }
}

.fv-p {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
@media screen and (min-width: 780px) {
  .fv-p {
    left: 10%;
  }
}
@media screen and (max-width: 780px) {
  .fv-p {
    padding: 0 20px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv-p {
    top: 65%;
    transform: translateY(-50%);
  }
}
.fv-p > span {
  display: block;
}
@media screen and (min-width: 780px) {
  .fv-p > span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 780px) {
  .fv-p > span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 780px) {
  .fv-p > span:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .fv-p > span:not(:first-child) {
    margin-top: 10px;
  }
}
.fv-p > span > span {
  display: inline-block;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
}
@media screen and (min-width: 780px) {
  .fv-p > span > span {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 780px) {
  .fv-p > span > span {
    padding: 5px 7px;
  }
}

@keyframes scrollAnim {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}
@media screen and (min-width: 780px) {
  .sec.sec_t {
    padding-top: 140px;
  }
}
@media screen and (max-width: 780px) {
  .sec.sec_t {
    padding-top: 60px;
  }
}
@media screen and (min-width: 780px) {
  .sec.sec_b {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 780px) {
  .sec.sec_b {
    padding-bottom: 60px;
  }
}

.title_wrap {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .title_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .title_wrap {
    margin-bottom: 30px;
  }
}
.title_wrap .title_wrap_en {
  color: #C3A35B;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 780px) {
  .title_wrap .title_wrap_en {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 780px) {
  .title_wrap .title_wrap_en {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.title_wrap .title_wrap_jp {
  color: #111111;
  font-weight: normal;
}
@media screen and (min-width: 780px) {
  .title_wrap .title_wrap_jp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 780px) {
  .title_wrap .title_wrap_jp {
    font-size: 2.4rem;
  }
}
.title_wrap .title_wrap_copy {
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .title_wrap .title_wrap_copy {
    font-size: 1.4rem;
  }
}

/*about*/
#AboutWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Aboutbox {
  text-align: center;
}

.Aboutbox p {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .Aboutbox p {
    font-size: 1rem;
  }
}

.fadein-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fadein-up.show {
  opacity: 1;
  transform: none;
}
.fadein-up.delay {
  transition-delay: 0.3s;
}

.widthL {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* ▼ 追加：YouTube動画埋め込み用 */
.about-video {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.about-video .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.about-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ▲ ここまで */
/*スタジオ*/
.section-ttl-style01 {
  position: relative;
  z-index: 3;
  display: flex;
}
@media screen and (max-width: 780px) {
  .section-ttl-style01 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .section-ttl-style01 {
    justify-content: flex-start;
  }
}
.section-ttl-style01 span {
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1130px) {
  .section-ttl-style01 span {
    font-size: 2rem;
    white-space: nowrap;
    margin: 30px 0px;
  }
}
@media screen and (max-width: 780px) {
  .section-ttl-style01 span {
    font-size: 1.8rem;
    line-height: 1;
    display: inline-block;
  }
}

#studio_sec #studio_wrap .studio_box.studio-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#studio_sec #studio_wrap .studio_box.studio-flex .studio-text {
  text-align: left;
  width: 40%;
  padding: 0 5vw;
}
@media screen and (max-width: 1310px) {
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1130px) {
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text {
    padding: 0 4vw;
  }
}
#studio_sec #studio_wrap .studio_box.studio-flex .studio-img {
  width: 60%;
}
#studio_sec #studio_wrap .studio_box.studio-flex .studio-img img {
  width: 100%;
  height: auto;
  display: block;
}
#studio_sec #studio_wrap .studio_box.studio-flex:nth-child(odd) .studio-text {
  margin-left: auto;
}
#studio_sec #studio_wrap .studio_box.studio-flex:nth-child(odd) .studio-img {
  text-align: end;
}
#studio_sec #studio_wrap .studio_box.studio-flex:nth-child(even) {
  flex-direction: row-reverse;
  padding-top: 60px;
}
#studio_sec #studio_wrap .studio_box.studio-flex:nth-child(even) .studio-img {
  text-align: start;
}
@media screen and (max-width: 780px) {
  #studio_sec #studio_wrap .studio_box.studio-flex {
    flex-direction: column !important;
  }
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-img {
    order: -1;
    width: 100%;
    text-align: center;
  }
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text {
    width: 100%;
    padding: 20px 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text h3,
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text p {
    text-align: left;
    width: 100%;
    max-width: 500px;
  }
  #studio_sec #studio_wrap .studio_box.studio-flex .studio-text p {
    font-size: 1.3rem;
  }
}

.studio-bg {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .studio-bg {
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
}

.wrap {
  padding: 0 50px;
}
@media screen and (max-width: 780px) {
  .wrap {
    padding: 0 20px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* レッスン料金 */
.price_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.title_price {
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0 2rem;
  font-weight: normal;
}
.title_price::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #b19654;
  margin: auto;
}

.price_box_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 780px) {
  .price_box_wrap {
    flex-wrap: wrap;
  }
}
.price_box_wrap .price_box_outer {
  background-color: #f9f6f0;
  padding: 1.5rem;
  width: 400px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 780px) {
  .price_box_wrap .price_box_outer {
    width: 100%;
  }
}
.price_box_wrap .price_box_outer h3 {
  font-size: 2.4rem;
  color: #b19654;
  margin-bottom: 1rem;
}
.price_box_wrap .price_box_outer .price_box_inner {
  background-color: #fff;
  padding: 1.5rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.price_box_wrap .price_box_outer .price_main {
  font-size: 6rem;
  font-weight: bold;
  color: #b19654;
  margin-bottom: 1rem;
}
.price_box_wrap .price_box_outer .note {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.4;
}
.price_box_wrap .price_box_outer .note.small {
  font-size: 1.1rem;
}

.price_table_wrap {
  max-width: 840px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 780px) {
  .price_table_wrap {
    width: 100%;
  }
}
.price_table_wrap .price_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f6f0;
  text-align: center;
}
.price_table_wrap .price_table thead {
  background-color: #f9f6f0;
}
.price_table_wrap .price_table thead th {
  color: #b19654;
  font-weight: bold;
  padding: 1rem;
  border-bottom: 1px solid #FFFFFF;
}
.price_table_wrap .price_table tbody tr {
  border-bottom: 1px solid #FFFFFF;
}
.price_table_wrap .price_table tbody tr td {
  padding: 1.2rem 1rem;
  color: #333;
}

/* インストラクター */
#instructor_sec .instructor_box {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
#instructor_sec .instructor_box .instructor-img {
  flex: 0.5;
  min-width: 240px;
  height: 450px;
}
#instructor_sec .instructor_box .instructor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 30%;
}
#instructor_sec .instructor_box .instructor-text {
  flex: 1;
  max-width: 370px;
}
#instructor_sec .instructor_box .instructor-name {
  margin-top: 20px;
}
#instructor_sec .instructor_box .instructor-name .instructor-title {
  color: #C3A35B;
  font-size: 1.4rem;
  display: block;
}
#instructor_sec .instructor_box .instructor-name .instructor-name-text {
  font-size: 1.8rem;
  display: block;
}
#instructor_sec .instructor_box .mobile-only {
  display: none;
}
#instructor_sec .instructor_box .pc-only {
  display: block;
}

@media screen and (min-width: 780px) {
  .instructor-text {
    order: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .instructor-text .section-ttl-style02 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
  .instructor-text p {
    margin: 15px 0;
  }
  .instructor-img {
    order: 2;
  }
}
@media screen and (max-width: 780px) {
  .instructor_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px !important;
  }
  .instructor-img {
    order: 1;
    width: 100%;
    max-width: 370px;
    height: auto;
  }
  .instructor-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  .mobile-only {
    display: block !important;
    order: 2;
  }
  .pc-only {
    display: none !important;
  }
  .instructor-text {
    order: 3;
    text-align: left;
  }
  .instructor-text .section-ttl-style02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .instructor-text p {
    margin: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  #instructor_sec .instructor_box .instructor-img {
    width: 70% !important;
    margin: 0 auto !important;
    height: auto !important;
  }
  #instructor_sec .instructor_box .instructor-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3/4 !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }
}
.instructor-specialty {
  margin-top: 30px;
  padding: 10px 0px 10px 10px;
  background-color: #f9f6f0;
  border-left: 5px solid #c3a35b;
  text-align: left;
  box-sizing: border-box;
}
.instructor-specialty .specialty-heading {
  color: #c3a35b;
  margin-bottom: 10px;
}
.instructor-specialty .specialty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.instructor-specialty .specialty-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.instructor-specialty .specialty-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c3a35b;
  font-size: 1.1rem;
}

.youtube-button-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 780px) {
  .youtube-button-wrap {
    order: 3;
    margin-top: 0px;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}

.youtube-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #C3A35B;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}
.youtube-button img {
  width: 24px;
  height: 24px;
  display: block;
}
.youtube-button span {
  color: #fff;
}
.youtube-button:hover {
  background-color: #cc0000;
}

/* アクセス */
#access_sec #AccessInboxWrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 780px) {
  #access_sec #AccessInboxWrap {
    flex-direction: column;
    gap: 40px;
  }
}
#access_sec .access-left,
#access_sec .access-right {
  flex: 1;
}
#access_sec .map {
  width: 100%;
  max-width: 600px;
  height: 450px;
  margin: 0 auto 24px;
}
#access_sec .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (max-width: 780px) {
  #access_sec .map {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
#access_sec .access-right {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 780px) {
  #access_sec .access-right {
    flex-direction: column;
  }
}
#access_sec .access-right .dl-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 780px) {
  #access_sec .access-right .dl-wrap {
    flex-direction: column;
    align-items: center;
  }
}
#access_sec .access-right .dl-wrap .label {
  width: 20%;
  color: #666666;
}
@media screen and (max-width: 780px) {
  #access_sec .access-right .dl-wrap .label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#access_sec .access-right .dl-wrap .value {
  width: 65%;
}
@media screen and (max-width: 780px) {
  #access_sec .access-right .dl-wrap .value {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    text-align: left;
  }
}

.link-with-arrow {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  padding-bottom: 3px;
  font-family: sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.8em;
  color: #111111;
  text-decoration: underline !important;
  text-decoration-color: #C3A35B !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.link-with-arrow:hover {
  color: #C3A35B !important;
  text-decoration-color: #C3A35B !important;
}
.link-with-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url("../images/right-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.access-step-title {
  margin-bottom: 10px;
}

.access-step-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin: 0;
}
.access-step-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.access-step-list li::before {
  content: counter(step-counter) ".";
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 0;
  color: #c3a35b;
  font-weight: bold;
  font-size: 1.4rem;
}

/*インスタ*/
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}

.carousel-container {
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.link-with-arrow2 {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-family: sans-serif;
  font-size: 1.8rem;
  padding-bottom: 3px;
  margin-bottom: 1.8em;
  color: #111111;
  text-decoration: underline !important;
  text-decoration-color: #C3A35B !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.link-with-arrow2:hover {
  color: #C3A35B !important;
  text-decoration-color: #C3A35B !important;
}
.link-with-arrow2::after {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url("../images/right-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-track {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
  width: fit-content;
  will-change: transform;
  position: relative;
}
.carousel-track img {
  object-fit: cover;
  flex-shrink: 0;
}
.carousel-track img:last-child {
  margin-right: 20px;
}
.carousel-track img:nth-child(odd) {
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 480px) {
  .carousel-track img:nth-child(odd) {
    width: 200px;
    height: 200px;
  }
}
.carousel-track img:nth-child(even) {
  width: 350px;
  height: 250px;
}
@media screen and (max-width: 480px) {
  .carousel-track img:nth-child(even) {
    width: 200px;
    height: 150px;
  }
}

.clone-track {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* お知らせ */
.news-scroll-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .news-scroll-container {
    display: block;
    overflow-x: auto;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 245px);
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .news-list {
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    gap: 20px;
    justify-content: flex-start;
  }
}

.news-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  text-align: left;
  margin-bottom: 20px;
  width: 245px;
}
.news-item .news-thumbnail {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.news-item .news-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-item .news-date {
  font-size: 1.2rem;
  color: #555;
  margin: 8px 0 4px;
}
.news-item .news-title {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.4;
}

.link-with-arrow3 {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  font-family: sans-serif;
  font-size: 1.8rem;
  padding-bottom: 3px;
  margin-bottom: 1.8em;
  color: #111111;
  text-decoration: underline !important;
  text-decoration-color: #C3A35B !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.link-with-arrow3:hover {
  color: #C3A35B !important;
  text-decoration-color: #C3A35B !important;
}
.link-with-arrow3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8em;
  height: 0.8em;
  background-image: url("../images/right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.view-more-wrap {
  text-align: center;
  margin-top: 40px;
}

/*faq*/
.faq {
  max-width: 840px;
  margin: 10px auto 140px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #5c4b2d;
}

.faq-wrapper {
  margin: 20px 0;
}

.faq-item {
  background-color: #f9f6f0;
  border: 1px solid #F9F6EF;
}
.faq-item .question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 18px 16px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  color: #111111;
}
.faq-item .question a {
  color: #111111 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  .faq-item .question {
    font-size: 1.4rem;
  }
}
.faq-item .question .q-mark {
  color: #C3A35B;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 2.4rem;
}
.faq-item .question .arrow {
  margin-left: auto;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: transform 0.3s ease;
  border: none;
}
.faq-item .question.active .arrow {
  transform: rotate(180deg);
}
.faq-item .answer {
  display: none;
  padding: 0 16px 16px 32px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #5c4b2d;
}
.faq-item .question.active + .answer {
  display: block;
}

/*その他サービス*/
.service-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 0px 0px 200px;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  .service-cards {
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 50px;
  }
}

.card {
  width: 350px;
}
.card .card-inner {
  position: relative;
  overflow: hidden;
  height: 180px;
  display: flex;
}
.card .card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card .card-inner .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  color: white;
  text-align: center;
  padding: 1.2rem 1rem;
  width: 100%;
}
.card .card-inner .overlay .label {
  display: inline-block;
  background: white;
  color: #000;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.6rem;
}
.card .card-inner .overlay h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
}

/*トップに戻るボタン*/
.to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 50px;
  width: 48px;
  height: 48px;
  background-color: #F9F6EF;
  border: none;
  cursor: pointer;
  background-image: url("../images/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}
.to-top-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
@media screen and (max-width: 1310px) {
  .to-top-btn {
    display: none;
  }
}

#fixed-reserve-banner {
  display: none;
}
@media screen and (max-width: 1310px) {
  #fixed-reserve-banner {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: auto;
    right: 0;
    height: auto;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9000;
  }
  #fixed-reserve-banner .fixed-reserve-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #fixed-reserve-banner .info-block,
  #fixed-reserve-banner .price-block,
  #fixed-reserve-banner .cta {
    flex-shrink: 1;
    min-width: 0;
    box-sizing: border-box;
  }
  #fixed-reserve-banner .price-block {
    font-size: 2.2rem;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1310px) and (max-width: 480px) {
  #fixed-reserve-banner .price-block {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1310px) {
  #fixed-reserve-banner .info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }
  #fixed-reserve-banner .info-block .label {
    background-color: #C3A35B;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.4rem;
  }
  #fixed-reserve-banner .info-block .sub {
    font-size: 1.2rem;
  }
  #fixed-reserve-banner .cta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #C3A35B;
    color: #fff;
    padding: 12px 24px 12px 48px;
    text-decoration: none;
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #fixed-reserve-banner .cta .line-icon {
    background: url("../images/line.svg") no-repeat center center/contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1310px) and (max-width: 480px) {
  #fixed-reserve-banner .cta .line-icon {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
@media screen and (max-width: 1310px) {
  #fixed-reserve-banner .cta .text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1 1 auto;
  }
  #fixed-reserve-banner .cta .text span {
    font-size: 1.2rem;
  }
  #fixed-reserve-banner .cta .text strong {
    font-weight: normal;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1310px) and (max-width: 780px) {
  #fixed-reserve-banner {
    left: 0;
    right: 0;
  }
  #fixed-reserve-banner .info-block .label {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  #fixed-reserve-banner .info-block .sub {
    font-size: 1.2rem;
  }
  #fixed-reserve-banner .cta {
    min-width: 200px;
    padding: 10px 16px 10px 40px;
  }
  #fixed-reserve-banner .cta .text {
    margin-left: 5px;
  }
  #fixed-reserve-banner .fixed-reserve-inner {
    gap: 0px;
  }
}
@media screen and (max-width: 1310px) and (max-width: 480px) {
  #fixed-reserve-banner {
    padding: 10px 0px;
  }
  #fixed-reserve-banner .info-block .label {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  #fixed-reserve-banner .info-block .sub {
    font-size: 1rem;
  }
  #fixed-reserve-banner .cta {
    min-width: 150px;
    padding: 5px;
  }
  #fixed-reserve-banner .cta .text {
    margin-left: 22px;
  }
  #fixed-reserve-banner .cta .text span {
    font-size: 1rem;
    margin-left: 10px;
  }
  #fixed-reserve-banner .cta .text strong {
    font-size: 1.4rem;
    margin-top: 3px;
  }
  #fixed-reserve-banner .fixed-reserve-inner {
    gap: 0px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1130px) {
  #fixed-reserve-banner #fixed-reserve-banner .fixed-reserve-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  #fixed-reserve-banner #fixed-reserve-banner .info-block,
  #fixed-reserve-banner #fixed-reserve-banner .price-block,
  #fixed-reserve-banner #fixed-reserve-banner .cta {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    text-align: center;
  }
  #fixed-reserve-banner #fixed-reserve-banner .info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  #fixed-reserve-banner #fixed-reserve-banner .info-block .label {
    background-color: #C3A35B;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 4px;
  }
  #fixed-reserve-banner #fixed-reserve-banner .info-block .sub {
    font-size: 1.2rem;
  }
  #fixed-reserve-banner #fixed-reserve-banner .price-block {
    font-size: 2.2rem;
    font-weight: bold;
  }
  #fixed-reserve-banner #fixed-reserve-banner .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C3A35B;
    color: #fff;
    padding: 14px 24px 14px 48px;
    text-decoration: none;
    position: relative;
    max-width: 100%;
  }
  #fixed-reserve-banner #fixed-reserve-banner .cta .line-icon {
    background: url("../images/line.svg") no-repeat center center/contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  #fixed-reserve-banner #fixed-reserve-banner .cta .text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  #fixed-reserve-banner #fixed-reserve-banner .cta .text span {
    font-size: 1.2rem;
  }
  #fixed-reserve-banner #fixed-reserve-banner .cta .text strong {
    font-weight: normal;
    margin-top: 4px;
  }
}

/*フッター*/
.footer {
  border-top: 1px solid #ddd;
  background-color: #fff;
  padding: 110px 100px;
}
.footer .footer-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
.footer .footer-left {
  flex: 1;
}
.footer .footer-left .footer-logo {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}
.footer .footer-left .footer-address {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
}
.footer .footer-left .footer-copy {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 40px;
  text-align: left;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
.footer .footer-right .footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  color: #333;
  border: 1px solid #333;
  padding: 12px 35px;
  text-decoration: none;
  background-color: transparent;
  width: 180px;
  height: 40px;
  transition: all 0.3s ease;
}
.footer .footer-right .footer-contact svg {
  stroke: currentColor;
  transition: stroke 0.3s ease;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.footer .footer-right .footer-contact:hover {
  background-color: #333;
  color: #fff;
}
.footer .footer-right .footer-contact:hover svg {
  stroke: #fff;
}
.footer .footer-right .footer-sns {
  display: flex;
  gap: 25px;
  margin-top: 0.2rem;
}
.footer .footer-right .footer-sns a img {
  width: 28px;
  height: 28px;
  display: block;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s ease;
}
.footer .footer-right .footer-sns a img:hover {
  opacity: 1;
  transform: rotate(10deg);
}
@media screen and (max-width: 780px) {
  .footer {
    margin-bottom: 70px;
    padding: 70px 100px;
  }
  .footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer-right {
    align-items: center;
  }
  .footer .footer-right .footer-sns {
    justify-content: center;
    gap: 15px;
  }
  .footer .footer-left .footer-copy {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}

.news-single {
  padding-top: 120px;
}
@media screen and (max-width: 780px) {
  .news-single {
    padding-top: 100px;
  }
}

.news-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.news-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.news-date {
  color: #666;
  margin-bottom: 2rem;
  text-align: left;
}

.news-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.news-featured-image {
  margin-bottom: 30px;
  text-align: center;
}
.news-featured-image img {
  max-width: 100%;
  height: auto;
}

.news-content {
  line-height: 1.8;
  text-align: left;
  margin-bottom: 140px;
}
.news-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 12px 16px;
  border-top: 3px solid #C3A35B;
  margin: 2em 0 1.5em;
  color: #000;
}
.news-content h3 {
  font-size: 1.4rem;
  margin: 1.5em 0 1em;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
}
.news-content h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #C3A35B;
  margin-right: 10px;
}
.news-content ul, .news-content ol {
  margin-left: 1.5em;
  padding-left: 0;
  line-height: 1.8;
}
.news-content ul li, .news-content ol li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
}
.news-content ul li::before, .news-content ol li::before {
  content: "•";
  color: #C3A35B;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.news-content a {
  color: #C3A35B;
  text-decoration: underline;
}
.news-content a:hover {
  opacity: 0.8;
}
.news-content strong {
  background: linear-gradient(transparent 60%, #fff3cf 60%);
  display: inline;
}

.news-list.archive {
  display: grid;
  grid-template-columns: repeat(auto-fill, 245px);
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}
.news-list.archive .news-item {
  width: 245px;
  flex-shrink: 0;
  text-align: left;
}
.news-list.archive .news-item .news-thumbnail {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.news-list.archive .news-item .news-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-list.archive .news-item .news-date {
  font-size: 1.2rem;
  color: #555;
  margin: 8px 0 4px;
}
.news-list.archive .news-item .news-title {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .news-list.archive {
    padding: 0px;
    max-width: 100%;
    justify-content: flex-start;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-list.archive .news-item {
    width: 100%;
  }
}

#triallesson_sec {
  background-color: #f9f7f4;
  padding: 80px 20px 265px;
}
#triallesson_sec .lesson-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#triallesson_sec .lesson-subtitle {
  margin-top: 60px;
  text-align: center;
}
#triallesson_sec .lesson-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 220px 60px;
  justify-content: center;
}
#triallesson_sec .lesson-box {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background: transparent;
  padding: 0;
}
#triallesson_sec .lesson-box .step-num {
  position: absolute;
  top: -30px;
  left: 12px;
  font-size: 6rem;
  color: #c4aa78;
  z-index: 2;
  line-height: 1;
}
#triallesson_sec .lesson-box .lesson-img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/290;
  overflow: hidden;
  position: relative;
}
#triallesson_sec .lesson-box .lesson-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#triallesson_sec .lesson-box .lesson-text {
  position: absolute;
  bottom: -175px;
  left: 30px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
  text-align: center;
  height: 200px;
}
#triallesson_sec .lesson-box .lesson-text h3 {
  font-size: 2rem;
  color: #c59f54;
  margin-bottom: 16px;
}
#triallesson_sec .lesson-box .lesson-text p {
  font-size: 1.4rem;
  white-space: pre-line;
  text-align: left;
  color: #333;
}
#triallesson_sec .lesson-box .lesson-text p .note {
  font-size: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 1310px) {
  #triallesson_sec .lesson-text {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    text-align: center;
    height: 200px;
  }
  #triallesson_sec .lesson-text h3 {
    font-size: 2rem;
    color: #c59f54;
    margin-bottom: 16px;
  }
  #triallesson_sec .lesson-text p {
    font-size: 1.4rem;
    color: #333;
    white-space: pre-line;
    text-align: left;
  }
  #triallesson_sec .lesson-text p .note {
    font-size: 1.1rem;
    display: inline-block;
  }
}
@media screen and (max-width: 780px) {
  #triallesson_sec .lesson-flow {
    flex-direction: column;
    gap: 60px;
  }
  #triallesson_sec .lesson-flow .lesson-box:nth-child(n+4) {
    margin-top: 0;
  }
  #triallesson_sec .lesson-box {
    width: 100%;
  }
  #triallesson_sec .lesson-box .lesson-img {
    height: auto;
    aspect-ratio: 350/290;
    overflow: hidden;
  }
  #triallesson_sec .lesson-box .lesson-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #triallesson_sec .lesson-box .lesson-text {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    text-align: center;
    height: auto;
  }
  #triallesson_sec .lesson-box .lesson-text h3 {
    font-size: 2rem;
    color: #c59f54;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #triallesson_sec .lesson-box .lesson-text p {
    font-size: 1.3rem;
    color: #333;
    white-space: pre-line;
    text-align: left;
  }
  #triallesson_sec .lesson-box .lesson-text p .note {
    font-size: 1.05rem;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  #triallesson_sec {
    padding: 60px 0px 60px;
  }
  #triallesson_sec .lesson-box .lesson-img {
    height: auto;
    aspect-ratio: 350/290;
    overflow: hidden;
  }
  #triallesson_sec .lesson-box .lesson-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

#studio_sec {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  #studio_sec {
    margin-bottom: 60px;
  }
}

.title-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.lesson-duration {
  font-size: 1.4rem;
  color: #c4aa78;
  font-weight: normal;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease 0.3s, visibility 0.6s ease 0.3s;
  /* ← フェードアウトのタイミングをずらす */
}

#loading-overlay.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-bar-wrap {
  width: 5%;
  height: 2px;
  background-color: #eee;
  overflow: hidden;
  transition: opacity 0.3s ease; /* ← 先にバーをフェードアウトする用に追加 */
}

@media screen and (max-width: 780px) {
  .loading-bar-wrap {
    width: 20% !important;
  }
}
#loading-overlay.loaded .loading-bar-wrap {
  opacity: 0;
  transition-delay: 0s; /* ← バーはすぐに消す */
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #C3A35B;
  animation: loading-progress 1s ease forwards;
}

@keyframes loading-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.reveal-mask {
  position: relative;
  overflow: hidden;
}
.reveal-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f7f4;
  z-index: 1;
  transform: translateX(0);
}
.reveal-mask.is-revealed::before {
  animation: mask-slide 1.2s ease-out forwards;
}
.reveal-mask.is-revealed {
  background-size: cover;
  background-position: center;
  transition: opacity 0.6s ease 0.6s;
}

@keyframes mask-slide {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#fvText,
#scrollIndicator {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.link-with-arrow4 {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  padding-bottom: 3px;
  font-family: sans-serif;
  font-size: 1.8rem;
  color: #111111;
  text-decoration: underline !important;
  text-decoration-color: #C3A35B !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.link-with-arrow4:hover {
  color: #C3A35B !important;
  text-decoration-color: #C3A35B !important;
}
.link-with-arrow4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url("../images/right-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/**************************************
WordPressログイン時（管理バー表示時）のヘッダー位置調整
***************************************/
body.admin-bar #header,
body.customize-support #header {
  transform: translateY(32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar #header,
  body.customize-support #header {
    transform: translateY(46px);
  }
}

/* お問い合わせ*/
.contact-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.submit-btn {
  display: block;
  margin: 40px auto 50px auto;
  background-color: #C3A35B;
  color: #fff;
  border: none;
  padding: 18px 80px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #a98b4d;
}

.contact-lead {
  text-align: center; /* 中央寄せ */
  margin-bottom: 40px;
}

.contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  appearance: none;
  background: url("../images/down-arrow.svg") no-repeat right 16px center;
  background-size: 14px 14px;
  padding-right: 40px;
}

.contact-form select option {
  font-size: 14px;
}

.menu li a.current {
  position: relative;
}
.menu li a.current::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C3A35B;
  transform: scaleX(1);
  transform-origin: left;
}