/*********************************
	A MODERN CSS RESET
*********************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*********************************
	VARIABLES SET
*********************************/
/*------ FONT -------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}
/*------ COLOR -------*/
:root {
  --main-color-yellow: #CE9230;
  --main-color-red:#801B39;
  --main-color-gray:#D5D4D3;
}

/*------ LAYOUT -------*/
/*********************************
	FUNCTION SET
*********************************/
/*********************************
	MIXIN SET
*********************************/
/*********************************
	BASE SET
*********************************/
html {
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
}

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

img,
object,
video {
  border: none;
  display: block;
  height: auto;
  max-width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*------ wrapper -------*/
.wrapper {
  margin: auto;
  width: min(92%, 1000px);
}

/*------ inline-block -------*/
.ib {
  display: inline-block;
}

/*------ display -------*/
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*------ button -------*/
.btn {
  display: block;
}
.btn > a {
  display: block;
}
.btn:hover {
  opacity: 0.8;
}

/*------ color -------*/
.red {
  color: var(--main-color-red);
}

.point {
  background-color: #E5A930;
}


/*********************************
	COMMON SET
*********************************/
/*------ h2 -------*/
.p__title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 1.5em;
  line-height: 1em;
  color: var(--main-color-red);
  position: relative;
}

.p__title::before {
  content: "";
  width: 2px;
  height: 45px;
  position: absolute;
  top: -55px;
  left: 50%;
  background-color: var(--main-color-red);
}

.p__title .jp {
  font-size: clamp(1.6rem, 2.4vw, 2rem);;
}

@media screen and (max-width: 768px) {
  .p__title {
    font-size: clamp(3rem, 5vw, 5rem);
  }

  .p__title {
    margin-bottom: 2em;
  }
}

/*------ button -------*/
.p__btn {
  display: inline-block;
}
.p__btn a {
  background: var(--main-color-red);
  padding: 1em 3em;
  min-width: 21vw;
  border-radius: 30px;
  position: relative;
  transition: 0.5s;
  color: #fff;
}
.p__btn a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.p__btn a:hover {
  opacity: .7;
}

.p__btn-home {
  display: grid;
  padding: 100px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p__btn a {
    padding: 1em 3em 1em 1.5em;
  }

  .p__btn a::after {
    right: 1.5em;
  }
}


/*------ footer -------*/
.footer__pagetop {
  padding: 5px;
  background-color: var(--main-color-yellow);
}

.footer__pagetop img {
  margin: 0 auto;
}

.footer__contents {
  background-color: var(--main-color-red);
  padding: 50px;
}

.footer__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.footer__btn li {
  width: 30%;
}

.footer__btn a {
  border: 1px solid #fff;
  padding: 1em;
  color: #fff;
  position: relative;
}

.footer__btn a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.footer__btn a:hover {
  opacity: .7;
}

.footer__info {
  text-align: center;
  color: #fff;
  margin-bottom: 3em;
}

.footer__logo p {
  color: var(--main-color-yellow);
  margin-bottom: 2em;
}

.footer__logo img {
  margin: 0 auto 20px;
}

.footer_sns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
}

.footer_sns a:hover {
  opacity: .7;
}

.footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}



@media screen and (max-width: 960px) {
  .footer__contents {
      padding: 50px 0px 100px;
  }

  .footer__btn {
    flex-direction: column;
    gap: 1em;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer__btn li {
    width: 80%;
    max-width: 300px;
    font-size: 1.4rem;
  }

  .footer__info {
    font-size: 1.3rem;
  }

  .footer__logo img {
    width: 60%;
    max-width: 280px;
  }

  .footer .nav {
    background-color: var(--main-color-yellow);
    padding: 1em 0.5em;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
  }

  .footer .nav__list {
    position: initial;
    z-index: initial;
    gap: 5px;
    justify-content: space-between;
  }

  .footer .nav__list-item {
    width: 40%;
  }

  .footer .nav__list-item:nth-of-type(3) {
    width: 20%;
  }

  .footer .nav__list-item a {
    padding: 0.9em 0;
    font-size: clamp(1rem, 3vw, 1.6rem);
    width: 100%;
  }

  .footer .nav__list .instagram a {
    height: max(40px,5vw);
    width: max(40px,5vw);
  }
}


/*********************************
	INDEX SET
*********************************/
/*---------- nav SET ----------*/
.nav {
  position: relative;
}

.nav__list {
  display: flex;
  gap: 1.2vw;
  position: absolute;
  top: 1vw;
  right: 2vw;
  align-items: center;
  z-index: 2;
}
.nav__list-item a {
  padding: 0.5em 1.5vw;
  background-color: var(--main-color-red);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.6rem);
}

