@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
main {
  display: block;
  height: 100%;
  overflow: hidden;
}

header {
  position: absolute;
}
header > a {
  margin: 20px 0 0 20px;
  display: block;
  max-width: 145px;
  width: 100%;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  header > a {
    margin: 11px 0 0 12px;
    max-width: 84px;
  }
}
#hamburger {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 54px;
  background-color: #B1100E;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
#hamburger > div {
  position: relative;
  width: 30px;
  height: 15px;
}
#hamburger > div span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
#hamburger > div span:nth-child(1) {
  top: 0;
}
#hamburger > div span:nth-child(2) {
  top: 6px;
}
#hamburger > div span:nth-child(3) {
  bottom: 0;
}
#hamburger.is-active > div span {
  left: -4px;
  width: 130%;
}
#hamburger.is-active > div span:nth-child(1) {
  top: 4px;
  transform: rotate(-40deg);
}
#hamburger.is-active > div span:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active > div span:nth-child(3) {
  bottom: 8.5px;
  transform: rotate(42deg);
}

nav {
  position: fixed;
  top: 0;
  right: -590px;
  width: 590px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 5;
  transition: 0.5s;
}
nav.is-open {
  right: -0.1%;
}
nav ul {
  position: relative;
  max-width: 363px;
  width: 100%;
  margin: 0 auto;
  padding: 125px 0 0;
}
nav ul::after {
  content: "";
  display: block;
  width: 88px;
  height: 92px;
  background-image: url(../img/menu_illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 54px;
  left: 0;
}
nav ul li:not(:first-child) {
  margin: 20px 0 0;
}
nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  background-image: url(../img/menu-btn_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  nav ul li a:hover {
    background-image: url(../img/menu-btn_bg-hover.svg);
  }
}
@media (max-width: 768px) {
  nav ul li a img {
    padding: 0 15%;
  }
}
nav .menu__otherlink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
nav .menu__otherlink a {
  transition: 0.3s;
}
nav .menu__otherlink a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 295px;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
}
nav .menu__otherlink a:nth-child(2) {
  margin: 30px 0 0;
  max-width: 145px;
}
nav .menu__otherlink a:hover:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  #hamburger {
    width: 48px;
    height: 43px;
  }
  #hamburger > div {
    width: 24px;
    height: 12px;
  }
  #hamburger > div span {
    height: 1px;
  }
  #hamburger > div span:nth-child(2) {
    top: 5.5px;
  }
  #hamburger.is-active > div span {
    left: -1px;
    width: 110%;
  }
  #hamburger.is-active > div span:nth-child(1) {
    top: 5px;
    transform: rotate(-45deg);
  }
  #hamburger.is-active > div span:nth-child(3) {
    bottom: 5.5px;
    transform: rotate(45deg);
  }
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
  }
  nav.is-open {
    right: -0.1%;
  }
  nav ul {
    max-width: 255px;
    width: 100%;
    padding: 79px 0 0;
  }
  nav ul::after {
    width: 88px;
    height: 92px;
    top: 6px;
    left: -15px;
  }
  nav ul li:not(:first-child) {
    margin: 10px 0 0;
  }
  nav ul li a {
    height: 58px;
  }
  nav .menu__otherlink {
    margin: 24px 0 0;
  }
  nav .menu__otherlink a:nth-child(1) {
    max-width: 247px;
  }
  nav .menu__otherlink a:nth-child(2) {
    margin: 38px 0 0;
    max-width: 105px;
  }
}
.kv__area {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
.kv__area h1 img {
  display: block;
  width: 100%;
}
.kv__area .ticket__info {
  position: fixed;
  bottom: 50px;
  right: 22px;
  max-width: 120px;
  width: 100%;
  z-index: 3;
}
.kv__area .ticket__info a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/ticket_image_hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.kv__area .ticket__info a img {
  display: block;
  transition: 0.3s;
}
.kv__area .ticket__info a:hover img {
  opacity: 0;
}

@media (max-width: 768px) {
  .kv__area .ticket__info {
    position: fixed;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 4;
  }
  .kv__area .ticket__info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-image: none;
    background-color: #FA3232;
  }
  .kv__area .ticket__info a img {
    display: none;
  }
  .kv__area .ticket__info a p {
    font-size: 15px;
    color: #fff;
  }
}
/*=================================================
read area
==================================================*/
.read__area {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0 0 300px;
  margin: 0 0 -230px;
  background-image: url(../img/read_area_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
@media (max-width: 768px) {
  .read__area {
    padding: 9% 5.5% 46%;
    margin: 0 0 -18%;
    background-image: url(../img/read_area_bg_sp.jpg);
    background-size: cover;
  }
}
.read__area > div {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .read__area > div {
    padding: 0 0 0;
  }
}
.read__area h2 {
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .read__area h2 {
    max-width: 72%;
  }
}
.read__area h2 img {
  display: block;
  width: 100%;
}
.read__area p {
  font-size: 24px;
  line-height: 1.583;
  color: #644227;
  text-align: center;
  margin: 42px 0 0;
}
@media (max-width: 768px) {
  .read__area p {
    font-size: 16px;
    line-height: 1.875;
    margin: 25px 0 0;
  }
}
.read__area ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 65px 0 0;
}
.read__area ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 22px 0 0;
  width: 240px;
  height: 80px;
  background-image: url(../img/menu-small-btn_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .read__area ul li a:hover {
    background-image: url(../img/menu-small-btn_bg-hover.svg);
  }
}
@media (max-width: 768px) {
  .read__area ul {
    gap: 5px 2%;
    margin: 25px 0 0;
  }
  .read__area ul li {
    width: 49%;
  }
  .read__area ul li a {
    width: 100%;
    height: 16vw;
    padding: 12% 0 0;
  }
  .read__area ul li:nth-child(1) img {
    width: 28%;
  }
  .read__area ul li:nth-child(2) img {
    width: 60%;
  }
  .read__area ul li:nth-child(3) img {
    width: 67%;
  }
  .read__area ul li:nth-child(4) img {
    width: 28%;
  }
  .read__area ul li:nth-child(5) img {
    width: 24%;
  }
  .read__area ul li:nth-child(6) img {
    width: 74%;
  }
}

.contents__wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 0 -200px;
  position: relative;
}
.contents__wrap::after, .contents__wrap::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
}
.contents__wrap::after {
  width: 287px;
  height: 300px;
  top: -170px;
  left: -10px;
  background-image: url(../img/gourmet_renga_left.png);
}
.contents__wrap::before {
  width: 290px;
  height: 335px;
  top: -80px;
  right: -30px;
  background-image: url(../img/gourmet_renga_right.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .contents__wrap::after {
    top: -140px;
    left: -100px;
  }
  .contents__wrap::before {
    right: -110px;
  }
}
@media (max-width: 768px) {
  .contents__wrap::after {
    width: 38%;
    height: 4.6%;
    top: -2.5%;
    left: -1%;
  }
  .contents__wrap::before {
    width: 40%;
    height: 5.2%;
    top: -3%;
    right: -8%;
  }
}

/*=================================================
gourmet area
==================================================*/
.gourmet__contents {
  clip-path: polygon(0 0%, 100% 4%, 100% 100%, 0% 100%);
  padding: 250px 0;
  background-image: url(../img/red_bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .gourmet__contents {
    clip-path: polygon(0 0%, 100% 1.5%, 100% 100%, 0% 100%);
    padding: 20% 0 90%;
  }
  .gourmet__contents .contents__title {
    padding: 0 5.5%;
  }
}
@media (max-width: 490px) {
  .gourmet__contents {
    padding: 26% 0 96%;
  }
}

.contents__title h2 {
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
}
.contents__title p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .contents__title p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .gourmet__contents .contents__title p {
    text-align: center;
  }
}

.contents__slidebox {
  margin: 100px 0 0;
}
.contents__slidebox.second__slidebox {
  margin: 200px 0 0;
}
@media (max-width: 768px) {
  .contents__slidebox {
    margin: 60px 0 0;
  }
  .contents__slidebox.second__slidebox {
    margin: 120px 0 0;
  }
}
.contents__slidebox h3 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents__slidebox h3 {
    max-width: 82%;
  }
}
.contents__slidebox > p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 40px 0 0;
}
.contents__slidebox > p span {
  font-size: 20px;
  font-weight: 500;
}
.contents__slidebox > p span:first-child {
  color: #644227;
  display: inline-block;
  background-color: #F7D7CF;
  padding: 0 8px;
}
.contents__slidebox > p span:last-child {
  color: #fff;
}
@media (max-width: 768px) {
  .contents__slidebox > p {
    max-width: 82%;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px auto 0;
  }
  .contents__slidebox > p span {
    font-size: 16px;
  }
  .contents__slidebox > p span:first-child {
    font-size: 14px;
  }
}
.contents__slidebox .swiper {
  position: relative;
  margin: 60px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contents__slidebox .swiper {
    margin: 20px 0 0;
  }
}
.contents__slidebox .swiper img {
  width: 100%;
  height: auto;
}
.contents__slidebox .swiper .swiper-slide {
  width: 610px;
  padding: 35px 45px 70px;
  background-image: url(../img/slide_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
}
.contents__slidebox .swiper .swiper-slide.swiper-slide-prev, .contents__slidebox .swiper .swiper-slide.swiper-slide-next, .contents__slidebox .swiper .swiper-slide.swiper-slide-duplicate-prev, .contents__slidebox .swiper .swiper-slide.swiper-slide-duplicate-next {
  transform: scale(0.8);
}
.contents__slidebox .swiper .swiper-slide h4 {
  font-size: 27px;
  color: #744E30;
  font-weight: 600;
  margin: 6px 0 0;
}
.contents__slidebox .swiper .swiper-slide .detail__name {
  font-size: 18px;
  color: #644227;
  font-weight: 600;
  margin: 6px 0 0;
}
@media (max-width: 768px) {
  .contents__slidebox .swiper .swiper-slide {
    width: 295px;
    padding: 15px 25px 112px;
    background-image: url(../img/slide_bg_sp.png);
    background-size: 100% 100%;
  }
  .contents__slidebox .swiper .swiper-slide h4 {
    font-size: 16px;
  }
  .contents__slidebox .swiper .swiper-slide .detail__name {
    font-size: 12px;
  }
  .contents__slidebox .swiper .swiper-slide.swiper-slide-prev, .contents__slidebox .swiper .swiper-slide.swiper-slide-next, .contents__slidebox .swiper .swiper-slide.swiper-slide-duplicate-prev, .contents__slidebox .swiper .swiper-slide.swiper-slide-duplicate-next {
    transform: scale(1);
  }
}
@media (max-width: 430px) {
  .contents__slidebox .swiper .swiper-slide {
    padding: 15px 25px 42px;
  }
}
.contents__slidebox .swiper .slide__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  margin: 10px 0 0;
}
.contents__slidebox .swiper .slide__detail .detail__copy {
  font-size: 18px;
}
.contents__slidebox .swiper .slide__detail .detail__price {
  margin: 25px 0 0;
}
.contents__slidebox .swiper .slide__detail .detail__price p {
  font-size: 18px;
}
.contents__slidebox .swiper .slide__detail .detail__price p:first-child {
  font-size: 22px;
}
.contents__slidebox .swiper .slide__detail .slide__sub-image {
  max-width: 200px;
  width: 100%;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .contents__slidebox .swiper .slide__detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .contents__slidebox .swiper .slide__detail .detail__copy {
    font-size: 12px;
  }
  .contents__slidebox .swiper .slide__detail .detail__price {
    max-width: 40%;
    width: 100%;
  }
  .contents__slidebox .swiper .slide__detail .detail__price p {
    font-size: 12px;
  }
  .contents__slidebox .swiper .slide__detail .detail__price p:first-child {
    font-size: 16px;
  }
  .contents__slidebox .swiper .slide__detail .slide__sub-image {
    max-width: 35%;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 18px;
    right: 25px;
  }
  .contents__slidebox .swiper .slide__detail .slide__sub-image.subimage__smalll {
    max-width: 32%;
  }
}
@media (max-width: 430px) {
  .contents__slidebox .swiper .slide__detail .slide__sub-image {
    bottom: 8px;
    max-width: 42%;
  }
  .contents__slidebox .swiper .slide__detail .slide__sub-image.subimage__smalll {
    max-width: 35%;
  }
}
.contents__slidebox .swiper .swiper-button-prev, .contents__slidebox .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .contents__slidebox .swiper .swiper-button-prev, .contents__slidebox .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.contents__slidebox .swiper .swiper-button-prev {
  left: 30px;
  background-image: url(../img/icon_slider_prev.svg);
}
@media (max-width: 768px) {
  .contents__slidebox .swiper .swiper-button-prev {
    left: 30px;
  }
}
.contents__slidebox .swiper .swiper-button-next {
  right: 30px;
  background-image: url(../img/icon_slider_next.svg);
}
@media (max-width: 768px) {
  .contents__slidebox .swiper .swiper-button-next {
    right: 30px;
  }
}

