@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  font-size: 100%;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body {
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #FCE8E6;
  color: #3D0F02;
}

.hidden {
  overflow: hidden;
}

img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

video {
  filter: drop-shadow(0px 0px #000);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
  display: block;
}

li {
  list-style: none;
}

span {
  display: block;
}

.wrapper {
  max-width: 1000px;
  margin: 240px auto;
  padding: 0 20px;
}
.wrapper:first-child {
  margin-top: 80px;
}

.wrapper-padding {
  padding: 0 20px;
}

.section-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 80px;
}

.orange {
  color: #FF8257;
}

.orangeback {
  background-color: #FF8257;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 160px auto 0 auto;
  border-radius: 20px;
  border: #FF8257 solid 3px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn a {
  color: #3D0F02;
  padding: 16px 32px;
  font-size: 1rem;
  border-radius: 20px;
}
.btn:hover {
  background-color: #FF8257;
  transition: all 0.3s ease;
}
.btn:hover a {
  color: #fff;
}

section {
  opacity: 0;
  transition: all 1.5s ease;
}

.fade {
  opacity: 0;
  transition: all 1.5s ease;
}

.section-up {
  opacity: 1;
  transition: all 1.5s ease;
}

.fade-slide-right {
  opacity: 0;
  transition: all 1s ease;
  transform: translateX(100px);
}

.fade-slide-left {
  opacity: 0;
  transition: all 1s ease;
  transform: translateX(-100px);
}

.fade-in {
  opacity: 1;
  transition: all 2s ease;
  transform: translateX(0);
}

.main-slide {
  opacity: 0;
}

.main-slide-in {
  animation-name: mainslide;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.delaytime01 {
  animation-delay: 0.5s;
}

.delaytime02 {
  animation-delay: 1s;
}

.delaytime03 {
  animation-delay: 1.5s;
}

@keyframes mainslide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 20px;
}
#header .hum {
  z-index: 15;
  position: relative;
  width: 80px;
  height: 40px;
  margin: 20px 20px 20px auto;
  cursor: pointer;
}
#header .hum span {
  transition: all 0.3s ease;
  height: 4px;
  background-color: #3D0F02;
  position: absolute;
}
#header .hum span:first-child {
  top: 0;
}
#header .hum span:nth-child(2) {
  top: 20px;
  opacity: 1;
}
#header .hum span:last-child {
  top: 40px;
}
#header .hum .open {
  transition: all 0.3s ease;
}
#header .hum .open:first-child {
  top: 20px;
  transform: rotate(45deg);
}
#header .hum .open:nth-child(2) {
  opacity: 0;
}
#header .hum .open:last-child {
  top: 20px;
  transform: rotate(-45deg);
}
#header .mask {
  background-color: #FCE8E6;
  height: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
#header .mask .nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}
#header .mask .nav a {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: #3D0F02;
}
#header .mask .header-button {
  margin: 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
#header .mask .header-button a {
  color: #fff;
  display: flex;
  align-items: center;
}
#header .mask .header-button a .fa-brands {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 10px;
}
#header .mask .header-button a .base-logo {
  width: 40px;
}
#header .mask .insta {
  background-color: #FF8257;
}
#header .mask .insta a {
  padding: 8px;
}
#header .mask .base {
  background-color: rgba(255, 87, 137, 0.5019607843);
}
#header .mask .base a {
  padding: 0 8px;
}
#header .mask .fademask {
  position: absolute;
  top: 0;
  left: 0;
  height: 800px;
  background-color: #FCE8E6;
  z-index: 15;
}
#header .mask .fadeslide {
  animation-name: fadeslide;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeslide {
  0% {
    top: 0;
  }
  100% {
    top: 800px;
  }
}
#mainvisual {
  position: relative;
  height: 600px;
  margin: 160px 0 80px 0;
}
#mainvisual img {
  position: absolute;
  height: 400px;
  width: 25%;
  right: 0;
  border-radius: 20px;
}
#mainvisual img:first-child {
  top: 0;
  left: 5%;
  transform: rotate(10deg);
}
#mainvisual img:nth-child(2) {
  top: 0;
  left: 45%;
  transform: rotate(10deg);
}
#mainvisual img:nth-child(3) {
  top: 0;
  left: 70%;
  transform: rotate(-10deg);
  z-index: -5;
}
#mainvisual .head-text {
  width: 400px;
  position: absolute;
  top: 50px;
  left: 20%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
  transform: rotate(-10deg);
}
#mainvisual .head-text h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}
#mainvisual .head-text p {
  font-size: 1rem;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
}

#about {
  display: block;
  background-image: url(アトリエimg/outide-slide1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .about-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 160px 0;
}
#about .about-content .about-text {
  font-size: 1rem;
  text-align: center;
  line-height: 3;
}

#about-sp {
  display: none;
}

#profile .profile-img {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#profile .profile-text {
  font-size: 1rem;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#resson {
  overflow: hidden;
}
#resson .resson-content {
  margin: 160px 0 40px 0;
  position: relative;
  height: 500px;
}
#resson .resson-content .resson-content-left {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 50px;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  position: absolute;
  top: 150px;
  left: 10%;
  z-index: 5;
}
#resson .resson-content .resson-content-left .resson-name {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
#resson .resson-content .resson-content-left .resson-text {
  font-size: 1rem;
  line-height: 1.5;
}
#resson .resson-content .resson-content-right {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
}
#resson .resson-content .resson-content-right img {
  height: 400px;
}
#resson .resson-content:nth-child(odd) .resson-content-left {
  top: 150px;
  left: 50%;
}
#resson .resson-content:nth-child(odd) .resson-content-right {
  top: 0;
  left: 0;
}
#resson .btn {
  margin-top: 40px;
}

