@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1000rem;
}

#top .mainVisual {
  position: relative;
  overflow: hidden;
}

#top .mainVisual .slides li,
#top .mainVisual .slides,
#top .mainVisual .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .mainVisual video {
  width: 100%;
  height: auto;
}

#top .mainVisual .movie {
  z-index: 11;
}

#top .mainVisual .slides li {
  opacity: 0;
  transition: opacity 1.6s;
}

#top .mainVisual .slides li.on {
  opacity: 1;
}

#top .mainVisual .thumbs {
  display: none;
  position: absolute;
  bottom: 20rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

#top .mainVisual .thumbs li {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border: 1px solid #5C5E62;
  background-color: #70BBCA;
  transition: background-color .5s;
  margin-right: 15rem;
  z-index: 10;
  cursor: pointer;
}

#top .mainVisual .thumbs li:last-child {
  margin-right: 0;
}

#top .mainVisual .thumbs li.on {
  pointer-events: none;
  background-color: #fff;
}

#top .apeals {
  display: none;
  margin: 0 auto;
  padding: 50rem 0;
  margin-bottom: 105rem;
  background-color: #FDFAF4;
}

#top .apeals .text01 {
  margin: 0 auto;
}

#top .apeals .obi {
  margin-bottom: 50rem;
  max-width: 850px;
}

#top .information {
  display: none;
  text-align: center;
  padding-bottom: 100rem;
}

#top .information .title {
  font-size: 16rem;
  padding-bottom: 25rem;
  font-weight: normal;
}

#top .information .info-box {
  margin: 50rem auto;
}

#top .information .lead {
  font-size: 30rem;
  line-height: 1.5;
  padding-bottom: 50rem;
}

#top .information .buttons {
  margin: 0 auto;
  max-width: 330rem;
  padding-bottom: 80rem;
}

#top .information .txt {
  font-size: 14rem;
  line-height: 2.3;
  padding-bottom: 30rem;
}

#top .information .txt + .txt {
  padding-bottom: 60rem;
}

#top .information .salon {
  margin-top: 50px;
}

#top .information .salon .lead {
  display: inline-block;
  position: relative;
  font-size: 18rem;
  padding-bottom: 0;
  margin-bottom: 50px;
}

#top .information .salon .lead:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 800px;
  background-color: rgba(112, 187, 202, 0.5);
}

#top .information .salon .point-pc {
  margin-bottom: 50px;
}

#top .information .salon .point-pc li {
  width: 95% !important;
}

#top .information .salon .point-pc li .caption01 {
  right: 6%;
}

#top .information .salon .point-pc .tit {
  text-align: left;
  font-size: 20rem;
}

#top .information .salon .point-pc .tit span {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
}

#top .information .salon .point-pc .lead {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: left;
}

#top .information .salon .point-pc .lead:after {
  content: none;
}

#top .information .salon .point-pc .image {
  position: relative;
}

#top .information .salon .point-pc .slick-prev {
  left: -50px;
}

#top .information .salon .point-pc .slick-next {
  right: -90px;
}

#top .information .salon .point-pc .slick-prev:before {
  content: url(../images/top/left-arrow.svg);
}

#top .information .salon .point-pc .slick-next:before {
  content: url(../images/top/right-arrow.svg);
}

#top .information .salon .swipe-img {
  width: 242px;
  margin: 0 auto 50px;
}

#top .information .salon .title.title02 {
  max-width: 540px;
  margin: 0 auto 25px;
  font-size: 24rem;
  color: #fff;
  background-color: #70BBCA;
  padding: 25px 10px;
}

#top .information .salon .booth li {
  display: inline-block;
  vertical-align: middle;
}

#top .information .salon .booth li .text li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

#top .information .salon .booth .tit {
  font-size: 18rem;
}

#top .information .salon .booth .tit span {
  display: inline-block;
  width: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

#top .information .salon .booth .image {
  position: relative;
  max-width: 222px;
  margin-left: 4%;
}

#top .information .salon .access {
  max-width: 720px;
  margin: 50px auto;
  border: 2px solid #70BBCA;
  background: #FDFAF4;
}

#top .information .salon .access .title {
  display: inline-block;
  float: left;
  background: #70BBCA;
  color: #fff;
  font-size: 16rem;
  padding: 10px 15px;
}

#top .information .salon .access .image {
  max-width: 660px;
  margin: 50px auto 25px;
}

