@charset "UTF-8";
/*----------------
フォント読み込み 
----------------*/

/*-----------------
基本設定
------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #4B4B36;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 79.16%;
}

.oneSide-margin {
  width: min(89.93vw, 1440px + (100vw - 1440px) / 2);
}

.textCenter {
  text-align: center;
}

.teko {
  font-family: "Teko", sans-serif;
}

.en-txt {
  font-family: "Montserrat", sans-serif;
}

.border-dashed {
  background-image: linear-gradient(to right, #ADADAD 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.only-pc {
  display: block;
}

.pc-tab1280 {
  display: block;
}

.pc-tab1024 {
  display: block;
}

.tab1280 {
  display: none;
}

.tab1280-tab1024 {
  display: none;
}

.tab1280-sp {
  display: none;
}

.tab1024 {
  display: none;
}

.tab1024-sp {
  display: none;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: block;
  }
  .pc-tab1024 {
    display: block;
  }
  .tab1280 {
    display: block;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: none;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: block;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: block;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 86.66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: none;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: none;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .inner {
    width: 89.333%;
  }
}
.l-center {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-left {
  margin-left: 0;
  margin-right: auto;
}

.l-right {
  margin-right: 0;
  margin-left: auto;
}

.bl-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.bl-btn a {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 27px;
  line-height: 1;
  font-weight: 400;
  display: block;
  width: 219px;
  height: auto;
  position: relative;
  border: 1px solid #4B4B36;
  border-radius: 30px;
  border-radius: 30px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .bl-btn a {
    font-size: 13px;
    width: 180px;
  }
}
.bl-btn::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 8px;
  border-bottom: 1px solid #4B4B36;
  border-right: 1px solid #4B4B36;
  right: 18px;
  top: 45%;
  transform: translateY(-50%) skew(45deg);
  transition: all 0.5s;
}
.bl-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FDCD01;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: all 0.5s;
}
@media screen and (min-width: 767.9px) {
  .bl-btn:hover a {
    color: #FFFFFF;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
  }
  .bl-btn:hover::after {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transition: all 0.5s;
  }
  .bl-btn:hover::before {
    transform: scale(1, 1);
    transform-origin: top left;
    transition: all 0.5s;
  }
}
.bl-btn:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.bl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl-flex__rowCenter {
  justify-content: center;
}

.bl-flex__leftAlignment {
  justify-content: flex-start;
}

.bl-flex__rightAlignment {
  justify-content: flex-end;
}

.bl-flex__topAlignment {
  align-items: flex-start;
}

.bl-flex__bottomAlignment {
  align-items: flex-start;
}

/* 大見出し 英語（大）＋日本語（小） */
.bl-largeTitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bl-largeTitle-ja {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.bl-largeTitle-en {
  font-size: 75px;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}

/* 中見出し 英語（小）＋日本語（大） */
.bl-mediumTitle-ja {
  font-size: 34px;
  letter-spacing: 0.05em;
}

.bl-mediumTitle-en {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}

/* 小見出し */
.bl-smallTitle {
  font-size: 23px;
  letter-spacing: 0.05em;
}

/*---------------------------
ページ共通
---------------------------*/
/*====== 動き =====*/
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*.bl-btn{
    width: fit-content;
    margin: 80px auto;
    @include m.mq-down() {
        margin: 50px auto 80px;
    }
    a{
        display: block;
        width: 180px;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0;
        background-color: s.$main;
        border-radius: 10px;
        color: s.$white;
        font-weight: 700;
        @include m.mq-down() {
            font-size: 18px;
        }
    }
}*/
.underFv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .underFv {
    height: auto;
    padding: 100px 0 0;
  }
}

.page-fv-wrap {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 3.477vw;
  top: 50%;
  left: 6.944vw;
  transform: translateY(-50%);
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .page-fv-wrap {
    width: 100%;
    top: 0;
    left: 0;
    transform: unset;
    position: relative;
    padding-left: 0;
  }
}

.page-subTtl {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 20px;
  background-color: #FDCD01;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .page-subTtl {
    width: 89.333%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-subTtl {
    font-size: 18px;
  }
}