#blog .blog-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 80px;
}
#blog .blog-content .blog-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.3);
  color: #3D0F02;
  transition: all 0.3s ease;
}
#blog .blog-content .blog-item:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#blog .blog-content .blog-item .blog-img {
  border-radius: 20px;
  height: 200px;
}
#blog .blog-content .blog-item .blog-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 8px 0;
  line-height: 1.3;
}
#blog .blog-content .blog-item .blog-date {
  font-size: 0.7rem;
  opacity: 0.5;
  margin-bottom: 8px;
}
#blog .blog-content .blog-item .blog-text {
  line-height: 1.2;
  font-size: 0.8rem;
}
#blog .navigation {
  margin: 80px 0;
}
#blog .navigation .nav-links .page-numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}
#blog .navigation .nav-links .page-numbers li {
  width: 10%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
}
#blog .navigation .nav-links .page-numbers li span {
  color: #3D0F02;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  background-color: rgba(255, 130, 87, 0.5);
  font-size: 1rem;
}
#blog .navigation .nav-links .page-numbers li a {
  color: #3D0F02;
  border-radius: 10px;
  border: #FF8257 3px solid;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
#blog .navigation .nav-links .page-numbers li a:hover {
  transition: all 0.3s ease;
  background-color: #FF8257;
  color: #fff;
}

#mainvisual-page {
  position: relative;
  height: 500px;
  padding: 120px;
}
#mainvisual-page .head-text {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  text-align: center;
  top: 220px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mainvisual-page .head-text h1 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 40px;
}
#mainvisual-page img {
  height: 100%;
  border-radius: 50px;
}

#single-content {
  margin: 80px auto;
}
#single-content .single-title {
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: solid rgba(61, 15, 2, 0.5) 2px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#single-content .single-date {
  font-size: 0.8rem;
  opacity: 0.5;
  margin-bottom: 40px;
}
#single-content .single-text p {
  font-size: 1rem;
  line-height: 2;
}
#single-content .single-text img {
  width: 50%;
}
#single-content .single-text a {
  font-size: 1rem;
}
#single-content .page-buttons {
  position: relative;
  margin-top: 160px;
  height: 80px;
}
#single-content .page-buttons .btn {
  margin-top: 0;
  position: absolute;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#single-content .page-buttons .btn-left {
  left: 0;
}
#single-content .page-buttons .btn-middle {
  left: 0;
  right: 0;
}
#single-content .page-buttons .btn-right {
  right: 0;
}

#footer {
  height: -moz-fit-content;
  height: fit-content;
  padding: 80px 160px;
  background-color: #fff;
}
#footer .footer-site-title {
  width: -moz-fit-content;
  width: fit-content;
  color: #ff5789;
  font-size: 2.5rem;
  transition: all 0.3s;
}
#footer .footer-site-title:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
#footer .footer-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#footer .footer-flex .footer-nav {
  width: 50%;
}
#footer .footer-flex .footer-nav a {
  color: #3D0F02;
  font-size: 1rem;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
#footer .footer-flex .footer-nav a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
#footer .footer-flex .footer-imgs {
  width: 50%;
}
#footer .footer-flex .footer-imgs video {
  height: 400px;
}

#contact .contact-flex {
  display: flex;
  justify-content: space-between;
}
#contact .contact-flex .contact-img {
  width: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: -moz-fit-content;
  height: fit-content;
}
#contact .contact-flex .contact-img img {
  height: 250px;
}
#contact .contact-flex .form {
  width: 45%;
}
#contact .contact-flex .form p label {
  font-size: 0.8rem;
}
#contact .contact-flex .form p label span {
  padding-bottom: 16px;
}
#contact .contact-flex .form p label span input {
  border: solid 1px #333;
  height: 40px;
  padding: 8px;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#contact .contact-flex .form p label span textarea {
  border: solid 1px #333;
  height: 200px;
  padding: 8px;
  font-size: 0.8rem;
  border-radius: 10px;
  margin-top: 4px;
}
#contact .contact-flex .form p .submit {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 8px 24px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 0.8rem;
  border: solid 2px #FF8257;
  color: #3D0F02;
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.3s ease;
}
#contact .contact-flex .form p .submit:hover {
  background-color: #FF8257;
  color: #fff;
  transition: all 0.3s ease;
}
#contact .contact-flex .form .wpcf7-response-output {
  border: solid 2px #FF8257;
}

/*レッスン１*/
.resson-title {
  font-size: 3rem;
  background-color: rgba(255, 87, 137, 0.5019607843);
  padding: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 16px;
  font-weight: bold;
  border-radius: 20px;
}
.resson-title span {
  font-size: 1rem;
}

#resson1_1 .resson1_1-head h3 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  line-height: 1.5;
}
#resson1_1 .resson1_1-head .resson1_1-text {
  text-align: center;
  margin: 80px 0;
}
#resson1_1 .resson1_1-head .resson1_1-text p {
  font-size: 1.5rem;
  line-height: 2;
}
#resson1_1 .resson1_1-imgs {
  width: 80%;
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
#resson1_1 .btn {
  margin: 80px auto;
}

.resson1_2-list {
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.resson1_2-list li {
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

#resson1_4 .wrapper {
  margin-bottom: 80px;
}
#resson1_4 .resson-title {
  background-color: rgba(255, 0, 76, 0.6784313725);
}
#resson1_4 .resson1_4_text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin-top: 40px;
}

.resson-detail-imgs .resson-detail-img {
  width: 80%;
  margin: 40px auto;
}

