body {
  color: #564256;
}

@media(max-width: 760px) {
  html, #wrapper {
    font-size: 2.2vw;
  }
}

@media(max-width: 480px) {
  html, #wrapper {
    font-size: 3vw;
  }
}

img {
  width: 100%;
  height: auto;
}

sup {
 font-weight: 400;
 font-size: 1rem;
 margin-left: .5rem;
 display: inline-block;
 vertical-align: top;
}

.sp, br.sp {
  display: none;
}

.pc {
  display: block;
}

@media(max-width: 760px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media(max-width: 480px) {
  br.sp {
    display: inline;
  }
}

#wrapper p.note {
  margin-top: 2em;
  font-size: .9em;
  text-indent: -1.1em;
  padding-left: 1.1em;
  letter-spacing: 0;
}

#wrapper p.note.num {
  text-indent: -2.7em;
  padding-left: 2.7em;
}

.mainw {
  width: 100%;
}

.slide > * {
  flex-shrink: 0;
}

.slide {
  display: flex;
  animation: slide-move 20s infinite linear;
}

@keyframes slide-move {
  100% {translate: -125% 0;}
}

.slide {
  gap: 2%;
}

.slide > * {
  width: 23%;
}

.slide > * img {
  border: 5px solid #564256;
  border-radius: 10px;
}

@media(max-width: 760px) {
  .slide {
    gap: 3%;
    animation: slide-move 16s infinite linear;
  }

  .slide > * {
   width: 30%;
 }
 
  @keyframes slide-move {
    100% {translate: -165% 0;}
  }
}

@media(max-width: 480px) {
  .slide > * {
   width: 50%;
 }
 
  .slide {
    animation: slide-move 14s infinite linear;
    gap: 5%;
  }

  @keyframes slide-move {
    100% {translate: -275% 0;}
  }
}


#wrapper {
  background: #fcf8e7;
  padding: 30px 0 0 0;
  overflow-x: hidden;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

section {
  display: grid;
  place-content: center;
  padding: 100px 0;
}

section:first-of-type {
  padding-top: 0;
}

section h3 {
  font-size: 3rem;
  background: url(../images/sec_title.svg) no-repeat;
  background-size: 80%;
  background-position: center top;
  padding-top: 2em;
  font-weight: 900;
  margin-bottom: 1em;
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  letter-spacing: 0;
}

@media(max-width: 760px) {
  section h3 {
    max-width: 100%;
    padding-top: 2.5em;
    margin-bottom: 2em;
  }
}


@media(max-width: 480px) {
  section h3 {
    padding-top: 1.5em;
    font-size: 8.5vw;
    margin-bottom: 1em;
  }
}

section h3 span {
  color: #65c5b0;
}

section:nth-of-type(2) h3 {
  background: url(../images/sec_title_w.svg) no-repeat;
  background-size: 80%;
  background-position: center top;
}

section h3::after {
  content: '';
  display: block;
  width: 52%;
  height: 50px;
  margin: 0 auto;
  background: url(../images/sec_title_btm.svg) no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media(max-width: 480px) {
  section h3::after {
    height: 40px;
  }
}

#mv {
  width: 96vw;
  margin: 0 auto;
  aspect-ratio: 19 / 9.2;
  background: url(../images/mv.jpg) no-repeat;
  background-size: cover;
  border: 5px solid #564256;
  border-radius: 10px;
  display: grid;
  place-content: center;
  place-items: center;
  margin-bottom: 100px;
}

#mv h2 {
  width: 46vw;
}

@media(max-width: 760px) {
  #mv {
    width: 90vw;
    background: url(../images/mv_sp.jpg) no-repeat;
    aspect-ratio: 473 / 640;
    background-size: 100% 100%;
  }
  
  #mv h2 {
    width: 88vw;
  }
}

#recommend .note.num {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

@media(max-width: 760px) {
  #recommend .note.num {
    width: 85vw;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

#recommend .mainw {
  max-width: 650px;
}

@media(max-width: 760px) {
  #recommend .mainw {
    max-width: 100%;
  }
}

#recommend .slide {
  margin-top: 80px;
}

#recommend .recommend_list {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

#recommend .recommend_list li {
  font-weight: 900;
  box-sizing: border-box;
  width: 100%;
  min-height: 2em;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding: .7em 1em .7em 2.5em;
  line-height: 1.3;
  background: #fff;
  border: 4px solid #564256; 
  background-size: cover;
  position: relative;
  letter-spacing: 0;
  position: relative;
}

#recommend .recommend_list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #564256; 
  background: #fbd952;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}

#recommend .recommend_list li::before {
  content: '';
  display: block;
  background: url(../images/list_mark.svg) no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  min-height: 1.5em;
  margin-right: .5em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: .5em;
}

#point {
  background: #65c5b0;
  padding: 100px 0 50px 0;
}

#point .mainw,
#schedule .mainw {
  width: 90vw;
  max-width: 1100px;
}

#point h3 span {
  color: #fcf8e7;
}

#point .point_list > div {
  border: 2px solid #fcf8e7;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 80px;
}
#point .point_list > div:last-of-type {
  margin-bottom: 40px;
}

#point .point_list > div::before {
  content: '';
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #fcf8e7;
  position:absolute;
  line-height: 1;
  top: -.5em;
  left: -.5em;
  background: #65c5b0;
  padding: 0 .2em .2em .2em;
}

#point .point_list > div:first-of-type::before {
  content: '01';
}

#point .point_list > div:nth-of-type(2)::before {
  content: '02';
}

#point .point_list > div:nth-of-type(3)::before {
  content: '03';
}

#point .point_list > div:nth-of-type(4)::before {
  content: '04';
}

#point .point_list > div:nth-of-type(5)::before {
  content: '05';
}

@media(max-width: 760px) {
  #point .point_list > div::before {
    top: -.7em;
    left: -.5em;
  }
}

#point .point_list dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #fcf8e7;
  padding: 0 0 1em 40px;
  letter-spacing: 0;
}

@media(max-width: 760px) {
  #point .point_list dt {
    padding-left: 40px!important;
    padding-right: 40px!important;
    font-size: 2rem;
  }
}

@media(max-width: 640px) {
  #point .point_list dt {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

#point .point_list dt span {
  background: #fbd952;
}

#point .point_list dd {
  padding-top: 20px;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 2em 0 0 20px;
}


@media(max-width: 760px) {
  #point .point_list dd {
    padding-left: 40px!important;
    padding-right: 40px!important;
    font-size: 1.3rem;
  }
}

@media(max-width: 640px) {
  #point .point_list dd {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}


#point .point_list dd figure {
  position: absolute;
  margin: 0;
}

#point .point_list dd figure img {
  border: 5px solid #564256;
  border-radius: 20px;
  box-sizing: border-box;

}

#wrapper #point .point_list dd ul li {
  list-style-type: '\30fb';
  margin-left: 20px;
}

#point .point_list div:first-of-type dd figure {
  width: 23%;
  top: 60%;
  right: -4%;
}

#point .point_list div:first-of-type dd {
  padding-right: 22%;
}

#point .point_list div:nth-of-type(2) dd figure {
  width: 23%;
  top: 40px;
  right: -3%;
}

#point .point_list div:nth-of-type(2) dd {
  padding-right: 4%;
}

#point .point_list div:nth-of-type(3) dd figure {
  width: 20%;
  top: 30%;
  right: 5%;
}

#point .point_list div:nth-of-type(3) dd {
  padding-right: 25%;
  letter-spacing: -.03em;
}


#point .txt-link {
  margin-top: 1em;
  text-align: right;
  padding-right: 1.5em;
}

#point .txt-link a {
  color: #564256;
  padding-bottom: 2px;
  border-bottom: 1px solid #564256;
}

#point .txt-link a::after {
  content: '▶︎';
  display: inline-block;
  margin-left: .5em;
  scale: 100% 80%;
}

@media(max-width: 760px) {
  #point .txt-link {
    padding: 0;
    text-align: center;
  }
}

#point .point_list div:nth-of-type(4) dd figure {
  width: 15%;
  top: 35%;
  right: -5%;
}

#point .point_list div:nth-of-type(4) dd {
  padding-right: 11%;
  letter-spacing: -.028em;
}

#point .point_list div:nth-of-type(5) dd figure {
  width: 19%;
  top: 30px;
  right: 30px;
}

