#pageContainer {
  background: #fffefc;
  color: #333333;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
#pageContainer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pageContainer a, #pageContainer ul, #pageContainer ul li, #pageContainer p {
  margin: 0;
  padding: 0;
}
#pageContainer ul, #pageContainer li {
  list-style: none;
}
#pageContainer a {
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageContainer a:hover img {
  opacity: 0.7;
}
#pageContainer a img {
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#pageContainer .abs {
  position: absolute;
  z-index: 1;
}
#pageContainer .btn-fixed {
  background: #0b294c;
  width: 910px;
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}
#pageContainer .btn-fixed a {
  display: inline-block;
  margin: 0 10px;
}
#pageContainer .c-text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#pageContainer .c-text strong {
  font-weight: 500;
}
#pageContainer .red {
  color: #EA497B;
}
#pageContainer .bland-header {
  position: relative;
}
#pageContainer .bland-header .logo {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 1;
}
#pageContainer .bland-header .title {
  position: absolute;
  top: 23px;
  right: 70px;
  z-index: 1;
}
#pageContainer .bland-header .title .text {
  width: 100%;
  font-size: 13px;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 50px;
}
#pageContainer .bland-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
#pageContainer .bland-nav .btn-nav {
  display: block;
  width: 182px;
  position: relative;
}
#pageContainer .bland-nav .btn-nav:hover {
  color: #2361AA;
  background: #f3fcfb;
}
#pageContainer .bland-nav .btn-nav + .btn-nav::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: dashed 1px #86DCE2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#pageContainer .bland-nav .btn-nav .text {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.09em;
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 1;
}
#pageContainer .bland-section {
  padding-top: 30px;
  padding-bottom: 120px;
}
#pageContainer .section-title {
  text-align: center;
}
#pageContainer .section-subtitle {
  margin-top: 60px;
  text-align: center;
  color: #2361AA;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
}
#pageContainer .section-subtitle .text {
  font-size: 14px;
  letter-spacing: 0.15em;
}
#pageContainer .section-subtitle .text span {
  display: inline-block;
  position: relative;
}
#pageContainer .section-subtitle .text span::before, #pageContainer .section-subtitle .text span::after {
  content: "";
  width: 55px;
  height: 1px;
  background: #2361AA;
  position: absolute;
  top: 50%;
}
#pageContainer .section-subtitle .text span::before {
  right: calc(100% + 5px);
}
#pageContainer .section-subtitle .text span::after {
  left: calc(100% + 5px);
}
#pageContainer .section-subtitle .title1,
#pageContainer .section-subtitle .title2 {
  letter-spacing: 0.1em;
}
#pageContainer .section-subtitle .title1 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.75;
}
#pageContainer .section-subtitle .title1 + .title2 {
  margin-top: 0;
}
#pageContainer .section-subtitle .title2 {
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.6666666667;
}
#pageContainer .section-content {
  padding: 30px 60px 60px;
}
#pageContainer .section-content.content-lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageContainer .section-bottom {
  position: relative;
}
#pageContainer .section-bottom::before {
  content: "";
  background: #D5FDFF;
  position: absolute;
  z-index: 1;
}
#pageContainer .section-bottom::before {
  width: 1400px;
  height: 1100px;
  border-radius: 100%;
  left: calc(50% - 700px);
  top: 0px;
}
#pageContainer .section-bottom__inner {
  padding: 120px 0 80px;
  position: relative;
  z-index: 2;
  text-align: center;
}
#pageContainer .section-bottom .btn-area .btn {
  display: inline-block;
  width: 280px;
}
#pageContainer .section-bottom .btn-area .btn img {
  width: 100%;
}
#pageContainer .section-bottom .btn-area .btn-reserve {
  margin-top: 10px;
}
#pageContainer .section-bottom .btn-area .btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageContainer .section-bottom .btn-area .btns .btn + .btn {
  margin-left: 30px;
}
#pageContainer .section-bottom .pagetop {
  margin-top: 60px;
}
#pageContainer .content-title {
  margin-top: 40px;
  padding: 0 60px;
}
#pageContainer .content-title .text {
  margin-top: 6px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2;
}
#pageContainer .content-ranking + .c-text {
  margin-top: 40px;
}
#pageContainer .content-ranking li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageContainer .content-ranking li:nth-child(1) {
  font-size: 22px;
  color: #EA497B;
}
#pageContainer .content-ranking li:nth-child(2) {
  font-size: 16px;
}
#pageContainer .content-ranking li:nth-child(3) {
  font-size: 16px;
}
#pageContainer .content-ranking li + li {
  margin-top: 10px;
}
#pageContainer .content-ranking li .img {
  width: 60px;
  text-align: center;
}
#pageContainer .content-ranking li .text {
  padding: 0 0 5px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#pageContainer .content-blue {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