.resson1_4_imgs {
  display: flex;
}
.resson1_4_imgs .resson1_4_img {
  width: 25%;
}

.links {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  width: 20%;
}
.links .link-button {
  width: -moz-fit-content;
  width: fit-content;
}
.links .link-button .fa-brands {
  font-size: 3rem;
}
.links .link-button .fa-line {
  color: #06C755;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
.links .link-button .fa-instagram {
  color: #3D0F02;
  width: -moz-fit-content;
  width: fit-content;
}

.resson-trial-slider {
  width: 90%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.resson-trial-slider .slick-trial-imgs {
  width: 80%;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
.resson-trial-slider .trial-arrow-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  right: 0;
}
.resson-trial-slider .trial-arrow-box .slide-arrow {
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff5789;
  border-radius: 50%;
  position: relative;
}
.resson-trial-slider .trial-arrow-box .slide-arrow span {
  display: block;
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.resson-trial-slider .trial-arrow-box .prev-arrow span {
  left: 10px;
}
.resson-trial-slider .trial-arrow-box .prev-arrow span:first-child {
  transform: rotate(-45deg);
  transform-origin: 0%;
}
.resson-trial-slider .trial-arrow-box .prev-arrow span:last-child {
  transform: rotate(45deg);
  transform-origin: 0%;
}
.resson-trial-slider .trial-arrow-box .next-arrow span {
  right: 10px;
}
.resson-trial-slider .trial-arrow-box .next-arrow span:first-child {
  transform: rotate(45deg);
  transform-origin: 100%;
}
.resson-trial-slider .trial-arrow-box .next-arrow span:last-child {
  transform: rotate(-45deg);
  transform-origin: 100%;
}

/*レッスン２*/
#resson2_1 {
  margin-top: 80px;
}
#resson2_1 .slider-content {
  overflow: hidden;
  margin: 40px 0;
}
#resson2_1 .slider-content .slider-imgs {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transform: translateX(0);
  animation-name: slider;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
#resson2_1 .slider-content .slider-imgs .outide-slide {
  width: 400px;
  height: 400px;
  border-radius: 20px;
}
#resson2_1 .resson2_1-text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#resson2_2 {
  margin: 240px auto;
  padding: 0 3% 0 8%;
}
#resson2_2 .resson2_2-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#resson2_2 .resson2_2-flex .resson2_2-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  width: 50%;
}
#resson2_2 .resson2_2-flex .resson2_2-text span {
  display: inline;
  background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
}
#resson2_2 .resson2_2-flex .resson2_2-slider {
  width: 45%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .slick-imgs01 {
  width: 80%;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .slick-imgs01 .slick-item {
  height: 400px;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .slick-imgs01 .slick-item img {
  border-radius: 20px;
  height: 100%;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  right: 0;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .slide-arrow {
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff5789;
  border-radius: 50%;
  position: relative;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .slide-arrow span {
  display: block;
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .prev-arrow span {
  left: 10px;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .prev-arrow span:first-child {
  transform: rotate(-45deg);
  transform-origin: 0%;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .prev-arrow span:last-child {
  transform: rotate(45deg);
  transform-origin: 0%;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .next-arrow span {
  right: 10px;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .next-arrow span:first-child {
  transform: rotate(45deg);
  transform-origin: 100%;
}
#resson2_2 .resson2_2-flex .resson2_2-slider .arrow-box01 .next-arrow span:last-child {
  transform: rotate(-45deg);
  transform-origin: 100%;
}

#resson2_3 {
  margin: 240px auto;
  padding: 0 8% 0 3%;
}
#resson2_3 .resson2_2-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#resson2_3 .resson2_2-flex .resson2_2-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  width: 50%;
}
#resson2_3 .resson2_2-flex .resson2_2-text span {
  display: inline;
  background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
}
#resson2_3 .resson2_2-flex .resson2_2-slider {
  width: 45%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .slick-imgs02 {
  width: 80%;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .slick-imgs02 .slick-item {
  height: 400px;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .slick-imgs02 .slick-item img {
  border-radius: 20px;
  height: 100%;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  right: 0;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .slide-arrow {
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff5789;
  border-radius: 50%;
  position: relative;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .slide-arrow span {
  display: block;
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .prev-arrow span {
  left: 10px;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .prev-arrow span:first-child {
  transform: rotate(-45deg);
  transform-origin: 0%;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .prev-arrow span:last-child {
  transform: rotate(45deg);
  transform-origin: 0%;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .next-arrow span {
  right: 10px;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .next-arrow span:first-child {
  transform: rotate(45deg);
  transform-origin: 100%;
}
#resson2_3 .resson2_2-flex .resson2_2-slider .arrow-box02 .next-arrow span:last-child {
  transform: rotate(-45deg);
  transform-origin: 100%;
}

#resson2_4 {
  margin: 240px auto 80px auto;
  padding: 0 8% 0 3%;
}
#resson2_4 .resson2_2-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
#resson2_4 .resson2_2-flex .resson2_2-text {
  font-size: 1.5rem;
  line-height: 2;
  width: 50%;
}
#resson2_4 .resson2_2-flex .resson2_2-text span {
  display: inline;
  background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
}
#resson2_4 .resson2_2-flex .resson2_2-slider {
  width: 45%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .slick-imgs03 {
  width: 80%;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .slick-imgs03 .slick-item {
  height: 400px;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .slick-imgs03 .slick-item img {
  border-radius: 20px;
  height: 100%;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  right: 0;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .slide-arrow {
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff5789;
  border-radius: 50%;
  position: relative;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .slide-arrow span {
  display: block;
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .prev-arrow span {
  left: 10px;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .prev-arrow span:first-child {
  transform: rotate(-45deg);
  transform-origin: 0%;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .prev-arrow span:last-child {
  transform: rotate(45deg);
  transform-origin: 0%;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .next-arrow span {
  right: 10px;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .next-arrow span:first-child {
  transform: rotate(45deg);
  transform-origin: 100%;
}
#resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box03 .next-arrow span:last-child {
  transform: rotate(-45deg);
  transform-origin: 100%;
}

.link-box {
  margin-top: 120px;
}
.link-box p {
  font-size: 1.8rem;
  text-align: center;
  color: #ff5789;
  padding: 0 20px;
}
.link-box .btn {
  margin-top: 40px;
}

#resson2-detail {
  margin: 240px auto;
}

.resson2-info {
  width: 70%;
  margin: 80px auto;
}
.resson2-info li {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: solid rgba(61, 15, 2, 0.5) 2px;
}
.resson2-info li span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.5;
}
.resson2-info li span:first-child {
  width: 30%;
}
.resson2-info li span:last-child {
  width: 70%;
}

/*12講座*/
#resson12_1 .resson12_1-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin: 40px auto 80px auto;
}
#resson12_1 .resson12_1-text span {
  display: inline;
  background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
}
#resson12_1 .chapter {
  font-size: 2.5rem;
  color: #af3b5e;
  text-align: center;
  margin-bottom: 20px;
}
#resson12_1 .resson12-slider {
  width: 80%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 160px auto;
}
#resson12_1 .resson12-slider .slick-imgs05 {
  width: 600px;
  margin: 40px auto;
  height: -moz-fit-content;
  height: fit-content;
}
#resson12_1 .resson12-slider .slick-imgs05 .slick-item {
  position: relative;
}
#resson12_1 .resson12-slider .slick-imgs05 .slick-item img {
  border-radius: 20px;
  height: 100%;
}
#resson12_1 .resson12-slider .slick-imgs05 .slick-item .chapter-name {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  color: #3D0F02;
}
#resson12_1 .resson12-slider .arrow-box05 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
}
#resson12_1 .resson12-slider .arrow-box05 .slide-arrow {
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff5789;
  border-radius: 50%;
  position: relative;
}
#resson12_1 .resson12-slider .arrow-box05 .slide-arrow span {
  display: block;
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#resson12_1 .resson12-slider .arrow-box05 .prev-arrow span {
  left: 10px;
}
#resson12_1 .resson12-slider .arrow-box05 .prev-arrow span:first-child {
  transform: rotate(-45deg);
  transform-origin: 0%;
}
#resson12_1 .resson12-slider .arrow-box05 .prev-arrow span:last-child {
  transform: rotate(45deg);
  transform-origin: 0%;
}
#resson12_1 .resson12-slider .arrow-box05 .next-arrow span {
  right: 10px;
}
#resson12_1 .resson12-slider .arrow-box05 .next-arrow span:first-child {
  transform: rotate(45deg);
  transform-origin: 100%;
}
#resson12_1 .resson12-slider .arrow-box05 .next-arrow span:last-child {
  transform: rotate(-45deg);
  transform-origin: 100%;
}