#point .point_list div:nth-of-type(5) dd {
  padding-right: 21%;
}

@media(max-width: 1100px) {
  #point .point_list div:not(:first-of-type) dd figure {
    top: 50%;
    translate: 0 -50%;
    right: 20px;
    width: 25%;
  }
  #point .point_list div:not(:first-of-type) dt,
  #point .point_list div:not(:first-of-type) dd {
    padding-right: 27%;
  }
}

@media(max-width: 760px) {
  #point .point_list div dd:nth-of-type(n-1) figure,
  #point .point_list div dd:nth-of-type(n+5) figure {
    position: static;
    translate: 0 0;
    width: 95%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #point .point_list div dt:nth-of-type(n-1),
  #point .point_list div dt:nth-of-type(n+5),
  #point .point_list div dd:nth-of-type(n-1),
  #point .point_list div dd:nth-of-type(n+5) {
    padding-right: 0;
  }
}

@media(max-width: 760px) {
  #point .point_list div dt {
    font-size: 1.8rem;
    letter-spacing: -.01em;
  }
  
  #point .point_list div dd li {
    line-height: 1.7;
    margin-bottom: .5em;
  }
  
  #point .point_list div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#schedule .schedule_timetable dt {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding-left: 80px;
}

#schedule .schedule_timetable dt:not(:first-of-type) {
  padding-top: 30px;
}

#schedule .schedule_timetable dt:first-of-type {
  padding-left: 96px;
}

#schedule .schedule_timetable dt:not(:first-of-type),
#schedule .schedule_timetable dd {
  border-left: 12px solid #dbdbd2;
}


#schedule .schedule_timetable dt::before,
#schedule .schedule_timetable dt::after {
  content: '';
  display: inline-block;
  background: #65c5b0;
  position: absolute;
  left: -16px;
  top: calc(50% + 15px);
  translate: 0 -50%;
}
#schedule .schedule_timetable dt:first-of-type::before,
#schedule .schedule_timetable dt:first-of-type::after {
  top: 50%;
  left: -4px;
}

#schedule .schedule_timetable dt::before {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
}

#schedule .schedule_timetable dt::after {
  width: 80px;
  height: 6px;
  border-radius: 9999px;
}

#schedule .schedule_timetable dd {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 30px 45px;
  letter-spacing: 0;
}


@media(max-width: 760px) {
  #schedule .schedule_timetable dd {
    font-size: 1.4rem;
  }
}


#schedule .schedule_timetable dd small {
  font-weight: 400;
  font-size: 1rem;
}

#schedule .schedule_timetable dd:first-of-type {
  margin-top: -10px;
  padding-top: 40px;
}

#schedule .schedule_timetable dd li {
  background: #fff;
  border: 4px solid #564256;
  padding: .5em 1em .5em 2em;
  border-radius: 9999px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}

#schedule .schedule_timetable dd li sup {
  margin-top: -.5em;
  margin-left: 1em;
}

@media(max-width: 760px) {
  #schedule .schedule_timetable dd {
    padding: 45px 10px;
    gap: 1em;
  }
  
  #schedule .schedule_timetable dd li {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
    gap: .3em;
    border-radius: 3em;
  }
}

@media(max-width: 760px) {
  #schedule .schedule_timetable dd {
    padding: 30px 0 30px 2%;
    width: 98%;
  }
  #schedule .schedule_timetable dd li {
    padding: .8em 1em .8em 1.5em;
  }
}

#schedule .schedule_timetable dd li:not(:last-of-type) {
  margin-bottom: 1em;
}

#schedule .schedule_timetable dd li.point {
  background: #fbd952;
}

#outline {
  background: #dedbd2;
  position: relative;
  z-index: 100;
}

#outline .mainw {
  width: 90vw;
  max-width: 1000px;
}

#outline .outline_box {
  width: 100%;
  aspect-ratio: 1 / .65;
  background: #fcf8e7 no-repeat;
  border: 6px solid #564256;
  border-radius: 10px;
  padding: 3% 5%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}

#outline .outline_box::before {
  content: '';
  display: block;
  width: 30%;
  aspect-ratio: 3 / 2.94;
  background: url(../images/outline_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -10.5%;
  left: 5%;
  padding-bottom: 4.5%;
}

