@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Sans+JP:wght@100..900&display=swap");
body #contents {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body #contents .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  body #contents .sp_flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body #contents .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body #contents .pc_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  body #contents .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  body #contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body #contents .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body #contents .pc {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  body #contents .pc-mb-10 {
    margin-bottom: 10px !important;
  }
}
body #contents .hina {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
body #contents.modal-open {
  overflow: hidden;
  height: 100vh;
}
body #contents article {
  background: #fff;
}
body #contents article * {
  box-sizing: border-box;
  color: #171818;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
body #contents article a {
  text-decoration: unset;
  cursor: pointer;
}
body #contents article ul, body #contents article li {
  list-style: none;
}
body #contents article table {
  display: table;
}
body #contents article input[type=text], body #contents article select, body #contents article textarea {
  display: block;
  width: 100%;
}
body #contents article select {
  cursor: pointer;
}
body #contents article .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body #contents article img {
  display: block;
}
body #contents article section {
  position: relative;
}
body #contents article section .sections-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
body #contents article section .center {
  text-align: center;
}
body #contents article section .center img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body #contents article section.mv .mv-fade {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 700px;
}
body #contents article section.mv .mv-fade * {
  font-size: 0;
}
body #contents article section.mv .mv-fade img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #contents article section.mv:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  top: unset;
  transform: unset;
  bottom: 0;
  left: 0;
  height: 400px;
  background: linear-gradient(180deg, rgba(23, 24, 24, 0) 0%, rgba(23, 24, 24, 0.7) 100%);
  opacity: 0.7;
  z-index: 10;
}
body #contents article section.mv * {
  color: #fff;
  text-align: center;
}
body #contents article section.mv .sections-inner {
  padding: 157px 40px 106px;
  position: relative;
  z-index: 15;
}
body #contents article section.mv h1 {
  margin-bottom: 40px;
}
body #contents article section.mv h1 > img {
  margin: 0 auto 78px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #contents article section.mv h1 .h1-ttl {
  width: 1033px;
  height: 98px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body #contents article section.mv h1 span {
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  font-weight: bold;
}
body #contents article section.mv p {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 2.3529411765;
}
@media screen and (max-width: 768px) {
  body #contents article section.mv {
    min-height: 160vw;
  }
  body #contents article section.mv .mv-fade {
    height: 160vw;
  }
  body #contents article section.mv .mv-fade img {
    height: 160vw;
  }
  body #contents article section.mv:before {
    height: 66.6666666667vw;
  }
  body #contents article section.mv .sections-inner {
    padding: 21.3333333333vw 0 0;
  }
  body #contents article section.mv h1 {
    margin-bottom: 5.3333333333vw;
  }
  body #contents article section.mv h1 > img {
    margin: 0 auto 13.3333333333vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  body #contents article section.mv h1 .h1-ttl {
    width: 88.5333333333vw;
    height: 36.5333333333vw;
    margin-bottom: 10vw;
  }
  body #contents article section.mv h1 span {
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 0;
  }
  body #contents article section.mv p {
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
  }
}
body #contents article section.detail {
  padding: 160px 0 120px;
}
body #contents article section.detail * {
  text-align: center;
}
body #contents article section.detail .sections-inner .detail-box {
  position: relative;
  background: #EEEEEE;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}
body #contents article section.detail .sections-inner .detail-box > img {
  width: 720px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #contents article section.detail .sections-inner .detail-box > img,
