@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
body {
  -webkit-transition: padding-top 0.4s ease;
  -moz-transition: padding-top 0.4s ease;
  -ms-transition: padding-top 0.4s ease;
  transition: padding-top 0.4s ease;
}

@media screen and (min-width: 768px) {
  body.noScroll {
    padding-top: 125px;
  }
}

.gHead {
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.noScroll .gHead {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .noScroll .gHead {
    align-items: center;
    height: 125px;
  }
}

.noScroll .gHead h1 {
  width: 42%;
  max-width: 42%;
}

@media screen and (min-width: 768px) {
  .noScroll .gHead h1 {
    width: 60%;
    max-width: 60%;
    margin-top: 10.5%;
  }
}

@media screen and (min-width: 1024px) {
  .noScroll .gHead h1 {
    max-width: 280px;
  }
}

@media screen and (min-width: 1366px) {
  .noScroll .gHead h1 {
    margin-top: 12%;
  }
}

@media screen and (min-width: 1920px) {
  .noScroll .gHead h1 {
    max-width: 310px;
    margin: calc(70vw - 1015px) 0 0 calc(100% - 63.125% - 600px);
  }
}

.noScroll .gHead h1 img {
  width: 100%;
}

@media screen and (min-width: 1366px) {
  .noScroll .gHead .gNav {
    margin-left: -180px;
  }
}

@media screen and (min-width: 1024px) {
  .mv {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    justify-content: end;
    align-items: flex-end;
  }
}

.mv .mvPhoto {
  overflow: hidden;
  width: 83%;
  margin-left: 17%;
  border-radius: 20px 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .mv .mvPhoto {
    width: 63.125%;
    margin: 0 0 0 calc(4vw * -.8);
    border-radius: 40px 0 0 40px;
  }
}

.mv .mvPhoto .slick-slide {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

@media screen and (min-width: 768px) {
  .mv .mvPhoto .slick-slide {
    border-radius: 40px 0 0 40px;
  }
}

.mv .contents {
  position: relative;
  margin: -16px 15px 0 15px;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .mv .contents {
    position: static;
    width: 31.25%;
    max-width: 600px;
    margin: 0;
  }
}

.mv .contents .copy {
  width: 90.684%;
  padding: 1.25em 1em;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {
  .mv .contents .copy {
    width: 100%;
    padding: 3.111em .5em 4.444em 1em;
    border-radius: 16px;
  }
}

@media screen and (min-width: 1366px) {
  .mv .contents .copy {
    padding: 3.111em 1.3em 4.444em 2.5em;
  }
}

.mv .contents .copy h2 {
  line-height: 1.5;
  letter-spacing: .02em;
  font-size: 5.5vw;
  color: #e84c4c;
}

@media screen and (min-width: 1024px) {
  .mv .contents .copy h2 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .mv .contents .copy h2 {
    font-size: 2.222em;
  }
}

.mv .contents .copy p {
  margin-top: .75em;
  line-height: 1.5;
  font-size: 3.5vw;
}

@media screen and (min-width: 1024px) {
  .mv .contents .copy p {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1920px) {
  .mv .contents .copy p {
    font-size: 1.222em;
  }
}

.mv .contents .member {
  width: 64%;
  max-width: 400px;
  text-align: center;
  margin: -1em auto -5px;
}

@media screen and (min-width: 1024px) {
  .mv .contents .member {
    width: 88%;
    margin: -64px auto -5px;
  }
}

.mv .contents .covid19 {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.75;
  padding: 0.5em 0.5em 0.5em calc(40px + .5em);
  background-color: #fff;
  text-align: center;
  border: #dedede solid 3px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
  z-index: 2;
}

.mv .contents .covid19:hover {
  border-color: #e84c4c;
  color: #824700;
  box-shadow: rgba(255, 255, 255, 0.75) 0 0 8px;
  opacity: 1;
}

.mv .contents .covid19:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 10px;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  background-color: #e84c4c;
  transform: translateY(-50%);
}

.mv .contents .covid19:after {
  content: '！';
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 10px;
  right: auto;
  bottom: auto;
  text-align: center;
  font-size: 1.333em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  color: #fff;
}

.mv .contents .covid19 span {
  position: relative;
  display: inline-block;
  font-size: 0.778em;
}

.mv .contents .covid19 span:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: calc(100% - 2px);
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #f8c100;
}

.mv .contents .scroll {
  display: inline-block;
  position: absolute;
  top: -2em;
  left: -1px;
  padding: 0 1em .25em .5em;
  border-bottom: rgba(79, 43, 0, 0.5) solid 2px;
  font-size: 0.778em;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(-100%);
  animation: flash 1.5s linear infinite;
}

@media screen and (min-width: 1024px) {
  .mv .contents .scroll {
    top: auto;
    left: 40px;
    bottom: 0;
  }
}

.mv .contents .scroll:before, .mv .contents .scroll:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  top: 100%;
  left: auto;
  right: 0;
  bottom: auto;
  background-color: rgba(79, 43, 0, 0.5);
  border-radius: 1px;
  transform: rotate(30deg);
  transform-origin: calc(100% - 1px) 50%;
}

.mv .contents .scroll:after {
  transform: rotate(-30deg);
}

@media screen and (min-width: 768px) {
  .secBox .wrapperL {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .secBox .secTtl {
    display: flex;
    align-items: flex-start;
  }
}

.secBox .secTtl h3 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .secBox .secTtl h3 {
    width: 30.769%;
  }
}

.secBox .secTtl h3:after {
  left: 0;
}

.secBox .secTtl .engTtl {
  position: absolute;
  top: -12px;
  left: 5px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .secBox .secTtl .engTtl {
    top: calc(4vw * .6);
    left: calc(4vw * -2);
    transform-origin: bottom left;
    transform: translateY(-60%);
  }
}

@media screen and (min-width: 768px) {
  .secBox .secTtl .engTtl img {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .secBox .secTtl p {
    flex: 1;
    padding-top: calc(4vw * .6);
  }
}

.secBox.menu {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .secBox.menu {
    margin-top: calc(4vw * 1.5);
  }
}

.secBox.menu .homeNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .secBox.menu .homeNav ul {
    justify-content: flex-start;
    margin-right: -20px;
  }
}

.secBox.menu .homeNav ul li {
  width: calc(50% - 7.5px);
  margin-bottom: 1em;
}

.secBox.menu .homeNav ul li:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .secBox.menu .homeNav ul li {
    width: 244px;
    margin: 0 20px 1.5em 0;
  }
}

