@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
@keyframes textAnime01-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes textAnime01-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 12rem 0;
  }
}
.news_diagonal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.news_diagonal::before {
  content: none;
  position: absolute;
  right: 54.1666666667%;
  top: -2rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-color: #dfe5e8;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .news_diagonal::before {
    content: "";
  }
}
.news_diagonal::after {
  content: none;
  position: absolute;
  right: 54.1666666667%;
  top: -2rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .news_diagonal::after {
    content: "";
  }
}
@media screen and (min-width: 1920px) {
  .news_diagonal::after {
    background-size: 100% auto;
  }
}
.news_column {
  position: relative;
  width: 100%;
}
.news_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
.news_ttl::before {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: 2rem;
  display: block;
  width: 100vw;
  height: 12rem;
  background-image: url(../images/top/news_bg01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .news_ttl::before {
    right: -5rem;
    bottom: -6rem;
    height: 16rem;
  }
}
.news_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  background-color: #3c3636;
  white-space: nowrap;
}
.news_ttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
.news_wrap {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    width: 86.6666666667%;
    margin: 4.5rem auto 0 auto;
  }
}
.news_list {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.news_list > li {
  width: 100%;
  border-bottom: 1px solid #595959;
}
.news_list > li:first-child {
  border-top: 1px solid #595959;
}
.news_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 3.2rem 7.8rem 3.2rem 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .news_list > li > a {
    padding: 2.4rem calc(8.6538461538% + 4.8rem) 2.4rem 5.7692307692%;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    background-color: #f9a7ac;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover::before {
    background-image: url(../images/common/btn_arrow02.png);
  }
}
.news_list > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 4.8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/btn_arrow01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news_list > li > a::before {
    right: 5.7692307692%;
  }
}
.news_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_item {
    align-items: center;
    flex-direction: row;
  }
}
.news_item > dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_item > dt {
    width: 7em;
  }
}
.news_item > dt > span {
  display: block;
  font-family: "Playfair Display", serif;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.news_item > dd {
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dd {
    width: calc(100% - 7em);
    margin-top: 0;
  }
}
.news_item > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 0;
}
.movie_bg01 {
  position: absolute;
  left: 0;
  top: -8rem;
  display: block;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_bg01 {
    top: calc(50% - 7.9rem);
  }
}
.movie_bg01 > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 13.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .movie_bg01 > figure {
    height: 15.8rem;
  }
}
.movie_bg01 > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.movie_bg01 > figure > img:nth-child(1) {
  animation: textAnime01-1 40s -20s linear infinite;
}
.movie_bg01 > figure > img:nth-child(2) {
  animation: textAnime01-2 40s 0s linear infinite;
}
.movie_column {
  position: relative;
  width: 100%;
}
.movie_ttl {
  display: none;
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    width: 86.6666666667%;
  }
}
.movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .movie_embed {
    border: 0.1rem solid #595959;
  }
}
.movie_embed_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.movie_embed_circle.lt {
  right: inherit !important;
  bottom: inherit !important;
}
.movie_embed_circle.lt::before {
  right: inherit !important;
  bottom: inherit !important;
  border-left: none;
  border-top: none;
}
.movie_embed_circle.lt::after {
  right: inherit !important;
  bottom: inherit !important;
}
.movie_embed_circle.rt {
  left: inherit !important;
  bottom: inherit !important;
}
.movie_embed_circle.rt::before {
  left: inherit !important;
  bottom: inherit !important;
  border-right: none;
  border-top: none;
}
.movie_embed_circle.rt::after {
  left: inherit !important;
  bottom: inherit !important;
}
.movie_embed_circle.lb {
  right: inherit !important;
  top: inherit !important;
}
.movie_embed_circle.lb::before {
  right: inherit !important;
  top: inherit !important;
  border-left: none;
  border-bottom: none;
}
.movie_embed_circle.lb::after {
  right: inherit !important;
  top: inherit !important;
}
.movie_embed_circle.rb {
  left: inherit !important;
  top: inherit !important;
}
.movie_embed_circle.rb::before {
  left: inherit !important;
  top: inherit !important;
  border-right: none;
  border-bottom: none;
}
.movie_embed_circle.rb::after {
  left: inherit !important;
  top: inherit !important;
}
.movie_embed_circle::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  right: -1.2rem;
  top: -1.2rem;
  bottom: -1.2rem;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .movie_embed_circle::before {
    left: -0.6rem;
    right: -0.6rem;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 0.6rem;
    border: 0.1rem solid #595959;
  }
}
.movie_embed_circle::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  right: -0.6rem;
  top: -0.6rem;
  bottom: -0.6rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #595959;
}
@media screen and (min-width: 768px) {
  .movie_embed_circle::after {
    left: -0.3rem;
    right: -0.3rem;
    top: -0.3rem;
    bottom: -0.3rem;
    width: 0.5rem;
  }
}
.movie_embed > iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 6rem;
    padding: 6rem 0 12rem 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22rem;
  display: block;
  width: 100%;
  height: calc(100% + 22rem);
  background-color: #dfe5e8;
  background-image: url(../images/common/common_bg07_sp.jpg);
  background-repeat: no-repeat;
  background-position: left 0 bottom 88rem;
  background-size: 100% auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .about::before {
    top: 0;
    height: 100%;
    background-image: url(../images/common/common_bg07_pc.jpg);
    background-position: left 0 bottom 12rem;
  }
}
.about_diagonal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.about_diagonal::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% + 22rem);
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-color: #dfe5e8;
  background-image: url(../images/common/common_bg06_sp.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .about_diagonal::before {
    bottom: 100%;
    background-image: url(../images/common/common_bg06_pc.jpg);
  }
}
.about_diagonal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% + 22rem);
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .about_diagonal::after {
    bottom: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .about_diagonal::after {
    background-size: 100% auto;
  }
}
.about_column {
  position: relative;
  width: 100%;
}
.about_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: auto;
}
@media screen and (min-width: 768px) {
  .about_ttl {
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: row-reverse;
  }
}
.about_ttl::before {
  content: "";
  position: absolute;
  right: 5rem;
  bottom: 6rem;
  display: block;
  width: 100vw;
  height: 12rem;
  background-image: url(../images/top/about_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_ttl::before {
    right: -8rem;
    bottom: -15rem;
    width: 16rem;
    height: 83.9rem;
    background-image: url(../images/top/about_bg01_pc.png);
    background-position: center center;
    background-size: 100% 100%;
  }
}
.about_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about_ttl > em {
    padding: 2rem 0.8rem 2rem 0.4rem;
    writing-mode: vertical-rl;
  }
}
.about_ttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about_ttl > span {
    padding: 1rem 0.4rem 1rem 0.8rem;
    writing-mode: vertical-rl;
  }
}
.about_wrap {
  position: relative;
  width: 100%;
  margin: 6.5rem auto 0 auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .about_wrap {
    width: 83.3333333333%;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
.about_text {
  position: relative;
  width: 100%;
  transform: none;
  /*@include mq-pc1 {
      transform: none;
  }*/
}
@media screen and (min-width: 768px) {
  .about_text {
    transform: translateX(-10%);
  }
}
.about_img {
  position: relative;
  width: 102.9850746269%;
  margin: 6rem -1.4925373134% 0 -1.4925373134%;
  transform: none;
}
@media screen and (min-width: 768px) {
  .about_img {
    width: 132.25%;
    /*margin: 6rem calc(-129 / 800 * 100%) 0 calc(-129 / 800 * 100%);*/
    transform: translateX(calc(50% - 50vw));
  }
}
@media screen and (min-width: 1360px) {
  .about_img {
    transform: translateX(calc(50% - 680px));
  }
}
@media screen and (min-width: 1920px) {
  .about_img {
    position: absolute;
    left: calc(50% - 960px);
    top: 8rem;
    width: 64.2rem;
    margin: 0;
    transform: none;
  }
}
.about_profile {
  position: relative;
  width: 100%;
  margin: 0;
  transform: none;
}
@media screen and (min-width: 768px) {
  .about_profile {
    /*margin: calc(-120 / 800 * 100%) 0 0 0;
    transform: translateX(calc(-50% + 50vw));*/
  }
}
@media screen and (min-width: 1360px) {
  .about_profile {
    transform: translateX(calc(-50% + 680px));
  }
}
@media screen and (min-width: 1920px) {
  .about_profile {
    margin: 0;
  }
}
.about_profile_img {
  position: relative;
  width: 68.6567164179%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .about_profile_img {
    width: 65%;
  }
}
.about_profile_text {
  position: relative;
  width: 100%;
  margin-top: -16rem;
}
@media screen and (min-width: 768px) {
  .about_profile_text {
    width: 60%;
    margin-top: -32.5%;
    background-color: #fff;
    padding: 1em;
    font-size: 0.8em;
  }
}
.about_profile_text > p {
  letter-spacing: 0.04em;
}

/* ========================================================
    outline
======================================================== */
.outline {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 0 0 12rem 0;
  }
}
.outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: -88rem;
  display: block;
  width: 100%;
  height: calc(100% + 88rem);
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .outline::before {
    top: -12rem;
    height: calc(100% + 12rem);
  }
}
.outline_diagonal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.outline_diagonal::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% + 88rem);
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: auto auto;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .outline_diagonal::before {
    bottom: calc(100% + 12rem);
  }
}
.outline_diagonal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% + 88rem);
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .outline_diagonal::after {
    bottom: calc(100% + 12rem);
  }
}
@media screen and (min-width: 1920px) {
  .outline_diagonal::after {
    background-size: 100% auto;
  }
}
.outline_column {
  position: relative;
  width: 100%;
}
.outline_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
.outline_ttl::before {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -2rem;
  display: block;
  width: 100vw;
  height: 16rem;
  background-image: url(../images/top/outline_bg01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .outline_ttl::before {
    right: -7rem;
    bottom: -6rem;
  }
}
.outline_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  background-color: #3c3636;
  white-space: nowrap;
}
.outline_ttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
.outline_wrap {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .outline_wrap {
    width: 86.6666666667%;
    margin: 4.5rem auto 0 auto;
  }
}
.outline_table {
  position: relative;
  width: 100%;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .outline_table {
    border: 0.1rem solid #595959;
  }
}
.outline_table_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.outline_table_circle.lt {
  right: inherit !important;
  bottom: inherit !important;
}
.outline_table_circle.lt::before {
  right: inherit !important;
  bottom: inherit !important;
  border-left: none;
  border-top: none;
}
.outline_table_circle.lt::after {
  right: inherit !important;
  bottom: inherit !important;
}
.outline_table_circle.rt {
  left: inherit !important;
  bottom: inherit !important;
}
.outline_table_circle.rt::before {
  left: inherit !important;
  bottom: inherit !important;
  border-right: none;
  border-top: none;
}
.outline_table_circle.rt::after {
  left: inherit !important;
  bottom: inherit !important;
}
.outline_table_circle.lb {
  right: inherit !important;
  top: inherit !important;
}
.outline_table_circle.lb::before {
  right: inherit !important;
  top: inherit !important;
  border-left: none;
  border-bottom: none;
}
.outline_table_circle.lb::after {
  right: inherit !important;
  top: inherit !important;
}
.outline_table_circle.rb {
  left: inherit !important;
  top: inherit !important;
}
.outline_table_circle.rb::before {
  left: inherit !important;
  top: inherit !important;
  border-right: none;
  border-bottom: none;
}
.outline_table_circle.rb::after {
  left: inherit !important;
  top: inherit !important;
}
.outline_table_circle::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  right: -1.2rem;
  top: -1.2rem;
  bottom: -1.2rem;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .outline_table_circle::before {
    left: -0.6rem;
    right: -0.6rem;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 0.6rem;
    border: 0.1rem solid #595959;
  }
}
.outline_table_circle::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  right: -0.6rem;
  top: -0.6rem;
  bottom: -0.6rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #595959;
}
@media screen and (min-width: 768px) {
  .outline_table_circle::after {
    left: -0.3rem;
    right: -0.3rem;
    top: -0.3rem;
    bottom: -0.3rem;
    width: 0.5rem;
  }
}
.outline_table > table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.outline_table > table tr {
  border-top: 1px solid #595959;
}
.outline_table > table tr:first-child {
  border-top: none;
}
.outline_table > table th {
  display: block;
  width: 100%;
  padding: 3.2rem 3rem 0 3rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .outline_table > table th {
    display: table-cell;
    width: auto;
    padding: 2.4rem 4rem;
    font-size: 2rem;
    text-align: left;
    vertical-align: middle;
  }
}
.outline_table > table td {
  display: block;
  width: 100%;
  padding: 0.8rem 3rem 3.2rem 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .outline_table > table td {
    display: table-cell;
    width: auto;
    padding: 2.4rem 4rem;
    text-align: left;
    vertical-align: middle;
  }
}
.outline_table > table td > small {
  display: block;
  font-size: 80%;
  font-weight: 500;
}

