@charset "UTF-8";
/*----------------------------------------------------------
更新日：2024年12月13日

=TOP

-------------------------------------------------------------*/
body {
  background: #FFF;
}

#header {
  position: absolute;
}

main .sec:nth-child(even) {
  background: #EEECEC;
}
main h2 {
  margin-bottom: 1.8em;
  font-size: 1.5em;
  font-weight: 700;
}
main .btn {
  width: max-content;
  max-width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
main .btn img {
  margin-left: 1em;
}

#reserve {
  transform: translate(100%, -55%);
  transition: 0.2s;
}
#reserve.active {
  transform: translate(0, -55%);
}

/* =TOP
------------------------------------------------------------*/
#keyv {
  display: flex;
  justify-content: center;
  padding: 96px 0 60px;
  background: #DF000E url("../img/top/keyv_bg.png") no-repeat bottom left;
  background-size: auto calc(100% - 96px);
}
#keyv .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
}
#keyv .inner .txt {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  pointer-events: none;
  z-index: 1;
}
#keyv .inner .txt h1 {
  margin-bottom: 2.4em;
}
#keyv .inner .txt h1 img {
  width: 495px;
  filter: drop-shadow(0 0 1.8em rgba(0, 0, 0, 0.3));
}
#keyv .inner .txt h2 {
  position: absolute;
  top: -48px;
  right: 60px;
}
#keyv .inner .txt p {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
#keyv .inner .progress-bar {
  position: absolute;
  right: 60px;
  bottom: 40px;
  width: 160px;
  height: 2px;
  background-color: #EEECEC;
  overflow: hidden;
  z-index: 1;
}
#keyv .inner .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #DF000E;
  width: 0%;
  transition: 0.2s ease;
}
#keyv .inner .bg {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background: url("../img/top/keyv1.png") no-repeat top right;
}
#keyv .inner .bg .slider {
  max-width: 740px;
  opacity: 0;
  transition: 0.2s;
}
#keyv .inner .bg .slider.slick-initialized {
  opacity: 1;
}

#program,
#studio-tool,
#product,
#coach-staff {
  padding: 100px 0;
}

#program {
  background: #EEECEC url("/asset/img/top/program_bg.png") no-repeat top left;
  background-size: 1280px auto;
}
#program .pic {
  text-align: center;
}
#program .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -55px;
}
#program .inner .box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  padding: 1.15em 1.5em calc(1.5em - 10px);
  background: #F9F8F8;
  border-radius: 20px;
  box-shadow: 0.25em 0.25em 0.8em 0 rgba(0, 0, 0, 0.1);
}
#program .inner .box:first-of-type {
  width: 460px;
  margin-bottom: 1.25em;
  padding: 1.4em 1.85em 1.85em;
  background: #FFF;
}
#program .inner .box:first-of-type h3 {
  font-size: 1.5em;
}
#program .inner .box:nth-child(2) {
  margin-right: 20px;
}
#program .inner .box h3 {
  margin-bottom: 0.8em;
  font-size: 1.25em;
  font-weight: 700;
}
#program .inner .box h3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#program .inner .box p {
  flex-grow: 1;
}
#program .inner .box .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1em;
}
#program .inner .box .tag li {
  margin: 0 5px 10px;
  padding: 0.25em 0.4em;
  border: 2px solid;
  font-weight: 700;
  color: #DF000E;
}

#studio-tool,
#coach-staff {
  overflow: hidden;
}
#studio-tool .slider .box,
#coach-staff .slider .box {
  float: none;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  width: 325px;
  margin-right: 20px;
  border-radius: 20px;
  background: #F9F8F8;
  box-shadow: 0.25em 0.25em 0.8em 0 rgba(0, 0, 0, 0.1);
}
#studio-tool .slider .box .pic,
#coach-staff .slider .box .pic {
  overflow: hidden;
  border-radius: 20px;
}
#studio-tool .slider .box .txt,
#coach-staff .slider .box .txt {
  padding: 1.5em 1.5em 1.9em;
}
#studio-tool .slider .box .txt h3,
#coach-staff .slider .box .txt h3 {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 700;
}
#studio-tool .slider .box .txt h3.font-l,
#coach-staff .slider .box .txt h3.font-l {
  margin-bottom: 0.6em;
  line-height: 1;
  font-size: 2em;
}
#studio-tool .slider .box .txt h3 span,
#coach-staff .slider .box .txt h3 span {
  display: block;
  padding-top: 1em;
  line-height: 1.4;
  font-size: 0.5em;
}
#studio-tool .slick-list,
#coach-staff .slick-list {
  overflow: visible;
}
#studio-tool .slick-track,
#coach-staff .slick-track {
  display: flex;
  align-items: stretch;
}
#studio-tool .slider-controls,
#coach-staff .slider-controls {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
#studio-tool .slider-controls .progress-bar,
#coach-staff .slider-controls .progress-bar {
  flex-grow: 1;
  position: relative;
  height: 4px;
  background-color: #EEECEC;
  overflow: hidden;
}
#studio-tool .slider-controls .progress-bar .progress,
#coach-staff .slider-controls .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #DF000E;
  width: 0%;
  transition: 0.2s ease;
}
#studio-tool .slider-controls .slider-btn,
#coach-staff .slider-controls .slider-btn {
  display: flex;
}
#studio-tool .slider-controls .slider-btn li,
#coach-staff .slider-controls .slider-btn li {
  cursor: pointer;
}
#studio-tool .slider-controls .slider-btn li.prev-btn,
#coach-staff .slider-controls .slider-btn li.prev-btn {
  margin: 0 1em 0 2em;
}

