@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


.js-inview:not(.p-mainVisual) {
  opacity: 0;
  transition: 0.8s;
  transform: translateY(20px);
}

.js-inview.-inview:not(.p-mainVisual) {
  opacity: 1;
  transition: 0.8s;
  transform: translateY(0);
}

.p-section._schedule.js-inview {
    background: #fff;
    box-shadow: 0 0 30px #0000002b;
    padding: 24px 32px;
    border-radius: 1.5em;
    top: -45px;
    position: relative;
}

@media not all and (min-width: 768px) {
.p-section._schedule.js-inview {
    padding: 32px 25px;
}
}


.p-mainVisual.js-inview .mainVisual__headingArtist,
.p-mainVisual.js-inview .mainVisual__headingTitle,
.p-mainVisual.js-inview .mainVisual__headingText,
.p-mainVisual.js-inview .c-label__list,
.p-mainVisual.js-inview .p-mainVisual__bg,
.p-mainVisual.js-inview .mainVisual__image {
  filter: blur(30px);
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.p-mainVisual.js-inview .mainVisual._vertical .mainVisual__heading::before {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
}
.p-mainVisual.js-inview.-inview.-imageloaded .p-mainvisual__image {
  filter: blur(0);
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
.p-mainVisual.js-inview.-inview .mainVisual__headingArtist,
.p-mainVisual.js-inview.-inview .mainVisual__headingTitle,
.p-mainVisual.js-inview.-inview .mainVisual__headingText,
.p-mainVisual.js-inview.-inview .c-label__list,
.p-mainVisual.js-inview.-inview .p-mainVisual__bg,
.p-mainVisual.js-inview.-inview .mainVisual__image {
  filter: blur(0);
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
.p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__heading::before {
  opacity: 1;
  transition: 0.5s;
  transform: translateY(0);
}
.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__image {
  transition-delay: 0.3s;
}
.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__image picture {
  display: block;
}

.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__image picture img{
  border-radius: 1.5em;
  max-height: 400px;
  max-width: 400px;
  object-fit: contain;
}

.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__headingArtist {
  transition-delay: 0.6s;
}
.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__headingTitle {
  transition-delay: 0.9s;
}
.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .mainVisual__headingText {
    transition-delay: 1.2s;
    line-height: 1.7em;
    margin: 12px 0;
    display: block;
    color: #fff;
}
.p-mainVisual.js-inview.-inview .mainVisual:not(._vertical) .c-label__list {
  transition-delay: 1.4s;
  display: flex;
}
@media not all and (min-width: 768px) {
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__image {
    transition-delay: 0.3s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__heading::before {
    transition-delay: 0.6s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingArtist {
    transition-delay: 0.9s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingTitle {
    transition-delay: 1.2s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingText {
    transition-delay: 1.4s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .c-label__list {
    transition-delay: 1.6s;
  }
}
@media (min-width: 768px) {
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__image {
    transition-delay: 0.3s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingArtist {
    transition-delay: 0.6s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingTitle {
    transition-delay: 0.9s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .mainVisual__headingText {
    transition-delay: 1.2s;
  }
  .p-mainVisual.js-inview.-inview .mainVisual._vertical .c-label__list {
    transition-delay: 1.4s;
  }
}

@media (max-width: 769px) {
    .p-section:has(+.l-contents__narrow) {
      padding-bottom: 55px!important;
    }
}

@media (min-width: 768px) {
  .p-section._schedule.js-inview {
    filter: blur(30px);
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
  }
  .p-section._schedule.js-inview.-inview {
    filter: blur(0);
    opacity: 1;
    transition: 1s;
    transition-delay: 2s;
    transform: translateY(0);
  }
}

.p-section._ticket.js-inview {
  filter: blur(30px);
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}
.p-section._ticket.js-inview.-inview {
  filter: blur(0);
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}

.js-tabs[data-tabs-fade] .js-tabs-content ._current {
  transition: opacity 0.3s linear;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #151515;
  letter-spacing: 0.025em;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-underline-offset: 0.1em;
  outline: none;
  -webkit-touch-callout: none;
}
a, a:visited {
  color: inherit;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

b,
em,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

address {
  font-style: normal;
}

small {
  font-size: 87.5%;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}


#gNav {
    position: fixed;
    background: #ffffff;
    top: 50px;
    right: 0;
    box-shadow: 0 0 15px #00000029;
    z-index: 9999;
    padding: 15px;
    border-radius: 23px 0 0 23px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.gnavMenu > li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 16px;
    display: block;
    color: #808080;
    transition: 0.3s;
    position: relative;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.gnavMenu > li.current a {
    color: #1A1A1A;
}
.gnavMenu > li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #1A1A1A;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: 0.3s;
}

.gnavMenu > li.current a::before {
    width: 100%;
}


@media not all and (min-width: 768px) {
#gNav {
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

.gnavMenu {
    display: flex;
    justify-content: space-between;
}

.gnavMenu > li a {
    padding: 0.85em;
    font-size: clamp(10px, 3.2vw, 15px);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnavMenu > li a::before {
    bottom: -1px;
    height: 3px;
}

}


.c-accordion__item {
  background: #ffefea;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .c-accordion__item {
    border-radius: 15px;
  }
}
.c-accordion__item + .c-accordion__item {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .c-accordion__item + .c-accordion__item {
    margin-top: 12px;
  }
}

.c-accordion__item:not(._open) .c-accordion__body {
  display: none;
}

.c-accordion__item._open .c-accordion__body {
  display: block;
}

.c-accordion__body {
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5833333333;
  transition: height 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion__body {
    font-size: 14px;
    font-size: 0.7954545455rem;
    line-height: 1.7142857143;
  }
}

.c-accordion__bodyInner {
    padding: 20px 25px;
    border-top: 2px solid #dfdfdf;
}
@media (min-width: 768px) {
  .c-accordion__bodyInner {
  }
}
@media not all and (min-width: 768px) {
.c-accordion__bodyInner {
    padding: 15px;
}
}

.c-accordion__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 9px 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #db4300;
}
@media (min-width: 768px) {
  .c-accordion__btn {
    padding: 20px 23px 20px 20px;
    font-size: 18px;
    font-size: 1.0227272727rem;
  }
}
@media (min-width: 768px) {
  .c-accordion__btn {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 768px) {
.c-accordion__btn {
    padding: 15px 30px 15px 15px;
}
}

.c-accordion__btn::before, .c-accordion__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
  background: #db4300;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    right: 15px;
  }
}
@media not all and (min-width: 768px) {
.c-accordion__btn::before, .c-accordion__btn::after {
    right: 8px;
    width: 12px;
}
}

.c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__btn span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-accordion__item._open .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}


.acc_txt {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #757575; /* めっちゃ薄くした */
}
.acc_txt:last-child {
    margin-bottom: 0;
}

.acc_txt.id_box {
    display: inline-block;
    background: #FBE0D9;
    border-radius: 1rem;
    padding: 20px;
    font-weight: 600;
}

.acc_box_tit {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.c-accordion_inbox {
    margin-bottom: 18px;
}

.acc_txt .orange {
    color: #EA6114;
}
.id_detail_wrap .acc_box_tit {
    color: #263770;
}
.acc_txt.acc_tit_sub {
    font-weight: bold;
    margin-bottom: 7px;
}

.acc_txt.id_detail {
    background: #FAFAFA;
    padding: 17px 20px;
    border-radius: 0.7rem;
    font-weight: bold;
}
.acc_txt.id_detail.id_detail_b {
    background: none;
    border: 2px solid #F5F5F5;
    font-size: 12px;
    line-height: 1.75;
}

@media not all and (min-width: 768px) {

.acc_txt {
    font-size: 14px;
    margin-bottom: 15px;
}
.acc_box_tit {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 4px;
}
.acc_txt.id_box {
    padding: 15px;
}

.acc_txt.id_detail {
    padding: 14px;
}

.c-accordion_inbox.id_detail_wrap .acc_box_tit {
    font-size: 16px;
}
}


.user_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user_list_box {
    width: 48.5%;
}
.user_list {
    display: flex;
    justify-content: center;
    padding: 12px;
    background: #FFF4F2;
    border-radius: 1rem;
    margin-bottom: 10px;
}
.user_list:last-child {
    margin-bottom: 0;
}

.user_list .user_sp {
    width: 33%;
    margin: 0 2%;
}

.user_list_tag {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    color: #EA6114;
}

.user_list_flag {
    width: 20px;
    display: inline-block;
    margin-right: 0.5rem;
    line-height: 1.4;
}

.blue_box .user_list_tag {
    color: #14408F;
}
.blue_box .user_list {
    background: #FAFAFA;
}

@media not all and (min-width: 768px) {

.user_list_box {
    width: 100%;
    margin-bottom: 10px;
}

.user_list_box:last-child {
    margin-bottom: 0;
}

.user_list .user_sp {
    width: 47%;
    margin: 0 1%;
}


}

.c-button {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 30px;
    text-decoration: none;
}
@media (min-width: 768px) {
  .c-button {
    min-height: 80px;
    font-size: 20px;
    font-size: 1.1363636364rem;
    cursor: pointer;
    border-radius: 40px;
  }
}
.c-button._orange {
    color: #fff;
    background: #EA6114;
}
.c-button._gray {
    background: #E5E5E5;
    color: #757575;
    pointer-events: none;
}
.c-button._arrow {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}

@media not all and (min-width: 768px) {
.c-button {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    max-width: 240px;
    min-height: 56px;
}
}

@media (min-width: 768px) {
  .c-button._arrow {
    padding-right: 43px;
    padding-left: 43px;
  }
}
.c-button._arrow::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
  width: 7px;
  height: 10px;
  content: "";
  background: url("../img/icon_arrow_white.png") no-repeat 50%;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .c-button._arrow::after {
    top: calc(50% - 6px);
    right: 30px;
    width: 9px;
    height: 13px;
  }
}

.btn_arrow {
    width: 35px;
    margin: 0 auto;
    padding: 10px 0;
}
.c-button span {
  align-self: center;
}
@media (min-width: 768px) {
  .c-button:not(:disabled) {
    transition: transform 0.3s ease-in-out;
  }
  .c-button:not(:disabled):hover {
    transform: scale(0.98);
  }
}
@media (min-width: 768px) {
  .c-button:disabled {
    cursor: auto;
  }
}
.c-button:disabled._orange {
  background: #cecece;
}

@media not all and (min-width: 768px) {
  .c-form__table table,
.c-form__table tbody,
.c-form__table tr,
.c-form__table th,
.c-form__table td {
    display: block;
    width: 100%;
  }
}
.c-form__table > table {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .c-form__table > table {
    width: 100%;
    margin-top: 46px;
    margin-bottom: 46px;
  }
}
.c-form__table > table + table {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-form__table > table + table {
    margin-top: 46px;
  }
}
.c-form__table th,
.c-form__table td {
  padding: 13px 0 6px;
}
@media (min-width: 768px) {
  .c-form__table th,
.c-form__table td {
    padding: 14px 15px 8px 0;
  }
}
.c-form__table th {
  text-align: left;
}

.c-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 20px;
  margin-left: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #e80808;
}
@media (min-width: 768px) {
  .c-form__required {
    min-width: 58px;
    min-height: 23px;
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}

.c-heading01 .c-heading01__title {
  display: flex;
  margin-bottom: 36px;
}

@media not all and (min-width: 768px) {
.c-heading01 .c-heading01__title {
    margin-bottom: 24px;
}
}

.c-heading01 .c-heading01__title .en {
  align-self: baseline;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-heading01 .c-heading01__title .en {
    display: block;
    font-size: 37px;
    font-size: 2.1022727273rem;
  }
}
.c-heading01 .c-heading01__title .jp {
  align-self: baseline;
  margin-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
    color: #757575;
}
@media (min-width: 768px) {
  .c-heading01 .c-heading01__title .jp {
    margin-left: 14px;
    font-size: 16px;
    font-size: 0.9090909091rem;
    line-height: 1.1875;
  }
}
.c-heading01._line {
}
@media (min-width: 768px) {
  .c-heading01._line {
  }
}

.c-heading02 {
    padding: 0 0 5px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: #EA6114 3px solid;
}

.c-heading02 _darkgray:nth-of-type(1){
  margin-top: 0px;
}

@media (min-width: 768px) {
  .c-heading02 {
    font-size: 20px;
    font-size: 1rem;
  }
}

.blueLabel .c-heading02 {
    border-color: #14408F;
}

.c-heading02 span {
  align-self: center;
}
.c-heading02._darkgray {
  border-color: #E5E5E5;
}


.c-heading02._darkgray .caution{
  color: #EA6214;
}

.c-heading02._grid {
  display: flex;
}
@media not all and (min-width: 768px) {
.c-heading02 {
    margin-bottom: 10px;
}
  .c-heading02._grid {
    justify-content: space-between;
  }
}
.c-heading02._grid span,
.c-heading02._grid a {
  align-self: center;
}
.c-heading02._grid a {
  flex-shrink: 0;
  padding-right: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.1923076923;
  color: #fff;
  text-decoration: none;
  background: url("../img/icon_arrow_square.png") no-repeat 100% 50%;
  background-size: 11px auto;
}
@media (min-width: 768px) {
  .c-heading02._grid a {
    padding-right: 25px;
    margin-left: 15px;
    font-size: 18px;
    font-size: 1.0227272727rem;
    line-height: 1.2222222222;
    background-size: 18px auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-heading02._grid a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-heading02._grid a:hover {
    opacity: 0.7;
  }
}


@media not all and (min-width: 768px) {
  .c-heading03._orange {
    text-align: center;
  }
}
.c-heading03._orange span {
    color: #d61717;
    background: transparent;
    font-weight: 600;
    line-height: 1.5em;
}

.c-icon {
  display: inline-block;
}
.c-icon._iconTwitter {
  width: 24px;
  height: 20px;
  background: url(../img/icon_twitter.png) no-repeat 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-icon._iconTwitter {
    width: 31px;
    height: 25px;
  }
}
.c-icon._iconFacebook {
  width: 13px;
  height: 23px;
  background: url(../img/icon_facebook.png) no-repeat 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-icon._iconFacebook {
    width: 17px;
    height: 30px;
  }
}
.c-icon._iconLine {
  width: 24px;
  height: 23px;
  background: url(../img/icon_line.png) no-repeat 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-icon._iconLine {
    width: 31px;
    height: 30px;
  }
}

.p-top .c-text__medium {
    background: #fff;
    padding: 8px 15px;
    border-radius: 0.6rem;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    margin: 0 0 20px;
    line-height: 1.5;
}
.p-top .c-text__medium:last-child {
    margin-bottom: 0;
}


.p-top .c-text__medium.large {
    font-size: 22px;
}

@media not all and (min-width: 768px) {
.p-top .c-text__medium.large {
    font-size: 18px;
}
.p-top .c-text__medium {
    font-size: 16px;
    margin-bottom: 15px;
}
.p-top .c-text__medium.min {
    font-size: 14px;
}
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.c-input {
  width: 100%;
}
.c-input input[type=date],
.c-input input[type=email],
.c-input input[type=number],
.c-input input[type=password],
.c-input input[type=tel],
.c-input input[type=text],
.c-input input[type=time] {
  box-sizing: border-box;
  padding: 10px 12px;
  background-color: #f8f8f8;
  border: none;
}
@media (min-width: 768px) {
  .c-input input[type=date],
.c-input input[type=email],
.c-input input[type=number],
.c-input input[type=password],
.c-input input[type=tel],
.c-input input[type=text],
.c-input input[type=time] {
    padding: 20px;
  }
}
.c-input input[type=date]::-moz-placeholder, .c-input input[type=email]::-moz-placeholder, .c-input input[type=number]::-moz-placeholder, .c-input input[type=password]::-moz-placeholder, .c-input input[type=tel]::-moz-placeholder, .c-input input[type=text]::-moz-placeholder, .c-input input[type=time]::-moz-placeholder {
  color: #e2e2e2;
}
.c-input input[type=date]::placeholder,
.c-input input[type=email]::placeholder,
.c-input input[type=number]::placeholder,
.c-input input[type=password]::placeholder,
.c-input input[type=tel]::placeholder,
.c-input input[type=text]::placeholder,
.c-input input[type=time]::placeholder {
  color: #e2e2e2;
}
.c-input input[type=date]:focus-visible,
.c-input input[type=email]:focus-visible,
.c-input input[type=number]:focus-visible,
.c-input input[type=password]:focus-visible,
.c-input input[type=tel]:focus-visible,
.c-input input[type=text]:focus-visible,
.c-input input[type=time]:focus-visible {
  outline: 2px solid #db4300;
}
.c-input input[name=Zip] {
  margin-bottom: 13px;
}
.c-input input[name=Zip]::before {
  margin-right: 12px;
  content: "〒";
}
.c-input._lage input[type=date],
.c-input._lage input[type=email],
.c-input._lage input[type=number],
.c-input._lage input[type=password],
.c-input._lage input[type=tel],
.c-input._lage input[type=text],
.c-input._lage input[type=time] {
  width: 100%;
}
.c-input._medium input[type=date],
.c-input._medium input[type=email],
.c-input._medium input[type=number],
.c-input._medium input[type=password],
.c-input._medium input[type=tel],
.c-input._medium input[type=text],
.c-input._medium input[type=time] {
  width: 50%;
}
@media not all and (min-width: 768px) {
  .c-input._medium input[type=date],
.c-input._medium input[type=email],
.c-input._medium input[type=number],
.c-input._medium input[type=password],
.c-input._medium input[type=tel],
.c-input._medium input[type=text],
.c-input._medium input[type=time] {
    width: 100%;
  }
}
.c-input._small input[type=date],
.c-input._small input[type=email],
.c-input._small input[type=number],
.c-input._small input[type=password],
.c-input._small input[type=tel],
.c-input._small input[type=text],
.c-input._small input[type=time] {
  width: 140px;
}
@media not all and (min-width: 768px) {
  .c-input._small input[type=date],
.c-input._small input[type=email],
.c-input._small input[type=number],
.c-input._small input[type=password],
.c-input._small input[type=tel],
.c-input._small input[type=text],
.c-input._small input[type=time] {
    width: 100%;
  }
}
.c-input input[type=checkbox],
.c-input input[type=radio] {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .c-input input[type=checkbox],
.c-input input[type=radio] {
    margin-right: 8px;
  }
}

span.c-input + span.c-input {
  margin-left: 20px;
}
@media not all and (min-width: 768px) {
  span.c-input + span.c-input {
    display: block;
    margin-left: 0;
  }
}

p.c-input__help {
  margin-bottom: 10px;
}

span.c-input__help {
  margin-left: 10px;
}
@media not all and (min-width: 768px) {
  span.c-input__help {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}

.c-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  min-height: 80px;
  padding: 10px 12px;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .c-textarea textarea {
    height: 225px;
    padding: 20px;
  }
}
.c-textarea textarea:focus-visible {
  outline: 2px solid #db4300;
}

.c-label {
  display: inline-flex;
  justify-content: center;
}
.c-label span {
  align-self: center;
}
@media (min-width: 768px) {
  .c-label + .c-label {
    margin-left: 2px;
  }
}
.c-label._e-ticket, .c-label._ticket {
    min-width: 96px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 23px;
    padding: 8px 12px;
    margin-right: 8px;
}
@media (min-width: 768px) {
  .c-label._e-ticket, .c-label._ticket {
    min-width: 102px;
    min-height: 25px;
    font-size: 13px;
    font-size: 0.7386363636rem;
  }
}
.c-label._e-ticket {
    background: #EB6441;
    text-shadow: none;
}
.c-label._ticket {
  background: #263770;
}
.c-label._user, .c-label._users {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-label._user, .c-label._users {
    font-size: 16px;
    font-size: 0.9090909091rem;
  }
}

.c-label._user i, .c-label._users i {
    font-size: 1.3em;
    margin-right: 0.2em;
    vertical-align: -1px;
}

.c-label._user {
  color: #EA6114;
}

.c-label._users {
  color: #14408F;
}

.c-labelList._round {
  text-align: center;
}
.c-labelList._round .c-labelList__item {
  display: inline-flex;
  justify-content: center;
  height: 32px;
  padding: 0 15px;
  margin-right: -0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #d1f1da;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .c-labelList._round .c-labelList__item {
    display: inline-flex;
    height: 35px;
    padding: 0 20px;
    border-radius: 17px;
  }
}
@media not all and (min-width: 768px) {
  .c-labelList._round .c-labelList__item + .c-labelList__item {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .c-labelList._round .c-labelList__item + .c-labelList__item {
    margin-left: 20px;
  }
}
.c-labelList._round .c-labelList__item span {
  align-self: center;
}

.c-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
}
.c-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: "";
  background: #163d83;
  border-radius: 50%;
}
.c-link::after {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 6px;
}

.c-link__arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
}
.c-link__arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  content: "";
  border: 0;
  border-top: solid 2px #434343;
  border-right: solid 2px #434343;
  transform: rotate(45deg);
}

.c-list._border .c-list__item {
  padding-bottom: 43px;
  border-bottom: 1px solid #cecece;
}
.c-list._date .c-list__item:not(:first-of-type) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item:not(:first-of-type) {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item > a,
.c-list._date .c-list__item .c-list__itemInner {
    display: flex;
    justify-content: flex-start;
  }
}
.c-list._date .c-list__item > a > .c-list__detail,
.c-list._date .c-list__item .c-list__itemInner > .c-list__detail {
  line-height: 1.875;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item > a > .c-list__detail,
.c-list._date .c-list__item .c-list__itemInner > .c-list__detail {
    flex-basis: calc(100% - (4em + 30px));
    width: calc(100% - (4em + 30px));
    max-width: calc(100% - (4em + 30px));
  }
}
.c-list._date .c-list__item a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item a:hover {
    text-decoration: underline;
  }
}
.c-list._date .c-list__item .c-list__time {
  display: inline-block;
  margin-bottom: 4px;
  color: #e2e2e2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-list__time {
    display: block;
    flex-basis: calc(4em + 20px);
    width: calc(4em + 20px);
    max-width: calc(4em + 20px);
    margin-bottom: 0;
    line-height: 1.875;
  }
}
@media (min-width: 768px) {
  .p-top .c-list._date .c-list__item .c-list__time {
    flex-basis: calc(4em + 30px);
    width: calc(4em + 30px);
    max-width: calc(4em + 30px);
  }
}
@media not all and (min-width: 768px) {
  .p-mainVisual__info .c-list._date .c-list__item .c-list__time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.0714285714;
  }
}
@media (min-width: 768px) {
  .p-mainVisual__info .c-list._date .c-list__item .c-list__time {
    line-height: 1.875;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-label {
    flex-basis: 120px;
    max-width: 120px;
    margin-top: 0.2em;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .c-list._date .c-list__item .c-label + .c-list__detail {
    flex-basis: calc(100% - (4em + 150px));
    width: calc(100% - (4em + 150px));
    max-width: calc(100% - (4em + 150px));
  }
}
.c-list._iconBar .c-list__item > p {
  margin-left: 28px;
  line-height: 1.4;
  text-indent: -28px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item > p {
    letter-spacing: 0.02em;
  }
}
.c-list._iconBar .c-list__item > p::before {
  display: inline-block;
  width: 16px;
  height: 2px;
  margin-right: 12px;
  content: "";
  background: #db4300;
  transform: translateY(-0.3em);
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item > p::before {
    height: 3px;
  }
}
.c-list._iconBar .c-list__item + .c-list__item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .c-list._iconBar .c-list__item + .c-list__item {
    margin-top: 10px;
  }
}
.c-list._borderNumber {
  padding-left: 1em;
  list-style: decimal;
}

.c-modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-modalWrap:not(.is-open) {
  display: none;
}
.c-modalWrap[aria-hidden=false] {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalWrap[aria-hidden=true] {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal.modal {
  position: static;
  width: 100%;
  max-width: 1000px;
  height: 83.9%;
  padding: 0;
  background: none;
  box-shadow: none;
}
@media not all and (min-width: 768px) {
  .c-modal.modal {
    height: 91.2%;
    padding: 0 18px;
  }
}
.c-modal.modal a.close-modal {
  display: none;
}
.c-modal .c-modal__body {
  width: 100%;
  height: calc(100% - 47px);
  padding:0;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
}
.c-modal .c-modal__Tit {
    background: #FF7C60;
    padding: 20px;
    color: #FFF;
    font-size: 16px;
}
@media not all and (min-width: 768px) {
  .c-modal .c-modal__body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-modal .c-modal__body::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-modal .c-modal__body {
    height: calc(100% - 45px);
    padding: 0;
  }
}
.c-modal .c-modal__inner {
    text-align: left;
    padding: 30px 22px;
}
.c-modal .c-modal__inner .c-heading03._orange{
    margin: 0 0 25px;
}
.c-modal .c-modal__inner .c-heading03._orange span{
    padding: 0;
    font-size: 16px;
    color: #ff7c60;
 
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5833333333;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-modal .c-modal__inner {
    font-size: 14px;
    font-size: 0.7954545455rem;
    line-height: 1.7142857143;
    padding: 36px 22px 70px;
  }
}
.c-modal .c-modal__inner .c-modal__lead {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner .c-modal__lead {
    margin-bottom: 50px;
    font-size: 18px;
    font-size: 1.0227272727rem;
    line-height: 1.5555555556;
  }
}
.c-modal .c-modal__inner p:not([class]) {
  margin-top: 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5833333333;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner p:not([class]) {
    font-size: 14px;
    font-size: 0.7954545455rem;
    line-height: 1.7142857143;
  }
}
.c-modal .c-modal__inner ul:not([class]) li {
  font-size:13px;
  line-height: 1.7em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner ul:not([class]) li {
    font-size: 16px;
    line-height: 1.8571428571;
  }
}
.c-modal .c-modal__inner ul:not([class]) li + li {
  margin-top: 8px;
}
.c-modal .c-modal__inner ul:not([class]) li p {
  margin: 5px 0;
}
.c-modal .c-modal__inner ul:not([class]) li span{
    display: inline-block;
    width: 15px;
    line-height: 1.1em;
    margin: 0 5px 0 0;
}
.c-modal .c-modal__inner .c-form__item {
  margin-top: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner .c-form__item {
    margin-top: 60px;
  }
}
.c-modal .c-modal__inner .c-modal__btn {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner .c-modal__btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner .c-modal__btn .c-button {
    width: 260px;
    min-height: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-modal .c-modal__inner .c-modal__btn .c-button span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
@media (min-width: 768px) {
  .c-modal .c-modal__inner .c-modal__btn .c-button span {
    font-size: 18px;
    font-size: 1.0227272727rem;
    line-height: 1.6666666667;
  }
}
.c-modal .c-modal__close {
  right: -6px;
  z-index: 999;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-left: auto;
  overflow: visible;
  color: #fff;
  text-align: right;
  touch-action: manipulation;
  cursor: pointer;
  background: url(../img/icon_close.png) no-repeat 100% 0;
  background-size: contain;
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .c-modal .c-modal__close {
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-bottom: 14px;
    background-size: contain;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.l-columns {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .l-columns {
    display: flex;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-columns .l-columns__main,
.l-columns .l-columns__sub {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  .l-columns .l-columns__main {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .l-columns .l-columns__sub {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    right: 0;
    flex: 1;
    margin-left: 5%;
  }
}

.l-contents {
  position: relative;
  width: 100%;
    background: #FAFAFA;
}
@media (min-width: 768px) {
  .l-contents {
  }
}
.l-contents .l-contents__wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-contents .l-contents__narrow {
  width: 70%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (min-width: 768px) {
  .l-contents .l-contents__narrow {
  width: 100%;
  }
}

.l-footer {
    padding: 50px 0 150px;
    position: relative;
}
@media (min-width: 768px) {
  .l-footer {
  }
}
.l-footer .l-footer__logo {
    position: absolute;
    bottom: 70px;
    right: 50px;
}
.l-footer .l-footer__logo img {
  width: 129px;
  height: auto;
}
@media (min-width: 768px) {
  .l-footer .l-footer__logo img {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__logo a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__nav {
  margin: 30px 0 15px;
  text-align: center;
}
.l-footer .l-footer__nav .l-footer__navItem {
  display: inline-block;
}
.l-footer .l-footer__nav .l-footer__navItem + .l-footer__navItem::before {
content: "|";
    color: #E5E5E5;
}
.l-footer .l-footer__nav .l-footer__navItem a {
    color: #757575;
  padding: 0 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .l-footer .l-footer__nav .l-footer__navItem a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__nav .l-footer__navItem a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__copyright {
    display: block;
    font-size: 12px;
    text-align: right;
    font-family: "Outfit", sans-serif;
    color: #757575;
    padding-right: 10px;
}

.l-footer .l-footer__logo a {
    display: block;
    margin-bottom: 8px;
}


@media not all and (min-width: 768px) {

.l-footer {
    padding: 0px 0 130px;
}

.l-footer .l-footer__nav .l-footer__navItem {
    display: block;
}
.l-footer .l-footer__nav {
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.l-footer .l-footer__nav .l-footer__navItem + .l-footer__navItem::before {
    display: none;
}

.l-footer .l-footer__nav .l-footer__navItem a {
    font-size: 12px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 7px 15px;
}

.l-footer .l-footer__logo img {
    width: 220px;
}

.l-footer .l-footer__logo a {
    margin-bottom: 6px;
}

.l-footer .l-footer__copyright {
    padding: 0;
    font-size: 13px;
}

.l-footer .l-footer__logo {
    right: 20px;
    bottom: 55px;
}

}


.l-main {
  width: 100%;
}

.l-section {
  width: 100%;
  background: #e5e5e5;
}
.l-section + .l-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-section + .l-section {
    margin-top: 80px;
  }
}
.l-section .l-section__wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.l-section .l-section__narrow {
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.l-section .l-section__body {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .l-section .l-section__body {
    margin-top: 40px;
  }
}

@media not all and (min-width: 768px) {
  .p-confirm {
  }
}
@media (min-width: 768px) {
  .p-confirm {
    width: 100%;
  }
}



.p-confirm a {
    color: #163d83;
    text-decoration: underline;
}
.p-confirm .p-confirm__list {
  margin-top: 43px;
}
.p-confirm .p-confirm__list + .c-heading03 {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .p-confirm .p-confirm__list + .c-heading03 {
    margin-top: 68px;
  }
}
.p-confirm .p-confirm__list li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9166666667;
}
@media (min-width: 768px) {
  .p-confirm .p-confirm__list li {
    font-size: 14px;
    font-size: 0.7954545455rem;
    line-height: 1.8571428571;
  }
}
.p-confirm .p-confirm__list li + li {
    margin-top: 2px;
}
.p-confirm .p-confirm__list li p {
  margin: 5px 0;
}
.c-form__item {
  display: flex;
  justify-content: center;
  height: 68px;
  margin: 56px auto 45px;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .c-form__item {
    width: 386px;
    height: 78px;
    margin: 60px auto 50px;
  }
}
.c-form__item label {
  align-self: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .c-form__item label {
    font-size: 16px;
    font-size: 0.9090909091rem;
  }
}

@media (min-width: 768px) {
  .p-confirm .p-confirm__btn .c-button {
    width: 415px;
    margin: 0 auto;
  }
}
.p-confirm .p-confirm__btn .c-button + .c-button {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .p-confirm .p-confirm__btn .c-button + .c-button {
    margin-top: 12px;
  }
}

.pageAttention{
    background: #FAFAFA;
}
.pageAttention .contentBlock {
    margin: 0 0 50px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
}
.pageAttention .contentBlock .c-heading03 {
    padding: 0px 0 5px;
    margin-bottom: 18px;
    position: relative;
    border-bottom: 2px solid;
    color: #EB6441;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

.pageAttention .contentBlock .p-confirm__list {
    margin-top: 0;
}
.pageAttention .contentBlock .p-confirm__list li {
    font-size: 16px;
    letter-spacing: 0;
}
.pageAttention .c-form__item{
    width: 400px;
    background: #FFF;
}
.pageAttention .p-confirm .p-confirm__btn .c-button{
    width: 400px;
}
.pageAttention .c-button._gray{
    background: transparent;
}
.pageAttention .c-button._gray:hover{
    transform: scale(1);
}
.pageAttention .btn{
    text-align: center;
}
.pageAttention .btn a.c-button {
    width: 400px;
    border-radius: 100px;
    font-family: "Noto Sans JP", sans-serif;
    background: #cecece;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 30px;
    font-size: 1.1363636364rem;
    position: relative;
}
.pageAttention .btn a.c-button span{
    position: absolute;
    top: calc(50% - 5px);
    background: url(../img/icon_arrow_white.png) no-repeat 50%;
    background-size: 100% auto;
    top: calc(50% - 6px);
    right: 30px;
    width: 9px;
    height: 13px;
}
.pageAttention .btn a.c-button._orange{
  pointer-events: none;
  transition:0.3s ease;
}
.pageAttention .btn a.c-button._orange.active{
  pointer-events: auto;
    color: #fff;
    background: #ff7c5f;
}
.pageAttention .btn a.c-button._gray{
    background: transparent;
    color: #000;
    display: inline-block;
    padding: 0;
    width: auto;
    margin: 20px 0;
}
@media (max-width: 767px) {
	.pageAttention .contentBlock {
	    padding: 0 15px 15px;
	    margin: 0 0 20px;
	    border-radius: 18px;
	}
	.pageAttention .contentBlock .c-heading03 {
	    margin-bottom: 20px;
	    font-weight: bold;
	    justify-content: flex-start;
	    padding: 20px 0 7px;
	}
	.pageAttention .contentBlock .p-confirm__list li {
	    font-size: 14px;
	    line-height: 1.7;
	}
    .pageAttention .c-form__item{
        width: 100%;
        margin: 40px auto 20px;
    }
    .pageAttention .p-confirm .p-confirm__btn .c-button{
        width: 100%;
    }
}


.p-top .p-mainVisual {
  position: relative;
  overflow: hidden;
}
.p-top .p-mainVisual:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.p-top .p-mainVisual .blank{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 999;
}
.p-top .p-mainVisual .blank img{
    width: 100%;
    height: 100%;
}
.p-top .p-mainVisual .mainVisual {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual {
    flex-direction: row-reverse;
    width: 70%;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top .p-mainVisual .mainVisual:not(._vertical) {
    box-sizing: border-box;
    padding: 55px 0 100px;
  }
  .p-top .p-mainVisual .mainVisual._vertical {
    justify-content: space-between;
    max-width: 826px;
    padding-left: 25px;
  }
  .p-top .p-mainVisual .mainVisual._vertical.horizontal {
    padding: 48px 0 58px;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top .p-mainVisual .mainVisual._vertical.horizontal .mainVisual__image {
    flex-basis: 50%;
    width: 50%;
  }
  .p-top .p-mainVisual .mainVisual._vertical.horizontal .mainVisual__heading {
    flex-basis: 50%;
    width: 50%;
  }
}

@media not all and (min-width: 768px) {

.p-top .p-mainVisual .mainVisual {
    padding: 90px 20px;
}

}

.p-top .p-mainVisual .mainVisual .mainVisual__heading {
    text-shadow: 0 0 10px #0000002e;
    align-content: center;
}

@media not all and (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading {
    padding: 18px 0 0;
  }
  .p-top .p-mainVisual .mainVisual._vertical .mainVisual__heading {
    position: initial;
    background: #eaeaea;
  }
  .p-top .p-mainVisual .mainVisual._vertical .mainVisual__heading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background: #eaeaea;*/
  }
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading {
    box-sizing: border-box;
    flex-basis: 50%;
    width: 50%;
    padding-left: 30px; 
  }
  .p-top .p-mainVisual .mainVisual._vertical .mainVisual__heading {
    flex-basis: 59.4%;
    width: 59.4%;
  }
}
.p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingArtist {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.6;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingArtist {
    font-size: 0.7954545455rem;
  }
}
@media (max-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingArtist {
      margin-bottom: 12px;
      display: block;
      line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingTitle {
    margin-top: 3px;
  }
}
.p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingTitle span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.7;
    color: #ffffff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingTitle span {
    font-size: 24px;
    font-size: 1.3636363636rem;
  }
}
.p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7em;
    margin: 10px 0 15px;
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingText {
    font-size: 18px;
    font-size: 1.0227272727rem;
    line-height: 1.7em;
    margin: 10px 0 15px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual .mainVisual__heading .mainVisual__headingTitle span {
      font-size: 18px;
  }
  .p-top .p-mainVisual .mainVisual._vertical .mainVisual__image {
    width: 55.7%;
    max-width: 418px;
    margin: 0 auto;
    background: #fff;
  }
  .p-top .p-mainVisual .mainVisual._vertical.horizontal .mainVisual__image {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .p-top .p-mainVisual .mainVisual__image {
    flex-basis: 50%;
    align-self: center;
    width: 50%;
  }
  .p-top .p-mainVisual .mainVisual._vertical .mainVisual__image {
    flex-basis: 294px;
    width: 294px;
  }
}
.p-top .p-mainVisual .p-mainVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000;
}
.p-top .p-mainVisual .p-mainVisual__bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  filter: blur(25px);
  opacity: 0.7;
  transform: scale(1.05);
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 768px) {
  .p-top .p-section._schedule {
    margin-bottom: 44px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-schedule {
    position: relative;
  }
}
.p-top .p-schedule .schedule {
}
@media not all and (min-width: 768px) {
  .p-top .p-schedule .schedule {
    overflow: hidden;
    transition: height 0.5s ease;
  }
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule {
  }
}
.p-top .p-schedule .schedule .schedule__item {
    padding-bottom: 24px;
    border-bottom: 1px dashed #E5E5E5;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__item {
  }
}
.p-top .p-schedule .schedule .schedule__item + .schedule__item {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__item + .schedule__item {
  }
}

  .p-top .p-schedule:not(._open):not(._anime) .schedule .schedule__item:nth-child(n+5) {
    display: none;
  }
.p-top .p-schedule:not(._open):not(._anime) .schedule .schedule__item:nth-child(4) {
    border-bottom: none;
    position: relative;
    padding: 0;
}

.p-top .p-schedule:not(._open):not(._anime) .schedule .schedule__item:nth-child(4)::before {
    background: repeating-linear-gradient(0deg, white 0%, transparent);
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.p-top .p-schedule .schedule .schedule__heading {
      display: flex;
      align-items: center;
      /* margin-bottom: 15px; */
}


@media not all and (min-width: 768px) {

.p-top .p-schedule .schedule .schedule__heading {
    flex-wrap: wrap;
}
}

@media not all and (min-width: 768px) {
.p-top .p-schedule .schedule .schedule__heading {
    margin-bottom: 8px;
}
}


.p-top .p-schedule .schedule .schedule__headingTime {
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    border-right: 1px solid;
    line-height: 1;
}
@media not all and (min-width: 640px) {
.p-top .p-schedule .schedule .schedule__headingTime {
    width: calc(100% / 3);
    font-size: 26px;
}
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__headingTime {
    min-width: 130px;
    font-size: 34px;
    font-size: 1.9318181818rem;
  }
}

.p-top .p-schedule .schedule .schedule__headingTime .date {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.p-top .p-schedule .schedule .schedule__headingTime .year {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    color: #757575;
    letter-spacing: 0;
}
@media not all and (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__headingTime .year {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__headingTime .year {
    font-size: 17px;
  }
}
.p-top .p-schedule .schedule .schedule__headingTime .week {
    font-size: 11px;
    font-size: 0.7875rem;
    background: #151515;
    color: #fff;
    font-weight: 600;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 4px;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__headingTime .week {
  }
}

.p-top .p-schedule .schedule .schedule__headingTime .week.sat {
    background: #14408F;
}
.p-top .p-schedule .schedule .schedule__headingTime .week.sun {
    background: #d61717;
}

.p-top .p-schedule .schedule .schedule__area {
    min-width: 130px;
    font-size: 19px;
    font-weight: 600;
    padding-left: 12px;
}

@media not all and (min-width: 768px) {
.p-top .p-schedule .schedule .schedule__area {
    min-width: auto;
    width: calc(100% / 3);
    font-size: 16px;
    padding-left: 10px;
}

}

.p-top .p-schedule .schedule .schedule__headingPlace_box{
  display: flex ;
  flex-wrap: wrap;
}

.p-top .p-schedule .schedule .schedule__headingPlace {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.8333333333;
    color: #141414;
}
.p-top .p-schedule .schedule .schedule__headingPlace:nth-child(n+2) {
    margin-top: 4px;
}

.p-top .p-schedule .schedule .schedule__headingPlace i {
    color: #b5b5b5;
}

@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__headingPlace {
      font-size: 20px;
      font-size: 1.0rem;
      line-height: 1.5;
      margin-top: 8px;
  }
  .p-top .p-schedule .schedule .schedule__headingPlace:nth-child(n+2) {
      margin-top: 4px;
}
}

@media not all and (min-width: 768px) {
.p-top .p-schedule .schedule .schedule__headingPlace {
    font-size: 13px;
    width: 100%;
    margin-top: 8px;
}
.p-top .p-schedule .schedule .schedule__headingPlace:nth-child(n+2) {
    margin-top: 4px;
}
}

.p-top .p-schedule .schedule .schedule__time {
    line-height: 1.6;
    min-width: 130px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
    border-left: 1px solid;
}
@media not all and (min-width: 768px) {
.p-top .p-schedule .schedule .schedule__time {
    min-width: auto;
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 1.4;
    padding-left: 10px;
}
}

.p-top .p-schedule .schedule .schedule__time .time {
    font-family: "Outfit", sans-serif;
    margin-left: 4px;
    display: inline-block;
    font-size: 16px;
}

.p-top .p-schedule .schedule .schedule__description {
    font-size: 14px;
    font-size: 0.875rem;
    background: #F9F9F9;
    padding: 15px 20px;
    border-radius: 1em;
    margin-top: 24px;
}
@media not all and (min-width: 640px) {
  .p-top .p-schedule .schedule .schedule__description {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__description {
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}
.p-top .p-schedule .schedule .schedule__description .description .description__title {
    color: #757575;
    font-weight: 600;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__description .description .description__title {
  }
}
.p-top .p-schedule .schedule .schedule__description .description .description__title::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    content: "";
    border-top: 2px solid #EA6114;
    border-right: 2px solid #EA6114;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__description .description .description__title::before {
  }
}
.p-top .p-schedule .schedule .schedule__description .description .description__detail a {
  color: #163d83;
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__description .description .description__detail a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-top .p-schedule .schedule .schedule__description .description .description__detail a:hover {
    opacity: 0.7;
  }
}
.p-top .p-schedule .schedule .schedule__description .description .description__detail p:not([class]) + p {
  margin-top: 4px;
}
.p-top .p-schedule .schedule .schedule__description .description .description__detail .tel {
}
@media (min-width: 768px) {
  .p-top .p-schedule .schedule .schedule__description .description .description__detail .tel {
  }
}
.p-top .p-schedule .schedule .schedule__description .description .description__detail .tel a {
}
.p-top .p-schedule .schedule .schedule__description .description .description__title.accordionTit {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.p-top .p-schedule .schedule .schedule__description .description .description__title.accordionTit:before{
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translate(0, -65%) rotate(135deg);
    transition: 0.3s ease;
}
.p-top .p-schedule .schedule .schedule__description .description .description__title.accordionTit.open:before {
    transform: translate(0, -50%) rotate(315deg);
}
.p-top .p-schedule .schedule .schedule__description .description .description__detail.accordionDetail {
    margin-top: 8px;
    display: none;
}

.p-top .p-schedule .p-schedule__more {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

@media not all and (min-width: 768px) {
.p-top .p-schedule .p-schedule__more {
}
}

@media (min-width: 768px) {
  .p-top .p-schedule .p-schedule__more {
  }
}
.p-top .p-schedule .p-schedule__more .p-schedule__moreBtn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  width: 155px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 500;
  background: #151515;
  border-radius: 24px;
}
.p-top .p-schedule .p-schedule__more .p-schedule__moreBtn span {
    display: block;
    align-self: center;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    position: relative;
}
@media (min-width: 768px) {
  .p-top .p-schedule .p-schedule__more .p-schedule__moreBtn span {
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}

.p-top .p-schedule._open .p-schedule__more::before {
  display: none;
}
.p-top .p-schedule._open .p-schedule__moreBtn {
  margin-bottom: 20px;
}
.p-top .p-schedule._open .p-schedule__moreBtn span {
  display: inline-flex;
}
.p-top .p-schedule .p-schedule__moreBtn span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    align-self: center;
    width: 10px;
    height: 5px;
    content: "";
    background: url(../img/icon_arrow_black_top.png) no-repeat 50%;
    background-size: 10px auto;
    transition: 0.3s ease;
    transform: translate(0,-50%) rotate(180deg);
    filter: invert(1);
}
.p-top .p-schedule._open .p-schedule__moreBtn span::before {
    transform: translate(0,-50%) rotate(0);
}

@media not all and (min-width: 768px) {
  .p-top .p-section._ticket .c-heading01 {
    padding: 0 20px 0px;
  }
}
.p-top .p-section._ticket .p-section__inner {
  padding: 5px 18px 75px;
  background: #FAFAFA;
}
@media (min-width: 768px) {
  .p-top .p-section._ticket .p-section__inner {
    padding: 0 0 80px;
  }
}

@media not all and (min-width: 768px) {
.p-top .p-section._ticket .p-section__inner {
    padding: 0 20px 56px;
}
}


.p-section._ticket {
    padding: 100px 0 0;
}

@media (max-width: 768px) {
    .p-section._ticket{
        padding: 56px 0 0;
    }
}

.p-top .p-ticket {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-top .p-ticket {
     padding-top: 0;
  }
}
.p-top .p-ticket .p-ticket__description .description {
    display: flex;
    align-items: center;
    padding: 0;
    background: #fff;
    border-radius: 1.2em;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #0000002b;
    position: relative;
}

@media not all and (min-width: 768px) {
.p-top .p-ticket .p-ticket__description .description {
    margin-bottom: 8px;
    border-radius: 1em;
    box-shadow: 0 0 7px #0000002b;
}
.p-top .p-ticket .p-ticket__description .description:last-child {
    margin-bottom: 0;
}

}

.p-top .p-ticket .p-ticket__description .description::before {
    content: '';
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px dashed #E5E5E5;
    pointer-events: none;
}

.p-top .p-ticket .p-ticket__description .description .description__area {
    flex-basis: 45%;
    width: 45%;
    font-size: 14px;
    line-height: 1.3823529412;
    padding: 20px;
}
@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__description .description .description__area {
  }
}

@media not all and (min-width: 768px) {

.p-top .p-ticket .p-ticket__description .description .description__area {
    padding: 15px;
    font-size: 14px;
}

}


.p-top .p-ticket .p-ticket__description .description .description__area em {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.p-top .p-ticket .p-ticket__description .description .description__area span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media not all and (min-width: 640px) {
  .p-top .p-ticket .p-ticket__description .description .description__area span {
        font-size: 12px;
        line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__description .description .description__area span {
    margin-top: 5px;
  }
}
.p-top .p-ticket .p-ticket__description .description .description__price {
    flex-basis: 55%;
    width: 55%;
    font-weight: 700;
    letter-spacing: 0;
    text-align: right;
    padding: 20px;
    font-size: 15px;
}
@media not all and (min-width: 768px) {
.p-top .p-ticket .p-ticket__description .description .description__price {
    padding: 15px;
    font-size: 14px;
}
}

.p-top .p-ticket .p-ticket__description .description .description__price em {
    font-size: 18px;
    font-style: normal;
    line-height: 1.2368421053;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__description .description .description__price em {
    font-size: 21px;
    line-height: 1.2413793103;
  }
}
.p-top .p-ticket .p-ticket__description .description .description__price span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
@media not all and (min-width: 640px) {
  .p-top .p-ticket .p-ticket__description .description .description__price span {
    font-size: 3.2vw;
    line-height: 1.9583333333;
  }
}
@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__description .description .description__price span {
    font-size: 13px;
    font-size: 0.85rem;
  }
}

.p-top .p-ticket .p-ticket__description {
    width: 49%;
}

.p-top .p-ticket .p-ticket__note {
    border: 3px solid #ffffff;
    background: #ffffff;
    padding: 20px;
    border-radius: 1em;
    width: 49%;
}
.p-top .p-ticket .p-ticket__note dt {
    padding-left: 28px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.1923076923;
    background: url("../img/icon_exclamation_triangle_black.png") no-repeat 0 55%;
    background-size: 20px auto;
    font-weight: 600;
}
@media not all and (min-width: 768px) {

.p-top .p-ticket .p-ticket__note {
    width: 100%;
    padding: 16px;
}
.p-top .p-ticket .p-ticket__description {
    width: 100%;
    margin-bottom: 24px;
}

}


@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__note dt {
    padding-left: 20px;
    font-size: 16px;
    font-size: 0.9090909091rem;
    line-height: 1.1875;
    background-size: 14px auto;
  }
}
.p-top .p-ticket .p-ticket__note dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
@media not all and (min-width: 640px) {
  .p-top .p-ticket .p-ticket__note dd {
    font-size: 3.2vw;
    line-height: 1.2083333333;
  }
}
@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__note dd {
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}
.p-top .p-ticket .p-ticket__note dd p + p {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .p-top .p-ticket .p-ticket__note dd p + p {
    margin-top: 6px;
  }
}

.attention_list {
    margin-bottom: 20px;
}
.attention_list:last-child {
    margin-bottom: 0px;
}

.attention_list > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.45;
    margin-bottom: 0.2em;
    font-size: 0.95em;
}
.attention_list > li:last-child {
    margin-bottom: 0;
}
.attention_list > li.no_ind {
    text-indent: 0;
    padding: 0;
}
.attention_list > li i {
    text-indent: 0;
}

.attention_list > li a {
    text-decoration: none;
    font-weight: bold;
}

.attention_list.attention_g {
    color: #757575;
}

@media not all and (min-width: 768px) {

.attention_list > li {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.25px;
}
.attention_list.attention_g > li {
    font-size: 14px;
}
.attention_list.attention_g.min > li {
    font-size: 13px;
}

}



.c-list__indent > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 0.3em;
    font-size: 14px;
}
.c-list__indent > li:last-child {
    margin-bottom: 0;
}
.c-list__indent {
    margin-bottom: 10px;
}

.red {
    color: #F0415C;
}

.link {
    font-weight: bold;
    text-decoration: none;
}

.p-top .p-section._information {
    position: relative;
    z-index: 2;
    background: #ffffff;
}
@media (min-width: 768px) {
}
.p-top .p-section._information .p-section__inner {
      background: linear-gradient(180deg, #ffffff 85%, #E4E4E4);
}
@media not all and (min-width: 768px) {
  .p-top .p-section._information .p-section__inner {
    padding: 56px 20px 20px;
  }
}
@media (min-width: 768px) {
  .p-top .p-section._information .p-section__inner {
        padding-top: 80px;
        padding-bottom: 60px;
        margin: 0 auto;
  }
}
.p-top .p-information {
    padding: 30px;
    background: #F9F9F9;
    border-radius: 1.5em;
    margin-bottom: 20px;
}
.p-top .p-information:last-child {
    margin-bottom: 0;
}

@media not all and (min-width: 768px) {
.p-top .p-information {
    padding: 18px;
    border-radius: 1.2em;
    margin-bottom: 18px;
}
}

.p-information.trade {
    background: #ffffff;
    border: 2px solid #dfdfdf;
}

.p-top .p-information .p-information__heading {
    display: flex;
    margin: 16px 0 32px;
    font-weight: 700;
    align-items: center;
}

@media (min-width: 768px) {
  .p-top .p-information .p-information__heading {
    margin: 16px 0 32px;
  }
}

@media not all and (min-width: 768px) {
.p-top .p-information .p-information__heading {
    margin: 16px 0 32px;
    font-size: 10px;
}
.p-information.trade {
    padding: 24px 16px;
}
}

.p-top .p-information .p-information__heading span {
    display: inline-flex;
    margin-right: 8px;
    font-size: 1.5em;
    font-weight: 800;
    padding-top: 3px;
}

@media (min-width: 768px) {
  .p-top .p-information .p-information__heading span {
  }
}
.p-top .p-information .p-information__heading span::after {

}
@media (min-width: 768px) {
  .p-top .p-information .p-information__heading span::after {
    border-width: 12px 0 12px 17px;
  }
}


.p-top .p-information .p-information__heading h3 {
    align-self: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2058823529;
    color: #EA6114;
}

@media (min-width: 768px) {
  .p-top .p-information .p-information__heading h3 {
        font-size: 24px;
        font-size: 1.2rem;
        line-height: 1.2083333333;
  }
}

.p-top .p-information.blueLabel .p-information__heading h3 {
    color: #14408F;
}

.p-top .p-information .information .information__item {
  padding: 0 0 24px;
}
.p-top .p-information .information .information__item:last-child {
    padding-bottom: 0;
}

.p-top .p-information .information .information__item.pair {
    background: #ffffff;
    border: 1px solid #EB6441;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}

@media not all and (min-width: 768px) {
.p-top .p-information .information .information__item {
}
.p-top .p-information .information .information__item.pair {
    padding-bottom: 16px;
}
}

.p-top .pair .information__noteTitle {
    background-color: #EB6441;
    color: #fff;
    padding: 1em 1em 1em 2.5em;
    background-image: url("../img/icon_exclamation_triangle_white.png");
    background-position: 17px 50%;
    margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-top .p-information .information .information__item {
  }
}
.p-top .p-information .information .information__item .c-heading02 {
}
.p-top .p-information .information .information__item .c-heading02 span{
}
.p-top .p-information.orangeLabel .information .information__item .c-heading02 span{
}
.p-top .p-information.blueLabel .information .information__item .c-heading02 span{
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__item .c-heading02 {
  }
}
.p-top .p-information .information .information__item > p{
  line-height: 1.625;
}
.p-top .p-information .information .information__item > p.caution  {
    color: #757575;
}
.p-top .p-information .information .information__item > p:not(:last-child){
    margin: 0 0 20px;
}
.p-top .p-information .information .information__item > p.c-label{
    background: transparent;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 768px) {
    .p-top .p-information .information .information__item > p.c-label{
        font-size: 14px;
    }
}

@media not all and (min-width: 640px) {
  .p-top .p-information .information .information__item > p {
  }
  .p-top .p-information .information .information__item > p.txtMini {
    font-size: 14px!important;
  }
.p-top .p-information .information .information__item > p:not(:last-child) {
    margin-bottom: 16px;
}

}
@media (min-width: 768px) {
.p-top .p-information .information .information__item > p{
  line-height: 1.625;
}
.p-top .p-information .information .information__item > p.txtMini{
  font-size: 18px!important;
}
}
.p-top .p-information a {
  color: #14408F;
}
@media (min-width: 768px) {
  .p-top .p-information a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-top .p-information a:hover {
    opacity: 0.7;
  }
}


.p-top .p-information .information .information__item > .information__discription:not(:last-child) {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__item > .information__discription:not(:last-child) {
    margin-bottom: 32px;
  }
}

.p-top .c-text__flex {
    display: flex;
    gap: 1%;
    margin-bottom: 20px;
}


.c-text__flex_box {
    width: 49.5%;
    background: #fff;
    padding: 15px;
    border-radius: 0.6rem;
    box-shadow: 0 0 8px #f6732a30;
}
.c-text__flex_box:last-child {
    box-shadow: 0 0 8px #345cc81c;
    margin-bottom: 0;
}


.p-top .p-information .information .information__discription dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6428571429;
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__discription dt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media not all and (min-width: 768px) {
.p-top .c-text__flex {
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.c-text__flex_box {
    width: 100%;
    margin-bottom: 10px;
}

.p-top .p-information .information .information__discription dt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

}

.p-top .p-information .information .information__discription dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media not all and (min-width: 640px) {
  .p-top .p-information .information .information__discription dd {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__discription dd {
    font-size: 14px;
    font-size: 0.7954545455rem;
  }
}

.p-top .p-information .information .information__discription dd.link_blank {
    text-align: right;
    font-weight: bold;
}

.p-top .p-information .information .information__discription dd.link_blank a {
    text-decoration: none;
}

.p-top .p-information .information .information__discription dd .caution {
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0 0;
}
.p-top .p-information .information .information__balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__balloon {
    margin-bottom: 20px;
  }
}
.p-top .p-information .information .information__balloon::before {
  display: block;
  width: 45px;
  height: 59px;
  margin-right: 16px;
  content: "";
  background: url("../img/icon_mobile.png") no-repeat 0 50%;
  background-size: 43px auto;
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__balloon::before {
    width: 56px;
    height: 62px;
    margin-right: 18px;
    background-size: 56px auto;
  }
}
.p-top .p-information .information .information__balloonText {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  padding: 12px 27px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 3px #e2e2e2;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .p-top .p-information .information .information__balloonText {
    padding: 22px 30px 24px;
    font-size: 18px;
    font-size: 1.0227272727rem;
    border-radius: 18px;
  }
}
.p-top .p-information .information .information__balloonText::before {
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 2;
  margin-top: -6px;
  content: "";
  border: 6px solid transparent;
  border-right: 6px solid #fff;
}
.p-top .p-information .information .information__balloonText::after {
  position: absolute;
  top: 50%;
  left: -18px;
  z-index: 1;
  margin-top: -8px;
  content: "";
  border: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
}
.p-top .information__noteTitle {
  padding-left: 18px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  background: url("../img/icon_exclamation_triangle.png") no-repeat 0 50%;
  background-size: 15px auto;
  color: #EA6114;
}
.p-top .information__noteTitle:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
.p-top .information__noteTitle {
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.4;
    background-position: 0 4px;
}
}
@media not all and (min-width: 768px) {
.p-top .information__noteTitle {
    margin-bottom: 16px;
    background-size: 16px auto;
    background-position: 0 4px;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 22px;
}
}


.p-top .p-information .information .information__item.pair .information__note {
    width: calc(100% - 32px);
    margin: 0 auto;
}

.p-top .p-information .information .information__item.pair .information__note button.information__noteBtn.c-accordion__btn {
    padding: 16px;
}

.p-top .p-information .information .information__item.pair .information__note .information__noteItem {
    border: none;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
}

.p-top .p-information .information .information__item.pair .c-accordion__bodyInner {
    padding: 16px;
    border-top: 2px solid #dfdfdf;
}


.p-top .information__note {
}
@media (min-width: 768px) {
  .p-top .information__note {
  }
}
.p-top .information__note .information__noteItem {
    background: #ffffff;
    border: 2px solid #dfdfdf;
}
.p-top .information__note .information__noteItem .information__noteBtn {
    color: #151515;
    font-size: 15px;
}
.p-top .information__note .information__noteItem .information__noteBtn::before,
.p-top .information__note .information__noteItem .information__noteBtn::after{
    background: #151515;
}
.p-top .p-section._tickettype {
    position: relative;
    background: #E4E4E4;
}
@media (min-width: 768px) {
  .p-top .p-section._tickettype {
        padding-bottom: 70px;
        padding-top: 20px;
  }
}
@media not all and (min-width: 768px) {

.p-top .p-information .information .information__item.pair .information__note button.information__noteBtn.c-accordion__btn {
    padding: 16px 4px;
}
.p-top .p-information .information .information__item.pair .c-accordion__bodyInner {
    padding: 16px 4px;
}

.p-top .p-information .information .information__item.pair .c-accordion__btn::before, .p-top .p-information .information .information__item.pair .c-accordion__btn::after {
    right: 4px;
}

.p-top .p-section._tickettype {
    padding-top: 36px;
    padding-bottom: 56px;
}
.p-top .information__note .information__noteItem .information__noteBtn {
    font-size: 14px;
}
.p-top .information__note .information__noteItem {
    border-radius: 12px;
}

}

.p-section._tickettype .l-contents__narrow {
    background:#F9F9F9;
    box-shadow: 0 0 30px #0000002b;
    border-radius: 1.5em;
    overflow: hidden;
}

.p-top .p-section._tickettype .c-heading01 {
    margin-bottom: 30px;
    padding: 25px 30px 0;
}
@media (min-width: 768px) {
  .p-top .p-section._tickettype .c-heading01 {
  }
}
@media not all and (min-width: 768px) {
.p-top .p-section._tickettype .c-heading01 {
    padding: 20px 15px 0;
    margin-bottom: 20px;
}
}
.p-top .p-tab__list {
    position: relative;
    display: flex;
    /* justify-content: space-around; */
    border-bottom: #0000001c solid 1px;
}

.p-top .p-tab__list li {
    width: 50%;
    text-align: center;
}


@media not all and (min-width: 768px) {
  .p-top .p-tab__listItem {
    flex-basis: 50%;
    width: 50%;
  }
  .p-top .p-tab__listItem.single {
    width: 100%;
    flex-basis: 100%;
  }

  .p-top .p-tab__listItem a span {
    align-self: center;
  }
}
  .p-top .p-tab__contentInner {
    display: none;
  }
  .p-top .p-tab__contentInner._current {
    display: block;
  }

.p-top .p-tab__contentInner .p-information {
    background: #F9F9F9;
    padding: 25px 30px;
    border-radius: 0;
}

@media (min-width: 768px) {
  .p-top .p-tab__contentInner .p-information {
  }
}
@media not all and (min-width: 768px) {
.p-top .p-tab__contentInner .p-information {
    padding: 20px;
}
  .p-top .p-tab__contentInner .p-information .information {
  }
}
.p-top .p-tab__contentInner .p-information .information .c-heading02 a {
  font-weight: normal;
  color: #fff;
}

.p-top .p-tab__title {
    padding: 0 30px 15px;
    font-size: 24px;
    font-size: 1.15rem;
    color: #EA6114;
    letter-spacing: 0.05em;
    border-bottom: #EA6114 3px solid;
    display: block;
    text-decoration: none;
    font-weight: 600;
}
.p-top .p-tab__listItem:not(._current) .p-tab__title {
    color: #757575;
    border-bottom: none;
}

@media (min-width: 768px) {
  .p-top .p-tab__title._eticket {
  }
}
@media (min-width: 768px) {
  .p-top .p-tab__title._ticket {
  }
}
@media (min-width: 768px) {
  .p-top .p-tab__title span {
    align-self: center;
  }
}

@media not all and (min-width: 768px) {

.p-top .p-tab__title {
    padding: 0 15px 14px;
    font-size: 14px;
}
}

.p-top .p-information .information .information__item > p.c-read_app {
    background: #EA6114;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    border-radius: 3rem;
    margin-top: 15px;
}

@media not all and (min-width: 768px) {
.p-top .p-information .information .information__item > p.c-read_app {
    font-size: 14px;
    margin-top: 13px;
}
}

.p-top #trade {
    position: relative;
    background: #E4E4E4;
    padding-bottom: 70px;
}

.p-top #trade .c-text__medium {
    background: #fafafa;
}

.app_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.app_image {
    width: 50%;
    border-radius: 1rem;
    overflow: hidden;
}
.app_detail {
    width: 48%;
}
.app_icon {
    width: 30%;
    margin: 0 auto 25px;
}

.app_btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.app_btn_wrap a {
    display: block;
    width: 44%;
}
.app_btn_wrap a:last-child {
    width: 54%;
}

.p-top div.c-text__medium {
    padding: 18px;
    line-height: 1.6;
}
.c-text {
    font-size: 15px;
    margin-bottom: 0.8em;
}
.c-text:last-child {
    margin-bottom: 0;
}

@media not all and (min-width: 768px) {

.p-top #trade {
    padding: 0 18px 0;
}

.c-text {
    font-size: 13px;
}
.p-top .c-text__medium .c-text {
    font-size: 14px;
}

.app_image {
    width: 100%;
    margin-bottom: 15px;
}

.app_detail {
    width: 70%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.app_icon {
    margin: 0;
    width: 26%;
    display: none;
}

.app_btn_wrap a {
    width: 100% !important;
}
.app_btn_wrap {
    width: 69%;
    margin: 0 auto;
}

}


.p-top .p-section.entry {
    position: relative;
    background: #E4E4E4;
    padding: 0 0 80px;
}

.p-top .p-section.entry::before {
    content: '';
    width: 60%;
    height: 50vw;
    background: url(../img/bg_entry.png);
    display: block;
    position: absolute;
    top: -25vw;
    left: -9%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: blur(55px) brightness(1.1);
    z-index: 0;
}

.p-top .p-section > div {
    position: relative;
    z-index: 1;
}


.p-top .p-section.entry .c-heading01__title {
    color: #fff;
}
.p-top .p-section.entry .c-heading01__title .jp {
    color: #fff;
}

.p-top .p-section._check {
    padding: 80px 0;
    z-index: 1;
    position: relative;
    background: #FAFAFA;
}

.p-top .p-section._check._application .p-check__inner{
    margin-bottom: 0;
}
.p-top .p-section._check._application .p-check .helpBox{
    margin-top: 60px;
}
@media (min-width: 768px) {
  .p-top .p-section._check {
    padding-top: 83px;
  }
}
@media not all and (min-width: 768px) {
.p-top .p-section._check {
    padding: 56px 0;
}

.p-top .p-section.entry {
    padding: 56px 0;
}
.p-top .p-section.entry::before {
    width: 125%;
    height: 120vw;
    left: -28%;
    top: -6vw;
}

.p-top .p-section.entry .c-heading01__title {
    padding: 0 20px;
}

  .p-top .p-check {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.p-top .p-check .p-check__inner {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 30px #0000002b;
    padding: 60px 50px;
    border-radius: 1.5em;
}

@media not all and (min-width: 768px) {
.p-top .p-check .p-check__inner {
    padding: 20px;
}
}

@media (min-width: 768px) {
}

.p-top .p-section._trade {
    position: relative;
    padding-top: 68px;
    padding-bottom: 55px;
    background: #FAFAFA;
}
.p-top .p-section._trade .l-contents__narrow {
    padding-right: 18px;
    padding-left: 18px;
}
@media (min-width: 768px) {
    .p-top .p-section._trade .l-contents__narrow {
        padding-right: 42px;
        padding-left: 42px;
    }
}
.p-top .p-section._trade .c-heading01 {
    margin-bottom: 18px;
}
.p-top .p-section._trade .p-section__inner{
    padding:15px;
    background: #fff;
    border-radius: 24px;
}
@media (min-width: 768px) {
    .p-top .p-section._trade .p-section__inner{
        padding: 20px;
    }
}
.p-top .p-section._trade .p-section__inner .lead{
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .p-top .p-section._trade .p-section__inner .lead{
        padding: 0 20px;
    }
}
.p-top .p-section._trade .p-section__inner .lead a{
    display: inline-block;
    color: #14408f;
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
}
.p-top .p-section._trade .p-section__inner .lead a span{
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%) rotate(45deg);
}


.p-top .p-section._trade .information__item .c-heading02 {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border-radius: 100px;
    background: transparent;
}
.p-top .p-section._trade .information__item .c-heading02 span {
    background: #333333;
    height: auto;
    min-height: auto;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.p-top .p-section._trade .information__item .c-text__medium.caution{
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0 0 0;
    font-size: 13px!important;
}
@media (min-width: 768px) {
    .p-top .p-section._trade .information__item {
        padding: 0 20px;
    }
    .p-top .p-section._trade .information__item .c-heading02{
        margin-right: -20px;
        margin-left: -20px;
    }
    .p-top .p-section._trade .information__item .c-text__medium.caution{
        font-size: 16px!important;
    }
}

.tradeImp {
    margin-bottom: 20px;
}
.tradeImp dt {
    width: 300px;
    margin: 0 auto 15px;
    line-height: 0;
    max-width: 100%;
}
.tradeImp dd {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.trade .lead {
    margin-bottom: 20px;
    font-size: 14px;
}

@media not all and (min-width: 768px) {

.tradeImp dt {
    max-width: 60%;
    margin: 0 auto 18px 0;
}

.tradeImp {
    margin-bottom: 15px;
}

.tradeImp dd {
    font-size: 14px;
    text-align: left;
}

}


.p-top .p-information .btn_w a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 2px solid;
    padding: 15px 25px;
    color: #EA6114;
    border-radius: 3rem;
    transition: 0.3s;
    font-size: 16px;
}
.btn_w {
    text-align: center;
}
.p-top .p-information .btn_w a:hover {
    background: #EA6114;
    color: #fff;
    border-color: #EA6114;
    opacity: 1;
}
@media not all and (min-width: 768px) {
.p-top .p-information .btn_w a {
    font-size: 14px;
    min-width: 240px;
    min-height: 56px;
    padding: 15px;
}
}


@media (min-width: 768px) {
  .p-top .p-check .p-check__lead {
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 1.1363636364rem;
    line-height: 1.3;
  }
}
@media not all and (min-width: 768px) {
.p-check__lead {
    text-align: left;
    font-size: 14px;
    margin-bottom: 17px;
}
}

.p-top .p-check .p-check__button .c-buttonWrap:first-child::after {
  display: block;
  width: 0;
  height: 0;
  margin: 21px auto;
  content: "";
  border-color: #db4300 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 10px 0 10px;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__button .c-buttonWrap:first-child::after {
    margin: 21px auto;
    border-width: 21px 13px 0 13px;
  }
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__button .c-button {
    flex-wrap: wrap;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top .p-check .p-check__description li {
  display: flex;
  align-items: center;
  min-height: 75px;
  padding: 24px;
  border: 2px solid #151515;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description li {
    min-height: 147px;
    padding: 30px;
    border-width: 4px;
    border-radius: 28px;
  }
}
.p-top .p-check .p-check__description li + li {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description li + li {
    margin-top: 20px;
  }
}
.p-top .p-check .p-check__description li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media not all and (min-width: 640px) {
  .p-top .p-check .p-check__description li p {
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description li p {
    font-size: 18px;
    font-size: 1.0227272727rem;
  }
}
.p-top .p-check .p-check__description li p a {
  color: #163d83;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description li p a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-top .p-check .p-check__description li p a:hover {
    opacity: 0.7;
  }
}
.p-top .p-check .p-check__description .banticket {
  padding-left: 112px;
  background: url("../img/icon_ban_ticket.png") no-repeat 24px 50%;
  background-size: 72px auto;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description .banticket {
    padding-left: 144px;
    background-position: 24px 50%;
    background-size: 100px auto;
  }
}
.p-top .p-check .p-check__description .qa {
  padding-left: 112px;
  background: url("../img/icon_faq.png") no-repeat 24px 50%;
  background-size: 75px auto;
}
@media (min-width: 768px) {
  .p-top .p-check .p-check__description .qa {
    padding-left: 150px;
    background-position: 24px 50%;
    background-size: 103px auto;
  }
}

.p-section._check .c-heading01._line{
}
.p-section._check .helpBox{
    text-align: center;
}
.p-section._check .helpBox .help {
    font-size: 18px;
    margin-bottom: 35px;
}

.p-section._check .l-contact_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-section._check .l-contact_list li {
    width: 32%;
}
.p-section._check .l-contact_list li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 15px 18px;
    border-radius: 1rem;
    transition: 0.3s;
    font-size: 16px;
    background: #fff;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 10px #00000014;
}

.p-section._check .l-contact_list li .contact_tit {
    color: #EA6114;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.p-section._check .l-contact_list li .contact_tit::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    content: "";
    border-top: 2px solid #EA6114;
    border-right: 2px solid #EA6114;
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(45deg);
}

.p-section._check .l-contact_list li .contact_target {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.p-section._check .l-contact_list li .contact_desc {
    font-size: 12px;
}


@media (max-width: 768px) {
    .p-section._check .helpBox .help{
        font-size: 22px;
    }

.p-section._check .l-contact_list {
    width: 90%;
}
.p-section._check .l-contact_list li {
    width: 100%;
    margin-bottom: 15px;
}
.p-section._check .l-contact_list li:last-child {
    margin-bottom: 0;
}


}

.p-section._check .helpBox a span{
    position: absolute;
    width: 9px;
    height: 9px;
    right: 0;
    top: 50%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translate(0,-40%) rotate(45deg);
}
.p-top .p-sns {
    background: #fff;
    text-align: center;
    padding: 64px 0;
}
@media (min-width: 768px) {
  .p-top .p-sns {
  }
}
.p-top .p-sns .p-sns__lead {
    font-size: 35px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
@media (min-width: 768px) {
  .p-top .p-sns .p-sns__lead {
  }
}
.p-top .p-sns .p-sns__buttons {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-top .p-sns .p-sns__buttons {
    margin-top: 13px;
  }
}
.p-top .p-sns .p-sns__button {
  display: inline-block;
}
.p-top .p-sns .p-sns__button + .p-sns__button {
  margin-left: 15px;
}
.p-top .p-sns .p-sns__button a {
  display: flex;
  justify-content: center;
  width: 51px;
  height: 51px;
  text-decoration: none;
  border-radius: 26px;
}
@media (min-width: 768px) {
  .p-top .p-sns .p-sns__button a {
        width: 55px;
        height: 55px;
        border-radius: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .p-top .p-sns .p-sns__button a {
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-top .p-sns .p-sns__button a:hover {
    opacity: 0.7;
  }
  .p-top .p-sns .p-sns__lead {
      font-size: 31px;
      line-height: 1;
  }
}
.p-top .p-sns .p-sns__button i {
  align-self: center;
}
.p-top .p-sns .p-sns__button ._twitter {
  background: #000;
}
.p-top .p-sns .p-sns__button ._facebook {
  background: #2680eb;
}
.p-top .p-sns .p-sns__button ._line {
  background: #00b900;
}
.p-top .p-sns .p-sns__button span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-aligncenter {
  text-align: center;
}

@media (min-width: 768px) {
  .u-alignleft {
    float: left;
  }
}

@media (min-width: 768px) {
  img.u-alignleft {
    margin-right: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  span.u-alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .u-alignright {
    float: right;
  }
}

@media (min-width: 768px) {
  img.u-alignright {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  br.u-brSP {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  br.u-brPC {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .u-hideSP {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidePC {
    display: none !important;
  }
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_200 {
    padding-left: 200px !important;
  }
}

.u-text_red {
  color: #e71818;
}

.c-text__bold {
  font-weight: 700;
}

.c-text__medium:not(:root) {
}
@media (min-width: 768px) {
  .c-text__medium:not(:root) {
  }
}

.c-text__small.orange {
    color: #ea6114;
    font-weight: 600;
}
.c-text__small:not(:root) {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .c-text__small:not(:root) {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

@media not all and (min-width: 768px) {
.p-top .p-information .information .information__item > p.caution {
    font-size: 12px !important;
}

}


.u-uppercase {
  text-transform: uppercase;
}


.popup_entry {
    width: 100%;
    display: none;
    overflow: initial;
    position: fixed;
    background: #0000007a;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    padding: 0 7%;
    z-index: 10000;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.popup_entry .popup_inner {
    overflow-y: scroll;
    margin: 0 auto;
    letter-spacing: 0.05em;
    background: #FAFAFA;
    padding: 45px;
    border-radius: 32px;
    max-height: 85vh;
    position: relative;
}
.popup_entry .popup_inner::-webkit-scrollbar{
  display: none;
}

.close-small {
    position: fixed;
    top: 30px;
    right: 4%;
    padding: 0;
    margin: 0;
    font: 50px/1 Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    border-width: 0;
    cursor: pointer;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 100;
}

.popup_entry .listTit {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #b70202;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.popup_entry .box-trade {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
}

.popup_entry .form--post.block-caution {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.popup_entry .form--post.block-caution .checkBtn {
    background: #EB6441;
    color: #fff;
    padding: 16px;
    display: inline-block;
    min-width: 196px;
    border-radius: 3rem;
    cursor: pointer;
}

.popup_entry .btn #entryBtn {
    padding: 16px 30px;
    color: #FFFFFF;
    background: #041037;
    font-weight: bold;
    position: relative;
    width: 100%;
    min-width: auto;
    border-radius: 3em;
    width: 300px;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.08em;
}

.popup_entry .btn.disabled #entryBtn {
    color: #c5c7d7;
    background: #7e859d;
    pointer-events: none;
}

.popup_entry input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {

.popup_entry {
    padding: 0;
}

.popup_entry .popup_inner {
    max-height: none;
    height: 100vh;
    height: 100dvh;
    padding: 48px 16px 20px;
    width: 100%;
    border-radius: 0;
}

.close-small {
    top: 5px;
    right: 15px;
    font-size: 42px;
    color: #EB6441;
}

.popup_entry .listTit {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.popup_entry .btn #entryBtn {
    max-width: 100%;
}

.popup_entry .form--post.block-caution {
    font-size: 16px;
}

}