/* ========================================================
    ticket
======================================================== */
.ticket {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .ticket {
    padding: 12rem 0;
  }
}
.ticket::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dfe5e8;
  z-index: -3;
}
.ticket_column {
  position: relative;
  width: 100%;
}
.ticket_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ticket_ttl {
    position: absolute;
    left: -4rem;
    top: 8rem;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.ticket_ttl::before {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  width: 100vw;
  height: 12rem;
  background-image: url(../images/top/ticket_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ticket_ttl::before {
    right: 2rem;
    bottom: -24rem;
    width: 16rem;
    height: 58.8rem;
    background-image: url(../images/top/ticket_bg01_pc.png);
    background-position: center center;
    background-size: 100% 100%;
  }
}
.ticket_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket_ttl > em {
    padding: 2rem 0.8rem 2rem 0.4rem;
    writing-mode: vertical-rl;
  }
}
.ticket_ttl > em > span {
  line-height: 1;
  letter-spacing: -0.15em;
}
.ticket_ttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket_ttl > span {
    padding: 1rem 0.4rem 1rem 0.8rem;
    writing-mode: vertical-rl;
  }
}
.ticket_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket_wrap {
    margin-top: 0;
  }
}
.ticket_sheet {
  position: relative;
  width: 111.9402985075%;
  margin: 0 -5.9701492537%;
  padding: 3rem 0;
  background-image: url(../images/common/ticket_bg02_sp.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .ticket_sheet {
    width: 108.6666666667%;
    margin: 0 -4.3333333333%;
    padding: 12rem 0;
    background-image: url(../images/common/ticket_bg02_pc.png);
  }
}
.ticket_sheet::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3rem;
  display: block;
  width: 100%;
  height: 6.2rem;
  background-image: url(../images/common/ticket_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .ticket_sheet::before {
    top: -5.2rem;
    height: 9.2rem;
    background-image: url(../images/common/ticket_bg01_pc.png);
  }
}
.ticket_sheet::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3rem;
  display: block;
  width: 100%;
  height: 6.2rem;
  background-image: url(../images/common/ticket_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .ticket_sheet::after {
    bottom: -5.2rem;
    height: 9.2rem;
    background-image: url(../images/common/ticket_bg03_pc.png);
  }
}
.ticket_sheet_inner {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .ticket_sheet_inner {
    width: 73.6196319018%;
    margin: 0 10.1226993865% 0 auto;
    padding: 2rem;
    border: 0.1rem solid #595959;
  }
}
@media screen and (min-width: 1200px) {
  .ticket_sheet_inner {
    margin: 0 auto;
  }
}
.ticket_table {
  position: relative;
  width: 100%;
}
.ticket_table > table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.ticket_table > table.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .ticket_table > table.pc {
    display: table;
  }
}
.ticket_table > table.sp {
  display: table;
}
@media screen and (min-width: 768px) {
  .ticket_table > table.sp {
    display: none;
  }
}
.ticket_table > table th {
  padding: 1.2rem 0;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 0.2rem solid #595959;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_table > table th {
    padding: 0.9rem 0;
    font-size: 2.6rem;
    border: 0.1rem solid #595959;
  }
}
.ticket_table > table th.bg01 {
  background-color: inherit;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
.ticket_table > table th.bg02 {
  background-color: #dfe5e8;
}
.ticket_table > table td {
  padding: 1.2rem 0;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 0.2rem solid #595959;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_table > table td {
    padding: 0.9rem 0;
    font-size: 2.4rem;
    border: 0.1rem solid #595959;
  }
}
.ticket_table > table td > small {
  font-size: 80%;
}
.ticket_subttl {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  margin-top: 0;
}
.ticket_subttl.pink {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ticket_subttl.pink {
    margin-top: 3rem;
  }
}
.ticket_subttl.pink > em {
  color: #2b2b2b;
  background-color: #f9a7ac;
}
.ticket_subttl.pink > span {
  color: #2b2b2b;
  background-color: #f9a7ac;
}
.ticket_subttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  background-color: #3c3636;
  white-space: nowrap;
}
.ticket_subttl > em > span {
  line-height: 1;
  letter-spacing: -0.15em;
}
.ticket_subttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
.ticket_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 3rem;
  padding: 4rem 3rem;
  border: 0.2rem solid #595959;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_item {
    flex-direction: row;
    margin-top: 2rem;
    padding: 3rem;
    border: 0.1rem solid #595959;
  }
}
.ticket_item.bg01 {
  background-color: inherit;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
.ticket_item.bg02 {
  background-color: #dfe5e8;
}
.ticket_item_text {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ticket_item_text {
    width: 52.1028037383%;
  }
}
.ticket_item_text:last-child {
  width: 100% !important;
}
.ticket_item_img {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .ticket_item_img {
    width: 44.3925233645%;
    margin-top: 0;
  }
}
.ticket_item_name {
  position: relative;
  width: 100%;
}
.ticket_item_name > dt {
  width: 100%;
}
.ticket_item_name > dt > span {
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 3.2rem;
  background-color: #3c3636;
}
@media screen and (min-width: 768px) {
  .ticket_item_name > dt > span {
    font-size: 2.6rem;
  }
}
.ticket_item_name > dd {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .ticket_item_name > dd {
    margin-top: 1.5rem;
  }
}
.ticket_item_name > dd > span {
  font-weight: 500;
  background-color: #ffffff;
}
.ticket_item_name > dd > span > small {
  font-size: 80%;
}
.ticket_item_price {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 2rem;
  padding: 0 1rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: #f2c4c2;
}
@media screen and (min-width: 768px) {
  .ticket_item_price {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
.ticket_item_price > span {
  line-height: 1.2;
}
.ticket_item_price > small {
  font-size: 80%;
  line-height: 1.2;
}
.ticket_note {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0;
  border: none;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .ticket_note {
    margin-top: 3rem;
    padding: 3rem;
    border: 0.1rem solid #595959;
  }
}
.ticket_note > dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ticket_note > dl {
    flex-direction: row;
  }
}
.ticket_note > dl > dt {
  display: inline-block;
  width: auto;
  padding: 0.4rem 1.6rem;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .ticket_note > dl > dt {
    padding: 1.6rem 0.4rem;
  }
}
.ticket_note > dl > dt > span {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .ticket_note > dl > dt > span {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
  }
}
.ticket_note > dl > dd {
  width: 100%;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .ticket_note > dl > dd {
    width: auto;
    margin: 0 0 0 2rem;
  }
}
.ticket_note > dl > dd > ul {
  width: 100%;
}
.ticket_note > dl > dd > ul > li {
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
.ticket_counter {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_counter {
    width: 86.6666666667%;
    padding: 4.5rem 0;
  }
}
.ticket_counter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.2rem;
  display: block;
  width: calc(100% + 2.2rem);
  height: 0.2rem;
  background-color: #595959;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .ticket_counter::before {
    top: -0.1rem;
    width: calc(100% + 1.1rem);
    height: 0.1rem;
  }
}
.ticket_counter::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  display: block;
  width: calc(100% + 2.2rem);
  height: 0.2rem;
  background-color: #595959;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .ticket_counter::after {
    bottom: -0.1rem;
    width: calc(100% + 1.1rem);
    height: 0.1rem;
  }
}
.ticket_counter_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.ticket_counter_circle.lt {
  right: inherit !important;
  bottom: inherit !important;
}
.ticket_counter_circle.lt::before {
  right: inherit !important;
  bottom: inherit !important;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.ticket_counter_circle.lt::after {
  right: inherit !important;
  bottom: inherit !important;
}
.ticket_counter_circle.rt {
  left: inherit !important;
  bottom: inherit !important;
}
.ticket_counter_circle.rt::before {
  left: inherit !important;
  bottom: inherit !important;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.ticket_counter_circle.rt::after {
  left: inherit !important;
  bottom: inherit !important;
}
.ticket_counter_circle.lb {
  right: inherit !important;
  top: inherit !important;
}
.ticket_counter_circle.lb::before {
  right: inherit !important;
  top: inherit !important;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.ticket_counter_circle.lb::after {
  right: inherit !important;
  top: inherit !important;
}
.ticket_counter_circle.rb {
  left: inherit !important;
  top: inherit !important;
}
.ticket_counter_circle.rb::before {
  left: inherit !important;
  top: inherit !important;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.ticket_counter_circle.rb::after {
  left: inherit !important;
  top: inherit !important;
}
.ticket_counter_circle::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  right: -2.2rem;
  top: -1.2rem;
  bottom: -1.2rem;
  display: block;
  width: 2.2rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .ticket_counter_circle::before {
    left: -1.1rem;
    right: -1.1rem;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 1.1rem;
    border: 0.1rem solid #595959;
  }
}
.ticket_counter_circle::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  right: -0.6rem;
  top: -0.6rem;
  bottom: -0.6rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #595959;
}
@media screen and (min-width: 768px) {
  .ticket_counter_circle::after {
    left: -0.3rem;
    right: -0.3rem;
    top: -0.3rem;
    bottom: -0.3rem;
    width: 0.5rem;
  }
}
.ticket_counter_list {
  position: relative;
  width: 100%;
  margin: 5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket_counter_list {
    width: 88.6319845857%;
    margin: 3.5rem auto 0 auto;
  }
}
.ticket_counter_list > li {
  width: 100%;
  padding: 4rem 0;
  border-top: 1px solid #595959;
}
@media screen and (min-width: 768px) {
  .ticket_counter_list > li {
    padding: 3rem 0;
  }
}
.ticket_counter_list > li:first-child {
  padding-top: 0;
  border-top: none;
}
.ticket_counter_list > li:last-child {
  padding-bottom: 0;
}
.ticket_counter_item {
  position: relative;
  display: grid;
  grid-template-columns: 28.5285285285% 66.966966967%;
  grid-template-rows: auto auto;
  grid-template-areas: "counter_item_img counter_item_name" "counter_item_btn counter_item_btn";
  align-items: start;
  align-content: start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item {
    grid-template-columns: 26.0869565217% 67.3913043478%;
    grid-template-areas: "counter_item_img counter_item_name" "counter_item_img counter_item_btn";
  }
}
.ticket_counter_item_img {
  grid-area: counter_item_img;
  position: relative;
  width: 100%;
}
.ticket_counter_item_name {
  grid-area: counter_item_name;
  position: relative;
  width: 100%;
}
.ticket_counter_item_name > dt {
  width: 100%;
}
.ticket_counter_item_name > dt > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_name > dt > span {
    font-size: 2.2rem;
  }
}
.ticket_counter_item_name > dd {
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_name > dd {
    margin-top: 0.9rem;
  }
}
.ticket_counter_item_name > dd:first-child {
  margin-top: 0;
}
.ticket_counter_item_name > dd > span {
  display: block;
}
.ticket_counter_item_btn {
  grid-area: counter_item_btn;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 2.4rem 0 -2rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_btn {
    justify-content: flex-start;
    margin: 1.8rem 0 -1.5rem 0;
  }
}
.ticket_counter_item_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 44.8rem;
  aspect-ratio: 448/96;
  margin: 0 0 2rem 0;
  padding: 0 3rem 0.1em 0;
  border: 0.2rem solid #595959;
  border-radius: 4.8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_btn > a {
    width: 22.4rem;
    margin: 0 2rem 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_btn > a:hover {
    background-color: #f9a7ac;
    opacity: 1;
  }
}
.ticket_counter_item_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 10.7142857143%;
  aspect-ratio: 48/12;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-60%);
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_btn > a::before {
    right: 1rem;
  }
}
.ticket_counter_item_btn > a > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ticket_counter_item_btn > a > span {
    font-size: 1.8rem;
  }
}

