.present_price {
  font-weight: 500;
  line-height: 1em;
}

.present_price .font-gray {
  font-size: .8em;
}

.present_price__regular {
  display: inline-block;
  margin-right: 2em;
}

.revision {
  position: relative;
}

.revision:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url(../img/top/1x/price_img_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 1.2em;
  top: -0.1em;
  left: 0.1em;
}

@media (max-width: 767px) {
  main .container {
    padding: 0 2rem;
  }
}

main section {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 15rem 0;
}

main section:first-of-type {
  padding: 1rem 0;
  line-height: 1;
}

@media (max-width: 767px) {
  main section {
    width: 100%;
    min-width: 100%;
    padding: 4rem 0;
  }
  main section:first-of-type {
    padding: 2rem 0;
  }
  main p {
    font-size: .9em;
  }
}

main #top {
  padding-top: 0;
  padding-bottom: 20rem;
}

main #top .container {
  width: 100%;
  max-width: 100vw;
  min-width: 1280px;
}

main #top .top_img_00 {
  top: -6rem;
  left: 7rem;
  margin: initial;
}

main #top .top_img_01 {
  top: -6rem;
  left: 46rem;
  margin: initial;
}

main #top .btn_header_reserve {
  top: -6rem;
  left: 106rem;
  margin: initial;
}

@media (max-width: 767px) {
  main #top {
    padding-bottom: 0;
  }
  main #top .container {
    min-width: 100%;
    padding: 0;
  }
}

main #top_course {
  background-color: #d71518;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

main #top_course .price_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 65rem;
  margin-bottom: 5rem;
}

main #top_course .price_course .course {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

main #top_course .price_course .course img {
  position: absolute;
  width: 50%;
  height: auto;
}

main #top_course .price_course .course__01 {
  margin-right: 2.5rem;
}

main #top_course .price_course .course__02 {
  margin-left: 2.5rem;
}

main #top_course .price_course .course__comment {
  background-color: white;
  position: absolute;
  right: 0;
  top: 5rem;
  width: 97%;
  height: 24rem;
  padding: 2rem;
  padding-top: 1rem;
  text-align: right;
}

main #top_course .price_course .course__comment p {
  width: 50%;
  display: inline-block;
  text-align: initial;
  font-size: .94em;
}

main #top_course .price_course .present_price {
  font-size: 1.5em;
  position: absolute;
  bottom: 2rem;
  left: 50%;
}

main #top_course .price_course .present_price__discount {
  font-size: 2em;
}

main #top_course .price_course .present_price__discount.discount {
  width: 5em;
  height: 1em;
  display: inline-block;
  margin-bottom: -0.2em;
}

main #top_course .price_course .present_price__discount.discount__4400 {
  background-image: url(../img/top/2x/price_course_img_4400@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

main #top_course .price_course .present_price__discount.discount__5500 {
  background-image: url(../img/top/2x/price_course_img_5500@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  main #top_course {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  main #top_course .price_course {
    height: 120rem;
  }
  main #top_course .price_course .course {
    width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  main #top_course .price_course .course img {
    width: 100%;
  }
  main #top_course .price_course .course__01 {
    margin-right: 0rem;
  }
  main #top_course .price_course .course__02 {
    margin-left: 0rem;
  }
  main #top_course .price_course .course__comment {
    top: 4rem;
    width: 94%;
    height: 50rem;
    padding-top: 20rem;
  }
  main #top_course .price_course .course__comment p {
    width: 100%;
  }
  main #top_course .price_course .present_price {
    font-size: 1.2em;
    left: 0;
    width: 100%;
    text-align: center;
  }
  main #top_course .price_course .present_price__discount {
    font-size: 2.2em;
  }
  main #top_course .price_course .present_price__discount.discount {
    width: 3em;
    margin-bottom: -0.4em;
  }
}

main .img_frame {
  border: 2px solid #d71518;
}

main #wisk .h2 .title {
  background-image: url(../img/top/2x/ss_wisk@2x.png);
}

main #wisk .h2 .sub {
  background-image: url(../img/top/2x/ss_wisk_sub@2x.png);
}

@media (max-width: 767px) {
  main #wisk .part_content__caption .caption__title img {
    width: 100%;
    height: auto;
  }
}

main #wisk .part_content__caption .caption__comment {
  font-size: 1em;
}

main #wisk .part_content__img {
  width: 50%;
}

@media (max-width: 767px) {
  main #wisk .part_content__img {
    width: 100%;
  }
}

main #wisk .merit {
  width: 80%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

main #wisk .merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 0 2rem 0;
  border-bottom: 2px dashed #d71518;
}