#product {
  overflow: hidden;
}
#product .maker {
  display: flex;
}
#product .maker ul {
  display: flex;
}
#product .maker ul li {
  flex-shrink: 0;
  width: 150px;
  margin-right: 10px;
  box-shadow: 0.5em 0.5em 1.4em 0 rgba(0, 0, 0, 0.1);
}
#product .maker.left ul {
  margin-bottom: 10px;
  animation: left-scroll 30s infinite linear 0s both;
}
#product .maker.right ul {
  animation: right-scroll 30s infinite linear 0s both;
}
#product .btn-area {
  padding: 40px 0 0;
}
#product .btn-area .btn {
  flex-direction: row;
}
@keyframes left-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes right-scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
#coach-staff {
	.box {
		&:not(:last-of-type) { margin-bottom: 60px; }
		.pic {
			overflow: hidden;
			margin-bottom: 2em;
			border-radius: 20px;
			box-shadow: 0.3em 0.3em 1em 0 rgba(0,0,0,0.1);
		}
		h3 {
			display: flex;
			align-items: center;
			margin-bottom: 20px;
			line-height: 1;
			font-size: 2.5em;
			font-weight: 600;
			span {
				display: block;
				margin-left: 1.2em;
				padding-left: 1.2em;
				border-left: 1px solid;
				line-height: 1.4;
				font-size: 1rem;
			}
		}
		p { letter-spacing: 0.04em; }
	}
}
*/
#news,
#access,
#instagam {
  padding: 80px 0;
}
#news h2,
#access h2,
#instagam h2 {
  text-align: center;
}

#news ul li {
  box-shadow: 0.25em 0.25em 0.8em 0 rgba(0, 0, 0, 0.1);
}
#news ul li:not(:last-of-type) {
  margin-bottom: 0.25em;
}
#news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.6em 2em;
  background: #FFF;
  font-weight: 700;
}
#news ul li a span {
  display: block;
  color: #929090;
  font-weight: 500;
}
#news ul li a:hover {
  background: #EEE;
}

#access .inner {
  display: flex;
}
#access .inner .gmap {
  margin-right: 40px;
  box-shadow: 0.25em 0.25em 0.8em 0 rgba(0, 0, 0, 0.1);
}
#access .inner .gmap iframe {
  display: block;
}
#access .inner address p:first-of-type {
  margin-bottom: 30px;
}

#instagam ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
  margin: 0 auto 40px;
}
#instagam ul li {
  width: 110px;
  height: 110px;
  margin: 0 6px 12px;
}
#instagam ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #CCC;
  box-shadow: 0.25em 0.25em 0.8em 0 rgba(0, 0, 0, 0.1);
}
#instagam ul li a:hover img {
  opacity: 0.6;
}
#instagam .bullet {
  text-align: center;
}
#instagam .bullet a {
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 600;
  color: #DF000E;
}
#instagam .bullet a img {
  margin-left: 0.5em;
}