#pageContainer .content-blue::before, #pageContainer .content-blue::after {
  content: "";
  background: #D5FDFF;
  position: absolute;
  z-index: 1;
}
#pageContainer .content-blue::before {
  width: 1400px;
  height: 1100px;
  border-radius: 100%;
  left: calc(50% - 700px);
  top: 0px;
}
#pageContainer .content-blue::after {
  width: 100%;
  height: calc(100% - 200px);
  left: 0;
  top: 200px;
}
#pageContainer .content-blue .section-subtitle {
  margin-top: 0;
}
#pageContainer .content-blue__inner {
  position: relative;
  z-index: 2;
}
#pageContainer #section1 {
  padding-bottom: 30px;
  position: relative;
}
#pageContainer #section1::after {
  content: "";
  background-image: url(images/bg_bottom_l.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 269px;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 1;
}
#pageContainer #section1 .section-content__left {
  width: 416px;
}
#pageContainer #section1 .section-content__right {
  width: 334px;
}
#pageContainer #section1 .photo-set1 .photo {
  width: 380px;
  left: 0px;
  top: 80px;
  z-index: 1;
}
#pageContainer #section1 .photo-set1 .photo img {
  width: 100%;
}
#pageContainer #section1 .photo-set1 .photo-set-content {
  width: 506px;
  margin: 0 0 0 auto;
  padding: 55px 44px 50px 130px;
}
#pageContainer #section1 .pickup-list li:nth-child(2) .text span {
  letter-spacing: -0.02em;
}
#pageContainer #section2 {
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}
#pageContainer #section2::after {
  content: "";
  background-image: url(images/bg_bottom_r.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 269px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
#pageContainer #section2 .section-content__left {
  width: 370px;
}
#pageContainer #section2 .section-content__right {
  width: 380px;
}
#pageContainer #section2 .content-blue {
  padding-bottom: 120px;
}
#pageContainer #section2 .content-ranking2 li:first-child .text {
  padding-bottom: 0;
  position: relative;
  top: 5px;
}
#pageContainer #section2 .photo-set2 .photo {
  left: 0px;
  top: 40px;
  z-index: 1;
}
#pageContainer #section2 .photo-set2 .photo-set-content {
  width: 450px;
  margin: 0 0 0 auto;
  padding: 50px 44px 50px 80px;
}
#pageContainer #section2 .photo-set3 {
  margin-top: 80px;
}
#pageContainer #section2 .photo-set3 .photo {
  right: -30px;
  top: 30px;
  z-index: 1;
}
#pageContainer #section2 .photo-set3 .photo-set-content {
  width: 547px;
  margin: 0 auto 0 0;
  padding: 44px 130px 50px 55px;
}
#pageContainer #section3 {
  position: relative;
  z-index: 3;
}
#pageContainer #section3 .section3-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  padding-left: 60px;
  padding-right: 60px;
}
#pageContainer #section3 .section3-content li {
  width: 360px;
  position: relative;
}
#pageContainer #section3 .section3-content .photo {
  position: absolute;
  right: -24px;
  top: 0;
}
#pageContainer #section3 .section3-content .title {
  color: #00B1BC;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 50px 164px 30px 0;
  position: relative;
}
#pageContainer #section3 .section3-content .title::after {
  content: "";
  width: 133px;
  height: 0;
  border-bottom: dashed 1px #86DCE2;
  position: absolute;
  left: 0;
  bottom: 0;
}
#pageContainer #section4 {
  margin-top: 30px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