.page-mainTxt {
  margin-top: 25px;
	 text-align: justify;
}
@media screen and (max-width: 1024px) {
  .page-mainTxt {
    text-align: center;
    width: 89.33%;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .page-ttl {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

.page-ttl__en {
  font-size: 25px;
  color: #FDCD01;
  font-weight: 700;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .page-ttl__en {
    text-align: center;
    font-size: 18px;
  }
}

.page-ttl__ja {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .page-ttl__ja {
    text-align: center;
    font-size: 28px;
  }
}

.page-ttl__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-ttl__img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-ttl__img--about {
  width: 698px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .page-ttl__img--about {
    width: 300px;
  }
}

.page-mainImg {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 400px - 10.421vw);
  height: auto;
  max-height: 60vh;
  aspect-ratio: 1/0.608;
}
@media screen and (max-width: 1024px) {
  .page-mainImg {
    width: 100%;
    transform: unset;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 50px;
    max-height: 35vh;
  }
}
.page-mainImg img {
  max-height: 60vh;
}

.page-mainImg video {
  max-height: 60vh;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .page-mainImg img {
    max-height: 35vh;
  }
	
.page-mainImg video {
  max-height: 35vh;
}
}

/* 初期状態 */
.page-ttl,
.page-subTtl,
.page-mainTxt {
  opacity: 0;
  transition: opacity 1s ease;
}

.page-mainImg {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 1s ease, filter 1s ease;
}

/* フェードイン後 */
.fade-in {
  opacity: 1;
}

.blur-fade-in {
  opacity: 1;
  filter: blur(0);
}

.normalDocs--upper-contactForm {
  margin-top: 50px;
}
.normalDocs--upper-contactForm a {
  color: #05C755;
  font-weight: 700;
  text-decoration: underline;
}

/*---------------------------
ヘッダー
---------------------------*/
.head {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 10.5% 30px 5.3%;
}
@media screen and (max-width: 768px) {
  .head {
    padding: 20px 10.5% 20px 5.3%;
  }
}
.head.js-changeColor .headNav-list__item a {
  color: #4B4B36;
  transition: all 0.5s;
}
.head.js-changeColor .headNav-list__item a::after {
  background-color: #4B4B36;
}
.head.js-changeColor .headNav-list__item a:hover::after {
  background-color: #4B4B36;
}
.head.js-changeColor .headNav-list__item.headNav-list__item--price {
  color: #4B4B36;
  transition: all 0.5s;
  cursor: pointer;
}
.head.js-changeColor .headNav-list__item.headNav-list__item--price .headNav-list__price-item a {
  color: #FFFFFF;
}
.head.js-changeColor .head__logo .logo-wh {
  opacity: 0;
  transition: all 0.5s;
}
.head.js-changeColor .head__logo .logo-bk {
  opacity: 1;
  transition: all 0.5s;
}
.head.js-changeColor .head-snsIcon__item .logo-wh {
  opacity: 0;
  transition: all 0.5s;
}
.head.js-changeColor .head-snsIcon__item .logo-bk {
  opacity: 1;
  transition: all 0.5s;
}

.head__topPage {
  transform: translateY(-100%);
  -webkit-animation-name: headerAnime;
          animation-name: headerAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.head__topPage .headNav-list__item a {
  color: #FFFFFF;
  transition: all 0.5s;
}
.head__topPage .headNav-list__item a::after {
  background-color: #FFFFFF;
}
@media screen and (min-width: 767.9px) {
  .head__topPage .headNav-list__item a:hover::after {
    background-color: #FFFFFF;
  }
}
.head__topPage .headNav-list__item.headNav-list__item--price {
  color: #FFFFFF;
}
.head__topPage .headNav-list__item.headNav-list__item--price::after {
  background-color: #FFFFFF;
}

.headNav-list__item--price {
  transition: all 0.5s;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.headNav-list__item--price::after {
  background-color: #4B4B36;
}

.headNav-list__price-list {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, 100%) scale(1, 0);
  transform-origin: top;
  transition: all 0.5s;
}
.headNav-list__price-list.appear {
  transform: translate(-50%, 100%) scale(1, 1);
  transform-origin: top;
  transition: all 0.5s;
}
.headNav-list__price-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid rgba(253, 205, 1, 0.7);
  border-top: 0;
}
.headNav-list__price-list .headNav-list__price-item:first-of-type {
  border-bottom: 1px solid #FFFFFF;
}
.headNav-list__price-list .headNav-list__price-item a {
  display: block;
  padding: 10px 20px;
  background-color: rgba(253, 205, 1, 0.7);
}
.headNav-list__price-list .headNav-list__price-item a::after {
  display: none;
}

@-webkit-keyframes headerAnime {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes headerAnime {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.head__logo {
  width: max(189px, 13.12%);
  z-index: 99;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .head__logo {
    width: 140px;
  }
}
.head__logo.disappear {
  opacity: 0;
  transition: all 0.3s;
}
.head__logo a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.317;
  height: auto;
}
.head__logo a .logo-bk {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.head__logo a .logo-wh {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.head__nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 70px;
  margin-right: auto;
}

.headNav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.headNav-list__item a {
  font-size: 14px;
  padding-bottom: 3px;
  position: relative;
}
.headNav-list__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4B4B36;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: all 0.5s;
}
@media screen and (min-width: 767.9px) {
  .headNav-list__item a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4B4B36;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    transform-origin: left;
    transform: scale(1, 1);
  }
}

.head-snsIcon {
  position: fixed;
  top: 40px;
  right: 4%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .head-snsIcon {
    display: none;
  }
}

.head-snsIcon__item {
  width: auto;
  height: 34px;
  transition: all 0.5s;
  opacity: 1;
}
@media screen and (min-width: 767.9px) {
  .head-snsIcon__item:hover {
    transition: all 0.5s;
    opacity: 0.7;
  }
}
.head-snsIcon__item a {
  position: relative;
  width: auto;
  height: 34px;
  display: block;
}
.head-snsIcon__item a .logo-wh {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
.head-snsIcon__item a .logo-bk {
  opacity: 0;
  transition: all 0.5s;
}

.burger-nav {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 73%;
  height: 100dvh;
  pointer-events: none;
  transition: all 0.3s;
  border-radius: 50px 0 0 50px;
  background-color: #FFFFFF;
}
.burger-nav::after {
  content: "";
  position: absolute;
  width: calc(100% - 2.5px);
  height: calc(100% - 10px);
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  border: 3px solid #FDCD01;
  border-radius: 50px 0 0 50px;
  border-right: unset;
}

/*
.burger-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px 0 0 50px;
        opacity: .9;
        object-position: bottom;
    }
}

.burger-nav__menu-ttl{
    width: 86px;
    position: relative;
    margin: 31px 0 0 40px;
    @include m.mq-down() {
        width: 52px;
    margin: 10px 0 0 40px;
    }
}

    */
.burger-nav.panelactive {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
  transform: translateX(0);
}

.burger-nav.panelactive .burger-nav__listWrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: calc(100dvh - 170px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 100px;
}

/*ナビゲーション*/
.burger-nav .burger-nav__list {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  min-width: 197px;
  max-height: calc(100dvh - 270px);
  overflow: auto;
}

.burger-nav__list .burger-nav__item:not(:first-of-type) {
  margin-top: 15px;
}

.burger-nav.panelactive .burger-nav__list {
  display: block;
}

.burger-nav .burger-nav__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.burger-nav .burger-nav__item a {
  color: #4B4B36;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .openbtn1 {
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #FDCD01;
  width: 40px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .openbtn1 span {
    width: 29px;
    height: 2px;
  }
}

.openbtn1 span:nth-of-type(1) {
  top: 35px;
}
@media screen and (max-width: 768px) {
  .openbtn1 span:nth-of-type(1) {
    top: 16px;
  }
}

.openbtn1 span:nth-of-type(2) {
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .openbtn1 span:nth-of-type(2) {
    bottom: 16px;
  }
}

.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
  width: 29px;
}

.openbtn1.active span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  width: 29px;
}

.burger-open-bg-wrap {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
}
.burger-open-bg-wrap.appear {
  opacity: 1;
  pointer-events: all;
}

.burger-open-bg {
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .burger-open-bg {
    display: block;
  }
}

.burgerLogo {
  width: 35%;
  position: absolute;
  top: 21px;
  left: 9%;
  max-width: 150px;
}
.burgerLogo a {
  display: block;
  width: 100%;
  height: auto;
}

.burger-nav__en {
  display: block;
  font-family: "Teko", sans-serif;
  color: #FDCD01;
}

.burger-snsIcon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.burger-snsIcon__item {
  height: 30px;
}
.burger-snsIcon__item img {
  -o-object-fit: cover;
     object-fit: cover;
	width: auto;
}

.burger-copy {
  font-size: 12px;
  font-family: "Teko", sans-serif;
  color: #FDCD01;
  writing-mode: sideways-lr;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.burger-nav-price__list {
  display: none;
  margin-top: 8px;
}

.burger-nav-price__list {
  position: relative;
}
.burger-nav-price__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(0, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid rgba(253, 205, 1, 0.7);
  border-top: 0;
}
.burger-nav-price__list .burger-nav-price__item:first-of-type {
  border-bottom: 1px solid #FFFFFF;
}
.burger-nav-price__list .burger-nav-price__item a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  background-color: rgba(253, 205, 1, 0.7);
}

/*---------------------------
フッター
---------------------------*/
.foot {
  padding: 40px 0 20px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .foot {
    padding: 20px 0 10px;
  }
}

.foot__logo {
  width: max(189px, 13.12%);
  margin-left: 5.24%;
}
@media screen and (max-width: 768px) {
  .foot__logo {
    width: 140px;
  }
}

.copy-right {
  margin: 10px auto 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 400;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  .copy-right {
    margin: 20px auto 0;
  }
}

.foot__flexWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .foot__flexWrap {
    align-items: flex-end;
  }
}

.footNav {
  margin-right: 6.9%;
}
@media screen and (max-width: 1024px) {
  .footNav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.policy-link {
  width: 100%;
  text-align: right;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #FDCD01;
  transition: all 0.5s;
  opacity: 1;
}
@media screen and (min-width: 767.9px) {
  .policy-link:hover {
    transition: all 0.5s;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .policy-link {
    display: none;
  }
}

.footNav__item a {
  padding-bottom: 3px;
  position: relative;
}
.footNav__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4B4B36;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: all 0.5s;
}
@media screen and (min-width: 767.9px) {
  .footNav__item a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4B4B36;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    transform-origin: left;
    transform: scale(1, 1);
  }
}

