@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : subpage.css
Description : 下層ページ
===================================================================== */
@keyframes btnAnime01 {
  0% {
    background-position-x: 300%;
  }
  50% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -300%;
  }
}
/* ========================================================
    subcont
======================================================== */
.subcont {
  position: relative;
  width: 100%;
  padding: 24rem 0;
}
@media screen and (min-width: 768px) {
  .subcont {
    padding: 18rem 0;
  }
}
.subcont .inner.wide {
  max-width: 1300px;
}
.subcont_column {
  position: relative;
  width: 100%;
}
.subcont_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.subcont_ttl > em {
  display: block;
  width: auto;
  font-family: "Oswald", serif;
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .subcont_ttl > em {
    font-size: 6.08rem;
  }
}
.subcont_ttl > span {
  display: block;
  width: auto;
  margin-left: 5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.6em;
}
@media screen and (min-width: 768px) {
  .subcont_ttl > span {
    margin-left: 4rem;
    font-size: 2.4rem;
  }
}
.subcont_ttl > span > span {
  font-family: "Noto Sans JP", serif;
}
.subcont_subttl {
  position: relative;
  width: 100%;
  margin: 12rem auto 0 auto;
  padding: 1rem 2rem 1.2rem 2rem;
  border-left: 6px solid #66b9b3;
  background-color: rgba(102, 185, 179, 0.1);
}
@media screen and (min-width: 768px) {
  .subcont_subttl {
    margin: 9rem auto 0 auto;
  }
}
.subcont_subttl ~ .subcont_item {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .subcont_subttl ~ .subcont_item {
    margin-top: 6rem;
  }
}
.subcont_subttl + .subcont_item {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .subcont_subttl + .subcont_item {
    margin-top: 4.5rem;
  }
}
.subcont_subttl > span {
  display: block;
  color: #307b71;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .subcont_subttl > span {
    font-size: 2.8rem;
  }
}
.subcont_item {
  position: relative;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .subcont_item {
    margin-top: 9rem;
  }
}
.subcont_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6rem;
  display: block;
  width: 100%;
  height: calc(100% - 6rem);
  background: linear-gradient(to bottom, #66b996 0%, #61a79e 100%);
}
@media screen and (min-width: 768px) {
  .subcont_item::before {
    top: 4.5rem;
    height: calc(100% - 4.5rem);
  }
}
.subcont_item_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
  padding: 2.4rem;
  text-align: center;
  border-radius: 2rem;
  /*background-color: $color-white;*/
}
@media screen and (min-width: 768px) {
  .subcont_item_ttl {
    width: 83.3333333333%;
    padding: 1.8rem;
  }
}
.subcont_item_ttl.blue {
  background-color: #c0e7f0;
}
.subcont_item_ttl.green {
  background-color: #c0f0c0;
}
.subcont_item_ttl.yellow {
  background-color: #f7f8ba;
}
.subcont_item_ttl.pink {
  background-color: #f9dff1;
}
.subcont_item_ttl.white {
  background-color: #ffffff;
}
.subcont_item_ttl > span {
  display: block;
  color: #3378a3;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .subcont_item_ttl > span {
    font-size: 2.8rem;
  }
}
.subcont_item_ttl > span > small {
  font-size: 80%;
}
.subcont_item_body {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 6rem 5rem 8rem 5rem;
}
@media screen and (min-width: 768px) {
  .subcont_item_body {
    padding: 4.5rem 8.3333333333% 6rem 8.3333333333%;
  }
}
.subcont_item_img {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .subcont_item_img {
    width: 33%;
  }
}
.subcont_item_info {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .subcont_item_info {
    width: 59%;
    margin: 0;
  }
}
.subcont_item_info:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .subcont_item_info:first-child {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .subcont_item_info:first-child .subcont_item_price > dl {
    justify-content: center;
  }
}
.subcont_item_price {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  border-bottom: 1px solid #a9fcd9;
}
@media screen and (min-width: 768px) {
  .subcont_item_price {
    padding-bottom: 3rem;
  }
}
.subcont_item_price > dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.subcont_item_price > dl > dt {
  width: 35%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .subcont_item_price > dl > dt {
    max-width: 120px;
  }
}
.subcont_item_price > dl > dt > span {
  color: #ffffff;
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .subcont_item_price > dl > dt > span {
    font-size: 2.2rem;
  }
}
.subcont_item_price > dl > dd {
  width: 65%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .subcont_item_price > dl > dd {
    max-width: 200px;
  }
}
.subcont_item_price > dl > dd > span {
  color: #ffffff;
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .subcont_item_price > dl > dd > span {
    font-size: 2.2rem;
  }
}
.subcont_item_price > dl > dd > span > small {
  display: inline-block;
  font-size: 65%;
}
.subcont_item_price .subcont_item_note {
  margin-top: 0;
  color: #a9fcd9;
}
.subcont_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  color: #ffffff;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .subcont_item_text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.subcont_item_text:first-child {
  margin-top: 0;
}
.subcont_item_note {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding-left: 1.1em;
  color: #ffffff;
  font-size: 2.6rem;
  text-indent: -1.1em;
}
@media screen and (min-width: 768px) {
  .subcont_item_note {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.subcont_item_note:first-child {
  margin-top: 0;
}
.subcont_item_link {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .subcont_item_link {
    flex-direction: row;
    margin-top: 3rem;
  }
}
.subcont_item_link:first-child {
  margin-top: 0;
}
.subcont_item_link > li {
  width: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .subcont_item_link > li {
    margin-right: 4rem;
  }
}
.subcont_item_link > li > a {
  display: block;
  width: 100%;
}
.subcont_item_link > li > a > span {
  position: relative;
  display: block;
  padding-left: 1.8em;
  color: #e7ea1b;
}
.subcont_item_link > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e7ea1b;
  transform: translateY(-50%);
}
.subcont_item_link > li > a > span::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 50%;
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 2px solid #101f35;
  border-right: 2px solid #101f35;
  transform: translateY(-50%) rotate(45deg);
}
.subcont_item_link img {
  margin-top: 1em;
}