#resson12_2 .resson12_2-text,
#resson12_3 .resson12_2-text,
#resson12_4 .resson12_2-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin: 40px auto;
}
#resson12_2 .resson12_4-text,
#resson12_3 .resson12_4-text,
#resson12_4 .resson12_4-text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 80px auto 40px auto;
}
#resson12_2 .resson12-info,
#resson12_3 .resson12-info,
#resson12_4 .resson12-info {
  margin: 80px auto;
}
#resson12_2 .resson12-info li,
#resson12_3 .resson12-info li,
#resson12_4 .resson12-info li {
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: solid rgba(61, 15, 2, 0.5) 2px;
}
#resson12_2 .resson12-info li span,
#resson12_3 .resson12-info li span,
#resson12_4 .resson12-info li span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.5;
}
#resson12_2 .resson12-info li span:first-child,
#resson12_3 .resson12-info li span:first-child,
#resson12_4 .resson12-info li span:first-child {
  width: 20%;
}
#resson12_2 .resson12-info li span:last-child,
#resson12_3 .resson12-info li span:last-child,
#resson12_4 .resson12-info li span:last-child {
  width: 80%;
}

/*体験場所*/
#room .room-flex,
#room02 .room-flex {
  display: flex;
  justify-content: space-between;
}
#room .room-flex video,
#room02 .room-flex video {
  width: 50%;
  height: 600px;
  display: none;
}
#room .room-flex .room-img,
#room02 .room-flex .room-img {
  width: 50%;
  height: 600px;
}
#room .room-flex .room-detail,
#room02 .room-flex .room-detail {
  width: 48%;
  list-style: 1.2;
  font-size: 1rem;
}
#room .room-flex .room-detail .room-title,
#room02 .room-flex .room-detail .room-title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #ff5789;
}
#room .room-flex .room-detail .room-detail-text,
#room02 .room-flex .room-detail .room-detail-text {
  line-height: 1.5;
  font-size: 1.2rem;
}
#room .room-flex .room-detail .btn,
#room02 .room-flex .room-detail .btn {
  margin-top: 80px;
}

/*よくあるご質問*/
#faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#faq .faq-box {
  margin: 240px auto;
}
#faq .faq-box:first-child {
  margin: 80px auto 240px auto;
}
#faq .faq-box .question-box {
  padding-right: 120px;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