.secBox.menu .homeNav ul li a {
  display: block;
}

.secBox.menu .homeNav ul li a:hover {
  opacity: 1;
}

.secBox.menu .homeNav ul li a figure {
  position: relative;
  border-radius: 8px;
  line-height: 0;
  overflow: hidden;
  margin-bottom: .3em;
}

.secBox.menu .homeNav ul li a figure:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: rgba(79, 43, 0, 0.08);
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.secBox.menu .homeNav ul li a:hover figure:after {
  background-color: rgba(79, 43, 0, 0);
}

.secBox.menu .homeNav ul li a figure img {
  width: 100%;
}

.secBox.menu .homeNav ul li a:hover figure img {
  transform: scale(1.1);
}

.secBox.menu .homeNav ul li a p {
  padding-left: 28px;
  text-indent: -28px;
}

.secBox.menu .homeNav ul li a:hover p {
  opacity: .6;
}

.secBox.menu .homeNav ul li a p .arrowR {
  margin-right: 9px;
  transform: scale(1.3);
  transform-origin: center left;
}

@media screen and (min-width: 768px) {
  .secBox.area {
    background: url(../images/top/area-bg.png) bottom center/cover no-repeat;
  }
}

.secBox.area .areamap-sp {
  margin: -2em calc(50% - 50vw) 1em;
}

@media screen and (min-width: 768px) {
  .secBox.area .areamap-sp {
    display: none;
  }
}

.secBox.area .areamap-sp img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .secBox.area .areaListBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: 40vw;
    padding-left: 50%;
  }
}

.secBox.area .areaListBox .areaList {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .secBox.area .areaListBox .areaList {
    width: 100%;
  }
}

.secBox.area .areaListBox .areaList h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: 1em;
  border-radius: 50%;
  border: #fff solid 2px;
  font-size: 1.333em;
  text-shadow: #fff 0 0 4px;
}

.secBox.area .areaListBox .areaList.saitama h3 {
  background-color: #c1db81;
}

.secBox.area .areaListBox .areaList.tokyo h3 {
  background-color: #90ad66;
}

.secBox.area .areaListBox .areaList ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.secBox.area .areaListBox .areaList ul li {
  position: relative;
  margin: .3em 0;
  font-size: 1.111em;
}

.secBox.area .areaListBox .areaList ul li:not(:last-child) {
  padding-right: 2em;
}

.secBox.area .areaListBox .areaList ul li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: auto;
  right: 1em;
  bottom: auto;
  border-radius: 50%;
  background-color: rgba(79, 43, 0, 0.5);
  transform: translate(50%, -50%);
}

@media screen and (min-width: 768px) {
  .secBox.column {
    margin-top: 0;
  }
}

.secBox.news .moreBtn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secBox.news .moreBtn {
    text-align: right;
  }
}

@keyframes flash {
  0%, 10%, 90%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

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