@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500|Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,700;1,400&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/*****************
フォントコンポーネント
*****************/
.c-font--sans-10-m {
  font-size: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-10-m {
    font-size: 3.125vw;
  }
}

.c-font--sans-11-l {
  font-family: "Noto Sans Japanese";
  font-size: 11px;
  font-weight: 200;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-11-l {
    font-size: 3.125vw;
  }
}

.c-font--sans-12-r {
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-12-r {
    font-size: 3.125vw;
  }
}

.c-font--sans-14-r {
  font-size: 14px;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-14-r {
    font-size: 3.4375vw;
  }
}

.c-font--sans-14-m {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-14-m {
    font-size: 3.4375vw;
  }
}

.c-font--sans-14-b {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-14-b {
    font-size: 3.4375vw;
  }
}

.c-font--sans-15-r {
  font-size: 15px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-15-r {
    font-size: 3.75vw;
  }
}

.c-font--sans-15-m {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-15-m {
    font-size: 3.75vw;
  }
}

.c-font--sans-15-b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-15-b {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-r {
  font-size: 16px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-16-r {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-b {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-16-b {
    font-size: 3.75vw;
  }
}

.c-font--sans-16-m {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-16-m {
    font-size: 3.75vw;
  }
}

.c-font--sans-18-m {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-18-m {
    font-size: 4.0625vw;
  }
}

.c-font--sans-18-b {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-18-b {
    font-size: 4.0625vw;
  }
}

.c-font--sans-20-b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-20-b {
    font-size: 4.375vw;
  }
}

.c-font--sans-22-m {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-22-m {
    font-size: 5vw;
  }
}

.c-font--sans-22-b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-22-b {
    font-size: 5vw;
  }
}

.c-font--sans-26-m {
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-26-m {
    font-size: 6.25vw;
  }
}

.c-font--sans-35-b {
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (max-width: 736px) {
  .c-font--sans-35-b {
    font-size: 8.125vw;
  }
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  background: url(../img/bg.png) no-repeat center top/cover;
  background-attachment: fixed;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

a {
  color: #D5000A;
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 1170px) {
  .wrapper {
    width: 90%;
  }
}

.pc {
  display: inherit;
}

@media only screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

.pc-min-1281 {
  display: none;
}

@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}

@media only screen and (max-width: 736px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}

img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^="tel"] {
  cursor: text;
}

@media only screen and (max-width: 736px) {
  a[href^="tel"] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

footer {
  margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  footer {
    margin-bottom: 3.125vw;
  }
}

footer .info {
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  footer .info {
    margin-bottom: 3.90625vw;
    font-size: 3.75vw;
  }
}

footer .copy {
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  footer .copy {
    font-size: 3.125vw;
  }
}

footer .support {
  margin-bottom: 25px;
}

@media only screen and (max-width: 736px) {
  footer .support {
    margin-bottom: 3.90625vw;
  }
}

footer .support h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  footer .support h3 {
    margin-bottom: 3.125vw;
    font-size: 4.6875vw;
  }
}

footer .support ul {
  display: flex;
  justify-content: center;
}

footer .support ul li {
  width: 350px;
}

@media only screen and (max-width: 736px) {
  footer .support ul li {
    width: 48%;
  }
}

footer .support ul li img {
  width: 100%;
}

article.index_page h1 {
  text-align: center;
}

article.index_page h1 img {
  width: 1050px;
  max-width: 100%;
}

article.index_page .catch {
  margin-bottom: 20px;
  color: #D5000A;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .catch {
    margin-bottom: 3.125vw;
    font-size: 6.25vw;
  }
}

article.index_page .lead {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .lead {
    margin-bottom: 9.375vw;
    font-size: 4.375vw;
    text-align: left;
  }
}

article.index_page .date {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .date {
    font-size: 9.375vw;
  }
}

article.index_page .date em {
  font-size: 90px;
}

@media only screen and (max-width: 736px) {
  article.index_page .date em {
    font-size: 14.0625vw;
  }
}

article.index_page .place {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .place {
    font-size: 4.0625vw;
    line-height: 150%;
  }
}

article.index_page .place em {
  font-size: 40px;
}

