#top #link01,
#top #link02,
#top #link03,
#top #link04,
#top #link09 {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 768px), print {
  #top #link01,
  #top #link02,
  #top #link03,
  #top #link04,
  #top #link09 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#top #link05,
#top #link06,
#top #link07,
#top #link08 {
  padding-top: 60px;
  margin-top: -60px;
}
#top .starBg {
  background: #fafafa url(../images/top/starBg.png);
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  padding: 100px 0 30px;
}
@media screen and (max-width: 520px) {
  #top .starBg {
    background-size: contain;
  }
}
#top .starBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/starBg_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -6.8vw;
  width: 100%;
  height: 8vw;
  z-index: -1;
}
#top .starBg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/starBg_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -7.9vw;
  width: 100%;
  height: 8vw;
}
#top .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#top #main {
  position: relative;
}
#top #main .logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 768px), print {
  #top #main .logo {
    width: 140px;
    left: 20px;
  }
}
#top #main .mainTextTitle {
  position: absolute;
  color: #fff;
  font-size: 2.6vw;
  line-height: 3;
  width: 100%;
  bottom: 27vw;
}
@media screen and (max-width: 1200px) {
  #top #main .mainTextTitle {
    bottom: 27vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #main .mainTextTitle {
    font-size: 2.5vw;
    line-height: 2.5;
    bottom: 28vw;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainTextTitle {
    font-size: 5.5vw;
    bottom: 110vw;
  }
}
@media print {
  #top #main .mainTextTitle {
    font-size: 2vw;
    line-height: 2.5;
  }
}
#top #main .mainText {
  position: absolute;
  color: #fff;
  font-size: 1.1vw;
  line-height: 3;
  width: 100%;
  bottom: 7vw;
}
@media screen and (max-width: 1200px) {
  #top #main .mainText {
    bottom: 6vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #main .mainText {
    line-height: 2.5;
    font-size: 1.3vw;
    bottom: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainText {
    font-size: 3.5vw;
    bottom: 20vw;
  }
}
@media print {
  #top #main .mainText {
    font-size: 2vw;
    line-height: 2.5;
  }
}
#top #tour .movie {
  padding-bottom: 90px;
}
#top #tour .movie .movieImage .movieLink {
  position: relative;
  display: inline-block;
}
#top #tour .movie .movieImage .movieLink::before {
  position: absolute;
  content: "";
  border-top: 1px dashed #192d61;
  border-left: 1px dashed #192d61;
  width: 25px;
  height: 25px;
  top: -10px;
  left: -10px;
}
#top #tour .movie .movieImage .movieLink::after {
  position: absolute;
  content: "";
  border-top: 1px dashed #192d61;
  border-right: 1px dashed #192d61;
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px;
}
#top #tour .movie .movieImage .movieLink .movieDeco {
  position: relative;
}
#top #tour .movie .movieImage .movieLink .movieDeco::before {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #192d61;
  border-left: 1px dashed #192d61;
  width: 25px;
  height: 25px;
  bottom: -10px;
  left: -10px;
}
#top #tour .movie .movieImage .movieLink .movieDeco::after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #192d61;
  border-right: 1px dashed #192d61;
  width: 25px;
  height: 25px;
  bottom: -10px;
  right: -10px;
}
#top #tour .movie .movieImage .tourText {
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  #top #tour .movie .movieImage .tourText {
    margin-top: 30px;
  }
}
#top #tour .feature {
  padding-bottom: 90px;
}
#top #tour .feature .featureFlex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  #top #tour .feature .featureFlex {
    flex-direction: column;
  }
}
#top #tour .feature .featureFlex .pointItem {
  position: relative;
}
#top #tour .feature .featureFlex .pointItem + .pointItem {
  margin-left: 20px;
}
@media screen and (max-width: 768px), print {
  #top #tour .feature .featureFlex .pointItem + .pointItem {
    margin: 30px 0 0;
  }
}
#top #tour .feature .featureFlex .pointItem:nth-child(1) .pointDetail:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/pointDeco01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 86px;
  height: 121px;
  bottom: 20px;
  left: -45px;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem:nth-child(1) .pointDetail:before {
    width: 66px;
    height: 91px;
    bottom: 50px;
    left: -15px;
  }
}
#top #tour .feature .featureFlex .pointItem:nth-child(2) .pointDetail:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/pointDeco02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 108px;
  bottom: 0px;
  right: -20px;
  z-index: 1;
}
#top #tour .feature .featureFlex .pointItem:nth-child(2) .pointTitle {
  font-size: 34px !important;
}
#top #tour .feature .featureFlex .pointItem:nth-child(2) .pointTitle span {
  font-size: 26px !important;
}
#top #tour .feature .featureFlex .pointItem:nth-child(3) .pointDetail:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/pointDeco03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 71px;
  top: 35px;
  right: -20px;
  z-index: 1;
}
#top #tour .feature .featureFlex .pointItem:nth-child(3) .pointTextArea {
  top: 51% !important;
}
#top #tour .feature .featureFlex .pointItem:nth-child(3) .pointTitle {
  font-size: 30px !important;
}
#top #tour .feature .featureFlex .pointItem .pointDetail {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail {
    width: 390px;
  }
}
@media screen and (max-width: 950px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail {
    width: auto;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .feature .featureFlex .pointItem .pointDetail {
    max-width: 325px;
    margin: 0 auto;
  }
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea {
  position: absolute;
  top: 46%;
  left: 52.1%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .point {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .point {
    font-size: 26px;
  }
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .point span {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .point span {
    font-size: 36px;
  }
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointTitle {
  font-size: 36px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointTitle {
    font-size: 32px;
  }
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointTitle::before {
  display: block;
  content: "";
  width: 105%;
  height: 20px;
  background-color: #fff359;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 20px;
  z-index: -1;
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointTitle span {
  font-size: 28px;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointTitle span {
    font-size: 24px;
  }
}
#top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointText {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #top #tour .feature .featureFlex .pointItem .pointDetail .pointTextArea .pointText {
    font-size: 16px;
  }
}
#top #tour .profile {
  padding-bottom: 90px;
}
#top #tour .profile .profileArea {
  background-color: #ececec;
  border-radius: 10px;
  padding: 30px 35px;
  position: relative;
}
#top #tour .profile .profileArea::before {
  position: absolute;
  content: "";
  width: 77px;
  height: 1px;
  border: 1px dashed #999;
  top: 12px;
  right: -30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea::before {
    width: 60px;
    right: -20px;
  }
}
#top #tour .profile .profileArea::after {
  position: absolute;
  content: "";
  width: 77px;
  height: 1px;
  border: 1px dashed #999;
  bottom: 12px;
  left: -30px;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea::after {
    width: 60px;
    left: -20px;
  }
}
#top #tour .profile .profileArea.small {
  margin: 0 60px;
}
#top #tour .profile .profileArea.small::before, #top #tour .profile .profileArea.small::after {
  display: none;
}
#top #tour .profile .profileArea.small .profileTextArea {
  width: calc(100% - 207px) !important;
}
@media screen and (max-width: 768px), print {
  #top #tour .profile .profileArea.small .profileTextArea {
    width: 100% !important;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea.small {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .profile .profileArea .profileFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .profile .profileArea .profileFlex .profileImage {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea .profileFlex .profileImage {
    width: 100%;
  }
}
#top #tour .profile .profileArea .profileFlex .profileTextArea {
  width: calc(100% - 270px);
}
@media screen and (max-width: 768px), print {
  #top #tour .profile .profileArea .profileFlex .profileTextArea {
    width: 100%;
  }
}
#top #tour .profile .profileArea .profileFlex .profileTextArea .nameFlex {
  align-items: baseline;
  color: #333;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#top #tour .profile .profileArea .profileFlex .profileTextArea .nameFlex .name_jp {
  font-size: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea .profileFlex .profileTextArea .nameFlex .name_jp {
    font-size: 28px;
  }
}
#top #tour .profile .profileArea .profileFlex .profileTextArea .nameFlex .name_en {
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea .profileFlex .profileTextArea .nameFlex .name_en {
    font-size: 14px;
  }
}
#top #tour .profile .profileArea .profileFlex .profileTextArea .profileText {
  color: #333;
  margin-bottom: 10px;
}
#top #tour .profile .profileArea .profileFlex .snsFlex {
  flex-wrap: wrap;
  page-break-inside: avoid;
}
#top #tour .profile .profileArea .profileFlex .snsFlex .snsItem {
  background-color: #fff;
  height: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 40px;
  border-radius: 40px;
  font-size: 18px;
  position: relative;
  margin-right: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #top #tour .profile .profileArea .profileFlex .snsFlex .snsItem {
    font-size: 16px;
  }
}
#top #tour .profile .profileArea .profileFlex .snsFlex .snsItem::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 2px;
  transform: translate(0, -50%);
}
#top #tour .profile .profileArea .profileFlex .snsFlex .snsItem.instagram::before {
  background-image: url(../images/top/instagram@2x.png);
}
#top #tour .profile .profileArea .profileFlex .snsFlex .snsItem.x::before {
  background-image: url(../images/top/x@2x.png);
}
#top #tour .tour {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px), print {
  #top #tour .tour {
    padding-bottom: 100px;
  }
}
#top #tour .tour .tourText {
  max-width: 800px;
  margin: 0 auto 40px;
}
#top #tour .tour .tourFlex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex {
    text-align: left;
  }
}
#top #tour .tour .tourFlex .tourItem {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 25px 20px 70px;
  position: relative;
  transition: all 0.5s;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #top #tour .tour .tourFlex .tourItem {
    width: 32%;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
  }
  #top #tour .tour .tourFlex .tourItem + .tourItem {
    margin-top: 20px;
  }
}
#top #tour .tour .tourFlex .tourItem::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/arw@2x.png);
  background-size: contain;
  width: 18px;
  height: 16px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem::before {
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem::before {
    width: 12px;
    height: 10px;
    right: 10px;
  }
}
#top #tour .tour .tourFlex .tourItem:hover {
  top: 40px;
  opacity: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem:hover {
    top: 0;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem .courseImage {
    width: 40%;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem .courseTextArea {
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem .courseTextArea {
    margin-left: 15px;
  }
}
#top #tour .tour .tourFlex .tourItem .courseTitle {
  background: linear-gradient(120deg, #fff57e 0%, #fff57e 60%, #b4bcdf 100%);
  border-radius: 20px;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #top #tour .tour .tourFlex .tourItem .courseTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem .courseTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem .courseTitle {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
  }
}
#top #tour .tour .tourFlex .tourItem .day span {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem .day span {
    font-size: 12px;
  }
}
#top #tour .tour .tourFlex .tourItem .tourTitle {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #top #tour .tour .tourFlex .tourItem .tourTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px), print {
  #top #tour .tour .tourFlex .tourItem .tourTitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem .tourTitle {
    font-size: 16px;
  }
}
#top #tour .tour .tourFlex .tourItem .tourTitle span {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #top #tour .tour .tourFlex .tourItem .tourTitle span {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #top #tour .tour .tourFlex .tourItem .tourTitle span {
    font-size: 14px;
  }
}
#top #course01 .course01_main,
#top #course01 .course02_main,
#top #course01 .course03_main,
#top #course02 .course01_main,
#top #course02 .course02_main,
#top #course02 .course03_main,
#top #course03 .course01_main,
#top #course03 .course02_main,
#top #course03 .course03_main {
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main,
  #top #course01 .course02_main,
  #top #course01 .course03_main,
  #top #course02 .course01_main,
  #top #course02 .course02_main,
  #top #course02 .course03_main,
  #top #course03 .course01_main,
  #top #course03 .course02_main,
  #top #course03 .course03_main {
    margin-bottom: 40px;
  }
}
@media print {
  #top #course01 .course01_main,
  #top #course01 .course02_main,
  #top #course01 .course03_main,
  #top #course02 .course01_main,
  #top #course02 .course02_main,
  #top #course02 .course03_main,
  #top #course03 .course01_main,
  #top #course03 .course02_main,
  #top #course03 .course03_main {
    page-break-inside: avoid;
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
#top #course01 .course01_main.img-wrap,
#top #course01 .course02_main.img-wrap,
#top #course01 .course03_main.img-wrap,
#top #course02 .course01_main.img-wrap,
#top #course02 .course02_main.img-wrap,
#top #course02 .course03_main.img-wrap,
#top #course03 .course01_main.img-wrap,
#top #course03 .course02_main.img-wrap,
#top #course03 .course03_main.img-wrap {
  clip-path: circle(100% at 50% 50%);
  -webkit-clip-path: circle(100% at 50% 50%);
}
#top #course01 .course01_main::before,
#top #course01 .course02_main::before,
#top #course01 .course03_main::before,
#top #course02 .course01_main::before,
#top #course02 .course02_main::before,
#top #course02 .course03_main::before,
#top #course03 .course01_main::before,
#top #course03 .course02_main::before,
#top #course03 .course03_main::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/starBg_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -2px;
  width: 100%;
  height: 8vw;
}
#top #course01 .course01_main .courseTop,
#top #course01 .course02_main .courseTop,
#top #course01 .course03_main .courseTop,
#top #course02 .course01_main .courseTop,
#top #course02 .course02_main .courseTop,
#top #course02 .course03_main .courseTop,
#top #course03 .course01_main .courseTop,
#top #course03 .course02_main .courseTop,
#top #course03 .course03_main .courseTop {
  position: absolute;
  top: -1%;
  left: 28%;
  transform: rotate(-8deg);
}
@media screen and (max-width: 1600px) {
  #top #course01 .course01_main .courseTop,
  #top #course01 .course02_main .courseTop,
  #top #course01 .course03_main .courseTop,
  #top #course02 .course01_main .courseTop,
  #top #course02 .course02_main .courseTop,
  #top #course02 .course03_main .courseTop,
  #top #course03 .course01_main .courseTop,
  #top #course03 .course02_main .courseTop,
  #top #course03 .course03_main .courseTop {
    left: 16vw;
    top: 0.3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #course01 .course01_main .courseTop,
  #top #course01 .course02_main .courseTop,
  #top #course01 .course03_main .courseTop,
  #top #course02 .course01_main .courseTop,
  #top #course02 .course02_main .courseTop,
  #top #course02 .course03_main .courseTop,
  #top #course03 .course01_main .courseTop,
  #top #course03 .course02_main .courseTop,
  #top #course03 .course03_main .courseTop {
    left: 10vw;
    transform: rotate(-11deg);
    top: 0;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main .courseTop,
  #top #course01 .course02_main .courseTop,
  #top #course01 .course03_main .courseTop,
  #top #course02 .course01_main .courseTop,
  #top #course02 .course02_main .courseTop,
  #top #course02 .course03_main .courseTop,
  #top #course03 .course01_main .courseTop,
  #top #course03 .course02_main .courseTop,
  #top #course03 .course03_main .courseTop {
    top: -2vw;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseTop,
  #top #course01 .course02_main .courseTop,
  #top #course01 .course03_main .courseTop,
  #top #course02 .course01_main .courseTop,
  #top #course02 .course02_main .courseTop,
  #top #course02 .course03_main .courseTop,
  #top #course03 .course01_main .courseTop,
  #top #course03 .course02_main .courseTop,
  #top #course03 .course03_main .courseTop {
    left: 8%;
    top: -3vw;
  }
}
@media print {
  #top #course01 .course01_main .courseTop,
  #top #course01 .course02_main .courseTop,
  #top #course01 .course03_main .courseTop,
  #top #course02 .course01_main .courseTop,
  #top #course02 .course02_main .courseTop,
  #top #course02 .course03_main .courseTop,
  #top #course03 .course01_main .courseTop,
  #top #course03 .course02_main .courseTop,
  #top #course03 .course03_main .courseTop {
    left: 10vw;
    transform: rotate(-11deg);
  }
}
#top #course01 .course01_main .courseBase,
#top #course01 .course02_main .courseBase,
#top #course01 .course03_main .courseBase,
#top #course02 .course01_main .courseBase,
#top #course02 .course02_main .courseBase,
#top #course02 .course03_main .courseBase,
#top #course03 .course01_main .courseBase,
#top #course03 .course02_main .courseBase,
#top #course03 .course03_main .courseBase {
  top: -35vw;
}
@media screen and (max-width: 1024px) {
  #top #course01 .course01_main .courseBase,
  #top #course01 .course02_main .courseBase,
  #top #course01 .course03_main .courseBase,
  #top #course02 .course01_main .courseBase,
  #top #course02 .course02_main .courseBase,
  #top #course02 .course03_main .courseBase,
  #top #course03 .course01_main .courseBase,
  #top #course03 .course02_main .courseBase,
  #top #course03 .course03_main .courseBase {
    top: -68vw;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main .courseBase,
  #top #course01 .course02_main .courseBase,
  #top #course01 .course03_main .courseBase,
  #top #course02 .course01_main .courseBase,
  #top #course02 .course02_main .courseBase,
  #top #course02 .course03_main .courseBase,
  #top #course03 .course01_main .courseBase,
  #top #course03 .course02_main .courseBase,
  #top #course03 .course03_main .courseBase {
    top: -95vw;
  }
}
@media print {
  #top #course01 .course01_main .courseBase,
  #top #course01 .course02_main .courseBase,
  #top #course01 .course03_main .courseBase,
  #top #course02 .course01_main .courseBase,
  #top #course02 .course02_main .courseBase,
  #top #course02 .course03_main .courseBase,
  #top #course03 .course01_main .courseBase,
  #top #course03 .course02_main .courseBase,
  #top #course03 .course03_main .courseBase {
    top: -68vw;
  }
}
#top #course01 .course01_main .courseBase .courseTitleArea,
#top #course01 .course02_main .courseBase .courseTitleArea,
#top #course01 .course03_main .courseBase .courseTitleArea,
#top #course02 .course01_main .courseBase .courseTitleArea,
#top #course02 .course02_main .courseBase .courseTitleArea,
#top #course02 .course03_main .courseBase .courseTitleArea,
#top #course03 .course01_main .courseBase .courseTitleArea,
#top #course03 .course02_main .courseBase .courseTitleArea,
#top #course03 .course03_main .courseBase .courseTitleArea {
  color: #fff;
  position: absolute;
  width: 510px;
  background: linear-gradient(90deg, transparent 0%, #182244 20%, #182244 40%, transparent 100%);
  padding: 30px 0;
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main .courseBase .courseTitleArea,
  #top #course01 .course02_main .courseBase .courseTitleArea,
  #top #course01 .course03_main .courseBase .courseTitleArea,
  #top #course02 .course01_main .courseBase .courseTitleArea,
  #top #course02 .course02_main .courseBase .courseTitleArea,
  #top #course02 .course03_main .courseBase .courseTitleArea,
  #top #course03 .course01_main .courseBase .courseTitleArea,
  #top #course03 .course02_main .courseBase .courseTitleArea,
  #top #course03 .course03_main .courseBase .courseTitleArea {
    width: 450px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseBase .courseTitleArea,
  #top #course01 .course02_main .courseBase .courseTitleArea,
  #top #course01 .course03_main .courseBase .courseTitleArea,
  #top #course02 .course01_main .courseBase .courseTitleArea,
  #top #course02 .course02_main .courseBase .courseTitleArea,
  #top #course02 .course03_main .courseBase .courseTitleArea,
  #top #course03 .course01_main .courseBase .courseTitleArea,
  #top #course03 .course02_main .courseBase .courseTitleArea,
  #top #course03 .course03_main .courseBase .courseTitleArea {
    width: 250px;
  }
}
#top #course01 .course01_main .courseBase .courseTitleArea .day,
#top #course01 .course02_main .courseBase .courseTitleArea .day,
#top #course01 .course03_main .courseBase .courseTitleArea .day,
#top #course02 .course01_main .courseBase .courseTitleArea .day,
#top #course02 .course02_main .courseBase .courseTitleArea .day,
#top #course02 .course03_main .courseBase .courseTitleArea .day,
#top #course03 .course01_main .courseBase .courseTitleArea .day,
#top #course03 .course02_main .courseBase .courseTitleArea .day,
#top #course03 .course03_main .courseBase .courseTitleArea .day {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseBase .courseTitleArea .day,
  #top #course01 .course02_main .courseBase .courseTitleArea .day,
  #top #course01 .course03_main .courseBase .courseTitleArea .day,
  #top #course02 .course01_main .courseBase .courseTitleArea .day,
  #top #course02 .course02_main .courseBase .courseTitleArea .day,
  #top #course02 .course03_main .courseBase .courseTitleArea .day,
  #top #course03 .course01_main .courseBase .courseTitleArea .day,
  #top #course03 .course02_main .courseBase .courseTitleArea .day,
  #top #course03 .course03_main .courseBase .courseTitleArea .day {
    font-size: 14px;
  }
}
#top #course01 .course01_main .courseBase .courseTitleArea .day span,
#top #course01 .course02_main .courseBase .courseTitleArea .day span,
#top #course01 .course03_main .courseBase .courseTitleArea .day span,
#top #course02 .course01_main .courseBase .courseTitleArea .day span,
#top #course02 .course02_main .courseBase .courseTitleArea .day span,
#top #course02 .course03_main .courseBase .courseTitleArea .day span,
#top #course03 .course01_main .courseBase .courseTitleArea .day span,
#top #course03 .course02_main .courseBase .courseTitleArea .day span,
#top #course03 .course03_main .courseBase .courseTitleArea .day span {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseBase .courseTitleArea .day span,
  #top #course01 .course02_main .courseBase .courseTitleArea .day span,
  #top #course01 .course03_main .courseBase .courseTitleArea .day span,
  #top #course02 .course01_main .courseBase .courseTitleArea .day span,
  #top #course02 .course02_main .courseBase .courseTitleArea .day span,
  #top #course02 .course03_main .courseBase .courseTitleArea .day span,
  #top #course03 .course01_main .courseBase .courseTitleArea .day span,
  #top #course03 .course02_main .courseBase .courseTitleArea .day span,
  #top #course03 .course03_main .courseBase .courseTitleArea .day span {
    font-size: 12px;
  }
}
#top #course01 .course01_main .courseBase .courseTitleArea .tourTitle,
#top #course01 .course02_main .courseBase .courseTitleArea .tourTitle,
#top #course01 .course03_main .courseBase .courseTitleArea .tourTitle,
#top #course02 .course01_main .courseBase .courseTitleArea .tourTitle,
#top #course02 .course02_main .courseBase .courseTitleArea .tourTitle,
#top #course02 .course03_main .courseBase .courseTitleArea .tourTitle,
#top #course03 .course01_main .courseBase .courseTitleArea .tourTitle,
#top #course03 .course02_main .courseBase .courseTitleArea .tourTitle,
#top #course03 .course03_main .courseBase .courseTitleArea .tourTitle {
  font-size: 53px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course01 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course01 .course03_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course03_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course03_main .courseBase .courseTitleArea .tourTitle {
    font-size: 45px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course01 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course01 .course03_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course02 .course03_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course01_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course02_main .courseBase .courseTitleArea .tourTitle,
  #top #course03 .course03_main .courseBase .courseTitleArea .tourTitle {
    font-size: 26px;
  }
}
#top #course01 .course01_main .courseBase .courseTitleArea .tourTitle span,
#top #course01 .course02_main .courseBase .courseTitleArea .tourTitle span,
#top #course01 .course03_main .courseBase .courseTitleArea .tourTitle span,
#top #course02 .course01_main .courseBase .courseTitleArea .tourTitle span,
#top #course02 .course02_main .courseBase .courseTitleArea .tourTitle span,
#top #course02 .course03_main .courseBase .courseTitleArea .tourTitle span,
#top #course03 .course01_main .courseBase .courseTitleArea .tourTitle span,
#top #course03 .course02_main .courseBase .courseTitleArea .tourTitle span,
#top #course03 .course03_main .courseBase .courseTitleArea .tourTitle span {
  font-size: 40px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course01 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course01 .course03_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course03_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course03_main .courseBase .courseTitleArea .tourTitle span {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course01 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course01 .course03_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course02 .course03_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course01_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course02_main .courseBase .courseTitleArea .tourTitle span,
  #top #course03 .course03_main .courseBase .courseTitleArea .tourTitle span {
    font-size: 20px;
  }
}
#top #course01 .course01_main .imageNote,
#top #course01 .course02_main .imageNote,
#top #course01 .course03_main .imageNote,
#top #course02 .course01_main .imageNote,
#top #course02 .course02_main .imageNote,
#top #course02 .course03_main .imageNote,
#top #course03 .course01_main .imageNote,
#top #course03 .course02_main .imageNote,
#top #course03 .course03_main .imageNote {
  position: absolute;
  color: #fff;
  font-weight: 500;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 520px) {
  #top #course01 .course01_main .imageNote,
  #top #course01 .course02_main .imageNote,
  #top #course01 .course03_main .imageNote,
  #top #course02 .course01_main .imageNote,
  #top #course02 .course02_main .imageNote,
  #top #course02 .course03_main .imageNote,
  #top #course03 .course01_main .imageNote,
  #top #course03 .course02_main .imageNote,
  #top #course03 .course03_main .imageNote {
    bottom: 10px;
    right: 10px;
  }
}
#top #course01 .courseText,
#top #course02 .courseText,
#top #course03 .courseText {
  display: inline-block;
  color: #333;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .courseText,
  #top #course02 .courseText,
  #top #course03 .courseText {
    margin-bottom: 40px;
  }
}
#top #course01 .scheduleTitle,
#top #course02 .scheduleTitle,
#top #course03 .scheduleTitle {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .scheduleTitle,
  #top #course02 .scheduleTitle,
  #top #course03 .scheduleTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .scheduleTitle,
  #top #course02 .scheduleTitle,
  #top #course03 .scheduleTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #top #course01 .scroll,
  #top #course02 .scroll,
  #top #course03 .scroll {
    overflow-x: scroll;
  }
}
#top #course01 .scroll + .scroll,
#top #course02 .scroll + .scroll,
#top #course03 .scroll + .scroll {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #top #course01 .scroll .scheduleImage,
  #top #course02 .scroll .scheduleImage,
  #top #course03 .scroll .scheduleImage {
    width: 1200px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .scroll .scheduleImage,
  #top #course02 .scroll .scheduleImage,
  #top #course03 .scroll .scheduleImage {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  #top #course01 .scroll-hint-shadow-wrap,
  #top #course02 .scroll-hint-shadow-wrap,
  #top #course03 .scroll-hint-shadow-wrap {
    overflow-x: scroll;
  }
}
#top #course01 .scroll-hint-shadow-wrap + .scroll-hint-shadow-wrap,
#top #course02 .scroll-hint-shadow-wrap + .scroll-hint-shadow-wrap,
#top #course03 .scroll-hint-shadow-wrap + .scroll-hint-shadow-wrap {
  margin-top: 30px;
}
#top #course01 .slideFlex01,
#top #course01 .slideFlex02,
#top #course01 .slideFlex03,
#top #course02 .slideFlex01,
#top #course02 .slideFlex02,
#top #course02 .slideFlex03,
#top #course03 .slideFlex01,
#top #course03 .slideFlex02,
#top #course03 .slideFlex03 {
  margin-bottom: 230px;
}
@media screen and (max-width: 1024px) {
  #top #course01 .slideFlex01,
  #top #course01 .slideFlex02,
  #top #course01 .slideFlex03,
  #top #course02 .slideFlex01,
  #top #course02 .slideFlex02,
  #top #course02 .slideFlex03,
  #top #course03 .slideFlex01,
  #top #course03 .slideFlex02,
  #top #course03 .slideFlex03 {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex01,
  #top #course01 .slideFlex02,
  #top #course01 .slideFlex03,
  #top #course02 .slideFlex01,
  #top #course02 .slideFlex02,
  #top #course02 .slideFlex03,
  #top #course03 .slideFlex01,
  #top #course03 .slideFlex02,
  #top #course03 .slideFlex03 {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
}
#top #course01 .areamap,
#top #course02 .areamap,
#top #course03 .areamap {
  margin-top: 80px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .areamap,
  #top #course02 .areamap,
  #top #course03 .areamap {
    margin-top: 40px;
  }
}
#top #course01 .areamap #detailMap,
#top #course02 .areamap #detailMap,
#top #course03 .areamap #detailMap {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .areamap #detailMap,
  #top #course02 .areamap #detailMap,
  #top #course03 .areamap #detailMap {
    margin-bottom: 50px;
  }
}
#top #course01 .areamap .detailMap__inner .map,
#top #course02 .areamap .detailMap__inner .map,
#top #course03 .areamap .detailMap__inner .map {
  max-width: 100%;
  margin: 0 auto 0;
}
#top #course01 .areamap .detailMap__inner .map .mapWrap,
#top #course02 .areamap .detailMap__inner .map .mapWrap,
#top #course03 .areamap .detailMap__inner .map .mapWrap {
  position: relative;
  width: 100%;
  padding-top: 41.7%;
}
#top #course01 .areamap .detailMap__inner .map iframe,
#top #course02 .areamap .detailMap__inner .map iframe,
#top #course03 .areamap .detailMap__inner .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #top #course01 .areamap .detailMap__inner .map,
  #top #course02 .areamap .detailMap__inner .map,
  #top #course03 .areamap .detailMap__inner .map {
    max-width: 100%;
    margin: 0 auto 0;
  }
  #top #course01 .areamap .detailMap__inner .map .mapWrap,
  #top #course02 .areamap .detailMap__inner .map .mapWrap,
  #top #course03 .areamap .detailMap__inner .map .mapWrap {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  #top #course01 .areamap .detailMap__inner .map iframe,
  #top #course02 .areamap .detailMap__inner .map iframe,
  #top #course03 .areamap .detailMap__inner .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print {
  #top #course01 .areamap .detailMap__inner,
  #top #course02 .areamap .detailMap__inner,
  #top #course03 .areamap .detailMap__inner {
    padding-top: 3%;
  }
}
#top #course01 .areamap .myMap_contents .map,
#top #course02 .areamap .myMap_contents .map,
#top #course03 .areamap .myMap_contents .map {
  overflow: hidden;
}
#top #course01 .areamap .myMap_contents .map iframe,
#top #course02 .areamap .myMap_contents .map iframe,
#top #course03 .areamap .myMap_contents .map iframe {
  top: -80px;
  border: none;
  height: calc(100% + 80px);
}
@media print {
  #top #course01 .areamap .myMap_contents .map .mapWrap,
  #top #course02 .areamap .myMap_contents .map .mapWrap,
  #top #course03 .areamap .myMap_contents .map .mapWrap {
    padding-top: 60%;
  }
}
#top #course01 .slideFlex01,
#top #course02 .slideFlex01,
#top #course03 .slideFlex01 {
  margin-top: 150px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex01,
  #top #course02 .slideFlex01,
  #top #course03 .slideFlex01 {
    margin-top: 70px;
    flex-direction: column;
  }
}
#top #course01 .slideFlex01 .slick,
#top #course02 .slideFlex01 .slick,
#top #course03 .slideFlex01 .slick {
  width: 56%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex01 .slick,
  #top #course02 .slideFlex01 .slick,
  #top #course03 .slideFlex01 .slick {
    width: 80%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .slideFlex01 .slick,
  #top #course02 .slideFlex01 .slick,
  #top #course03 .slideFlex01 .slick {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #course01 .slideFlex01 .slick::before,