.footNav {
  width: 676px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .footNav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.footNav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .footNav__list {
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.footNav__item a {
  font-size: 12px;
}

.snsIcon {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .snsIcon {
    width: 65px;
    margin-left: auto;
  }
}

.snsIcon__item a {
  height: 25px;
  width: auto;
  transition: all 0.5s;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .snsIcon__item a {
    height: 21.7px;
  }
}
@media screen and (min-width: 767.9px) {
  .snsIcon__item a:hover {
    transition: all 0.5s;
    opacity: 0.7;
  }
}

/*============================
TOPページ
============================*/
/*====== ローディング ======*/
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-image: linear-gradient(0deg, rgb(253, 205, 1), rgb(255, 255, 255));
  text-align: center;
  color: #4B4B36;
  letter-spacing: 0;
}

.splash_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_img {
  width: 45px;
  -webkit-animation-name: kojiGuruguruAnime;
          animation-name: kojiGuruguruAnime;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes kojiGuruguruAnime {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes kojiGuruguruAnime {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*====== TOP共通 ======*/
.top-section-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top-section-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-section-txt {
    font-size: 14px;
  }
}

.section-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.section-ttl__en {
  font-size: 25px;
  font-style: italic;
  color: #FDCD01;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-ttl__en {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.section-ttl__ja {
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .section-ttl__ja {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl__ja {
    font-size: 23px;
  }
}

.top-section-sign {
  position: absolute;
  z-index: -1;
}

/*====== FV ======*/
.fv {
  width: 100vw;
  height: 100vh;
  position: relative;
	overflow: hidden;
}

.fv::after{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 0.5px, transparent 0.5px, transparent 8px),
    repeating-linear-gradient(-45deg, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 0.5px, transparent 0.5px, transparent 8px);
  pointer-events: none;
  z-index: 2;
}

.fv-txt {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  z-index: 9;
  text-align: center;
}

.fv-txt__ja {
  font-size: max(4.16vw, 25px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.fv-txt__en {
  margin-top: 15px;
  font-size: max(1.38vw, 13px);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.fv-txt__ja span,
.fv-txt__en span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.fv-txt__ja span.show,
.fv-txt__en span.show {
  opacity: 1;
  transform: translateY(0);
}


.scroll-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
}

.scroll-bar {
  width: 2px;
  height: 80px;
  background-color: #4B4B36;
  -webkit-animation-name: scrollBarAnime;
          animation-name: scrollBarAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: relative;
  transform: scale(1, 0);
  transform-origin: top;
}

@-webkit-keyframes scrollBarAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}

@keyframes scrollBarAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
.scroll-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
}

.scroll-circle.topCircleAnimation{
  -webkit-animation-name: scrollGuideAnime;
          animation-name: scrollGuideAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.scroll-circle.underCircleAnimation{
  -webkit-animation-name: scrollGuideAnime;
          animation-name: scrollGuideAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}


.scroll-circle.topCircleAnimation .scroll-txt {
	color: #fff;
	transition: all .5s;
}

.scroll-circle.topCircleAnimation .scroll-bar {
  background-color: #fff;
	transition: all .5s;
}

.scroll-circle.topCircleAnimation.js-changeColor .scroll-txt{
	color: #4B4B36;
	transition: all .5s;
}

.scroll-circle.topCircleAnimation.js-changeColor .scroll-bar {
  background-color: #4B4B36;
	transition: all .5s;
}

.scroll-circle.disappear{
	opacity: 0!important;
	transition: all .5s
}
@media screen and (max-width: 768px) {
.scroll-circle {
  right: 0;
}
.scroll-txt {
  font-size: 16px;
}

}

.scroll-txt.disappear {
	opacity:0;
	transition: all .5s;
}

.scroll-bar.disappear {
	opacity:0;
	transition: all .5s;
}

/*
.scroll-circle dotlottie-player {
  width: 170px;
  height: 170px;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}*/

@-webkit-keyframes scrollGuideAnime {
  100% {
    opacity: 0;
  }
}

@keyframes scrollGuideAnime {
  100% {
    opacity: 1;
  }
}
/*
.scroll-circle {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  -webkit-animation-name: scrollGuideAnime;
          animation-name: scrollGuideAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.scroll-circle dotlottie-player {
  width: 170px;
  height: 170px;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes scrollGuideAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scrollGuideAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/
.fv-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fv-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 77vh;
}

.fv-bottom__txt {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv-bottom__txt {
    font-size: 17px;
  }
}

/*====== わたしたちの目的 ======*/
.top-mission {
  padding-top: 75px;
  position: relative;
  padding-bottom: 824px;
}
@media screen and (max-width: 768px) {
.top-mission {
  padding-bottom: 90vw;
}
}

.top-mission__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
.top-mission__bg img{
	object-position: bottom;
}
}
.mission-mainTxt {
  font-size: 54px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  padding: 15px 40px;
  background-color: #FDCD01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .mission-mainTxt {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mission-mainTxt {
    font-size: 20px;
    padding: 10px 20px;
  }
}

.top-section-sign--mission {
  width: 176%;
  position: absolute;
  z-index: -1;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.bl-btn--mission {
  margin-top: 35px;
}

/*====== 事業内容 ======*/
.top-service {
  margin-top: 137px;
}

.top-section-sign--service {
  width: 239%;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.top-service__list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2%;
}
@media screen and (max-width: 1024px) {
  .top-service__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .top-service__list {
    gap: 30px;
  }
}
@media screen and (max-width: 560px) {
  .top-service__list {
    gap: 5px;
  }
}
.top-service__list .top-service__item {
  position: relative;
  padding-bottom: 35px;
  width: 13%;
}
@media screen and (max-width: 960px) {
  .top-service__list .top-service__item {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 560px) {
  .top-service__list .top-service__item {
    width: calc(33% - 3.4px);
  }
}
.top-service__list .top-service__item:first-of-type .top-service-icon img {
  width: 42.4%;
}
.top-service__list .top-service__item:nth-of-type(2) .top-service-icon img {
  width: 38.28%;
}
.top-service__list .top-service__item:nth-of-type(3) .top-service-icon img {
  width: 20.48%;
}
.top-service__list .top-service__item:nth-of-type(4) .top-service-icon img {
  width: 24.63%;
}
.top-service__list .top-service__item:nth-of-type(5) .top-service-icon img {
  width: 50.8%;
}
.top-service__list .top-service__item:last-of-type .top-service-icon img {
  width: 46.17%;
}

.top-service-icon {
  width: 90%;
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto;
  border: 1px solid #4B4B36;
  border-radius: 50%;
}
.top-service-icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%) scale(1);
  height: auto;
}

.top-service-dash {
  width: 2px;
  margin: 12.5px auto 6.3px;
}
@media screen and (max-width: 768px) {
  .top-service-dash {
    width: 1px;
  }
}

.top-service-name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #4B4B36;
  margin: 9px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .top-service-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-service-name {
    font-size: 12px;
  }
}

.bl-btn--top-service {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .bl-btn--top-service {
    width: 100%;
  }
}
.bl-btn--top-service a {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .bl-btn--top-service a {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 14px 20px;
  }
}

/*====== 制作実績 ======*/
.top-works {
  margin-top: 170px;
}

.top-section-sign--works {
  width: 261%;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-section-sign--works {
    width: 160%;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-works__list {
  margin-top: 100px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .top-works__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.top-works__item {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .top-works__item {
    width: calc(50% - 5px);
    max-width: 450px;
    margin: 0;
  }
}
.top-works__item a {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767.9px) {
  .top-works__item a:hover .top-works__img img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
  }
}

.top-works__border {
  width: 100%;
  aspect-ratio: 1/0.626;
  position: relative;
  border: 1px solid #4B4B36;
  border-radius: 30px;
  padding: 6.9% 7.5%;
}
@media screen and (max-width: 768px) {
  .top-works__border {
    padding: 10px;
    border-radius: 10px;
  }
}

/*
.top-works__genre{
    position: absolute;
    width: 21%;
    top: 0;
    right: 6.9%;
    transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    background-color: #212121;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    z-index: 3;
    @include m.mq-down() {
        width: unset;
        aspect-ratio: unset;
    }
    span{
        display: block;
        position: absolute;
        text-transform: uppercase;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        color: s.$white;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 1;
        text-align: center;
        @include m.lg-down() {
            font-size: 10px;
        }
        @include m.mq-down() {
            display: block;
            padding: 5px;
            background-color: #212121;
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
        }
    }
}
*/
.top-works__img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.top-works__img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-works__explain {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-works__explain {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .top-works__explain {
    font-size: 12px;
  }
}
.top-works__explain span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-works__explain span {
    font-size: 10px;
  }
}

.bl-btn--works {
  margin-top: 50px;
}

/*====== お問い合わせ ======*/
.top-contact {
  margin: 180px auto;
}
@media screen and (max-width: 768px) {
  .top-contact {
    margin: 100px auto;
  }
}

.top-contact-btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 33px;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .top-contact-btn {
    display: block;
  }
  .top-contact-btn .top-contact-btn__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.top-contact-btn__item {
  width: 32%;
}
.top-contact-btn__item a {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.517;
  position: relative;
  background-color: #F7F7F7;
  border-radius: 34px;
}
.top-contact-btn__item a.line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-contact-btn__item a.line-btn img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-contact-btn__item a {
    aspect-ratio: 1/0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-contact-btn__item a {
    aspect-ratio: 1/0.517;
  }
}
@media screen and (max-width: 768px) {
  .top-contact-btn__item {
    width: 100%;
  }
}

.top-contact-btn__icon--form {
  width: 20.21%;
  height: auto;
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}

.top-contact-btn__txt {
  font-size: 18px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-contact-btn__txt {
    font-size: 15px;
  }
}

.top-contact-btn__txt--form {
  text-align: center;
  left: 0;
  bottom: 15.1%;
}

.top-contact-btn__icon--tel {
  width: 16.23%;
  height: auto;
  position: absolute;
  top: 23.59%;
  left: 50%;
  transform: translateX(-50%);
}

.top-contact-btn__txt--tel {
  bottom: 9.37%;
  left: 0;
  width: 100%;
}

.tel-num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 1.7vw, 33px);
  font-style: italic;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}

.top-contact-btn__txt__size-s {
  text-align: center;
  font-size: clamp(8px, 0.83vw, 14px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-contact-btn__txt__size-s {
    font-size: 12px;
  }
}

.top-section-sign--contact {
  width: 310%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .top-section-sign--contact {
    width: 80vw;
  }
}

/*====== 制作費用 ======*/
.top-price {
  margin-top: 71px;
  padding: 74px 0 60px;
  background-color: #FFFCF2;
}

.top-section-sign--price {
  width: 195%;
  top: -28px;
  left: -131px;
}

.top-price__list {
  width: 657px;
  margin: 21px auto 0;
}
@media screen and (max-width: 768px) {
  .top-price__list {
    width: 100%;
  }
}
.top-price__list .top-price__item:not(:last-of-type) {
  margin-bottom: 18px;
}
.top-price__list .top-price__item:first-of-type .price-icon img {
  width: 52px;
}
.top-price__list .top-price__item:last-of-type .price-icon img {
  width: 59px;
}

.top-price__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px 22px 48px;
  background-color: #FDCD01;
  border-radius: 27px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .top-price__item {
    padding: 15px 25px;
    border-radius: 15px;
  }
}

.top-price__side-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.price-icon {
  height: 70px;
  margin-right: 20px;
  width: 59px;
  position: relative;
}
.price-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}