#outline .outline_box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #65c5b0;
  border: 6px solid #564256;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: -20px;
  z-index: -1;
}

@media(max-width: 760px) {
  #outline .outline_box {
    padding: 5%;
  }
}

@media(max-width: 480px) {  
  #outline .outline_box::before {
    width: 40%;
    bottom: -8%;
  }
}

#outline .outline_box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2em;
  font-size: 1.12rem;
}

#outline .outline_box .txt p {
  margin-bottom: .8em;
}

#outline .outline_box .txt p:first-of-type {
  font-size: 1.85em;
  font-weight: 700;
}

@media(max-width: 480px) {  
  #outline .outline_box .txt p:first-of-type {
    text-align: center;
  }
}

#outline .outline_fee {
  background: #ade9dc;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em .5em;
  border-radius: 15px;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 1.5rem;
}

#outline .outline_fee h4 {
  letter-spacing: 0;
  background: #fff;
  border: 4px solid #564256;
  border-radius: 9999px;
  width: fit-content;
  aspect-ratio: 1 / 1;
  padding: 1em;
  display: grid;
  place-content: center;
  font-weight: 700;
}

#outline .outline_fee li {
  display: flex;
  align-items: center;
  gap: .5em;
}

#outline .outline_fee li:first-of-type {
  margin-bottom: .5em;
}

@media(max-width: 760px) {
  #outline .outline_box .txt {
    line-height: 1.3;
    font-size: 1rem;
  }
  
  #outline .outline_fee,
  #outline .outline_fee li {
    width: 100%;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    line-height: 1;
  }
}


@media(max-width: 480px) {
  #outline .outline_fee li:first-of-type {
    margin-bottom: 1.5em;
  }
}


#outline .outline_fee li > small {
  font-size: 1.12rem;
  letter-spacing: 0;
  color: #fcf8e7;
  background: #564256;
  border-radius: 9999px;
  padding: .4em 1em;
  line-height: 1;
}

#outline .outline_fee li > span {
  font-size: 3rem;
  display: inline-block;
  line-height: 1;
}

#outline .outline_fee li > span small {
  font-size: 1.5rem;
  margin-left: .3em;
}

#outline .exp {
  padding-left: 15%;
  font-weight: 700;
  font-size: 1.12rem;
}

#wrapper #outline p.note {
  text-align: right;
}

@media(max-width: 480px) {
  #outline .note_list li {
    font-size: 3.8vw;
  }
  #outline .exp {
    padding-left: 0;
    font-size: 3.8vw;
    margin-bottom: 1em;
  }
  
  #wrapper #outline p.note {
    font-size: 3.5vw;
    text-align: left;
    margin-left: 20%;
  }
}


.btn {
  position: relative;
  z-index: 100;
  margin-top: 1em;
}

.c_btn {
  display: block;
  width: 80vw;
  max-width: 450px;
  aspect-ratio: 4.9 / 1;
  background: #f1636e;
  border: 6px solid #564256;
  border-radius: 15px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 2em;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.c_btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #564256;
  border-radius: 15px;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}

.c_btn::before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/btn_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1em;
  opacity: 1;
  transition: opacity .6s;
}

#wrapper a.c_btn:hover {
  color: #fff;
  opacity: 1;
  background: #f7868f;
  border-color: #5b5b5b;
}

#wrapper a.c_btn:hover::after {
  background: #5b5b5b;
}
#wrapper a.c_btn:hover::before {
  opacity: .7;
}

@media(max-width: 760px) {
  .btn {
    margin-top: 2em;
  }
  .c_btn {
    font-size: 4vw;
    width: 76vw;
    padding-right: 3em;
  }
}

@media(max-width: 480px) {
  .c_btn {
    font-size: 5vw;
  }  
}

.cap1 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}
@media(max-width: 760px) {
  .cap1 {
    font-size: 3vw;
  }
}

.cap2 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}
@media(max-width: 760px) {
  .cap2 {
    font-size: 2.4vw;
  }
}

.cap3 {
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}
@media(max-width: 760px) {
  .cap3 {
    font-size: 1.3rem;
  }
}

.cap4 {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
}
@media(max-width: 760px) {
  .cap4 {
    text-align: initial;
    font-size: 4vw;
  }
}