/*=================================================
special menu area
==================================================*/
.contents__special {
  position: relative;
  padding: 360px 0 150px;
  color: #fff;
}
@media (max-width: 768px) {
  .contents__special {
    padding: 56% 5.5% 0;
  }
}
.contents__special::after {
  content: "";
  display: block;
  max-width: 1020px;
  width: 100%;
  height: 1120px;
  background-image: url(../img/gourmet_specialmenu_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .contents__special::after {
    max-width: 94%;
    height: 97%;
    background-image: url(../img/gourmet_specialmenu_bg_sp.png);
    background-size: 100% 100%;
    top: 56%;
  }
}
.contents__special::before {
  content: "";
  display: block;
  width: 800px;
  height: 1120px;
  background-image: url(../img/gourmet_dragon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .contents__special::before {
    width: 65%;
    height: 30%;
    top: 17.5%;
  }
}
@media (max-width: 490px) {
  .contents__special::before {
    height: 22%;
    top: 14.5%;
  }
}
.contents__special > div {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .contents__special > div {
    padding: 0 4%;
  }
}
.contents__special > div > p {
  position: relative;
  gap: 14px;
  display: flex;
  padding-left: 40px;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px;
}
@media (max-width: 768px) {
  .contents__special > div > p {
    padding-left: 0;
    align-items: flex-start;
    margin: 6% 0;
  }
}
.contents__special > div > p::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(../img/reserve_mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -120px;
  right: 90px;
}
@media (max-width: 768px) {
  .contents__special > div > p::after {
    top: -250px;
    right: -15px;
  }
}
.contents__special > div > p span {
  font-size: 20px;
}
.contents__special > div > p span:first-child {
  display: inline-block;
  padding: 0 5px;
  background-color: #644227;
}
@media (max-width: 768px) {
  .contents__special > div > p span {
    font-size: 16px;
  }
  .contents__special > div > p span:first-child {
    font-size: 14px;
    padding: 3px 5px;
    min-width: 56px;
    text-align: center;
  }
}
.contents__special h3 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.contents__special .special-menu__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .contents__special .special-menu__list {
    flex-direction: column;
    margin: 7% 0 0;
    gap: 60px;
  }
}
.contents__special .special-menu__list .special-menu__image p {
  gap: 14px;
  display: flex;
  padding-left: 40px;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
}
.contents__special .special-menu__list .special-menu__image p span {
  font-size: 20px;
}
.contents__special .special-menu__list .special-menu__image p span:first-child {
  display: inline-block;
  padding: 0 5px;
  background-color: #644227;
}
@media (max-width: 768px) {
  .contents__special .special-menu__list .special-menu__image {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .contents__special .special-menu__list .special-menu__image p {
    order: 2;
    padding-left: 0;
  }
  .contents__special .special-menu__list .special-menu__image p span {
    font-size: 16px;
  }
  .contents__special .special-menu__list .special-menu__image p span:first-child {
    font-size: 14px;
    padding: 3px 5px;
  }
  .contents__special .special-menu__list .special-menu__image img {
    order: 1;
  }
}
.contents__special .special-menu__list .special-menu__detail {
  margin: 8px 0 0;
}
@media (max-width: 768px) {
  .contents__special .special-menu__list .special-menu__detail {
    margin: 5% 0 0;
  }
}
.contents__special .special-menu__list .special-menu__detail h4 {
  font-size: 24px;
  font-weight: 500;
}
.contents__special .special-menu__list .special-menu__detail .special-menu__name {
  font-size: 20px;
  margin: 8px 0 0;
}
.contents__special .special-menu__list .special-menu__detail .special-menu__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0 0;
}
.contents__special .special-menu__list .special-menu__detail .special-menu__shop {
  font-size: 16px;
  margin: 8px 0 0;
}
.contents__special .special-menu__list .special-menu__detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  max-width: 225px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  color: #B1100E;
  font-size: 20px;
  transition: 0.3s;
}
.contents__special .special-menu__list .special-menu__detail a:hover {
  background-color: #F7D7CF;
}
@media (max-width: 768px) {
  .contents__special .special-menu__list .special-menu__detail h4 {
    font-size: 16px;
  }
  .contents__special .special-menu__list .special-menu__detail .special-menu__name {
    font-size: 16px;
  }
  .contents__special .special-menu__list .special-menu__detail .special-menu__text {
    font-size: 12px;
    line-height: 1.667;
  }
  .contents__special .special-menu__list .special-menu__detail .special-menu__shop {
    font-size: 12px;
  }
  .contents__special .special-menu__list .special-menu__detail a {
    font-size: 18px;
    margin: 30px auto 0;
  }
}
.contents__special .special__notes {
  max-width: 558px;
  width: 100%;
  margin: 60px auto 0;
  padding: 30px;
  background-image: url(../img/special_notes_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.contents__special .special__notes p:first-child {
  color: #644227;
  font-size: 20px;
  text-align: center;
}
.contents__special .special__notes p:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .contents__special .special__notes {
    background-image: url(../img/special_notes_bg_sp.png);
    background-size: 100% 100%;
  }
  .contents__special .special__notes p:last-child {
    font-size: 12px;
    line-height: 1.6;
  }
}

.gourmet__contents .merit__notes {
  max-width: 1010px;
  width: 100%;
  margin: -70px auto 70px;
}
.gourmet__contents .merit__notes p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .gourmet__contents .merit__notes {
    max-width: 1010px;
    margin: 110px auto 0;
    padding: 0 15px;
  }
  .gourmet__contents .merit__notes p {
    font-size: 14px;
  }
}