.price-ttl {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price-ttl {
    font-size: 20px;
  }
}

.price-fee {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price-fee {
    font-size: 20px;
  }
}

.bl-btn--price {
  margin: 45px 0 0;
}
@media screen and (max-width: 500px) {
  .bl-btn--price {
    margin-top: 0;
  }
}

.top-contact {
  margin-top: 160px;
}

.bl-btn-price-wrap {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .bl-btn-price-wrap {
    flex-direction: column;
    gap: 10px;
  }
}

/*---------------------------
ABOUTページ
---------------------------*/
.page-ttl--about {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 3.477vw;
  top: 50%;
  left: 6.944vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .page-ttl--about {
    padding-left: 0;
    top: unset;
    top: unset;
    left: unset;
    transform: unset;
    position: relative;
  }
}

.page-mainImg--about img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: top 10% left 50%;
     object-position: top 10% left 50%;
}
.page-mainImg--about .normalFace {
  opacity: 1;
  transition: all 0.5s;
}
.page-mainImg--about .smileFace {
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 767.9px) {
  .page-mainImg--about:hover .normalFace {
    opacity: 0;
    transition: all 0.5s;
  }
  .page-mainImg--about:hover .smileFace {
    opacity: 1;
    transition: all 0.5s;
  }
}
.page-mainImg--about.hovered .normalFace {
  opacity: 0;
  transition: all 1.5s;
}
.page-mainImg--about.hovered .smileFace {
  opacity: 1;
  transition: all 1.5s;
}

.about {
  padding: 58px 0 65px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}

.about__card {
  width: 92.1%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 66px 6% 81px;
}
@media screen and (max-width: 768px) {
  .about__card {
    width: 100%;
    padding: 20px 5%;
  }
}

.aboutTable {
  display: block;
  width: 100%;
}

.aboutTable__body {
  display: block;
  width: 100%;
}

.aboutTable__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.aboutTable__head {
  width: 28.28%;
  padding: 18px 0 18px 6.28%;
  border-bottom: 1px solid #62ACFF;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .aboutTable__head {
    padding: 15px 10px 15px 0;
    width: 93px;
    font-weight: 500;
  }
}

.aboutTable__data {
  width: 71.72%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 18px 5.83%;
  border-bottom: 1px solid #A8A8A8;
}
@media screen and (max-width: 768px) {
  .aboutTable__data {
    padding: 15px 0 15px 10px;
    width: calc(100% - 93px);
  }
}

.creators {
  margin-top: 105px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .creators {
    margin-top: 50px;
  }
}

.top-section-sign--creators {
  width: 209%;
  top: -97px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-section-sign--creators {
    width: 130%;
    top: -30px;
  }
}

.creators__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 92.1%;
  margin: 115px auto 0;
  gap: 50px 0;
}
@media screen and (max-width: 1024px) {
  .creators__list {
    width: 100%;
    gap: 50px 10px;
  }
}

.creators__item {
  width: 33.3333%;
	position: relative;
}
@media screen and (max-width: 1024px) {
  .creators__item {
    width: calc(33.333% - 6.7px);
  }
}
@media screen and (max-width: 768px) {
  .creators__item {
    width: calc(50% - 5px);
  }
}


.creator__instagram{
	width: 20px;
	height: auto;
	margin-top: 5px;
}

.creators-img {
  width: 100%;
  aspect-ratio: 1/0.711;
}

.creators-head {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  color: #909090;
}
@media screen and (max-width: 1024px) {
  .creators-head {
    font-size: 10px;
    margin-top: 15px;
  }
}

.creators-name {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .creators-name {
    margin-top: 3px;
  }
}

.creators-name__ja {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .creators-name__ja {
    font-size: 14px;
  }
}

.creators-name__en {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .creators-name__en {
    font-size: 10px;
  }
}

.creators-name__en--size-l {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .creators-name__en--size-l {
    font-size: 16px;
  }
}

.creators-wrap {
  position: relative;
}

.sumikkolove {
  width: 38.33%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-10%);
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
@media screen and (max-width: 768px) {
  .sumikkolove {
    width: 57%;
  }
}

