@charset "UTF-8";
*,
*::before,
*::after {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  height: 100%;
}

* {
  -webkit-text-size-adjust: 100%;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

* *, * *::before, * *::after {
  box-sizing: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: inherit;
  text-decoration: inherit;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}

.l-footer {
  background: #F9F9F9;
}

.l-header {
  position: relative;
}

#GLOBAL_NAV_STATUS:checked ~ .p-global_nav {
  transform: translateY(0);
}

#GLOBAL_NAV_STATUS:checked ~ .c-inner .c-hamburger .c-patty {
  width: 0;
}

#GLOBAL_NAV_STATUS:checked ~ .c-inner .c-hamburger::before {
  transform: translateY(0) rotate(45deg);
}

#GLOBAL_NAV_STATUS:checked ~ .c-inner .c-hamburger::after {
  transform: translateY(0) rotate(-45deg);
}

.l-main {
  display: flex;
  flex: 1;
}

.l-main > article {
  min-height: 100%;
  width: 100%;
}

.c-anchor.-ticket {
  display: block;
  transform: translateY(-62px);
}

.c-box.-terms {
  background: #E4E7EC;
  padding: 14px;
}

.c-box.-terms .c-heading {
  color: #4D5F80;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.c-box.-terms .c-heading + * {
  margin-top: 12px;
}

.c-box.-terms p {
  font-size: 1.4rem;
  line-height: 1.42857143;
}

.c-box.-terms p + * {
  margin-top: 12px;
}

.c-box.-terms p.c-annotation {
  color: #4D5F80;
  font-weight: 500;
}

.c-box.-terms .c-list + * {
  margin-top: 20px;
}

.c-box.-terms .c-list dt {
  color: #4D5F80;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  line-height: 1.42857143;
  padding-left: 24px;
  position: relative;
}

.c-box.-terms .c-list dt + * {
  margin-top: 2px;
}

.c-box.-terms .c-list dt .c-bullet {
  align-items: center;
  background: #4D5F80;
  color: white;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 1px;
  width: 20px;
}

.c-box.-terms .c-list dd {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.42857143;
  padding-left: 24px;
}

.c-box.-terms .c-list dd + * {
  margin-top: 16px;
}

.c-box.-alert {
  background: rgba(241, 75, 60, 0.1);
  padding: 14px 20px 14px 20px;
}

.c-box.-alert + .c-btn_wrapper {
  margin-top: 20px;
}

.c-box.-alert .c-heading {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  padding: 0;
  text-align: center;
}

.c-box.-alert .c-heading + .c-list {
  margin-top: 10px;
}

.c-box.-alert .c-heading::before {
  content: none;
}

