@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.brsp {
  display: none;
}

.main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #00618F;
  background: #F0D9BE;
}

.main ul {
  list-style: none;
}

.main img {
  display: block;
  width: 100%;
  height: auto;
}

/* btn */
.btn {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.44px;
  text-align: center;

  background: #00618F;
  color: #fff;
}

.btn.btn-border {
  background: transparent;
  border: 2px solid #00618F;
  color: #00618F;
}

.btn.btn-area {
  width: 256px;
  height: 60px;

  border-radius: 5px;
  border: 1.5px solid #00618F;
  background: rgba(0, 97, 143, 0.10);

  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.44px;
  color: #00618F;
}

.btn.btn-price {
  width: 256px;
  height: 60px;

  border-radius: 5px;
  border: 1.5px solid #D98211;
  background: rgba(217, 130, 17, 0.10);

  font-family: "Akkurat-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.44px;
  color: #D98211;
}

.btn_upper_text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 23px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.44px;
  text-align: center;
}

.btn_upper_text::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 21px;
  position: absolute;
  top: 9px;
  left: -28px;
  background-image: url(/assets/specials/kansai_shared/common/slash_left_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_upper_text::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 21px;
  position: absolute;
  top: 9px;
  right: -24px;
  background-image: url(/assets/specials/kansai_shared/common/slash_right_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* section */
.section.section-mv {
  padding: 65px 0 104px;
}

.section.section-other {
  padding: 112px 0 40px;
}

.section.section-search {
  padding: 40px 0 130px;
}

.section.section-store {
  padding: 100px 0 108px;
  background: rgba(217, 130, 17, 0.15);
}

.section_header {
  width: 1169px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 2.5px solid #00618F;
}

.section_title {
  margin: 0;
  padding: 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

/* mv */
.mv {
  position: relative;
}

.mv_img {
  width: 1145px;
  margin: 0 auto;
}

.mv_title {
  position: absolute;
  width: 100%;
  top: 594px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv_title img {
  width: 497px;
  margin: 0 auto;
}

.mv_inner {
  width: 790px;
  margin: 118px auto 0;
}

.mv_inner.mv_inner-nagoya {
  margin: 129px auto 0;
}

.mv_text {
  text-align: justify;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.mv_btn {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv_btn .btn {
  width: 376px;
}

.mv_btn.mv-btn-one .btn {
  width: 436px;
}

/* gift */
.giftContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 72px;
}

.gift {
  max-width: 1084px;
  margin: 0 auto;
  padding: 50px 0 92px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border-radius: 30px;
  border: 2.5px solid #00618F;
  background: rgba(255, 255, 255, 0.50);
}

.giftContainer>section:nth-of-type(even) .gift {
  border-color: #D98211;
  color: #D98211;
}

.giftContainer>section:nth-of-type(even) .btn {
  background: #D98211;
}

.giftContainer>section:nth-of-type(even) .btn.btn-border {
  background: transparent;
  border-color: #D98211;
  color: #D98211;
}

.gift_heading {
  position: relative;
  margin: 0;
  padding: 0 0 36px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 1.44px;
  text-align: center;
}

.gift_heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1169px;
  border-bottom: 2.5px solid #00618F;
}

.giftContainer>section:nth-of-type(even) .gift_heading::after {
  border-color: #D98211;
}

.gift_subheading {
  margin: 0;
  padding: 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.44px;
  text-align: center;
}

.gift_subheading::before {
  content: '）';
}

.gift_subheading::after {
  content: '（';
}

.gift_series {
  width: 100%;
}

.gift_btn {
  margin: 72px auto 0;
  text-align: center;
}

.gift_btn .btn {
  width: 389px;
  margin: 0 auto;
}

/* catalog */
.catalogBlock {
  padding-top: 33px;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: -30px;
}

.catalog_img {
  width: 395px;
}

.catalog_detail {
  width: 433px;
  margin-top: 61px;
}

.catalog_name {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.54px;
}

.catalog_course {
  display: inline-block;
  margin-top: 9px;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(0, 97, 143, 0.20);

  font-family: "Hiragino Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.39px;
}

.giftContainer>section:nth-of-type(even) .catalog_course {
  background: rgba(217, 130, 17, 0.20);
}

.catalog_price {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.catalog_price_price {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
}

.catalog_price_text {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.45px;
}

.catalog_text {
  margin-top: 6px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

.catalog_link {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.catalog_link .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

/* course */
.courseBlock {
  width: 809px;
  margin: 33px auto 0;
}

.courseContainer {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.course {
  width: 389px;
}

.course_img img {
  aspect-ratio: 389 / 235;
  -o-object-fit: cover;
  object-fit: cover;
}

.course_detail {
  margin-top: 13px;

}

.course_address {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.course_name {
  margin-top: 5px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.course_catchphrase {
  margin-top: 7px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.course_btn {
  margin-top: 10px;
}

.courseBtnContainer {
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.courseBtnContainer .btn {
  width: 389px;
  margin: 0 auto;
}

.seriesBlock {
  margin: 72px auto 0;
}

.seriesContainer {
  width: 100%;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 63px 0 43px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 97, 143, 0.07);
}

.giftContainer>section:nth-of-type(even) .seriesContainer {
  background: rgba(217, 130, 17, 0.10);
}

.catalogCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.catalogCards.catalogCards-pc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalogCard {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalogCard_img {
  position: relative;
}

.catalogCard_img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalogCard_price {
  position: absolute;
  bottom: 8px;
  left: 8px;
  height: 28px;
  padding: 4px 8px;
  border-radius: 20px;
  background: #D98211;
  color: #FFF;

  font-family: "Akkurat-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.giftContainer>section:nth-of-type(even) .catalogCard_price,
.other .catalogCard_price {
  background: #00618F;
}

.catalogCard_detail {
  margin-top: 8px;
  padding: 0 4px;
}

.catalogCard_name {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #00618F;
}

.giftContainer>section:nth-of-type(even) .catalogCard_name,
.other .catalogCard_name {
  color: #D98211;
}

.catalogCard_course {
  margin-top: 4px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #D98211;
}

.giftContainer>section:nth-of-type(even) .catalogCard_course,
.other .catalogCard_course {
  color: #00618F;
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::before {
  background-image: url(/assets/specials/kansai_shared/common/slash_left_orange.svg);
}

.giftContainer>section:nth-of-type(even) .btn_upper_text::after {
  background-image: url(/assets/specials/kansai_shared/common/slash_right_orange.svg);
}

/* other */
.other_catalogs {
  width: 910px;
  margin: 64px auto;
  padding-bottom: 8px;
  overflow-x: auto;
}

.other_btn .btn {
  width: 389px;
  margin: 0 auto;
}

/* search */
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.search_header {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search_header.search_header-price .section_title {
  color: #D98211;
}

.search_btn {
  width: 812px;
  margin: 44px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* store */
.store_img {
  width: 1020px;
  margin: 50px auto 0;
  padding: 44px 24px 28px;
  background: #fff;
}

.store_text {
  margin: 48px auto 0;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

.store_btn .btn {
  width: 389px;
  margin: 48px auto 0;
}