#top .information .salon .access .btn {
  display: inline-block;
  background: #70BBCA;
  font-size: 18rem;
  padding: 20px 15px 20px 20px;
  margin-bottom: 25px;
}

#top .information .salon .access .btn a {
  color: #fff;
}

#top .information .box {
  position: relative;
  padding: 50rem 40rem 30rem;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 800rem;
  box-shadow: 0px 0px 20px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .information .box .img {
  width: 45%;
}

#top .information .box .texts {
  width: 50%;
  text-align: left;
}

#top .information .box .texts .text01 {
  text-align: center;
  font-size: 15rem;
  line-height: 2;
  padding-bottom: 20rem;
}

#top .information .box .text02 {
  font-size: 14rem;
  line-height: 2.2;
}

#top .information .box .new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  background: #70BBCA;
}

#top .youtubeThumb {
  display: none;
  max-width: 690rem;
  margin: 100px auto;
  padding: 0 20px;
}

#top .modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black !important;
  justify-content: center;
  　align-items: center;
  z-index: 100002;
}

#top .modal-overlay.active {
  display: flex;
  align-items: center;
}

#top .modal-content {
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  max-width: 90vw;
  width: 100%;
  /* 下記はYouTubeなど16:9動画用のレスポンシブ対応例 */
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top .modal-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  #top .modal-content {
    max-height: 570px;
  }
}

#top .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
}

#top .section-concept {
  display: none;
  position: relative;
  background: url(../images/top/concept-bg.jpg) no-repeat center bottom;
  background-size: contain;
  padding: 105rem 0 367rem;
}

@media screen and (min-width: 1600px) {
  #top .section-concept {
    background: url(../images/top/concept-bg.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

#top .section-concept .title {
  position: relative;
  text-align: center;
  font-size: 30rem;
  padding-bottom: 75rem;
  font-weight: normal;
}

#top .section-concept .lead {
  margin: 0 auto;
  padding-bottom: 75rem;
  width: 388rem;
}

#top .section-concept .lead span {
  display: inline-block;
  width: 0;
  position: relative;
  overflow: hidden;
  transition: width .6s;
}

#top .section-concept .lead img {
  max-width: inherit;
  width: 388rem;
}

#top .section-concept .lead.on span {
  opacity: 1;
  width: 388rem;
}

#top .section-concept .lead02 {
  font-size: 24rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 60rem;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1.2s,filter 1.2s;
}

#top .section-concept .lead02.on {
  opacity: 1;
  filter: blur(0px);
}

#top .section-concept .text {
  font-size: 16rem;
  line-height: 2.9;
  text-align: center;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1.2s,filter 1.2s;
}

#top .section-concept .text.on {
  opacity: 1;
  filter: blur(0px);
}

#top .panels-wrap {
  display: none;
  background: url(../images/top/content-bg.jpg) center;
  background-size: cover;
  padding: 160rem 0 90rem;
}

#top .panels {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 290rem;
  box-shadow: 0px 0px 0px #555;
  transition: box-shadow 1s;
}

#top .panels.on {
  box-shadow: 0px 0px 30px #555;
}

#top .panels::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: width 1s,height 1s;
}

#top .panels .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 900rem;
  z-index: 2;
}

#top .panels .title {
  position: absolute;
  font-size: 30rem;
  font-weight: 200;
  top: 0;
  padding-top: 195rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}

#top .panels .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0rem;
  background-color: #454D67;
  transition: height .8s .5s;
}

#top .panels .title.on span {
  transform: translateY(0px);
  opacity: 1;
}

#top .panels .title.on::after {
  height: 190rem;
}

#top .panels .body {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 50rem;
  z-index: 2;
}

#top .panels .body .image {
  position: relative;
  width: 480rem;
  margin-right: 10%;
  transform: translateY(-40rem);
  opacity: 0;
  transition: opacity .9s,transform .9s;
}

#top .panels .body .image.on {
  opacity: 1;
  transform: translateY(-70rem);
}

#top .panels .body .texts {
  width: 350rem;
  box-sizing: border-box;
  padding: 100rem 0 60rem;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1.2s,filter 1.2s;
}

#top .panels .body .texts.on {
  opacity: 1;
  filter: blur(0px);
}

#top .panels .text {
  font-size: 23rem;
  line-height: 1.6;
  padding-bottom: 80rem;
}

#top .panels .button .color01 {
  background-color: #70BBCA;
  border-color: #70BBCA;
}