/* ========================================================
    highlight
======================================================== */
.highlight_wrap {
  position: relative;
  width: 84.6153846154%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .highlight_wrap {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.highlight_wrap + .highlight_wrap {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .highlight_wrap + .highlight_wrap {
    margin-top: 6rem;
  }
}
.highlight_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .highlight_ttl {
    margin-bottom: -1.5rem;
  }
}
.highlight_ttl > span {
  font-size: 150%;
  font-weight: 700;
}
.highlight_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .highlight_text {
    margin-top: 3rem;
  }
}
.highlight_text:first-child {
  margin-top: 0;
}
.highlight_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .highlight_img {
    margin-top: 0.5rem;
  }
}
.highlight_img:first-child {
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  .highlight_img:first-child {
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img:has(> figure:nth-child(1):last-child) > figure {
    width: 66%;
  }
}
.highlight_img > figure {
  width: 100%;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .highlight_img > figure {
    width: 47.5%;
    margin: 2.5rem 0 0 5% !important;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img > figure:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.highlight_img > figure > img {
  width: 100%;
}
.highlight_img > figure > figcaption {
  display: block;
  margin-top: 1rem;
  color: #307b71;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .highlight_img > figure > figcaption {
    font-size: 1.4rem;
  }
}

/*  20250318 追加分
-----------------------------------------*/
.highlight_img_popup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .highlight_img_popup {
    justify-content: flex-start;
  }
}
.highlight_img_popup > li {
  width: 45.4545454545%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .highlight_img_popup > li {
    width: 18%;
    margin: 2.5rem 2.5% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img_popup > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img_popup > li[data-popup] {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .highlight_img_popup > li[data-popup]:hover {
    opacity: 0.7;
  }
}

.popup_highlight .popup_list {
  font-size: 3rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .popup_highlight .popup_list {
    font-size: 1.8rem;
  }
}
.popup_highlight .popup_list figure {
  margin-bottom: 4rem;
}
.popup_highlight .popup_list_desc {
  line-height: 1.733;
}
@media screen and (max-width: 767px) {
  .popup_highlight .popup_list_desc {
    padding: 0 7.6923076923%;
  }
}
.popup_highlight .popup_list_desc h3 {
  text-align: center;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.611;
  border-bottom: 2px solid #a9fcd9;
}
.popup_highlight .popup_list_credit {
  margin-bottom: 8rem;
  font-size: 66%;
}
@media screen and (min-width: 768px) {
  .popup_highlight .popup_list_credit {
    margin-bottom: 6rem;
    text-align: center;
  }
}

/* ========================================================
    ticket
======================================================== */
.ticket .inner.wide .subcont_subttl {
  max-width: 1000px;
}
.ticket .subcont_ttl + .ticket_text {
  margin-top: 12rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ticket .subcont_ttl + .ticket_text {
    margin-top: 9rem;
    text-align: center;
  }
}
.ticket_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .ticket_text {
    margin-top: 4.5rem;
    padding: 0;
  }
}
.ticket_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ticket_text > p {
    margin-top: 3rem;
  }
}
.ticket_text > p:first-child {
  margin-top: 0;
}
.ticket_calendar {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket_calendar {
    margin-top: 4.5rem;
  }
}
.ticket_calendar_img {
  position: relative;
  width: 93.8461538462%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket_calendar_img {
    width: 100%;
  }
}
.ticket_tbl {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .ticket_tbl {
    margin-top: 4.5rem;
  }
}
.ticket_tbl > table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.ticket_tbl > table thead th {
  color: #ffffff;
  border-top: none;
  background-color: #66b997;
}
.ticket_tbl > table tr > :first-child {
  border-left: none;
}
.ticket_tbl > table th {
  padding: 2rem 0;
  color: #101f35;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background-color: #61a79e;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th {
    padding: 1.5rem 0;
    font-size: 2.2rem;
  }
}
.ticket_tbl > table th:has(> a) {
  height: 0;
  padding: 0;
}
.ticket_tbl > table th.bg06 {
  background-color: #c0e7f0;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th.bg06 > a:hover {
    background: linear-gradient(-70deg, #c0e7f0 50%, #e9f7fa 60%, #c0e7f0 70%);
    background-size: 600% 100%;
    animation: btnAnime01 10s both linear;
  }
}
.ticket_tbl > table th.bg07 {
  background-color: #c0f0c0;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th.bg07 > a:hover {
    background: linear-gradient(-70deg, #c0f0c0 50%, #e9fae9 60%, #c0f0c0 70%);
    background-size: 600% 100%;
    animation: btnAnime01 10s both linear;
  }
}
.ticket_tbl > table th.bg08 {
  background-color: #f7f8ba;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th.bg08 > a:hover {
    background: linear-gradient(-70deg, #f7f8ba 50%, #fcfde8 60%, #f7f8ba 70%);
    background-size: 600% 100%;
    animation: btnAnime01 10s both linear;
  }
}
.ticket_tbl > table th.bg09 {
  background-color: #f9dff1;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th.bg09 > a:hover {
    background: linear-gradient(-70deg, #f9dff1 50%, white 60%, #f9dff1 70%);
    background-size: 600% 100%;
    animation: btnAnime01 10s both linear;
  }
}
.ticket_tbl > table th > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th > a {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table th > a:hover {
    opacity: 1;
  }
}
.ticket_tbl > table td {
  padding: 2rem;
  color: #101f35;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background-color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket_tbl > table td {
    padding: 1.5rem;
    font-size: 2rem;
    white-space: normal;
  }
}
.ticket_tbl > table td small {
  display: inline-block;
  font-size: 60%;
  text-align: left;
}
.ticket_tbl > table td .tickets_release {
  font-size: 80%;
}
.ticket_tbl .scroll-hint-icon {
  left: 50%;
  top: 50%;
  width: 54rem;
  height: 36rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .ticket_tbl .scroll-hint-icon {
    display: none;
  }
}
.ticket_tbl .scroll-hint-icon::before {
  width: 8rem;
  height: 8rem;
  margin-top: 16.6666666667%;
}
.ticket_tbl .scroll-hint-icon::after {
  left: 50%;
  top: 38.8888888889%;
  width: 50.7407407407%;
  height: auto;
  aspect-ratio: 274/36;
  margin: 0;
  background-image: url(../images/common/scrollhint_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.ticket_tbl .scroll-hint-icon .scroll-hint-text {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 2.4rem;
}
.ticket_note {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .ticket_note {
    margin-top: 3rem;
    padding: 0;
  }
}
.ticket_note > li {
  padding-left: 1.1em;
  font-size: 2.6rem;
  text-indent: -1.1em;
}
@media screen and (min-width: 768px) {
  .ticket_note > li {
    font-size: 1.6rem;
  }
}
.ticket_sale {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket_sale {
    margin-top: 4.5rem;
    padding: 0 4%;
  }
}
.ticket_sale > li {
  width: 100%;
  border-top: 1px solid #939eaf;
}
.ticket_sale > li:first-child {
  border-top: none;
}
.ticket_sale_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .ticket_sale_item {
    padding: 4.5rem 0;
  }
}
.ticket_sale_item_img {
  position: relative;
  width: 55.4545454545%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ticket_sale_item_img {
    width: 24.4565217391%;
    margin: 0;
  }
}
.ticket_sale_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ticket_sale_item_text {
    width: 69.5652173913%;
    margin-top: 0;
  }
}
.ticket_sale_item_text a {
  color: #307b71;
  text-decoration: underline;
}