.nav__list .instagram a {
  background-color: var(--main-color-red);
  display: grid;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  justify-content: center;
  align-content: center;
}

.nav__list-item a:hover,
.nav__list .instagram a:hover {
  opacity: .7;
  transition: .3s;
}

.nav__list .instagram img {
  width: 40%;
  margin: 0 auto;  
}

/*---------- mv SET ----------*/
.mv {
  position: relative;
  margin-bottom: 7vw;
  overflow: hidden;
}

.mv__main-img {
  position: absolute;
  width: 51vw;
  top: 0;
  left: 5vw;
  z-index: 1;
  animation: SlideInToDown 1.6s;
}

.mv__icon-square {
  width: 12vw;
  top: 30px;
  z-index: 2;
  position: relative;
  animation: SlideInToRight 1.6s;
}

.mv__main-contents {
  background-color: var(--main-color-yellow);
  width: 86%;
  margin: -4vw auto 7vw;
  height: 45vw;
  padding-left: 55%;
  position: relative;
  animation: SlideInToLeft 1.6s;
}

.mv__main-title {
  padding-top: 13vw;
  font-size: clamp(1.5rem, 2.1vw, 4.2rem);
  line-height: .8em;
}

.mv__main-title .red {
  color: var(--main-color-red);
}

.mv__main-title .small {
  font-size: 1vw;
}

.mv__main-contents p {
  padding-top: 1em;
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.8em;
}