body #contents article section.detail .sections-inner .detail-box > picture {
  display: block;
  position: absolute;
  left: -200px;
  top: -60px;
}
body #contents article section.detail .sections-inner .detail-box > img img,
body #contents article section.detail .sections-inner .detail-box > picture img {
  width: 720px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #contents article section.detail .sections-inner .detail-box .txt {
  width: 100%;
  margin: 0 auto;
}
body #contents article section.detail .sections-inner .detail-box .txt h2 {
  margin: 0 auto;
}
body #contents article section.detail .sections-inner .detail-box .txt h2 img {
  margin: 0 auto -50px;
  transform: translateY(-90px);
}
body #contents article section.detail .sections-inner .detail-box .txt p {
  line-height: 2.25;
}
body #contents article section.detail .sections-inner .detail-box + .detail-box {
  margin-top: 170px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(even) {
  margin-right: auto;
  margin-left: 0;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(even) > img,
body #contents article section.detail .sections-inner .detail-box:nth-child(even) > picture {
  left: unset;
  right: -200px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(1) {
  padding-bottom: 52px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(1) .txt {
  max-width: 416px;
  margin-right: 30px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(2) {
  padding-bottom: 50px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(2) .txt {
  max-width: 465px;
  margin-left: 18px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(3) {
  padding-bottom: 69px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(3) .txt {
  max-width: 400px;
  margin-right: 38px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(4) {
  padding-bottom: 50px;
}
body #contents article section.detail .sections-inner .detail-box:nth-child(4) .txt {
  max-width: 435px;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  body #contents article section.detail {
    padding: 48vw 0 18.6666666667vw;
  }
  body #contents article section.detail * {
    text-align: left;
  }
  body #contents article section.detail .sections-inner .detail-box {
    max-width: 100%;
    background: unset;
    padding-bottom: 0 !important;
  }
  body #contents article section.detail .sections-inner .detail-box > img {
    width: 74.6666666667vw;
    height: 64vw;
  }
  body #contents article section.detail .sections-inner .detail-box > img,
  body #contents article section.detail .sections-inner .detail-box > picture {
    left: auto;
    right: 0;
    top: -24vw;
  }
  body #contents article section.detail .sections-inner .detail-box > img img,
  body #contents article section.detail .sections-inner .detail-box > picture img {
    width: 74.6666666667vw;
    height: 64vw;
  }
  body #contents article section.detail .sections-inner .detail-box .txt {
    width: 90.6666666667vw;
    max-width: 90.6666666667vw !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
    background: #eee;
    padding-top: 47.7333333333vw;
    padding-left: 9.3333333333vw;
    padding-bottom: 8vw;
  }
  body #contents article section.detail .sections-inner .detail-box .txt h2 {
    margin: 0 auto;
  }
  body #contents article section.detail .sections-inner .detail-box .txt h2 img {
    margin: 0 auto -13.3333333333vw;
    transform: unset;
    height: auto;
    position: absolute;
  }
  body #contents article section.detail .sections-inner .detail-box .txt p {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
  body #contents article section.detail .sections-inner .detail-box + .detail-box {
    margin-top: 42.6666666667vw;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(even) {
    margin-right: auto;
    margin-left: auto;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(even) > img,
  body #contents article section.detail .sections-inner .detail-box:nth-child(even) > picture {
    left: 0px;
    right: unset;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(even) .txt {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(1) .txt h2 img {
    width: 13.84vw;
    top: -33.3333333333vw;
    left: 6.6666666667vw;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(2) .txt h2 img {
    width: 13.92vw;
    top: -24vw;
    right: 6.6666666667vw;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(3) .txt h2 img {
    width: 4.8vw;
    top: -24vw;
    left: 11.2vw;
  }
  body #contents article section.detail .sections-inner .detail-box:nth-child(4) .txt h2 img {
    width: 13.92vw;
    top: -24vw;
    right: 6.6666666667vw;
  }
}
body #contents article section.hokkaido {
  background: url(../img/moheji/hokkaido-bg.webp) no-repeat;
  background-size: cover;
}
body #contents article section.hokkaido .sections-inner {
  padding: 160px 40px 120px;
}
body #contents article section.hokkaido .sections-inner > img {
  margin: 0 auto 90px;
  width: 180px;
  height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0 0 20px rgba(0, 27, 59, 0.2));
}
body #contents article section.hokkaido .sections-inner > * {
  color: #fff;
  text-align: center;
}
body #contents article section.hokkaido .sections-inner h2 {
  margin-bottom: 30px;
}
body #contents article section.hokkaido .sections-inner h2 + p {
  text-align: center;
  line-height: 2.25;
  font-weight: 300;
}
body #contents article section.hokkaido .sections-inner .flex {
  margin-top: 80px;
  justify-content: center;
  gap: 60px;
}
body #contents article section.hokkaido .sections-inner .flex .flex-item {
  width: 360px;
  background: #fff;
  padding: 40px 0 35px;
  cursor: pointer;
}
body #contents article section.hokkaido .sections-inner .flex .flex-item p {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif";
  font-weight: 600;
}
body #contents article section.hokkaido .sections-inner .flex .flex-item .name {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
body #contents article section.hokkaido .sections-inner .flex .flex-item .image {
  margin: 30px auto 0;
  width: 270px;
  height: 270px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  body #contents article section.hokkaido .sections-inner .flex {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  body #contents article section.hokkaido {
    background: url(../img/moheji/hokkaido-bg@sp.webp) no-repeat;
    background-size: cover;
  }
  body #contents article section.hokkaido .sections-inner {
    padding: 22.4vw 0 18.6666666667vw;
  }
  body #contents article section.hokkaido .sections-inner > img {
    margin: 0 auto 13.3333333333vw;
    width: 36vw;
    height: 29.8333333333vw;
    filter: drop-shadow(0 0 2.6666666667vw rgba(0, 27, 59, 0.2));
  }
  body #contents article section.hokkaido .sections-inner h2 {
    margin-bottom: 5.3333333333vw;
  }
  body #contents article section.hokkaido .sections-inner h2 img {
    width: 85.3333333333vw;
    height: auto;
  }
  body #contents article section.hokkaido .sections-inner h2 + p {
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 2;
  }
  body #contents article section.hokkaido .sections-inner .flex {
    display: block;
    margin-top: 12.6666666667vw;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item {
    width: 58.6666666667vw !important;
    margin: 0 2vw;
    padding: 6.6666666667vw 0 5.8666666667vw;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item p {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .name {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .image {
    margin: 2.8vw auto 0;
    width: 54vw;
    height: 54vw;
    align-items: center;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .image img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .image img.ebi {
    width: 34vw;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .image img.dashi {
    width: 50vw;
  }
  body #contents article section.hokkaido .sections-inner .flex .flex-item .image img.kinakonejiri {
    width: 54vw;
  }
}
body #contents article section.furusato {
  background: url(../img/moheji/bg-furusato.webp) no-repeat;
  background-size: cover;
}
body #contents article section.furusato .sections-inner {
  padding: 160px 40px 120px;
}
body #contents article section.furusato .sections-inner > img {
  margin: 0 auto 80px;
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #contents article section.furusato .sections-inner > * {
  color: #fff;
  text-align: center;
}
body #contents article section.furusato .sections-inner h2 {
  margin-bottom: 30px;
}
body #contents article section.furusato .sections-inner h2 + p {
  text-align: center;
  line-height: 2.25;
  font-weight: 300;
}
body #contents article section.furusato .sections-inner .flex {
  margin-top: 80px;
  justify-content: center;
  gap: 60px;
}
body #contents article section.furusato .sections-inner .flex .flex-item {
  cursor: pointer;
  width: 360px;
  background: #fff;
  padding: 40px 0 25px;
}
body #contents article section.furusato .sections-inner .flex .flex-item p {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif";
  font-weight: 600;
}
body #contents article section.furusato .sections-inner .flex .flex-item .areas {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
body #contents article section.furusato .sections-inner .flex .flex-item .areas .area {
  margin-right: 12px;
  border: 1px solid #171818;
  width: 60px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.1em;
}
body #contents article section.furusato .sections-inner .flex .flex-item .areas + .name {
  margin-top: 3px;
}
body #contents article section.furusato .sections-inner .flex .flex-item .name {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
body #contents article section.furusato .sections-inner .flex .flex-item .image {
  margin: 30px auto 0;
  width: 240px;
  height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  body #contents article section.furusato .sections-inner .flex {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  body #contents article section.furusato {
    background: url(../img/moheji/bg-furusato@sp.webp) no-repeat;
    background-size: cover;
  }
  body #contents article section.furusato .sections-inner {
    padding: 23.2vw 0 18.6666666667vw;
  }
  body #contents article section.furusato .sections-inner > img {
    margin: 0 auto 9.3333333333vw;
    width: 38vw;
    height: 38vw;
  }
  body #contents article section.furusato .sections-inner h2 {
    margin-bottom: 5.3333333333vw;
  }
  body #contents article section.furusato .sections-inner h2 img {
    width: 64.8vw;
    height: auto;
  }
  body #contents article section.furusato .sections-inner h2 + p {
    font-size: 3.4666666667vw;
    font-weight: 400;
    line-height: 2;
  }
  body #contents article section.furusato .sections-inner .flex {
    display: block;
    margin-top: 11.3333333333vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item {
    width: 58.6666666667vw !important;
    margin: 0 2vw;
    padding: 4vw 0 4.2666666667vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item p {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .areas {
    letter-spacing: 0;
    font-size: 2.9333333333vw;
    line-height: 2.1363636364;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .areas .area {
    margin-right: 2.5333333333vw;
    width: 12.924vw;
    height: 4.308vw;
    font-size: 2.5333333333vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .areas + .name {
    margin-top: 1.0666666667vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .name {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .image {
    margin: 1.6vw auto 0;
    width: 48vw;
    height: 50vw;
    align-items: center;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .image img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .image img.mikan {
    width: 38.4vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .image img.ringo {
    width: 48vw;
  }
  body #contents article section.furusato .sections-inner .flex .flex-item .image img.suika {
    width: 23.188vw;
  }
}
body #contents .modal_bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(23, 24, 24, 0.6);
  transition: 0.3s;
  cursor: pointer;
}
body #contents .modal_bg.active {
  opacity: 1;
  pointer-events: auto;
}
body #contents .modal_bg * {
  box-sizing: border-box;
  color: #171818;
  font-size: 16px;
}
body #contents .modal_bg .modal-item {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
}
body #contents .modal_bg .modal-item.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
body #contents .modal_bg .modal-item .modal-inner {
  overflow: auto;
  background: #fff;
  box-shadow: 4px 4px 10px rgb(23, 24, 24);
  height: 660px;
  padding: 50px 0 30px;
  width: 680px;
}
body #contents .modal_bg .modal-item .modal-inner * {
  display: block;
  margin: 0 auto;
  max-width: 420px;
}
body #contents .modal_bg .modal-item .modal-inner .close {
  position: absolute;
  width: 30px;
  height: 20px;
  background: url(../img/moheji/close.svg) no-repeat;
  background-size: contain;
  right: 30px;
  top: 30px;
}
body #contents .modal_bg .modal-item .modal-inner .areas {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif";
  font-weight: 600;
}
body #contents .modal_bg .modal-item .modal-inner .areas * {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif";
  font-weight: 600;
}
body #contents .modal_bg .modal-item .modal-inner .areas .area {
  margin-right: 10px;
  border: 1px solid #171818;
  width: 74.15px;
  height: 24.72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.1em;
}
body #contents .modal_bg .modal-item .modal-inner .areas + .name {
  margin-top: 9px;
}
body #contents .modal_bg .modal-item .modal-inner .name {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif";
  font-weight: 600;
}
body #contents .modal_bg .modal-item .modal-inner .image {
  width: 350px;
  height: 350px;
  margin: 40px auto 22px;
  display: flex;
  align-items: flex-end;
}
body #contents .modal_bg .modal-item .modal-inner .image img {
  max-width: 100%;
}
body #contents .modal_bg .modal-item .modal-inner .image + p {
  font-size: 14px;
  line-height: 1.5714285714;
}
body #contents .modal_bg .modal-item .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 64px);
  display: flex;
  justify-content: space-between;
}
body #contents .modal_bg .modal-item .buttons a {
  display: block;
  width: 25px;
  height: 25px;
}
body #contents .modal_bg .modal-item .buttons a.prev {
  background: url(../img/moheji/arrow-prev.svg) no-repeat;
  background-size: contain;
  background-position: 0;
}
body #contents .modal_bg .modal-item .buttons a.next {
  background: url(../img/moheji/arrow-next.svg) no-repeat;
  background-size: contain;
  background-position: 0;
}
body #contents .modal_bg.furusato .modal-item .modal-inner .image {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body #contents .modal_bg * {
    font-size: 15.7333333333vw;
  }
  body #contents .modal_bg .modal-item {
    top: calc(50% + 8vw);
  }
  body #contents .modal_bg .modal-item .modal-inner {
    box-shadow: 1.0666666667vw 1.0666666667vw 2.6666666667vw rgb(23, 24, 24);
    height: 140vw;
    padding: 12vw 0;
    width: 84vw;
  }
  body #contents .modal_bg .modal-item .modal-inner * {
    max-width: 70.6666666667vw;
  }
  body #contents .modal_bg .modal-item .modal-inner .close {
    width: 8vw;
    height: 5.3333333333vw;
    right: -4vw;
    top: -9.3333333333vw;
  }
  body #contents .modal_bg .modal-item .modal-inner .areas {
    font-size: 3.4666666667vw;
    line-height: 20px;
  }
  body #contents .modal_bg .modal-item .modal-inner .areas .area {
    font-size: 2.9333333333vw;
    margin-right: 3.1066666667vw;
    width: 15.5306666667vw;
    height: 5.1773333333vw;
  }
  body #contents .modal_bg .modal-item .modal-inner .areas + .name {
    margin-top: 2.6666666667vw;
  }
  body #contents .modal_bg .modal-item .modal-inner .name {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
  }
  body #contents .modal_bg .modal-item .modal-inner .image {
    width: 54.6666666667vw;
    height: 54.6666666667vw;
    margin: 14.2666666667vw auto 8vw;
  }
  body #contents .modal_bg .modal-item .modal-inner .image img {
    max-width: 100%;
  }
  body #contents .modal_bg .modal-item .modal-inner .image + p {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
  body #contents .modal_bg .modal-item .buttons {
    transform: translate(-50%, -50%);
    width: 96vw;
  }
  body #contents .modal_bg .modal-item .buttons a {
    width: 5.3333333333vw;
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-height: 670px) {
  body #contents .modal_bg .modal-item {
    top: calc(50% + 12vw);
  }
  body #contents .modal_bg .modal-item .modal-inner {
    height: 140vw;
    max-height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  body #contents .modal_bg.furusato .modal-item .modal-inner {
    padding-top: 10.6666666667vw;
  }
  body #contents .modal_bg.furusato .modal-item .modal-inner .image {
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

footer#footer:before,
footer#footer:after {
  display: none !important;
}/*# sourceMappingURL=moheji.css.map */