#faq .faq-box .question-box .question-text {
  line-height: 1.2;
  font-size: 1.5rem;
}
#faq .faq-box .answer-box {
  padding-left: 120px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#faq .faq-box .answer-box .answer-head {
  line-height: 1.2;
  font-size: 2.5rem;
  text-align: center;
  color: #ff5789;
  font-weight: bold;
}
#faq .faq-box .answer-box .answer-way .way-btn {
  background-color: #ff5789;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  border-bottom: 4px solid #af3b5e;
  cursor: pointer;
}
#faq .faq-box .answer-box .answer-way .way-btn p {
  font-size: 1.5rem;
  text-align: center;
  padding: 16px 32px;
  color: #fff;
}
#faq .faq-box .answer-box .answer-way .way-list {
  padding: 0 40px;
  margin-top: 40px;
  display: none;
}
#faq .faq-box .answer-box .answer-way .way-list .way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: solid #3D0F02 2px;
  padding: 20px;
}
#faq .faq-box .answer-box .answer-way .way-list .way .way-img {
  width: 10%;
}
#faq .faq-box .answer-box .answer-way .way-list .way .way-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
#faq .faq-box .answer-box .answer-way .way-list .way:first-child {
  border-top: solid #3D0F02 2px;
}
#faq .faq-box .person-img-answer {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  transform: translateX(-20px) translateY(-10px);
}
#faq .faq-box .person-img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
#faq .faq-box .answer-img {
  transform: translateX(-20px) translateY(-10px);
}
#faq .faq-box .balloon {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: solid #3D0F02 2px;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 15px;
}
#faq .faq-box .question-balloon::before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-right: 15px solid #3D0F02;
  position: absolute;
  top: 15px;
  left: -30px;
}
#faq .faq-box .question-balloon::after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 15px;
  left: -27px;
}
#faq .faq-box .answer-balloon {
  padding: 40px;
}
#faq .faq-box .answer-balloon::before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-left: 15px solid #3D0F02;
  position: absolute;
  top: 15px;
  right: -30px;
}
#faq .faq-box .answer-balloon::after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 15px;
  right: -27px;
}
#faq .btn {
  margin: 80px auto;
}