.c-box.-alert .c-list {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.c-box.-completion {
  background: #FFF8F6;
  color: #FA4332;
  font-weight: bold;
  padding: 24px 0 10px;
}

.c-box.-completion strong {
  display: block;
  font-size: clamp(22.18667px, calc(26 / 375 * 100vw), 26px);
}

.c-box.-completion b {
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

.c-box.-donation {
  background: white;
  border: 1px solid #D5D5D5;
  display: flex;
}

.c-box.-donation .c-caption {
  align-items: center;
  background: #D5D5D5;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  justify-content: center;
  width: clamp(93.86667px, calc(110 / 375 * 100vw), 110px);
}

.c-box.-donation .c-list {
  padding: 12px 15px 15px;
}

.c-box.-donation .c-list .c-scope {
  display: flex;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: 500;
  line-height: 1.42857143;
}

.c-box.-donation .c-list .c-scope + .c-scope {
  margin-top: 2px;
}

.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.c-btn.-cmn {
  background-color: #4D5F80;
  background-image: url(../img/icn/arrow_r_white.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: white;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  height: 60px;
  width: 100%;
}

.c-btn.-cmn[disabled] {
  background: #D5D5D5;
  pointer-events: none;
}

.c-btn.-cmn.-plain {
  background-image: none;
}

.c-btn.-cmn.-line {
  background: white;
  border: 1px solid #4D5F80;
  color: #4D5F80;
}

.c-btn.-add_cart {
  background-color: #FA4332;
  border-radius: 5px;
  color: white;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  height: 60px;
  width: 100%;
}

.c-btn.-add_cart::before {
  background-image: url(../img/icn/cart_white.svg);
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  margin-right: 10px;
  width: 30px;
}

.c-btn.-add_cart[disabled] {
  background: #D5D5D5;
  pointer-events: none;
}

.c-btn.-add_cart.-plain {
  background-image: none;
}

.c-btn.-add_cart.-line {
  background: white;
  border: 1px solid #4D5F80;
  color: #4D5F80;
}

.c-btn.-cancel {
  background-color: #FA4332;
  border-radius: 5px;
  color: white;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  height: 60px;
  width: 100%;
}

.c-btn.-cancel[disabled] {
  background: #D5D5D5;
  pointer-events: none;
}

.c-btn.-cancel.-plain {
  background-image: none;
}

.c-btn.-address {
  background-color: #4D5F80;
  border-radius: 40px;
  color: white;
  flex: 1;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  height: 40px;
  margin-left: 10px;
  max-width: 160px;
}

.c-btn.-modify {
  border: 1px solid #4D5F80;
  border-radius: 40px;
  color: #4D5F80;
  height: 40px;
  padding: 4px 16px;
}

.c-btn.-locate {
  background: #F2F2F2;
  border-radius: 5px;
  color: #4D5F80;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  height: 35px;
  padding: 5px 10px 5px 10px;
}

.c-btn.-locate::before {
  background-image: url(../img/icn/locate.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  content: "";
  height: 20px;
  width: 20px;
}

.c-btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}

.c-btn_wrapper + .c-btn_wrapper {
  margin-top: 22px;
}

.c-btn_wrapper .c-btn.-cmn {
  width: 280px;
}

.c-btn_wrapper li {
  text-align: center;
  width: 100%;
}

.c-btn_wrapper li + li {
  margin-top: 15px;
}

.c-btn.-download_qr {
  border: 1px solid #4D5F80;
  border-radius: 28px;
  color: #4D5F80;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: 500;
  height: clamp(23.89333px, calc(28 / 375 * 100vw), 28px);
  padding: 0 12px;
}

.c-btn.-download_qr::before {
  background-image: url(../img/icn/camera.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  margin-right: 5px;
  width: 21px;
}

.c-figure.-price {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.c-figure.-price .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  margin-right: 10px;
}

.c-figure.-price .c-price {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.c-figure.-price .c-num {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
  margin-right: 3px;
}

.c-input_invisible {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

body.is-debug .c-input_invisible {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}

.c-input_text {
  display: block;
}

.c-input_text + p {
  margin-top: 5px;
}

.c-input_text input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  height: 54px;
  min-width: 120px;
  overflow: hidden;
  padding: 0 14px;
  width: 100%;
}

.c-input_text input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_text input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_text input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_text input[type="text"][size] {
  display: inline-block;
  width: auto;
}

.c-input_text input[type="text"].error {
  background-color: #FFE6E6;
  border-color: #F24E18;
}

.c-input_email {
  display: block;
}

.c-input_email input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  height: 54px;
  min-width: 120px;
  overflow: hidden;
  padding: 0 14px;
  width: 100%;
}

.c-input_email input[type="email"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_email input[type="email"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_email input[type="email"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.c-input_email input[type="email"][size] {
  display: inline-block;
  width: auto;
}

.c-input_email input[type="email"].error {
  background-color: #FFE6E6;
  border-color: #F24E18;
}

.c-textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid;
  border-radius: 4px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px;
  resize: none;
  width: 100%;
}

.c-textarea textarea.error {
  background-color: #FFE6E6;
  border-color: #F24E18;
}

.c-input_checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

body.is-debug .c-input_checkbox input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}

.c-input_checkbox input[type="checkbox"]:checked ~ .c-label::before {
  background-image: url(../img/icn/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.c-input_checkbox .c-label {
  display: flex;
  font-size: 1.3rem;
  line-height: 2rem;
}

.c-input_checkbox .c-label::before {
  background: white;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  content: "";
  height: 28px;
  margin-right: 8px;
  margin-top: -3px;
  width: 28px;
}

.c-input_radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

body.is-debug .c-input_radio input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}

.c-input_radio input[type="radio"]:checked ~ .c-label::before {
  background-color: #4D5F80;
  box-shadow: 0 0 0 8px white inset;
}

.c-input_radio .c-label {
  display: flex;
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.5;
}

.c-input_radio .c-label::before {
  background: white;
  border: 1px solid #BBBBBB;
  border-radius: 24px;
  content: "";
  height: 28px;
  margin-right: 5px;
  transform: translateY(-0.1rem);
  width: 28px;
}

.c-select {
  align-items: center;
  display: flex;
}

.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url(../img/icn/arrow_select.svg);
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  height: 54px;
  line-height: 1.5;
  min-width: 120px;
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}

.c-select select.error {
  background-color: #FFE6E6;
  border-color: #F24E18;
}

.c-select .c-label {
  flex-shrink: 0;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

.c-select .c-label + select {
  min-width: 0;
}

.c-input_wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.c-input_wrapper + p {
  margin-top: 10px;
}

.c-input_wrapper li {
  width: 100%;
}

.c-input_wrapper li + li {
  margin-top: 10px;
}

.c-input_wrapper li p + * {
  margin-top: 5px;
}

.c-input_wrapper.-horizontal {
  flex-wrap: nowrap;
  margin-right: -10px;
}

.c-input_wrapper.-horizontal li {
  margin-right: 10px;
  width: 100%;
}

.c-input_wrapper.-horizontal li + li {
  margin-top: 0;
}

.c-input_wrapper.-horizontal li * {
  min-width: 0;
}

.c-input_wrapper.-radio {
  margin-right: -10px;
}

p + .c-input_wrapper.-radio {
  margin-top: 25px;
}

.c-input_wrapper.-radio li {
  margin-right: 10px;
  width: 150px;
}

.c-input_wrapper.-radio li + li {
  margin-top: 0;
}

.c-input_wrapper .c-delimiter {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  margin: 0 10px;
}

.c-input_wrapper .c-input_text + p {
  margin-left: 24px;
}

.c-input_wrapper.-certification {
  flex-wrap: nowrap;
}

.c-input_wrapper.-certification .c-input_text {
  width: 100%;
}

.c-input_wrapper.-certification .c-input_text input[type="text"] {
  min-width: 0;
  width: 100%;
}

.c-input_wrapper.-certification .c-delimiter {
  margin: 0 5px;
}

label[id*="-error"].error {
  color: #FA4332;
  display: block;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: 500;
  line-height: 1.71428571;
  margin-top: 10px;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

* + .c-grid {
  margin-top: 16px;
}

.c-grid.-center {
  justify-content: center;
}

.c-heading .c-required {
  font-style: normal;
}

.c-heading.-main {
  display: flex;
  font-size: clamp(22.18667px, calc(26 / 375 * 100vw), 26px);
  font-weight: bold;
  justify-content: center;
  line-height: 1.42307692;
  margin-left: 20px;
  margin-right: 20px;
}

.c-heading.-main + .-home {
  margin-top: 60px;
}

* + .c-heading.-main {
  margin-top: 22px;
}

.c-heading.-ticket {
  display: flex;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
  justify-content: center;
  line-height: 1.42307692;
  margin-left: 20px;
  margin-right: 20px;
}

* + .c-heading.-ticket {
  margin-top: 22px;
}

.c-heading.-lv1 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.c-heading.-lv1 + * {
  margin-top: 30px;
}

.c-heading.-lv1 + dl.c-list.-cmn {
  margin-top: 20px;
}

.c-heading.-lv1 b {
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.44444444;
  padding-bottom: 9px;
  position: relative;
}

.c-heading.-lv1 b::after {
  background: #4D5F80;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  max-width: 120px;
  position: absolute;
  right: 0;
  width: 60%;
}

.c-heading.-lv1 .c-icn {
  border-radius: 74px;
  height: 74px;
  margin-bottom: -12px;
  width: 74px;
}

.c-heading.-lv1 .c-icn.-premises {
  background-size: 30px;
}

.c-icn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  overflow: hidden;
  text-indent: -100vw;
}

.c-icn.-back {
  background-image: url(../img/icn/arrow_back.svg);
  height: 26px;
  width: 26px;
}

.c-icn.-qr {
  background-image: url(../img/icn/qr.svg);
  height: 40px;
  width: 40px;
}

.c-icn.-arrow_l {
  background-image: url(../img/icn/arrow_l.svg);
  height: 15px;
  width: 15px;
}

.c-icn.-premises {
  background-image: url(../img/icn/premises.svg);
  height: 30px;
  width: 30px;
}

.c-icn.-donate {
  background-image: url(../img/icn/donate.svg);
  background-size: 30px;
}

.c-icn.-question_circle {
  background-image: url(../img/icn/question_circle.svg);
  height: 17px;
  width: 17px;
}

.c-icn.-check_circle {
  background-image: url(../img/icn/check_circle.svg);
  height: 24px;
  width: 24px;
}

.c-icn.-ticket {
  background-image: url(../img/icn/ticket.svg);
  height: 38px;
  width: 38px;
}

.c-icn.-phone {
  background-image: url(../img/icn/icn_phone.svg);
  height: 43px;
  width: 43px;
}

.c-img {
  align-self: flex-start;
  overflow: hidden;
}

.c-img + .c-img {
  margin-top: 14px;
}

.c-img img {
  max-width: 100%;
  vertical-align: top;
}

.c-link.-cmn {
  text-decoration: none;
}

.c-link.-cmn .c-icn.-arrow_l {
  margin-right: 5px;
  vertical-align: -1px;
}

.c-link.-arrow_double {
  color: #4D5F80;
  display: inline-block;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  padding-left: 1em;
  position: relative;
  text-decoration: underline;
}

.c-link.-arrow_double::before {
  background-image: url(../img/icn/arrow_pager_forword_all.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: .8rem;
  width: 10px;
}

.c-link.-remove, .c-link.-external {
  color: #4D5F80;
  text-decoration: underline;
}

ul.c-list.-annotation_cart {
  color: #4D5F80;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71428571;
}

.c-btn_wrapper + ul.c-list.-annotation_cart {
  margin-top: 10px;
}

ul.c-list.-cmn {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

ul.c-list.-cmn li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

ul.c-list.-cmn li::before {
  content: "・";
  left: 0;
  position: absolute;
}

ol.c-list.-donate li {
  background: #E4E7EC;
  counter-increment: donate_list;
}

ol.c-list.-donate li + li {
  margin-top: 8px;
}

ol.c-list.-donate li a {
  display: block;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
  padding: 10px 12px;
}

ol.c-list.-donate li a:before {
  content: counter(donate_list) ". ";
}

dl.c-list.-cmn {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

dl.c-list.-cmn + * {
  margin-top: 24px;
}

dl.c-list.-cmn .c-scope {
  display: flex;
  flex-wrap: wrap;
}

dl.c-list.-cmn .c-scope + .c-scope {
  margin-top: 15px;
}

dl.c-list.-cmn dt {
  font-weight: bold;
}

dl.c-list.-cmn dd .c-btn.-locate {
  margin-bottom: -3px;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: top;
}

dl.c-list.-step {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

dl.c-list.-step .c-scope {
  align-items: center;
  display: flex;
  position: relative;
}

dl.c-list.-step .c-scope + .c-scope {
  margin-top: 15px;
}

dl.c-list.-step .c-scope + .c-scope::before {
  background-image: url(../img/icn/arrow_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 100%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: clamp(102.4px, calc(120 / 375 * 100vw), 120px);
}

dl.c-list.-step dt {
  align-items: center;
  background: #4D5F80;
  color: white;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  height: 43px;
  justify-content: center;
  margin-right: 9px;
  width: clamp(102.4px, calc(120 / 375 * 100vw), 120px);
}

dl.c-list.-step dt.c-red {
  background: #FA4332;
}

dl.c-list.-step dd {
  color: #333;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: 500;
  line-height: 1.5;
}

.c-section.-lv1:last-child {
  padding-bottom: 40px;
}

.c-section.-home {
  background: #F2F2F2;
  padding: 25px 20px 40px;
}

.c-section.-home + * {
  margin-top: 15px;
}

.c-section.-home .p-premises {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.c-section.-home .c-heading.-lv1 {
  margin-top: calc(-25px - (72px / 2));
}

.c-section.-home .c-heading.-lv1 .c-icn {
  background-color: #F2F2F2;
  background-size: 30px;
}

.c-section.-group_detail {
  background: #F2F2F2;
  padding: 25px 20px 40px;
}

.c-section.-group_detail + * {
  margin-top: 15px;
}

.c-section.-group_detail + .c-section.-lv1 {
  margin-top: 15px;
}

* + .c-section.-group_detail {
  margin-top: 50px;
}

.c-section.-group_detail .p-premises {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.c-section.-group_detail .c-heading.-lv1 {
  margin-top: calc(-25px - (72px / 2));
}

.c-section.-group_detail .c-heading.-lv1 .c-icn {
  background-color: #F2F2F2;
  background-size: 30px;
}

.c-section#PREMISES {
  max-width: 740px;
}

.c-section#PREMISES .c-img {
  text-align: center;
}

p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.71428571;
}

p + p {
  margin-top: 16px;
}

p + .c-list.-cmn {
  margin-top: 20px;
}

p.c-annotation.-caution {
  color: #FA4332;
}

.p-add_cart {
  height: 130px;
  margin-top: 20px;
}

.p-add_cart .c-inner {
  background: white;
  bottom: 0;
  box-shadow: none;
  height: 130px;
  left: 0;
  padding: 25px 20px;
  position: relative;
  right: 0;
  text-align: center;
  transition: box-shadow .2s;
  width: 100%;
  z-index: 100;
}

.p-add_cart .c-btn {
  max-width: 600px;
}

.p-add_cart.is-fixed .c-inner {
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.12);
  position: fixed;
}

.p-cart {
  background: #F2F2F2;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-cart.-cancel {
  background: none;
}

.p-cart__wrapper {
  align-items: flex-start;
  display: flex;
  transition: 0s;
  width: 100%;
}

.is-debug[data-page-id="2"] .p-cart__wrapper {
  transform: translateX(0);
  transition: 0s;
}

.is-debug[data-page-id="3"] .p-cart__wrapper {
  transform: translateX(-100%);
  transition: 0s;
}

.is-debug[data-page-id="4"] .p-cart__wrapper {
  transform: translateX(-200%);
  transition: 0s;
}

.is-debug[data-page-id="5"] .p-cart__wrapper {
  transform: translateX(-300%);
  transition: 0s;
}

.is-debug[data-page-id="6"] .p-cart__wrapper {
  transform: translateX(-400%);
  transition: 0s;
}

.is-debug[data-page-id="7"] .p-cart__wrapper {
  transform: translateX(-500%);
  transition: 0s;
}

.p-cart__step {
  flex-shrink: 0;
  width: 100%;
}

.p-cart__header {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px;
  position: relative;
}

.p-cart__header .c-heading {
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 1.42857143;
  position: relative;
}

.p-cart__header .c-heading + p {
  margin-top: 3px;
}

.p-cart__header .c-heading h1 {
  font-size: clamp(23.89333px, calc(28 / 375 * 100vw), 28px);
  font-weight: bold;
}

.p-cart__header .c-heading small {
  bottom: 0.5rem;
  color: #6D6D6D;
  font-weight: 500;
  left: calc(100% + 5px);
  position: absolute;
}

.p-cart__header p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.42857143;
}

.p-cart__header .c-back {
  height: 26px;
  left: 10px;
  position: absolute;
  width: 26px;
}

.p-cart__header .c-progress {
  background: #D5D5D5;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-cart__header .c-progress::before {
  background: #4D5F80;
  content: "";
  height: 100%;
  position: absolute;
  width: 0;
}

[data-page-id="1"] .p-cart__header .c-progress::before {
  width: 10%;
}

[data-page-id="2"] .p-cart__header .c-progress::before {
  width: 20%;
}

[data-page-id="3"] .p-cart__header .c-progress::before {
  width: 30%;
}

[data-page-id="4"] .p-cart__header .c-progress::before {
  width: 40%;
}

[data-page-id="5"] .p-cart__header .c-progress::before {
  width: 50%;
}

[data-page-id="6"] .p-cart__header .c-progress::before {
  width: 60%;
}

[data-page-id="7"] .p-cart__header .c-progress::before {
  width: 70%;
}

[data-page-id="8"] .p-cart__header .c-progress::before {
  width: 80%;
}

[data-page-id="9"] .p-cart__header .c-progress::before {
  width: 90%;
}

[data-page-id="10"] .p-cart__header .c-progress::before {
  width: 100%;
}

.p-cart__contents {
  padding: 40px 20px 50px;
}

.p-cart__contents .c-section + .c-section {
  margin-top: 30px;
}

.is-debug .p-cart__contents .c-section.is-hidden {
  display: block;
}

.p-cart__contents .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
}

.p-cart__contents .c-caption + * {
  margin-top: 10px;
}

.p-cart__contents .c-caption small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-cart__contents .c-required {
  align-items: center;
  border: 1px solid;
  color: #4D5F80;
  display: inline-flex;
  font-size: clamp(10.24px, calc(12 / 375 * 100vw), 12px);
  height: 21px;
  margin: 0 6px;
  padding: 0 3px;
  vertical-align: baseline;
}

.p-cart__contents p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-cart__contents .c-price {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-cart__contents .c-price b {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
}

.p-cart__contents .c-credit_card figcaption {
  font-size: clamp(18.77333px, calc(22 / 375 * 100vw), 22px);
  font-weight: bold;
  margin-bottom: 8px;
}

.p-cart__contents .c-credit_card .c-img img {
  width: 146px;
}

.p-cart__contents .c-open_modal {
  color: #4D5F80;
  cursor: pointer;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  text-decoration: underline;
}

.p-cart__contents .c-open_modal .c-icn {
  margin-right: 2px;
  vertical-align: text-bottom;
}

.p-cart__cart_list {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.p-cart__item {
  background: white;
  display: flex;
  padding: 20px 12px 16px 20px;
}

.p-cart__item + .p-cart__item {
  margin-top: 2px;
}

.p-cart__item .c-thumb {
  flex-shrink: 0;
  margin-right: 16px;
  width: clamp(85.33333px, calc(100 / 375 * 100vw), 100px);
}

.p-cart__item .c-thumb img {
  max-width: 100%;
}

.p-cart__item .c-desc {
  flex: 1;
}

.p-cart__item .c-name {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-cart__item .c-quantity {
  margin-bottom: 10px;
}

.p-cart__item .c-quantity select {
  height: 44px;
  width: 80px;
}

.p-cart__item .c-check_quantity {
  align-items: baseline;
  background: rgba(241, 75, 60, 0.1);
  color: #FA4332;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 2px 5px;
}

.p-cart__item .c-subtotal {
  align-items: baseline;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

.p-cart__item .c-remove {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  text-align: right;
}

.p-cart__item .c-check_limit {
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

.p-cart__total_price {
  align-items: center;
  background: #E4E4E4;
  border-radius: 0 0 10px 10px;
  display: flex;
  height: 76px;
  padding: 15px 20px;
}

.p-cart__total_price figcaption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
}

.p-cart__total_price .c-price {
  margin-left: auto;
}

.p-cart__total_price .c-num {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
  font-weight: 700;
}

.p-cart__total_price .c-unit {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
}

.p-cart__check {
  margin: 0 auto;
  max-width: 1040px;
  padding: 26px 20px 40px;
}

.p-cart__check .c-section + .c-section {
  margin-top: 26px;
}

.p-cart__check .c-heading {
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.44444444;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.p-cart__check .c-heading::before {
  background: #4D5F80;
  bottom: 3px;
  content: "";
  left: 1px;
  position: absolute;
  top: 3px;
  width: 3px;
}

.p-cart__check .c-inner {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 25px;
}

.p-cart__check .p-cart__cart_list {
  background: #F2F2F2;
  margin: -20px -20px -25px;
}

.p-cart__check .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  margin-top: 24px;
}

.p-cart__check .c-caption + * {
  margin-top: 10px;
}

.p-cart__check .c-caption:first-child {
  margin-top: 0;
}

.p-cart__check .c-caption small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-cart__check p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-cart__check .c-price {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-cart__check .c-price b {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
}

.p-cart__check .u-fs_xxl {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-cart__check .c-btn_wrapper {
  margin-top: 10px;
}

.p-cart__check .c-btn_wrapper + .c-btn_wrapper {
  margin-top: 24px;
}

.p-cart__check .c-btn_wrapper .c-btn.-modify {
  margin-left: auto;
}

.p-cart__check .c-input_checkbox .c-label {
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
}

.p-cart__check .c-input_checkbox .c-label .c-required {
  align-items: center;
  border: 1px solid;
  color: #4D5F80;
  display: inline-flex;
  font-size: clamp(10.24px, calc(12 / 375 * 100vw), 12px);
  height: 21px;
  margin: 0 6px;
  padding: 0 3px;
  vertical-align: baseline;
}

.p-certification {
  display: none;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 10px;
}

.p-certification .c-select + .c-select {
  margin-left: 10px;
}

.p-certification .c-input_text {
  width: 100%;
}

.p-certification .c-input_text + p {
  margin: 5px 0 0;
}

.p-certification .error {
  width: 100%;
}

.p-check_cart {
  background: #F2F2F2;
}

.p-completion {
  padding: 0 20px 50px;
}

.p-completion__header {
  background: white;
  margin: 0 -20px;
  padding-top: 30px;
}

.p-completion__header p {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.44444444;
  text-align: center;
}

.p-completion__header p b {
  display: block;
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  margin-bottom: 10px;
}

.p-completion__header p .c-icn {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.p-completion__header .c-box {
  margin-top: 25px;
}

.p-completion__count {
  align-items: center;
  background: #FA4332;
  color: white;
  display: flex;
  font-weight: bold;
  height: clamp(32.42667px, calc(38 / 375 * 100vw), 38px);
  justify-content: center;
  margin-bottom: 14px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}

.p-completion__count .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

.p-completion__count p {
  font-size: clamp(20.48px, calc(24 / 375 * 100vw), 24px);
}

.p-completion__item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 12px 16px 20px;
}

.p-completion__item + .p-completion__item {
  margin-top: 20px;
}

.p-completion__item .p-cart__item {
  padding: 0;
}

.p-completion__qr {
  margin-top: 15px;
}

.p-completion__qr .c-caption {
  align-items: center;
  background-color: white;
  background-image: url(../img/icn/arrow_select.svg);
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  height: clamp(29.86667px, calc(35 / 375 * 100vw), 35px);
  justify-content: center;
  margin-bottom: 2px;
  text-align: center;
}

.p-completion__qr .c-content {
  display: none;
  text-align: center;
}

.p-completion__qr .c-qr img {
  width: clamp(179.2px, calc(210 / 375 * 100vw), 210px);
}

.p-completion__cancel_item {
  border: 1px solid #D5D5D5;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 600px;
  padding: 28px;
}

.p-completion__cancel_item .c-scope {
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

.p-completion__cancel_item .c-scope + .c-scope {
  margin-top: 1px;
}

.p-contact {
  align-items: flex-start;
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: clamp(18.77333px, calc(22 / 375 * 100vw), 22px) 0 clamp(21.33333px, calc(25 / 375 * 100vw), 25px);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 15px clamp(17.06667px, calc(20 / 375 * 100vw), 20px) 15px clamp(12.8px, calc(15 / 375 * 100vw), 15px);
}

.p-contact .c-icn {
  margin-right: clamp(4.26667px, calc(5 / 375 * 100vw), 5px);
}

.p-contact p {
  align-items: center;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.p-contact a {
  color: #4D5F80;
  font-size: clamp(29.86667px, calc(35 / 375 * 100vw), 35px);
  font-weight: 800;
  line-height: 1.22857143;
}

.p-contact small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-contact .c-icn.-phone {
  height: clamp(36.69333px, calc(43 / 375 * 100vw), 43px);
  width: clamp(36.69333px, calc(43 / 375 * 100vw), 43px);
}

.p-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: clamp(17.06667px, calc(20 / 375 * 100vw), 20px) clamp(17.06667px, calc(20 / 375 * 100vw), 20px) clamp(40.96px, calc(48 / 375 * 100vw), 48px);
}

.p-footer .c-symbol {
  align-items: center;
  display: inline-flex;
  margin-right: clamp(12.8px, calc(15 / 375 * 100vw), 15px);
}

.p-footer .c-symbol .c-icn {
  margin-right: clamp(4.26667px, calc(5 / 375 * 100vw), 5px);
}

.p-footer .c-symbol .c-icn img {
  height: clamp(27.30667px, calc(32 / 375 * 100vw), 32px);
  width: clamp(27.30667px, calc(32 / 375 * 100vw), 32px);
}

.p-footer .c-symbol .c-area {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-footer .c-btn.-inquiry {
  border: 1px solid #4D5F80;
  border-radius: clamp(4.26667px, calc(5 / 375 * 100vw), 5px);
  color: #4D5F80;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  height: clamp(37.54667px, calc(44 / 375 * 100vw), 44px);
  width: clamp(114.34667px, calc(134 / 375 * 100vw), 134px);
}

.p-footer .c-copyright {
  color: #888888;
  font-size: clamp(8.53333px, calc(10 / 375 * 100vw), 10px);
  font-weight: 500;
  line-height: 1.5;
  margin: clamp(21.33333px, calc(25 / 375 * 100vw), 25px) 0 0;
  text-align: center;
  width: 100%;
}

.p-footer .c-btt a {
  background: red;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/icn/arrow_btt.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: clamp(34.13333px, calc(40 / 375 * 100vw), 40px);
  bottom: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  height: clamp(34.13333px, calc(40 / 375 * 100vw), 40px);
  position: fixed;
  right: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  width: clamp(34.13333px, calc(40 / 375 * 100vw), 40px);
}

.p-global_nav {
  background: white;
  left: 0;
  overflow: hidden;
  padding: clamp(38.4px, calc(45 / 375 * 100vw), 45px) clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-101%);
  transition: .2s;
  z-index: 1;
}

.p-global_nav__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.p-global_nav__list li {
  margin-bottom: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
}

.p-global_nav__list li a {
  display: flex;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: 600;
  justify-content: center;
}

.p-global_nav .c-btn.-authentication {
  align-items: center;
  border: 3px solid #E2E2E2;
  border-radius: 10px;
  display: flex;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: 600;
  height: clamp(81.92px, calc(96 / 375 * 100vw), 96px);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  white-space: nowrap;
}

.p-global_nav .c-btn.-authentication .c-icn.-qr {
  height: clamp(34.13333px, calc(40 / 375 * 100vw), 40px);
  margin-right: clamp(8.53333px, calc(10 / 375 * 100vw), 10px);
  width: clamp(34.13333px, calc(40 / 375 * 100vw), 40px);
}

.p-hansel {
  border-bottom: 1px solid #DEDEDE;
  padding: 12px 20px;
}

.p-hansel__body {
  display: flex;
}

.p-hansel__body li {
  align-items: center;
  display: flex;
}

.p-hansel__body li + li::before {
  background-image: url(../img/icn/arrow_hansel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  margin: 0 6px;
  width: 6px;
}

.p-hansel__body li a, .p-hansel__body li mark {
  color: #5E5E5E;
  font-size: clamp(11.09333px, calc(13 / 375 * 100vw), 13px);
}

.p-header {
  align-items: center;
  background: white;
  display: flex;
  height: 68px;
  justify-content: space-between;
  padding: 0 14px 0 10px;
  position: relative;
  z-index: 2;
}

.p-header .c-heading {
  margin-top: 1px;
  order: 2;
}

.p-header .c-heading a {
  display: flex;
}

.p-header .c-heading .c-icn {
  margin-right: clamp(5.12px, calc(6 / 375 * 100vw), 6px);
  padding-top: clamp(2.56px, calc(3 / 375 * 100vw), 3px);
}

.p-header .c-heading .c-icn img {
  height: clamp(27.30667px, calc(32 / 375 * 100vw), 32px);
  width: clamp(27.30667px, calc(32 / 375 * 100vw), 32px);
}

.p-header .c-heading .c-symbol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-header .c-heading .c-symbol .c-area {
  font-size: clamp(10.24px, calc(12 / 375 * 100vw), 12px);
  font-weight: 900;
}

.p-header .c-heading .c-symbol .c-img img {
  width: clamp(145.06667px, calc(170 / 375 * 100vw), 170px);
}

.p-header .c-hamburger {
  display: block;
  height: clamp(32.42667px, calc(38 / 375 * 100vw), 38px);
  order: 1;
  position: relative;
  width: clamp(37.54667px, calc(44 / 375 * 100vw), 44px);
}

.p-header .c-hamburger::before, .p-header .c-hamburger::after,
.p-header .c-hamburger .c-patty {
  background: #333;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s;
  width: clamp(22.18667px, calc(26 / 375 * 100vw), 26px);
}

.p-header .c-hamburger::before {
  transform: translateY(-8px);
}

.p-header .c-hamburger::after {
  transform: translateY(8px);
}

.p-header .c-cart {
  align-items: center;
  display: inline-flex;
  height: clamp(32.42667px, calc(38 / 375 * 100vw), 38px);
  justify-content: center;
  order: 3;
  width: clamp(37.54667px, calc(44 / 375 * 100vw), 44px);
}

.p-howto {
  background: #F2F2F2;
  color: #4D5F80;
  margin: 40px -20px;
  overflow: hidden;
  padding: 0 20px 35px;
}

.p-howto .c-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.p-howto .c-heading.-round {
  align-items: flex-end;
  background: #4D5F80;
  border-radius: 100%;
  color: white;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 230px;
  justify-content: center;
  line-height: 1.45454545;
  margin: -130px auto 20px;
  padding-bottom: 25px;
  text-align: center;
  width: 280px;
}

.p-howto .c-heading.-round.-type_01 {
  margin: -140px auto 20px;
  padding-bottom: 45px;
}

.p-howto .c-heading.-lv3 {
  color: #333;
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.44444444;
  text-align: center;
}

.p-howto .c-heading.-lv3 + .c-list.-step {
  margin-top: 12px;
}

.p-howto__step {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 22px;
  position: relative;
}

.p-howto__step + .p-howto__step {
  margin-top: 15px;
}

.p-howto__step .c-lead {
  color: #4D5F80;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
}

.p-howto__step .c-lead + p {
  margin-top: 25px;
}

.p-howto__step .c-num {
  background: linear-gradient(135deg, #4D5F80 0%, #4D5F80 50%, transparent 50%, transparent 100%);
  color: white;
  font-size: clamp(19.62667px, calc(23 / 375 * 100vw), 23px);
  font-weight: 500;
  height: 64px;
  left: 0;
  padding: 0 25px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 64px;
}

.p-howto__step .c-caution {
  background: rgba(241, 75, 60, 0.1);
  color: #FA4332;
  display: inline-flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  padding: 2px 10px;
}

.p-howto__step .c-list {
  color: #4D5F80;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.71428571;
}

.p-howto__step .c-list li {
  padding-left: 1em;
  position: relative;
}

.p-howto__step .c-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-howto__step.-step_01 {
  align-items: center;
  background-image: url(../img/info/pct_01.svg);
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  display: flex;
  height: 140px;
}

.p-howto__step.-step_02 {
  background-image: url(../img/info/pct_02.svg);
  background-position: calc(100% - 30px) bottom;
  background-repeat: no-repeat;
  padding: 50px 22px;
}

.p-howto__step.-step_03 {
  background-image: url(../img/info/pct_04.svg);
  background-position: center calc(100% - 18px);
  background-repeat: no-repeat;
  padding: 50px 22px 95px;
}

.p-howto__step.-step_04 {
  background-image: url(../img/info/pct_05.svg);
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat;
  padding: 50px 22px 65px;
}

.p-howto__step.-step_04 .c-lead + p {
  margin-top: 15px;
}

.p-howto__step.-step_05 {
  padding: 50px 22px 30px;
}

.p-howto__step.-step_05 .c-caution {
  margin-left: -5px;
  margin-right: -10px;
}

.p-howto__finish {
  margin-bottom: 25px;
  margin-top: 24px;
  position: relative;
}

.p-howto__finish::after {
  background-image: url(../img/info/pct_03.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 88px;
  margin: -25px auto 0;
  width: 290px;
}

.p-howto__finish p {
  align-items: center;
  background: white;
  border-radius: 10px;
  color: #4D5F80;
  display: flex;
  flex-direction: column;
  height: 116px;
  justify-content: center;
  margin: auto;
  padding-bottom: 12px;
  width: 265px;
}

.p-howto__finish p b {
  font-size: clamp(21.33333px, calc(25 / 375 * 100vw), 25px);
  font-weight: bold;
  line-height: 1.44;
}

.p-howto__finish p small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.42857143;
}

.p-howto .c-list.-annotation {
  color: #4D5F80;
  font-size: clamp(11.09333px, calc(13 / 375 * 100vw), 13px);
  line-height: 1.69230769;
}

* + .p-howto .c-list.-annotation {
  margin-top: 20px;
}

.p-howto .c-list.-annotation li {
  padding-left: 1.2em;
  position: relative;
}

.p-howto .c-list.-annotation li + li {
  margin-top: 8px;
}

.p-howto .c-list.-annotation li::before {
  content: "※";
  left: 0;
  position: absolute;
}

.p-info__inner_link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  max-width: 1000px;
}

.p-info__inner_link .c-list {
  align-items: stretch;
  display: flex;
  margin-right: -10px;
}

.p-info__inner_link li {
  display: flex;
  margin-right: 10px;
  width: 100%;
}

.p-info__inner_link li a {
  align-items: center;
  background-color: #F2F2F2;
  background-image: url(../img/icn/arrow_select.svg);
  background-position: center calc(100% - 5px);
  background-repeat: no-repeat;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: 500;
  justify-content: center;
  line-height: 1.3125;
  padding: 14px 12px 22px;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-info__inner_link li a small {
  background: #4D5F80;
  bottom: 100%;
  color: white;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: 500;
  height: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: translateY(50%);
  width: clamp(69.97333px, calc(82 / 375 * 100vw), 82px);
}

.p-inner_link {
  display: flex;
  justify-content: space-between;
  margin: 5px auto 15px;
  max-width: 1040px;
  padding: 0 20px;
}

.p-inner_link li {
  width: calc((100% - 10px) / 2);
}

.p-inner_link a {
  align-items: center;
  background-color: white;
  background-image: url(../img/icn/arrow_select.svg);
  background-position: calc(100% - 5px) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  display: flex;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  height: 100%;
  justify-content: center;
  min-height: 40px;
}

.p-inner_link .c-icn {
  height: 18px;
  margin-right: 5px;
  width: 18px;
}

.p-kv {
  background: #F2F2F2;
  text-align: center;
}

.p-law {
  border-top: 1px solid #D5D5D5;
  margin-top: 35px;
  padding-top: 35px;
}

.p-law h2 {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.p-law p + h2 {
  margin-top: 22px;
}

.p-law p + ol, .p-law p + ul {
  margin-top: 22px;
}

.p-law ol {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.85714286;
}

.p-law ol + h2 {
  margin-top: 22px;
}

.p-law ol.-lv1 > li {
  counter-increment: ol-lv1;
}

.p-law ol.-lv1 > li + li {
  margin-top: 1.85714286em;
}

.p-law ol.-lv1 > li:before {
  content: counter(ol-lv1) "）";
}

.p-law ol.-lv2 {
  margin-left: 25px;
}

.p-law ol.-lv2 li {
  padding-left: 1.2em;
  position: relative;
}

.p-law ol.-lv2 li::before {
  content: attr(data-bullet);
  left: 0;
  position: absolute;
}

.p-law ul {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.85714286;
}

.p-modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: .2s;
  width: 100%;
  z-index: 100;
}

.p-modal__body {
  background: white;
  border-radius: 10px;
  bottom: 20px;
  left: 20px;
  margin: auto;
  max-height: 500px;
  max-width: 800px;
  opacity: 0;
  padding: 40px 20px 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 50px;
  transition: .2s;
  z-index: 200;
}

.p-modal__body .c-close {
  bottom: calc(100% + 10px);
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: -4px;
  text-indent: -100vw;
  width: 34px;
  z-index: 1000;
}

.p-modal__body .c-close::before, .p-modal__body .c-close::after {
  background: white;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
}

.p-modal__body .c-close::after {
  transform: rotate(-45deg);
}

.p-modal__content {
  height: 100%;
  overflow-y: auto;
}

.p-modal__content .c-inner {
  padding-bottom: 40px;
}

.p-modal__content p {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

.p-modal__content p + p {
  margin-top: 2.4rem;
}

.p-modal__status {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

body.is-debug .p-modal__status {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}

.p-modal__status:checked ~ .p-modal__body,
.p-modal__status:checked ~ .p-modal__bg {
  opacity: 1;
  pointer-events: auto;
}

.p-pager {
  align-items: center;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: 500;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

.p-pager__item {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  text-indent: -100vw;
  width: 50px;
}

.p-pager__item.-prev_all {
  background-image: url(../img/icn/arrow_pager_back_all.svg);
  background-position: calc(50% - 2px) center;
  margin-right: 10px;
}

.p-pager__item.-prev {
  background-image: url(../img/icn/arrow_pager_back.svg);
  background-position: calc(50% - 2px) center;
  margin-right: auto;
}

.p-pager__item.-fw {
  background-image: url(../img/icn/arrow_pager_forword.svg);
  background-position: calc(50% + 2px) center;
  margin-left: auto;
}

.p-pager__item.-fw_all {
  background-image: url(../img/icn/arrow_pager_forword_all.svg);
  background-position: calc(50% + 2px) center;
  margin-left: 10px;
}

.p-premises__item figcaption {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  line-height: 1.42857143;
  margin-top: 4px;
  min-height: calc(1.42857143 * 1.4 * 2rem);
}

.p-premises .c-img {
  background: white;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.p-premises .c-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.p-premises__ticket figcaption {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  line-height: 1.42857143;
  margin-top: 4px;
  max-height: calc(1.42857143 * 1.4 * 1rem);
  overflow: hidden;
}

.p-premises__ticket .c-price {
  color: #FA4332;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}

.p-premises .p-pager {
  margin-top: 16px;
}

.p-static {
  padding: 0 20px 40px;
}

.p-static .c-heading.-lv1 {
  align-items: center;
  background: #F2F2F2;
  display: flex;
  font-size: clamp(20.48px, calc(24 / 375 * 100vw), 24px);
  font-weight: bold;
  height: 75px;
  justify-content: center;
  margin: 0 -20px;
}

.p-static .c-heading.-lv1 + * {
  margin-top: 25px;
}

.p-static .c-heading.-lv2 {
  font-size: clamp(18.77333px, calc(22 / 375 * 100vw), 22px);
  font-weight: bold;
  line-height: 1.45454545;
  padding-left: 12px;
  position: relative;
}

.p-static .c-heading.-lv2 + p {
  margin-top: 15px;
}

.p-static .c-heading.-lv2::before {
  background: #4D5F80;
  bottom: 1px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 5px;
}

.p-static p.c-lead {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

.p-static p.c-lead + .c-box {
  margin-top: 15px;
}

.p-static p .c-caution {
  color: #FA4332;
  font-weight: bold;
}

.p-static .c-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1000px;
}

.p-ticket {
  background: #F2F2F2;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-ticket__wrapper {
  align-items: flex-start;
  display: flex;
  transition: 0s;
  width: 100%;
}

.p-ticket__step {
  flex-shrink: 0;
  width: 100%;
}

.p-ticket__header {
  align-items: center;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  position: relative;
}

.p-ticket__header .c-heading {
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 1.42857143;
  position: relative;
}

.p-ticket__header .c-heading + p {
  margin-top: 3px;
}

.p-ticket__header .c-heading h1 {
  font-size: clamp(23.89333px, calc(28 / 375 * 100vw), 28px);
  font-weight: bold;
}

.p-ticket__header .c-heading small {
  bottom: 0;
  color: #6D6D6D;
  font-weight: 500;
  left: calc(100% + 5px);
  position: absolute;
}

.p-ticket__header p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  line-height: 1.42857143;
}

.p-ticket__header .c-back {
  height: 26px;
  left: 10px;
  position: absolute;
  width: 26px;
}

.p-ticket__header .c-progress {
  background: #D5D5D5;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-ticket__header .c-progress::before {
  background: #4D5F80;
  content: "";
  height: 100%;
  position: absolute;
  width: 0;
}

[data-page-id="1"] .p-ticket__header .c-progress::before {
  width: 10%;
}

[data-page-id="2"] .p-ticket__header .c-progress::before {
  width: 20%;
}

[data-page-id="3"] .p-ticket__header .c-progress::before {
  width: 30%;
}

[data-page-id="4"] .p-ticket__header .c-progress::before {
  width: 40%;
}

[data-page-id="5"] .p-ticket__header .c-progress::before {
  width: 50%;
}

[data-page-id="6"] .p-ticket__header .c-progress::before {
  width: 60%;
}

[data-page-id="7"] .p-ticket__header .c-progress::before {
  width: 70%;
}

[data-page-id="8"] .p-ticket__header .c-progress::before {
  width: 80%;
}

[data-page-id="9"] .p-ticket__header .c-progress::before {
  width: 90%;
}

[data-page-id="10"] .p-ticket__header .c-progress::before {
  width: 100%;
}

.p-ticket__contents {
  padding: 40px 20px 50px;
}

.p-ticket__contents .c-section + .c-section {
  margin-top: 30px;
}

.is-debug .p-ticket__contents .c-section.is-hidden {
  display: block;
}

.p-ticket__contents .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
}

.p-ticket__contents .c-caption + * {
  margin-top: 10px;
}

.p-ticket__contents .c-caption small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-ticket__contents .c-required {
  align-items: center;
  border: 1px solid;
  color: #4D5F80;
  display: inline-flex;
  font-size: clamp(10.24px, calc(12 / 375 * 100vw), 12px);
  height: 21px;
  margin: 0 6px;
  padding: 0 3px;
  vertical-align: baseline;
}

.p-ticket__contents p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-ticket__contents .c-price {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-ticket__contents .c-price b {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
}

.p-ticket__contents .c-credit_card figcaption {
  font-size: clamp(18.77333px, calc(22 / 375 * 100vw), 22px);
  font-weight: bold;
  margin-bottom: 8px;
}

.p-ticket__contents .c-credit_card .c-img img {
  width: 146px;
}

.p-ticket__contents .c-open_modal {
  color: #4D5F80;
  cursor: pointer;
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  text-decoration: underline;
}

.p-ticket__contents .c-open_modal .c-icn {
  margin-right: 2px;
  vertical-align: text-bottom;
}

.p-ticket__cart_list {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.p-ticket__item {
  background: white;
  display: flex;
  margin-bottom: 2px;
  padding: 20px 12px 16px 20px;
}

.p-ticket__item .c-thumb {
  flex-shrink: 0;
  margin-right: 16px;
  width: clamp(85.33333px, calc(100 / 375 * 100vw), 100px);
}

.p-ticket__item .c-thumb img {
  max-width: 100%;
}

.p-ticket__item .c-name {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-ticket__item .c-quantity {
  margin-bottom: 10px;
}

.p-ticket__item .c-quantity select {
  height: 44px;
  width: 80px;
}

.p-ticket__item .c-check_quantity {
  align-items: baseline;
  background: rgba(241, 75, 60, 0.1);
  color: #FA4332;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
  margin-bottom: 4px;
  padding: 2px 5px;
}

.p-ticket__item .c-subtotal {
  align-items: baseline;
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.5;
}

.p-ticket__item .c-remove {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
  text-align: right;
}

.p-ticket__item .c-check_limit {
  display: flex;
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
}

.p-ticket__total_price {
  align-items: center;
  background: #E4E4E4;
  border-radius: 0 0 10px 10px;
  display: flex;
  height: 76px;
  padding: 15px 20px;
}

.p-ticket__total_price figcaption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
}

.p-ticket__total_price .c-price {
  margin-left: auto;
}

.p-ticket__total_price .c-num {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
  font-weight: 700;
}

.p-ticket__total_price .c-unit {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
}

.p-ticket__check {
  padding: 26px 20px 40px;
}

.p-ticket__check .c-section + .c-section {
  margin-top: 26px;
}

.p-ticket__check .c-heading {
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
  line-height: 1.44444444;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.p-ticket__check .c-heading::before {
  background: #4D5F80;
  bottom: 3px;
  content: "";
  left: 1px;
  position: absolute;
  top: 3px;
  width: 3px;
}

.p-ticket__check .c-inner {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 25px;
}

.p-ticket__check .p-cart__cart_list {
  background: #F2F2F2;
  margin: -20px -20px -25px;
}

.p-ticket__check .c-caption {
  font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
  font-weight: bold;
  margin-top: 24px;
}

.p-ticket__check .c-caption + * {
  margin-top: 10px;
}

.p-ticket__check .c-caption:first-child {
  margin-top: 0;
}

.p-ticket__check .c-caption small {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-ticket__check p {
  font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.p-ticket__check .c-price {
  color: #FA4332;
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-ticket__check .c-price b {
  font-size: clamp(29.01333px, calc(34 / 375 * 100vw), 34px);
}

.p-ticket__check .u-fs_xxl {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  font-weight: bold;
}

.p-ticket__check .c-btn_wrapper {
  margin-top: 10px;
}

.p-ticket__check .c-btn_wrapper + .c-btn_wrapper {
  margin-top: 24px;
}

.p-ticket__check .c-btn_wrapper .c-btn.-modify {
  margin-left: auto;
}

.p-ticket__check .c-input_checkbox .c-label {
  font-size: clamp(15.36px, calc(18 / 375 * 100vw), 18px);
  font-weight: bold;
}

.p-ticket__check .c-input_checkbox .c-label .c-required {
  align-items: center;
  border: 1px solid;
  color: #4D5F80;
  display: inline-flex;
  font-size: clamp(10.24px, calc(12 / 375 * 100vw), 12px);
  height: 21px;
  margin: 0 6px;
  padding: 0 3px;
  vertical-align: baseline;
}

.p-ticket__detail {
  margin-top: 20px;
}

.p-ticket__detail_header {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 18px;
}

.p-ticket__detail_header .c-heading.-main {
  font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-box.-donation {
    margin: 15px 20px 0;
  }
  .c-grid {
    margin-right: -1px;
  }
  .c-grid .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px);
  }
  .c-grid .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1);
  }
  .c-grid .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1);
  }
  .c-grid .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2);
  }
  .c-grid .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1);
  }
  .c-grid .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1);
  }
  .c-grid[data-gap-row*="sp:4"] {
    margin-bottom: -4px;
  }
  .c-grid[data-gap-row*="sp:4"] > .c-col {
    margin-bottom: 4px;
  }
  .c-grid[data-gap-row*="sp:8"] {
    margin-bottom: -8px;
  }
  .c-grid[data-gap-row*="sp:8"] > .c-col {
    margin-bottom: 8px;
  }
  .c-grid[data-gap-row*="sp:12"] {
    margin-bottom: -12px;
  }
  .c-grid[data-gap-row*="sp:12"] > .c-col {
    margin-bottom: 12px;
  }
  .c-grid[data-gap-row*="sp:16"] {
    margin-bottom: -16px;
  }
  .c-grid[data-gap-row*="sp:16"] > .c-col {
    margin-bottom: 16px;
  }
  .c-grid[data-gap-row*="sp:20"] {
    margin-bottom: -20px;
  }
  .c-grid[data-gap-row*="sp:20"] > .c-col {
    margin-bottom: 20px;
  }
  .c-grid[data-gap-row*="sp:24"] {
    margin-bottom: -24px;
  }
  .c-grid[data-gap-row*="sp:24"] > .c-col {
    margin-bottom: 24px;
  }
  .c-grid[data-gap-row*="sp:28"] {
    margin-bottom: -28px;
  }
  .c-grid[data-gap-row*="sp:28"] > .c-col {
    margin-bottom: 28px;
  }
  .c-grid[data-gap-row*="sp:32"] {
    margin-bottom: -32px;
  }
  .c-grid[data-gap-row*="sp:32"] > .c-col {
    margin-bottom: 32px;
  }
  .c-grid[data-gap-row*="sp:36"] {
    margin-bottom: -36px;
  }
  .c-grid[data-gap-row*="sp:36"] > .c-col {
    margin-bottom: 36px;
  }
  .c-grid[data-gap-row*="sp:40"] {
    margin-bottom: -40px;
  }
  .c-grid[data-gap-row*="sp:40"] > .c-col {
    margin-bottom: 40px;
  }
  .c-grid[data-gap-col*="sp:4"] {
    margin-right: calc(-4px - 1px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col {
    margin-right: 4px;
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 4px);
  }
  .c-grid[data-gap-col*="sp:4"] > .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 4px);
  }
  .c-grid[data-gap-col*="sp:8"] {
    margin-right: calc(-8px - 1px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col {
    margin-right: 8px;
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 8px);
  }
  .c-grid[data-gap-col*="sp:12"] {
    margin-right: calc(-12px - 1px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col {
    margin-right: 12px;
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 12px);
  }
  .c-grid[data-gap-col*="sp:12"] > .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 12px);
  }
  .c-grid[data-gap-col*="sp:16"] {
    margin-right: calc(-16px - 1px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col {
    margin-right: 16px;
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 16px);
  }
  .c-grid[data-gap-col*="sp:20"] {
    margin-right: calc(-20px - 1px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col {
    margin-right: 20px;
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 1px - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 20px);
  }
  .c-grid[data-gap-col*="sp:20"] > .c-col[data-col*="sp:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 20px);
  }
  .c-section.-lv1 {
    margin: 0 20px;
  }
  .p-kv.-square {
    height: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-top: 100%;
    position: relative;
    width: 100%;
  }
  .p-kv.-square img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .p-kv img {
    width: 100%;
  }
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .c-box.-donation {
    margin: 15px auto 0;
    max-width: 1000px;
    width: calc(100% - 40px);
  }
  .c-btn {
    cursor: pointer;
    transition: opacity .2s;
  }
  .c-btn:hover {
    opacity: .8;
  }
  button {
    cursor: pointer;
    transition: .2s;
  }
  button:hover {
    opacity: .8;
  }
  .c-grid {
    margin-right: -1px;
  }
  .c-grid .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px);
  }
  .c-grid .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1);
  }
  .c-grid .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1);
  }
  .c-grid .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2);
  }
  .c-grid .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1);
  }
  .c-grid .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3);
  }
  .c-grid .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1);
  }
  .c-grid .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2);
  }
  .c-grid .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3);
  }
  .c-grid .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4);
  }
  .c-grid .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1);
  }
  .c-grid[data-gap-row*="pc:4"] {
    margin-bottom: -4px;
  }
  .c-grid[data-gap-row*="pc:4"] > .c-col {
    margin-bottom: 4px;
  }
  .c-grid[data-gap-row*="pc:8"] {
    margin-bottom: -8px;
  }
  .c-grid[data-gap-row*="pc:8"] > .c-col {
    margin-bottom: 8px;
  }
  .c-grid[data-gap-row*="pc:12"] {
    margin-bottom: -12px;
  }
  .c-grid[data-gap-row*="pc:12"] > .c-col {
    margin-bottom: 12px;
  }
  .c-grid[data-gap-row*="pc:16"] {
    margin-bottom: -16px;
  }
  .c-grid[data-gap-row*="pc:16"] > .c-col {
    margin-bottom: 16px;
  }
  .c-grid[data-gap-row*="pc:20"] {
    margin-bottom: -20px;
  }
  .c-grid[data-gap-row*="pc:20"] > .c-col {
    margin-bottom: 20px;
  }
  .c-grid[data-gap-row*="pc:24"] {
    margin-bottom: -24px;
  }
  .c-grid[data-gap-row*="pc:24"] > .c-col {
    margin-bottom: 24px;
  }
  .c-grid[data-gap-row*="pc:28"] {
    margin-bottom: -28px;
  }
  .c-grid[data-gap-row*="pc:28"] > .c-col {
    margin-bottom: 28px;
  }
  .c-grid[data-gap-row*="pc:32"] {
    margin-bottom: -32px;
  }
  .c-grid[data-gap-row*="pc:32"] > .c-col {
    margin-bottom: 32px;
  }
  .c-grid[data-gap-row*="pc:36"] {
    margin-bottom: -36px;
  }
  .c-grid[data-gap-row*="pc:36"] > .c-col {
    margin-bottom: 36px;
  }
  .c-grid[data-gap-row*="pc:40"] {
    margin-bottom: -40px;
  }
  .c-grid[data-gap-row*="pc:40"] > .c-col {
    margin-bottom: 40px;
  }
  .c-grid[data-gap-col*="pc:4"] {
    margin-right: calc(-4px - 1px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col {
    margin-right: 4px;
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4 - 4px);
  }
  .c-grid[data-gap-col*="pc:4"] > .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1 - 4px);
  }
  .c-grid[data-gap-col*="pc:8"] {
    margin-right: calc(-8px - 1px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col {
    margin-right: 8px;
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:12"] {
    margin-right: calc(-12px - 1px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col {
    margin-right: 12px;
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4 - 12px);
  }
  .c-grid[data-gap-col*="pc:12"] > .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1 - 12px);
  }
  .c-grid[data-gap-col*="pc:16"] {
    margin-right: calc(-16px - 1px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col {
    margin-right: 16px;
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:20"] {
    margin-right: calc(-20px - 1px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col {
    margin-right: 20px;
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 1px - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 * 1 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 * 1 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:3-2"] {
    width: calc((100% - 1px) / 3 * 2 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 * 1 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:4-3"] {
    width: calc((100% - 1px) / 4 * 3 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:5-1"] {
    width: calc((100% - 1px) / 5 * 1 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:5-2"] {
    width: calc((100% - 1px) / 5 * 2 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:5-3"] {
    width: calc((100% - 1px) / 5 * 3 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:5-4"] {
    width: calc((100% - 1px) / 5 * 4 - 20px);
  }
  .c-grid[data-gap-col*="pc:20"] > .c-col[data-col*="pc:6-1"] {
    width: calc((100% - 1px) / 6 * 1 - 20px);
  }
  .c-link.-cmn:hover {
    text-decoration: underline;
  }
  .c-link.-img {
    transition: .2s;
  }
  .c-link.-img:hover {
    opacity: .7;
  }
  ol.c-list.-donate li a {
    transition: .2s;
  }
  ol.c-list.-donate li a:hover {
    opacity: .7;
  }
  .c-section.-lv1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    padding: 0 20px;
  }
  .p-cart__header .c-back a {
    transition: .2s;
  }
  .p-cart__header .c-back a:hover {
    opacity: .7;
  }
  .p-cart__contents {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
  .p-global_nav__list li a {
    transition: .2s;
  }
  .p-global_nav__list li a:hover {
    opacity: .7;
  }
  .p-hansel__body li a:hover {
    text-decoration: underline;
  }
  .p-header .c-heading a {
    transition: .2s;
  }
  .p-header .c-heading a:hover {
    opacity: .7;
  }
  .p-header .c-hamburger {
    cursor: pointer;
    transition: .2s;
  }
  .p-header .c-hamburger:hover {
    opacity: .7;
  }
  .p-howto .c-heading.-lv3 + .c-list.-step {
    margin-top: 30px;
  }
  .p-inner_link a {
    transition: .2s;
  }
  .p-inner_link a:hover {
    opacity: .7;
  }
  .p-kv img {
    max-height: 1000px;
    max-width: 1000px;
  }
  .p-pager__item {
    transition: .2s;
  }
  .p-pager__item:hover {
    opacity: .7;
  }
  .p-ticket__contents {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
  ._sp {
    display: none;
  }
}

/*# sourceMappingURL=maps/cmn.css.map */