/* CSSアニメーションの設定 */
@keyframes SlideInToRight {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideInToLeft {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideInToDown {
  0% {
    opacity: 0;
    transform: translateY(-64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* 流れる文字 */
.loop_wrap {
  display: flex;
  width: 165vw;
  margin-top: -18vw;
  margin-bottom: 4vw;
  overflow: hidden;
  height: 13vw;
}

.loop_wrap img {
  width: 100%;
  height: auto;
  padding-right: 25vw;
  object-fit: contain;
}

@keyframes loop {
0% {
  transform: translateX(100%);
}
to {
  transform: translateX(-100%);
}
}

@keyframes loop2 {
0% {
  transform: translateX(0);
}
to {
  transform: translateX(-200%);
}
}

.loop_wrap img:first-child {
animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
animation: loop2 50s linear infinite;
}


@media screen and (max-width: 768px) {
  .mv__main-img {
    width: 93%;
    top: 0;
    left: initial;
    right: 0;
  }

  .mv__icon-square {
    width: 30vw;
  }

  .mv__main-contents {
    width: 100%;
    margin: 80vw 0 7vw;
    height: 88vw;
    padding-left: 7vw;
  }

  .mv__main-title {
    padding-top: 18vw;
    font-size: 7.4vw;
    line-height: .9em;
  }

  .mv__main-title .small {
    font-size: 3vw;
  }

  .mv__main-contents p {
    font-size: 3.2vw;
  }

}

/*---------- catch SET ----------*/
.catch {
  padding: 8vw 0 24vw;
  position: relative;
  overflow-x: hidden;
}

.catch__box p {
  line-height: 2em;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  width: 52%;
}

.catch__box-title {
  font-size: clamp(2rem, 8vw, 5rem);
  margin-bottom: 1em;
  font-weight: bold;
}

.catch__img {
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .catch__box {
    padding: 160vw 0 0px;
  }
  .catch__img {
    width: 95%;
  }

  .catch__box p {
    line-height: 2em;
    font-size: clamp(1.3rem, 2vw, 2rem);
    width: 100%;
  }
}


/*---------- intro SET ----------*/
.intro {
  margin-top: -12vw;
  position: relative;
}

.intro__contents {
  background-color: #EAE9E8;
  padding: 12vw 10vw 6vw;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5vw;
}

.intro__contents-title img {
  max-width: 320px;
  margin: 0 auto 50px;
  padding-left: 82px;
  width: 55%;
}

.intro__contents p {
  margin-bottom: max(45px,4vw);
}

.intro__contents p:nth-of-type(2) {
  margin-bottom: max(90px,5vw);
}

.intro__contents h3 {
  font-weight: bold;
  font-size: clamp(2rem,2.8vw,2.8rem);
  margin-bottom: max(45px,4vw);
}

.intro__img {
  position: absolute;
  top: 12vw;
  left: 0;
  width: 35vw;
} 

.intro__effect {
  border: 1px solid #000;
  padding: 0em 5em 3em;
}

.intro__effect-title {
  position: relative;
  font-size: 3rem;
  background: #EAE9E8;
  display: inline-block;
  top: -1em;
}

.intro__effect-title:before,
.intro__effect-title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.intro__effect-title:before {
  transform: rotate(-35deg);
}
 
.intro__effect-title:after {
  transform: rotate(35deg);
}

.intro__effect-list {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.intro__effect-list > * {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.intro__effect-list li {
  /* text-indent: -1em; */
  padding-left: 1em;
  position: relative;
}

.intro__effect-list li::before {
  content: "";
  background: url(../img/index/intro-icon-check.png) no-repeat;
  background-size: cover;
  width: 27px;
  height: 23px;
  left: -1em;
  top: 2px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .intro__img {
    top: 0vw;
    left: 4vw;
    width: 92%;
  }

  .intro__effect {
    padding: 0em 2em 4vw;
  }

  .intro__effect-list {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }

  .intro__effect-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
  }

  .intro__effect-list > * {
    width: 100%;
  }

  .intro__contents {
    padding: 50vw 4vw 10vw;
  }
}

@media screen and (max-width: 550px) {
  .intro__contents-title img {
    margin: 0 auto 0px;
    padding-left: 11vw;
    width: 60%;
  }
}

/*---------- note SET ----------*/
.note {
  margin-bottom: 60px;
}
.note__box a {
  border: 6px solid #EAE9E8;
  display: flex;
  flex-direction: column;
  gap: max(20px,3vw);
  align-items: center;
  padding: 3vw 0;
  font-size: clamp(1.4rem,2vw,1.6rem);
  text-align: center;
}
.note__box a:hover {
  background-color: #EAE9E8;
  transition: .3s;
}
.note__box img {
  width: clamp(120px,15vw,190px);
}

/*---------- lesson SET ----------*/
.lesson__intro {
  background: url(../img/index/lesson-bg-01.png) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.lesson__intro-title {
  font-size: clamp(3rem, 5vw, 5rem);
  margin-bottom: 1vw;
}

.lesson__intro-text {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding: 1em;
}

.lesson__image {
  display: flex;
  width: 70%;
  margin: 0 auto;
  padding: 6vw 0px 17vw;
  justify-content: space-between;
}

.lesson__image .movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 2.9vw;
}

.lesson__image iframe {
  width: 100%;
  height: 100%;
}

.lesson__image h3 {
  font-size: 2.6rem;
  margin-bottom: .5em;
}

.lesson__image p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 3.4vw;
}

.lesson__image > * {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lesson__intro-cover {
  width: 100%;
  padding: 6vw 0;
  background: rgba(0,0,0,0.5);
}

.lesson__flow {
  padding: 8vw 0 50px;
}

.lesson__flow-box {
  display: flex;
  width: 85%;
  margin: 0 auto 80px;
  justify-content: space-between;
  min-width: 706px;
}

.lesson__flow-item {
    width: 31%;
}

.lesson__flow-item > img {
  margin-bottom: 1em;
}

.lesson__flow-item:nth-of-type(2) {
  margin-top: 5em;
}

.lesson__flow-item:nth-of-type(3) {
  margin-top: 10em;
}

.lesson__flow-item h3 {
  font-weight: normal;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 2vw, 1.8rem);
}

.lesson__flow-item h3 span {
  background-color: var(--main-color-yellow);
  padding: .8em 1.3em;
	border-radius: 50%;
  margin-right: 1em;
}

.lesson__flow-item h3 > img {
  display: inline-block;
  margin-left: 1em;
}

.lesson__flow-item p {
  margin-bottom: 1em;
}

.lesson__flow-item .p__btn a {
  border-radius: 0px;
}

.lesson__flow-text {
  padding: 1em 2em;
  background-color: #EAE9E8;
  margin-bottom: 2em;
}

.lesson__flow-text li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.lesson__flow-caution {
  border: 2px solid var(--main-color-yellow);
  padding: 1em 2em;
}

.lesson__flow-caution li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.lesson__lineup {
  text-align: center;
}

.lesson__lineup h3 {
  margin-bottom: 1.5vw;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.lesson__lineup p {
  margin-bottom: 2em;
}

.lesson__lineup .time {
  font-weight: bold;
  font-size: 120%;
}

.lesson__lineup p.red {
  font-weight: bold;
  font-size: clamp(1.6rem, 3.2vw, 2rem);
}

.lesson__lineup .short-text {
  width: 33%;
  margin: 0 auto 3em;
  text-align: left;
  min-width: 540px;
}

.lesson__lineup h3 {
  margin-bottom: 1em;
}

.slick-track {
  display: flex;
}

.lesson__lineup-slider {
  margin-bottom: 50px;
}

.lesson__lineup-slider li {
  text-align: left;
  background-color: #EAE9E8;
  position: relative;
  margin: 0 3vw;
  opacity: .4;
  transition: 1s;
}

.lesson__lineup-slider li.slick-active {
  opacity: 1;
  transition: 1s;
}

.lesson__lineup-slider li .title {
  font-size: 2.6rem;
  padding: 40px;
  font-weight: normal;
}

.lesson__lineup-slider li .text {
  padding: 0px 40px;
}

.lesson__lineup-slider li::before {
  position: absolute;
}

.lesson__lineup-slider {
  width: 100%;
  margin: 0 auto 4vw;
  overflow: hidden;
}

.lesson__lineup-slider img {
    width:100%;
    height:auto;
}

.slick-slide {
  height: initial;
}

.slick-prev, 
.slick-next {
  width: 50px !important;
  height: 50px !important;
  z-index: 1;
  position: absolute;
  top: 50%;
}

.slick-prev {
  left: 30%;
}

.slick-next {
  right: 30%;
}

.lesson__lineup .p__btn a {
  border-radius: 0;
  width: 35vw;
  margin-bottom: 130px;
  min-width: 264px;
}

.lesson__lineup-movie .youtube {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.lesson__lineup-movie .youtube > * {
  width: 48%;
  aspect-ratio: 480 / 315;
  height: auto;
}

.lesson__lineup-movie .p__btn a {
  padding: max(20px,2vw);
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1%;
  }
  
  .slick-next {
    right: 1%;
  }

  .slick-prev, .slick-next {
    top: 61vw;
  }

  .lesson__image {
    flex-direction: column;
    width: 92%;
    gap: 10vw;
    padding: 4em 0 8em;
  }

  .lesson__image > * {
    width: 100%;
  }

  .lesson__lineup .p__title {
    margin-bottom: 0.3em;
  }

  .lesson__lineup-slider li .title {
    font-size: clamp(1.8rem, 4vw,2.6rem);
    padding: 20px;
  }

  .lesson__lineup-slider li .text {
    padding: 0px 20px;
  }

  .lesson__lineup .p__btn a {
    width: 94vw;
    font-size: clamp(1.6rem, 3vw, 2rem);
    margin-bottom: 70px;
  }

  .lesson__lineup .short-text {
    width: 93%;
    min-width: initial;
    font-size: 1.4rem;
  }

  .lesson__lineup-movie .youtube {
    gap: 2vw;
  }

  .lesson__lineup-movie .youtube > * {
    width: 100%;
    margin: 0 auto;
  }

  .lesson__flow .p__title {
    margin-bottom: 6vw;
  }

  .lesson__flow-caution {
    padding: 1em 3vw;
  }

  .lesson__flow-box {
    flex-direction: column;
    min-width: initial;
    width: 80%;
  }

  .lesson__flow-item {
    width: 100%;
    margin: 0 auto;
  }

  .lesson__flow-item h3 span {
    padding: 0.5em 1em;
  }

  .lesson__flow-item .p__btn {
    display: block;
  }

  .lesson__flow-item:nth-of-type(3) {
    margin-top: 2em;
  }
}

/*---------- instructor SET ----------*/
.instructor {
  padding: 10vw 0 0;
}

.instructor__box {
  position: relative;
}

.instructor__box-info {
  background-color: #EBEAE9;
  padding: 5em 5em 5em 7em;
  width: 70%;
  margin-left: auto;
}

.instructor__box  img {
  height: auto;
  position: absolute;
  top: 0;
  width: 35%;
  margin-top: -35px;
  min-width: 175px;
}

.instructor__box-info .name {
  font-size: 2rem;
  margin-bottom: 1em;
}

.instructor__box-info .name span {
  font-size: 85%;
  padding-right: 1em;
}

.instructor__box-info .sns {
  padding: 2em 0;
}

.instructor__box-info .position {
  margin-bottom: 1em;
}

.instructor__box-info .sns p {
  text-decoration: underline;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: .5em;
  color: var(--main-color-red);
}

.instructor__box-info .sns .instagram ::before {
  content: "";
  background: url(../img/index/instructor-icon-instagram.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 2px;
  position: absolute;
}

.instructor__box-info .sns .youtube ::before {
  content: "";
  background: url(../img/index/instructor-icon-youtube.png) no-repeat;
  background-size: cover;
  width: 28px;
  height: 25px;
  top: 0px;
  left: 1px;
  position: absolute;
}

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

  .instructor__box-info {
    padding: 15vw 6vw 5vw;
    width: 100%;
  }

  .instructor__box-info .name,
  .instructor__box-info .position,
  .instructor__box-info .text,
  .instructor__box-info .sns {
    padding-left: 35vw;
  }
}

@media screen and (max-width: 540px) {
  .instructor__box-info .text,
  .instructor__box-info .sns {
    margin-top: 2em;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .instructor__box-info .position {
    margin-bottom: 4em;
    font-size: 1.4rem;
  }

  .instructor__box-info .name, 
  .instructor__box-info .position {
    padding-left: 43vw;
  }
}

/*---------- banner SET ----------*/
.banner {
  padding: 5vw 1vw;
}

.banner a:hover {
    opacity: .7;
    transition: .3s;
}

/*---------- charm SET ----------*/
.charm__contents {
  background: url(../img/index/charm-bg-pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  color: #fff;
  justify-content: center;
  text-align: center;
  padding: 3vw 0 max(60px,9vw);
  margin: 0 auto;
  width: 80%;
  aspect-ratio: 260/ 103;
  align-content: flex-start;
}

.charm__contents-title {
  font-size: clamp(1.6rem, 3.6vw, 4.0rem);
  margin-bottom: 1em;
}

.charm__contents-list {
  text-align: left;
  display: flex;
  gap: 1em;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  color: initial;
}

.charm__contents-list li {
  position: relative;
  padding-left: .5em;
  font-size: clamp(1.4rem, .9vw, 1.8rem);
}

.charm__contents-list li::before {
  content: "";
  background: url(../img/index/charm-icon-check.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 16px;
  top: 2px;
  left: -35px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .charm__contents {
    background: url(../img/index/charm-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
  }

  .charm__contents-title {
    font-size: clamp(2rem, 6.5vw, 3.4rem);
    margin-bottom: 1em;
  }

  .charm__contents-list {
    margin: 0 auto 20vw;
  }

  .charm__contents-list li {
    font-size: clamp(1.4rem, 3vw, 2rem);
  }

}

/*---------- merit SET ----------*/
.merit {
  padding: 5vw 0 10vw;
}
.merit__box {
  background-color: #EBEAE9;
  padding: 6em;
}

.merit__box-title {
  text-align: center;
  margin-bottom: 1em;
  color: var(--main-color-red);
  font-size: clamp(1.4rem, 5.5vw, 2.6rem);
}

.merit__box > P {
  margin-bottom: 3em;
}

.merit__box-list li:not(:last-child) {
  margin-bottom: 3em;
}
.merit__box-list-title {
  font-weight: normal;
  position: relative;
  margin-bottom: .5em;
  padding-left: 45px;
}

.merit__box-list-title::before {
  content: "";
  background: url(../img/index/merit-icon-nabe.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 24px;
  top: 0px;
  left: 0px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .merit .wrapper {
    width: 100%;
  }
  .merit__box {
    padding: 4em 5vw;
    margin-bottom: 60px;
    font-size: 1.4rem;
  }

  .merit__box-list-title {
    padding-left: 35px;
  }

  .merit__box-list-title::before {
    width: 27px;
    height: 20px;
    top: 2px;
  }
}

/*---------- photo SET ----------*/
.photo img {
  width: 100%;
}

/*********************************
	FLOW SET
*********************************/
/*---------- fv SET ----------*/
.fv {
  position: relative;
}
.fv__icon-square {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  width: clamp(100px, 12vw, 230px);
}

.fv .p__btn-home {
  position: absolute;
  right: 5vw;
  top: 7vw;
  padding: 0;
  width: 13vw;
}

.fv__main {
  display: flex;
  padding: 11vw 5vw 7vw;
}
.fv__main-img {
  width: 49%;
}

.fv__main-title {
  width: 51%;
}

.fv__main-title {
  background: url(../img/flow/flow-bg-fv01.png) no-repeat;
  background-size: cover;
  font-size: clamp(1rem, 1.7vw, 3.3rem);
  position: relative;
  color: #fff;
  background-position: right;
}

.fv__main-title h1 {
  position: absolute;
  bottom: 30%;
  padding-left: 2vw;
}

.fv__main-title h1 span {
  font-size: clamp(1.8rem,2vw,3.6rem);
}

@media screen and (max-width: 960px) {
  .fv__main {
    flex-direction: column-reverse;
  }
  .fv__main > * {
    width: 100%;
  }
  .fv__main-title {
    height: 50vw;
    background: url(../img/flow/flow-bg-fv01-sp.png) no-repeat;
    background-size: cover;
    background-position-x: right;
  }
  .fv__main-title h1 {
    bottom: 12%;
    font-size: clamp(1.8rem,3.4vw,3.6rem);
    padding-left: 5vw;
  }
  .fv__main-title h1 span {
    font-size: clamp(1.8rem,3.4vw,3.6rem);
  }
  .flow__box-text {
    padding: 1em;
    font-size: 1.45rem;
  }
  .fv__icon-square {
    width: clamp(100px, 23vw, 230px);
  }
}


/*---------- flow SET ----------*/
.flow__box:not(:last-child) {
  margin-bottom: 30px;
}
.flow__box-title {
  background: var(--main-color-yellow);
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em;
  font-size: clamp(2rem, 1.8vw, 3rem);
}
.flow__box-title span {
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  margin-right: 1em;
}
.flow__box-title span > img {
  height: auto;
  max-width: 60px;
  width: 10vw;
}
.flow__box-text {
  padding: 1em;
}
.flow__box-btn {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  padding: 0 1em;
  margin-bottom: 50px;
}
.flow__box-subtitle {
  background: var(--main-color-gray);
  padding: .5em 1em;
  font-weight: normal;
  margin-top: 1em;
}
.flow__box-text > dl {
  margin-bottom: 1em;
}
.flow__box-text > li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow__box.caution {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .flow__box-title {
    align-items: flex-start;
    padding: 0.5em 0.8em;
    font-size: clamp(1.86rem, 1.8vw, 3.3rem);
  }
  .flow__box-title span {
    margin-right: .5em;
    margin-top: -1px;
  }
  .flow__box-subtitle {
    font-size: 1.8rem;
  }
}

/*********************************
	SCROLL SET
*********************************/
.scrollbar {
  position: absolute;
  top: 35vw;
  left: -1.8vw;
  font-size: 13px;
}

.btnlinestretches5{
  position:relative;
  color:#808080;
  padding: 10px 0;
  display:inline-block;
  text-decoration: none;
  outline: none;
  transform: rotate(90deg);
}

.btnlinestretches5::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background: #808080;
}

.btnlinestretches5::after {
  content: "";
  position: absolute;
  bottom: -4.5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
}

.btnlinestretches5::before {
  animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
  animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
  0%{width:0;opacity:0}
  20%{width:0;opacity:1}
  80%{width:105%;opacity:1}
  100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
  0%{left:0;opacity:0}
  20%{left:0;opacity:1}
  80%{left:103%;opacity:1}
  100%{left:103%;opacity:0}
}

@media screen and (max-width: 768px) {
  .scrollbar {
    display: none;
  }
}

/*********************************
	INVIEW SET
*********************************/
/*------ inview-js -------*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.js-fadeLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.8s, transform 0.8s;
  position: initial !important;
}
.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
  position: absolute !important;
}
.js-fadeRight {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.8s, transform 0.8s;
  position: initial !important;
}
.js-fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
  position: absolute !important;
}
.js-fade-top_to_bottom {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade-top_to_bottom.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.js-fade-bottom_to_top > div {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade-bottom_to_top > div:nth-child(3n+1).is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.js-fade-bottom_to_top > div:nth-child(3n+2).is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.0s;
}
.js-fade-bottom_to_top > div:nth-child(3n+3).is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

@media screen and (max-width: 768px) {
  .js-fade-bottom_to_top > div.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  }
  .js-fade-bottom_to_top > div:nth-child(3n+2).is-inview {
    opacity: inherit;
    transform: inherit;
    transition-delay: inherit;
  }
  .js-fade-bottom_to_top > div:nth-child(3n+3).is-inview {
    opacity: inherit;
    transform: inherit;
    transition-delay: inherit;
  }
}