#top #course02 .slideFlex01 .slick::before,
#top #course03 .slideFlex01 .slick::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/slideDeco01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  bottom: -230px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #top #course01 .slideFlex01 .slick::before,
  #top #course02 .slideFlex01 .slick::before,
  #top #course03 .slideFlex01 .slick::before {
    width: 170px;
    height: 170px;
    bottom: -170px;
    right: 0;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex01 .slick::before,
  #top #course02 .slideFlex01 .slick::before,
  #top #course03 .slideFlex01 .slick::before {
    width: 100px;
    height: 100px;
    bottom: -100px;
    right: -60px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .slideFlex01 .slick::before,
  #top #course02 .slideFlex01 .slick::before,
  #top #course03 .slideFlex01 .slick::before {
    width: 70px;
    height: 70px;
    bottom: -70px;
    right: 0;
    z-index: -2;
  }
}
#top #course01 .slideFlex01 .slideTextArea,
#top #course02 .slideFlex01 .slideTextArea,
#top #course03 .slideFlex01 .slideTextArea {
  width: 38%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex01 .slideTextArea,
  #top #course02 .slideFlex01 .slideTextArea,
  #top #course03 .slideFlex01 .slideTextArea {
    width: 100%;
  }
}
#top #course01 .slideFlex02.bottom,
#top #course02 .slideFlex02.bottom,
#top #course03 .slideFlex02.bottom {
  margin-bottom: 0;
}
#top #course01 .slideFlex02.bottom .slick::before,
#top #course02 .slideFlex02.bottom .slick::before,
#top #course03 .slideFlex02.bottom .slick::before {
  content: none;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex02.bottom .slick::before,
  #top #course02 .slideFlex02.bottom .slick::before,
  #top #course03 .slideFlex02.bottom .slick::before {
    content: "";
  }
}
#top #course01 .slideFlex02 .slick,
#top #course02 .slideFlex02 .slick,
#top #course03 .slideFlex02 .slick {
  width: 51%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex02 .slick,
  #top #course02 .slideFlex02 .slick,
  #top #course03 .slideFlex02 .slick {
    width: 80%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .slideFlex02 .slick,
  #top #course02 .slideFlex02 .slick,
  #top #course03 .slideFlex02 .slick {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #course01 .slideFlex02 .slick::before,
#top #course02 .slideFlex02 .slick::before,
#top #course03 .slideFlex02 .slick::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/slideDeco02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  bottom: -230px;
  left: -150px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex02 .slick::before,
  #top #course02 .slideFlex02 .slick::before,
  #top #course03 .slideFlex02 .slick::before {
    width: 70px;
    height: 70px;
    bottom: -70px;
    left: auto;
    right: 0;
    z-index: -2;
  }
}
#top #course01 .slideFlex02 .slideTextArea,
#top #course02 .slideFlex02 .slideTextArea,
#top #course03 .slideFlex02 .slideTextArea {
  width: 44.5%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex02 .slideTextArea,
  #top #course02 .slideFlex02 .slideTextArea,
  #top #course03 .slideFlex02 .slideTextArea {
    width: 100%;
  }
}
#top #course01 .slickUnder,
#top #course02 .slickUnder,
#top #course03 .slickUnder {
  margin: 60px 0;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slickUnder,
  #top #course02 .slickUnder,
  #top #course03 .slickUnder {
    margin: 30px 0 60px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .flex03Wrap,
  #top #course02 .flex03Wrap,
  #top #course03 .flex03Wrap {
    width: 100%;
  }
}
#top #course01 .slideFlex03,
#top #course02 .slideFlex03,
#top #course03 .slideFlex03 {
  background-color: #fff;
  border: 1px dashed #192d61;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #top #course01 .slideFlex03,
  #top #course02 .slideFlex03,
  #top #course03 .slideFlex03 {
    padding: 35px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .slideFlex03,
  #top #course02 .slideFlex03,
  #top #course03 .slideFlex03 {
    padding: 20px;
  }
}
#top #course01 .slideFlex03::before,
#top #course02 .slideFlex03::before,
#top #course03 .slideFlex03::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/slideDeco02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  bottom: -230px;
  left: 30%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex03::before,
  #top #course02 .slideFlex03::before,
  #top #course03 .slideFlex03::before {
    width: 100px;
    height: 100px;
    bottom: -100px;
    z-index: -2;
  }
}
#top #course01 .slideFlex03 .slick,
#top #course02 .slideFlex03 .slick,
#top #course03 .slideFlex03 .slick {
  width: 53%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex03 .slick,
  #top #course02 .slideFlex03 .slick,
  #top #course03 .slideFlex03 .slick {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #course01 .slideFlex03 .slick .slick-dots > li:first-child:last-child,