/* ========================================================
    exhibition
======================================================== */
.exhibition {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .exhibition {
    padding: 0 0 12rem 0;
  }
}
.exhibition::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 100%;
  height: calc(100% + 4rem);
  background-image: url(../images/common/common_bg08.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .exhibition::before {
    top: -24rem;
    height: calc(100% + 24rem);
  }
}
.exhibition_diagonal {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.exhibition_diagonal::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-color: #dfe5e8;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .exhibition_diagonal::before {
    top: -24rem;
  }
}
.exhibition_diagonal::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .exhibition_diagonal::after {
    top: -24rem;
  }
}
@media screen and (min-width: 1920px) {
  .exhibition_diagonal::after {
    background-size: 100% auto;
  }
}
.exhibition_bg01 {
  position: absolute;
  left: 0;
  top: -8rem;
  display: block;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .exhibition_bg01 {
    top: 0;
  }
}
.exhibition_bg01 > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.exhibition_column {
  position: relative;
  width: 100%;
}
.exhibition_ttl {
  position: absolute;
  right: -2rem;
  top: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: auto;
}
@media screen and (min-width: 768px) {
  .exhibition_ttl {
    align-items: flex-end;
    flex-direction: column;
    right: calc(50% - 50vw + 2rem);
    top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  .exhibition_ttl {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1800px) {
  .exhibition_ttl {
    right: calc(50% - 880px);
  }
}
.exhibition_ttl > em {
  display: inline-block;
  padding: 4rem 0.8rem 4rem 0.4rem;
  color: #2b2b2b;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  background-color: #f9a7ac;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .exhibition_ttl > em {
    padding: 0.4rem 4rem 0.8rem 4rem;
    writing-mode: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .exhibition_ttl > em {
    padding: 4rem 0.8rem 4rem 0.4rem;
    writing-mode: vertical-rl;
  }
}
.exhibition_ttl > span {
  display: inline-block;
  padding: 2rem 0.4rem 2rem 0.8rem;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #f9a7ac;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .exhibition_ttl > span {
    padding: 0.4rem 2rem 0.8rem 2rem;
    writing-mode: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .exhibition_ttl > span {
    padding: 2rem 0.4rem 2rem 0.8rem;
    writing-mode: vertical-rl;
  }
}
.exhibition_wrap {
  position: relative;
  width: 102.9850746269%;
  margin: 0 -1.4925373134%;
  padding-top: 55rem;
}
@media screen and (min-width: 768px) {
  .exhibition_wrap {
    width: 100%;
    margin: 0;
    padding-top: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  .exhibition_wrap {
    padding-top: 35rem;
  }
}
.exhibition_list {
  position: relative;
  width: 100%;
}
.exhibition_list > li {
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .exhibition_list > li {
    margin-top: 6rem;
  }
}
.exhibition_list > li:first-child {
  margin-top: 0;
}
.exhibition_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .exhibition_item.room01 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room01 .exhibition_item_img {
    width: 40%;
  }
}
.exhibition_item.room01 .exhibition_item_img::before {
  right: -4.347826087%;
  top: 14.6561443067%;
  width: 97.1014492754%;
  aspect-ratio: 670/160;
  background-image: url(../images/top/exhibition_bg02_sp.png);
}
@media screen and (min-width: 768px) {
  .exhibition_item.room01 .exhibition_item_img::before {
    right: 22.0588235294%;
    top: 13.2450331126%;
    width: 23.5294117647%;
    aspect-ratio: 160/904;
    background-image: url(../images/top/exhibition_bg02_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room01 .exhibition_item_text {
    width: 53.3333333333%;
    padding-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room02 .exhibition_item_img {
    width: 48.5%;
    margin-left: -4rem;
  }
}
@media screen and (min-width: 1684px) {
  .exhibition_item.room02 .exhibition_item_img {
    margin-left: -20.1666666667%;
  }
}
.exhibition_item.room02 .exhibition_item_img::before {
  right: 8.6956521739%;
  top: 8.316008316%;
  width: 23.1884057971%;
  aspect-ratio: 160/992;
  background-image: url(../images/top/exhibition_bg03_sp.png);
}
@media screen and (min-width: 768px) {
  .exhibition_item.room02 .exhibition_item_img::before {
    right: 0%;
    top: 22.0588235294%;
    width: 100vw;
    max-height: 16rem;
    aspect-ratio: 1920/160;
    background-image: url(../images/top/exhibition_bg03_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room02 .exhibition_item_text {
    width: calc(48.1666666667% + 4rem);
    padding-top: 9.1666666667%;
  }
}
@media screen and (min-width: 1684px) {
  .exhibition_item.room02 .exhibition_item_text {
    width: 43.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room03 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room03 .exhibition_item_img {
    width: 35%;
  }
}
.exhibition_item.room03 .exhibition_item_img::before {
  right: 19.4202898551%;
  top: 17.6026823135%;
  width: 84.9275362319%;
  aspect-ratio: 586/160;
  background-image: url(../images/top/exhibition_bg04_sp.png);
}
@media screen and (min-width: 768px) {
  .exhibition_item.room03 .exhibition_item_img::before {
    right: 34.6153846154%;
    top: 19.0995907231%;
    width: 167.6923076923%;
    aspect-ratio: 872/160;
    background-image: url(../images/top/exhibition_bg04_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room03 .exhibition_item_text {
    width: 58.3333333333%;
    padding-top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room04 .exhibition_item_img {
    width: 52.25%;
    margin-left: -4rem;
  }
}
@media screen and (min-width: 1684px) {
  .exhibition_item.room04 .exhibition_item_img {
    margin-left: -20.1666666667%;
  }
}
.exhibition_item.room04 .exhibition_item_img::before {
  right: -4.347826087%;
  top: 9.1666666667%;
  width: 85.5072463768%;
  aspect-ratio: 590/160;
  background-image: url(../images/top/exhibition_bg05_sp.png);
}
@media screen and (min-width: 768px) {
  .exhibition_item.room04 .exhibition_item_img::before {
    right: calc(100% - 100vw);
    top: 21.6284987277%;
    width: 19.3470374849%;
    aspect-ratio: 160/696;
    background-image: url(../images/top/exhibition_bg05_pc.png);
  }
}
@media screen and (min-width: 1320px) {
  .exhibition_item.room04 .exhibition_item_img::before {
    right: calc(100% - 1320px);
  }
}
@media screen and (min-width: 1684px) {
  .exhibition_item.room04 .exhibition_item_img::before {
    right: calc(100% - 1320px - 20.1666666667%);
  }
}
@media screen and (min-width: 768px) {
  .exhibition_item.room04 .exhibition_item_text {
    width: calc(44.4166666667% + 4rem);
    padding-top: 7.5%;
  }
}
@media screen and (min-width: 1684px) {
  .exhibition_item.room04 .exhibition_item_text {
    width: 47.9166666667%;
  }
}
.exhibition_item_img {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.exhibition_item_img::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.exhibition_item_text {
  position: relative;
  width: 97.1014492754%;
  margin: 6rem auto 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .exhibition_item_text {
    margin: 0;
  }
}
.exhibition_item_text > p {
  width: 100%;
  margin-top: 4rem;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .exhibition_item_text > p {
    margin-top: 3rem;
  }
}
.exhibition_item_text > p:first-child {
  margin-top: 0;
}

/* ========================================================
    goods
======================================================== */
.goods {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .goods {
    padding: 20rem 0 12rem 0;
  }
}
.goods_bg01 {
  position: absolute;
  left: 0;
  top: 8rem;
  display: block;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods_bg01 {
    top: 12rem;
  }
}
.goods_bg01 > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 13.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .goods_bg01 > figure {
    height: 15.8rem;
  }
}
.goods_bg01 > figure > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.goods_bg01 > figure > img:nth-child(1) {
  animation: textAnime01-1 40s -20s linear infinite;
}
.goods_bg01 > figure > img:nth-child(2) {
  animation: textAnime01-2 40s 0s linear infinite;
}
.goods_column {
  position: relative;
  width: 100%;
}
.goods_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
@media screen and (min-width: 768px) {
  .goods_ttl {
    position: absolute;
    left: -4rem;
    top: 0;
    flex-direction: row-reverse;
  }
}
.goods_ttl > em {
  display: inline-block;
  padding: 0.4rem 3rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .goods_ttl > em {
    padding: 2rem 0.8rem 2rem 0.4rem;
    writing-mode: vertical-rl;
  }
}
.goods_ttl > em > span {
  line-height: 1;
  letter-spacing: -0.15em;
}
.goods_ttl > span {
  display: inline-block;
  padding: 0.4rem 1rem 0.8rem 1rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .goods_ttl > span {
    padding: 1rem 0.4rem 1rem 0.8rem;
    writing-mode: vertical-rl;
  }
}
.goods_wrap {
  position: relative;
  width: 100%;
  margin: 6rem auto 0 auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .goods_wrap {
    width: 76.6666666667%;
    margin: 0 6.6666666667% 0 auto;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .goods_wrap {
    margin: 0 auto;
  }
}
.goods_lead {
  position: relative;
  width: 100%;
  margin: -0.5rem 0;
}
.goods_lead > p {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .goods_lead > p {
    font-size: 2.4rem;
  }
}
.goods_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .goods_list {
    margin-top: 1.5rem;
  }
}
.goods_list > li {
  width: 47.7611940299%;
  margin: 4rem 0 0 4.4776119403%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .goods_list > li {
    width: 31.5217391304%;
    margin: 3rem 0 0 2.7173913043% !important;
    background-color: #ffffff;
  }
}
.goods_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .goods_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.goods_item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .goods_item {
    border: 0.1rem solid #595959;
  }
}
.goods_item_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.goods_item_circle.lt {
  right: inherit !important;
  bottom: inherit !important;
}
.goods_item_circle.lt::before {
  right: inherit !important;
  bottom: inherit !important;
  border-left: none;
  border-top: none;
}
.goods_item_circle.lt::after {
  right: inherit !important;
  bottom: inherit !important;
}
.goods_item_circle.rt {
  left: inherit !important;
  bottom: inherit !important;
}
.goods_item_circle.rt::before {
  left: inherit !important;
  bottom: inherit !important;
  border-right: none;
  border-top: none;
}
.goods_item_circle.rt::after {
  left: inherit !important;
  bottom: inherit !important;
}
.goods_item_circle.lb {
  right: inherit !important;
  top: inherit !important;
}
.goods_item_circle.lb::before {
  right: inherit !important;
  top: inherit !important;
  border-left: none;
  border-bottom: none;
}
.goods_item_circle.lb::after {
  right: inherit !important;
  top: inherit !important;
}
.goods_item_circle.rb {
  left: inherit !important;
  top: inherit !important;
}
.goods_item_circle.rb::before {
  left: inherit !important;
  top: inherit !important;
  border-right: none;
  border-bottom: none;
}
.goods_item_circle.rb::after {
  left: inherit !important;
  top: inherit !important;
}
.goods_item_circle::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  right: -1.2rem;
  top: -1.2rem;
  bottom: -1.2rem;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #595959;
}
@media screen and (min-width: 768px) {
  .goods_item_circle::before {
    left: -0.6rem;
    right: -0.6rem;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 0.6rem;
    border: 0.1rem solid #595959;
  }
}
.goods_item_circle::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  right: -0.6rem;
  top: -0.6rem;
  bottom: -0.6rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #595959;
}
@media screen and (min-width: 768px) {
  .goods_item_circle::after {
    left: -0.3rem;
    right: -0.3rem;
    top: -0.3rem;
    bottom: -0.3rem;
    width: 0.5rem;
  }
}
.goods_item_label {
  position: absolute;
  left: 1rem;
  top: -3rem;
  display: block;
  width: 8.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .goods_item_label {
    top: -2rem;
    width: 4.4rem;
  }
}
.goods_item_img {
  position: relative;
  width: 100%;
}
.goods_item_text {
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .goods_item_text {
    padding: 1.5rem;
  }
}
.goods_item_name {
  position: relative;
  width: 100%;
  font-weight: 500;
  line-height: 1.6;
}
.goods_item_name > span {
  line-height: 1.6;
}
.goods_item_name > small {
  font-size: 80%;
  line-height: 1.6;
}
.goods_item_price {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 2rem;
  padding: 0 1rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: #f2c4c2;
}
@media screen and (min-width: 768px) {
  .goods_item_price {
    margin-top: 1.5rem;
  }
}
.goods_item_price > span {
  line-height: 1.2;
}
.goods_item_price > small {
  font-size: 80%;
  line-height: 1.2;
}
.goods_note {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 4rem 3rem;
  border: 0.2rem solid #595959;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .goods_note {
    margin-top: 4.5rem;
    padding: 3rem;
    border: 0.1rem solid #595959;
  }
}
.goods_note > dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .goods_note > dl {
    flex-direction: row;
  }
}
.goods_note > dl > dt {
  display: inline-block;
  width: auto;
  padding: 0.4rem 1.6rem;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .goods_note > dl > dt {
    padding: 1.6rem 0.4rem;
  }
}
.goods_note > dl > dt > span {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .goods_note > dl > dt > span {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
  }
}
.goods_note > dl > dd {
  width: 100%;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .goods_note > dl > dd {
    width: auto;
    margin: 0 0 0 2rem;
  }
}
.goods_note > dl > dd > ul {
  width: 100%;
}
.goods_note > dl > dd > ul > li {
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}/*# sourceMappingURL=top.css.map */