#top .panels .button .color01:hover {
  background-color: #fff;
  color: #70BBCA;
}

#top .panels .button .color01:hover::after {
  background-image: url(../images/common/button-arrow02.svg);
}

#top .panel-brand {
  margin: auto;
}

#top .panel-asset,
#top .panel-plan,
#top .panel-location,
#top .panel-position {
  margin: 0 auto 120rem;
  padding-left: 100rem;
  width: 90%;
  max-width: 1200rem;
}

#top .panel-asset::after,
#top .panel-plan::after,
#top .panel-location::after,
#top .panel-position::after {
  height: 0;
}

#top .panel-asset.on::after,
#top .panel-plan.on::after,
#top .panel-location.on::after,
#top .panel-position.on::after {
  height: 100%;
}

#top .panel-brand::after,
#top .panel-lgente::after,
#top .panel-design::after,
#top .panel-access::after {
  width: 0;
}

#top .panel-brand.on::after,
#top .panel-lgente.on::after,
#top .panel-design.on::after,
#top .panel-access.on::after {
  width: 100%;
}

#top .panel-brand .inner,
#top .panel-lgente .inner,
#top .panel-design .inner,
#top .panel-access .inner {
  padding-right: 100rem;
}

#top .panel-brand .title,
#top .panel-lgente .title,
#top .panel-design .title,
#top .panel-access .title {
  left: auto;
  right: 0;
}

#top .panel-brand .body,
#top .panel-lgente .body,
#top .panel-design .body,
#top .panel-access .body {
  justify-content: center;
  padding: 0rem;
}

#top .panel-brand .body .image,
#top .panel-lgente .body .image,
#top .panel-design .body .image,
#top .panel-access .body .image {
  order: 2;
  margin-right: auto;
}

#top .panel-brand .body .texts,
#top .panel-lgente .body .texts,
#top .panel-design .body .texts,
#top .panel-access .body .texts {
  margin-right: 10%;
  order: 0;
}

#top #fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#top #fixed {
  position: fixed;
  bottom: 530px;
  right: -230px;
  z-index: 10000;
  opacity: 1;
  transform: translateY(300px);
  transition: 0.5s ease;
}

#top #fixed:hover {
  right: 0;
  transition: 0.5s ease;
}

#top #fixed:hover .shiny-btn::before {
  display: none;
}

#top #fixed a:hover {
  opacity: 1;
}

#top #fixed .shiny-btn {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#top #fixed .shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -30px;
  left: -30px;
  width: 10px;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: .3s;
  animation: shiny-btn 3s ease-in-out infinite;
  z-index: 100001;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-5deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(30) rotate(-45deg);
    opacity: 0;
  }
}

#top #fixed.bnr02 {
  bottom: 500px;
}