main #wisk .merit__item:last-of-type {
  border-bottom: none;
}

main #wisk .merit .item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  main #wisk .merit {
    width: 100%;
  }
  main #wisk .merit__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #wisk .merit .item {
    width: 100%;
  }
  main #wisk .merit .item__left {
    height: 7rem;
    margin-bottom: 2rem;
  }
  main #wisk .merit .item__left img {
    width: auto;
    height: 100%;
  }
  main #wisk .merit .item__right img {
    width: 100%;
    height: auto;
  }
  main #wisk .btn_manga_wisk img, main #wisk .btn_manga_wisk img {
    width: 100%;
    height: auto;
  }
}

main #intro {
  background-color: #f2f2f2;
}

main #intro .part_content {
  position: relative;
}

main #intro .part_content__img {
  padding-bottom: 15rem;
}

main #intro .part_content__box {
  background-color: white;
  position: absolute;
  right: 0rem;
  top: 5rem;
  padding: 0 6rem;
}

main #intro .part_content .box_content {
  width: 52rem;
  padding-bottom: 5rem;
}

main #intro .part_content .box_img {
  margin-left: -6rem;
  margin-right: -6rem;
  margin-bottom: 3rem;
}

main #intro .part_content .box_img img {
  width: 95%;
  height: auto;
}

main #intro .part_content .box_img__header {
  margin-top: -3rem;
  text-align: right;
}

main #intro .part_content .box_img__name {
  text-align: center;
  width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}

main #intro .part_content .box_text {
  text-align: center;
  font-size: 16px;
}

main #price {
  background-color: #d71518;
}

main #price .h2 .title {
  background-image: url(../img/top/2x/ss_price@2x.png);
}

main #price .h2 .sub {
  background-image: url(../img/top/2x/ss_price_sub@2x.png);
}

main #price .btn_price_reserve {
  padding: 5rem 0;
}

main #price .price_img_01 {
  top: -9rem;
  right: -67rem;
  width: 25rem;
}

@media (max-width: 767px) {
  main #price .price_img_01 {
    top: -7rem;
    right: -21.5rem;
    width: 16rem;
  }
}

main #price .price_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55rem;
  margin-bottom: 20rem;
}

main #price .price_course .course {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main #price .price_course .course img {
  position: absolute;
  width: 100%;
  height: auto;
}

main #price .price_course .course__01 {
  margin-right: 2.5rem;
}

main #price .price_course .course__02 {
  margin-left: 2.5rem;
}

main #price .price_course .course__comment {
  background-color: white;
  position: absolute;
  right: 0;
  top: 5rem;
  width: 94%;
  height: 54rem;
  padding: 2rem;
  padding-top: 30rem;
}

main #price .price_course .course__comment p {
  font-size: .94em;
}

main #price .price_course .present_price {
  font-size: 1.5em;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  width: 100%;
}

main #price .price_course .present_price__discount {
  font-size: 2em;
}

main #price .price_course .present_price__discount.discount {
  width: 5em;
  height: 1em;
  display: inline-block;
  margin-bottom: -0.2em;
}

main #price .price_course .present_price__discount.discount__4400 {
  background-image: url(../img/top/2x/price_course_img_4400@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

main #price .price_course .present_price__discount.discount__5500 {
  background-image: url(../img/top/2x/price_course_img_5500@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  main #price .price_course {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 120rem;
    margin-bottom: 5rem;
  }
  main #price .price_course .course {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
  main #price .price_course .course__01 {
    margin-right: 0rem;
  }
  main #price .price_course .course__02 {
    margin-left: 0rem;
  }
  main #price .price_course .course__comment {
    top: 4rem;
    padding-top: 20rem;
    height: 50rem;
  }
  main #price .price_course .present_price {
    font-size: 1.2em;
    left: 0;
  }
  main #price .price_course .present_price__discount {
    font-size: 2.2em;
  }
  main #price .price_course .present_price__discount.discount {
    width: 3em;
    margin-bottom: -0.4em;
  }
}

main #price .price_list {
  background-color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
}

main #price .price_list__table {
  width: 93%;
  margin: 0 auto;
}

main #price .price_list__table tr {
  border-top: 3px dotted #cccccc;
  line-height: 3;
}

main #price .price_list__table tr:last-of-type {
  border-bottom: 3px dotted #cccccc;
}

main #price .price_list__table th {
  font-size: 1.2em;
  text-align: left;
}

main #price .price_list .present_price {
  text-align: right;
  font-size: 1.5em;
  font-weight: 500;
}

