@font-face {
  font-family: 'SmartFontUI';
  src: url("/assets/font/SmartFontUI.woff") format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  src: url("/assets/font/NotoSansJP-Regular.woff") format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSansJP';
  src: url("/assets/font/NotoSansJP-Bold.woff") format('woff');
  font-weight: 700;
}
html,
body {
  font-size: 1vw;
  letter-spacing: 0.1em;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 769px) {
  html,
  body {
    font-size: 3.7vw;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-title > .title-kv-wrapper {
    text-align: center;
    position: relative;
  }
  .sp-title > .title-kv-wrapper > img:first-child {
    width: 32vw;
  }
  .sp-title > .title-kv-wrapper > div > p:first-child {
    font-family: "dinosaur", sans-serif;
    font-size: 8.53333333vw;
    font-weight: 900;
    line-height: 8.53333333vw;
    margin: 4.26666667vw 0;
  }
  .sp-title > .title-kv-wrapper > div > p:nth-child(2) {
    font-family: NotoSansJP;
    font-size: 4.26666667vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 6.82666667vw;
  }
  .font-white {
    color: #fff;
  }
  .sp-title2 > .title-kv-wrapper2 {
    text-align: center;
    position: relative;
  }
  .sp-title2 > .title-kv-wrapper2 > img {
    width: 26.6666667vw;
    height: 25.6346667vw;
  }
  .sp-title2 > .title-kv-wrapper2 > div > p:first-child {
    font-family: "dinosaur", sans-serif;
    font-size: 7.46666667vw;
    line-height: 7.46666667vw;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 5.184vw 0;
  }
  .sp-title2 > .title-kv-wrapper2 > div > p:nth-child(2) {
    font-family: NotoSansJP;
    font-size: 3.73333333vw;
    font-weight: 700;
    line-height: 5.97333333vw;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 4.26666667vw;
  }
}
img {
  max-width: 100%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
header .logo {
  width: 11vw;
  padding: 1.5em;
}
header .menu {
  width: 57.2751098vw;
  height: 5.19765739vw;
  left: 51.1713031vw;
  padding: 1.17130307vw 1.75695461vw;
  border-radius: 0 0 0 1.46412884vw;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2vw;
  box-shadow: 0px 0.21961933vw 0.21961933vw 0px rgba(0,0,0,0.161);
  background: #fff;
  border-top: none;
  border-right: none;
  margin-top: 0;
}
header .menu.en a {
  height: auto;
}
header .menu a {
  height: 2.85505152vw;
  text-align: center;
}
header .menu a.big > img {
  height: 1.12vw;
}
header .menu a > img {
  height: 1.24450952vw;
  display: block;
  margin: 0 auto 0;
}
header .menu a > span {
  font-size: 0.8vw;
  margin-top: 0.5em;
  display: inline-block;
}
header .menu .contents {
  position: relative;
  display: flex;
  align-items: center;
}
header .menu .contents:after {
  content: "";
  background: url("/assets/img/menu/lang/down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 20px;
}
header .menu .contents > section {
  position: absolute;
  top: 4.304832vw;
  background: #fff;
  padding: 1em 1em;
  width: 385%;
  left: -8.540703vw;
  text-align: center;
  box-shadow: 0px 0.21961933vw 0.21961933vw 0px rgba(0,0,0,0.161);
  border-radius: 1.46412884vw;
  display: none;
}
header .menu .contents > section.en {
  top: 250%;
}
header .menu .contents > section.en > a:not(:last-child) {
  margin-bottom: 1.5em;
}
header .menu .contents > section.en > a > img {
  margin: 0;
}
header .menu .contents > section > a {
  display: block;
  margin: 0.5em 0;
}
header .menu .contents.on:after {
  background-image: url("/assets/img/menu/lang/up.png");
}
header .menu .contents.on > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 45.3879941vw;
  height: 20.8125915vw;
  padding: 1.46412884vw 1.75695461vw;
}
header .menu .anker {
  width: 13.1771596vw;
  height: 3.66032211vw;
}
header .menu .anker img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header .menu .lang {
  position: relative;
}
header .menu .lang > a {
  padding: 0.7em 1em;
  background: #f4f4f4;
  border: 1px solid #2d2522;
  margin-left: 0.5em;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
header .menu .lang > a:after {
  content: "";
  background: url("/assets/img/menu/lang/down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 20px;
}
header .menu .lang > span {
  position: absolute;
  right: 0;
  bottom: -3em;
  width: 90%;
  display: none;
}
header .menu .lang > span > a {
  width: 100%;
  padding: 0.7em 1em;
  display: flex;
  background: #f4f4f4;
  box-shadow: 0 3px 3px #ddd;
  align-items: center;
  border-radius: 0.5em;
  gap: 0.2em;
}
header .menu .lang > span > a:after {
  content: "";
  height: 10px;
  width: 20px;
  display: inline-block;
}
header .menu .lang.on > a:after {
  background-image: url("/assets/img/menu/lang/up.png");
}
header .menu .lang.on > span {
  display: block;
}
header .menu-icon {
  width: 11.1306667vw;
  height: 10.6666667vw;
}
@media screen and (max-width: 769px) {
  header {
    padding: 1.5em;
  }
  header .logo {
    width: 25.6vw;
    padding: 0;
  }
  header .menu {
    height: auto;
    box-shadow: none;
    background: none;
    padding: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 3vw;
  }
  header .menu .lang > a {
    padding: 0.5em;
  }
  header .menu .lang > a > img {
    height: 4vw;
  }
  header .menu .lang > span {
    bottom: -2.5em;
  }
  header .menu .lang > span > a {
    padding: 0.5em;
  }
  header .menu .lang > span > a > img {
    height: 4vw;
  }
  header .menu a.lang {
    height: 8vw;
  }
  header .menu a.ham {
    width: 6.93vw;
    margin-top: 1vw;
    padding: 0;
    height: auto;
  }
  header .menu a.ham > img {
    width: 6.93vw;
    height: auto;
  }
}
section.modal {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
section.modal.active {
  opacity: 1;
  pointer-events: auto;
}
section.modal .head {
  padding: 1.5em;
  display: flex;
}
section.modal .head .logo {
  width: 25.6vw;
}
section.modal .head .menu {
  text-align: right;
  flex: 1;
}
section.modal .head .menu a {
  width: 6.93vw;
  margin-left: auto;
}
section.modal .head .menu a > img {
  width: 6.93vw;
  height: auto;
}
section.modal .link {
  flex: 1;
  flex-direction: column;
  text-align: right;
  display: flex;
  overflow-y: scroll;
}
section.modal .link > section {
  width: 70.4vw;
  margin: auto;
}
section.modal .link a {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3vw;
  height: 14.9333333vw;
}
section.modal .link a > .menu-icon {
  width: 11.1306667vw;
  height: 10.6666667vw;
}
section.modal .link a > img {
  height: 4vw;
  display: block;
}
section.modal .link a > .menu-icon-text {
  font-family: NotoSansJP;
  font-size: 3.73333333vw;
  font-weight: 700;
  line-height: 5.97333333vw;
  letter-spacing: 0.02em;
  text-align: left;
}
section.modal .link a > span {
  font-size: 2.5vw;
}
section.modal .link a.big > img {
  height: 4.65vw;
}
section.modal .link a.ml {
  margin-left: 2em;
  height: 13.8666667vw;
}
footer {
  background: #fff;
}
footer > .information {
  padding: 5em 8vw;
  border-bottom: 1px solid #e0d8cd;
}
footer > .information > section {
  display: flex;
}
footer > .information.en {
  padding-bottom: 0;
}
footer > .information .banner {
  display: flex;
  gap: 2vw;
  justify-content: center;
  margin-bottom: 7vw;
}
footer > .information .banner img {
  width: 23.42vw;
}
@media screen and (max-width: 769px) {
  footer > .information .banner {
    flex-direction: column;
    gap: 5vw;
  }
  footer > .information .banner img {
    width: 80vw;
    gap: 5vw;
  }
}
footer > .information .icon {
  margin-right: 6vw;
}
footer > .information .icon > img {
  width: 11vw;
}
footer > .information .item {
  flex: 1;
}
footer > .information .item > p {
  margin-bottom: 2em;
}
footer > .information .item > section {
  display: flex;
}
footer > .information .item .desc {
  display: flex;
  width: 45%;
  flex-wrap: wrap;
}
footer > .information .item .desc > .desc {
  width: 100%;
  flex-wrap: nowrap;
}
footer > .information .item .desc.en > span {
  width: 5em;
}
footer > .information .item .desc.en a {
  margin-top: 1em;
}
footer > .information .item .desc > span {
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 2em;
  white-space: nowrap;
}
footer > .information .item .desc > p {
  line-height: 1.6em;
}
footer > .information .item .desc > p > span {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5em;
}
footer > .information .item .desc > p > a {
  margin-top: 0.5em;
  display: block;
}
footer > p {
  margin: auto;
  width: 60%;
  padding: 2em 0;
  font-size: 10px;
  color: #8d857b;
  text-align: right;
}
@media screen and (max-width: 769px) {
  footer {
    background-position: right;
  }
  footer > .information {
    padding: 4em 8vw;
  }
  footer > .information > section {
    display: block;
  }
  footer > .information .icon {
    margin-right: 0;
    text-align: center;
    margin-bottom: 3em;
  }
  footer > .information .icon > img {
    width: 40vw;
  }
  footer > .information .item > p {
    line-height: 1.8em;
  }
  footer > .information .item > section {
    display: block;
  }
  footer > .information .item .desc {
    width: auto;
  }
  footer > .information .item .desc > span {
    min-width: 20%;
    font-size: 1rem;
  }
  footer > .information .item .desc > p {
    font-size: 0.85rem;
  }
  footer > .information .item .desc:not(:last-child) {
    margin-bottom: 2em;
  }
  footer > p {
    width: auto;
    font-size: 2.6vw;
    white-space: nowrap;
    transform: scale(0.8);
    transform-origin: 15%;
  }
}
.body .top {
  background: url("/assets/img/pc/top.jpg");
  background-size: 100% auto;
  height: 56.2vw;
  position: relative;
}
.body .top.en {
  background-image: url("/assets/img/pc/en/top.jpg");
}
.body .top .menu {
  position: absolute;
  top: 40vw;
  width: 100%;
}
.body .top .menu > img {
  width: 55.1vw;
  margin: auto;
  display: block;
}
.body .top .circle {
  margin: 0 auto 4vw;
  width: 60.9vw;
  border-radius: 30vw;
  line-height: 1.5em;
  border: 1px solid #2d2522;
  padding: 1em;
  text-align: center;
  background: #fff;
  font-size: 1.6vw;
  font-family: "SmartFontUI";
}
@media screen and (max-width: 769px) {
  .body .top {
    background-image: url("/assets/img/sp/top.jpg?ver=20241018");
    height: 154vw;
  }
  .body .top.en {
    background-image: url("/assets/img/sp/en/top.jpg?ver=20241018");
  }
  .body .top .menu {
    top: 108vw;
  }
  .body .top .menu .circle {
    width: 88vw;
    padding: 1em 2em;
    font-size: 3.7vw;
  }
  .body .top .menu > img {
    width: 74.1vw;
  }
  .body .top .menu > img.en {
    width: 83.3vw;
    position: relative;
    left: -2vw;
  }
}
.body .news {
  margin: auto;
  width: 65vw;
  border-bottom: 1px solid #2d2522;
  display: flex;
  position: relative;
  margin: 5vw auto;
}
.body .news > section {
  flex: 1;
  padding-bottom: 0.8em;
  position: relative;
}
.body .news > section > section {
  max-height: 2vw;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .body .news > section > section {
    max-height: 5vw;
  }
}
.body .news > section > section > section {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.body .news > section > section > section .msg {
  flex: 1;
}
.body .news > section > section > section .msg.en {
  font-size: 1.15771596vw;
}
@media screen and (max-width: 769px) {
  .body .news > section > section > section .msg {
    display: flex;
    align-items: center;
  }
  .body .news > section > section > section .msg b {
    font-weight: normal;
  }
}
.body .news > section a.close {
  position: absolute;
  top: 0.1em;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.body .news > section.open > section {
  max-height: 100vh;
}
.body .news > section.open a.close {
  background-image: url("/assets/img/minus.png");
}
.body .news .name {
  display: flex;
}
.body .news img {
  height: 1.4em;
}
.body .news span {
  margin-left: 1em;
}
.body .news span:first-child {
  margin-left: 0;
}
.body .news p {
  margin-top: 0.8em;
  display: none;
}
.body .news.active p {
  display: block;
}
.body .news.active > section a.close {
  background-image: url("/assets/img/minus.png");
}
@media screen and (max-width: 769px) {
  .body .news {
    display: block;
    width: 90vw;
    margin-top: 5vw;
    position: static;
  }
  .body .news img {
    height: 1.45em;
  }
  .body .news .name {
    align-items: center;
  }
  .body .news .name span {
    font-size: 3.5vw;
    font-weight: normal;
  }
  .body .news > section {
    margin-left: 0;
    margin-top: 1em;
    position: relative;
  }
  .body .news > section .msg {
    font-size: 3.5vw !important;
    height: auto;
    line-height: 1.5em;
    margin-left: 0;
    font-weight: normal;
  }
  .body .news > section a.close {
    position: absolute;
    right: 0;
    top: -35px;
  }
}
.body .news_2 {
  position: relative;
}
.body .news_2 > img {
  width: 73.2vw;
  display: block;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .news_2 > img {
    width: 92vw;
  }
}
.body .news_2 > p {
  width: 65vw;
  margin: auto;
  background: #ffe3e8;
  color: #ed5772;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  padding: 2em 0;
  border-radius: 1em;
}
.body .news_2 > p > span {
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 769px) {
  .body .news_2 > p {
    width: 93.2vw;
    margin: 2em auto 0;
    padding: 1em 1em;
    font-size: 0.9em;
  }
  .body .news_2 > p > span {
    font-size: 0.85em;
  }
}
.body .link {
  position: absolute;
  bottom: 7vw;
  width: 100%;
  text-align: center;
}
.body .link img {
  height: 3.7vw;
}
@media screen and (max-width: 769px) {
  .body .link {
    bottom: 4vw;
  }
  .body .link img {
    height: 12.5vw;
  }
  .body .link.en img {
    height: 11.5vw;
  }
}
.body .about {
  margin-top: 6vw;
  background-size: 100% 100%;
  padding: 5vw 2vw 4vw;
}
.body .about p {
  text-align: center;
  margin: 3vw 0;
  font-size: 1.3vw;
  line-height: 1.7em;
}
.body .about .icon {
  position: relative;
}
.body .about .icon img:nth-child(1) {
  position: absolute;
  left: 10vw;
  bottom: 5vw;
  width: 14.8vw;
}
.body .about .icon img:nth-child(2) {
  position: absolute;
  right: 12vw;
  bottom: 15vw;
  width: 14.8vw;
}
.body .about .icon.en img:nth-child(2) {
  bottom: 20vw;
}
@media screen and (max-width: 769px) {
  .body .about {
    margin: 10vw 0 0;
    padding: 10vw 5vw 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .body .about p {
    margin: 8vw 0 5vw;
    font-size: 3.8vw;
    text-align: left;
  }
  .body .about .icon img:nth-child(1) {
    position: static;
    width: 67.4vw;
    margin: auto;
    display: block;
    margin-top: 10vw;
  }
}
.body .ankerlink .ankerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58.5651537vw;
  margin: auto;
}
.body .ankerlink .ankerlist > li {
  width: 18.7408492vw;
  margin-bottom: 2%;
}
.body .ankerlink .ankerlist > li > a {
  display: block;
}
@media screen and (max-width: 769px) {
  .body .ankerlink .ankerlink-sp {
    width: 92vw;
    margin: 12vw auto;
  }
  .body .ankerlink .ankerlink-sp > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .body .ankerlink .ankerlink-sp > ul > li {
    width: 44vw;
    height: 16vw;
    padding: 1.066666667vw 2.13333333vw 1.066666667vw 1.066666667vw;
    border: 0.26666667vw solid #ddd;
    border-radius: 1.066666667vw;
    margin-bottom: 4vw;
  }
  .body .ankerlink .ankerlink-sp > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  .body .ankerlink .ankerlink-sp > ul > li > a > div {
    display: flex;
    align-items: center;
    gap: 1.066666667vw;
  }
  .body .ankerlink .ankerlink-sp > ul > li > a > div > img {
    width: 12vw;
    height: 11.5013333vw;
  }
  .body .ankerlink .ankerlink-sp > ul > li > a > div > p {
    font-family: NotoSansJP;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 5.12vw;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .body .ankerlink .ankerlink-sp > ul > li > a > img {
    width: 5.33333333vw;
    height: 3.63733333vw;
  }
}
.body .contents-wrapper {
  width: 73.18522vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .contents-wrapper {
    padding: 17.0666667vw 0;
    width: 92vw;
  }
}
.body .exhibitor {
  margin-top: 7vw;
  background: #006835;
}
.body .exhibitor p {
  text-align: center;
  margin: 3vw 0;
  font-size: 1.3vw;
  line-height: 1.7em;
}
.body .exhibitor p > span {
  display: block;
  font-size: 1vw;
  margin-top: 0.7em;
  line-height: 1.4em;
}
.body .exhibitor .exhibitor-wrapper {
  width: 73.18522vw;
  margin: auto;
  background: #006835;
  padding: 10vw 0;
}
@media screen and (max-width: 769px) {
  .body .exhibitor .exhibitor-wrapper {
    padding: 17.0666667vw 0;
    width: 92vw;
  }
  .body .exhibitor .exhibitor-wrapper > .sp-title > div > .exhi-kv-02 {
    position: absolute;
    width: 20.2986667vw;
    top: 20vw;
    left: 7vw;
  }
  .body .exhibitor .exhibitor-wrapper > .sp-title > div > .exhi-kv-03 {
    position: absolute;
    width: 37vw;
    top: -9vw;
    right: 0vw;
  }
}
.body .exhibitor .PRtitle {
  position: relative;
  margin: 0 auto 4vw;
}
.body .exhibitor .pig {
  width: 22.6207906vw;
  position: absolute;
  right: 0;
  top: -4vw;
}
.body .exhibitor .tab {
  width: 36.8960469vw;
  margin: 0 auto 3vw;
  display: flex;
  gap: 1vw;
}
.body .exhibitor .tab > a {
  flex: 1;
  color: #ea9f11;
  background: #fff;
  border: 0.2rem solid #ea9f11;
  width: 11.7130307vw;
  height: 4.75841874vw;
  padding: 1.17130307vw 1.46412884vw;
  gap: 0.14641288vw;
  border-radius: 7.32064422vw;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .exhibitor .tab > a > img {
  height: 1.8vw;
}
.body .exhibitor .tab.en {
  width: 46.3vw;
}
.body .exhibitor .tab.en > a {
  white-space: nowrap;
}
.body .exhibitor .tab.en > a .tab-text {
  font-size: 1.65vw;
}
@media screen and (max-width: 769px) {
  .body .exhibitor .tab.en > a {
    height: 18vw;
  }
}
@media screen and (max-width: 769px) {
  .body .exhibitor .tab {
    width: 84vw !important;
    gap: 2.13333333vw;
  }
  .body .exhibitor .tab > a {
    height: 11.7vw;
    border-radius: 6.4vw;
    border: 0.53333333vw solid;
  }
  .body .exhibitor .tab > a > img {
    height: 4.2vw;
  }
  .body .exhibitor .tab.en > a > img {
    width: 15.8vw;
    height: auto;
  }
}
.body .exhibitor .tab-text {
  color: #ea9f11;
  font-family: 'NotoSansJP', sans-serif;
  font-weight: 700;
  font-size: 1.75695461vw;
}
@media screen and (max-width: 769px) {
  .body .exhibitor .tab-text {
    font-size: 4.8vw !important;
    letter-spacing: 0.02em;
  }
}
.body .exhibitor .mask {
  background-size: 100%;
  background-position: center;
  width: 100%;
  display: flex;
  margin: 0 auto;
  border-radius: 0 0 8vw 8vw;
  padding: 2.5vw 0 4vw;
  position: relative;
}
.body .exhibitor .mask > section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.82825769vw;
}
.body .exhibitor [data-index] {
  display: none;
}
.body .exhibitor[data-cursor="1"] .tab a[data-trigger="1"] {
  background: #ea9f11;
}
.body .exhibitor[data-cursor="1"] .tab a[data-trigger="1"] .tab-text {
  color: #fff;
}
.body .exhibitor[data-cursor="1"] .mask[data-index="1"] {
  display: block;
}
.body .exhibitor[data-cursor="2"] .tab a[data-trigger="2"] {
  background: #ea9f11;
}
.body .exhibitor[data-cursor="2"] .tab a[data-trigger="2"] .tab-text {
  color: #fff;
}
.body .exhibitor[data-cursor="2"] .mask[data-index="2"] {
  display: block;
}
.body .exhibitor[data-cursor="3"] .tab a[data-trigger="3"] {
  background: #ea9f11;
}
.body .exhibitor[data-cursor="3"] .tab a[data-trigger="3"] .tab-text {
  color: #fff;
}
.body .exhibitor[data-cursor="3"] .mask[data-index="3"] {
  display: block;
}
@media screen and (max-width: 769px) {
  .body .exhibitor p {
    font-size: 3.8vw;
    margin: 5vw 0;
  }
  .body .exhibitor p > span {
    font-size: 3vw;
  }
  .body .exhibitor .mask {
    width: 100%;
    height: auto;
    gap: 3vw;
    padding: 0.87847731vw 0 0;
  }
  .body .exhibitor .mask > img {
    width: 63.7vw;
  }
  .body .exhibitor .mask > span {
    width: 44.8vw;
    height: 15.4vw;
    border-radius: 3vw;
    font-size: 3.4vw;
  }
  .body .exhibitor .mask:after {
    width: 44.8vw;
    height: 37.3vw;
    bottom: -10vw;
  }
  .body .exhibitor .icon img:nth-child(1) {
    position: static;
    width: 92vw;
  }
}
.body .ashiyu {
  background: #0ba29a;
  font-family: 'NotoSansJP', sans-serif;
}
.body .ashiyu .visual {
  display: flex;
  align-items: center;
}
.body .ashiyu .visual img.visual {
  width: 29.2vw;
}
.body .ashiyu .visual .icon {
  width: 16.1vw;
  min-width: 16.1vw;
}
.body .ashiyu .visual p {
  font-size: 1.8vw;
  padding: 0 1em;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
}
.body .ashiyu .visual p span {
  font-size: 1.2vw;
  font-weight: normal;
  margin-top: 0.5em;
}
.body .ashiyu .visual p.en {
  font-size: 2vw;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .visual {
    margin-top: 10vw;
  }
}
.body .ashiyu .image .name {
  width: 20.4vw;
  display: block;
  margin: 5vw auto 2vw;
}
.body .ashiyu .image .images {
  display: flex;
  align-items: space-between;
  gap: 1vw;
}
.body .ashiyu .image .images img {
  width: 23.5vw;
  border-radius: 0.5vw;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .image {
    margin-top: 10vw;
  }
  .body .ashiyu .image .name {
    width: 60vw;
    margin-bottom: 5vw;
  }
  .body .ashiyu .image .images {
    flex-direction: column;
    gap: 5vw;
  }
  .body .ashiyu .image .images img {
    width: 100%;
  }
}
.body .ashiyu .circle {
  margin: 5vw auto 0;
  padding: 3vw 0 3vw;
  border-radius: 3vw;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .circle {
    margin-top: 10vw;
  }
}
.body .ashiyu .circle p {
  font-size: 1.8vw;
  font-weight: 700;
}
.body .ashiyu .circle p span {
  font-size: 1.2vw;
  margin-top: 2vw;
  display: block;
  height: auto;
  line-height: 1.5em;
}
.body .ashiyu .circle p span.sm {
  font-weight: normal;
  font-size: 1vw;
}
.body .ashiyu .circle .icon > * {
  position: absolute;
}
.body .ashiyu .circle .icon > :nth-child(1) {
  width: 10vw;
  left: -1.9vw;
  top: -1.2vw;
}
.body .ashiyu .circle .icon > :nth-child(2) {
  width: 14.1vw;
  right: 10vw;
  bottom: -2.8vw;
}
.body .ashiyu .circle .icon > :nth-child(3) {
  width: 14.8vw;
  right: 0;
  top: -4vw;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .circle .icon > :nth-child(1) {
    width: 21.8vw;
    top: -1vw;
    left: -3vw;
  }
  .body .ashiyu .circle .icon > :nth-child(2) {
    width: 32vw;
    bottom: -8.5vw;
    right: 3.5vw;
  }
  .body .ashiyu .circle .icon > :nth-child(3) {
    width: 19.2vw;
    right: -4vw;
    top: 8vw;
  }
}
.body .ashiyu .circle .button {
  margin-top: 2vw;
}
.body .ashiyu .circle .button > div {
  margin-top: 1vw;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .circle .button {
    margin: 5vw 0 8vw;
  }
  .body .ashiyu .circle .button > div {
    margin-bottom: 5vw;
  }
}
.body .ashiyu .circle .button a img {
  height: 3.7vw;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .circle .button a img {
    height: 12.5vw;
  }
}
.body .ashiyu .circle > .comming {
  width: 49.7vw;
  margin: 2vw auto;
  display: block;
  padding: 3vw 0;
  background: #e68a00;
  font-size: 2.6vw;
  border-radius: 3vw;
  color: #fff;
  font-weight: bold;
  font-family: NotoSansJP;
}
@media screen and (max-width: 769px) {
  .body .ashiyu .circle {
    padding: 8vw 3vw 3vw;
    border-radius: 6vw;
  }
  .body .ashiyu .circle p {
    font-size: 4.8vw;
  }
  .body .ashiyu .circle p span {
    font-size: 3.73vw;
    line-height: 1.6em;
    margin: 5vw auto;
  }
  .body .ashiyu .circle p span.sm {
    font-size: 3.6vw;
  }
  .body .ashiyu .circle.en p span {
    font-size: 3vw;
  }
  .body .ashiyu .circle > .comming {
    font-size: 6.4vw;
    width: 81.3vw;
    padding: 15vw 0;
    border-radius: 6vw;
  }
}
.body .ashiyu-wrapper {
  background: #0ba29a;
  padding: 10vw 0;
}
@media screen and (max-width: 769px) {
  .body .ashiyu-wrapper {
    padding: 17.0666667vw 0;
  }
  .body .ashiyu-wrapper > .sp-title > div > .ashiyu-kv-02 {
    position: absolute;
    width: 52vw;
    top: 7.5vw;
    left: -22vw;
  }
  .body .ashiyu-wrapper > .sp-title > div > .ashiyu-kv-03 {
    position: absolute;
    width: 19.4666667vw;
    top: 0vw;
    right: 0vw;
  }
  .body .ashiyu-wrapper > .sp-title > div > .ashiyu-kv-04 {
    position: absolute;
    width: 15.7333333vw;
    top: 5vw;
    right: 9.5vw;
  }
}
.body .ashiyu-title {
  position: relative;
  margin: 0 auto 4vw;
}
.body .ashiyu-icon {
  width: 33.6749634vw;
  position: absolute;
  right: 0;
  bottom: -1vw;
}
.body .preparation {
  text-align: center;
  width: 43.9238653vw;
  height: 12.079063vw;
  margin: auto;
  padding: 2.92825769vw;
  border-radius: 2.92825769vw;
  background: #e78a00;
  gap: 0.58565154vw;
}
.body .preparation.en {
  height: auto;
}
.body .preparation p {
  font-family: NotoSansJP;
  font-size: 1.75695461vw;
  font-weight: 700;
  line-height: 2.3vw;
  text-align: center;
  color: #fff;
}
.body .preparation p:last-child {
  font-size: 2.14260615vw;
  line-height: 3.19033675vw;
}
@media screen and (max-width: 769px) {
  .body .preparation {
    width: 100%;
    height: auto;
    padding: 3.2vw 5.33333333vw;
    border-radius: 4.26666667vw;
    margin-top: 9.44vw;
  }
  .body .preparation > P {
    font-size: 4.26666667vw;
    line-height: 6.82666667vw;
    letter-spacing: 0.02em;
  }
  .body .preparation P:last-child {
    font-size: 5.2vw;
    line-height: 7.264vw;
    margin-bottom: 1.067vw;
  }
}
.body .kitchencar {
  background: #b8da4d;
  font-family: 'NotoSansJP';
}
.body .kitchencar [data-cursor="1"] [data-index="2"] {
  display: none;
}
.body .kitchencar [data-cursor="2"] [data-index="1"] {
  display: none;
}
.body .kitchencar [data-cursor] .items {
  margin-top: 2vw;
}
.body .kitchencar .button {
  margin: 3em auto 0;
  text-align: center;
}
.body .kitchencar .button img {
  width: 14.8vw;
}
@media screen and (max-width: 769px) {
  .body .kitchencar .button img {
    width: 48vw;
  }
}
.body .kitchencar .items {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.body .kitchencar .items .element {
  height: 30.9vw;
  display: flex;
  flex-direction: column;
}
.body .kitchencar .items .element.en {
  height: 33.8vw;
}
.body .kitchencar .items .element .head {
  align-items: center;
  padding-bottom: 0.5em;
}
.body .kitchencar .items .element .head > .pos {
  background: #ea9f11;
  flex: none;
  display: flex;
  align-items: center;
  padding: 0 0.4em;
  border-radius: 0.5vw;
  font-size: 0.95em;
  margin-right: 0.5em;
  color: #fff;
}
.body .kitchencar .items .element .head span {
  font-size: 1.2vw;
  padding-bottom: 0;
}
.body .kitchencar .items .element .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.body .kitchencar .items .element .body > p {
  margin-top: 1em;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .body .kitchencar .items .element.en {
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .body .kitchencar .items {
    margin-top: 10vw;
    gap: 5vw;
  }
  .body .kitchencar .items .element {
    height: auto;
  }
  .body .kitchencar .items .element .head > .pos {
    font-size: 3.73vw;
    border-radius: 3vw;
    padding: 1vw 2vw;
  }
  .body .kitchencar .items .element .head span {
    font-size: 4.26vw;
  }
  .body .kitchencar .items .element .head span.en {
    font-size: 3.8vw;
  }
  .body .kitchencar .items .element .body section > p > span:last-child {
    font-size: 2.95vw;
  }
}
.body .kitchencar-wrapper {
  background: #b8da4d;
  padding: 11.116vw 0;
}
@media screen and (max-width: 768px) {
  .body .kitchencar-wrapper {
    padding: 17.0666667vw 0;
  }
  .body .kitchencar-wrapper > .sp-title > div > .kc-kv-02 {
    position: absolute;
    width: 33.728vw;
    top: -17vw;
    right: -2vw;
  }
}
.body .kitchencar-title {
  position: relative;
  margin: 0 auto 4vw;
}
.body .kitchencar-title img:first-child {
  width: 90%;
}
.body .kitchencar-icon {
  width: 17.1303075vw;
  position: absolute;
  right: 0;
  top: -5vw;
}
.body .kitchencar-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .body .kitchencar-list {
    display: block;
    margin: 10vw 0;
  }
}
.body .kitchencar-list li {
  width: 35.1390922vw;
  height: 4.97803807vw;
  padding: 1.46412884vw;
  background: #fff;
  margin-bottom: 1.75695461vw;
  border-radius: 0.29282577vw;
}
@media screen and (max-width: 769px) {
  .body .kitchencar-list li {
    width: 100%;
    padding: 3.2vw;
    height: auto;
    margin-bottom: 3.2vw;
  }
  .body .kitchencar-list li > a {
    display: flex;
    align-items: center;
  }
  .body .kitchencar-list li > a > span:first-child {
    font-size: 3.73333333vw;
    padding: 1.066666667vw 2.13333333vw;
    border-radius: 2.13333333vw;
    line-height: 5.97333333vw;
    display: inline-block;
    height: 8vw;
    min-width: 19.666667vw;
    width: 19.666667vw;
    text-align: center;
    letter-spacing: 0.02em;
    margin-right: 2.13333333vw;
  }
  .body .kitchencar-list li > a > span:last-child {
    font-size: 4.26666667vw;
    line-height: 6.82666667vw;
    letter-spacing: 0.02em;
    height: auto;
  }
}
.body .kitchencar-list li:last-child {
  margin-bottom: 0;
}
.body .kitchencar-link {
  display: block;
}
.body .kitchencar-link span:first-child {
  color: #fff;
  font-size: 1.0809663vw;
  padding: 0.29282577vw 0.58565154vw;
  background: #ea9f11;
  border-radius: 0.58565154vw;
  font-weight: 700;
  height: 2.04978038vw;
  line-height: 1.49560761vw;
  vertical-align: middle;
  margin-right: 0.58565154vw;
}
.body span:last-child {
  font-size: 1.31771596vw;
  font-weight: 700;
  height: 1.83016105vw;
  line-height: 1.79502196vw;
  vertical-align: middle;
}
.body .comming {
  width: 49.78vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 769px) {
  .body .comming {
    margin-top: 5vw;
    width: 79.466vw;
  }
}
.body .bar {
  background: #33427a;
  font-family: NotoSansJP;
}
.body .bar .name {
  font-size: 1.8vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5vw auto 3vw;
}
@media screen and (max-width: 769px) {
  .body .bar .name {
    font-size: 4.8vw;
  }
  .body .bar .name.en {
    font-size: 4.2vw;
  }
}
.body .bar .items {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.body .bar .items > img {
  width: 17.4vw;
  border-radius: 0.5vw;
}
.body .bar .items .tsubo {
  width: 17.4vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.body .bar .items .tsubo > img {
  width: 11.7vw;
}
@media screen and (max-width: 769px) {
  .body .bar .items {
    gap: 4vw;
    margin-top: 5vw;
  }
  .body .bar .items > img {
    width: 43.7vw;
    border-radius: 2vw;
  }
  .body .bar .items .tsubo {
    width: 43.7vw;
    align-items: center;
  }
  .body .bar .items .tsubo img {
    width: 37.3vw;
  }
}
.body .bar .circle {
  margin: 3vw auto 0;
  padding: 3vw 0 2vw;
  border-radius: 3vw;
  background: #fff;
  text-align: center;
}
.body .bar .circle p {
  font-size: 1.8vw;
  font-weight: bold;
  color: #33427a;
  line-height: 1.6em;
}
.body .bar .circle p span {
  display: inline-block;
  border: 4px solid #33427a;
  border-radius: 2vw;
  margin: 0 auto 2vw;
  padding: 0.5em 1em;
  height: auto;
  font-weight: bold;
  font-size: 1.8vw;
}
.body .bar .circle img {
  width: 49.1vw;
}
@media screen and (max-width: 769px) {
  .body .bar .circle {
    margin: 15vw auto 0;
    padding: 10vw 3vw 0;
  }
  .body .bar .circle p {
    font-size: 4.8vw;
    margin-bottom: 0;
    line-height: 1.6em;
  }
  .body .bar .circle p span {
    font-size: 0.85em;
    border-width: 3px;
    border-radius: 4vw;
    margin: 0 auto 5vw;
    padding: 0.3em 1em;
    line-height: 1.7em;
  }
  .body .bar .circle .image {
    position: relative;
    top: -8vw;
  }
  .body .bar .circle .image img {
    width: 85.6vw;
    position: relative;
  }
  .body .bar .circle .image img:first-child {
    left: 4vw;
    margin-bottom: 5vw;
  }
  .body .bar .circle .image img:last-child {
    left: -4vw;
  }
}
.body .bar-wrapper {
  background: #33427a;
  padding: 10.438vw 0;
}
@media screen and (max-width: 768px) {
  .body .bar-wrapper {
    padding: 17.0666667vw 0;
  }
  .body .bar-wrapper > .sp-title > div > .bar-kv-02 {
    position: absolute;
    width: 59vw;
    top: 29vw;
    right: -4vw;
  }
  .body .bar-wrapper > .sp-title > div > .bar-kv-02.en {
    top: 35vw;
  }
}
.body .bar-title {
  position: relative;
  margin: 0 auto 4vw;
}
.body .bar-icon {
  width: 40.1903367vw;
  position: absolute;
  right: 0;
  bottom: -2vw;
}
.body .bar-contents {
  width: 57.5131772vw;
  height: 21.9619327vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .body .bar-contents {
    width: auto;
    height: auto;
    margin: 9.928vw 0;
    display: block;
  }
  .body .bar-contents > .bar-img-wrapper {
    position: relative;
    width: 60.2vw;
    margin: 0 auto 7.85vw;
    height: 53.3333333vw;
  }
  .body .bar-contents > .bar-img-wrapper > img:first-child {
    width: 27.2vw;
    position: absolute;
    top: 13.5vw;
  }
  .body .bar-contents > .bar-img-wrapper > img:last-child {
    top: 0;
    right: 0;
    width: 45.333vw;
    position: absolute;
  }
}
.body .bar-img-wrapper {
  position: relative;
  width: 24.7898975vw;
}
.body .bar-img-wrapper img:first-child {
  width: 11.2005857vw;
  position: relative;
  top: 5.41727672vw;
}
.body .bar-img-wrapper img:nth-child(2) {
  width: 18.74vw;
  position: absolute;
  right: 0;
  top: 0;
}
.body .bar-text-wrapper {
  width: 28.6969253vw;
  position: relative;
}
.body .bar-text-wrapper > .bar-text-in {
  width: 100%;
  display: inline;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.body .bar-text-wrapper > .bar-text-in > P:first-child {
  color: #fff;
  font-size: 2.14641288vw;
  font-weight: 700;
  line-height: 2.92313324vw;
  text-align: left;
}
.body .bar-text-wrapper > .bar-text-in > p:nth-child(2) {
  color: #fff;
  font-size: 1.31771596vw;
  font-weight: 700;
  line-height: 2.10834553vw;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 1.02489019vw 0 2.19618327vw;
}
.body .bar-text-wrapper > .bar-text-in > p:last-child {
  padding: 0.73206442vw 2.92825764vw;
  color: #f0ce00;
  border: 0.07320644vw solid #f0ce00;
  text-align: center;
  font-size: 1.60695461vw;
  font-weight: 700;
  line-height: 2.39311859vw;
}
@media screen and (max-width: 769px) {
  .body .bar-text-wrapper {
    display: block;
    position: static;
    width: 100%;
  }
  .body .bar-text-wrapper > .bar-text-in {
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .body .bar-text-wrapper > .bar-text-in > p:first-child {
    text-align: center;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 8.71733333vw;
  }
  .body .bar-text-wrapper > .bar-text-in > p:nth-child(2) {
    text-align: center;
    font-size: 4.26666667vw;
    line-height: 6.82666667vw;
    letter-spacing: 0.02em;
    margin: 3.2vw 0;
  }
  .body .bar-text-wrapper > .bar-text-in > p:last-child {
    padding: 3vw 2.6vw;
    font-size: 4.5vw;
    line-height: 7.68vw;
    letter-spacing: 0.02em;
    text-align: center;
    border: solid 0.26666667vw;
    display: inline-block;
    width: 65.3333333vw;
  }
}
.body .preparation2 {
  height: 15.30014654vw;
  padding: 2.42825769vw;
  margin-top: 2.92825764vw;
}
@media screen and (max-width: 769px) {
  .body .preparation2 {
    height: auto;
    border-radius: 4.26666667vw;
    padding: 3.2vw 2.6vw;
  }
}
.body .preparation2 p:first-child {
  line-height: 3.3311859vw;
}
@media screen and (max-width: 769px) {
  .body .preparation2 p:first-child {
    font-size: 4.26666667vw;
    font-weight: 700;
    line-height: 6.82666667vw;
    letter-spacing: 0.02em;
  }
}
.body .vr {
  background: #e8f2fa;
  font-family: NotoSansJP;
  position: relative;
  z-index: 1;
}
.body .vr-wrapper {
  width: 73.18522vw;
  margin: auto;
  background: #e8f2fa;
  padding: 10.242vw 0;
}
@media screen and (max-width: 769px) {
  .body .vr-wrapper {
    padding: 17.0666667vw 0;
    width: 92vw;
  }
  .body .vr-wrapper > .sp-title > div > .vr-kv-02-1 {
    position: absolute;
    width: 28.3546667vw;
    top: 4vw;
    left: -4vw;
  }
  .body .vr-wrapper > .sp-title > div > .vr-kv-02-2 {
    position: absolute;
    width: 10.2186667vw;
    top: 16.5vw;
    left: -4vw;
  }
  .body .vr-wrapper > .sp-title > div > .vr-kv-02-3 {
    position: absolute;
    width: 13.488vw;
    top: 11vw;
    left: 8vw;
  }
  .body .vr-wrapper > .sp-title > div > .vr-kv-03 {
    position: absolute;
    height: 43.096vw;
    top: -11vw;
    right: -4vw;
  }
}
.body .vr-title {
  position: relative;
}
.body .vr-title > img:first-child {
  width: 42.3133236vw;
}
.body .vr-title > img:last-child {
  width: 28.0380673vw;
  position: absolute;
  right: 0;
  top: -0.5vw;
}
.body .vr-contents {
  display: flex;
  gap: 3.36749634vw;
  justify-content: center;
  margin-top: 4.39238653vw;
  position: relative;
}
.body .vr-contents .vr-img-wrapper img {
  width: 21.9619327vw;
  border-radius: 0.87847731vw;
}
.body .vr-contents .vr-text-wrapper {
  position: relative;
}
.body .vr-contents .vr-text-wrapper .vr-text-in {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.body .vr-contents .vr-text-wrapper .vr-text-in p:first-child {
  font-size: 1.31771596vw;
  font-weight: 700;
  line-height: 2.10834553vw;
  letter-spacing: 0.02em;
  text-align: left;
}
.body .vr-contents .vr-text-wrapper .vr-text-in p:nth-child(2) {
  font-size: 2.14641288vw;
  font-weight: 700;
  line-height: 2.92313324vw;
  text-align: left;
  margin: 0.87847731vw 0;
}
.body .vr-contents .vr-text-wrapper .vr-text-in > a {
  display: inline-block;
}
.body .vr-contents .vr-text-wrapper .vr-text-in > a > img {
  width: 17.6427526vw;
}
@media screen and (max-width: 769px) {
  .body .vr-contents {
    margin-top: 11.5013333vw;
    display: block;
  }
  .body .vr-contents > .vr-img-wrapper > img {
    width: 100%;
    border-radius: 3.2vw;
  }
  .body .vr-contents > .vr-text-wrapper > .vr-text-in {
    text-align: center;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    margin-top: 5.33333333vw;
  }
  .body .vr-contents > .vr-text-wrapper > .vr-text-in > p:first-child {
    text-align: center;
    font-size: 3.73333333vw;
    line-height: 5.97333333vw;
    letter-spacing: 0.02em;
  }
  .body .vr-contents > .vr-text-wrapper > .vr-text-in > p:nth-child(2) {
    text-align: center;
    font-size: 4.8vw;
    line-height: 7.68vw;
    letter-spacing: 0.02em;
    margin: 0 0 3.2vw;
  }
  .body .vr-contents > .vr-text-wrapper > .vr-text-in > a > img {
    width: 48vw;
  }
}
.body .atodesakujo {
  width: 100%;
  position: relative;
  height: 25.064422vw;
}
@media screen and (max-width: 769px) {
  .body .atodesakujo {
    height: 56vw;
  }
}
.body .atodesakujo div:first-child {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.body .atodesakujo div:first-child img:first-child {
  width: 36.261347vw;
  position: relative;
  top: -6.6vw;
}
.body .atodesakujo div:first-child img:nth-child(2) {
  width: 36.0333146vw;
  position: relative;
  top: -5.2vw;
}
.body .atodesakujo div:nth-child(2) {
  position: absolute;
  right: 0;
  left: 0;
  top: 15vw;
  margin: auto;
  text-align: center;
  color: #e94e2e;
}
.body .atodesakujo div:nth-child(2) p {
  font-size: 3.27964861vw;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 900;
}
.body .atodesakujo div:nth-child(2) p:nth-child(2) {
  margin-top: 0.8vw;
}
@media screen and (max-width: 769px) {
  .body .atodesakujo > div:first-child > .sp-flag-left {
    width: 42.2693333vw;
    height: 31.0666667vw;
    position: relative;
    top: -4.5vw;
  }
  .body .atodesakujo > div:first-child > img:last-child {
    width: 42vw;
    height: 28.8293333vw;
    position: relative;
    top: -1.5vw;
  }
  .body .atodesakujo > div:nth-child(2) {
    font-size: 7.46666667vw;
    font-weight: 900;
    line-height: 8.96vw;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .body .atodesakujo > div:nth-child(2) > p {
    font-size: 7.46666667vw;
  }
  .body .atodesakujo > div:nth-child(2) {
    top: 25.5vw;
  }
}
.body .more-wrapper {
  width: 58.5651537vw;
  margin: auto;
  height: 17.5695461vw;
  border-radius: 2.92825764vw;
}
.body .more-wrapper > .more-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .body .more-wrapper {
    width: 89.3333333vw;
    padding: 7.46666667vw;
    height: auto;
    border-radius: 10.66666667vw;
  }
}
.body .selectshop-wrapper {
  background: #ffe264;
  margin-bottom: 2.34260615vw;
}
.body .selectshop-wrapper > div:first-child > img:first-child {
  width: 28.7532943vw;
  height: 9.28623719vw;
}
.body .selectshop-wrapper > div:first-child > img:nth-child(2) {
  width: 18.3016105vw;
}
.body .selectshop-wrapper.en > div:first-child > img:first-child {
  height: auto;
}
@media screen and (max-width: 769px) {
  .body .selectshop-wrapper {
    margin-bottom: 6.4vw;
  }
  .body .selectshop-wrapper > div:nth-child(2) > div:nth-child(2) {
    text-align: center;
  }
  .body .selectshop-wrapper > div:nth-child(2) > div:nth-child(2) > img {
    width: 66.6666667vw;
  }
}
.body .selectshop-title {
  padding: 2.92825764vw;
}
.body .rally-wrapper {
  background: #f8dcca;
}
.body .rally-wrapper > div:first-child > img:first-child {
  width: 33.6156662vw;
  height: 11.1259151vw;
}
.body .rally-wrapper > div:first-child > img:nth-child(2) {
  width: 15.6661786vw;
}
.body .rally-wrapper.en > div:first-child > img:first-child {
  height: auto;
}
@media screen and (max-width: 769px) {
  .body .rally-wrapper {
    margin-bottom: 6.4vw;
  }
  .body .rally-wrapper > div:nth-child(2) > div:first-child > div > p:nth-child(3) {
    padding: 1.944vw 1.9vw;
    border: 0.19466667vw solid #e94e2e;
    color: #e94e2e;
    font-family: NotoSansJP;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 6.35466667vw;
  }
  .body .rally-wrapper > div:nth-child(2) > div:first-child > div > p:nth-child(3).en {
    font-size: 3.9vw;
  }
  .body .rally-wrapper > div:nth-child(2) > div:nth-child(2) {
    text-align: center;
  }
  .body .rally-wrapper > div:nth-child(2) > div:nth-child(2) > img {
    width: 57.0666667vw;
  }
}
.body .rally-wrapper .selectshop-icon {
  margin-top: 4vw;
}
.body .rally-title {
  padding: 2.9265vw 2.92825764vw;
}
.body .map {
  background: url("/assets/img/mask.png");
  background-color: #f5f0e9;
  border-radius: 15vw;
  padding: 4vw 3vw 6vw;
  width: 73vw;
  margin: 8vw auto 0;
  position: relative;
}
.body .map .title {
  margin-bottom: 4vw;
}
.body .map img.map1 {
  width: 58.3vw;
  margin: auto;
  display: block;
}
.body .map img.map2 {
  width: 41.2vw;
  margin: 3vw auto 0;
  display: block;
}
.body .map .mask {
  background-image: url("/assets/img/mask.png");
  background-size: 100%;
  background-position: center;
  background-color: #cbcbcb;
  width: 58.5vw;
  height: 23.7vw;
  display: flex;
  margin-top: 3vw;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 8vw;
  position: relative;
}
.body .map .mask > img {
  width: 29.5vw;
  position: relative;
  z-index: 1;
}
.body .map .icon img:nth-child(1) {
  position: absolute;
  right: 3vw;
  bottom: -5vw;
  width: 22.4vw;
}
.body .map .icon img:nth-child(2) {
  position: absolute;
  left: 10vw;
  bottom: 12.5vw;
  width: 10.9vw;
}
.body .map .button {
  margin: 3em 0 0;
  text-align: center;
}
.body .map .button img {
  width: 14.8vw;
}
@media screen and (max-width: 769px) {
  .body .map {
    width: auto;
    border-radius: 10vw;
    padding: 15vw 5vw 15vw;
    margin: 15vw 0;
  }
  .body .map .title {
    width: 83.2vw;
    margin-bottom: 7vw;
  }
  .body .map .mask {
    width: 100%;
    height: 85.3vw;
  }
  .body .map .mask > img {
    width: 63.7vw;
  }
  .body .map img.map1 {
    width: 92vw;
  }
  .body .map img.map2 {
    width: 72.8vw;
    margin-top: 9vw;
  }
  .body .map .icon img:nth-child(1) {
    width: 48.5vw;
    bottom: -12vw;
  }
  .body .map .icon img:nth-child(2) {
    width: 28.2vw;
    bottom: 20vw;
  }
  .body .map .button {
    margin-top: 2em;
  }
  .body .map .button img {
    width: 48.8vw;
  }
}
.body .food {
  position: relative;
}
.body .food > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.body .food > .bg > section {
  width: 100%;
  height: 80%;
  top: 10%;
  position: absolute;
  background: url("/assets/img/food/bg/03.png");
  z-index: -1;
  background-size: 100% 100%;
}
.body .food > .bg > img:nth-child(2) {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.body .food > .bg > img:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .body .food > .bg > section {
    height: 95%;
    top: 2.5%;
  }
}
.body .food a.btn {
  width: 14.8vw;
  display: block;
  margin: auto;
}
.body .food > section {
  width: 73vw;
  margin: auto;
  padding: 25vw 0 25vw;
}
.body .food > section .name {
  margin-bottom: 1vw;
}
.body .food > section .name:not(:first-child) {
  margin-top: 7vw;
}
.body .food > section .name > img {
  height: 3.6vw;
  margin-bottom: 1vw;
  display: block;
}
.body .food > section .name > span {
  border-bottom: 1px solid #666;
  font-size: 1.2vw;
  padding-bottom: 0.5em;
  display: inline-block;
}
.body .food > section .name.big > img {
  height: 4.3vw;
}
.body .food > section .mask {
  background-size: 100%;
  background-color: #fadce2;
  background-position: center;
  flex-wrap: wrap;
  margin-top: 3vw;
  margin: 0 auto 0;
  position: relative;
  padding: 0 0;
  border-radius: 3vw;
}
.body .food > section .mask > :first-child {
  padding: 0;
  display: flex;
  align-items: center;
}
.body .food > section .mask > :first-child > img {
  width: 21.5vw;
}
.body .food > section .mask > :first-child > p {
  flex: 1;
}
.body .food > section .mask > section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5vw;
  padding: 2.5vw 2.5vw;
}
.body .food > section .mask > section > section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5vw;
  width: 100%;
  display: none;
}
.body .food > section .mask > section > section section.button {
  width: 100%;
}
.body .food > section .mask > section[data-cursor="1"] > section[data-index="1"] {
  display: flex;
}
.body .food > section .mask > section[data-cursor="2"] > section[data-index="2"] {
  display: flex;
}
@media screen and (max-width: 769px) {
  .body .food > section .mask {
    width: 100% !important;
    border-radius: 5vw;
    padding-bottom: 5vw;
  }
  .body .food > section .mask > :first-child {
    margin-bottom: 2vw;
    flex-direction: column;
  }
  .body .food > section .mask > :first-child > img {
    width: 100% !important;
  }
  .body .food > section .mask > :first-child > p {
    text-align: center;
    line-height: 1.6em;
    margin-top: 0.5em;
  }
  .body .food > section .mask a.btn {
    width: 48.7vw;
    margin-top: 5vw;
  }
}
.body .food > section .liquor {
  background-color: #fff2b9;
  margin: 5vw auto 0;
  position: relative;
  padding: 0 0;
  border-radius: 3vw;
}
.body .food > section .liquor.en > :first-child {
  width: 56.3vw;
}
.body .food > section .liquor.en > img.image {
  top: 7vw;
}
.body .food > section .liquor.en > p {
  padding: 4em 1.5em;
}
.body .food > section .liquor > :first-child {
  width: 22.5vw;
}
.body .food > section .liquor > p {
  padding: 2em 1.5em 1em;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 1.1vw;
}
.body .food > section .liquor > img.image {
  position: absolute;
  right: 1vw;
  width: 51.1vw;
  top: 1.5vw;
}
.body .food > section .liquor [data-index] {
  display: none;
}
.body .food > section .liquor > section[data-cursor="1"] [data-index="1"] {
  display: flex;
}
.body .food > section .liquor > section[data-cursor="2"] [data-index="2"] {
  display: flex;
}
.body .food > section .liquor .image {
  padding: 0.5em 0 1em;
  display: block;
}
.body .food > section .liquor .image > img {
  margin: 1em 0 1em 5%;
  width: 90%;
}
.body .food > section .liquor .image > p {
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
}
.body .food > section .liquor .button {
  padding: 0 0 2em;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .body .food > section .liquor {
    padding-bottom: 7vw;
  }
  .body .food > section .liquor > img {
    width: 100%;
  }
  .body .food > section .liquor > p {
    font-size: 4.2vw;
    line-height: 2em;
    text-align: center;
    padding-bottom: 0;
  }
  .body .food > section .liquor > img.image {
    position: relative;
    width: 81.8vw;
    margin: 2vw auto 0;
    left: 2%;
  }
  .body .food > section .liquor.en > p {
    padding: 1em 0 0;
    line-height: 1.8em;
  }
  .body .food > section .liquor.en > img.image {
    top: 0;
  }
  .body .food > section .liquor a.btn {
    width: 48.7vw;
    margin-top: 5vw;
  }
}
.body .food > section .collab .head {
  margin-top: 2vw;
  display: flex;
  gap: 2vw;
}
.body .food > section .collab .head > section {
  flex: 1;
}
.body .food > section .collab .head > section > p {
  font-size: 1.17vw;
  font-weight: bold;
  line-height: 1.6em;
}
.body .food > section .collab .head > section > p > span {
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
}
.body .food > section .collab .head > section img {
  width: 100%;
}
.body .food > section .collab .head > section.pc img {
  height: 100%;
}
.body .food > section .collab .item {
  margin-top: 2vw;
  gap: 1.5vw;
}
.body .food > section .collab .item > section {
  border: 1px solid #2d2522;
  border-radius: 1.6vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.body .food > section .collab .item > section > p {
  background: #fff;
  padding: 1.5em 2em;
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .food > section .collab .comming {
  width: 43.9vw;
  margin: 2vw auto 0;
}
.body .food > section .collab .delivery {
  width: 52.7vw;
  margin: 5vw auto 1vw;
  background: #fff;
  border-radius: 1.5em;
}
.body .food > section .collab .delivery > .label {
  width: 100%;
}
.body .food > section .collab .delivery > p {
  font-size: 1.2em;
  margin: 2em 0;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}
.body .food > section .collab .delivery > .item2 {
  padding: 0 5%;
}
.body .food > section .collab .delivery > .item2 > section {
  display: flex;
  padding: 1em;
  align-items: center;
}
.body .food > section .collab .delivery > .item2 > section > span > img {
  width: 4.27vw;
  min-width: 4.27vw;
}
.body .food > section .collab .delivery > .item2 > section > p {
  margin-left: 2em;
  line-height: 1.6em;
}
.body .food > section .collab .delivery > .item2 > section > p a {
  color: #81c2e3;
  text-decoration: underline;
}
.body .food > section .collab .delivery > .item2 > .img {
  margin: 2em 0 3em;
}
.body .food > section .collab .delivery > .item2 > .img > img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .body .food > section .collab .delivery {
    width: 92vw;
  }
  .body .food > section .collab .delivery > p {
    margin: 1em 0;
  }
  .body .food > section .collab .delivery > .item2 > section > span > img {
    width: 10.29vw;
    min-width: 10.29vw;
  }
  .body .food > section .collab .delivery > .item2 > section > p {
    font-size: 0.8em;
    margin-left: 1em;
    line-height: 1.4em;
  }
  .body .food > section .collab .delivery > .item2 > .img {
    overflow-x: scroll;
  }
  .body .food > section .collab .delivery > .item2 > .img > img {
    width: 150vw;
    max-width: 150vw;
  }
}
.body .food > section .collab .button {
  margin-top: 2vw;
}
.body .food > section .collab [data-index] {
  display: none;
}
.body .food > section .collab > section[data-cursor="1"] [data-index="1"] {
  display: flex;
}
.body .food > section .collab > section[data-cursor="2"] [data-index="2"] {
  display: flex;
}
@media screen and (max-width: 769px) {
  .body .food > section .collab {
    width: 92vw;
    margin: auto;
    padding-bottom: 5vw;
  }
  .body .food > section .collab > img {
    margin-bottom: 5vw;
  }
  .body .food > section .collab .head {
    display: block;
  }
  .body .food > section .collab .head > section > p {
    font-size: 4vw;
    text-align: center;
    margin: 3vw 0;
    white-space: nowrap;
  }
  .body .food > section .collab .head > section > p > span {
    font-size: 3.2vw;
  }
  .body .food > section .collab .item {
    flex-direction: column;
    margin-top: 10vw;
  }
  .body .food > section .collab .item > section {
    display: flex;
    flex-direction: row;
    border-radius: 6vw;
  }
  .body .food > section .collab .item > section > img {
    width: 45%;
  }
  .body .food > section .collab .item > section > p {
    font-size: 3vw;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding: 3vw;
  }
  .body .food > section .collab .comming {
    width: 100%;
  }
  .body .food > section .collab a.btn {
    width: 48.7vw;
    margin-top: 5vw;
  }
}
.body .food > section > p {
  font-size: 1.1vw;
  line-height: 2.4em;
  margin-bottom: 2.5vw;
}
.body .food > section .items {
  display: flex;
  gap: 2vw;
}
.body .food > section .items > section {
  flex: 1;
}
.body .food > section .items > section > img {
  margin-bottom: 2vw;
}
.body .food > section .items .column {
  display: flex;
  justify-content: space-between;
}
.body .food > section .items .column > section {
  flex: 1;
  max-width: 16.9vw;
}
.body .food > section .items .column > section > img {
  border-radius: 1.5vw 1.5vw 0 0;
  border: 1px solid #000;
  width: 100%;
}
.body .food > section .items .column > section > .desc {
  border: 1px solid #2d2522;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 1.5vw 1.5vw;
  padding: 0 0.7vw 1vw;
  height: 13.5vw;
  box-sizing: border-box;
  position: relative;
}
.body .food > section .items .column > section > .desc.en {
  height: 18vw;
}
@media screen and (max-width: 769px) {
  .body .food > section .items .column > section > .desc.en {
    height: 62vw;
  }
  .body .food > section .items .column > section > .desc.en > p {
    white-space: initial;
    text-align: left;
  }
}
.body .food > section .items .column > section > .desc > h5 {
  font-size: 0.95vw;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -0.7vw 0 0;
  font-size: 0.9vw;
}
.body .food > section .items .column > section > .desc > h5 > a {
  width: 3.6vw;
  max-width: 3.6vw;
  height: 3.6vw;
  background: url("/assets/img/element/btn/0.png");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid #2d2522;
  border-bottom: 1px solid #2d2522;
  border-radius: 0 0 0 0.5em;
}
.body .food > section .items .column > section > .desc > h5 > a:hover {
  background-image: url("/assets/img/element/btn/1.png");
  background-color: #2d2522;
}
.body .food > section .items .column > section > .desc > p {
  font-weight: bold;
  line-height: 1.5em;
}
.body .food > section .items .column > section > .desc .footer {
  border-top: 1px solid #000;
  margin: 1em -0.7vw 0;
  padding: 1em 0.7vw;
  font-size: 0.92em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.body .food > section .items .column > section > .desc .footer li > :first-child {
  width: 40%;
  font-weight: bold;
}
.body .food > section .items .column > section > .desc .footer li:not(:last-child) {
  margin-bottom: 0.5em;
}
.body .food > section .items .column > section > .desc .footer li span {
  display: inline-block;
}
.body .food > section .items .column > section > .desc .footer.en li {
  display: flex;
}
@media screen and (max-width: 769px) {
  .body .food > section .items .column > section > .desc .footer {
    margin: 1em -2.5vw 0;
    padding: 1em 2.5vw;
    font-size: 0.75em;
    text-align: left;
  }
  .body .food > section .items .column > section > .desc .footer li > :first-child {
    width: auto;
    margin-right: 0.5em;
  }
}
.body .food > section .button {
  margin: 3em 0 0;
  text-align: center;
}
.body .food > section .button img {
  width: 14.8vw;
}
@media screen and (max-width: 769px) {
  .body .food > section .button {
    margin-top: 2em;
  }
  .body .food > section .button img {
    width: 48.2vw;
  }
}
.body .food > section .asmrs {
  display: flex;
  justify-content: space-between;
}
.body .food > section .asmrs .button {
  margin-bottom: 5vw;
  text-align: center;
}
.body .food > section .asmrs > section {
  flex: 1;
  max-width: 35.7vw;
  display: flex;
  border-radius: 1.5vw;
  border: 1px solid #2d2522;
  overflow: hidden;
}
.body .food > section .asmrs > section > img {
  max-width: 18.5vw;
}
.body .food > section .asmrs > section > .desc {
  border-top: none;
  background-color: #fff;
  padding: 0.2vw 1.5vw 1vw;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #2d2522;
}
.body .food > section .asmrs > section > .desc > p {
  font-weight: bold;
  line-height: 2em;
}
.body .food > section .asmrs > section > .desc > p.en {
  line-height: 1.5em;
  font-weight: normal;
}
.body .food > section .asmrs a {
  display: flex;
  margin-top: 1em;
}
.body .food > section .asmrs a > img {
  width: 11.8vw;
}
@media screen and (max-width: 769px) {
  .body .food > section .asmrs a > img {
    width: 34vw;
  }
}
.body .food .icon img:nth-child(1) {
  position: absolute;
  left: -3vw;
  bottom: 0;
  width: 23vw;
}
.body .food .icon img:nth-child(2) {
  position: absolute;
  right: 20vw;
  top: 12.5vw;
  width: 23vw;
}
.body .food .icon img:nth-child(3) {
  position: absolute;
  right: 1vw;
  top: 175vw;
  width: 26.7vw;
}
.body .food #workshop {
  position: relative;
}
.body .food .icon2 img:nth-child(1) {
  position: absolute;
  right: -8vw;
  bottom: -5vw;
  width: 23vw;
}
.body .food .workshop2 [data-index] {
  display: none;
}
.body .food .workshop2[data-cursor="1"] [data-index="1"] {
  display: block;
}
.body .food .workshop2[data-cursor="2"] [data-index="2"] {
  display: block;
}
.body .food .workshop2 .box {
  margin-top: 2em;
  background: #dceaf2;
  padding: 2em;
  border-radius: 2em;
}
.body .food .workshop2 .box > section {
  display: flex;
}
.body .food .workshop2 .box > section:not(:last-child) {
  margin-bottom: 1em;
}
.body .food .workshop2 .box > section > span {
  margin-right: 1em;
}
.body .food .workshop2 .box > section > span > span {
  white-space: nowrap;
  background: #219dde;
  padding: 0.5em;
  display: inline-block;
  width: 6em;
  border-radius: 0.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.body .food .workshop2 .box > section > span > span.en {
  width: 13em;
}
.body .food .workshop2 .box > section > p {
  padding: 0.2em 0;
  line-height: 1.5em;
}
.body .food .workshop2 .box > section > p span {
  font-size: 1.05em;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
}
.body .food .workshop2 .box > section > p span.lg {
  font-size: 1.4em;
}
@media screen and (max-width: 769px) {
  .body .food .workshop2 .box {
    width: 92vw;
    margin: 2em auto 0;
    padding: 1em;
  }
  .body .food .workshop2 .box > section {
    flex-direction: column;
  }
  .body .food .workshop2 .box > section > span {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .body .food .workshop2 .box > section > span > span {
    width: 100%;
    border-radius: 2em 1.5em;
  }
  .body .food .workshop2 .box > section > p {
    text-align: center;
  }
  .body .food .workshop2 .box > section:last-child > p {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .body .food .workshop2 .box > section:last-child > p > span {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 769px) {
  .body .food:before {
    background-image: url("/assets/img/food/sp/bg.png");
    left: 0;
  }
  .body .food > section {
    width: 100vw;
    padding: 30vw 0 30vw;
  }
  .body .food > section .name {
    text-align: center;
    margin-bottom: 7vw;
  }
  .body .food > section .name:not(:first-child) {
    margin-top: 15vw;
  }
  .body .food > section .name > img {
    height: 6.93vw;
    margin: 0 auto 2vw;
  }
  .body .food > section .name > span {
    font-size: 3.7vw;
  }
  .body .food > section .name.big > img {
    height: 8vw;
  }
  .body .food > section .mask {
    width: 92vw;
    height: auto;
    gap: 0 3vw;
  }
  .body .food > section .mask > img {
    width: 63.7vw;
  }
  .body .food > section .mask > span {
    width: 44.2vw;
    height: auto;
    padding: 3vw 0 3vw 0.7em;
    font-size: 3.7vw;
    border-radius: 0vw 4vw 4vw 4vw;
    margin-top: 10vw;
  }
  .body .food > section .mask > span > span {
    font-size: 3.2vw;
    height: 7vw;
    top: -6.8vw;
    border-radius: 2vw 2vw 0 0;
    padding: 0 0.7em;
  }
  .body .food > section .mask > span.next {
    height: 17vw;
    font-size: 3.4vw;
    border-radius: 4vw;
  }
  .body .food > section > p {
    font-size: 4vw;
    text-align: center;
    line-height: 1.6em;
    margin: 0 3vw 5vw;
  }
  .body .food > section .items {
    display: block;
  }
  .body .food > section .items > section {
    text-align: center;
  }
  .body .food > section .items > section:not(.body .food > section .items > section:last-child) {
    margin-bottom: 10vw;
  }
  .body .food > section .items > section > img {
    width: 92vw;
    margin-bottom: 5vw;
  }
  .body .food > section .items .column {
    flex-wrap: wrap;
    margin: 0 5vw;
    gap: 3vw 3vw;
  }
  .body .food > section .items .column > section {
    min-width: 43vw;
  }
  .body .food > section .items .column > section > img {
    border-radius: 4vw 4vw 0 0;
    border: 1px solid #000;
  }
  .body .food > section .items .column > section .desc {
    height: 38.5vw;
    border-radius: 0 0 4vw 4vw;
    padding: 0 2.5vw 2.5vw;
  }
  .body .food > section .items .column > section .desc p {
    font-size: 3vw;
    white-space: nowrap;
    text-align: left;
  }
  .body .food > section .items .column > section .desc > h5 {
    font-size: 3vw;
    padding: 0 0 0 2vw;
    margin: 0 -2.5vw;
    text-align: left;
  }
  .body .food > section .items .column > section .desc > h5 > a {
    width: 8.5vw;
    max-width: 8.5vw;
    height: 8.5vw;
    border-radius: 0 0 0 1.5em;
  }
  .body .food > section .asmrs {
    display: block;
    margin: 0 4vw;
  }
  .body .food > section .asmrs > section {
    max-width: 100%;
  }
  .body .food > section .asmrs > section:not(:last-child) {
    margin-bottom: 5vw;
  }
  .body .food > section .asmrs > section > img {
    max-width: 42.6vw;
  }
  .body .food > section .asmrs > section .desc {
    height: 42.6vw;
    padding: 4vw;
  }
  .body .food > section .asmrs > section .desc p {
    font-size: 3vw;
    line-height: 1.6em;
  }
}
.body .qa {
  margin-top: -4vw;
  position: relative;
}
.body .qa ul {
  width: 43.9vw;
  margin: 4vw auto 4vw;
}
.body .qa ul li {
  border-bottom: 1px solid;
}
.body .qa ul li > section {
  display: flex;
  align-items: center;
  padding: 1.5em 0;
  margin-top: 0.1em;
}
.body .qa ul li > section:before,
.body .qa ul li > section:after {
  content: "";
  width: 1.61vw;
  height: 1.8vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.body .qa ul li > section:before {
  background-image: url("/assets/img/qa/q.png");
}
.body .qa ul li > section:after {
  background-image: url("/assets/img/qa/plus.png");
}
.body .qa ul li > section p {
  flex: 1;
  font-size: 1.17vw;
  padding: 0 1.5vw;
}
.body .qa ul li > p {
  display: none;
  padding: 0 0 1em;
  font-size: 1.1vw;
  line-height: 1.6em;
}
.body .qa ul li > p:before {
  content: "";
  width: 1.61vw;
  min-width: 1.61vw;
  height: 1.8vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/qa/a.png");
  margin: 0 1.5em 0 0;
}
.body .qa ul li.open > section:after {
  background-image: url("/assets/img/qa/minus.png");
}
.body .qa ul li.open > p {
  display: flex;
}
.body .qa .icon img:nth-child(1) {
  position: absolute;
  right: 34.5vw;
  top: -0.9vw;
  width: 6.88vw;
}
@media screen and (max-width: 769px) {
  .body .qa ul {
    width: 92vw;
  }
  .body .qa ul li > section {
    padding: 1em 0;
  }
  .body .qa ul li > section:before,
  .body .qa ul li > section:after {
    width: 5vw;
    height: 5.8vw;
  }
  .body .qa ul li > section p {
    font-size: 3.9vw;
    padding: 0 3vw;
    line-height: 1.6em;
  }
  .body .qa ul li > p {
    font-size: 3.9vw;
  }
  .body .qa ul li > p:before {
    width: 8vw;
    height: 5.8vw;
    margin: 0 0.6em 0 0;
  }
  .body .qa .icon img:nth-child(1) {
    width: 25vw;
    right: 6vw;
    top: -4.5vw;
  }
}
.body .select {
  background: #ffe264;
  font-family: NotoSansJP;
  padding: 10vw 0;
}
.body .select > section {
  width: 73.2vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .select > section {
    width: 92vw;
    padding: 5vw 0;
  }
}
.body .select .name {
  font-size: 1.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 5vw;
}
.body .select .name > img:first-child {
  width: 39.2vw;
}
.body .select .name > img.icon {
  width: 25.6vw;
  position: absolute;
  right: 0;
  top: -4vw;
}
@media screen and (max-width: 769px) {
  .body .select .name > img {
    width: 100%;
  }
}
.body .select .items {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.body .select .items > img {
  width: 23.5vw;
  border-radius: 0.5vw;
}
@media screen and (max-width: 769px) {
  .body .select .items {
    gap: 5vw;
    margin-top: 15vw;
  }
  .body .select .items > img {
    width: 100%;
    border-radius: 2vw;
  }
}
.body .workshop {
  background: #f7cecf;
  font-family: NotoSansJP;
  padding: 10vw 0;
}
.body .workshop > section {
  width: 73.2vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .workshop > section {
    width: 92vw;
    padding: 5vw 0;
  }
}
.body .workshop .name {
  font-size: 1.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 5vw;
}
.body .workshop .name > img:first-child {
  width: 39.2vw;
}
.body .workshop .name > img.icon {
  width: 25.6vw;
  position: absolute;
  right: 0;
  top: -4vw;
}
@media screen and (max-width: 769px) {
  .body .workshop .name {
    margin-bottom: 10vw;
  }
  .body .workshop .name > img {
    width: 100%;
  }
}
.body .workshop .header {
  margin: 0 auto 2vw;
}
.body .workshop .header.m {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body .workshop .header {
    margin-bottom: 5vw;
  }
  .body .workshop .header.m {
    margin-top: 10vw;
  }
}
.body .workshop .items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4vw;
}
.body .workshop .items > img {
  width: 23.5vw;
  border-radius: 0.5vw;
}
.body .workshop .items + .header {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body .workshop .items {
    gap: 5vw;
  }
}
.body .workshop .button img {
  height: 3.6vw;
  margin: 4vw auto 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .body .workshop .button img {
    width: 66.6vw;
    height: auto;
    margin: 10vw auto 10vw;
  }
}
.body .workshop .how {
  margin-top: 3vw;
}
@media screen and (max-width: 769px) {
  .body .workshop .how {
    margin-top: 10vw;
  }
}
.body .collabcontents {
  background: #d5801d;
  font-family: NotoSansJP;
  padding: 10vw 0;
}
.body .collabcontents > section {
  width: 73.2vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .collabcontents > section {
    width: 92vw;
    padding: 5vw 0;
  }
}
.body .collabcontents .name {
  font-size: 1.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 4vw;
}
.body .collabcontents .name > img:first-child {
  width: 73.2vw;
}
.body .collabcontents .name > img.icon {
  width: 25.3vw;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 769px) {
  .body .collabcontents .name {
    margin-bottom: 10vw;
  }
  .body .collabcontents .name > img {
    width: 100%;
  }
}
.body .collabcontents .visual {
  display: flex;
  margin-bottom: 4vw;
  align-items: center;
}
.body .collabcontents .visual > img {
  width: 29.2vw;
  border-radius: 0.5vw;
}
.body .collabcontents .visual > p {
  font-size: 1.3vw;
  color: #fff;
  margin-left: 2em;
  line-height: 1.5em;
}
.body .collabcontents .header {
  margin: 0 auto 2vw;
}
.body .collabcontents .header.m {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body .collabcontents .header {
    margin-bottom: 5vw;
  }
  .body .collabcontents .header.m {
    margin-top: 10vw;
  }
}
.body .collabcontents .items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw;
}
.body .collabcontents .items > img {
  width: 23.5vw;
  border-radius: 0.5vw;
}
.body .collabcontents .items + .header {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body .collabcontents .items {
    gap: 5vw;
  }
  .body .collabcontents .items > img {
    width: 100%;
    border-radius: 2vw;
  }
}
.body .collabcontents .button {
  margin-top: 5vw;
  text-align: center;
}
.body .collabcontents .button p {
  font-size: 1.7vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5em;
}
.body .collabcontents .button a {
  display: inline-block;
}
.body .collabcontents .button img {
  height: 3.6vw;
  margin: 0 auto 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .body .collabcontents .button {
    margin-top: 15vw;
  }
  .body .collabcontents .button p {
    font-size: 4.2vw;
    margin-bottom: 3em;
  }
  .body .collabcontents .button img {
    width: 74.9vw;
    height: auto;
  }
}
.body .rally {
  background: #f8dcca;
  font-family: NotoSansJP;
  padding: 10vw 0;
}
.body .rally > section {
  width: 73.2vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .rally > section {
    width: 92vw;
    padding: 5vw 0;
  }
}
.body .rally .name {
  font-size: 1.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 4vw;
}
.body .rally .name > img:first-child {
  width: 45.9vw;
}
.body .rally .name > img.icon {
  width: 25.4vw;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 769px) {
  .body .rally .name {
    margin-bottom: 10vw;
  }
  .body .rally .name > img {
    width: 100%;
  }
}
.body .rally .visual > img {
  width: 100%;
}
.body .yell {
  background: #e074a7;
  font-family: NotoSansJP;
  padding: 10vw 0;
}
.body .yell > section {
  width: 73.2vw;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .body .yell > section {
    width: 92vw;
    padding: 5vw 0;
  }
}
.body .yell .name {
  font-size: 1.8vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 4vw;
}
.body .yell .name > img:first-child {
  width: 45.7vw;
}
.body .yell .name > img.icon {
  width: 28.4vw;
  position: absolute;
  right: 0;
  top: -6vw;
}
@media screen and (max-width: 769px) {
  .body .yell .name {
    margin-bottom: 10vw;
  }
  .body .yell .name > img {
    width: 100%;
  }
}
.body .yell .items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw;
}
.body .yell .items > img {
  width: 23.5vw;
  border-radius: 0.5vw;
}
@media screen and (max-width: 769px) {
  .body .yell .items {
    gap: 5vw;
  }
  .body .yell .items > img {
    width: 100%;
    border-radius: 2vw;
  }
}
.body .schedule {
  background: #e8f2fa;
  border-radius: 10vw;
  padding: 6vw 3vw 4vw;
  margin: 3vw auto 0;
  width: 73.2vw;
  position: relative;
}
.body .schedule .title img {
  height: 2.6vw;
}
.body .schedule .title.en {
  width: 35vw;
}
.body .schedule .title.en span {
  font-weight: normal;
  border-bottom: none;
  font-size: 1.1vw;
}
.body .schedule > img {
  width: 51.2vw;
  margin: 2vw auto;
  display: block;
}
@media screen and (max-width: 769px) {
  .body .schedule {
    padding: 12vw 2vw 10vw;
    width: 100vw;
  }
  .body .schedule .title {
    margin-bottom: 10vw;
  }
  .body .schedule .title img {
    height: 6vw;
  }
  .body .schedule .title.en {
    width: 83vw;
  }
  .body .schedule .title.en img {
    height: 8vw;
  }
  .body .schedule > img {
    width: 105%;
    max-width: none;
    position: relative;
    left: -2%;
  }
}
.body .social {
  position: relative;
  width: 73.2vw;
  margin: 10vw auto 0;
}
.body .social .sns {
  display: flex;
  gap: 2vw;
  margin: 5vw 0;
}
@media screen and (max-width: 769px) {
  .body .social .sns {
    display: block;
  }
}
.body .social .tweets {
  text-align: center;
  background: #f5f0e9;
  border-radius: 2vw;
  padding: 1.5vw 1vw 1.5vw;
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .body .social .tweets {
    padding: 5vw 5vw 5vw;
  }
}
.body .social .tweets > img {
  width: 12.5vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 769px) {
  .body .social .tweets > img {
    width: 46.6vw;
    margin-bottom: 5vw;
  }
}
.body .social .tweets > section {
  flex: 1;
  overflow-y: scroll;
  height: 37.4vw;
}
@media screen and (max-width: 769px) {
  .body .social .tweets > section {
    height: 96vw;
  }
}
.body .social .more {
  flex: 1;
  text-align: center;
  background: #f5f0e9;
  border-radius: 2vw;
  padding: 1.5vw 0 1.5vw;
}
.body .social .more > img {
  width: 14.4vw;
}
.body .social .more > img.image {
  width: 32.2vw;
  margin-top: 1em;
}
.body .social .more .btn {
  display: block;
  margin-top: 1em;
}
.body .social .more .btn > img {
  width: 14.8vw;
}
@media screen and (max-width: 769px) {
  .body .social .more > img.image {
    width: 80vw;
    margin: 1em 0;
  }
}
.body .social .icon img:nth-child(1) {
  position: absolute;
  left: -10vw;
  top: 6vw;
  width: 10vw;
}
.body .social .icon img:nth-child(2) {
  position: absolute;
  right: -9vw;
  bottom: -1.5vw;
  width: 17vw;
}
@media screen and (max-width: 769px) {
  .body .social {
    width: auto;
    margin-top: 20vw;
  }
  .body .social .title {
    width: 82.5vw;
  }
  .body .social .tweets {
    width: 92vw;
    margin: 2em auto;
  }
  .body .social .more {
    width: 92vw;
    margin: 4em auto;
    border-radius: 5vw;
    padding: 2em 0;
  }
  .body .social .more img {
    width: 57.5vw;
  }
  .body .social .more .btn img {
    width: 48.7vw;
  }
  .body .social .icon img:nth-child(1) {
    position: absolute;
    top: auto;
    left: auto;
    right: 5vw;
    bottom: -15vw;
    width: 38.4vw;
  }
}
.body #access {
  margin: 10vw 0 0;
  padding-bottom: 10vw;
  position: relative;
}
.body #access:before {
  content: "";
  position: absolute;
  top: -2%;
  width: 100%;
  height: 15%;
  background: url("/assets/img/access/bg.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .body #access:before {
    height: 6.2%;
    top: 1%;
  }
}
.body #access:after {
  content: "";
  position: absolute;
  top: 12%;
  width: 100%;
  height: 88%;
  background: #fbf4ea;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .body #access:after {
    top: 2.2%;
    height: 97.8%;
  }
}
.body #access > img.access {
  margin: 5vw auto 2vw;
  display: block;
  width: 61.6vw;
  padding-bottom: 0;
}
.body #access > img.chizu {
  width: 67.5vw;
  margin: 3vw auto 2vw;
  display: block;
}
.body #access > img.chizu.en {
  width: 70vw;
}
.body #access > p {
  width: 30.5vw;
  margin: 2vw auto;
  line-height: 2em;
}
.body #access > .train {
  display: flex;
  flex-direction: column;
  width: 43.9vw;
  margin: 5vw auto 0;
  gap: 2vw;
}
.body #access > .train > :first-child {
  background: #fff2b9;
}
.body #access > .train > :last-child {
  background: #f8dcca;
}
.body #access > .train > section {
  border-radius: 3vw;
  padding: 2vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.body #access > .train > section > section {
  flex: 1;
}
.body #access > .train .item {
  display: flex;
  align-items: center;
}
.body #access > .train .item:not(:last-child) {
  margin-bottom: 2vw;
}
.body #access > .train .item > span > img {
  width: 7.9vw;
  min-width: 7.9vw;
}
.body #access > .train .item > p {
  padding: 0 0 0 2vw;
  line-height: 1.6em;
  word-break: break-all;
}
.body #access > .train .item > p.jp {
  font-weight: bold;
  font-size: 0.85vw;
}
.body #access > .train .item > p.en {
  font-size: 0.7vw;
  word-break: break-word;
}
.body #access .icon img:nth-child(1) {
  position: absolute;
  width: 6.8vw;
  top: 22vw;
  left: 7vw;
}
.body #access .icon img:nth-child(2) {
  position: absolute;
  bottom: 35vw;
  left: 12vw;
  width: 12.9vw;
}
.body #access .icon img:nth-child(3) {
  position: absolute;
  bottom: 3vw;
  right: 2vw;
  width: 23.9vw;
}
.body #access .icon img:nth-child(4) {
  position: absolute;
  top: 50vw;
  right: 5vw;
  width: 15.3vw;
}
.body #access .icon.en img:nth-child(2) {
  bottom: 25vw;
}
@media screen and (max-width: 769px) {
  .body #access {
    margin-top: 20vw;
  }
  .body #access > img.access {
    width: 92vw;
    margin-top: 10vw;
  }
  .body #access > img.chizu {
    width: 92vw !important;
    margin-top: 10vw;
  }
  .body #access > p {
    width: 92vw;
    line-height: 1.4em;
    margin: 5vw auto;
  }
  .body #access > .train {
    display: block;
    width: 92vw;
    margin-top: 15vw;
  }
  .body #access > .train > section {
    padding: 2vw 2vw 5vw;
  }
  .body #access > .train > section:not(:last-child) {
    margin-bottom: 5vw;
  }
  .body #access > .train .item {
    display: block;
    padding: 3vw 3vw 0;
  }
  .body #access > .train .item:not(:last-child) {
    margin-bottom: 0;
  }
  .body #access > .train .item > span > img {
    width: 21.8vw;
  }
  .body #access > .train .item > p {
    padding: 2vw 0 0;
    white-space: initial;
  }
  .body #access > .train .item > p.jp {
    font-size: 3.5vw;
  }
  .body #access > .train .item > p.en {
    font-size: 2.8vw;
  }
  .body #access .icon img:nth-child(1) {
    width: 17.3vw;
    top: 0%;
    left: 3%;
  }
  .body #access .icon img:nth-child(2) {
    top: 0.2%;
    left: auto;
    width: 17.8vw;
    right: 6vw;
  }
}
.body .banner {
  display: flex;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 8vw;
}
.body .banner a {
  width: 23.4vw;
  border-radius: 1.4vw;
  overflow: hidden;
}
.body .banner a:first-child {
  border: 1px solid #2d2522;
}
@media screen and (max-width: 769px) {
  .body .banner {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    margin-top: 20vw;
  }
  .body .banner a {
    width: 92vw;
    border-radius: 5.3vw;
  }
}
.body .title {
  text-align: center;
  border: 1px solid #2d2522;
  background: #fff;
  width: 31vw;
  margin: auto;
  border-radius: 30vw;
  line-height: 1.5em;
  padding: 1em 0;
  display: block;
}
.body .title img {
  height: 2.1vw;
  display: block;
  margin: 0 auto 0;
}
.body .title span {
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #2d2522;
  font-weight: bold;
  margin-top: 0.5em;
}
.body #contents {
  margin: 10vw 0 0;
  padding: 5vw 0 12vw;
  background-image: url("/assets/img/contents/bg_pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 769px) {
  .body #contents {
    background-image: url("/assets/img/contents/bg_sp_2.png"), url("/assets/img/contents/bg_sp.png");
    padding: 13vw 0 17vw;
    margin: 15vw 0 0;
  }
}
.body #contents > .bg {
  position: absolute;
  mask-image: url("alpha-mask.png");
  mask-mode: alpha;
  background-color: #000;
}
.body #contents .label {
  width: 37.6vw;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .body #contents .label {
    width: 55.4vw;
  }
}
.body #contents .items p {
  font-size: 1vw;
  line-height: 1.7em;
}
.body #contents .items .amari {
  background: #fff;
  width: 46.4vw;
  padding: 2vw 8vw 2vw 2vw;
}
.body #contents .items .amari .swiper-container {
  overflow: hidden;
}
.body #contents .items .amari.min {
  width: 38.3vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .amari {
    width: 80vw;
    padding: 4vw 16vw 4vw 4vw;
    margin: auto;
  }
  .body #contents .items .amari.min {
    width: 80vw;
  }
}
.body #contents .items .amaranai {
  background: #fff;
  width: 27.8vw;
  padding: 2vw 2vw 8vw 2vw;
}
.body #contents .items .amaranai .swiper-container {
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .body #contents .items .amaranai {
    width: 40vw;
    padding: 3vw 3vw 12vw 3vw;
    box-sizing: border-box;
  }
}
.body #contents .items .slide {
  position: relative;
}
.body #contents .items .dubble {
  display: flex;
  margin-top: 10vw;
  justify-content: center;
}
.body #contents .items .dubble > * {
  width: 43.9vw;
  position: relative;
}
@media screen and (max-width: 769px) {
  .body #contents .items .dubble {
    margin-top: 30vw;
    display: block;
  }
  .body #contents .items .dubble > * {
    width: 100%;
  }
}
.body #contents .items .desc > p {
  line-height: 1.6em;
}
@media screen and (max-width: 769px) {
  .body #contents .items .desc > p {
    font-size: 3.7vw;
  }
  .body #contents .items .desc > p.en {
    font-size: 3.4vw !important;
  }
}
.body #contents .items .pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  width: 13.7vw;
}
.body #contents .items .pagination > img {
  width: 3.5vw;
}
.body #contents .items .pagination > span {
  display: inline-block;
  width: 0.8vw;
  aspect-ratio: 1/1;
  border: 2px solid #000;
  border-radius: 0.8vw;
}
.body #contents .items .pagination > span:not(.active) {
  background: #000;
}
@media screen and (max-width: 769px) {
  .body #contents .items .pagination {
    bottom: -25vw;
    left: 20vw;
    width: 50.1vw;
  }
  .body #contents .items .pagination > img {
    width: 12.8vw;
  }
  .body #contents .items .pagination > span {
    width: 3.2vw;
    border-radius: 3.2vw;
  }
  .body #contents .items .pagination.two {
    width: 42.6vw;
  }
}
.body #contents .items > section {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .body #contents .items > section {
    display: block;
  }
}
.body #contents .items > .body:first-child {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:first-child {
    margin-top: 33vw;
  }
}
.body #contents .items > .body:first-child .amari {
  transform: rotateZ(5deg);
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:first-child .amari {
    margin: auto;
  }
}
.body #contents .items > .body:first-child .pagination {
  right: -9vw;
  bottom: 1vw;
}
.body #contents .items > .body:first-child .pagination.en {
  bottom: -3vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:first-child .pagination.en {
    bottom: -36vw;
  }
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:first-child .pagination {
    bottom: -32vw;
    left: 25vw;
  }
}
.body #contents .items > .body:first-child .kazari {
  width: 30vw;
  position: relative;
}
.body #contents .items > .body:first-child .kazari > img:nth-child(1) {
  width: 27.8vw;
  position: absolute;
  right: -6vw;
  top: -6vw;
}
.body #contents .items > .body:first-child .kazari .desc {
  margin-top: 6vw;
  position: relative;
  z-index: 1;
  left: -4vw;
  width: 19.9vw;
}
.body #contents .items > .body:first-child .kazari .desc > img {
  width: 17.1vw;
}
.body #contents .items > .body:first-child .kazari .desc > p {
  font-size: 1.1vw;
  padding: 2vw 0;
  line-height: 1.7em;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:first-child .kazari {
    width: 100%;
  }
  .body #contents .items > .body:first-child .kazari > img:nth-child(1) {
    width: 43vw;
    top: -70vw;
    right: 2vw;
  }
  .body #contents .items > .body:first-child .kazari .desc {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .body #contents .items > .body:first-child .kazari .desc > img:nth-child(1) {
    width: 43.4vw;
    position: absolute;
    top: -78vw;
    left: 4vw;
  }
  .body #contents .items > .body:first-child .kazari .desc > p {
    font-size: 3.7vw;
    position: relative;
    top: -4vw;
    text-align: center;
  }
  .body #contents .items > .body:first-child .kazari .desc > p.en {
    font-size: 3.3vw;
  }
}
.body #contents .items > .body:nth-child(2) {
  margin-top: 10vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) {
    margin-top: 76vw;
  }
}
.body #contents .items > .body:nth-child(2) .amari {
  transform: rotateZ(-5deg);
  left: -4vw;
}
.body #contents .items > .body:nth-child(2) .potate {
  position: absolute;
  width: 17.7vw;
  top: -2vw;
  right: -8vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .potate {
    width: 24.5vw;
    right: 0vw;
  }
}
.body #contents .items > .body:nth-child(2) .pagination {
  left: -16vw;
  bottom: -4vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .pagination {
    left: 25vw;
    bottom: -37vw;
  }
}
.body #contents .items > .body:nth-child(2) .kazari {
  width: 30vw;
  position: relative;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .kazari {
    width: 100%;
  }
}
.body #contents .items > .body:nth-child(2) .kazari > img {
  width: 27.8vw;
  position: absolute;
  right: 0;
  top: -4vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .kazari > img {
    left: 5vw;
    z-index: 1;
    width: 35.2vw;
    top: -36vw;
  }
}
.body #contents .items > .body:nth-child(2) .kazari .desc {
  margin-top: 6vw;
  position: absolute;
  bottom: -1.5vw;
  z-index: 1;
  right: 0;
  text-align: right;
  margin-right: 2vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .kazari .desc {
    width: 100%;
  }
}
.body #contents .items > .body:nth-child(2) .kazari .desc > img {
  width: 25.1vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .kazari .desc > img {
    right: 2.5vw;
    position: absolute;
    top: -26.5vw;
    width: 60.2vw;
  }
}
.body #contents .items > .body:nth-child(2) .kazari .desc > p {
  font-size: 1.1vw;
  padding: 0.5vw 0 2vw;
  line-height: 1.7em;
}
@media screen and (max-width: 769px) {
  .body #contents .items > .body:nth-child(2) .kazari .desc > p {
    position: absolute;
    top: 50vw;
    width: 100%;
    text-align: center;
    font-size: 3.73vw;
    line-height: 1.6em;
  }
}
.body #contents .items .body3 {
  margin-top: 10vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body3 {
    margin-top: 70vw;
  }
}
.body #contents .items .body3 > img {
  position: absolute;
  width: 21.9vw;
  top: -12vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body3 > img {
    width: 41.8vw;
    left: -10vw;
    top: -25vw;
  }
}
.body #contents .items .body3 .amaranai {
  margin: 0 3vw 0 auto;
  transform: rotateZ(-5deg);
}
@media screen and (max-width: 769px) {
  .body #contents .items .body3 .amaranai {
    margin: 0 auto 0 7vw;
  }
}
.body #contents .items .body3 .pagination {
  left: 21vw;
  bottom: -9.5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body3 .pagination {
    left: 52vw;
    bottom: 8vw;
  }
  .body #contents .items .body3 .pagination.en {
    bottom: 2vw;
  }
}
.body #contents .items .body3 .kazari {
  position: relative;
}
.body #contents .items .body3 .kazari .desc > img {
  position: absolute;
  width: 23.1vw;
  left: 11vw;
  bottom: -5vw;
}
.body #contents .items .body3 .kazari .desc > p {
  width: 17.9vw;
  right: -2vw;
  top: -6vw;
  position: absolute;
}
.body #contents .items .body3 .kazari .desc.en > p {
  width: 20.9vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body3 .kazari .desc > img {
    width: 61.3vw;
    top: -80vw;
    bottom: auto;
    left: auto;
    right: 3vw;
  }
  .body #contents .items .body3 .kazari .desc > p {
    width: 42.6vw;
    top: -47vw;
    right: 5vw;
  }
  .body #contents .items .body3 .kazari .desc > p.en {
    width: 42.6vw;
    top: -57vw;
  }
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 {
    margin-top: 10vw;
  }
}
.body #contents .items .body4.en > img {
  bottom: 11vw;
}
.body #contents .items .body4 > img {
  position: absolute;
  width: 10.2vw;
  bottom: 6vw;
  right: 7vw;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 > img {
    width: 18.6vw;
    bottom: -12vw;
    right: 3.8vw;
  }
}
.body #contents .items .body4 .amaranai {
  margin: 0 auto 0 3vw;
  transform: rotateZ(5deg);
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .amaranai {
    margin: 0 7vw 0 auto;
  }
}
.body #contents .items .body4 .pagination {
  left: 8vw;
  bottom: -7.5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .pagination {
    left: 4vw;
    bottom: -3.5vw;
  }
  .body #contents .items .body4 .pagination.en {
    bottom: -18vw;
  }
}
.body #contents .items .body4 .kazari {
  position: relative;
}
.body #contents .items .body4 .kazari .desc.en > img {
  width: 20.4vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .kazari .desc.en > img {
    width: 44.8vw;
    bottom: 34vw;
  }
}
.body #contents .items .body4 .kazari .desc.en > p {
  width: 20.9vw;
  right: 8vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .kazari .desc.en > p {
    width: 42.6vw;
    right: auto;
    top: -30vw;
  }
}
.body #contents .items .body4 .kazari .desc > img {
  position: absolute;
  width: 14.4vw;
  left: 3.5vw;
  bottom: -1vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .kazari .desc > img {
    width: 44.8vw;
    bottom: 32vw;
  }
}
.body #contents .items .body4 .kazari .desc > p {
  width: 17.9vw;
  right: 11vw;
  top: -2vw;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body4 .kazari .desc > p {
    width: 42.6vw;
    right: auto;
    left: 4vw;
    top: -28vw;
  }
}
.body #contents .items .body5 {
  margin-top: 5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body5 {
    margin-top: 0;
  }
}
.body #contents .items .body5 > img {
  position: absolute;
  width: 13vw;
  bottom: 16vw;
  right: -1vw;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body5 > img {
    width: 28.2vw;
    right: 4vw;
  }
}
.body #contents .items .body5 .amari {
  margin: 0 auto 0 3vw;
  transform: rotateZ(5deg);
}
@media screen and (max-width: 769px) {
  .body #contents .items .body5 .amari {
    transform: rotateZ(-5deg);
    margin: 0 auto 0 7vw;
  }
}
.body #contents .items .body5 .pagination {
  left: 20vw;
  bottom: -12.5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body5 .pagination {
    bottom: -40vw;
    left: 25vw;
  }
}
.body #contents .items .body5 .kazari {
  position: relative;
}
.body #contents .items .body5 .kazari .desc > img {
  position: absolute;
  width: 20.3vw;
  left: 5vw;
  bottom: -3vw;
}
.body #contents .items .body5 .kazari .desc > p {
  top: 4.5vw;
  left: 6vw;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body5 .kazari .desc > img {
    width: 56.8vw;
    left: 40vw;
    bottom: -6.5vw;
  }
  .body #contents .items .body5 .kazari .desc > p {
    top: 8vw;
  }
}
.body #contents .items .body6 {
  top: -8vw;
}
.body #contents .items .body6 img {
  max-width: none;
  width: 49.4vw;
  left: 1vw;
  position: relative;
}
.body #contents .items .body6 p {
  width: 21.9vw;
  line-height: 1.7em;
  position: relative;
  left: 7vw;
  top: 1.5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body6 img {
    width: 100%;
    position: static;
  }
  .body #contents .items .body6 p {
    width: 100%;
    position: static;
    font-size: 3.7vw;
    padding: 5vw 5vw;
  }
}
.body #contents .items .body7 {
  top: -5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body7 {
    top: 0;
    margin-top: 52vw;
  }
}
.body #contents .items .body7 img {
  max-width: none;
  width: 49.4vw;
  left: 1vw;
  position: relative;
}
.body #contents .items .body7 p {
  width: 13.7vw;
  line-height: 1.7em;
  position: relative;
  left: 6.5vw;
  top: -15vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body7 img {
    width: 91.7vw;
    left: 4.3vw;
  }
  .body #contents .items .body7 p {
    width: 41.6vw;
    font-size: 3.4vw;
    top: -32vw;
    left: 5vw;
  }
}
.body #contents .items .body8 {
  top: -5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body8 {
    margin-top: 20vw;
    margin-bottom: 30vw;
  }
}
.body #contents .items .body8 > img {
  position: absolute;
  width: 9.4vw;
  bottom: 9vw;
  right: -0.8vw;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body8 > img {
    width: 19.4vw;
    bottom: -4vw;
    right: 3.5vw;
  }
}
.body #contents .items .body8 .amari {
  margin: 0 auto 0 5vw;
  transform: rotateZ(5deg);
}
.body #contents .items .body8 .pagination {
  left: 20vw;
  bottom: -12.5vw;
}
.body #contents .items .body8 .kazari {
  position: relative;
}
.body #contents .items .body8 .kazari .desc.en > img {
  top: -32.5vw;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body8 .kazari .desc.en > img {
    top: -81vw;
    left: 4vw;
  }
}
.body #contents .items .body8 .kazari .desc > img {
  position: absolute;
  width: 43.9vw;
  left: 1vw;
  top: -31.5vw;
}
.body #contents .items .body8 .kazari .desc > p {
  top: 1.5vw;
  left: 4vw;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .body #contents .items .body8 .kazari .desc > img {
    width: 92vw;
    top: -81vw;
  }
}
.body #contents .button {
  width: 38.2vw;
  margin: auto;
  margin-top: -5vw;
  position: relative;
  top: -2vw;
}
@media screen and (max-width: 769px) {
  .body #contents .button {
    width: 80vw;
    position: static;
  }
}
.body .stamp {
  margin: -5vw 0 10vw;
}
.body .stamp .label {
  width: 70.9vw;
  margin: 0 auto;
}
.body .stamp .label > p {
  margin-top: -1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.8em;
}
.body .stamp .desc {
  width: 73.2vw;
  margin: 3vw auto 0;
}
.body .stamp .desc .line > img {
  display: block;
  margin: 0 auto;
  width: 96%;
}
.body .stamp .desc > section {
  background: #ffeae6;
  border-radius: 2em;
  display: flex;
  padding: 3vw;
  gap: 2em;
}
.body .stamp .desc > section > span {
  width: 11.7vw;
  min-width: 11.7vw;
}
.body .stamp .desc > section > section > img.up {
  position: relative;
  top: -5vw;
  margin-bottom: -3vw;
}
.body .stamp .desc > section > section > img.down {
  width: 44.2vw;
}
.body .stamp .desc > section > section > img.down.en {
  width: 39.9vw;
}
.body .stamp .desc > section > section > section {
  display: flex;
  justify-content: space-between;
}
.body .stamp .desc > section > section > section > section {
  width: 17.1vw;
  border-radius: 1.2vw;
  border: 1px solid #2d2522;
  overflow: hidden;
}
.body .stamp .desc > section > section > section > section > p {
  height: 5.92vw;
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 1em;
}
.body .stamp .desc > section > section img.comming {
  margin: 2vw 0 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .body .stamp .label {
    width: 100%;
    margin: 2em 0;
  }
  .body .stamp .label > p {
    margin-top: 0;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .body .stamp .desc {
    width: 100%;
    margin: 10vw 0 25vw;
  }
  .body .stamp .desc .line {
    background: #ffeae6;
  }
  .body .stamp .desc > section {
    flex-direction: column;
  }
  .body .stamp .desc > section:first-child {
    border-radius: 2em 2em 0 0;
    padding-bottom: 7vw;
  }
  .body .stamp .desc > section:last-child {
    border-radius: 0 0 2em 2em;
    padding-top: 7vw;
  }
  .body .stamp .desc > section > span,
  .body .stamp .desc > section > a {
    width: 89.3vw;
  }
  .body .stamp .desc > section > span.up,
  .body .stamp .desc > section > a.up {
    margin: -7vw 0 -5vw;
  }
  .body .stamp .desc > section > section > img.up {
    position: static;
    margin-bottom: 7vw;
    width: 92vw;
  }
  .body .stamp .desc > section > section > section {
    flex-direction: column;
    gap: 3vw;
  }
  .body .stamp .desc > section > section > section > section {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 6vw;
    align-items: center;
  }
  .body .stamp .desc > section > section > section > section > img {
    width: 40%;
  }
  .body .stamp .desc > section > section > section > section > p {
    height: auto;
    line-height: 1.4em;
    font-size: 0.8em;
  }
  .body .stamp .desc > section > section img.comming {
    position: relative;
    top: -5vw;
  }
}
@media screen and (max-width: 769px) {
  .body .title {
    width: 83vw;
    padding: 3vw 0 3vw;
  }
  .body .title img {
    height: 5.3vw;
  }
  .body .title span {
    font-size: 3.4vw !important;
    padding-bottom: 3vw;
  }
}
.body .special {
  background-color: #ffe5cb;
  margin: 5vw auto 0;
  position: relative;
  padding: 0 0 1.5em;
  border-radius: 1.5vw;
  width: 73.2vw;
}
.body .special > :first-child {
  display: flex;
  align-items: center;
  gap: 2em;
}
.body .special > :first-child > img {
  width: 44.2vw;
}
.body .special > :first-child > p {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.2em;
}
.body .special > section {
  display: flex;
  justify-content: center;
  gap: 2vw;
  width: 65vw;
  margin: 2em auto 0.5em;
}
.body .special > section .item {
  display: flex;
  align-items: center;
  flex: 1;
}
.body .special > section .item > img {
  width: 16.1vw;
  border-radius: 1em;
}
.body .special > section .item > p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
  margin-left: 0.95em;
}
.body .special > section .item > p > span {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 769px) {
  .body .special {
    width: 92vw;
    border-radius: 5vw;
  }
  .body .special > :first-child {
    flex-direction: column;
    gap: 1em;
  }
  .body .special > :first-child > img {
    width: 100%;
  }
  .body .special > :first-child > p {
    font-size: 1em;
    text-align: center;
  }
  .body .special > section {
    width: auto;
    flex-direction: column;
    padding: 5vw 3vw 0;
    margin: 0;
    gap: 3vw;
  }
  .body .special > section > .item > img {
    width: 45%;
  }
  .body .special > section > .item > p {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .body .special > section > .item > p > span {
    font-size: 1.2em;
  }
}
.element {
  width: 35.1390922vw;
  height: 35.1390922vw;
  border-radius: 0.29282577vw;
  background: #fff;
  overflow: hidden;
  padding: 1.46412884vw;
}
.element .head {
  display: flex;
  border-bottom: solid 4px #f7f7d4;
  width: 100%;
  margin: auto;
}
.element .head.en {
  align-items: center;
  padding: 0.5em 0 1em;
}
.element .head > span {
  flex: 1;
  font-family: 'NotoSansJP';
  font-size: 1.31771596vw;
  font-weight: 700;
  line-height: 1.79502196vw;
  text-align: left;
  padding: 0 0 0.87847731vw;
}
.element .head > span.en {
  line-height: 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.02489019vw;
}
.element .head > span.en > span {
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .element .head > span.en {
    font-size: 3.85vw;
  }
}
.element .head > span > span {
  font-size: 1vw;
  padding: 0.5em 0.7em;
  background: #000;
  color: #fff;
  border-radius: 0.8em;
  position: relative;
  top: -0.1em;
}
.element .head > a {
  width: 2.34260615vw;
  max-width: 2.34260615vw;
  height: 2.34260615vw;
  background: url("/assets/img/element/btn/0.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.element .head > a:hover {
  background-image: url("/assets/img/element/btn/1.png");
  background-color: #2d2522;
}
.element .body > section {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1.17130307vw;
  margin: 1.17130307vw 0;
  height: 14.6412884vw;
}
.element .body > section > img {
  border-right: 1px solid #2d2522;
  width: 14.6412884vw;
  border: 0.29282577vw solid #f7f7d4;
  border-radius: 0.58565154vw;
  object-fit: contain;
}
.element .body > section > p {
  flex: 1;
  font-size: 0.9vw;
  text-align: left;
  padding: 1.17130307vw;
  margin: 0;
  line-height: 1.7em;
  display: flex;
  flex-direction: column;
  background: #f7f7d4;
  border-radius: 0.58565154vw;
}
.element .body > section > p > span:first-child {
  font-family: NotoSansJP;
  font-size: 1.17130307vw;
  font-weight: 700;
  line-height: 1.87408492vw;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 0;
}
.element .body > section > p > span:first-child > span {
  background: #fff;
  display: inline-block;
  color: inherit;
  padding: 0.29282577vw 0.58565154vw;
  gap: 0px;
  border-radius: 0.29282577vw;
  height: auto;
}
.element .body > section > p > span:last-child {
  display: block;
  margin-top: 0.8vw;
  font-family: NotoSansJP;
  font-size: 1.02489019vw;
  font-weight: 400;
  line-height: 1.6398243vw;
  letter-spacing: 0.02em;
  text-align: left;
}
.element .body > section > p.en > span:not(:first-child) {
  font-size: 0.89vw;
  line-height: 1.55em;
}
@media screen and (max-width: 769px) {
  .element .body > section > p.en > span:not(:first-child) {
    font-size: 2.713vw;
  }
}
.element .body > p {
  margin: 0;
  text-align: left;
  font-family: NotoSansJP;
  font-size: 1.02489019vw;
  font-weight: 400;
  line-height: 1.6398243vw;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .element {
    width: 100%;
    border-radius: 0.29282577vw;
    height: auto;
    padding: 3.2vw;
  }
  .element .head > span {
    font-size: 3.95vw;
    display: flex;
    align-items: center;
    line-height: 5.81066667vw;
  }
  .element .head > span > span {
    font-size: 3vw;
    border-radius: 0.8em;
    margin-right: 0.5em;
    padding: 0.4em 0.7em;
  }
  .element .head > a {
    width: 5.33vw;
    height: 8vw;
    max-width: 9.6vw;
  }
  .element .body > section {
    margin: 2.13333333vw 0;
    height: 42.6666667vw;
    gap: 2.16vw;
  }
  .element .body > section > img {
    width: 42.6666667vw;
    border: 0.29282577vw solid #f7f7d4;
    border-radius: 2.13333333vw;
  }
  .element .body > section > p {
    font-size: 2.9vw;
    font-weight: bold;
    padding: 2.13333333vw;
  }
  .element .body > section > p > span:first-child > span {
    height: 7.2vw;
    padding: 1.066666667vw 2.13333333vw;
    font-size: 3.2vw !important;
    line-height: 5.12vw;
    letter-spacing: 0.02em;
    border-radius: 2.13333333vw;
  }
  .element .body > section > p > span:last-child {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .element .body > p {
    font-size: 3.1vw;
    height: auto;
    line-height: 1.5em;
    padding: 0;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.12vw;
    letter-spacing: 0.02em;
  }
}
.element2 {
  width: 22.8vw;
  height: 45vw;
  background: #fff;
  border-radius: 0.5vw;
  overflow: hidden;
}
.element2.en {
  height: 48vw;
}
@media screen and (max-width: 769px) {
  .element2 {
    width: 92vw;
    height: auto;
  }
  .element2.en {
    height: auto;
  }
}
.element2 > .image {
  width: 100%;
}
.element2 > .head {
  display: flex;
  border-bottom: solid 4px #f7f7d4;
  margin: 1em 1em;
  padding-bottom: 0.5em;
}
.element2 > .head.en {
  align-items: center;
  padding: 0.5em 0 1em;
}
.element2 > .head > span {
  flex: 1;
  font-family: 'NotoSansJP';
  font-size: 1.1vw;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.5em;
}
.element2 > .head > span.en {
  line-height: 1.5em;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.02489019vw;
}
.element2 > .head > span.en > span {
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .element2 > .head > span.en {
    font-size: 3.85vw;
  }
}
.element2 > .head > span > span {
  font-size: 1vw;
  padding: 0.5em 0.7em;
  background: #000;
  color: #fff;
  border-radius: 0.8em;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 769px) {
  .element2 > .head > span {
    font-size: 3.7vw;
  }
}
.element2 > .head > a {
  width: 2.34260615vw;
  max-width: 2.34260615vw;
  height: 2.34260615vw;
  background: url("/assets/img/element/btn/0.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.element2 > .head > a:hover {
  background-image: url("/assets/img/element/btn/1.png");
  background-color: #2d2522;
}
@media screen and (max-width: 769px) {
  .element2 > .head > a {
    width: 5.3vw;
    max-width: 5.3vw;
    height: 5.3vw;
  }
}
.element2 .body {
  margin: 0 1em;
}
.element2 .body > p:first-child {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.6em;
}
.element2 .body > p:first-child > span {
  display: block;
  font-weight: normal;
  margin: 0.5em 0;
  height: auto;
  font-size: 0.8em;
  line-height: 1.6em;
}
.element2 .body > p:last-child {
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 1vw;
}
.element2 .body > p:last-child > span {
  font-weight: normal;
  font-size: 1vw;
  line-height: inherit;
  vertical-align: top;
  margin-left: 1em;
}
.element2 .body > p:last-child > span.s {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .element2 .body {
    padding-bottom: 5vw;
  }
  .element2 .body > p:first-child {
    font-size: 4.2vw;
  }
  .element2 .body > p:last-child {
    font-size: 3.2vw;
    font-weight: normal;
    margin-top: 5vw;
  }
  .element2 .body > p:last-child > span {
    font-size: 3.2vw;
  }
}
#map {
  font-family: 'NotoSansJP', sans-serif;
  padding: 10vw 0;
  background: #f2f0ee;
}
@media screen and (max-width: 769px) {
  #map {
    padding: 25vw 0 15vw;
  }
}
#map[data-cursor="1"] [data-trigger="1"] {
  background: #ea9f11;
  color: #fff !important;
}
#map[data-cursor="1"] [data-index]:not([data-index="1"]) {
  display: none;
}
#map[data-cursor="2"] [data-trigger="2"] {
  background: #a7db06;
  color: #fff !important;
}
#map[data-cursor="2"] [data-index]:not([data-index="2"]) {
  display: none;
}
#map[data-cursor="3"] [data-trigger="3"] {
  background: #2fa3ff;
  color: #fff !important;
}
#map[data-cursor="3"] [data-index]:not([data-index="3"]) {
  display: none;
}
#map .title2 img {
  width: 29.2vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #map .title2 img {
    width: 64vw;
  }
}
#map .title2 h5 {
  font-size: 3.5vw;
  text-align: center;
  margin: 1em 0 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #map .title2 h5 {
    font-size: 5.3vw;
    line-height: 1.6em;
  }
}
#map .title2 p {
  font-size: 1.3vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 769px) {
  #map .title2 p {
    font-size: 3.7vw;
    font-weight: normal;
    line-height: 1.6em;
  }
}
#map .tab {
  width: 36.8960469vw;
  margin: 5vw auto 3vw;
  display: flex;
  gap: 1vw;
}
#map .tab > a {
  flex: 1;
  color: #ea9f11;
  background: #fff;
  border: 0.2rem solid #ea9f11;
  width: 11.7130307vw;
  height: 4.75841874vw;
  padding: 1.17130307vw 1.46412884vw;
  gap: 0.14641288vw;
  border-radius: 7.32064422vw;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.75695461vw;
}
#map .tab > a > img {
  height: 1.8vw;
}
#map .tab > a:nth-child(2) {
  border-color: #a7db06;
  color: #a7db06;
}
#map .tab > a:nth-child(3) {
  border-color: #2fa3ff;
  color: #2fa3ff;
}
@media screen and (max-width: 769px) {
  #map .tab > a {
    font-size: 4.8vw;
    height: 11.7vw;
    border-radius: 6.4vw;
    border: 0.53333333vw solid;
  }
}
@media screen and (max-width: 769px) {
  #map .tab {
    width: 84vw !important;
    gap: 2.13333333vw;
    margin: 10vw auto 8vw;
  }
}
#map .items {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 2vw;
  width: 73.2vw;
  margin: 5vw auto;
}
@media screen and (max-width: 769px) {
  #map .items {
    width: auto;
    justify-content: center;
    gap: 7vw 0;
  }
}
#map .items .item {
  width: calc(50% - 1vw);
  border-radius: 0.5vw;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #map .items .item {
    width: 92vw;
    border-radius: 2vw;
  }
}
#map .items .item .name {
  background: #ea9f11;
  font-size: 1.4vw;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 769px) {
  #map .items .item .name {
    font-size: 4.2vw;
    padding: 0.7em;
  }
}
#map .items .item .body {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw 1vw 1vw;
  background: #fff;
  gap: 0 1vw;
}
@media screen and (max-width: 769px) {
  #map .items .item .body {
    padding: 1.5vw;
    gap: 0 2vw;
  }
}
#map .items .item .body a {
  width: calc(50% - 0.5vw);
  padding: 0.8vw;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#map .items .item .body a:not(.noborder) {
  border-bottom: 1px solid #d2d2d2;
}
#map .items .item .body a.one {
  width: 100%;
  border-bottom: none;
}
#map .items .item .body a:after {
  content: "";
  background: url("/assets/img/shuyu/icon/01.png");
  background-size: contain;
  width: 1.48vw;
  height: 1.48vw;
}
@media screen and (max-width: 769px) {
  #map .items .item .body a {
    width: calc(50% - 1vw);
    font-size: 3.2vw;
    padding: 4.5vw 2vw;
    letter-spacing: 0.02em;
  }
  #map .items .item .body a:after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#map .items:nth-child(2) .item .name {
  background: #a7db06;
}
#map .items:nth-child(2) .item .body a:after {
  background-image: url("/assets/img/shuyu/icon/02.png");
}
#map .items:nth-child(3) .item .name {
  background: #2fa3ff;
}
#map .items:nth-child(3) .item .body a:after {
  background-image: url("/assets/img/shuyu/icon/03.png");
}
.close_campaign {
  padding: 2em;
  background: #ffe3e9;
  color: #cf2300;
  text-align: center;
  width: 65vw;
  margin: 5vw auto;
  font-family: NotoSansJP;
  border-radius: 2vw;
}
.close_campaign h5 {
  font-size: 1.3vw;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.7em;
}
.close_campaign p {
  font-size: 1vw;
  line-height: 1.5em;
}
@media screen and (max-width: 769px) {
  .close_campaign {
    width: 92vw;
    margin: 10vw auto;
    border-radius: 5vw;
  }
  .close_campaign h5 {
    font-size: 4vw;
  }
  .close_campaign p {
    font-size: 3.2vw;
  }
}