/* ========================================================
    guide
======================================================== */
.guide_wrap {
  position: relative;
  width: 84.6153846154%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .guide_wrap {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.guide_wrap + .guide_wrap {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .guide_wrap + .guide_wrap {
    margin-top: 6rem;
  }
}
.guide_name {
  position: relative;
  width: 100%;
  margin-bottom: -1rem;
}
.guide_name > span {
  color: #c46865;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .guide_name > span {
    font-size: 2.8rem;
  }
}
.guide_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .guide_text {
    margin-top: 3rem;
  }
}
.guide_profile {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .guide_profile {
    margin-top: 4.5rem;
  }
}
.guide_profile_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .guide_profile_img {
    width: 33%;
  }
}
.guide_profile_img > figure {
  width: 100%;
}
.guide_profile_text {
  position: relative;
  width: 118.1818181818%;
  margin: 6rem -9.0909090909% 0 -9.0909090909%;
  padding: 5rem 5rem 6rem 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .guide_profile_text {
    width: 67%;
    margin: 0;
    padding: 4rem 5.9701492537% 5rem 5.9701492537%;
  }
}
@media screen and (min-width: 768px) {
  .guide_profile_text.wide {
    width: 100%;
  }
}
.guide_profile_text > dt {
  width: 100%;
}
.guide_profile_text > dt > span {
  font-weight: 700;
}
.guide_profile_text > dd {
  width: 100%;
  margin-top: 1rem;
}
/* ========================================================
    event
======================================================== */
.event .subcont_ttl > span {
  margin-left: -20rem;
  transform: translateY(-3.5rem);
}
@media screen and (min-width: 768px) {
  .event .subcont_ttl > span {
    margin-left: -16rem;
    transform: translateY(-2.8rem);
  }
}
.event_lead {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .event_lead {
    margin-top: 4.5rem;
    padding: 0 8.3333333333%;
  }
}
.event_lead_text {
  position: relative;
  width: 100%;
}
.event_lead_note {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .event_lead_note {
    margin-top: 1.5rem;
  }
}
.event_lead_note > li {
  padding-left: 1.1em;
  font-size: 2.6rem;
  text-indent: -1.1em;
}
@media screen and (min-width: 768px) {
  .event_lead_note > li {
    font-size: 1.6rem;
  }
}
.event_shop {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .event_shop {
    margin-top: 4.5rem;
  }
}
.event_shop + .event_shop {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .event_shop + .event_shop {
    margin-top: 6rem;
  }
}
.event_shop_ttl {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #66bab3 0%, #6097a6 100%);
}
.event_shop_ttl > a {
  display: block;
  width: 100%;
  padding: 1.6rem 5rem;
}
@media screen and (min-width: 768px) {
  .event_shop_ttl > a {
    padding: 1.2rem 8.3333333333%;
  }
}
.event_shop_ttl > a.nolink {
  pointer-events: none;
}
.event_shop_ttl > a.nolink > span::after {
  content: none;
}
.event_shop_ttl > a > span {
  position: relative;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .event_shop_ttl > a > span {
    font-size: 2.6rem;
  }
}
.event_shop_ttl > a > span::after {
  content: "";
  display: inline-block;
  width: 3rem;
  aspect-ratio: 1/1;
  margin-left: 2rem;
  background-image: url(../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .event_shop_ttl > a > span::after {
    width: 2rem;
  }
}
.event_shop_list {
  position: relative;
  width: 100%;
  padding: 0 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .event_shop_list {
    padding: 0 8.3333333333%;
  }
}
.event_shop_list > li {
  width: 100%;
  border-top: 1px solid #939eaf;
}
.event_shop_list > li:first-child {
  border-top: none;
}
.event_shop_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .event_shop_item {
    padding: 4.5rem 0;
  }
}
.event_shop_item_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event_shop_item_img {
    width: 34%;
  }
}
.event_shop_item_info {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .event_shop_item_info {
    width: 60%;
    margin-top: 0;
  }
}
.event_shop_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .event_shop_item_text {
    margin-top: 3rem;
  }
}
.event_shop_item_text:first-child {
  margin-top: 0;
}
.event_shop_item_text > dt {
  width: 100%;
}
.event_shop_item_text > dt > span {
  font-weight: 700;
}
.event_shop_item_text > dd {
  width: 100%;
  margin-top: 1rem;
}
.event_shop_item_data {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .event_shop_item_data {
    margin-top: 3rem;
  }
}
.event_shop_item_data:first-child {
  margin-top: 0;
}