@media (max-width: 800px) {
  * {
    font-size: 70%;
  }
  .wrapper {
    margin: 80px auto;
  }
  .wrapper:first-child {
    margin-top: 20px;
  }
  .btn {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #FF8257;
    margin: 80px auto 0 auto;
    border-radius: 20px;
  }
  .btn a {
    color: #fff;
    padding: 8px 16px;
    font-size: 0.8rem;
  }
  .section-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
  }
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  #header .logo {
    width: 100px;
  }
  #header .hum {
    position: relative;
    width: 40px;
    height: 20px;
  }
  #header .hum span {
    transition: all 0.3s ease;
    height: 2px;
  }
  #header .hum span:first-child {
    top: 0;
  }
  #header .hum span:nth-child(2) {
    top: 10px;
    opacity: 1;
  }
  #header .hum span:last-child {
    top: 20px;
  }
  #header .hum .open {
    transition: all 0.3s ease;
    height: 2px;
  }
  #header .hum .open:first-child {
    top: 10px;
    transform: rotate(45deg);
  }
  #header .hum .open:nth-child(2) {
    opacity: 0;
  }
  #header .hum .open:last-child {
    top: 10px;
    transform: rotate(-45deg);
  }
  #header .mask .nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0 auto;
  }
  #header .mask .nav a {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    color: #3D0F02;
  }
  #header .mask .header-button {
    margin: 16px auto;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
  }
  #header .mask .header-button a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  #header .mask .header-button a .fa-brands {
    color: #fff;
    font-size: 1.5rem;
    margin-left: 10px;
  }
  #header .mask .header-button a .base-logo {
    width: 30px;
  }
  #header .mask .insta {
    background-color: #FF8257;
  }
  #header .mask .insta a {
    padding: 8px;
  }
  #header .mask .base {
    background-color: rgba(255, 87, 137, 0.5019607843);
  }
  #header .mask .base a {
    padding: 0 8px;
  }
  #mainvisual {
    position: relative;
    height: 650px;
    margin: 40px 0;
  }
  #mainvisual img {
    position: absolute;
    height: 200px;
    width: 200px;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
  }
  #mainvisual img:first-child {
    top: 0;
    left: 0;
    transform: rotate(10deg);
  }
  #mainvisual img:nth-child(2) {
    top: 250px;
    left: 0;
    transform: rotate(10deg);
  }
  #mainvisual img:nth-child(3) {
    top: 400px;
    left: 0;
    transform: rotate(-10deg);
    z-index: -5;
  }
  #mainvisual .head-text {
    width: 250px;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    transform: rotate(-10deg);
  }
  #mainvisual .head-text h1 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #mainvisual .head-text p {
    font-size: 0.8rem;
    line-height: 1.5;
    width: 100%;
  }
  #mainvisual-page {
    position: relative;
    height: 200px;
    padding: 40px 20px;
  }
  #mainvisual-page .head-text {
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #mainvisual-page .head-text h1 {
    font-weight: bold;
    font-size: 2rem;
  }
  #mainvisual-page img {
    height: 100%;
    border-radius: 20px;
  }
  #profile .profile-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  #profile .profile-text {
    font-size: 1rem;
    line-height: 1.5;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #about {
    display: none;
  }
  #about-sp {
    display: block;
  }
  #about-sp .resson-video {
    width: 70%;
    margin: 0 auto;
  }
  #resson .resson-content {
    margin: 80px 0 20px 0;
    position: relative;
    height: 300px;
  }
  #resson .resson-content .resson-content-left {
    border-radius: 20px;
    padding: 30px;
    height: -moz-fit-content;
    height: fit-content;
    width: 70%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5;
  }
  #resson .resson-content .resson-content-left .resson-name {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  #resson .resson-content .resson-content-left .resson-text {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  #resson .resson-content .resson-content-right {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    right: 0;
  }
  #resson .resson-content .resson-content-right img {
    height: 250px;
  }
  #resson .resson-content:nth-child(odd) .resson-content-left {
    top: 100px;
    left: 20%;
  }
  #resson .resson-content:nth-child(odd) .resson-content-right {
    top: 0;
    left: 0;
  }
  #blog .blog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  #blog .blog-content .blog-item {
    padding: 10px;
  }
  #blog .blog-content .blog-item .blog-img {
    height: 140px;
  }
  #blog .navigation {
    margin: 80px 0;
  }
  #blog .navigation .nav-links .page-numbers li span {
    color: #3D0F02;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    background-color: rgba(255, 130, 87, 0.5);
  }
  #blog .navigation .nav-links .page-numbers li a {
    border-radius: 10px;
    background-color: #FF8257;
    color: #FCE8E6;
  }
  #single-content {
    margin-top: 40px;
  }
  #single-content .single-title {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(61, 15, 2, 0.5);
  }
  #single-content .single-date {
    margin-bottom: 20px;
  }
  #single-content .page-buttons {
    position: relative;
    margin-top: 80px;
    height: 40px;
  }
  #single-content .page-buttons .btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  #single-content .single-text img {
    width: 70%;
  }
  #contact .contact-flex {
    flex-direction: column-reverse;
  }
  #contact .contact-flex .contact-img {
    width: 100%;
  }
  #contact .contact-flex .form {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .contact-flex .form p label {
    font-size: 0.8rem;
  }
  #contact .contact-flex .form p label span {
    padding-bottom: 16px;
  }
  #contact .contact-flex .form p label span input {
    border: solid 1px #333;
    height: 40px;
    padding: 8px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  #contact .contact-flex .form p label span textarea {
    border: solid 1px #333;
    height: 200px;
    padding: 8px;
    font-size: 0.8rem;
    border-radius: 10px;
    margin-top: 4px;
  }
  #contact .contact-flex .form p label span span {
    font-size: 1rem;
  }
  #contact .contact-flex .form p .submit {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 8px 24px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0.8rem;
    border-radius: 10px;
    background-color: #FF8257;
    color: #fff;
  }
  #contact .contact-flex .form .wpcf7-response-output {
    padding: 8px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #footer {
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px;
    background-color: #fff;
  }
  #footer .footer-site-title {
    width: -moz-fit-content;
    width: fit-content;
    color: #ff5789;
    font-size: 2.5rem;
    transition: all 0.3s;
  }
  #footer .footer-site-title:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
  #footer .footer-flex {
    flex-direction: column;
    margin-top: 30px;
  }
  #footer .footer-flex .footer-nav {
    width: 100%;
  }
  #footer .footer-flex .footer-nav a {
    color: #3D0F02;
    font-size: 1rem;
    margin-bottom: 20px;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s;
  }
  #footer .footer-flex .footer-nav a:hover {
    opacity: 0.5;
    transition: all 0.3s;
  }
  #footer .footer-flex .footer-imgs {
    width: 100%;
  }
  #footer .footer-flex .footer-imgs video {
    height: 300px;
  }
  /*レッスン１*/
  #resson1_1 .resson1_1-head h3 {
    font-size: 1.5rem;
    width: 70%;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
  }
  #resson1_1 .resson1_1-head .resson1_1-detail {
    max-width: 800px;
    margin: 80px auto 40px auto;
    display: grid;
    display: none;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  #resson1_1 .resson1_1-head .resson1_1-detail p {
    font-size: 1.5rem;
  }
  #resson1_1 .resson1_1-head .resson1_1-text {
    text-align: center;
    margin: 20px auto;
    width: 80%;
  }
  #resson1_1 .resson1_1-head .resson1_1-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
  #resson1_1 .resson1_1-imgs {
    width: 80%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .resson1_2-list {
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .resson1_2-list li {
    font-size: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  #resson1_4 .resson1_4_text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
  }
  #resson1_4 .resson1_4_imgs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #resson1_4 .resson1_4_imgs .resson1_4_img {
    width: 50%;
  }
  #resson1_4 .resson-detail-imgs .resson-detail-img {
    width: 90%;
    margin: 20px auto;
  }
  .links {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    width: 30%;
  }
  .links .fa-brands {
    font-size: 3rem;
  }
  .links .fa-line {
    color: #06C755;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
  }
  .links .fa-instagram {
    color: #3D0F02;
    width: -moz-fit-content;
    width: fit-content;
  }
  .resson-trial-slider {
    width: 100%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  .resson-trial-slider .slick-trial-imgs {
    width: 100%;
    margin: 40px auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .resson-trial-slider .trial-arrow-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    right: 0;
  }
  .resson-trial-slider .trial-arrow-box .slide-arrow {
    cursor: pointer;
    opacity: 0.5;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ff5789;
    border-radius: 50%;
    position: relative;
  }
  .resson-trial-slider .trial-arrow-box .slide-arrow span {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .resson-trial-slider .trial-arrow-box .prev-arrow span {
    left: 10px;
  }
  .resson-trial-slider .trial-arrow-box .prev-arrow span:first-child {
    transform: rotate(-45deg);
    transform-origin: 0%;
  }
  .resson-trial-slider .trial-arrow-box .prev-arrow span:last-child {
    transform: rotate(45deg);
    transform-origin: 0%;
  }
  .resson-trial-slider .trial-arrow-box .next-arrow span {
    right: 10px;
  }
  .resson-trial-slider .trial-arrow-box .next-arrow span:first-child {
    transform: rotate(45deg);
    transform-origin: 100%;
  }
  .resson-trial-slider .trial-arrow-box .next-arrow span:last-child {
    transform: rotate(-45deg);
    transform-origin: 100%;
  }
  /*レッスン２*/
  .resson-title {
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 5px;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
  }
  #resson2_1 {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  #resson2_1 .slider-content {
    overflow: hidden;
    margin: 20px 0;
  }
  #resson2_1 .slider-content .slider-imgs .outide-slide {
    width: 200px;
    height: 200px;
    border-radius: 20px;
  }
  #resson2_1 .resson2_1-text {
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    line-height: 2;
  }
  .resson2_3-title {
    margin: 0;
  }
  .resson2_2-title {
    margin: 0;
  }
  #resson2_2 {
    margin: 80px 0;
    padding: 0;
  }
  #resson2_2 .resson2_2-flex {
    flex-direction: column;
  }
  #resson2_2 .resson2_2-flex .resson2_2-text {
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    line-height: 2;
    width: 100%;
  }
  #resson2_2 .resson2_2-flex .resson2_2-text span {
    display: inline;
    font-size: 1rem;
    background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
  }
  #resson2_2 .resson2_2-flex .resson2_2-slider {
    width: 90%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  #resson2_2 .resson2_2-flex .resson2_2-slider .slick-imgs01 .slick-item {
    height: 250px;
  }
  #resson2_2 .resson2_2-flex .resson2_2-slider .slick-imgs01 .slick-item img {
    border-radius: 20px;
    height: 100%;
  }
  #resson2_3 {
    margin: 80px 0;
    padding: 0;
  }
  #resson2_3 .resson2_2-flex {
    flex-direction: column;
  }
  #resson2_3 .resson2_2-flex .resson2_2-text {
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding: 0 20px;
  }
  #resson2_3 .resson2_2-flex .resson2_2-text span {
    display: inline;
    font-size: 1rem;
    background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
  }
  #resson2_3 .resson2_2-flex .resson2_2-slider {
    width: 90%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  #resson2_3 .resson2_2-flex .resson2_2-slider .slick-imgs02 .slick-item {
    height: 250px;
  }
  #resson2_3 .resson2_2-flex .resson2_2-slider .slick-imgs02 .slick-item img {
    border-radius: 20px;
    height: 100%;
  }
  #resson2_4 {
    margin: 80px 0 40px 0;
    padding: 0;
  }
  #resson2_4 .resson2_2-flex {
    flex-direction: column;
    margin: 40px 0;
  }
  #resson2_4 .resson2_2-flex .resson2_2-text {
    font-size: 1rem;
    line-height: 2;
    width: 80%;
  }
  #resson2_4 .resson2_2-flex .resson2_2-text span {
    display: inline;
    background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider {
    width: 90%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .slick-imgs03 .slick-item {
    height: 250px;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .slick-imgs03 .slick-item img {
    border-radius: 20px;
    height: 100%;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    right: 0;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .slide-arrow {
    cursor: pointer;
    opacity: 0.5;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ff5789;
    border-radius: 50%;
    position: relative;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .slide-arrow span {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .prev-arrow span {
    left: 10px;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .prev-arrow span:first-child {
    transform: rotate(-45deg);
    transform-origin: 0%;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .prev-arrow span:last-child {
    transform: rotate(45deg);
    transform-origin: 0%;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .next-arrow span {
    right: 10px;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .next-arrow span:first-child {
    transform: rotate(45deg);
    transform-origin: 100%;
  }
  #resson2_4 .resson2_2-flex .resson2_2-slider .arrow-box04 .next-arrow span:last-child {
    transform: rotate(-45deg);
    transform-origin: 100%;
  }
  .link-box {
    margin-top: 40px;
  }
  .link-box p {
    font-size: 1.5rem;
    text-align: center;
    color: #ff5789;
    line-height: 1.5;
  }
  .link-box .btn {
    margin-top: 20px;
  }
  #resson2-detail {
    margin: 80px auto;
  }
  .resson2-info {
    width: 90%;
    margin: 40px auto;
  }
  .resson2-info li {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid rgba(61, 15, 2, 0.5) 2px;
  }
  .resson2-info li span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
  /*12講座*/
  #resson12_1 .resson12_1-text {
    font-size: 1rem;
    text-align: center;
    line-height: 2;
    margin: 40px auto;
    padding: 0 20px;
  }
  #resson12_1 .resson12_1-text span {
    display: inline;
    background: linear-gradient(transparent 0% 60%, rgba(255, 130, 87, 0.5) 40% 100%);
  }
  #resson12_1 .chapter {
    font-size: 2.5rem;
    color: #af3b5e;
    text-align: center;
    margin-bottom: 20px;
  }
  #resson12_1 .resson12-slider {
    width: 90%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 80px auto;
  }
  #resson12_1 .resson12-slider .slick-imgs05 {
    width: 80%;
    margin: 40px auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #resson12_1 .resson12-slider .slick-imgs05 .slick-item img {
    border-radius: 20px;
    height: 100%;
  }
  #resson12_1 .resson12-slider .slick-imgs05 .slick-dots li {
    width: 10px;
    height: 10px;
  }
  #resson12_1 .resson12-slider .arrow-box05 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
  }
  #resson12_1 .resson12-slider .arrow-box05 .slide-arrow {
    cursor: pointer;
    opacity: 0.5;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ff5789;
    border-radius: 50%;
    position: relative;
  }
  #resson12_1 .resson12-slider .arrow-box05 .slide-arrow span {
    display: block;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  #resson12_1 .resson12-slider .arrow-box05 .prev-arrow span {
    left: 10px;
  }
  #resson12_1 .resson12-slider .arrow-box05 .prev-arrow span:first-child {
    transform: rotate(-45deg);
    transform-origin: 0%;
  }
  #resson12_1 .resson12-slider .arrow-box05 .prev-arrow span:last-child {
    transform: rotate(45deg);
    transform-origin: 0%;
  }
  #resson12_1 .resson12-slider .arrow-box05 .next-arrow span {
    right: 10px;
  }
  #resson12_1 .resson12-slider .arrow-box05 .next-arrow span:first-child {
    transform: rotate(45deg);
    transform-origin: 100%;
  }
  #resson12_1 .resson12-slider .arrow-box05 .next-arrow span:last-child {
    transform: rotate(-45deg);
    transform-origin: 100%;
  }
  #resson12_2 .resson12_2-text,
  #resson12_3 .resson12_2-text,
  #resson12_4 .resson12_2-text {
    font-size: 1rem;
    text-align: center;
    line-height: 2;
    margin: 40px auto;
  }
  #resson12_2 .resson12_4-text,
  #resson12_3 .resson12_4-text,
  #resson12_4 .resson12_4-text {
    font-size: 1rem;
    line-height: 2;
    margin: 80px auto 40px auto;
  }
  #resson12_2 .resson12-info,
  #resson12_3 .resson12-info,
  #resson12_4 .resson12-info {
    margin: 40px auto;
  }
  #resson12_2 .resson12-info li,
  #resson12_3 .resson12-info li,
  #resson12_4 .resson12-info li {
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: solid rgba(61, 15, 2, 0.5) 2px;
  }
  #resson12_2 .resson12-info li span,
  #resson12_3 .resson12-info li span,
  #resson12_4 .resson12-info li span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.5;
  }
  #resson12_2 .resson12-info li span:first-child,
  #resson12_3 .resson12-info li span:first-child,
  #resson12_4 .resson12-info li span:first-child {
    width: 25%;
  }
  #resson12_2 .resson12-info li span:last-child,
  #resson12_3 .resson12-info li span:last-child,
  #resson12_4 .resson12-info li span:last-child {
    width: 75%;
  }
  /*よくあるご質問*/
  #faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #faq .faq-box {
    margin: 160px auto;
  }
  #faq .faq-box:first-child {
    margin: 40px auto 160px auto;
  }
  #faq .faq-box .question-box {
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 40px;
  }
  #faq .faq-box .question-box .question-text {
    line-height: 1.2;
    font-size: 1rem;
  }
  #faq .faq-box .answer-box {
    padding-left: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #faq .faq-box .answer-box .answer-head {
    line-height: 1.2;
    font-size: 1.5rem;
  }
  #faq .faq-box .answer-box .answer-way .way-btn {
    margin: 20px auto 0 auto;
    border-radius: 10px;
    border-bottom: 4px solid #af3b5e;
  }
  #faq .faq-box .answer-box .answer-way .way-btn p {
    font-size: 1rem;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
  }
  #faq .faq-box .answer-box .answer-way .way-list {
    padding: 0;
    margin-top: 20px;
    display: none;
  }
  #faq .faq-box .answer-box .answer-way .way-list .way {
    -moz-column-gap: 5px;
         column-gap: 5px;
    border-bottom: solid #3D0F02 1px;
    padding: 10px 0;
  }
  #faq .faq-box .answer-box .answer-way .way-list .way .way-img {
    width: 20%;
  }
  #faq .faq-box .answer-box .answer-way .way-list .way .way-text {
    font-size: 1rem;
    line-height: 1.5;
  }
  #faq .faq-box .answer-box .answer-way .way-list .way:first-child {
    border-top: solid #3D0F02 1px;
  }
  #faq .faq-box .person-img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    transform: translateY(-10px);
  }
  #faq .faq-box .question-img {
    height: 60px;
    width: 60px;
  }
  #faq .faq-box .balloon {
    border-radius: 10px;
    border: solid #3D0F02 1px;
    padding: 10px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0px;
  }
  #faq .faq-box .question-balloon::before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-right: 10px solid #3D0F02;
    position: absolute;
    top: 10px;
    left: -20px;
  }
  #faq .faq-box .question-balloon::after {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 10px;
    left: -19px;
  }
  #faq .faq-box .answer-balloon {
    padding: 20px;
  }
  #faq .faq-box .answer-balloon::before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-left: 10px solid #3D0F02;
    position: absolute;
    top: 10px;
    right: -20px;
  }
  #faq .faq-box .answer-balloon::after {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 10px;
    right: -19px;
  }
  #faq .btn {
    margin: 80px auto;
  }
  #room .room-flex,
  #room02 .room-flex {
    flex-direction: column;
  }
  #room .room-flex video,
  #room02 .room-flex video {
    width: 100%;
    height: 500px;
    margin-top: 80px;
    display: block;
  }
  #room .room-flex .room-img,
  #room02 .room-flex .room-img {
    width: 100%;
    height: 500px;
    margin-top: 80px;
  }
  #room .room-flex .room-detail,
  #room02 .room-flex .room-detail {
    width: 100%;
    list-style: 1.2;
    font-size: 1rem;
  }
  #room .room-flex .room-detail .room-title,
  #room02 .room-flex .room-detail .room-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #ff5789;
  }
  #room .room-flex .room-detail .room-detail-text,
  #room02 .room-flex .room-detail .room-detail-text {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  #room .room-flex .room-detail .btn,
  #room02 .room-flex .room-detail .btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */