/* CSS INFORMATION =====================================================
File name : english.css
Description : English
===================================================================== */
@keyframes textAnime01-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes textAnime01-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ========================================================
    about
======================================================== */
.about {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 12rem 0;
  }
}
.about_diagonal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.about_diagonal::before {
  content: none;
  position: absolute;
  right: 54.1666666667%;
  top: -2rem;
  display: block;
  width: 100%;
  aspect-ratio: 1920/972;
  background-color: #dfe5e8;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .about_diagonal::before {
    content: "";
  }
}
.about_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) {
  .about_diagonal::after {
    content: "";
  }
}
@media screen and (min-width: 1920px) {
  .about_diagonal::after {
    background-size: 100% auto;
  }
}
.about_column {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1em;
}
.about_ttl {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
.about_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
.about_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .about_wrap {
    margin-top: 4.5rem;
  }
}
.about_text {
  position: relative;
  width: 100%;
}
.about_text > p {
  width: 100%;
  margin-top: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about_text > p {
    margin-top: 3rem;
  }
}
.about_text > p:first-child {
  margin-top: 0;
}
.about_img {
  position: relative;
  width: 102.9850746269%;
  margin: 6rem -1.4925373134% 0 -1.4925373134%;
}
@media screen and (min-width: 768px) {
  .about_img {
    width: 53.3333333333%;
    margin: 4.5rem auto 0 0;
  }
}
.about_profile {
  position: relative;
  width: 100%;
  margin: 0;
  transform: none;
}
@media screen and (min-width: 768px) {
  .about_profile {
    width: 86.6666666667%;
    margin: 2% auto 0 auto;
    /*transform: translateX(calc(-70% + 50vw));*/
  }
}
@media screen and (min-width: 1360px) {
  .about_profile {
    /*transform: translateX(calc(-70% + 680px));*/
  }
}
.about_profile_img {
  position: relative;
  width: 100%;
  /*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: 2rem;
}
@media screen and (min-width: 768px) {
  .about_profile_text {
    width: 60%;
    margin-top: -32.5%;
  }
}
.about_profile_text > p {
  letter-spacing: 0.04em;
  font-size: 70%;
  background-color: #fff;
}

/* ========================================================
    outline
======================================================== */
.outline {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 12rem 0;
  }
}
.outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg09.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
.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 > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  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;
}
.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: 1.6rem;
    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_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: 2rem;
    top: 2rem;
  }
}
.ticket_ttl > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #3c3636;
  white-space: nowrap;
}
.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%;
    padding: 2rem;
    border: 0.1rem solid #595959;
  }
}
.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: 2.2rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 0.2rem solid #595959;
  background-color: #ffffff;
  word-break: justify;
}
@media screen and (min-width: 768px) {
  .ticket_table > table th {
    padding: 0.9rem 0;
    font-size: 1.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 > em {
  display: inline-block;
  padding: 0.4rem 2rem 0.8rem 2rem;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  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: 2.4rem;
  }
}
.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;
}
.ticket_counter {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
  padding: 6rem 0;
  background-color: #fff;
}
@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;
  }
}/*# sourceMappingURL=english.css.map */