#top #course02 .slideFlex03 .slick .slick-dots > li:first-child:last-child,
#top #course03 .slideFlex03 .slick .slick-dots > li:first-child:last-child {
  display: none;
}
#top #course01 .slideFlex03 .slideTextArea,
#top #course02 .slideFlex03 .slideTextArea,
#top #course03 .slideFlex03 .slideTextArea {
  width: 44%;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideFlex03 .slideTextArea,
  #top #course02 .slideFlex03 .slideTextArea,
  #top #course03 .slideFlex03 .slideTextArea {
    width: 100%;
  }
}
#top #course01 .slick,
#top #course02 .slick,
#top #course03 .slick {
  margin-bottom: 0;
  position: relative;
}
#top #course01 .slick.spot,
#top #course02 .slick.spot,
#top #course03 .slick.spot {
  position: relative;
  page-break-inside: avoid;
}
#top #course01 .slick.spot:before,
#top #course02 .slick.spot:before,
#top #course03 .slick.spot:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/spot@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  top: 15px;
  left: 20px;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top #course01 .slick.spot:before,
  #top #course02 .slick.spot:before,
  #top #course03 .slick.spot:before {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
  }
}
#top #course01 .slick .slick-dots,
#top #course02 .slick .slick-dots,
#top #course03 .slick .slick-dots {
  text-align: right;
  bottom: 15px;
  padding-right: 20px;
}
#top #course01 .slick .slick-dots li,
#top #course02 .slick .slick-dots li,
#top #course03 .slick .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
#top #course01 .slick .slick-dots li.slick-active button::before,
#top #course02 .slick .slick-dots li.slick-active button::before,
#top #course03 .slick .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff359;
}
#top #course01 .slick .slick-dots li button,
#top #course02 .slick .slick-dots li button,
#top #course03 .slick .slick-dots li button {
  width: 8px;
  height: 8px;
}
#top #course01 .slick .slick-dots li button::before,
#top #course02 .slick .slick-dots li button::before,
#top #course03 .slick .slick-dots li button::before {
  color: #f2f2f2;
  opacity: 1;
  font-size: 8px;
  line-height: 8px;
  width: 8px;
  height: 8px;
}
#top #course01 .slideTextArea .morigei,
#top #course02 .slideTextArea .morigei,
#top #course03 .slideTextArea .morigei {
  color: #333;
  margin-bottom: 20px;
}
#top #course01 .slideTextArea .morigei span,
#top #course02 .slideTextArea .morigei span,
#top #course03 .slideTextArea .morigei span {
  position: relative;
  padding-left: 80px;
}
#top #course01 .slideTextArea .morigei span::before,
#top #course02 .slideTextArea .morigei span::before,
#top #course03 .slideTextArea .morigei span::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/morigei@2x.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 37px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#top #course01 .slideTextArea .slideTitle,
#top #course02 .slideTextArea .slideTitle,
#top #course03 .slideTextArea .slideTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1300px) {
  #top #course01 .slideTextArea .slideTitle,
  #top #course02 .slideTextArea .slideTitle,
  #top #course03 .slideTextArea .slideTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  #top #course01 .slideTextArea .slideTitle,
  #top #course02 .slideTextArea .slideTitle,
  #top #course03 .slideTextArea .slideTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .slideTextArea .slideTitle,
  #top #course02 .slideTextArea .slideTitle,
  #top #course03 .slideTextArea .slideTitle {
    font-size: 22px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  #top #course01 .slideTextArea .slideTitle.life,
  #top #course02 .slideTextArea .slideTitle.life,
  #top #course03 .slideTextArea .slideTitle.life {
    font-size: 20px;
  }
}
#top #course01 .slideTextArea .slideTitle span,
#top #course02 .slideTextArea .slideTitle span,
#top #course03 .slideTextArea .slideTitle span {
  background: linear-gradient(transparent 70%, #fff359 0%);
  display: inline;
  padding: 0 5px 0px;
}
@media screen and (max-width: 520px) {
  #top #course01 .slideTextArea .slideTitle span,
  #top #course02 .slideTextArea .slideTitle span,
  #top #course03 .slideTextArea .slideTitle span {
    background: linear-gradient(transparent 68%, #fff359 0%);
    padding: 0 5px 2px;
  }
}
#top #course01 .slideTextArea .slideTitle span.lifepark::before,
#top #course02 .slideTextArea .slideTitle span.lifepark::before,
#top #course03 .slideTextArea .slideTitle span.lifepark::before {
  width: 102%;
}
#top #course01 .slideTextArea .slideText,
#top #course02 .slideTextArea .slideText,
#top #course03 .slideTextArea .slideText {
  color: #333;
}
@media screen and (max-width: 520px) {
  #top #course01 .slideTextArea .slideText,
  #top #course02 .slideTextArea .slideText,
  #top #course03 .slideTextArea .slideText {
    text-align: left;
  }
}
#top #course01 .slideTextArea .slideText + .button01,
#top #course02 .slideTextArea .slideText + .button01,
#top #course03 .slideTextArea .slideText + .button01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .slideTextArea .slideText + .button01,
  #top #course02 .slideTextArea .slideText + .button01,
  #top #course03 .slideTextArea .slideText + .button01 {
    margin: 30px auto 0;
  }
}
#top #course01 .end,
#top #course02 .end,
#top #course03 .end {
  background-color: #c1272d;
  border-radius: 10px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-top: 65px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .end,
  #top #course02 .end,
  #top #course03 .end {
    font-size: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .end,
  #top #course02 .end,
  #top #course03 .end {
    font-size: 24px;
  }
}
#top #course01 .end span,
#top #course02 .end span,
#top #course03 .end span {
  background-color: #fff;
  border-radius: 5px;
  color: #c1272d;
  font-size: 22px;
  padding: 5px;
  margin-right: 30px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .end span,
  #top #course02 .end span,
  #top #course03 .end span {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .end span,
  #top #course02 .end span,
  #top #course03 .end span {
    font-size: 16px;
    margin-right: 15px;
  }
}
#top #course01 .end .endText,
#top #course02 .end .endText,
#top #course03 .end .endText {
  display: flex;
  align-items: center;
}
#top #course01 .buttonFlex,
#top #course02 .buttonFlex,
#top #course03 .buttonFlex {
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .buttonFlex,
  #top #course02 .buttonFlex,
  #top #course03 .buttonFlex {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .buttonFlex .button01,
  #top #course02 .buttonFlex .button01,
  #top #course03 .buttonFlex .button01 {
    margin: 0 auto;
  }
  #top #course01 .buttonFlex .button01 + .button01,
  #top #course02 .buttonFlex .button01 + .button01,
  #top #course03 .buttonFlex .button01 + .button01 {
    margin-top: 20px;
  }
}
#top #course01 .photoTitle,
#top #course02 .photoTitle,
#top #course03 .photoTitle {
  font-size: 44px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px), print {
  #top #course01 .photoTitle,
  #top #course02 .photoTitle,
  #top #course03 .photoTitle {
    margin-bottom: 20px;
  }
}
#top #course01 .photoTitle.line,
#top #course02 .photoTitle.line,
#top #course03 .photoTitle.line {
  border-bottom: 1px solid #182244;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px), print {
  #top #course01 .photoTitle.line,
  #top #course02 .photoTitle.line,
  #top #course03 .photoTitle.line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px), print {
  #top #course01 .photoTitle,
  #top #course02 .photoTitle,
  #top #course03 .photoTitle {
    font-size: 30px;
  }
}
#top #course01 + .photoTitle,
#top #course02 + .photoTitle,
#top #course03 + .photoTitle {
  margin-top: 120px;
}
#top #course01 .best_item,
#top #course02 .best_item,
#top #course03 .best_item {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#top #course01 .photoText,
#top #course02 .photoText,
#top #course03 .photoText {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #top #course01 .photoText,
  #top #course02 .photoText,
  #top #course03 .photoText {
    margin-bottom: 30px;
  }
}
#top #course01 .photo-subTitle,
#top #course02 .photo-subTitle,
#top #course03 .photo-subTitle {
  font-size: 20px;
  text-align: center;
}
#top #course01 .photo-smallTitle,
#top #course02 .photo-smallTitle,
#top #course03 .photo-smallTitle {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .photo-smallTitle,
  #top #course02 .photo-smallTitle,
  #top #course03 .photo-smallTitle {
    margin-bottom: 20px;
  }
}
#top #course01 .commentArea,
#top #course02 .commentArea,
#top #course03 .commentArea {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px), print {
  #top #course01 .commentArea,
  #top #course02 .commentArea,
  #top #course03 .commentArea {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #top #course01 .commentArea,
  #top #course02 .commentArea,
  #top #course03 .commentArea {
    margin-bottom: 60px;
  }
}
#top #course01 .commentArea .commentBg,
#top #course02 .commentArea .commentBg,
#top #course03 .commentArea .commentBg {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 2px dotted #192d61;
}
#top #course01 .commentArea .commentBg .commentTitle,
#top #course02 .commentArea .commentBg .commentTitle,
#top #course03 .commentArea .commentBg .commentTitle {
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #top #course01 .commentArea .commentBg .commentTitle,
  #top #course02 .commentArea .commentBg .commentTitle,
  #top #course03 .commentArea .commentBg .commentTitle {
    margin-bottom: 15px;
  }
}
#top #course01 .imgArea,
#top #course02 .imgArea,
#top #course03 .imgArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  #top #course01 .imgArea,
  #top #course02 .imgArea,
  #top #course03 .imgArea {
    flex-direction: column;
  }
}
#top #course01 .imgArea .imgItem,
#top #course02 .imgArea .imgItem,
#top #course03 .imgArea .imgItem {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#top #course01 .imgArea .imgItem img,
#top #course02 .imgArea .imgItem img,
#top #course03 .imgArea .imgItem img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px), print {
  #top #course01 .imgArea .imgItem,
  #top #course02 .imgArea .imgItem,
  #top #course03 .imgArea .imgItem {
    width: calc(50% - 20px);
  }
}
#top #course01 .imgArea .imgItem:nth-child(n+3),
#top #course02 .imgArea .imgItem:nth-child(n+3),
#top #course03 .imgArea .imgItem:nth-child(n+3) {
  margin-top: 110px;
}
#top #course01 .imgArea .imgItem:nth-child(n+5),
#top #course02 .imgArea .imgItem:nth-child(n+5),
#top #course03 .imgArea .imgItem:nth-child(n+5) {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #top #course01 .imgArea .imgItem,
  #top #course02 .imgArea .imgItem,
  #top #course03 .imgArea .imgItem {
    width: 100%;
  }
  #top #course01 .imgArea .imgItem:nth-child(n+2),
  #top #course02 .imgArea .imgItem:nth-child(n+2),
  #top #course03 .imgArea .imgItem:nth-child(n+2) {
    margin-top: 60px !important;
  }
  #top #course01 .imgArea .imgItem:nth-last-child(2),
  #top #course02 .imgArea .imgItem:nth-last-child(2),
  #top #course03 .imgArea .imgItem:nth-last-child(2) {
    margin-bottom: 0;
  }
  #top #course01 .imgArea .imgItem:nth-last-child(1),
  #top #course02 .imgArea .imgItem:nth-last-child(1),
  #top #course03 .imgArea .imgItem:nth-last-child(1) {
    margin-bottom: 60px;
  }
}
#top #course01 .imgArea .hashtag,
#top #course02 .imgArea .hashtag,
#top #course03 .imgArea .hashtag {
  font-size: 14px;
  color: #808080;
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #top #course01 .imgArea .hashtag,
  #top #course02 .imgArea .hashtag,
  #top #course03 .imgArea .hashtag {
    margin-top: 20px;
  }
}
#top #course01,
#top #course02 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px), print {
  #top #course01,
  #top #course02 {
    padding-bottom: 100px;
  }
}
#top #course01 .slickUnder .slideText {
  letter-spacing: 0.03rem;
}
#top #course01 .img_item {
  max-width: 640px;
  margin: 0 auto;
}
#top #course02 .courseTitleArea {
  background: linear-gradient(90deg, transparent 0%, #005bbc 20%, #005bbc 40%, transparent 100%) !important;
}
@media screen and (max-width: 768px), print {
  #top #course02 .slickUnder .slideText {
    letter-spacing: 0;
  }
}
#top #course02 .slideFlex03 .slideText {
  letter-spacing: 0;
}
@media screen and (max-width: 768px), print {
  #top #course02 .slideFlex03 .slideText {
    letter-spacing: 0.07rem;
  }
}
#top #course03 .courseTitleArea {
  background: linear-gradient(90deg, transparent 0%, #303754 20%, #303754 40%, transparent 100%) !important;
}
#top #contact {
  padding: 120px 0;
}
@media screen and (max-width: 768px), print {
  #top #contact {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px), print {
  #top #contact .wrap-900 {
    width: 100%;
  }
}
#top #contact .contactBg {
  width: 96%;
  margin: 0 auto;
  background: linear-gradient(120deg, #fff57e 0%, #b4bcdf 100%);
  border-radius: 10px;
  padding: 100px 30px 80px;
}
@media screen and (max-width: 768px), print {
  #top #contact .contactBg {
    padding: 50px 20px;
  }
}
#top #contact .contactBg .secTitle_jp {
  margin-bottom: 20px;
}
#top #contact .contactBg .contactText {
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #top #contact .contactBg .contactText {
    letter-spacing: -0.01rem;
  }
}
#top #contact .contactBg .contactFlex {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 1100px) {
  #top #contact .contactBg .contactFlex {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #top #contact .contactBg .contactFlex {
    flex-direction: column;
  }
}
@media print {
  #top #contact .contactBg .contactFlex {
    flex-direction: column;
  }
}
#top #contact .contactBg .contactFlex .contactLeft {
  border-right: 1px dashed #182244;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  #top #contact .contactBg .contactFlex .contactLeft {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px dashed #182244;
  }
}
@media print {
  #top #contact .contactBg .contactFlex .contactLeft {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px dashed #182244;
  }
}
#top #contact .contactBg .contactFlex .contactLeft .button01 {
  background-color: #182244;
  border: 2px solid #182244;
  color: #fff;
  width: 370px;
}
@media screen and (max-width: 1024px) {
  #top #contact .contactBg .contactFlex .contactLeft .button01 {
    margin: 0 auto;
  }
}
@media print {
  #top #contact .contactBg .contactFlex .contactLeft .button01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #top #contact .contactBg .contactFlex .contactLeft .button01 {
    width: 100%;
  }
}
#top #contact .contactBg .contactFlex .contactLeft .button01::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#top #contact .contactBg .contactFlex .contactLeft .button01::after {
  content: none;
}
#top #contact .contactBg .contactFlex .contactLeft .button01:hover {
  background-color: #fff;
  color: #182244;
}
#top #contact .contactBg .contactFlex .contactLeft .button01:hover::before {
  right: 10px;
  border-left: 12px solid #182244;
}
#top #contact .contactBg .contactFlex .contactRight .contactTel {
  margin-bottom: 20px;
}
#top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber {
  font-size: 50px;
  line-height: 1;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber {
    font-size: 40px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 520px) {
  #top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber {
    font-size: 36px;
  }
}
@media print {
  #top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber {
    font-size: 40px;
    padding-left: 45px;
  }
}
#top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tel@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 48px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1100px) {
  #top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber:before {
    width: 33px;
    height: 36px;
  }
}
@media print {
  #top #contact .contactBg .contactFlex .contactRight .contactTel .telNumber:before {
    width: 33px;
    height: 36px;
  }
}
#top #contact .contactBg .contactFlex .contactRight .openTime {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #top #contact .contactBg .contactFlex .contactRight .openTime {
    font-size: 12px;
  }
}
#top #status .secTitle_en {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#top #status .secTitle_en::before {
  background-image: url(../images/top/titleDeco_w@2x.png);
  background-size: contain;
}
#top #status .secTitle_en span {
  position: relative;
  display: block;
  width: 400px;
}
@media screen and (max-width: 520px) {
  #top #status .secTitle_en span {
    width: 250px;
  }
}
#top #status .secTitle_jp {
  color: #fff;
}
#top #status #statusBg {
  background: linear-gradient(90deg, #1c3548, #182244);
  width: 100%;
  height: 100%;
  margin-top: 110px;
  padding: 230px 0;
  position: relative;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
}
@media screen and (max-width: 768px), print {
  #top #status #statusBg {
    padding: 150px 0;
    margin-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  #top #status #statusBg {
    padding: 100px 0;
  }
}
@media print {
  #top #status #statusBg {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
#top #status #statusBg.img-wrap {
  clip-path: circle(100% at 50% 50%);
  -webkit-clip-path: circle(100% at 50% 50%);
}
#top #status #statusBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/starBg_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -2px;
  width: 100%;
  height: 8vw;
}
#top #status #statusBg::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/starBg_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -3px;
  width: 100%;
  height: 7.1vw;
  z-index: 0;
}
@media screen and (max-width: 520px) {
  #top #status #statusBg::after {
    bottom: -1px;
    height: 7.2vw;
  }
}
#top #status #statusBg .BgItem {
  background-image: url(../images/top/statusBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 670px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  #top #status #statusBg .BgItem {
    background-position: bottom left;
    height: 250px;
  }
}
#top #status #statusBg .statusText {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px), print {
  #top #status #statusBg .statusText {
    margin-bottom: 40px;
  }
}
#top #status #statusBg .status_slick {
  margin-bottom: 100px;
}
#top #status #statusBg .status_slick .slideItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 1250px) {
  #top #status #statusBg .status_slick .slideItem {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  #top #status #statusBg .status_slick .slideItem {
    padding: 10px;
    border-radius: 5px;
  }
}
#top #status #statusBg .status_slick .slideItem .statusTitle {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
#top #status #statusBg .status_slick .slideItem .statusCate {
  color: #666;
}
#top #status #statusBg .status_slick .slick-dots {
  bottom: -45px;
}
#top #status #statusBg .status_slick .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
#top #status #statusBg .status_slick .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff359;
}
#top #status #statusBg .status_slick .slick-dots li button {
  width: 8px;
  height: 8px;
}
#top #status #statusBg .status_slick .slick-dots li button::before {
  color: #f2f2f2;
  opacity: 1;
  font-size: 8px;
  line-height: 8px;
  width: 8px;
  height: 8px;
}
#top #status #statusBg .voiceTitle {
  color: #fff;
  font-size: 28px;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  margin: 0 auto 45px;
}
@media screen and (max-width: 520px) {
  #top #status #statusBg .voiceTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#top #status #statusBg .voiceFlex {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 65px;
}
@media screen and (max-width: 768px), print {
  #top #status #statusBg .voiceFlex {
    padding: 30px;
  }
}
#top #status #statusBg .voiceFlex .voiceText {
  padding-left: 20px;
  position: relative;
}
#top #status #statusBg .voiceFlex .voiceText::before {
  position: absolute;
  content: "";
  background-color: #c7d1eb;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 520px) {
  #top #status #statusBg .voiceFlex .voiceText::before {
    top: 4px;
  }
}
#top #status #statusBg .voiceFlex .voiceText + .voiceText {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #top #status #statusBg .voiceFlex .voiceText {
    width: 100%;
    letter-spacing: -0.01em;
  }
  #top #status #statusBg .voiceFlex .voiceText:nth-child(n+2) {
    margin-top: 20px;
  }
}
#top #status #statusBg .whiteText {
  color: #fff;
}
#top #pamphlet {
  margin: 110px 0 80px;
}
@media screen and (max-width: 768px), print {
  #top #pamphlet {
    margin: 90px 0;
  }
}
#top #pamphlet .pamphletText {
  color: #333;
  margin-bottom: 30px;
}
#top #pamphlet .pamphletImage + .pamphletImage {
  margin-top: 40px;
}
#top #pamphlet .pamphletImage.three {
  margin-top: 90px;
}
@media screen and (max-width: 768px), print {
  #top #pamphlet .pamphletImage.three {
    margin-top: 45px;
  }
}
#top #pamphlet .grd {
  margin-top: 60px;
}
@media screen and (max-width: 768px), print {
  #top #pamphlet .grd {
    margin-top: 30px;
  }
}
#top #pamphlet .grd:before {
  background-image: url(../images/top/download@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  border: none;
  right: 15px;
}
#top #pamphlet .grd:hover::before {
  right: 15px;
}
#top #info {
  padding-bottom: 90px;
}
#top #info .infoBg {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 40px 50px;
}
@media screen and (max-width: 520px) {
  #top #info .infoBg {
    padding: 20px;
  }
}
#top #info .infoItem + .infoItem {
  margin-top: 40px;
}
#top #info .infoItem .itemTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#top #info .infoItem .infoList li {
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-bottom: 10px;
  color: #333;
}
#top #info .infoItem .infoText {
  color: #333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 520px) {
  #top #info .infoItem .infoText {
    letter-spacing: 0.01em;
  }
}
#top #info .infoItem .infoText + .infoText {
  margin-top: 10px;
}
#top #info .infoItem .red {
  color: #c1272d;
}
#top #info .infoItem .yohouArea {
  background-color: #dfe5f4;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #top #info .infoItem .yohouArea {
    padding-bottom: 290px;
  }
}
@media screen and (max-width: 520px) {
  #top #info .infoItem .yohouArea {
    padding: 15px 15px 290px;
  }
}
#top #info .infoItem .yohouArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/yohou@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 289px;
  height: 267px;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 768px), print {
  #top #info .infoItem .yohouArea::before {
    right: auto;
    left: 44%;
    transform: translate(-50%, 0);
  }
}
#top #info .infoItem .yohouArea .yoyakuTextArea {
  width: 65%;
}
@media screen and (max-width: 768px), print {
  #top #info .infoItem .yohouArea .yoyakuTextArea {
    width: 100%;
  }
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouTitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #top #info .infoItem .yohouArea .yoyakuTextArea .yohouTitle {
    font-size: 26px;
  }
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouTitle::before {
  position: absolute;
  content: "";
  border-top: 1px dashed #182244;
  width: calc(100% - 215px);
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #top #info .infoItem .yohouArea .yoyakuTextArea .yohouTitle::before {
    width: calc(100% - 145px);
    right: 20px;
  }
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex {
  margin-bottom: 20px;
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .temp {
  border: 1px solid #182244;
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season .seasonTitle,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season .tempTitle,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .temp .seasonTitle,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .temp .tempTitle {
  color: #fff;
  background-color: #182244;
  padding: 0 3px;
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season .seasonDetail,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season .tempDetail,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .temp .seasonDetail,
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .temp .tempDetail {
  background-color: #fff;
  padding: 0 3px;
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouFlex .season {
  margin-right: 10px;
}
#top #info .infoItem .yohouArea .yoyakuTextArea .yohouText {
  color: #333;
  font-weight: 500;
}
#top #contest {
  margin-bottom: 70px;
}
#top #contest .contestNote {
  color: #333;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #top #contest .contestNote {
    font-size: 11px;
  }
}
#top #sns .snsText {
  color: #333;
  margin-bottom: 40px;
}
#top #sns .snsBg {
  background: linear-gradient(140deg, #8a2387 0%, #e94057 13%, #e94057 53%, #f27121 100%);
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 520px) {
  #top #sns .snsBg {
    padding: 20px;
  }
}
#top #sns .snsBg .snsTitle {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #top #sns .snsBg .snsTitle {
    font-size: 20px;
  }
}
#top #sns .snsBg .snsTitle .instaDeco {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#top #sns .snsBg .snsTitle .instaDeco::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/instaDeco@2x.png);
  background-size: contain;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #top #sns .snsBg .snsTitle .instaDeco::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex .snsItem {
    display: flex;
    justify-content: space-between;
  }
}
#top #sns .snsBg .snsFlex .snsItem + .snsItem {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px dotted #fff;
}
@media screen and (max-width: 1024px) {
  #top #sns .snsBg .snsFlex .snsItem + .snsItem {
    padding-left: 35px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex .snsItem + .snsItem {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-left: none;
    border-top: 1px dotted #fff;
  }
}
#top #sns .snsBg .snsFlex .snsItem .stepTextArea .stepTitleFlex {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex .snsItem .stepTextArea .stepTitleFlex {
    justify-content: flex-start;
    margin-left: 17px;
  }
}
#top #sns .snsBg .snsFlex .snsItem .stepTitle {
  color: #d6375b;
  font-size: 20px;
  background-color: #fff;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 0 0 2px;
  padding-left: 10px;
  max-width: 70px;
  position: relative;
  margin-left: -15px;
}
#top #sns .snsBg .snsFlex .snsItem .stepTitle::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/arwDeco@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 37px;
  top: 0;
  right: -15px;
}
#top #sns .snsBg .snsFlex .snsItem .stepTitle span {
  font-size: 27px;
}
#top #sns .snsBg .snsFlex .snsItem .stepText {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex .snsItem .stepText {
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #top #sns .snsBg .snsFlex .snsItem .stepText {
    font-size: 13px;
  }
}
#top #sns .snsBg .snsFlex .snsItem .snsImage {
  max-width: 148px;
  max-height: 148px;
  margin: 0 auto;
}
@media screen and (max-width: 768px), print {
  #top #sns .snsBg .snsFlex .snsItem .snsImage {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 520px) {
  #top #sns .snsBg .snsFlex .snsItem .snsImage {
    max-width: 90px;
    max-height: 90px;
  }
}
#top #miyage {
  margin: 110px 0;
}
#top #miyage .secTitle_jp {
  margin-bottom: 20px;
}
#top #miyage .miyageText {
  margin-bottom: 60px;
}
#top #miyage .miyageFlex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  #top #miyage .miyageFlex {
    justify-content: space-between;
  }
}
#top #miyage .miyageFlex .miyageItem {
  width: calc(25% - 10px);
}
#top #miyage .miyageFlex .miyageItem:nth-child(n+5) {
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  #top #miyage .miyageFlex .miyageItem {
    width: 48%;
  }
  #top #miyage .miyageFlex .miyageItem:nth-child(n+3) {
    margin-top: 40px;
  }
}
#top #miyage .miyageFlex .miyageItem .miyageText {
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #top #miyage .miyageFlex .miyageItem .miyageText {
    font-size: 14px;
  }
}
#top #miyage .miyageFlex .miyageItem .miyageTitle {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #top #miyage .miyageFlex .miyageItem .miyageTitle {
    font-size: 17px;
  }
}
#top #miyage .miyageFlex .miyageItem .miyagePrice {
  font-size: 22px;
  font-weight: bold;
}
#top #miyage .miyageFlex .miyageItem .miyagePrice span {
  font-size: 14px;
}
#top #instagram {
  margin-bottom: 100px;
}
#top #instagram .secTitle_jp {
  border-bottom: 1px solid #182244;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
