@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 100%;
  color: #0091d7;
  background-color: #f3f3f3;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #0091d7;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.ctext {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

header {
  width: 100%;
  position: relative;
}
header .menu {
  position: fixed;
  top: 40px;
  right: 60px;
  width: 46px;
  height: 38px;
  z-index: 100;
}
header .menu span {
  display: block;
  height: 6px;
  width: 100%;
  background: #0091d7;
  margin-bottom: 7px;
  border-radius: 3px;
  transition: all 0.3s;
  position: relative;
}
header .menu span:last-child {
  margin-bottom: 0;
}
header .menu.active span:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
header .menu.active span:nth-child(2) {
  opacity: 0;
}
header .menu.active span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
@media (max-width: 1020px) {
  header .menu {
    display: block;
    right: 20px;
    top: 25px;
    width: 40px;
    height: 32px;
  }
  header .menu span {
    height: 5px;
    margin-bottom: 6px;
  }
}

header .gnav {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 90;
}

header .gnav__wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
}

header .gnav__menu {
  text-align: center;
  width: 300px;
}

header .gnav__menu__item {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #0091d7;
}

header .gnav__menu__item a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #0091d7;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
#wrapper .kv {
  background-image: url(../img/kv_bg.webp);
  background-image: url(../img/kv_bg.webp);
  background-image: -webkit-image-set(url(../img/kv_bg.webp) 1x, url(../img/kv_bg@2x.webp) 2x);
  background-image: image-set(url(../img/kv_bg.webp) 1x, url(../img/kv_bg@2x.webp) 2x);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  max-width: 1750px;
  height: 880px;
  margin: 0 auto;
  position: relative;
}
#wrapper .kv .c01 {
  position: absolute;
  top: -46px;
  left: calc(50% - 141px);
  width: 285px;
}
#wrapper .kv .c01 img {
  max-width: 100%;
}
#wrapper .kv .c02 {
  position: absolute;
  top: -17px;
  left: calc(50% + 303px);
  width: 400px;
}
#wrapper .kv .c02 img {
  max-width: 100%;
}
#wrapper .kv .c03 {
  position: absolute;
  top: 181px;
  left: calc(50% - 803px);
  width: 236px;
}
#wrapper .kv .c03 img {
  max-width: 100%;
}
#wrapper .kv .c04 {
  position: absolute;
  top: 189px;
  left: calc(50% - 425px);
  width: 231px;
}
#wrapper .kv .c04 img {
  max-width: 100%;
}
#wrapper .kv .c05 {
  position: absolute;
  top: 210px;
  left: calc(50% + 185px);
  width: 184px;
}
#wrapper .kv .c05 img {
  max-width: 100%;
}
#wrapper .kv .c06 {
  position: absolute;
  top: 317px;
  left: calc(50% - 978px);
  width: 310px;
}
#wrapper .kv .c06 img {
  max-width: 100%;
}
#wrapper .kv .c07 {
  position: absolute;
  top: 307px;
  left: calc(50% + 469px);
  width: 236px;
}
#wrapper .kv .c07 img {
  max-width: 100%;
}
#wrapper .kv .c08 {
  position: absolute;
  top: 528px;
  left: calc(50% - 779px);
  width: 279px;
}
#wrapper .kv .c08 img {
  max-width: 100%;
}
#wrapper .kv .c09 {
  position: absolute;
  top: 577px;
  left: calc(50% - 475px);
  width: 197px;
}
#wrapper .kv .c09 img {
  max-width: 100%;
}
#wrapper .kv .c10 {
  position: absolute;
  top: 455px;
  left: calc(50% + 313px);
  width: 383px;
}
#wrapper .kv .c10 img {
  max-width: 100%;
}
#wrapper .kv .c11 {
  position: absolute;
  top: 700px;
  left: calc(50% - 929px);
  width: 365px;
}
#wrapper .kv .c11 img {
  max-width: 100%;
}
#wrapper .kv .c12 {
  position: absolute;
  top: 725px;
  left: calc(50% + 474px);
  width: 329px;
}
#wrapper .kv .c12 img {
  max-width: 100%;
}
#wrapper .kv .free {
  position: absolute;
  top: 698px;
  left: calc(50% - 533px);
  width: 211px;
}
#wrapper .kv .free img {
  max-width: 100%;
}
#wrapper .kv .scroll {
  position: absolute;
  top: 714px;
  left: calc(50% + 547px);
  width: 131px;
}
#wrapper .kv .scroll img {
  max-width: 100%;
}
#wrapper .s1 {
  background-image: url(../img/s1_bg.webp);
  background-repeat: no-repeat;
  background-size: 1800px 2017px;
  background-position: top 80px center;
  max-width: 1800px;
  height: 2017px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
  /* ページネーションの基本スタイル */
  /* 選択されているページネーション */
  /* 画像サイズ調整 */
}
#wrapper .s1 .copy {
  margin: 0 auto 0;
  padding-top: 131px;
}
#wrapper .s1 .copy img {
  max-width: 511px;
}
#wrapper .s1 .s1_c01 {
  position: absolute;
  top: 357px;
  left: calc(50% + 309px);
  width: 265px;
}
#wrapper .s1 .s1_c01 img {
  max-width: 100%;
}
#wrapper .s1 .s1_c02 {
  position: absolute;
  top: 565px;
  left: calc(50% - 693px);
  width: 279px;
}
#wrapper .s1 .s1_c02 img {
  max-width: 100%;
}
#wrapper .s1 .s1_c03 {
  position: absolute;
  top: 897px;
  left: calc(50% + 325px);
  width: 420px;
}
#wrapper .s1 .s1_c03 img {
  max-width: 100%;
}
#wrapper .s1 .location {
  position: absolute;
  top: 1183px;
  left: calc(50% + 208px);
  width: 224px;
}
#wrapper .s1 .location img {
  max-width: 100%;
}
#wrapper .s1 .slide_mask_border {
  position: absolute;
  top: 1244px;
  left: 50%;
  transform: translateX(-50%);
  width: 1132px;
  height: 699px;
  background-image: url(../img/slider_mask_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: drop-shadow(0px 0px 20px rgba(160, 160, 160, 0.6));
  z-index: 11;
}
#wrapper .s1 .slide_mask {
  aspect-ratio: 1131/698;
  -webkit-mask-image: url(../img/slider_mask.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-image: url(../img/slider_mask.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  max-width: 1112px;
  width: 1112px;
  height: 679px;
  position: absolute;
  top: 1250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#wrapper .s1 .slide_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  height: 699px;
  width: 1132px;
  max-width: 1132px;
  overflow: hidden;
}
#wrapper .s1 .slide_contents .swiper {
  height: 100%;
  width: 1132px;
  position: absolute !important;
}
#wrapper .s1 .slide_contents .swiper-wrapper {
  transition-timing-function: linear;
}
#wrapper .s1 .slide_contents .swiper-slide img {
  height: 100%;
  width: 1132px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper .s1 .swiper-pagination {
  position: absolute;
  top: 1980px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .s1 .swiper-pagination-bullet {
  background-color: transparent;
  /* 背景色を透明に */
  background-image: url(../img/pagination.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  /* これがないと画像が欠ける */
  height: 20px;
  opacity: 1;
  /* 画像の透過を無くす */
  width: 34px;
  margin: 0 10px;
}
#wrapper .s1 .swiper-pagination-bullet-active {
  background-image: url(../img/pagination.svg);
  height: 29px;
  width: 52px;
}
#wrapper .s1 .s1_c04 {
  position: absolute;
  top: 1763px;
  left: calc(50% - 644px);
  width: 322px;
  z-index: 12;
}
#wrapper .s1 .s1_c04 img {
  max-width: 100%;
}
#wrapper .s1:after {
  content: "";
  display: block;
  width: 1600px;
  height: 965px;
  background-image: url(../img/s1_after.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: -480px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#wrapper .s2 {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 4;
  background-image: url(../img/s2_bg.webp);
  background-repeat: repeat-y;
  background-size: 1655px 3188px;
  background-position: top 1610px center;
}
#wrapper .s2 .s2_c01 {
  position: absolute;
  top: 339px;
  left: calc(50% - 580px);
  width: 94px;
}
#wrapper .s2 .s2_c01 img {
  max-width: 100%;
}
#wrapper .s2 .s2_c02 {
  position: absolute;
  top: 864px;
  left: calc(50% - 447px);
  width: 171px;
}
#wrapper .s2 .s2_c02 img {
  max-width: 100%;
}
#wrapper .s2 .s2_c03 {
  position: absolute;
  top: 306px;
  left: calc(50% + 419px);
  width: 356px;
}
#wrapper .s2 .s2_c03 img {
  max-width: 100%;
}
#wrapper .s2 .s2_c04 {
  position: absolute;
  top: 1806px;
  left: calc(50% - 775px);
  width: 279px;
  z-index: 14;
}
#wrapper .s2 .s2_c04 img {
  max-width: 100%;
}
#wrapper .s2 .s2_c05 {
  position: absolute;
  top: 1707px;
  left: calc(50% + 414px);
  width: 356px;
  z-index: 14;
}
#wrapper .s2 .s2_c05 img {
  max-width: 100%;
}
#wrapper .s2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -20px auto 160px;
  width: 100%;
  max-width: 860px;
}
#wrapper .s2 ul .ttl {
  font-size: 18px;
  font-weight: 900;
  background-color: #0091d7;
  color: #fff;
  width: 130px;
  padding: 10px 0;
  border-radius: 50px;
  flex-basis: 120px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin-right: 20px;
}
#wrapper .s2 ul .txt {
  flex-basis: 710px;
}
#wrapper .s2 ul .txt h6 {
  font-size: 24px;
  font-weight: 900;
  color: #0091d7;
  margin: 5px 0 20px 0;
  padding: 0;
}
#wrapper .s2 ul .txt p {
  font-size: 22px;
  font-weight: 700;
  color: #0091d7;
  margin: 5px 0 20px 0;
  padding: 0;
  line-height: 1.4;
}
#wrapper .s2 .outline {
  font-size: 30px;
  font-weight: 700;
  color: #0091d7;
  margin: 100px auto;
  line-height: 2.1;
  text-align: center;
  width: 100%;
  padding: 80px 0;
}
#wrapper .s2 h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #0091d7;
  margin: 0 auto;
  line-height: 1;
}
#wrapper .s2 .guest {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 120px;
}
#wrapper .s2 .guest .guest_img {
  width: 100%;
  margin: 30px auto;
  max-width: 1130px;
}
#wrapper .s2 .guest .guest_img img {
  max-width: 100%;
}
#wrapper .s2 .guest .guest_txt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .s2 .guest .guest_txt .kei {
  flex-basis: 40px;
  margin: 0 20px;
}
#wrapper .s2 .guest .guest_txt .kei img {
  max-width: 100%;
}
#wrapper .s2 .guest .guest_txt .txt {
  flex-basis: 384px;
}
#wrapper .s2 .guest .guest_txt .txt h4 {
  font-size: 25px;
  font-weight: 900;
  color: #0091d7;
  width: 384px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: left;
}
#wrapper .s2 .guest .guest_txt .txt p {
  font-size: 20px;
  font-weight: 500;
  color: #0091d7;
  width: 384px;
  margin: 0 auto 10px;
  padding: 0;
  line-height: 1.6;
  text-align: left;
}
#wrapper .s2 .guest .guest_txt .txt span {
  font-size: 12px;
  font-weight: 500;
  color: #0091d7;
  width: 384px;
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: left;
}
#wrapper .s2 .contents_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
  width: 100%;
  max-width: 1130px;
  position: relative;
  z-index: 13;
}
#wrapper .s2 .contents_flex .contents_flex_item {
  flex-basis: 50%;
  max-width: 548px;
  margin-bottom: 50px;
}
#wrapper .s2 .contents_flex .contents_flex_item .contents_flex_item_img {
  flex-basis: 100%;
  margin-bottom: 20px;
}
#wrapper .s2 .contents_flex .contents_flex_item .contents_flex_item_img img {
  max-width: 100%;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt {
  flex-basis: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .kei {
  display: none;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt {
  flex-basis: 100%;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt .icon {
  margin: 0 0 10px;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt .icon img {
  max-height: 40px;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0091d7;
  width: 100%;
  margin: 0 auto 10px;
  line-height: 1.3;
  padding: 0;
  text-align: left;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt h4 span {
  font-size: 16px;
  font-weight: 700;
  color: #0091d7;
  width: 100%;
  margin: 0 auto;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt p {
  font-size: 20px;
  font-weight: 500;
  color: #0091d7;
  width: 100%;
  margin: 25px auto 10px;
  padding: 0;
  line-height: 1.6;
  text-align: left;
}
#wrapper .s2 .contents_flex .contents_flex_item_txt .txt span {
  font-size: 12px;
  font-weight: 500;
  color: #0091d7;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  display: block;
  text-align: left;
}
#wrapper .s2 .map {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 80px;
  text-align: center;
}
#wrapper .s2 .map img {
  max-width: 100%;
}
#wrapper .s2 .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
#wrapper .s2 .inner h6 {
  font-size: 24px;
  font-weight: 900;
  color: #0091d7;
  margin: 0 auto 15px;
  padding: 0;
  line-height: 1;
  text-align: center;
}
#wrapper .s2 .inner p {
  font-size: 18px;
  font-weight: 500;
  color: #0091d7;
  margin: 0 auto 40px;
  padding: 0;
  line-height: 1.7;
}
#wrapper .s2 .contact {
  text-align: center;
  background-image: url(../img/s2_contact_bg.webp);
  width: 728px;
  height: 284px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#wrapper .s2 .contact h6 {
  font-size: 30px;
  font-weight: 900;
  color: #0091d7;
  margin: 0 auto 15px;
  padding: 0;
  line-height: 1;
}
#wrapper .s2 .contact p {
  font-size: 20px;
  font-weight: 500;
  color: #0091d7;
  margin: 0 auto;
  padding: 0;
  line-height: 1.7;
}
#wrapper .footer {
  margin: 0 auto;
  width: 100%;
  height: 580px;
  position: relative;
}
#wrapper .footer .foot_c01 {
  position: absolute;
  top: 0;
  left: calc(50% + 406px);
  width: 459px;
  z-index: 2;
}
#wrapper .footer .foot_c01 img {
  max-width: 100%;
}
#wrapper .footer .foot_bg {
  background-image: url(../img/foot_bg.webp);
  background-repeat: no-repeat;
  background-size: 1462px 903px;
  background-position: top center;
  width: 100%;
  height: 480px;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#wrapper .footer ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 200px 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 4;
}
#wrapper .footer ul .icon {
  flex-basis: 220px;
  margin-right: 20px;
}
#wrapper .footer ul .icon img {
  width: 100%;
}
#wrapper .footer ul .bnr01 {
  flex-basis: 168px;
  margin-bottom: 35px;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 5px rgba(0, 37, 56, 0.4)) drop-shadow(0px 0px 4px rgba(69, 32, 92, 0.2));
}
#wrapper .footer ul .bnr01 img {
  max-width: 100%;
}
#wrapper .footer ul .bnr02 {
  flex-basis: 156px;
  margin-bottom: 35px;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 5px rgba(0, 37, 56, 0.4)) drop-shadow(0px 0px 4px rgba(69, 32, 92, 0.2));
}
#wrapper .footer ul .bnr02 img {
  max-width: 100%;
}
#wrapper .footer ul .anchor {
  flex-basis: 126px;
  margin-left: 20px;
}
#wrapper .footer ul .anchor img {
  max-width: 100%;
}
#wrapper .footer .copy {
  margin: 40px auto 0;
  text-align: center;
  z-index: 4;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 0;
  width: 100%;
}
#wrapper .footer .copy .bnr_tokyo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 214px;
}
#wrapper .footer .copy span {
  font-size: 16px;
  font-weight: 500;
  color: #0091d7;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */