.rb2019---main__right {
  margin-bottom: 0;
}

#disney_cg * {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  color: #333;
}
#disney_cg *,
#disney_cg *::before, #disney_cg::after {
  box-sizing: border-box;
}
#disney_cg .sp-only {
  display: none !important;
}
#disney_cg img {
  width: 100%;
  height: auto;
}
#disney_cg .heading {
  font-size: 32px;
  line-height: 1;
  color: #0d587e;
  text-align: center;
  border-bottom: 7px double currentColor;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
#disney_cg .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 62px;
  border-radius: 62px;
  font-size: 21px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .button:hover {
  opacity: 0.6;
}
#disney_cg .button::after {
  content: "";
  background: no-repeat center center/contain;
}
#disney_cg .mv {
  margin-bottom: 60px;
}
#disney_cg .intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
#disney_cg .intro__image {
  width: 592px;
  flex-shrink: 0;
}
#disney_cg .intro__heading {
  font-size: 26px;
  line-height: 1.5;
  color: #0d587e;
}
#disney_cg .intro__text {
  font-size: 18px;
  line-height: 2;
}
#disney_cg .nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#disney_cg .nav__link {
  width: 225px;
  height: 80px;
  background: #aee5ea url(../images/arrow-down-black.svg) no-repeat center bottom 10px/15px auto;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  margin-right: 12px;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .nav__link:hover {
  opacity: 0.6;
}
#disney_cg .nav__link:nth-child(4n) {
  margin-right: 0;
}
#disney_cg .nav__link:nth-child(n+5) {
  margin-top: 12px;
}
#disney_cg .buy {
  background-color: #b1891d;
  color: #fff;
}
#disney_cg .buy::after {
  width: 19px;
  height: 19px;
  background-image: url(../images/arrow-down-white.svg);
  margin-top: 5px;
  margin-left: 16px;
}
#disney_cg .reason {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .reason__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#disney_cg .reason-item {
  width: 288px;
  flex-shrink: 0;
}
#disney_cg .reason-item + .reason-item {
  margin-left: 40px;
}
#disney_cg .reason-item__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 35px;
}
#disney_cg .reason-item__heading span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #0d587e;
}
#disney_cg .reason-item__heading b {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
#disney_cg .reason-item__heading strong {
  font-size: 24px;
  line-height: 1.333;
  color: #000;
}
#disney_cg .reason-item__image {
  margin-bottom: 35px;
}
#disney_cg .reason-item__text {
  font-size: 15px;
  line-height: 1.867;
  font-weight: 500;
}
#disney_cg .about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .about__image {
  width: 488px;
}
#disney_cg .about__body {
  width: 432px;
}
#disney_cg .about__text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
#disney_cg .about__text + .about__text {
  margin-top: 1.875em;
}
#disney_cg .package {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .package__blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#disney_cg .package__body {
  width: 408px;
  padding-left: 16px;
}
#disney_cg .package__title {
  font-size: 24px;
  line-height: 1.667;
  color: #0d587e;
  margin-bottom: 35px;
}
#disney_cg .package__text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
#disney_cg .package__text + .package__text {
  margin-top: 1.875em;
}
#disney_cg .package__image {
  width: 552px;
}
#disney_cg .banner {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #aee5ea;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  padding: 0 40px;
}
#disney_cg .banner__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
}
#disney_cg .banner__heading span {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
}
#disney_cg .banner__heading strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background: #fff;
  font-family: "Pinyon Script", serif;
  font-weight: 400;
  font-size: 80px;
  color: #0d587e;
  line-height: 1;
  padding-top: 0.2em;
  padding-right: 0.2em;
  margin: 0 6px;
}
#disney_cg .banner__prices {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  margin-right: 45px;
}
#disney_cg .banner__button {
  font-size: 18px;
  color: #fff;
  background: #0d587e url(../images/triangle-down-white.svg) no-repeat center right 30px/24px auto;
  height: 70px;
  border-radius: 70px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .banner__button:hover {
  opacity: 0.6;
}
#disney_cg .catalog {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .catalog__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#disney_cg .catalog-item {
  width: 493px;
  background: #eae9df;
  margin-right: 10px;
  padding: 30px;
}
#disney_cg .catalog-item:nth-child(2n) {
  margin-right: 0;
}
#disney_cg .catalog-item:nth-child(n+3) {
  margin-top: 10px;
}
#disney_cg .catalog-item__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#disney_cg .catalog-item__images img + img {
  margin-left: 13px;
}
#disney_cg .catalog-item__heading {
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
  padding: 0px 0px 5px;
  border-bottom: #999 1px solid;
  margin-bottom: 10px;
}
#disney_cg .catalog-item__text {
  font-size: 13px;
  font-weight: 500;
}
#disney_cg .course {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .course__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#disney_cg .course-item {
  width: 364px;
  margin: 0 18px;
  padding: 30px;
  border: 1px solid #ccc;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .course-item:hover {
  opacity: 0.6;
}
#disney_cg .course-item:nth-child(n+3) {
  margin-top: 36px;
}
#disney_cg .course-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #9f1010;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#disney_cg .course-item__thumbnail {
  margin-bottom: 20px;
}
#disney_cg .course-item__name {
  font-size: 16px;
  color: #0654ba;
}
#disney_cg .course-item__price {
  font-size: 16px;
  color: #b30000;
}
#disney_cg .course-item__note {
  font-size: 15px;
  font-weight: 500;
}
#disney_cg .noshi {
  margin-top: 80px;
}
#disney_cg .noshi__heading {
  font-size: 32px;
  color: #6aabaf;
  text-align: center;
  margin-bottom: 35px;
}
#disney_cg .noshi__lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
#disney_cg .noshi__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#disney_cg .noshi-item {
  width: 364px;
  margin: 0 18px;
  padding: 30px;
  border: 1px solid #ccc;
}
#disney_cg .noshi-item__name {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#disney_cg .noshi-item__thumbnail {
  width: 218px;
  margin: 0 auto 25px;
}
#disney_cg .noshi-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 78px;
  background: #333 url(../images/arrow-right-white.svg) no-repeat center right 16px/12px auto;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .noshi-item__button:hover {
  opacity: 0.6;
}
#disney_cg .noshi-item__button b {
  font-size: 16px;
  color: #fff;
}
#disney_cg .noshi-item__button span {
  font-size: 14px;
  color: #fff;
}
#disney_cg .noshi-item__button + .noshi-item__button {
  margin-top: 20px;
}
#disney_cg .noshi__note {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.667;
}
#disney_cg .topics {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .button.media::after,
#disney_cg .button.goods::after {
  position: absolute;
  margin: auto 0;
  width: 18px;
  height: 18px;
  right: 30px;
  background-image: url(../images/arrow-right-white.svg);
}
#disney_cg .button.media {
  background-color: #b1891d;
  color: #fff;
}
#disney_cg .button.goods {
  background-color: #52c0c8;
  color: #fff;
  margin-top: 35px;
}
#disney_cg .topics__heading {
  font-size: 32px;
  text-align: center;
  margin-bottom: 45px;
}
#disney_cg .topics__title {
  font-size: 24px;
  line-height: 1.667;
  text-align: center;
}
#disney_cg .topics__title.media {
  color: #b1891d;
  margin-bottom: 20px;
}
#disney_cg .topics__title.goods {
  color: #439a9f;
  margin-bottom: 10px;
}
#disney_cg .topics__text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
#disney_cg .topics-article {
  padding: 60px 40px;
  position: relative;
}
#disney_cg .topics-article::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  pointer-events: none;
}
#disney_cg .topics-article > * {
  position: relative;
}
#disney_cg .topics-article.media {
  background: #f3eddd;
  margin-bottom: 40px;
}
#disney_cg .topics-article.goods {
  background: #dff5f7;
}
#disney_cg .topics-media__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#disney_cg .topics-media__image {
  width: 550px;
  flex-shrink: 0;
}
#disney_cg .topics-media__body {
  width: 324px;
  flex-shrink: 0;
}
#disney_cg .topics-media__logo {
  border-width: 1px 0;
  border-style: solid;
  border-color: #333;
  padding: 20px 0;
  margin-bottom: 20px;
}
#disney_cg .topics-goods__image {
  margin-bottom: 40px;
}
#disney_cg .service {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .rb2019---gift-service__link {
  color: #fff;
}
#disney_cg .rb2019---gift-service__items + .rb2019---gift-service__items {
  margin-top: 80px;
}
#disney_cg .rb2019---gift-service__item {
  width: 360px;
}
#disney_cg .rb2019---gift-service__image {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
}
#disney_cg .review {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .review__article {
  width: 938px;
  margin: 0 auto;
  color: #000;
  background: #fff6b3;
  border-radius: 20px;
  padding: 35px 35px 35px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#disney_cg .review__article + .review__article {
  margin-top: 30px;
}
#disney_cg .review__item {
  width: 320px;
  flex-shrink: 0;
  padding: 0 35px;
  transition: opacity 0.2s ease-in-out;
}
#disney_cg .review__item:hover {
  opacity: 0.6;
}
#disney_cg .review__thumbnail {
  display: block;
  width: 180px;
  margin: 0 auto 15px;
}
#disney_cg .review__name {
  text-align: center;
  line-height: 1.5;
}
#disney_cg .review__price {
  font-size: 15px;
  text-align: center;
}
#disney_cg .review__border {
  display: block;
  border: 0;
  width: 3px;
  height: auto;
  align-self: stretch;
  flex-shrink: 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #000;
}
#disney_cg .review__body {
  flex-grow: 1;
  padding-left: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
}
#disney_cg .review__caption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}
#disney_cg .review__caption::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/review-icon.png) no-repeat center center/contain;
  margin-right: 15px;
}
#disney_cg .review__caption b {
  font-size: 21px;
}
#disney_cg .review__rating {
  font-size: 28px;
  margin-bottom: 15px;
}
#disney_cg .review__rating img {
  width: 225px;
  margin-right: 21px;
}
#disney_cg .review__title {
  font-size: 21px;
  margin-bottom: 5px;
}
#disney_cg .review__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 15px;
}
#disney_cg .review__info {
  margin-top: auto;
  font-size: 15px;
}
#disney_cg .copyright {
  margin-top: 80px;
  margin-bottom: 80px;
}
#disney_cg .copyright li {
  font-weight: 500;
  font-size: 13px;
}