/* ------------------------------------------------------------------
	PC (957px以下)
-------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #keyv .inner .txt {
    padding-left: 2.5em;
  }
}
/* ------------------------------------------------------------------
	スマホ (728px以下)
-------------------------------------------------------------------*/
@media screen and (max-width: 728px) {
  main h2 {
    margin-bottom: 2em;
    font-size: 1.25em;
  }
  main .btn {
    padding-left: 1em;
    padding-right: 1em;
  }
  main .btn img {
    width: 0.4em;
    margin-left: 1em;
  }

  #reserve {
    transform: translateY(100%);
  }
  #reserve.active {
    transform: translateY(0);
  }

  #keyv {
    display: block;
    padding: 31.1vw 0 12vw;
    background: #DF000E url("../img/top/keyv_bg_sp.png") no-repeat bottom left;
    background-size: 100% auto;
  }
  #keyv .inner .txt {
    position: relative;
    padding-left: 0;
    transform: translate(0);
    z-index: 1;
  }
  #keyv .inner .txt h1 {
    margin-bottom: 0;
    text-align: center;
  }
  #keyv .inner .txt h1 img {
    width: 85.44vw;
  }
  #keyv .inner .txt h2 {
    position: static;
    margin: 0 1.5em 0 0;
    text-align: right;
  }
  #keyv .inner .txt h2 img {
    width: 15.2vw;
  }
  #keyv .inner .txt p {
    margin-left: 1.67em;
    font-size: 1.12em;
  }
  #keyv .inner .progress-bar {
    left: 7.5vw;
    right: auto;
    bottom: 7.5vw;
    width: 38.62vw;
  }
  #keyv .inner .bg {
    display: block;
    position: absolute;
    top: 21vw;
    left: 0;
    background-size: 100% auto;
  }

  #program,
  #studio-tool,
  #product,
  #coach-staff {
    padding: 3.7em 0 3.12em;
  }
  #program h2,
  #studio-tool h2,
  #product h2,
  #coach-staff h2 {
    height: 12.5vw;
    margin-bottom: 1.2em;
    transform: translateX(-1.45em);
  }
  #program h2 img,
  #studio-tool h2 img,
  #product h2 img,
  #coach-staff h2 img {
    height: 100%;
  }

  #program {
    background-size: 100% auto;
  }
  #program .inner {
    display: block;
    margin-top: -9vw;
  }
  #program .inner .box {
    display: block;
    width: auto;
    border-radius: 4vw;
  }
  #program .inner .box:first-of-type {
    width: auto;
    padding: 1.4em 1.85em 1.85em;
  }
  #program .inner .box:nth-child(2) {
    margin-right: 0;
  }
  #program .inner .box:not(:last-of-type) {
    margin-bottom: 1.25em;
  }
  #program .inner .box h3 {
    margin-bottom: 0.45em;
  }
  #program .inner .box .tag li {
    margin: 0 1.4vw 2.8vw;
  }

  #studio-tool .slider .box,
  #coach-staff .slider .box {
    width: 78.4vw;
    margin-right: 4.84vw;
    border-radius: 4vw;
  }
  #studio-tool .slider .box .pic,
  #coach-staff .slider .box .pic {
    border-radius: 4vw;
  }
  #studio-tool .slider-controls,
  #coach-staff .slider-controls {
    padding-top: 7.25vw;
  }
  #studio-tool .slider-controls .progress-bar,
  #coach-staff .slider-controls .progress-bar {
    height: 1vw;
  }
  #studio-tool .slider-controls .progress-bar .progress,
  #coach-staff .slider-controls .progress-bar .progress {
    height: 1vw;
  }
  #studio-tool .slider-controls .slider-btn li,
  #coach-staff .slider-controls .slider-btn li {
    width: 12vw;
  }
  #studio-tool .slider-controls .slider-btn li img,
  #coach-staff .slider-controls .slider-btn li img {
    width: 100%;
  }
  #studio-tool .slider-controls .slider-btn li#prev-btn,
  #coach-staff .slider-controls .slider-btn li#prev-btn {
    margin: 0 0.8em 0 1.2em;
  }

  #product .maker ul li {
    width: 36.2vw;
    margin-right: 2.4vw;
  }
  #product .maker.left ul {
    margin-bottom: 2.4vw;
  }
  #product .btn-area {
    padding-top: 9.65vw;
  }

  #news,
  #access,
  #instagam {
    padding: 3.1em 0;
  }

  #news ul li a {
    padding: 1em 1em 1em 1.5em;
  }

  #access .inner {
    display: block;
  }
  #access .inner .gmap {
    position: relative;
    padding-top: 66%;
    margin: 0 0 1.5em;
  }
  #access .inner .gmap iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #access .inner address p:first-of-type {
    margin-bottom: 1.85em;
  }

  #instagam ul {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5em;
  }
  #instagam ul li {
    width: calc(33.333vw - 1.75em);
    height: calc(33.333vw - 1.75em);
    margin: 0 0 0.825em;
  }
  #instagam ul li a:hover img {
    opacity: 1;
  }
  #instagam .bullet {
    text-align: center;
  }
  #instagam .bullet a {
    display: inline-flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: 700;
    color: #DF000E;
  }
  #instagam .bullet a img {
    margin-left: 0.5em;
  }
}
/* ------------------------------------------------------------------
	ここまで
-------------------------------------------------------------------*/
