@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #222;
  letter-spacing: .04em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body {
  background: #F0F0F0;
  position: relative;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.l-container--1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-pt120 {
  padding-top: 120px;
}
.u-pt150 {
  padding-top: 150px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-py150 {
  padding: 150px 0;
}
.c-title__wrap {
  font-size: 40px;
  margin-bottom: 46px;
  line-height: 1.2;
}
.c-btn-wrap a.c-btn {
  max-width: 270px;
  margin: 0 auto;
  padding: 16px 34px 16px 24px;
  border-radius: 100px;
  background-color: #E58800;
  border: solid 1.3px #E58800;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  letter-spacing: .04em;
}
.c-btn-wrap a.c-btn.btn-large {
  max-width: 400px;
}
.c-btn-wrap a.c-btn:hover {
  background-color: #fff;
  color: #E58800;
  opacity: 1;
}
.c-btn-wrap a.c-btn::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/icon-arrow_white.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform 0.4s ease;
}
.c-btn-wrap a.c-btn:hover::after {
  background-image: url(../img/icon-arrow_orange.svg);
}
.c-btn-wrap a.c-close {
  cursor: not-allowed;
  background-color: #7e7e7e;
  border: solid 1.3px #7e7e7e;
}
.c-btn-wrap a.c-close:hover {
  opacity: 1;
  background-color: #7e7e7e;
  color: #fff;
}
.c-btn-wrap a.c-close:hover::after {
  background-image: url(../img/icon-arrow_white.svg);
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
    line-height: 1.5;
    font-size: 14px;
  }
  .u-pt120 {
    padding-top: 80px;
  }
  .u-pt150 {
    padding-top: 120px;
  }
  .u-mt24 {
    margin-top: 16px;
  }
  .u-py150 {
    padding: 120px 0;
  }
  .c-title__wrap {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .c-btn-wrap a.c-btn {
    max-width: 230px;
    padding: 14px 30px 14px 24px;
    font-size: 14px;
  }
  .c-btn-wrap a.c-btn::after {
    width: 8px;
    height: 8px;
  }
  .c-btn-wrap a.c-btn.btn-large {
    max-width: 320px;
    padding: 16px 30px 17px 15px;
    font-size: 13px;
  }
}
/* ナビゲーション
* --------------------------------------- */
.l-header__overlay li:nth-child(1) {
  display: none;
}
.c-global-nav {
  position: fixed;
  top: 70px;
  right: 50px;
  z-index: 1000;
  text-align: right;
}
.c-global-nav__list .c-global-nav__item a {
  background-color: #222222;
  color: #fff;
  font-size: 21px;
  margin-bottom: 16px;
  padding: 3px 24px;
  width: fit-content;
  margin-left: auto;
}
.c-global-nav__list .c-global-nav__item a:hover {
  background-color: #3D675D;
  opacity: 1;
}
.c-global-nav__list .c-global-nav__item:nth-last-child(1) {
  margin-bottom: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.c-global-nav__item a.active {
  background-color: #3D675D;
}
.c-hamburger {
  display: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 941px) {
  .c-hamburger {
    height: 85px;
    width: 85px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }
  .c-hamburger.is-show {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    filter: invert(1);
    mix-blend-mode: difference;
  }
  .c-hamburger span {
    background: #222;
    border: none;
    height: 1.3px;
    position: absolute;
    transition: all 0.35s ease;
    cursor: pointer;
    width: 30px;
    border-radius: 10px;
    left: 30px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 38px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 44px;
  }
  .c-hamburger.active span {
    background: #222;
  }
  .c-hamburger.active .is-top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    top: 29px;
  }
  .c-hamburger.active .is-bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    top: 51px;
  }
  .l-header__overlay {
    position: fixed;
    background: #000;
    overflow: auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 100;
  }
  .l-header__overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow-y: auto;
  }
  .l-header__overlay.open li .c-logo {
    max-width: 200px;
    margin: 0 auto 32px;
  }
  .l-header__overlay.open li.c-global-nav__item {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.1s;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(2) {
    animation-delay: 0.15s;
    margin-bottom: 10px;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(3) {
    animation-delay: 0.2s;
    margin-bottom: 10px;
  }
  .l-header__overlay.open li.c-global-nav__item:nth-of-type(4) {
    animation-delay: 0.25s;
  }
  .l-header__overlay ul li.c-global-nav__item {
    position: relative;
    opacity: 0;
  }
  .l-header__overlay ul li.c-global-nav__item a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .l-header__overlay ul li.c-global-nav__item a:hover {
    font-weight: 400;
    opacity: 1;
  }
  .l-header__overlay li.c-global-nav__item:nth-child(1) {
    display: block;
  }
  .c-global-nav {
    overflow: hidden;
    box-sizing: border-box;
    gap: 46px 0;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: static;
    text-align: center;
  }
  .open .c-global-nav {
    mix-blend-mode: normal;
    padding: 0;
  }
  .c-global-nav__list .c-global-nav__item a {
    background-color: #22222200;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual--section {
  padding: 0 80px 96px;
  box-sizing: border-box;
  position: relative;
  height: 100svh;
}
.global-bg {
  position: fixed;
  z-index: -1;
  color: #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.global-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/keyvisual-inner.jpg');
  background-size: cover;
  background-position: center;
}
.p-keyvisual__image {
  position: relative;
}
.p-keyvisual__image .c-image {
  position: relative;
  overflow: hidden;
  padding-top: 82svh;
  background-image: url("../img/keyvisual-image_pc.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.keyvisual--section .p-keyvisual__lead {
  display: block;
  text-align: center;
  letter-spacing: .04em;
  padding: 32px 0;
}
.p-keyvisual__title {
  position: absolute;
  bottom: -2vw;
  left: -1.5vw;
}
.p-keyvisual__title span {
  display: block;
  background-color: #222222;
  color: #fff;
  padding: 0 16px;
  letter-spacing: .04em;
}
.p-keyvisual__subtitle {
  font-size: 1.2vw;
  width: fit-content;
  margin-bottom: 16px;
}
.p-keyvisual__maincopy {
  font-size: 2.2vw;
}
@media screen and (max-width: 1400px) {
  .p-keyvisual__maincopy {
    font-size: 3vw;
  }
  .p-keyvisual__subtitle {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-keyvisual__image .c-image {
    background-position: bottom right 32%;
  }
	 .p-keyvisual__maincopy {
    font-size: 4vw;
  }
  .p-keyvisual__subtitle {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual--section {
    padding: 0 10px 32px;
    box-sizing: border-box;
  }
  .p-keyvisual__image .c-image {
    padding-top: 84.5svh;
    background-image: url("../img/keyvisual-image_sp.jpg");
  }
  .p-keyvisual__maincopy {
    font-size: 4.5vw;
  }
  .p-keyvisual__subtitle {
    font-size: 3vw;
    margin-bottom: 8px;
  }
  .p-keyvisual__title {
    bottom: -15px;
    left: 10px;
  }
  .p-keyvisual__title span {
    padding: 0px 8px;
  }
  .keyvisual--section .p-keyvisual__lead {
    font-size: 11px;
  }
  .p-keyvisual__image .c-image {
    background-position: bottom center;
  }
}
@media screen and (max-width: 426px) {
  .p-keyvisual__title {
    bottom: -10px;
    left: 50%;
    width: 97%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .p-keyvisual__maincopy {
    font-size: 17.5px;
  }
  .p-keyvisual__subtitle {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .p-keyvisual__title span {
    padding: 0px 5px;
    width: fit-content;
  }
}
@media screen and (max-width: 376px) {
  .p-keyvisual__maincopy {
    font-size: 15px;
  }
  .p-keyvisual__subtitle {
    font-size: 11px;
  }
}
/* スケジュール
* --------------------------------------- */
.p-schedule-accordion__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-schedule-accordion__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 24px 60px 24px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.p-schedule-accordion__item {
  background-color: #3D675D;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-schedule-accordion__item:hover {
  background-color: #E58800;
}
.p-schedule-accordion__header .c-accordion-toggle {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-schedule-accordion__header .c-accordion-toggle:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.p-schedule-accordion__header .c-accordion-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.p-schedule-accordion__header.active .c-accordion-toggle:before {
  transform: rotate(180deg);
}
.p-schedule-accordion__header.active .c-accordion-toggle:after {
  opacity: 0;
}
.p-schedule-accordion__info {
  display: flex;
  gap: 0 24px;
  align-items: center;
}
.p-schedule-accordion__date {
  display: flex;
  gap: 0 7px;
  align-items: center;
}
.p-schedule-accordion__date time {
  color: #fff;
  font-size: 18px;
}
.p-schedule-accordion__date span {
  display: block;
  color: #fff;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 7px;
  line-height: 1;
  text-align: center;
  margin-top: 4px;
}
.p-schedule-accordion__area {
  color: #fff;
  font-size: 18px;
}
.p-schedule-accordion__venue {
  color: #fff;
  font-size: 18px;
}
.p-schedule-accordion__start {
  color: #fff;
  font-size: 18px;
  margin-left: auto;
  width: 300px;
}
.p-schedule-accordion__start b {
  font-size: 10px;
}
.p-schedule-accordion__content {
  display: none;
  margin: 0 auto;
  padding: 0 32px 32px;
}
.c-schedule-table__row .c-schedule-table__heading {
  width: 150px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.c-schedule-table__row:not(:last-child) .c-schedule-table__heading {
  padding-bottom: 10px;
}
.c-schedule-table__row .c-schedule-table__data {
  color: #fff;
}
.c-schedule-table__row .c-schedule-table__data a {
  display: inline-block;
  color: #fff;
}
.c-schedule-table {
  width: 100%;
  border-top: solid 1px #fff;
  padding-top: 24px;
  display: block;
}
@media screen and (max-width: 941px) {
  .p-schedule-accordion__info {
    gap: 2px 24px;
    flex-wrap: wrap;
  }
  .p-schedule-accordion__date {
    gap: 0 3px;
    width: 100%;
  }
  .p-schedule-accordion__date time {
    font-size: 16px;
  }
  .p-schedule-accordion__area {
    font-size: 14px;
  }
  .p-schedule-accordion__venue {
    font-size: 14px;
  }
  .p-schedule-accordion__start {
    font-size: 14px;
    margin: 0;
    width: 100%;
  }
  .p-schedule-accordion__start b {
    font-size: 9px;
  }
  .p-schedule-accordion__header {
    padding: 16px 60px 16px 16px;
  }
  .p-schedule-accordion__header .c-accordion-toggle {
    width: 10px;
    height: 10px;
    top: 20px;
    right: 16px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .p-schedule-accordion__header .c-accordion-toggle:before {
    width: 10px;
  }
  .p-schedule-accordion__header .c-accordion-toggle:after {
    width: 10px;
  }
  .p-schedule-accordion__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-schedule-table__row .c-schedule-table__heading {
    width: 100px;
    font-size: 12px;
  }
  .c-schedule-table__row .c-schedule-table__data {
    font-size: 12px;
    white-space: pre-line;
  }
  .c-schedule-table__row .c-schedule-table__data a {
    font-size: 12px;
    display: block;
  }
  .p-schedule-accordion__content {
    padding: 0 16px 16px;
  }
  .c-schedule-table {
    padding-top: 16px;
  }
  .c-schedule-table__row:not(:last-child) .c-schedule-table__heading {
    padding-bottom: 4px;
  }
}
/* チケット情報
* --------------------------------------- */
.p-ticket-detail {
  margin-bottom: 46px;
}
.ticket--section .l-inner {
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
}
.p-ticket-detail__title {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background-color: #222;
  margin-bottom: 10px;
  padding: 4px 16px;
}
.p-ticket-detail__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dashed 1px #222;
}
.p-ticket-detail__fee {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
}
.p-ticket-detail__fee:not(:last-child) {
  margin-bottom: 8px;
}
.p-ticket-detail__fee.baseline {
  align-items: flex-end;
}
.p-ticket-detail__label {
  width: 200px;
  font-size: 17px;
  letter-spacing: .04em;
}
.p-ticket-detail__label span {
  display: block;
  font-size: 9px;
  width: fit-content;
  border: solid .5px #222;
  padding: 0 5px;
}
.p-ticket-detail__price {
  font-size: 28px;
  letter-spacing: .04em;
}
.p-ticket-detail__price::after {
  content: "円(税込)";
  font-size: 15px;
  letter-spacing: .04em;
}
.p-ticket-detail__notes li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 14px;
  box-sizing: border-box;
}
.p-ticket-detail__notes li:last-child {
  margin-bottom: 0;
}
.p-ticket-detail__notes li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.p-ticket-accordion__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-ticket-accordion__header {
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 24px 60px 24px 32px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background-color: #3D675D;
}
.p-ticket-accordion__header:hover {
  background-color: #E58800;
}
.p-ticket-accordion__header .c-accordion-toggle {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: auto;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-ticket-accordion__header .c-accordion-toggle:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.p-ticket-accordion__header .c-accordion-toggle:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}
.p-ticket-accordion__header.active .c-accordion-toggle:before {
  transform: rotate(180deg);
}
.p-ticket-accordion__header.active .c-accordion-toggle:after {
  opacity: 0;
}
.p-ticket-accordion__title {
  display: flex;
  color: #fff;
  font-size: 17px;
  gap: 0 10px;
  flex-wrap: wrap;
  line-height: 1.5;
}
.p-ticket-accordion__label {
  width: 80px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-ticket-accordion__content {
  display: none;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
}
.c-ticket-table__row {
  border-bottom: dashed 1px #222;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.c-ticket-table__row:nth-last-child(1) {
  margin-bottom: 0;
}
.c-ticket-table__data {
  font-size: 16px;
}
.c-ticket-table__heading {
  width: 200px;
  font-weight: 300;
  text-align: left;
  font-size: 16px;
}
.c-ticket-table {
  width: 100%;
  border-top: solid 1px #fff;
  padding-top: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-ticket-table__lists li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
  box-sizing: border-box;
}
.c-ticket-table__lists li.red {
  color: #c90101;
}
.c-ticket-table__lists li:last-child {
  margin-bottom: 0;
}
.c-ticket-table__lists li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.c-ticket-table__lists li.red::before {
  background: #c90101;
}
@media screen and (max-width: 941px) {
  .ticket--section .l-inner {
    padding: 24px 16px;
  }
  .p-ticket-detail__title {
    font-size: 13px;
    margin-bottom: 8px;
    padding: 2px 10px;
  }
  .p-ticket-detail__label {
    font-size: 14px;
    display: flex;
    gap: 0 10px;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-ticket-detail__price {
    font-size: 21px;
  }
  .p-ticket-detail__fee:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-ticket-detail__price::after {
    font-size: 13px;
  }
  .p-ticket-detail__item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .p-ticket-detail__notes li {
    padding-left: 10px;
    font-size: 12px;
  }
  .p-ticket-detail__notes li::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .p-ticket-detail__label span {
    font-size: 8px;
    margin-top: 2px;
    padding: 2px 5px;
  }
  .p-ticket-accordion__header {
    padding: 16px 16px;
  }
  .p-ticket-accordion__label {
    width: 70px;
    padding: 2px 10px;
    font-size: 10px;
    margin-bottom: 4px;
    box-sizing: border-box;
    border: solid .5px #fff;
  }
  .p-ticket-accordion__title {
    font-size: 14px;
    flex-direction: column;
  }
  .p-ticket-accordion__header .c-accordion-toggle {
    width: 10px;
    height: 10px;
    top: 20px;
    right: 16px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .p-ticket-accordion__header .c-accordion-toggle:before {
    width: 10px;
  }
  .p-ticket-accordion__header .c-accordion-toggle:after {
    width: 10px;
  }
  .p-ticket-accordion__content {
    padding: 16px;
  }
  .c-ticket-table__data {
    font-size: 14px;
    display: block;
  }
  .c-ticket-table__data.pre {
    white-space: pre-line;
  }
  .c-ticket-table__heading {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }
  .p-ticket-accordion__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .c-ticket-table__lists li::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .c-ticket-table__lists li {
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 13px
  }
}
@media screen and (max-width: 426px) {
  .p-ticket-detail__fee {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* グッズ情報
* --------------------------------------- */
.p-goods-detail__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-goods-detail {
  margin-bottom: 32px;
}
@media screen and (max-width: 941px) {
  .p-goods-detail__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-goods-detail {
    margin-bottom: 24px;
  }
}
/* フッター
* --------------------------------------- */
.footer-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-footer__logo {
  width: 180px;
  margin: 0 auto;
}
.p-footer__copyright {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-size: 10px;
}
@media screen and (max-width: 941px) {
  .p-footer__copyright {
    margin-top: 46px;
  }
}
/* アニメーション
* --------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* バナー
* --------------------------------------- */
.banner-section {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 200px;
  height: 200px;
}
.banner-section.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.banner-section.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 941px) {
  .banner-section {
    bottom: 10px;
    right: 10px;
    width: 110px;
    height: 110px;
  }
}