@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url(base.css);
@import url(common.css);
.top {
  overflow-x: hidden;
}
.top .backvideo {
  height: 688px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .backvideo {
    height: auto;
    overflow: hidden;
  }
}
.top .videocont {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .videocont {
    width: 100%;
    height: 50vh;
    position: absolute;
    overflow: hidden;
    z-index: -1;
  }
}
.top .videocont .ami {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .videocont .ami {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }
}
.top .videocont video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url("../images/top/img_1.png") no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .videocont video {
    position: absolute;
    top: -20%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background: url("../images/top/img_1.png") no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.top .kv {
  width: 100%;
  height: 680px;
  position: absolute;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top .kv {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.top .kv .mainttl {
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .top .kv .mainttl {
    max-width: 90%;
    margin: 0 auto;
  }
}
.top .kv .mainttl h2 {
  width: 940px;
  margin: 10px 0 25px 0;
}
@media screen and (max-width: 767px) {
  .top .kv .mainttl h2 {
    width: 100%;
    margin: 0px 0 25px 0;
    padding-top: 170px;
  }
}
.top .kv .mainttl p {
  max-width: 248px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .kv .mainttl p {
    max-width: 40%;
    margin: 0 auto;
  }
}
.top .kv .navi {
  position: absolute;
  bottom: -8px;
  width: 940px;
  left: 50%;
  margin-left: -470px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 0.8% 0.5% 0;
}
@media screen and (max-width: 767px) {
  .top .kv .navi {
    position: inherit;
    bottom: -50px;
    width: 80%;
    left: 0%;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 0.8% 0.5% 0;
  }
}
.top .kv .navi .banner {
  width: 32.5%;
  margin: 0 0.5%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner {
    width: 100%;
    margin: 0 0.5% 1%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
}
.top .kv .navi .banner.back_01 {
  background: url("../images/top/img_2.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner.back_01 {
    background: url("../images/top/img_2.png") no-repeat left center/cover;
  }
}
.top .kv .navi .banner.back_02 {
  background: url("../images/top/img_3.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner.back_02 {
    background: url("../images/top/img_3.png") no-repeat center center/cover;
  }
}
.top .kv .navi .banner.back_03 {
  background: url("../images/top/img_4.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner.back_03 {
    background: url("../images/top/img_4.png") no-repeat center center/cover;
  }
}
.top .kv .navi .banner a {
  display: block;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  height: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner a {
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 70px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0em;
    padding-bottom: 5px;
  }
}
.top .kv .navi .banner a .txts span {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner a .txts span {
    display: block;
    width: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .kv .navi .banner a .txts span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top .kv .navi .banner a .txts span img {
    width: 100%;
    height: auto;
  }
}
.top .kv .scroll {
  position: absolute;
  width: 10px;
  right: 5%;
  bottom: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top .kv .scroll {
    position: absolute;
    width: 10px;
    right: 2.5%;
    bottom: auto;
    margin-bottom: 0;
    top: 50%;
  }
}
.top .kv .scroll:after {
  position: absolute;
  content: "";
  height: 80px;
  border-left: 1px solid #fff;
  bottom: -100px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .top .kv .scroll:after {
    position: absolute;
    content: "";
    height: 80px;
    border-left: 1px solid #fff;
    bottom: -100px;
    right: 5px;
  }
}
.top .message_area {
  max-width: 735px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  letter-spacing: 0.06em;
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .top .message_area {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    letter-spacing: 0.06em;
    padding: 75px 0 70px;
  }
}
.top .message_area h3 {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .top .message_area h3 {
    display: none;
  }
}
.top .message_area p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 34px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .top .message_area p {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    line-height: 24px;
    writing-mode: horizontal-tb;
  }
}
.top .checks_area {
  padding: 65px 0;
  background: url("../images/top/img_5.png") repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top .checks_area {
    padding: 30px 0;
  }
}
.top .checks_area .checkbox {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .checks_area .checkbox {
    max-width: 90%;
  }
}
.top .checks_area .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 10px 7px;
  background: #fff;
  color: #4d4d4d;
  line-height: 1.4;
  padding: 8px 15px 8px 15px;
  transition: all 800ms;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .top .checks_area .checkbox label {
    font-size: 12px;
    margin: 7px 7px 7px;
    padding: 6px 10px 6px 10px;
  }
}
.top .checks_area .checkbox label.active {
  background: #005bac;
  color: #fff;
}
.top .checks_area .checkbox label:hover {
  background: rgba(0, 91, 172, 0.8);
  color: #fff;
}
.top .sort_back {
  background: rgba(171, 179, 192, 0.25);
  padding: 75px 0 150px;
}
@media screen and (max-width: 767px) {
  .top .sort_back {
    padding: 40px 0 70px;
  }
}
.top .sort_back .topsort {
  max-width: 1211px;
  min-width: 1210px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort {
    max-width: 95%;
    min-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.top .sort_back .topsort .box {
  width: 280px;
  height: 320px;
  background: #fff;
  margin: 8px 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box {
    width: 46%;
    height: 220px;
    background: #fff;
    margin: 2% 2%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.hig {
    height: 180px;
  }
  body.tab .top .sort_back .topsort .box.hig {
    height: 300px;
  }
}
.top .sort_back .topsort .box .close {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.06em;
}
.top .sort_back .topsort .box a {
  display: block;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a {
    display: block;
    position: relative;
    height: 100%;
  }
}
.top .sort_back .topsort .box a .imgs {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a .imgs {
    margin-left: 10px;
  }
}
.top .sort_back .topsort .box a .bn_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  margin-left: 30px;
  padding-bottom: 10px;
  color: #000;
  letter-spacing: 0.06em;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a .bn_ttl {
    font-size: 14px;
    margin-left: 10px;
  }
}
.top .sort_back .topsort .box a .bn_ttl:after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 1px solid #666666;
  bottom: 0;
  left: 0;
}
.top .sort_back .topsort .box a .bn_ttl span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a .bn_ttl span {
    display: block;
    font-size: 12px;
  }
}
.top .sort_back .topsort .box a .under {
  position: absolute;
  bottom: 15px;
  left: 0px;
  font-family: "Barlow Condensed", serif;
  font-size: 13px;
  color: #666666;
  margin-left: 30px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a .under {
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 10px);
  }
}
.top .sort_back .topsort .box a .under span {
  width: 21px;
  position: absolute;
  right: 15px;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box a .under span {
    width: 21px;
    position: absolute;
    right: 15px;
    bottom: 8px;
  }
}
.top .sort_back .topsort .box.all {
  width: 576px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all {
    width: 100%;
  }
}
.top .sort_back .topsort .box.all a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top .sort_back .topsort .box.all a .imgs {
  position: absolute;
  margin: 0;
  padding: 10px 9px 8px;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs {
    position: absolute;
    margin: 0;
    padding: 0px;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back_n {
    background: url("../images/top/img_n6.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back01 {
    background: url("../images/top/img_6.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back02 {
    background: url("../images/top/img_7.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back03 {
    background: url("../images/top/img_8.png") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back04 {
    background: url("../images/top/img_29.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back_tour {
    background: url("../images/top/img_33.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs.back_future {
    background: url("../images/top/img_32.jpg") no-repeat center top/cover;
  }
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .imgs img {
    display: none;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl {
  font-family: "Barlow Condensed", serif;
  font-size: 59px;
  letter-spacing: 0;
  color: #005bac;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl {
    font-family: "Barlow Condensed", serif;
    font-size: 30px;
    letter-spacing: 0;
    color: #005bac;
    margin: 0;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl:after {
    content: none;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl.white {
    color: #fff;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl span.btns {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl span.btns {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 20px;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl span.btns img {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .bn_ttl span.btns img {
    width: auto;
    padding-top: 10px;
  }
}
.top .sort_back .topsort .box.all a .bn_ttl.serif {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.top .sort_back .topsort .box.all a .under {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top .sort_back .topsort .box.all a .under {
    color: #fff;
    left: 10px;
    width: calc(100% - 20px);
  }
}
.top .sort_back .topsort .box.all a .under.gray {
  color: #808080;
}
.top .sort_back .topsort .box.box2 {
  height: auto;
  min-height: 320px;
}
.top .sort_back .topsort .box.box2 a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top .sort_back .topsort .box.box2 a .bn_ttl {
  flex-grow: 100;
}
.top .sort_back .topsort .box.box2 a .under {
  position: static;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-bottom: 10px;
}
.top .sort_back .topsort .box.box2 a .under span {
  position: static;
  margin-top: -8px;
}
.top .sort_back .topsort .box.box2 a .bn_ttl .border {
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
}
.top .sort_back .topsort .box.box2 a .bn_ttl:after {
  display: none;
}
.top .sort_back .topsort .box.box2 a .bn_ttl .border:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 25px;
  border-bottom: 1px solid #666666;
}
.top .blank {
  width: 280px;
  margin: 0 11px 22px;
}
/*# sourceMappingURL=index.css.map */