#top .fixed_bnr {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  #top main {
    padding-top: 55rem;
  }
  #top .apeals {
    margin: 0 auto;
    padding: 35rem 0 83rem;
    margin-bottom: 0;
  }
  #top .information {
    text-align: center;
    padding: 54rem 0 64rem;
  }
  #top .information .lead {
    font-size: 24rem;
    padding-bottom: 55rem;
    margin-bottom: 25px;
  }
  #top .information .buttons {
    padding-bottom: 40rem;
  }
  #top .information .txt {
    font-size: 11rem;
    padding-bottom: 40rem;
    text-align: left;
  }
  #top .information .txt br {
    display: none;
  }
  #top .information .txt + .txt {
    padding-bottom: 40rem;
  }
  #top .information .salon .lead:after {
    content: none;
  }
  #top .information .salon .point-pc {
    display: none;
  }
  #top .information .salon .point {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSでスムーズに */
    gap: 30px;
    padding: 16px;
    scroll-snap-type: x mandatory;
    /* スクロール位置をスナップ */
    margin-bottom: 25px;
  }
  #top .information .salon .point li {
    flex: 0 0 calc(50% - 8px);
    scroll-snap-align: start;
    /* スクロールスナップの位置 */
    display: flex;
    /* 中身を縦方向で揃えるためflexに */
    flex-direction: column;
    justify-content: space-between;
    /* 上(タイトル)と下(画像)を両端揃え */
  }
  #top .information .salon .point li .tit {
    text-align: left;
    font-size: 24rem;
  }
  #top .information .salon .point li .tit span {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #top .information .salon .point li .lead {
    margin-bottom: 15px;
    text-align: left;
  }
  #top .information .salon .point li .lead:after {
    content: none;
  }
  #top .information .salon .point li .image {
    position: relative;
    margin-top: auto;
  }
  #top .information .salon .title.title02 {
    margin-bottom: auto;
  }
  #top .information .salon .point {
    width: 100%;
  }
  #top .information .salon .point li {
    flex: 0 0 80%;
  }
  #top .information .salon .point li .tit {
    font-size: 18rem;
    margin-bottom: 20px;
  }
  #top .information .salon .point li .tit span {
    width: 40px;
    margin-bottom: 0;
  }
  #top .information .salon .point li .lead {
    font-size: 14rem;
  }
  #top .information .salon .point li:nth-child(4) {
    padding-right: 5%;
  }
  #top .information .salon .point li:nth-child(4) .tit {
    display: inline-flex;
  }
  #top .information .salon .point li .caption01 {
    right: 6%;
  }
  #top .information .salon .booth li .tit {
    font-size: 16rem;
    float: left;
    margin-bottom: 10px;
  }
  #top .information .salon .booth .image {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  #top .information .salon .access .image {
    width: 80%;
  }
  #top .information .salon .access .btn {
    font-size: 16rem;
    line-height: 1.6;
    padding: 10px 15px;
  }
  #top .information .box {
    padding: 50rem 20rem 20rem;
    display: block;
  }
  #top .information .box .img {
    width: auto;
    margin-bottom: 20rem;
  }
  #top .information .box .texts {
    width: auto;
  }
  #top .youtubeThumb {
    margin: 25rem auto;
  }
  #top .section-concept {
    background: #FDFAF4;
    padding: 83rem 0 0rem;
  }
  #top .section-concept .title {
    font-size: 16rem;
    padding-bottom: 42rem;
  }
  #top .section-concept .lead {
    padding-bottom: 36rem;
    width: 260rem;
  }
  #top .section-concept .lead img {
    width: 260rem;
  }
  #top .section-concept .lead.on span {
    width: 260rem;
  }
  #top .section-concept .lead02 {
    font-size: 22rem;
    line-height: 1.8;
    padding-bottom: 40rem;
  }
  #top .section-concept .text {
    font-size: 14rem;
    line-height: 2.9;
    text-align: left;
  }
  #top .panels-wrap {
    background: url(../images/top/content-bg-sp.jpg);
    padding: 80rem 0 30rem;
  }
  #top .panels {
    margin-bottom: 90rem;
    padding: 0 5% 15rem;
    margin: 0 auto 70rem;
    width: 90%;
    box-sizing: border-box;
    box-shadow: none;
    transition: box-shadow 1s;
  }
  #top .panels .sp-title {
    position: relative;
    overflow: hidden;
    font-size: 16rem;
  }
  #top .panels .sp-title span {
    display: inline-block;
    position: relative;
    font-family: "Montserrat", sans-serif;
  }
  #top .panels .sp-title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10rem;
    width: 0px;
    height: 1px;
    background-color: #454D67;
    transition: width .5s .5s;
  }
  #top .panels .sp-title.on span::after {
    width: 400px;
  }
  #top .panels::after {
    bottom: 0;
    height: 80%;
    box-shadow: 0px 0px 0px #555;
  }
  #top .panels.on {
    box-shadow: none;
  }
  #top .panels.on::after {
    box-shadow: 0px 0px 15px #888;
  }
  #top .panels .title {
    display: none;
  }
  #top .panels .body {
    display: block;
    padding-left: 0rem;
  }
  #top .panels .body .image {
    width: auto;
    margin-right: auto;
    transform: translateY(0rem);
  }
  #top .panels .body .image.on {
    opacity: 1;
    transform: translateY(-20rem);
  }
  #top .panels .body .texts {
    width: auto;
    padding: 10rem 0 10rem;
  }
  #top .panels .text {
    font-size: 18rem;
    padding-bottom: 30rem;
  }
  #top .panel-asset::after,
  #top .panel-plan::after,
  #top .panel-location::after,
  #top .panel-position::after {
    height: 0;
  }
  #top .panel-asset.on::after,
  #top .panel-plan.on::after,
  #top .panel-location.on::after,
  #top .panel-position.on::after {
    height: 80%;
  }
  #top .panel-brand::after,
  #top .panel-lgente::after,
  #top .panel-design::after,
  #top .panel-access::after {
    width: 0;
  }
  #top .panel-brand.on::after,
  #top .panel-lgente.on::after,
  #top .panel-design.on::after,
  #top .panel-access.on::after {
    width: 100%;
  }
  #top .panel-brand .inner,
  #top .panel-lgente .inner,
  #top .panel-design .inner,
  #top .panel-access .inner {
    padding-right: 0rem;
    width: auto;
  }
  #top .panel-brand .title,
  #top .panel-lgente .title,
  #top .panel-design .title,
  #top .panel-access .title {
    left: auto;
    right: 0;
  }
  #top .panel-brand .body,
  #top .panel-lgente .body,
  #top .panel-design .body,
  #top .panel-access .body {
    justify-content: center;
    padding: 0rem;
  }
  #top .panel-brand .body .image,
  #top .panel-lgente .body .image,
  #top .panel-design .body .image,
  #top .panel-access .body .image {
    order: 2;
    margin-right: auto;
  }
  #top .panel-brand .body .texts,
  #top .panel-lgente .body .texts,
  #top .panel-design .body .texts,
  #top .panel-access .body .texts {
    margin-right: 0;
    order: 0;
  }
  #top #fixed {
    bottom: 293px;
    right: auto;
    left: 0;
  }
  #top #fixed.bnr02 {
    right: 17%;
    left: auto;
    bottom: 293px;
  }
  #top .fixed_bnr {
    max-width: 240px;
    width: 100%;
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translate(300px);
  }
}