@-webkit-keyframes fadeInAndShake {
  /* 最初の0.3秒でフェードイン（全体の約23%） */
  0% {
    opacity: 0;
    transform: translateY(-10%) rotate(0deg);
  }
  23% {
    opacity: 1;
    transform: translateY(-10%) rotate(0deg);
  }
  /* 残り1秒で揺れアニメーション */
  33% {
    transform: translateY(-10%) rotate(8deg);
  }
  43% {
    transform: translateY(-10%) rotate(-8deg);
  }
  53% {
    transform: translateY(-10%) rotate(6deg);
  }
  63% {
    transform: translateY(-10%) rotate(-6deg);
  }
  73% {
    transform: translateY(-10%) rotate(3deg);
  }
  83% {
    transform: translateY(-10%) rotate(-3deg);
  }
  93% {
    transform: translateY(-10%) rotate(1.5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(-10%) rotate(0deg);
  }
}

@keyframes fadeInAndShake {
  /* 最初の0.3秒でフェードイン（全体の約23%） */
  0% {
    opacity: 0;
    transform: translateY(-10%) rotate(0deg);
  }
  23% {
    opacity: 1;
    transform: translateY(-10%) rotate(0deg);
  }
  /* 残り1秒で揺れアニメーション */
  33% {
    transform: translateY(-10%) rotate(8deg);
  }
  43% {
    transform: translateY(-10%) rotate(-8deg);
  }
  53% {
    transform: translateY(-10%) rotate(6deg);
  }
  63% {
    transform: translateY(-10%) rotate(-6deg);
  }
  73% {
    transform: translateY(-10%) rotate(3deg);
  }
  83% {
    transform: translateY(-10%) rotate(-3deg);
  }
  93% {
    transform: translateY(-10%) rotate(1.5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(-10%) rotate(0deg);
  }
}
.sumikkolove.active {
  -webkit-animation: fadeInAndShake 1.3s ease-in-out forwards;
          animation: fadeInAndShake 1.3s ease-in-out forwards;
}

/*
">代表取締役｜ディレクター｜カメラマン</div>
            <div class="creators-name">
              <div class="creators-name__ja">鳥飼 幸司</div>
              <div class="creators-name__en">Kouji Torikai</div>
            </div>
          </li>
          <!--すみ-->
          <li class="creators__item">
            <div class="creators-img">
              <picture>
                <source srcset="assets/images/company/creators02.webp" type="image/webp">
                <img src="assets/images/company/creators02.png" alt="" loading="lazy">
              </picture>
            </div>
            <div class="creators-head">WEBディレクター / コーダー</div>
            <div class="creators-name">
              <div class="creators-name__ja">Kasumi</div>
            </div>
          </li>
          <!--ゆーや-->
          <li class="creators__item">
            <div class="creators-img">
              <picture>
                <source srcset="assets/images/company/creators03.webp" type="image/webp">
                <img src="assets/images/company/creators03.png" alt="" loading="lazy">
              </picture>
            </div>
            <div class="creators-head">Manager / Guitar講師</div>
            <div class="creators-name">
              <div class="creators-name__ja">Yuya</div>
            </div>
          </li>
          <!--りかこ-->
          <li class="creators__item">
            <div class="creators-img">
              <picture>
                <source srcset="assets/images/company/creators04.webp" type="image/webp">
                <img src="assets/images/company/creators04.png" alt="" loading="lazy">
              </picture>
            </div>
            <div class="creators-head">何かわらかない人</div>
            <div class="creators-name">
              <div class="creators-name__ja">LiCaCO</div>
            </div>
          </li>
          <!--めぐ-->
          <li class="creators__item">
            <div class="creators-img">
              <picture>
                <source srcset="assets/images/company/creators05.webp" type="image/webp">
                <img src="assets/images/company/creators05.png" alt="" loading="lazy">
              </picture>
            </div>
            <div class="creators-head">ナレーター</div>
            <div class="creators-name">
              <div class="creators-name__ja
              */
/*---------------------------
VIDEOページ
---------------------------*/
.page-ttl__img--video {
  width: 210%;
}
@media screen and (max-width: 1024px) {
  .page-ttl__img--video {
    width: 150%;
  }
}

.style {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .style {
    margin-top: 80px;
  }
}

.top-section-sign--style {
  width: 171.9%;
  top: -87px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .top-section-sign--style {
    width: 130%;
    top: -65px;
  }
}

.normalDocs--style {
  line-height: 2;
  margin-top: 36px;
}

/*======== 制作の流れ ========*/
.step {
  padding: 136px 0 173px;
  background-color: #F8F8F8;
  margin-top: 161px;
}
@media screen and (max-width: 768px) {
  .step {
    margin-top: 80px;
    padding: 80px 0;
  }
}

.section-ttl--step {
  z-index: 3;
}

.top-section-sign--step {
  width: 201.8%;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-section-sign--step {
    width: 140.8%;
    top: -38px;
  }
}

.step__list {
  margin: 125px auto 0;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .step__list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .step__list {
    margin-top: 70px;
  }
}
.step__list .step__item:not(:first-of-type) {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .step__list .step__item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.step__list .step__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.step__list .step__item:first-of-type .step__side-l {
  width: 438px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:first-of-type .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:first-of-type .step__side-r {
  width: calc(96.06% - 438px);
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:first-of-type .step__side-r {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(2) .step__side-l {
  width: 518px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(2) .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(2) .step__side-r {
  width: calc(96.038% - 518px);
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(2) .step__side-r {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(3) .step__side-l {
  width: 537px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(3) .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(3) .step__side-r {
  width: calc(94.69% - 537px);
  padding-right: 9%;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(3) .step__side-r {
    width: 100%;
    padding-right: 0;
  }
}
.step__list .step__item:nth-of-type(4) .step__side-l {
  width: 537px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(4) .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(4) .step__side-r {
  width: calc(93.7% - 537px);
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(4) .step__side-r {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(5) .step__side-l {
  width: 466px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(5) .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:nth-of-type(5) .step__side-r {
  width: calc(93.6% - 466px);
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:nth-of-type(5) .step__side-r {
    width: 100%;
  }
}
.step__list .step__item:last-of-type .step__side-l {
  width: 456px;
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:last-of-type .step__side-l {
    width: 100%;
  }
}
.step__list .step__item:last-of-type .step__side-r {
  width: calc(95.95% - 456px);
}
@media screen and (max-width: 1024px) {
  .step__list .step__item:last-of-type .step__side-r {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .step__side-r {
    max-height: 150px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .step__side-r {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .step__side-r img {
    max-height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.step__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .step__item {
    display: block;
  }
}

.step-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .step-num {
    font-size: 40px;
  }
}

.step-name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .step-name {
    font-size: 20px;
  }
}

.normalDocs--step {
  margin-top: 30px;
}

/*======= 制作実績 ======*/
.works {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .works {
    margin-top: 80px;
  }
}

.top-section-sign--works {
  width: 351.4%;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}

.top-works__list--works {
  margin-top: 75px;
}

.price {
  margin-top: 166px;
}

/*======= 制作費用 ======*/
.price {
  margin-bottom: 150px;
}

.top-section-sign--price {
  width: 243.6%;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-section-sign--price {
    width: 203.6%;
  }
}

.normalDocs--price {
  line-height: 2;
  margin-top: 40px;
}

.price__list {
  margin: 48px auto 0;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .price__list {
    width: 100%;
    margin-top: 50px;
  }
}
.price__list .price__item:not(:first-of-type) {
  margin-top: 24px;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  background-color: #F5F5F5;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.price-name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .price-name {
    font-size: 16px;
  }
}

.price-amount {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .price-amount {
    font-size: 23px;
  }
}

.price-example {
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .price-example {
    font-size: 12px;
    line-height: 1.7;
  }
}
.price-example::after {
  width: 9px;
  height: 9px;
  background-color: #FDCD01;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .price-example::after {
    top: 6px;
    transform: unset;
    padding: 5px;
  }
}

.price-annnotation {
  color: #909090;
  margin-top: 52px;
}

.step-period {
  margin-top: 25px;
}
.step-period span {
  font-size: 12px;
}

.step__list--web {
  margin-top: 71px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 7.7%;
}
@media screen and (max-width: 768px) {
  .step__list--web {
    flex-direction: column;
    gap: 30px;
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 70px auto 0;
  }
}
.step__list--web .step__item--web:first-of-type .step-icon img {
  width: 72%;
}
.step__list--web .step__item--web:nth-of-type(2) .step-icon img {
  width: 81.65%;
}
.step__list--web .step__item--web:nth-of-type(3) .step-icon img {
  width: 100%;
}
.step__list--web .step__item--web:nth-of-type(4) .step-icon img {
  width: 97.8%;
}
.step__list--web .step__item--web:last-of-type .step-icon img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .step__list--web .step__item--web:last-of-type .step-num--web::after {
    display: none;
  }
}
.step__list--web .step__item--web:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 124px;
  right: 0;
  transform: translateX(190%);
  width: 34px;
  height: 13px;
  background-image: url(../../assets/images/web/step-arrow.png);
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .step__list--web .step__item--web:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 124px;
    right: 0;
    transform: translateX(170%);
    width: 26%;
    height: unset;
    background-image: url(../../assets/images/web/step-arrow.png);
    background-size: cover;
    aspect-ratio: 1/0.43;
  }
}
@media screen and (max-width: 768px) {
  .step__list--web .step__item--web:not(:last-of-type)::after {
    display: none;
  }
}

.step__item--web {
  width: 84px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step__item--web {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
}

.step-icon {
  width: 100%;
  aspect-ratio: 1/0.81;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step-icon {
    width: 50px;
  }
}
.step-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.step-num--web {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  background-color: #E2E2E2;
  border-radius: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .step-num--web {
    width: 70px;
    font-size: 24px;
    margin-top: 0;
    position: relative;
  }
  .step-num--web::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, 100%) rotate(90deg);
    width: 24%;
    height: unset;
    background-image: url(../../assets/images/web/step-arrow.png);
    background-size: cover;
    aspect-ratio: 1/0.43;
  }
}

.step-name--web {
  writing-mode: vertical-lr;
  font-size: 25px;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .step-name--web {
    writing-mode: horizontal-tb;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
}

/*---------------------------
Music schoolページ
---------------------------*/
.musicSchool {
  padding-top: calc(100px + 10vh);
  padding-bottom: 427px;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -10vh;
}
@media screen and (max-width: 1000px) {
  .musicSchool {
    padding-bottom: 357px;
  }
}

.musicSchool-bg-wrap {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.musicSchool-bg {
  position: absolute;
  height: auto;
}

.musicSchool-bg--left {
  width: 42.4%;
  transform: translate(-50%, 0%) rotate(-45deg);
  left: 0;
  top: 13.7%;
  z-index: 2;
  transition: all 1.5s;
}
@media screen and (max-width: 1280px) {
  .musicSchool-bg--left {
    width: 45.4%;
  }
}
@media screen and (max-width: 1000px) {
  .musicSchool-bg--left {
    transform: translate(-50%, 0%) rotate(-25deg);
  }
}
.musicSchool-bg--left.js-appear {
  transform: translate(0, 0) rotate(0);
  transition: all 1.5s;
}

.musicSchool-bg--center {
  width: 77.15%;
  left: 23.26%;
  bottom: 0;
  z-index: 3;
  transform: translate(0, 60%);
  transition: all 1.5s;
}
@media screen and (max-width: 1280px) {
  .musicSchool-bg--center {
    width: 97.15%;
    left: 8.26%;
  }
  .musicSchool-bg--center img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 1000px) {
  .musicSchool-bg--center {
    width: 100%;
    left: 0;
    height: 70%;
  }
}
.musicSchool-bg--center.js-appear {
  transform: translate(0, 0) rotate(0);
  transition: all 1.5s;
}

.musicSchool-bg--right {
  width: 73.4%;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(50%, 0%) rotate(45deg);
  transition: all 1.5s;
}
@media screen and (max-width: 1000px) {
  .musicSchool-bg--right {
    transform: translate(50%, 0%) rotate(25deg);
  }
}
.musicSchool-bg--right.js-appear {
  transform: translate(0, 0) rotate(0);
  transition: all 1.5s;
}

.inner--musicSchool {
  position: relative;
  z-index: 5;
}

.section-ttl--musicSchool {
  width: 19.21%;
}
@media screen and (max-width: 1024px) {
  .section-ttl--musicSchool {
    width: 41%;
    max-width: 210px;
  }
}

.musicSchool__catch {
  width: 59.3%;
  margin: 26px auto 0;
}
@media screen and (max-width: 1024px) {
  .musicSchool__catch {
    width: 90%;
    max-width: 420px;
  }
}

.normalDocs--aboout-musicSchool {
  margin-top: 20px;
}

.lesson {
  padding: 220px 0 0;
  position: relative;
  margin-top: -344px;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .lesson {
    padding: 110px 0 0;
    position: relative;
    margin-top: -314px;
  }
}

.lesson-bg-wrap {
  padding-bottom: 116px;
}

.lesson-top-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.lesson-bg-wrap {
  background-color: #F8F8F8;
}

.top-section-sign--lesson {
  width: 285%;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.lesson__list {
  margin-top: 65px;
  position: relative;
}
.lesson__list .lesson__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lesson__list .lesson__item:not(:first-of-type) {
  margin-top: 85px;
}

.lesson__item--drums {
  position: relative;
}
.lesson__item--drums::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.lesson__item--drums::after {
  content: "coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 23px;
  font-weight: 700;
}

.lesson__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .lesson__item {
    display: block;
  }
}

.lesson__img {
  width: calc(97% - 443px);
  aspect-ratio: 1/0.611;
}
@media screen and (max-width: 768px) {
  .lesson__img {
    width: 100%;
    max-width: 420px;
    margin: 10px auto 0;
  }
}
.lesson__img img {
  width: 100%;
  height: 100%;
}

.lesson__detail {
  width: 443px;
}
@media screen and (max-width: 768px) {
  .lesson__detail {
    width: 100%;
  }
}

.lesson-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 13px;
}

.lesson-ttl {
  font-size: 23px;
  font-weight: 700;
  color: #FDCD01;
  padding-left: 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lesson-ttl {
    font-size: 18px;
    padding-left: 13px;
  }
}
.lesson-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12.8px;
  height: 44px;
  background-color: #FDCD01;
}
@media screen and (max-width: 768px) {
  .lesson-ttl::after {
    width: 9px;
    height: 28px;
  }
}

.lesson-subject-wrap {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .lesson-subject-wrap {
    margin-top: 20px;
  }
}

.lesson-subject {
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #BABABA;
  border-radius: 22px;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .lesson-subject {
    padding: 5px 15px;
    font-size: 12px;
    text-align: center;
  }
}

.lesson-ttl-annotation {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lesson-ttl-annotation {
    font-size: 10px;
  }
}

.normalDocs--lesson-detail {
  line-height: 2;
  margin-top: 30px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .normalDocs--lesson-detail {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 15px auto 0;
    max-width: 100%;
  }
}

.price-arrow {
  position: absolute;
  width: 122px;
  height: auto;
  bottom: -5px;
  left: 23px;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .price-arrow {
    display: none;
  }
}

.bl-btn--lesson {
  margin-right: 0;
  margin-left: auto;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .bl-btn--lesson {
    margin-top: 15px;
  }
}
.bl-btn--lesson a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 50px;
}

.trial-wrap {
  margin-top: 85px;
	position: relative;
}
.trial-wrap::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
    z-index: 3;
}

.trial-wrap::after{
	content: "coming soon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 23px;
    font-weight: 700;
}
.trial-btn {
  width: 64%;
  min-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trial-btn {
    width: 100%;
    min-width: unset;
  }
}
.trial-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.trial-arrow {
  position: absolute;
  width: 5.11%;
  height: auto;
  top: 45%;
  right: 4.9%;
  transform: translateY(-50%);
}
.trial-arrow img {
  vertical-align: middle;
}

.normalDocs--trial {
  font-size: 17px;
  color: #4B4B36;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .normalDocs--trial {
    font-size: 14px;
  }
}

.price--musicSchool {
  margin-top: 85px;
}

.musicCourse-detail-wrap {
  margin: 110px auto 0;
  width: 702px;
}
@media screen and (max-width: 1024px) {
  .musicCourse-detail-wrap {
    width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .musicCourse-detail-wrap {
    width: 100%;
    overflow-x: auto;
  }
}

.musicSchool-course-annotation {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  line-height: 1;
}
.musicSchool-course-annotation span {
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 768px) {
  .sp-scroll-wrap {
    width: 100%;
    overflow: scroll;
    margin-top: 5px;
  }
}
.musicSchool-course__list {
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .musicSchool-course__list {
    width: 100%;
  }
}
.musicSchool-course__list .musicSchool-course__item:first-of-type .course-name__icon img {
  width: 76.6%;
}
.musicSchool-course__list .musicSchool-course__item:nth-of-type(2) .course-name__icon img {
  width: 47.5%;
}
.musicSchool-course__list .musicSchool-course__item:nth-of-type(3) .course-name__icon img {
  width: 75%;
}
.musicSchool-course__list .musicSchool-course__item:last-of-type .course-name__icon img {
  width: 100%;
}

.musicSchool-course__item {
  width: 100%;
}

.course-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  width: 100%;
  background-color: #FDCD01;
}

.course-name__icon {
  width: 40px;
  aspect-ratio: 1/0.85;
  position: relative;
}
.course-name__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.course-name__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

.musicSchool-course-table,
.musicSchool-course-table__body,
.musicSchool-course-table__row {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .musicSchool-course-table {
    width: 100%;
    overflow: scroll;
  }
  .musicSchool-course-table__body {
    width: 680px;
  }
}
.musicSchool-course-table__body .musicSchool-course-table__row:not(:last-of-type) {
  border-bottom: 1px solid #DDDDDD;
}

.musicSchool-course-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FAFAFA;
}

.musicSchool-course-table__head,
.musicSchool-course-table__data {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 25px 0;
}

.musicSchool-course-table__head {
  width: 233px;
  padding-left: 37px;
  position: relative;
}
.musicSchool-course-table__head::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 14px;
  background-color: #FDCD01;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}

.musicSchool-course-table__data--times {
  width: 50px;
  text-align: center;
}

.musicSchool-course-table__data--hours {
  width: 289px;
  text-align: center;
}

.musicSchool-course-table__data--price {
  width: 130px;
}

.admissionFee {
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 100%;
  line-height: 1;
  color: #4C4C37;
  padding: 19px 0;
  background-color: #FFF3C3;
  /*
  @include m.mq-down() {
      width: 680px;
  }
      */
}

.aboutSchool {
  margin-top: 234px;
}
@media screen and (max-width: 768px) {
  .aboutSchool {
    margin-top: 100px;
  }
}

.section-ttl__en--aboutSchool,
.section-ttl__ja--aboutSchool {
  text-align: center;
}

.top-section-sign--aboutSchool {
  width: 566%;
  top: -112px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .top-section-sign--aboutSchool {
    width: 400%;
    top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .top-section-sign--aboutSchool {
    width: 370%;
    top: -25px;
  }
}

.aboutSchool-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .aboutSchool-wrap {
    display: block;
    margin-top: 50px;
  }
}

.aboutSchool__side-l {
  width: calc(92% - 356px);
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .aboutSchool__side-l {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.aboutSchool__side-r {
  width: 356px;
}
@media screen and (max-width: 768px) {
  .aboutSchool__side-r {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto;
  }
}

.aboutSchool-logo {
  width: 50.9%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutSchool-logo {
    width: 210px;
    margin: 0 auto;
  }
}

.aboutSchool-address-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 32px;
}

.map-icon {
  width: 15.6px;
}

.aboutSchool-address {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.aboutSchool-mail-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 3%;
}

.mail-icon {
  width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutSchool-mailAddress {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.line-announcement {
  width: 50.8%;
  min-width: 480px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .line-announcement {
    width: 100%;
    max-width: 450px;
    min-width: unset;
  }
}

.contact--musicSchool {
  margin-top: 200px;
}

/* textCenter
                */
/*



                                <div class="">
                                    <div class="">リトミックコース</div>
                                    <div class="l">2歳〜小学2年生</div>
                                    <div class="">※保護者様同伴 要相談</div>
                                </div>
                                <p class="normalDocs normalDocs--lesson-detail">
                                    音楽を“聴く”だけでなく<br>
                                    “感じる・表現する”力を育むリトミック。<br>
                                    リズム遊びや体を使った表現を通じて、子どもたちの<br>
                                    音感・集中力・想像力 を自然に伸ばしていきます。<br>
                                    音楽を通じて学ぶ楽しさを体いっぱいに味わえるコースです。
                                </p>
                                <div class="nl-btn">
                                    <a href="">リトミックコースの料金を見る</a>
                                </div>
                            </div>
                        </li>
                        <li class="lesson__item">
                            <div class="lesson__img">
                                <picture>
                                    <source srcset="assets/images/music-school/lesson02.webp" type="image/webp">
                                    <img src="assets/images/music-school/lesson02.png" alt="" loading="lazy">
                                </picture>
                            </div>
                            <div class="lesson__detail">
                                <div class="lesson-ttl-wrap">
                                    <div class="lesson-ttl">ギターコース</div>
                                    <div class="lesson-subject">小学2年生〜大人</div>
                                </div>
                                <p class="normalDocs normalDocs--lesson-detail">
                                    アコースティックでもエレキギターでもOK。<br>
                                    初心者の方には基礎から、経験者にはより表現力を磨けるようにレッスンを行います。<br>
                                    好きな曲を弾けるようになりたい方も、本格的に演奏技術を高めたい方も大歓迎です。
                                </p>
                                <div class="nl-btn">
                                    <a href="">ギターコースの料金を見る</a>
                                </div>
                            </div>
                        </li>
                        <li class="lesson__item">
                            <div class="lesson__img">
                                <picture>
                                    <source srcset="assets/images/music-school/lesson03.webp" type="image/webp">
                                    <img src="assets/images/music-school/lesson03.png" alt="" loading="lazy">
                                </picture>
                            </div>
                            <div class="lesson__detail">
                                <div class="lesson-ttl-wrap">
                                    <div class="lesson-ttl">ボーカルコース</div>
                                    <div class="lesson-subject">小学2年生〜大人</div>
                                </div>
                                <p class="normalDocs normalDocs--lesson-detail">
                                    「歌うことが好き」をもっと広げるボーカルレッスン。<br>
                                    呼吸法・発声法を丁寧に指導し、歌声をのびやかに響かせるためのコツを学びます。<br>
                                    ポップスから、カラオケの上達まで、目的に合わせたレッスンが可能です。
                                </p>
                                <div class="nl-btn">
                                    <a href="">ボーカルコースの料金を見る</a>
                                </div>
                            </div>
                        </li>

                        <li class="lesson__item">
                            <div class="lesson__img">
                                <picture>
                                    <source srcset="assets/images/music-school/lesson04.webp" type="image/webp">
                                    <img src="assets/images/music-school/lesson04.png" alt="" loading="lazy">
                                </picture>
                            </div>
                            <div class="lesson__detail">
                                <div class="lesson-ttl-wrap">
                                    <div class="lesson-ttl">ドラムコース</div>
                                    <div class="lesson-subject">小学2年生〜大人</div>
                                </div>
                                <p class="normalDocs normalDocs--lesson-detail">
                                    リズム感を鍛える基礎練習から、ダイナミックな演奏テクニックまで幅広く指導します。<br>
                                    初心者も安心して始められ、経験者はさらに表現力豊かに叩けるようにステップアップできます。
                                </p>
                                <div class="nl-btn


                */
/*---------------------------
CONTACTフォーム
---------------------------*/
.normalDocs--pageContact a {
  color: #05C755;
  font-weight: 700;
  text-decoration: underline;
}

.under-fv {
  padding: 250px 0 170px;
}
@media screen and (max-width: 768px) {
  .under-fv {
    padding: 150px 0 100px;
  }
}

.page-ttl__img--pageContact {
  width: 230%;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -40%);
}
@media screen and (max-width: 768px) {
  .page-ttl__img--pageContact {
    width: 190%;
    transform: translate(-50%, -40%);
  }
}

.page-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-ttl__en {
  font-size: 24px;
  letter-spacing: 0;
  color: #FDCD01;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .page-ttl__en {
    font-size: 20px;
  }
}

.page-ttl__ja {
  font-size: 45px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-ttl__ja {
    font-size: 32px;
  }
}

.page-ttl-fvSign {
  position: absolute;
  z-index: -1;
}

.page-ttl-fvSign--contact {
  width: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-ttl-fvSign--contact {
    width: 160%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}

.page-contact-txt {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-contact-txt {
    margin-bottom: 50px;
  }
}

.contactForm {
  margin: 70px auto 130px;
  width: 580px;
}
@media screen and (max-width: 1024px) {
  .contactForm {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contactForm {
    padding: 0;
  }
}

.formDl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .formDl {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .formDl {
    margin-bottom: 20px;
  }
}
.formDl.formDl-flexStart {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .formDl.formDl-flexStart {
    display: block;
  }
}

.formDt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .formDt {
    width: 100%;
    justify-content: flex-start;
  }
}

.formTtl {
  margin-right: 20px;
  font-weight: 400;
  color: #4B4B36;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .formTtl {
    margin-right: 10px;
    font-size: 16px;
  }
}

.formRequired {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 30px;
  background-color: #FDCD01;
  font-weight: 400;
}

.noRequired {
  width: 43px;
}

.formDd {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .formDd {
    width: 100%;
  }
}

input[type=text],
input[type=email],
textarea {
  padding: 17px;
  background-color: #F5F5F5;
  border-radius: 8px;
  color: #4B4B36;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=email],
textarea {
    padding: 10px 15px;
  }
}

textarea {
  height: 202px;
}

::-moz-placeholder {
  color: #C9C9C9;
  font-size: 20px;
  font-weight: 400;
}

::placeholder {
  color: #C9C9C9;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  ::-moz-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
}

select {
  width: 100%;
  position: relative;
  display: block;
  padding: 17px;
  background-color: #F5F5F5;
  border-radius: 8px;
  color: #4B4B36;
  width: 100%;
}

.selectbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.form-select{
  width: 100%;
  height: 100%;
  position: relative;
}
.form-select::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #DEDEDE;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}
.form-select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #a5a5a5;
  border-bottom: 0;
  top: 50%;
  right: 22px;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 2;
}

.form-select {
  width: 100%;
}

.restAddress {
  margin-top: 12px;
}

.formDl--addressWrap {
  align-items: flex-start;
}
.formDl--addressWrap .formTtl {
  margin-top: 15px;
}

label[for] {
  font-weight: 400;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #4B4B36;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -3px;
  left: 4px;
  transform: rotate(50deg);
  width: 10px;
  height: 18px;
  border-right: 1px solid #4B4B36;
  border-bottom: 1px solid #4B4B36;
  content: "";
}

.privacy-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 30px;
  color: #909090;
}

.form--policyLink {
  text-decoration: underline;
}

/*

.submit:hover{
    top: 3px;
    transition: all .3s;
    &::after{
        width: 100%;
        transition: all .5s;
    }
    &::before{
        opacity: 1;
        transition: all .5s;
    }
}*/
.submit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .submit-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
}

.contact-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.contact-btn [type=submit] {
  display: block;
  padding: 20px 0;
  width: 180px;
  color: #fff;
  background-color: #FDCD01;
  text-align: center;
}

.contact-btn [type=button] {
  display: block;
  padding: 20px 0;
  width: 180px;
  color: #fff;
  background-color: #FDCD01;
  text-align: center;
}

.submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #4B4B36;
  transition: all 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.submit .submitBtn {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 27px;
  line-height: 1;
  font-weight: 400;
  display: block;
  width: 219px;
  height: auto;
  position: relative;
}
.submit::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 8px;
  border-bottom: 1px solid #4B4B36;
  border-right: 1px solid #4B4B36;
  right: 18px;
  top: 45%;
  transform: translateY(-50%) skew(45deg);
}
.submit::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 8px;
  border-bottom: 1px solid #4B4B36;
  border-right: 1px solid #4B4B36;
  right: 18px;
  top: 45%;
  transform: translateY(-50%) skew(45deg);
  transition: all 0.5s;
}
.submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FDCD01;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: all 0.5s;
}
@media screen and (min-width: 767.9px) {
  .submit:hover {
    color: #FFFFFF;
    transition: all 0.5s;
    border: 1px solid #FFFFFF;
  }
  .submit:hover::after {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transition: all 0.5s;
  }
  .submit:hover::before {
    transform: scale(1, 1);
    transform-origin: top left;
    transition: all 0.5s;
  }
}
.submit:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

/*
.submit{
    width: fit-content;
    position:relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all .3s;
    pointer-events: all;
    border-radius: 50px;
    &::after{
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        border-radius: 50px;
        background-color: s.$main;
        top: 0;
        right: 0;
        transition: all .5s;
        pointer-events: none;
    }
    &::before{
        content: "確認";
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50px;
        font-size: 20px;
        opacity: 0;
        transform: translateY(-50%);
        transition: all .5s;
        z-index: 9;
        pointer-events: none;
    }
}

.submitBtn{
    width: 276px;
    padding: 19.5px 0 19.5px 50px;
    font-size: 20px;
    color: s.$main;
    border: 2px solid s.$main;
    background-color: s.$white;
    box-shadow: 0 3px 6px rgba(0 , 0 , 0 , .16);
    border-radius: 50px;
    line-height: 1.3;
    transition: all .5s;
    @include m.mq-down() {
        font-size: 11px;
        width: 180px;
        padding: 10px 0 10px 25px;
    }
}
*/
.bl-btn--thanksPage {
  margin: 80px auto 200px;
}

.underFv--policy {
  margin-top: 250px;
  margin-bottom: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .underFv--policy {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.page-ttl--policy {
  margin: 0 auto;
}

.page-ttl__en--policy {
  text-align: center;
}

.page-ttl__ja--policy {
  text-align: center;
}

.page-ttl__img--policy {
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page-ttl__img--policy {
    width: 118%;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .page-ttl__ja--policy {
    font-size: 28px;
  }
}
.policy {
  margin-top: 120px;
  background-color: #EBEBEB;
  padding: 80px 0 150px;
}
@media screen and (max-width: 768px) {
  .policy {
    margin-top: 0;
    padding: 50px 0 100px;
  }
}

.policy-box {
  width: 92.1%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 66px 6% 81px;
}
@media screen and (max-width: 768px) {
  .policy-box {
    padding: 30px 6%;
    width: 100%;
  }
}

.pageWorks {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .pageWorks {
    margin-top: 100px;
  }
}

.achievementsCategory-select {
  width: 230px;
  padding: 15px 20px;
  border: 1px solid #4B4B36;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
}

.achievementsCategory-wrap {
  position: relative;
  margin-top: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .achievementsCategory-wrap {
    margin-top: 5px;
  }
}
.achievementsCategory-wrap::after {
  content: "";
  position: absolute;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #002060;
  border-bottom: 0;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.achievements-page-wrap {
  margin-top: 76px;
  padding-bottom: 250px;
}
@media screen and (max-width: 1024px) {
  .achievements-page-wrap {
    margin-top: 50px;
    padding-bottom: 150px;
  }
}

.achievements-page__side-r {
  width: calc(89% - 237px);
}
@media screen and (max-width: 1280px) {
  .achievements-page__side-r {
    width: calc(95% - 237px);
  }
}
@media screen and (max-width: 1024px) {
  .achievements-page__side-r {
    width: 100%;
    margin-top: 77px;
  }
}

@media screen and (max-width: 1024px) {
  .achievements__list {
    width: 100%;
  }
}
.category-ttl {
  font-size: 25px;
  line-height: 1;
}

.categoryList {
  width: 80%;
  min-width: 950px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 23px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.achievementsCategory__item a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  position: relative;
  display: block;
  border: 1px solid #4B4B36;
  border-radius: 18px;
}
.achievementsCategory__item.currentCategory a {
  background-color: #FDCD01;
  color: #FFFFFF;
  pointer-events: none;
  border: 1px solid #FFFFFF;
}

.top-works__list--pageAchievement {
  flex-wrap: wrap;
	justify-content: flex-start;
  gap: 25px 2.4%;
}
.top-works__list--pageAchievement .top-works__item {
  width: 31.73%;
}
@media screen and (max-width: 768px) {
  .top-works__list--pageAchievement .top-works__item {
    width: 48.8%;
  }
}
@media screen and (max-width: 1024px) {
  .top-works__list--pageAchievement {
    margin-top: 50px;
  }
}

.pageNation {
  margin-top: 78px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 21px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pageNation {
    margin-top: 60px;
    margin-bottom: 110px;
  }
}

.pageNation__item--prev {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #4B4B36;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pageNation__item--prev {
    width: 41px;
    height: 41px;
  }
}
.pageNation__item--prev::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  border-bottom: 1px solid #4B4B36;
  border-left: 1px solid #4B4B36;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%) rotate(45deg);
	pointer-events: none;
}

.pageNation__item--num {
  width: 32px;
  height: 32px;
  font-weight: 500;
  text-align: center;
  color: #4B4B36;
  border: 1px solid #4B4B36;
  border-radius: 10px;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  .pageNation__item--num {
    width: 41px;
    height: 41px;
    font-size: 18px;
    line-height: 37px;
  }
}
.pageNation__item--num.pageNation__item--current {
  color: #FFFFFF;
  background-color: #FDCD01;
  border: 1px solid #FDCD01;
}
.pageNation__item--num.pageNation__item--current a {
  pointer-events: none;
}

.pageNation__item--next {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #4B4B36;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pageNation__item--next {
    width: 41px;
    height: 41px;
  }
}
.pageNation__item--next::before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  border-bottom: 1px solid #4B4B36;
  border-right: 1px solid #4B4B36;
  top: 50%;
  right: 54%;
  transform: translate(50%, -50%) rotate(-45deg);
	pointer-events: none;
}

.error-page__content{
		padding: 150px 0;
		margin-top: 80px;
		background-color: #fff;
		position: relative;
		z-index: 3;
		color: #D4383B;
	}
	
	.error-page__ttl{
      font-size: 40px;
      font-weight: 700;
	}
	@media screen and (max-width: 768px) {
		.error-page__content{
		margin-top: 50px;
	}
	
		.error-page__ttl{
			font-size: 30px;
			font-weight: 700;
		}
	}

  .wpcf7-spinner{
display: none!important;
}

.pageNation__item--next a,
.pageNation__item--prev a{
	display: block;
	width: 100%;
	height: 100%;
}