#top #instagram .secTitle_jp::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/titleDeco.png);
  width: 52px;
  height: 10px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #instagram .instagramText {
  color: #333;
  margin-bottom: 40px;
}
#top #instagram .instagramLink {
  position: relative;
  padding-right: 25px;
  color: #333;
}
#top #instagram .instagramLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#top #instagram .instagramLink span {
  border-bottom: 1px solid #333;
}
#top .morigei {
  display: inline-block;
  margin: 20px 0 90px;
}
#top .morigei img {
  border: 1px solid #808080;
}

.modal-video-body {
  width: 90% !important;
}

.modal-video-close-btn {
  right: 0 !important;
}

@media print {
  .fadein {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.open-default:hover {
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .smp__tapNone {
    pointer-events: none;
  }
}

@media print {
  .iziModal {
    display: none;
  }
}
.iziModal.yoko {
  max-width: 1000px !important;
  width: 90%;
}
@media screen and (max-height: 900px) {
  .iziModal.yoko {
    max-width: 650px !important;
  }
}
@media screen and (max-height: 600px) {
  .iziModal.yoko {
    max-width: 500px !important;
  }
}
.iziModal.yoko.yoko02 .modal-main {
  padding-top: 66.4% !important;
}
.iziModal.yoko .modal-main {
  max-width: 1000px !important;
  background-size: cover;
  padding-top: 75%;
}
@media screen and (max-height: 900px) {
  .iziModal.yoko .modal-main {
    max-width: 650px !important;
  }
}
@media screen and (max-height: 600px) {
  .iziModal.yoko .modal-main {
    max-width: 500px !important;
  }
}
.iziModal.tate {
  max-width: 550px !important;
  width: 90%;
}
@media screen and (max-height: 900px) {
  .iziModal.tate {
    max-width: 450px !important;
  }
}
@media screen and (max-height: 700px) {
  .iziModal.tate {
    max-width: 350px !important;
  }
}
.iziModal.tate .modal-main {
  max-width: 1000px !important;
  background-size: cover;
  padding-top: 124%;
}
@media screen and (max-height: 900px) {
  .iziModal.tate .modal-main {
    max-width: 450px !important;
  }
}
@media screen and (max-height: 700px) {
  .iziModal.tate .modal-main {
    max-width: 350px !important;
  }
}
.iziModal .close {
  position: fixed;
  font-size: 50px;
  line-height: 1;
  top: -55px;
  right: 0;
  font-weight: bold;
}
.iziModal .close:hover {
  cursor: pointer;
}
.iziModal .close a {
  color: #fff;
}
@media print {
  .iziModal .close a {
    color: transparent;
  }
}