.modal-wrapper {
  z-index: 100001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.modal-window .modal-content.content01 {
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  max-width: 70vw !important;
  margin: auto;
  width: 100%;
  background: #FDFAF4;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-overlay:hover {
  opacity: 1 !important;
}

.modal-close.close01 {
  z-index: 20;
  position: absolute !important;
  top: -35px;
  right: 12%;
  width: 36px;
  color: #fff !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

.modal-close:hover {
  color: #ccc !important;
}

.ginza {
  padding-top: 40rem;
  padding-bottom: 40rem;
  width: 100%;
  background-color: #FDFAF4;
}

.ginza .title {
  font-weight: normal;
  font-size: 22rem;
  text-align: center;
  padding-bottom: 40rem;
}

.ginza .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ginza .images {
  width: 50%;
}

.ginza .texts {
  width: 46%;
}

.ginza .tables {
  text-align: left;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #454D67;
  margin-bottom: 20rem;
  padding-bottom: 15rem;
}

.ginza .tables dt {
  font-size: 16rem;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 5px;
}

.ginza .tables dd {
  font-size: 14rem;
  width: calc(100% - 70rem);
}

.ginza .tables .text01 {
  line-height: 1.5;
}

.ginza .tables .text03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.ginza .tables .text03 span {
  line-height: 1.5;
}

.ginza .tables .text02 {
  padding-bottom: 10rem;
}

.ginza .tables .text04 {
  padding: 15rem 0  6rem;
}

.ginza .button {
  margin: 20rem auto 0;
  max-width: 350rem;
}

.ginza .button a {
  padding: 19rem 30rem;
}

@media screen and (max-width: 768px) {
  .modal-wrapper {
    z-index: 19999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center;
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-wrapper:target {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 2px;
    vertical-align: top;
  }
  .modal-window .modal-content.content01 {
    max-width: 94vw !important;
    margin: auto;
    width: 100%;
    aspect-ratio: 10 /15 !important;
    overflow: auto !important;
  }
  .ginza {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
  .ginza .title {
    text-align: left;
    line-height: 1.4;
    padding-bottom: 20rem;
  }
  .ginza .box {
    display: block;
  }
  .ginza .images {
    width: auto;
    padding-bottom: 25rem;
  }
  .ginza .texts {
    width: auto;
  }
  .ginza .tables {
    display: block;
    margin-bottom: 10rem;
    padding-bottom: 10rem;
    text-align: center;
  }
  .ginza .tables dt {
    padding-bottom: 7rem;
    width: auto;
  }
  .ginza .tables dd {
    width: auto;
  }
  .ginza .tables .text03 {
    display: block;
    padding-bottom: 5rem;
  }
  .ginza .tables .text02 {
    padding-bottom: 3rem;
  }
  .ginza .tables .text04 {
    padding: 10rem 0  6rem;
  }
  .ginza .button {
    margin: 35rem auto 0;
  }
}

/*# sourceMappingURL=top.css.map */