/*=================================================
event menu area
==================================================*/
.event__wrap::after {
  width: 334px;
  height: 2190px;
  top: 50px;
  left: -100px;
  background-image: url(../img/event_renga_left.png);
}
.event__wrap::before {
  width: 216.5px;
  height: 1892.5px;
  top: -100px;
  right: 0px;
  background-image: url(../img/event_renga_right.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .event__wrap::after {
    left: -170px;
  }
  .event__wrap::before {
    right: -90px;
  }
}
@media (max-width: 768px) {
  .event__wrap::after {
    width: 41%;
    height: 6%;
    top: -3%;
    left: -19%;
    background-image: url(../img/event_renga_left_sp.png);
  }
  .event__wrap::before {
    width: 41%;
    height: 4%;
    top: -1.5%;
    right: -10%;
    background-image: url(../img/event_renga_right_sp.png);
  }
}
@media (max-width: 490px) {
  .event__wrap::after {
    height: 5%;
    top: -2%;
  }
  .event__wrap::before {
    right: -45px;
  }
}

.event__contents {
  clip-path: polygon(0 5.5%, 100% 0%, 100% 100%, 0% 100%);
  padding: 200px 0 440px;
  background-image: url(../img/event_bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .event__contents {
    padding: 200px 60px 440px;
  }
}
@media (max-width: 768px) {
  .event__contents {
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0% 100%);
    padding: 34% 5.5% 68%;
  }
}
@media (max-width: 430px) {
  .event__contents {
    padding: 34% 5.5% 74%;
  }
}
.event__contents .contents__title p {
  color: #644227;
}
@media (max-width: 768px) {
  .event__contents .contents__title p {
    text-align: left;
  }
}
.event__contents .event__list {
  max-width: 1020px;
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .event__contents .event__list {
    margin: 40px auto 0;
    gap: 20px;
  }
}
.event__contents .event__list li {
  position: relative;
  padding: 10px;
  border-width: 30px;
  border-style: solid;
  border-image-source: url("../img/frame-border.png");
  border-image-slice: 46;
  border-image-repeat: stretch;
  background-color: #FFF5E0;
}
@media (max-width: 768px) {
  .event__contents .event__list li {
    padding: 0px;
    border-width: 21px;
    border-image-slice: 43;
  }
}
.event__contents .event__list li::after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -70px;
  left: -70px;
}
@media (max-width: 768px) {
  .event__contents .event__list li::after {
    width: 117px;
    height: 117px;
    top: -39px;
    left: -32px;
  }
}
.event__contents .event__list li:nth-child(1)::after {
  background-image: url(../img/event_label_1.svg);
}
.event__contents .event__list li:nth-child(2)::after {
  background-image: url(../img/event_label_2.svg);
}
.event__contents .event__list li:nth-child(3)::after {
  background-image: url(../img/event_label_3.svg);
}
.event__contents .event__list li:nth-child(4)::after {
  background-image: url(../img/event_label_4.svg);
}
.event__contents .event__list li > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div {
    flex-direction: column;
    gap: 10px;
  }
}
.event__contents .event__list li > div .event__rally-img {
  position: relative;
}
.event__contents .event__list li > div .event__rally-img::after {
  content: "";
  display: block;
  width: 157px;
  height: 164px;
  background-image: url(../img/rally_illust_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: -75px;
  right: 0;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div .event__rally-img::after {
    width: 127px;
    height: 150px;
    bottom: -80px;
    right: -5px;
  }
}
.event__contents .event__list li > div .event__detail {
  color: #644227;
}
.event__contents .event__list li > div .event__detail h4 {
  font-size: 32px;
  font-weight: 700;
}
.event__contents .event__list li > div .event__detail h4 span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div .event__detail h4 {
    font-size: 22px;
  }
  .event__contents .event__list li > div .event__detail h4 span {
    font-size: 14px;
  }
}
.event__contents .event__list li > div .event__detail .event__copy {
  font-size: 20px;
  line-height: 1.667;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div .event__detail .event__copy {
    font-size: 16px;
    margin: 5px 0 0;
  }
}
.event__contents .event__list li > div .event__detail .event__copy.event__mystery, .event__contents .event__list li > div .event__detail .event__copy.event__rally {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.event__contents .event__list li > div .event__detail .event__copy.event__mystery::after, .event__contents .event__list li > div .event__detail .event__copy.event__rally::after {
  content: "";
  display: block;
  min-width: 110px;
  width: 110px;
  height: 100px;
  background-image: url(../img/mystery_illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div .event__detail .event__copy.event__mystery, .event__contents .event__list li > div .event__detail .event__copy.event__rally {
    align-items: flex-start;
  }
  .event__contents .event__list li > div .event__detail .event__copy.event__mystery::after, .event__contents .event__list li > div .event__detail .event__copy.event__rally::after {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
.event__contents .event__list li > div .event__detail .event__copy.event__rally::after {
  background-image: url(../img/rally_illust.png);
}
.event__contents .event__list li > div .event__detail div {
  margin: 30px 0 0;
}
.event__contents .event__list li > div .event__detail div p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.event__contents .event__list li > div .event__detail div p:not(:first-child) {
  margin: 10px 0 0;
}
.event__contents .event__list li > div .event__detail div p span {
  font-size: 20px;
}
.event__contents .event__list li > div .event__detail div p span:first-child {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background-color: #644227;
  min-width: 100px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .event__contents .event__list li > div .event__detail div p span:first-child {
    width: 100px;
    text-align: center;
  }
}
.event__contents .event__list li > div .event__detail div p span small {
  font-size: 16px;
}
@media (max-width: 768px) {
  .event__contents .event__list li > div .event__detail div p span {
    font-size: 16px;
    max-width: 220px;
    width: 100%;
  }
  .event__contents .event__list li > div .event__detail div p span:first-child {
    max-width: 55px;
    font-size: 14px;
    text-align: center;
  }
}
.event__contents .event__list li:nth-child(even)::after {
  left: inherit;
  right: -70px;
}
.event__contents .event__list li:nth-child(even) > div .event__image {
  order: 2;
}
.event__contents .event__list li:nth-child(even) > div .event__detail {
  order: 1;
}
@media (max-width: 768px) {
  .event__contents .event__list li:nth-child(even)::after {
    left: -32px;
    right: inherit;
  }
  .event__contents .event__list li:nth-child(even) > div .event__image {
    order: 1;
  }
  .event__contents .event__list li:nth-child(even) > div .event__detail {
    order: 2;
  }
}

/*=================================================
footer menu area
==================================================*/
footer {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-top: -150px;
}
@media (max-width: 768px) {
  footer {
    margin-top: -35%;
  }
}
footer::after, footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
}
footer::after {
  width: 328px;
  height: 943px;
  background-image: url(../img/footer_renga_right.png);
  right: 0;
}
@media (min-width: 769px) and (max-width: 1270px) {
  footer::after {
    width: 298px;
    height: 863px;
  }
}
@media (max-width: 768px) {
  footer::after {
    width: 26%;
    height: 15%;
    background-image: url(../img/footer_renga_right_sp.png);
    right: 0;
    bottom: inherit;
    top: -5%;
  }
}
@media (max-width: 490px) {
  footer::after {
    height: 11%;
    top: 1%;
  }
}
footer::before {
  width: 369px;
  height: 1243px;
  background-image: url(../img/footer_renga_left.png);
  left: -100px;
  bottom: 0;
}
@media (min-width: 769px) and (max-width: 1270px) {
  footer::before {
    left: -180px;
  }
}
@media (max-width: 768px) {
  footer::before {
    width: 34%;
    height: 18%;
    background-image: url(../img/footer_renga_left_sp.png);
    left: -4%;
    bottom: inherit;
    top: -13%;
  }
}
@media (max-width: 490px) {
  footer::before {
    height: 13%;
    top: -8%;
  }
}
footer > div {
  clip-path: polygon(0 0%, 100% 16%, 100% 100%, 0% 100%);
  padding: 200px 0 20px;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  footer > div {
    clip-path: polygon(0 0%, 100% 14%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 768px) {
  footer > div {
    clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0% 100%);
    padding: 41% 5.5% 36%;
    position: relative;
  }
  footer > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 10.1%;
    background-image: url(../img/footer_sp_bottom_renga.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
footer .footer__wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
footer .footer__wrap h3 {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
footer .footer__wrap .footer__btn--public {
  font-size: 27px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  margin: 80px auto 0;
  background-color: #936E3C;
  transition: 0.3s;
}
footer .footer__wrap .footer__btn--public:hover {
  background-color: #9D7A4A;
}
@media (max-width: 768px) {
  footer .footer__wrap .footer__btn--public {
    font-size: 18px;
    height: 60px;
    margin: 12% auto 0;
  }
}
footer .footer__wrap .footer__btn--guide {
  max-width: 345px;
  width: 100%;
  margin: 60px auto 0;
}
footer .footer__wrap .footer__btn--guide p {
  font-size: 20px;
  text-align: center;
}
footer .footer__wrap .footer__btn--guide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin: 15px 0 0;
  border: 1px solid #fff;
  transition: 0.3s;
}
footer .footer__wrap .footer__btn--guide a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  footer .footer__wrap .footer__btn--guide {
    margin: 8% auto 0;
  }
  footer .footer__wrap .footer__btn--guide p {
    font-size: 16px;
  }
  footer .footer__wrap .footer__btn--guide a {
    margin: 4% 0 0;
  }
}
footer .footer__wrap .footer__notes {
  margin: 120px 0 0;
}
footer .footer__wrap .footer__notes p {
  text-align: center;
  font-size: 16px;
}
footer .footer__wrap .footer__notes ul {
  text-align: center;
  margin: 8px 0 0;
}
footer .footer__wrap .footer__notes ul li {
  font-size: 12px;
  font-weight: 400;
}
footer .footer__wrap .footer__notes ul li:not(:first-child) {
  margin: 3px 0 0;
}
@media (max-width: 768px) {
  footer .footer__wrap .footer__notes {
    margin: 20% 0 0;
  }
  footer .footer__wrap .footer__notes ul li {
    text-align: left;
  }
}
footer .footer__wrap .footer__littleworld-info {
  margin: 80px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .footer__wrap .footer__littleworld-info {
    margin: 14% 0 0;
  }
}
footer .footer__wrap .footer__copyright {
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer__wrap .footer__copyright {
    margin: 25% 0 0;
  }
}

.backToTop a {
  position: fixed;
  bottom: 135px;
  right: 200px;
  z-index: 4;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon_back_top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.backToTop a::after {
  content: "";
  display: block;
  width: 87px;
  height: 90px;
  background-image: url(../img/back_top_illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -45px;
}
.backToTop.is-active a {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .backToTop a {
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .backToTop a::after {
    width: 65px;
    height: 67px;
    position: absolute;
    top: -5px;
    right: -34px;
  }
  .backToTop.is-active a {
    opacity: 1;
    visibility: visible;
  }
}
/*=================================================
photo spot area
==================================================*/
.photospot {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 50px auto 0;
  padding: 115px 48px 165px;
  background-image: url(../img/photospot_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .photospot {
    max-width: 860px;
  }
}
@media (max-width: 768px) {
  .photospot {
    margin: 40px auto 0;
    padding: 19% 5.5% 18%;
    background-image: url(../img/photospot_bg_sp.png);
  }
}

.photo__contents {
  clip-path: polygon(0 0%, 100% 5.8%, 100% 100%, 0% 100%);
  padding: 250px 0 420px;
  background-image: url(../img/red_bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .photo__contents {
    clip-path: polygon(0 0%, 100% 1%, 100% 100%, 0% 100%);
    padding: 35% 5.5% 65%;
  }
}
@media (max-width: 430px) {
  .photo__contents {
    padding: 35% 5.5% 77%;
  }
}
.photo__contents .photospot__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 172px;
}
.photo__contents .photospot__list li {
  position: relative;
  max-width: 306px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .photo__contents .photospot__list li {
    max-width: 236px;
  }
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li {
    max-width: 72%;
  }
}
.photo__contents .photospot__list li::after {
  content: "";
  font-size: 12px;
  color: #644227;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: -90px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.photo__contents .photospot__list li:nth-child(1)::after {
  content: "ライオス";
  width: 157px;
  height: 377px;
  top: -56px;
  right: -123px;
  background-image: url(../img/photo_01_illust.png);
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li:nth-child(1)::after {
    width: 53%;
    height: 128%;
    top: -25%;
    right: -42%;
  }
}
@media (max-width: 490px) {
  .photo__contents .photospot__list li:nth-child(1)::after {
    width: 55%;
    height: 117%;
    top: -14%;
    right: -42%;
  }
}
.photo__contents .photospot__list li:nth-child(2)::after {
  content: "マルシル";
  width: 175px;
  height: 375px;
  top: -50px;
  right: -120px;
  background-image: url(../img/photo_02_illust.png);
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li:nth-child(2)::after {
    width: 53%;
    height: 110%;
    top: -6%;
    right: -39%;
  }
}
@media (max-width: 490px) {
  .photo__contents .photospot__list li:nth-child(2)::after {
    width: 61%;
    height: 108%;
    top: -8%;
  }
}
.photo__contents .photospot__list li:nth-child(3)::after {
  content: "チルチャック";
  width: 147px;
  height: 305px;
  top: 20px;
  right: -110px;
  background-image: url(../img/photo_03_illust.png);
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li:nth-child(3)::after {
    width: 49%;
    height: 108%;
    top: 2%;
    right: -40%;
  }
}
@media (max-width: 490px) {
  .photo__contents .photospot__list li:nth-child(3)::after {
    width: 52%;
    height: 105%;
  }
}
.photo__contents .photospot__list li:nth-child(4)::after {
  content: "センシ";
  width: 161px;
  height: 314px;
  top: 20px;
  right: -110px;
  background-image: url(../img/photo_04_illust.png);
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li:nth-child(4)::after {
    width: 53%;
    height: 103%;
    top: 0%;
    right: -38%;
  }
}
@media (max-width: 490px) {
  .photo__contents .photospot__list li:nth-child(4)::after {
    height: 97%;
  }
}
.photo__contents .photospot__list li:nth-child(5)::after {
  content: "イヅツミ";
  width: 131px;
  height: 320px;
  top: 10px;
  right: -70px;
  background-image: url(../img/photo_05_illust.png);
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li:nth-child(5)::after {
    width: 44%;
    height: 115%;
    top: -5%;
    right: -32%;
  }
}
@media (max-width: 490px) {
  .photo__contents .photospot__list li:nth-child(5)::after {
    height: 108%;
  }
}
.photo__contents .photospot__list li p {
  font-size: 20px;
  color: #644227;
}
.photo__contents .photospot__list li p:last-child {
  font-size: 16px;
  margin: 5px 0 0;
}
@media (max-width: 768px) {
  .photo__contents .photospot__list li p {
    font-size: 18px;
  }
  .photo__contents .photospot__list li p:last-child {
    font-size: 14px;
  }
}
.photo__contents .photo__comment {
  width: 409px;
  position: absolute;
  bottom: 50px;
  right: 70px;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .photo__contents .photo__comment {
    width: 339px;
    right: 101px;
  }
}
@media (max-width: 768px) {
  .photo__contents .photo__comment {
    width: 100%;
    margin: 15% auto 0;
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.photo__wrap::after {
  width: 383px;
  height: 1232px;
  top: -130px;
  left: -100px;
  background-image: url(../img/photo_renga_left.png);
}
.photo__wrap::before {
  width: 267.5px;
  height: 1271px;
  top: -60px;
  right: 0px;
  background-image: url(../img/photo_renga_right.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .photo__wrap::after {
    left: -160px;
  }
  .photo__wrap::before {
    right: -140px;
  }
}
@media (max-width: 768px) {
  .photo__wrap::after {
    width: 40%;
    height: 3%;
    top: -2%;
    left: -1%;
    background-image: url(../img/photo_renga_left_sp.png);
  }
  .photo__wrap::before {
    width: 38%;
    height: 10.2%;
    top: -4.5%;
    right: -9%;
    background-image: url(../img/photo_renga_right_sp.png);
  }
}
@media (max-width: 490px) {
  .photo__wrap::after {
    height: 2%;
    top: -1%;
  }
  .photo__wrap::before {
    height: 8.2%;
    top: -3.5%;
  }
}

/*=================================================
goods area
==================================================*/
.goods__contents {
  clip-path: polygon(0 11.5%, 100% 0%, 100% 100%, 0% 100%);
  padding: 210px 0 270px;
  background-image: url(../img/read_area_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .goods__contents {
    padding: 210px 80px 270px;
  }
}
@media (max-width: 768px) {
  .goods__contents {
    clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%);
    padding: 31% 5.5% 74%;
  }
}
.goods__contents .contents__title p {
  color: #644227;
}
@media (max-width: 768px) {
  .goods__contents .contents__title p {
    text-align: left;
  }
}
.goods__contents .goods__image {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
.goods__contents .goods__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 345px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin: 40px auto 0;
  background-color: #B1100E;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}
.goods__contents .goods__image a:hover {
  background-color: #D93836;
}
@media (max-width: 768px) {
  .goods__contents .goods__image a {
    max-width: 70%;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .goods__contents .goods__image a {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .goods__contents .goods__image {
    margin: 11% auto 0;
  }
}

.goods__wrap::after {
  width: 375px;
  height: 610px;
  top: 70px;
  left: -110px;
  background-image: url(../img/goods_renga_left.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .goods__wrap::after {
    left: -180px;
  }
}
@media (max-width: 768px) {
  .goods__wrap::after {
    width: 36%;
    height: 18%;
    top: -8%;
    left: -9%;
    background-image: url(../img/goods_renga_left_sp.png);
  }
}
.goods__wrap::before {
  width: 215.5px;
  height: 1036.5px;
  top: -90px;
  right: 0px;
  background-image: url(../img/goods_renga_right.png);
}
@media (max-width: 768px) {
  .goods__wrap::before {
    width: 26%;
    height: 12%;
    top: -7%;
    background-image: url(../img/goods_renga_right_sp.png);
  }
}

/*=================================================
merit area
==================================================*/
.merit__contents {
  position: relative;
  clip-path: polygon(0 0%, 100% 8.8%, 100% 100%, 0% 100%);
  padding: 210px 0 280px;
  background-image: url(../img/red_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .merit__contents {
    padding: 210px 30px 280px;
  }
}
@media (max-width: 768px) {
  .merit__contents {
    clip-path: polygon(0 0%, 100% 1%, 100% 100%, 0% 100%);
    padding: 31% 5.5% 78%;
    background-size: 100%;
    background-repeat: repeat-y;
  }
}
.merit__contents .merit__list {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 60px auto 0;
  /*=================================================
  20250925 chenge code
  ==================================================*/
}
.merit__contents .merit__list ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.merit__contents .merit__list ul::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 336px;
  height: 117px;
  background-image: url(../img/comingsoon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.merit__contents .merit__list ul li {
  max-width: 224px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .merit__contents .merit__list ul li {
    max-width: 204px;
  }
}
.merit__contents .merit__list .merit__fukidashi {
  width: 285px;
  position: absolute;
  bottom: 90px;
  right: 0px;
}
.merit__contents .merit__list .merit__fukidashi img {
  width: 100%;
}
@media (max-width: 768px) {
  .merit__contents .merit__list {
    margin: 12% auto 0;
  }
  .merit__contents .merit__list ul {
    gap: 15px 5%;
  }
  .merit__contents .merit__list ul li {
    max-width: 47.5%;
  }
  .merit__contents .merit__list .merit__fukidashi {
    width: 45%;
    bottom: 7%;
    right: 0;
  }
}
@media (max-width: 490px) {
  .merit__contents .merit__list .merit__fukidashi {
    bottom: 7%;
  }
}
.merit__contents .merit__list .merit__notes {
  margin: 15px 0 0;
}
.merit__contents .merit__list .merit__notes p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .merit__contents .merit__list .merit__notes p {
    font-size: 12px;
  }
}

.merit__wrap::before {
  width: 291px;
  height: 220px;
  top: 30px;
  right: -40px;
  background-image: url(../img/merit_renga_right.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .merit__wrap::after {
    left: -70px;
  }
  .merit__wrap::before {
    right: -140px;
  }
}
@media (max-width: 768px) {
  .merit__wrap::after {
    width: 35%;
    height: 8%;
    top: -3.3%;
    left: -1%;
  }
  .merit__wrap::before {
    width: 38%;
    height: 4%;
    top: -1%;
    right: -10%;
  }
}
@media (max-width: 490px) {
  .merit__wrap::after {
    height: 9.5%;
    top: -4.3%;
  }
  .merit__wrap::before {
    height: 5%;
  }
}

/*=================================================
about area
==================================================*/
.about__contents {
  position: relative;
  clip-path: polygon(0 8.5%, 100% 0%, 100% 100%, 0% 100%);
  padding: 210px 0 420px;
  background-image: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .about__contents {
    padding: 210px 60px 420px;
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .about__contents {
    clip-path: polygon(0 2.5%, 100% 0%, 100% 100%, 0% 100%);
    padding: 32% 5.5% 115%;
    background-image: url(../img/about_bg_sp.jpg);
    background-size: 100% 100%;
  }
}
.about__contents .contents__title div {
  max-width: 750px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .about__contents .contents__title div {
    margin: 10% auto 0;
  }
}
.about__contents .contents__title div img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1270px) {
  .about__contents .contents__title div img {
    width: 81%;
    margin: 0 auto;
  }
}
.about__contents .about__detail {
  max-width: 1020px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .about__contents .about__detail {
    margin: 6% auto 0;
  }
}
.about__contents .about__detail p {
  font-size: 20px;
  line-height: 1.75;
  color: #644227;
}
.about__contents .about__detail p:first-child strong {
  color: #644227;
  font-size: 28px;
  font-weight: 700;
}
.about__contents .about__detail p:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .about__contents .about__detail p {
    font-size: 16px;
    text-align: left;
  }
  .about__contents .about__detail p:first-child {
    text-align: center;
  }
  .about__contents .about__detail p:first-child strong {
    font-size: 20px;
  }
  .about__contents .about__detail p:nth-child(2) {
    margin-top: 10px;
  }
  .about__contents .about__detail p.about__detail--txtmt {
    margin-top: 30px;
  }
}
.about__contents .about__detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  width: 100%;
  height: 110px;
  margin: 60px auto 0;
  background-image: url(../img/dungeonmeshi_link_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
}
.about__contents .about__detail a:hover {
  background-image: url(../img/dungeonmeshi_link_bg-hover.png);
}
@media (max-width: 768px) {
  .about__contents .about__detail a {
    height: 74px;
    margin: 8% auto 0;
    background-size: 100% 100%;
  }
  .about__contents .about__detail a img {
    width: 56%;
    padding: 4px 0 0;
  }
}

.about__wrap::after {
  width: 334px;
  height: 1326px;
  top: 70px;
  left: -110px;
  background-image: url(../img/about_renga_left.png);
}
.about__wrap::before {
  width: 255px;
  height: 2151px;
  top: -90px;
  right: -30px;
  background-image: url(../img/about_renga_right.png);
}
@media (min-width: 769px) and (max-width: 1270px) {
  .about__wrap::after {
    left: -220px;
  }
  .about__wrap::before {
    right: -130px;
  }
}
@media (max-width: 768px) {
  .about__wrap::after {
    width: 35%;
    height: 6.3%;
    top: -2%;
    left: -8%;
    background-image: url(../img/about_renga_left_sp.png);
  }
  .about__wrap::before {
    width: 29%;
    height: 13%;
    top: -8%;
    right: -5%;
    background-image: url(../img/about_renga_right_sp.png);
  }
}
@media (max-width: 490px) {
  .about__wrap::after {
    height: 5.3%;
    top: 0;
  }
  .about__wrap::before {
    height: 10%;
    top: -6%;
  }
}

/*=================================================
20250925 add code
==================================================*/
.about__arerugi {
  max-width: 1020px;
  width: 100%;
  margin: 100px auto 0;
}
.about__arerugi a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 345px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto 0;
  border: 1px solid #fff;
  background-color: #B1100E;
  transition: 0.3s;
}
.about__arerugi a:hover {
  background-color: #D93836;
}
.about__arerugi p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .about__arerugi {
    margin: 40px auto -40px;
    padding: 0 25px;
  }
  .about__arerugi a {
    font-size: 18px;
    max-width: 295px;
    height: 48px;
  }
  .about__arerugi p {
    font-size: 12px;
    line-height: 1.8;
    margin: 30px 0 0;
  }
}
@media (max-width: 430px) {
  .about__arerugi {
    margin: 40px auto -10px;
  }
}

@media (max-width: 768px) {
  .event__geme--text {
    font-size: 12px;
    max-width: calc(100% - 114px);
    width: 100%;
    margin-right: 0 !important;
    margin-left: auto !important;
    margin-bottom: 10px !important;
  }
  .event__mystery--note {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 15px !important;
  }
  .event__mystery--note img {
    max-width: 174px;
    width: 100%;
    margin: 10px auto;
  }
}
.event__image--notetext {
  color: #644227;
  max-width: 430px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  margin: 80px 0 0;
}

.event__note--text {
  max-width: 1040px;
  width: 100%;
  margin: 40px auto 0;
}
.event__note--text p {
  color: #644227;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .event__note--text p {
    font-size: 12px;
  }
}

.photo__note--text {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .photo__note--text {
    margin: 20px auto 0;
  }
}
.photo__note--text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .photo__note--text p {
    font-size: 12px;
  }
}

.goods__text--note {
  width: 100%;
  margin: 40px auto 0;
  color: #644227;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .goods__text--note {
    margin: 30px auto 0;
    font-size: 12px;
  }
}

.merit__contents .merit__list ul::after {
  display: none !important;
}/*# sourceMappingURL=style.css.map */