@media only screen and (max-width: 736px) {
  article.index_page .place em {
    font-size: 6.25vw;
  }
}

article.index_page .place small {
  font-size: 18px;
}

@media only screen and (max-width: 736px) {
  article.index_page .place small {
    font-size: 3.75vw;
  }
}

article.index_page .time {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .time {
    margin-bottom: 9.375vw;
    font-size: 5.625vw;
    line-height: 150%;
  }
}

article.index_page .time small {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 20px;
}

@media only screen and (max-width: 736px) {
  article.index_page .time small {
    font-size: 4.6875vw;
  }
}

article.index_page .btn {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page .btn {
    margin-bottom: 9.375vw;
  }
}

article.index_page .btn a {
  background: #D5000A;
  display: inline-block;
  padding: 20px 0;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 736px) {
  article.index_page .btn a {
    padding: 3.125vw 0;
    font-size: 4.6875vw;
  }
}

article.index_page .btn a:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 736px) {
  article.index_page .btn a:before {
    right: 3.125vw;
  }
}

article.index_page section h2 {
  background: #D5000A;
  padding: 17px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page section h2 {
    padding: 2.65625vw;
    font-size: 6.25vw;
  }
}

article.index_page section h2 span {
  display: inline-block;
  position: relative;
}

article.index_page section h2 span:before, article.index_page section h2 span:after {
  content: " ";
  display: block;
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 736px) {
  article.index_page section h2 span:before, article.index_page section h2 span:after {
    width: 3.28125vw;
    height: 6.25vw;
  }
}

article.index_page section h2 span:before {
  background: url(../img/icon_prum_left.png) no-repeat left top/contain;
  left: -43px;
}

@media only screen and (max-width: 736px) {
  article.index_page section h2 span:before {
    left: -6.71875vw;
  }
}

article.index_page section h2 span:after {
  background: url(../img/icon_prum_right.png) no-repeat left top/contain;
  right: -43px;
}

@media only screen and (max-width: 736px) {
  article.index_page section h2 span:after {
    right: -6.71875vw;
  }
}

article.index_page section.ticket {
  margin-bottom: 60px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket {
    margin-bottom: 9.375vw;
  }
}

article.index_page section.ticket h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket h2 {
    margin-bottom: 4.6875vw;
  }
}

article.index_page section.ticket .solduot {
  display: inline-block;
  position: relative;
}

article.index_page section.ticket .solduot:before {
  background: #f00;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 40%;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .solduot:before {
    top: 25%;
  }
}

article.index_page section.ticket .solduot:after {
  background: #f00;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 60%;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .solduot:after {
    top: 35%;
  }
}

article.index_page section.ticket section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article.index_page section.ticket section:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

article.index_page section.ticket section h3 {
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.51282%;
  font-size: 26px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section h3 {
    width: 100%;
    padding: 0.5em 0;
    margin-bottom: 4.6875vw;
    font-size: 5.625vw;
  }
}

article.index_page section.ticket section h3 small {
  font-size: 18px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section h3 small {
    font-size: 3.75vw;
  }
}

article.index_page section.ticket section .box {
  width: 76.92308%;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section .box {
    width: 100%;
  }
}

article.index_page section.ticket section p, article.index_page section.ticket section li, article.index_page section.ticket section aside {
  font-size: 18px;
  line-height: 175%;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section p, article.index_page section.ticket section li, article.index_page section.ticket section aside {
    font-size: 3.75vw;
  }
}

article.index_page section.ticket section p em, article.index_page section.ticket section li em, article.index_page section.ticket section aside em {
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section p em, article.index_page section.ticket section li em, article.index_page section.ticket section aside em {
    font-size: 4.6875vw;
  }
}

article.index_page section.ticket section li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}

article.index_page section.ticket section li:last-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket section li:last-child {
    margin-bottom: 1.5625vw;
  }
}

article.index_page section.ticket section aside.indent {
  padding-left: 1em;
}

article.index_page section.ticket .sake .row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .sake .row {
    flex-wrap: wrap;
  }
}

article.index_page section.ticket .sake .row .col {
  width: 45%;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .sake .row .col {
    width: 100%;
  }
  article.index_page section.ticket .sake .row .col:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}