/* ========================================================
    goods
======================================================== */
.goods .subcont_ttl + .goods_text {
  margin-top: 12rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .goods .subcont_ttl + .goods_text {
    margin-top: 9rem;
    text-align: center;
  }
}
.goods .subcont_item {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .goods .subcont_item {
    margin-top: 9rem;
  }
}
.goods .subcont_item_price > dl > dt > span {
  color: #a9fcd9;
}
.goods .subcont_item_price > dl > dd {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .goods .subcont_item_price > dl > dd {
    max-width: inherit;
  }
}
.goods .subcont_item_price > dl > dd > span > small.size {
  display: block;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1100px) {
  .goods .subcont_item_price > dl > dd > span > small.size {
    display: inline-block;
  }
}
.goods_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .goods_text {
    margin-top: 4.5rem;
    padding: 0;
  }
}
.goods_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .goods_text > p {
    margin-top: 3rem;
  }
}
.goods_text > p:first-child {
  margin-top: 0;
}
.goods_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.goods_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .goods_list > li {
    width: 30.6666666667%;
    margin: 4.5rem 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .goods_list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .goods_list > li:hover {
    opacity: 0.7;
  }
}
.goods_item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 5rem 6rem 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .goods_item {
    padding: 3rem 8.152173913% 4rem 8.152173913%;
  }
}
.goods_item_img {
  position: relative;
  width: 100%;
}
.goods_item_head {
  position: relative;
  width: 100%;
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .goods_item_head {
    padding: 2rem 0 0 0;
  }
}
.goods_item_head > p {
  margin-top: 0.5rem;
}
.goods_item_head > p:first-child {
  margin-top: 0;
}
.goods_item_head_01 {
  color: #307b71;
  line-height: 1.6;
  text-align: center;
}
.goods_item_head_02 {
  font-size: 3.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .goods_item_head_02 {
    font-size: 2.2rem;
  }
}
.goods_item_head_03 {
  color: #3378a3;
  font-size: 3rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .goods_item_head_03 {
    font-size: 2rem;
  }
}
.goods_detail {
  position: relative;
  width: 100%;
  padding: 6rem 3rem 7rem 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .goods_detail {
    padding: 6rem 6%;
  }
}
.goods_detail_img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .goods_detail_img {
    float: left;
    width: 42.0454545455%;
  }
}
.goods_detail_head {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4rem 0 3rem 0;
  border-bottom: 1px solid #939eaf;
}
@media screen and (min-width: 768px) {
  .goods_detail_head {
    width: 53.4090909091%;
    margin: 0 0 0 auto;
    padding: 0 0 2rem 0;
  }
}
.goods_detail_head > p {
  margin-top: 0.5rem;
}
.goods_detail_head > p:first-child {
  margin-top: 0;
}
.goods_detail_head_01 {
  color: #307b71;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .goods_detail_head_01 {
    font-size: 1.6rem;
  }
}
.goods_detail_head_02 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .goods_detail_head_02 {
    font-size: 2rem;
  }
}
.goods_detail_text {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .goods_detail_text {
    width: 53.4090909091%;
    margin: 3rem 0 0 auto;
  }
}
.goods_detail_text > p {
  margin-top: 3rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .goods_detail_text > p {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.goods_detail_text > p:first-child {
  margin-top: 0;
}
.goods_detail_text > p small {
  display: inline-block;
  margin-top: 0.5rem;
}
.goods_detail_btn {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .goods_detail_btn {
    width: 53.4090909091%;
    margin: 3rem 0 0 auto;
  }
}
.goods_detail_btn + .goods_detail_btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .goods_detail_btn + .goods_detail_btn {
    margin-top: 2rem;
  }
}
.goods_detail_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 93.2203389831%;
  height: 11rem;
  margin: 0 auto;
  background-color: #e7ea1b;
}
@media screen and (min-width: 768px) {
  .goods_detail_btn > a {
    width: 100%;
    max-width: 400px;
    height: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .goods_detail_btn > a:hover {
    opacity: 1;
    background: linear-gradient(-70deg, #e7ea1b 50%, #f6f7a7 60%, #e7ea1b 70%);
    background-size: 600% 100%;
    animation: btnAnime01 10s both linear;
  }
}
.goods_detail_btn > a > span {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .goods_detail_btn > a > span {
    font-size: 2rem;
  }
}
.goods_detail_price {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .goods_detail_price {
    width: 53.4090909091%;
    margin: 3rem 0 0 auto;
  }
}
.goods_detail_price > p {
  color: #3378a3;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .goods_detail_price > p {
    font-size: 2.2rem;
  }
}

/* ========================================================
    access
======================================================== */
.access .subcont_ttl + .access_text {
  margin-top: 12rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .access .subcont_ttl + .access_text {
    margin-top: 9rem;
    text-align: center;
  }
}
.access .subcont_ttl + .access_text:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .access .subcont_ttl + .access_text:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.access_text {
  position: relative;
  width: 100%;
  margin: 5em 0 2em;
}
@media screen and (min-width: 768px) {
  .access_text {
    margin: 5em 0 2em;
    padding: 0;
  }
}
.access_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .access_text > p {
    margin-top: 3rem;
  }
}
.access_text > p:first-child {
  margin-top: 0;
}
.access .access_img {
  width: 100%;
}/*# sourceMappingURL=subpage.css.map */