@media (max-width: 767px) {
  main #price .price_list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0rem;
  }
  main #price .price_list__table {
    padding-bottom: 2rem;
  }
  main #price .price_list__table tr {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
  }
  main #price .price_list__table tr th {
    font-size: .7em;
  }
  main #price .price_list__table tr td {
    font-size: .6em;
    padding: 1em 0;
  }
  main #price .price_list .present_price {
    font-size: .7em;
  }
}

main #price #btn_price_reserve {
  top: 63rem;
  left: 41rem;
}

main #proce {
  background-color: #f2f2f2;
}

main #proce .h2 .title {
  background-image: url(../img/top/2x/ss_proce@2x.png);
}

main #proce .h2 .sub {
  background-image: url(../img/top/2x/ss_proce_sub@2x.png);
}

main #proce .proce_list {
  margin-bottom: 13rem;
}

main #proce .proce_list__box .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 2rem;
}

main #proce .proce_list__box .box:last-child {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

main #proce .proce_list__box .box img {
  width: 100%;
  height: auto;
}

main #proce .proce_list__box .box__title {
  font-size: 1.4em;
  font-weight: bold;
  color: #d71518;
  margin-top: 1em;
}

@media (max-width: 767px) {
  main #proce .proce_list {
    margin-bottom: 3rem;
  }
  main #proce .proce_list__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #proce .proce_list__box .box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  main #proce .proce_list__box .box:first-child {
    margin-bottom: 0;
  }
  main #proce .proce_list__box .box:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 0;
  }
  main #proce .proce_list__box .box__title {
    margin-top: 0;
  }
  main #proce .btn_manga_proce img {
    width: 100%;
    height: auto;
  }
}

main #twitter .h2 {
  margin: 0 0 4rem 0;
}

main #twitter .h2 .title {
  background-image: url(../img/top/2x/ss_twitter@2x.png);
}

@media (max-width: 767px) {
  main #twitter .btn_follow img {
    width: 100%;
    height: auto;
  }
}

main #access {
  background-color: #f2f2f2;
}

main #access .h2 .title {
  background-image: url(../img/top/2x/ss_access@2x.png);
}

main #access .h2 .sub {
  background-image: url(../img/top/2x/ss_access_sub@2x.png);
}

main #access .container {
  min-width: 1143px;
}

@media (max-width: 767px) {
  main #access .container {
    min-width: 100%;
  }
}

main #access .part_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #access .part_content__table {
  width: 50%;
}

main #access .part_content__map {
  width: 50%;
}

main #access .part_content .shop_info_table {
  line-height: 1.5;
}

main #access .part_content .shop_info_table tr {
  border-top: 2px solid gray;
}

main #access .part_content .shop_info_table tr:last-of-type {
  border-bottom: 2px solid gray;
}

main #access .part_content .shop_info_table th {
  font-weight: normal;
  color: gray;
  padding: 1em 0;
  padding-right: 7.5rem;
}

main #access .part_content .shop_info_table td {
  padding: 1em 1em;
}

@media (max-width: 767px) {
  main #access .part_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main #access .part_content__table {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  main #access .part_content__map {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  main #access .part_content__map > iframe {
    width: 100%;
    height: 40rem;
  }
  main #access .part_content .shop_info_table th {
    width: 5em;
    padding-right: 0;
  }
  main #access .part_content .shop_info_table td {
    padding-right: 0;
    font-size: .9em;
  }
}

.slick-next, .slick-prev {
  z-index: 1000;
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: url(../img/top/1x/ico_chevron-right_slide_next.png);
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: url(../img/top/1x/ico_chevron-right_slide_prev.png);
}

.slick_arrows {
  position: relative;
  width: 1090px;
  margin: 0 auto;
  margin-top: -20rem;
}

.slick_slide {
  border-bottom: 3px solid #d71518;
}

.slick_slide .slick-list {
  padding-left: 59px !important;
}

.slick_slide .slick_slide__img img {
  opacity: .5;
}

.slick_slide .slick-center img {
  opacity: 1;
}

@media (max-width: 767px) {
  .slick_slide img {
    width: 100%;
    height: auto;
  }
  .slick_slide .slick-list {
    padding-left: 0 !important;
  }
  .slick_slide .slick_slide__img img {
    opacity: 1;
  }
}

.arrow-right_black {
  position: relative;
}

.arrow-right_black:before {
  position: absolute;
  content: '';
  background-image: url(../img/top/1x/ico_chevron-right_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  right: .5em;
  bottom: 0;
}

.arrow-right_red {
  position: relative;
}

.arrow-right_red:before {
  position: absolute;
  content: '';
  background-image: url(../img/top/1x/ico_chevron-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  right: .5em;
  bottom: 0;
}

.mfp-bg {
  right: 0;
}

.mfp-wrap {
  right: 0;
}