#pageContainer #section4::after {
  content: "";
  background-image: url(images/bg_bottom_l.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 269px;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 1;
}
#pageContainer #section4 .section4_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#pageContainer #section4 .section4_bg::before, #pageContainer #section4 .section4_bg::after {
  content: "";
  background: #D5FDFF;
  position: absolute;
  z-index: 1;
}
#pageContainer #section4 .section4_bg::before {
  width: 1400px;
  height: 1100px;
  border-radius: 100%;
  left: calc(50% - 700px);
  top: 0px;
}
#pageContainer #section4 .section4_bg::after {
  width: 100%;
  height: calc(100% - 200px);
  left: 0;
  top: 200px;
}
#pageContainer #section4 .section__inner {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
#pageContainer #section4 .ginza {
  text-align: center;
  margin-top: 55px;
}
#pageContainer #section4 .photo-set4 {
  margin-top: 75px;
  padding-left: 40px;
  padding-right: 55px;
}
#pageContainer #section4 .photo-set4 .photo {
  right: 55px;
  top: -55px;
  z-index: 1;
}
#pageContainer #section4 .photo-set4 .photo-set-content {
  background: none;
  width: 554px;
  border: solid 2px #fff;
  margin: 0 auto 0 0;
  padding: 6px;
}
#pageContainer #section4 .photo-set4 .photo-set-content__inner {
  background: #fff;
  padding: 50px 150px 50px 50px;
}
#pageContainer #section4 .photo-set4 .photo-set-content .c-text {
  font-family: "Shippori Mincho", serif;
}
#pageContainer #section4 .photo-set5 {
  margin-top: 30px;
}
#pageContainer #section4 .photo-set5 .photo {
  width: 396px;
  right: 0;
  top: 30px;
  z-index: 1;
}
#pageContainer #section4 .photo-set5 .photo img {
  width: 100%;
}
#pageContainer #section4 .photo-set5 .photo-set-content {
  width: 530px;
  margin: 0 auto 0 0;
  padding: 50px 170px 50px 50px;
}
#pageContainer #section4 .pickup-list li:nth-child(3) .text span {
  letter-spacing: -0.04em;
}
#pageContainer #section5 {
  padding-bottom: 0;
  position: relative;
  z-index: 6;
}
#pageContainer #section5 .section-content + .section-subtitle {
  margin-top: 0;
}
#pageContainer #section5 .photo-set6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
#pageContainer #section5 .photo-set6 .photo-set-content {
  width: 402px;
}
#pageContainer #section5 .photo-set6 .photo {
  position: relative;
}
#pageContainer #section5 .photo-set7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
#pageContainer #section5 .photo-set7 .photo {
  width: 364px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageContainer #section5 .photo-set7 .photo li:nth-child(2) {
  width: 68px;
  text-align: center;
  margin-top: -58px;
}
#pageContainer #section5 .photo-set7 .photo .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
#pageContainer #section5 .photo-set7 .photo-set-content {
  width: 384px;
}
#pageContainer .photo-set {
  margin-top: 30px;
  position: relative;
}
#pageContainer .photo-set .photo {
  position: absolute;
}
#pageContainer .photo-set-content {
  background: #fff;
}
#pageContainer .photo-set-content .title {
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
#pageContainer .photo-set-content .title .text {
  font-size: 20px;
}
#pageContainer .photo-set-content .title .text + .text {
  margin-top: 20px;
}
#pageContainer .photo-set-content .title .big {
  font-size: 28px;
}
#pageContainer .photo-set-content .title + .c-text {
  margin-top: 50px;
}
#pageContainer .pickup-ring {
  margin-top: 60px;
  text-align: center;
}
#pageContainer .pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 0 37px;
}
#pageContainer .pickup-list li {
  width: 220px;
}
#pageContainer .pickup-list li + li {
  margin-left: 28px;
}
#pageContainer .pickup-list .photo {
  width: 220px;
}
#pageContainer .pickup-list .photo img {
  width: 100%;
}
#pageContainer .pickup-list .text {
  margin-top: 12px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#pageContainer .not-regret {
  margin-top: 60px;
}
#pageContainer .not-regret .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(images/point_bg.png) no-repeat;
  width: 276px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#pageContainer .not-regret .title span {
  display: inline-block;
  width: 100%;
  padding-bottom: 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
}
#pageContainer .not-regret__frame {
  border: solid 2px #fff;
  margin-top: -24px;
  padding: 6px;
}
#pageContainer .not-regret__inner {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}
#pageContainer .not-regret__inner .c-text {
  letter-spacing: 0.15em;
}
#pageContainer .after-service {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
#pageContainer .after-service__inner {
  background: #D5FDFF;
  padding: 55px 0 60px;
  text-align: center;
}
#pageContainer .after-service .title {
  margin-bottom: 36px;
}
#pageContainer .after-service .point {
  margin-top: 40px;
}
#pageContainer .text-content {
  background: #fff;
  margin-top: 30px;
  padding: 40px 45px 40px 50px;
}
#pageContainer .text-content .img {
  margin-top: 20px;
  text-align: center;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#pageContainer .banner-area {
  width: 100%;
  height: 0;
  position: relative;
  right: 0;
  top: 1100px;
  z-index: 9999;
  text-align: right;
}
#pageContainer .banner-area__inner {
  width: 100%;
  max-width: 910px;
}
#pageContainer .banner-area.is-show .banner-area__inner {
  position: fixed;
  left: calc(50% - 455px);
  bottom: 0;
}
#pageContainer .banner-area.is-show .btn-banner {
  pointer-events: auto;
  -webkit-animation: fadein 0.3s forwards;
          animation: fadein 0.3s forwards;
}
#pageContainer .banner-area.is-show.bottom .btn-banner {
  pointer-events: none;
  -webkit-animation: fadeout 0.3s forwards;
          animation: fadeout 0.3s forwards;
}
#pageContainer .banner-area .btn-banner {
  position: relative;
  right: -5px;
  pointer-events: none;
  -webkit-animation: fadeout 0.3s forwards;
          animation: fadeout 0.3s forwards;
}
#pageContainer .banner-area .btn-banner:hover img {
  opacity: 1;
}
#pageContainer .banner-area .btn-banner img {
  width: 270px;
}