article.index_page section.ticket .sake .row .col figure {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .sake .row .col figure {
    margin-bottom: 3.125vw;
  }
}

article.index_page section.ticket .sake .row .col figure img {
  width: 100%;
}

article.index_page section.ticket .sake p em {
  font-size: 24px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .sake p em {
    font-size: 4.6875vw;
  }
}

article.index_page section.ticket .sake p aside {
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.ticket .sake p aside {
    font-size: 3.4375vw;
  }
}

article.index_page section.artist {
  margin-bottom: 100px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.artist {
    margin-bottom: 15.625vw;
  }
}

article.index_page section.artist h2 {
  margin-bottom: 13px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.artist h2 {
    margin-bottom: 2.03125vw;
  }
}

article.index_page section.artist .row {
  margin-bottom: 86px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 736px) {
  article.index_page section.artist .row {
    flex-wrap: wrap;
    margin-bottom: 13.4375vw;
  }
}

article.index_page section.artist .row .col {
  width: 47.86325%;
}

article.index_page section.artist .row .col:not(:nth-last-child(-n+2)) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  article.index_page section.artist .row .col {
    width: 100%;
  }
  article.index_page section.artist .row .col:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}

article.index_page section.artist .row .col img {
  width: 100%;
}

article.index_page section.artist .andmore {
  color: #D5000A;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  article.index_page section.artist .andmore {
    font-size: 4.6875vw;
  }
}

.notice_page .red {
  color: #D5000A;
}

.notice_page .lead {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  .notice_page .lead {
    margin-bottom: 4.6875vw;
  }
}

.notice_page .btn {
  text-align: center;
}

.notice_page .btn a {
  background: #D5000A;
  display: inline-block;
  padding: 20px 0;
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .notice_page .btn a {
    padding: 3.125vw 0;
    font-size: 4.6875vw;
  }
}

.notice_page .btn a:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: " ";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

@media only screen and (max-width: 736px) {
  .notice_page .btn a:before {
    left: 3.125vw;
  }
}

.notice_page header {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .notice_page header {
    margin-bottom: 9.375vw;
  }
}

.notice_page header img {
  width: 450px;
}

@media only screen and (max-width: 736px) {
  .notice_page header img {
    width: 80%;
  }
}

.notice_page article:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 736px) {
  .notice_page article:not(:last-child) {
    margin-bottom: 9.375vw;
  }
}

.notice_page article section:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  .notice_page article section:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}

.notice_page article section p:not(.lead) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  .notice_page article section p:not(.lead) {
    margin-bottom: 3.125vw;
  }
}

.notice_page article h1 {
  background: #D5000A;
  padding: 17px 0;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .notice_page article h1 {
    margin-bottom: 6.25vw;
    padding: 2.65625vw;
    font-size: 6.25vw;
  }
}

.notice_page article h1 span {
  display: inline-block;
  position: relative;
}

.notice_page article h1 span:before, .notice_page article h1 span:after {
  content: " ";
  display: block;
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 736px) {
  .notice_page article h1 span:before, .notice_page article h1 span:after {
    width: 3.28125vw;
    height: 6.25vw;
  }
}

.notice_page article h1 span:before {
  background: url(../img/icon_prum_left.png) no-repeat left top/contain;
  left: -43px;
}

@media only screen and (max-width: 736px) {
  .notice_page article h1 span:before {
    left: -6.71875vw;
  }
}

.notice_page article h1 span:after {
  background: url(../img/icon_prum_right.png) no-repeat left top/contain;
  right: -43px;
}

@media only screen and (max-width: 736px) {
  .notice_page article h1 span:after {
    right: -6.71875vw;
  }
}

.notice_page article h2 {
  border-left: solid 5px #D5000A;
  padding-left: 0.5em;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .notice_page article h2 {
    margin-bottom: 3.125vw;
    font-size: 4.375vw;
  }
}

.notice_page article li {
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
}

.notice_page article li:not(:last-child) {
  margin-bottom: 0.5em;
}

.notice_page footer {
  margin-top: 86px;
}

@media only screen and (max-width: 736px) {
  .notice_page footer {
    margin-top: 13.4375vw;
  }
}

/*# sourceMappingURL=style.css.map */