@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, 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, strong, sub, sup, tt, var,
b, 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 {
  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;
}

/* default setting */
html {
  font-size: 62.5%;
  /* -> 10px */
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "Verdana";
}

body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.as1 .as1-area1 {
  position: fixed;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23D4CCE1' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  padding: 1.5em 1em;
}

.as1.on-fixed .as1-area1 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.as1-area1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.as1-area1 .as1-area1__nttl1 {
  font-size: 3rem;
  color: #712473;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.0;
}

.as1-area1 .as1-area1__nav1 a {
  color: #333;
}

.as1-area1 .as1-area1__nlst1 {
  margin-top: 0.5em;
  margin-left: -0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.as1-area1 .as1-area1__nit1 {
  margin-top: 0.75em;
  margin-left: 0.75em;
}

.as1-area1 .as1-area1__nit1 div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.0;
}

.as1-area1 .as1-area1__nit1 div input[type=checkbox] {
  display: none;
}

.as1-area1 .as1-area1__nit1 div label {
  position: relative;
  padding-left: 1.125em;
}

.as1-area1 .as1-area1__nit1 div label::before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  content: '';
  display: block;
  border: 2px solid #333333;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
}

.as1-area1 .as1-area1__nit1 div input[type=checkbox]:checked + label::after {
  content: '';
  width: 6px;
  height: 3px;
  display: block;
  position: absolute;
  -webkit-transform: translate(38%, -79%) rotate(-50deg);
  -ms-transform: translate(38%, -79%) rotate(-50deg);
  transform: translate(38%, -79%) rotate(-50deg);
  top: 50%;
  left: 0;
  border-left: 2px solid #712473;
  border-bottom: 2px solid #712473;
}

.as1-area1 .as1-area1__nit1 div span {
  display: inline-block;
  padding-top: 0.25em;
}

.as2 {
  padding-bottom: 5em;
}

.as2-area1 .as2-area1__it1 {
  position: relative;
  padding-bottom: 33.33%;
  background: #fff;
}

.as2-area1 .as2-area1__it1:nth-child(n+2) {
  margin-top: 1em;
}

.as2-area1 .as2-area1__it1.--tunein {
  background: #1c203c;
}

.as2-area1 .as2-area1__it1.--tunein a {
  padding: 1em 20%;
}

.as2-area1 .as2-area1__it1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0 20%;
}

.as2-area1 .as2-area1__it1 img {
  height: 100%;
  object-fit: contain;
}

.f1-area1 {
  border-bottom: 0.75em solid #ad102f;
  background: transparent;
  color: white;
  margin-top: 2em;
}

.f1-area1 .f1-area1__wrap1 {
  display: -ms-flexbox;
  display: flex;
}

.f1-area1 .f1-area1__cpw1 {
  text-align: right;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: transparent;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f1-area1 .f1-area1__cpw1 span {
  line-height: 1.0;
  padding: 0.45em 20px 0 3.5em;
  display: inline-block;
  font-size: 1.2rem;
  background: linear-gradient(110deg, transparent 3em, #ad102f 3em);
}

.f1-area2 {
  background: #712473;
}

.f1-area2 .f1-area2__copyright1 {
  padding: 0.125em 0;
  text-align: center;
}

.f1-area2 .f1-area2__copyright1 span {
  color: white;
  font-weight: bold;
  font-size: 0.9em;
}

.h1 .h1__pd1 {
  padding: 0 20px;
}

.h1-area1 {
  color: white;
  line-height: 1.0;
  background: radial-gradient(circle at left bottom, rgba(197, 18, 54, 0.8) 30%, rgba(220, 20, 60, 0.8) 30%, rgba(220, 20, 60, 0.8) 70%, rgba(235, 31, 72, 0.8) 70%), black;
}

.h1-area1 .h1-area1__inr1 {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0;
  background: radial-gradient(circle at left center, transparent 95%, #ad102f 95%, #ad102f calc(95% + 5px), transparent calc(95% + 5px), transparent calc(95% + 10px), #ad102f calc(95% + 10px), #ad102f calc(95% + 25px), transparent calc(95% + 25px), transparent 99%, #ad102f 99%);
}

.h1-area1 .h1-area1__logo1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.h1-area1 .h1-area1__logo1 .__icon1 {
  margin-top: 0.1em;
  border: 1px solid crimson;
  width: 1.25em;
  background: #c51236;
  position: relative;
}

.h1-area1 .h1-area1__logo1 .__icon1::before {
  content: '';
  padding-top: 100%;
  display: block;
}

.h1-area1 .h1-area1__logo1 .__icon1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-0.1em);
  -ms-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}

.h1-area1 .h1-area1__logo1 .__title1 {
  margin-left: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h1-area1 .h1-area1__logo1 .__title1 span {
  display: inline-block;
  padding: 0 0 0.125em;
  text-shadow: 1px 1px 0 #7f0c23, -1px -1px 0 #7f0c23, -1px 1px 0 #7f0c23, 1px -1px 0 #7f0c23, 0px 1px 0 #7f0c23, 0 -1px 0 #7f0c23, -1px 0 0 #7f0c23, 1px 0 0 #7f0c23;
}

.h1-area1 .h1-area1__logo1 .__title1 span:nth-child(n+6) {
  margin-right: 0.125em;
}

.h1-area1 .h1-area1__logo1 .__title1 span:nth-child(6) {
  margin-left: -0.375em;
}

.h1-area2 {
  border-top: 6px solid #712473;
}

.h1-area2 .h1-area2__wrap1 {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.0;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media not all and (min-width: 768px) {
  .h1-area2 .h1-area2__wrap1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.h1-area2 .h1-area2__nav1 a {
  color: #333;
}

.h1-area2 .h1-area2__nlst1 {
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
}

.h1-area2 .h1-area2__nit1 {
  margin: 0 0.5em;
  font-size: 16px;
}

.h1-area2 .h1-area2__nit1.--mo1 span {
  color: #BF048D;
}

.h1-area2 .h1-area2__nit1.--mo2 span {
  color: #BF5B04;
}

.h1-area2 .h1-area2__nit1.--mo3 span {
  color: #F2B705;
}

.h1-area2 .h1-area2__logo1 {
  font-style: italic;
  color: #fff;
  border: 2px solid #333333;
  font-style: italic;
  font-size: 2.5rem;
}

.h1-area2 .h1-area2__logo1 span:nth-child(1) {
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 70%, #F2E205 70%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-area2 .h1-area2__logo1 span:nth-child(2) {
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 50%, #F2E205 50%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-area2 .h1-area2__logo1 span:nth-child(3) {
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 40%, #F2E205 40%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-area2 .h1-area2__logo1 span:nth-child(4) {
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 80%, #F2E205 80%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-area2 .h1-area2__logo1 span:nth-child(5) {
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 60%, #F2E205 60%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-area2 .h1-area2__logo1 div {
  border: 2px solid #fff;
  padding: 0.35em 0.35em 0.125em 0.35em;
  background: #333333;
}

.m1 .m1__colums1 {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.m1 .m1__colums1 > div {
  background: rgba(255, 255, 255, 0.9);
}

.m1 .m1__colums1 .m1__center1 {
  -webkit-backdrop-filter: grayscale(100%) contrast(100%);
  backdrop-filter: grayscale(100%) contrast(100%);
}

.m1-area1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.m1-area1 .m1-area1__inner1 {
  background: rgba(51, 51, 51, 0.5);
}

.m1-area1 .m1-area1__wrap1 {
  padding-top: 2em;
  padding-bottom: 4em;
}

.m1-area1 .m1-area1__mtitle1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #712473;
  background: linear-gradient(0deg, #BF048D 0%, #BF048D 40%, #BF048D 50%, #F2E205 50%, #F2E205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m1-area1 .m1-area1__mv1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2em;
  padding: 1em;
}

@media not all and (min-width: 768px) {
  .m1-area1 .m1-area1__mv1 {
    margin-left: calc(20px * -1);
    margin-right: calc(20px * -1);
  }
}

.m1-area1 .m1-area1__player1 {
  display: none;
  position: relative;
  padding-top: 70%;
}

.m1-area1 .m1-area1__player1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m1-area1 .m1-area1__player1.on-disp1 {
  display: block;
}

.m1-area1 .m1-area1__slider1 {
  margin-top: 4em;
}

@media not all and (min-width: 768px) {
  .m1-area1 .m1-area1__slider1 {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}

.m1-area1 .m1-area1__slider1 .slick-list {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.m1-area1 .m1-area1__slide1 {
  border: 0.75em solid transparent;
}

.m1-area1 .m1-area1__slide1 a {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  color: #fff;
  font-weight: bold;
}

.m1-area1 .m1-area1__slide1 .m1-area1__slgrp2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0.5em 1em 0;
}

.m1-area1 .m1-area1__slide1 .m1-area1__slgrp2 i {
  font-size: 1.8rem;
}

.m1-area1 .m1-area1__slide1 .m1-area1__sllabel1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.0;
  padding: 0.5em 1em 0.25em;
  border-radius: 0 100vh 100vh 0 / 0 100vh 100vh 0;
  background: rgba(0, 0, 0, 0.5);
  border-left: none;
}

.m1-area1 .m1-area1__slide1 .m1-area1__sllabel2 {
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal;
}

.m1-area1 .m1-area1__slimage1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-top: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.m1-area1 .m1-area1__slname1 {
  padding: 1em;
}

.m1-area1 .slick-current .m1-area1__slide1 {
  border: 0.75em solid rgba(255, 255, 255, 0.3);
}

.m1-area1 .slick-current .m1-area1__slimage1 {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.m1-area1 .slick-current .m1-area1__sllabel1.--mo1 {
  background: rgba(191, 4, 141, 0.5);
  border-left: none;
}

.m1-area1 .slick-current .m1-area1__sllabel1.--mo2 {
  background: rgba(191, 91, 4, 0.5);
  border-left: none;
}

.m1-area1 .slick-current .m1-area1__sllabel1.--mo3 {
  background: rgba(242, 239, 223, 0.5);
  border-left: none;
}

.m1-area1 .slick-current .m1-area1__sllabel1.--mo4 {
  background: rgba(242, 183, 5, 0.5);
  border-left: none;
}

.m1-area1 .slick-current a {
  background: rgba(0, 0, 0, 0.8);
}

.m1-area4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.m1-area4 .m1-area4__inner1 {
  padding-top: 2em;
  padding-bottom: 5em;
}

.m1-area4.--mo1 {
  padding: 2em;
}

.m1-area4 .m1-area4__title1 {
  margin-top: 1em;
  font-size: 3rem;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.m1-area4 .m1-area4__title1 div {
  border-radius: 100vh;
  display: inline-block;
  line-height: 1.0;
  padding: 0.25em 0.75em 0;
}

.m1-area4 .m1-area4__title1.--mo1 div {
  border: 4px solid #BF048D;
}

.m1-area4 .m1-area4__title1.--mo1 span {
  color: #BF048D;
}

.m1-area4 .m1-area4__title1.--mo2 div {
  border: 4px solid #BF5B04;
}

.m1-area4 .m1-area4__title1.--mo2 span {
  color: #BF5B04;
}

.m1-area4 .m1-area4__title1.--mo3 div {
  border: 4px solid #F2B705;
}

.m1-area4 .m1-area4__title1.--mo3 span {
  color: #F2B705;
}

.m1-area4 .m1-area4__lst1 {
  margin-top: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.125em;
}

.m1-area4 .m1-area4__lst1 .m1-area4__it1 {
  margin-left: 1.125em;
}

.m1-area4 .m1-area4__it1 {
  -ms-flex: 0 0 calc( (100% - 2.25em) / 2);
  flex: 0 0 calc( (100% - 2.25em) / 2);
  margin-top: 1em;
  display: none;
}

.m1-area4 .m1-area4__it1.no-filter, .m1-area4 .m1-area4__it1.have-htag {
  display: list-item;
}

.m1-area4 .m1-area4__it1 a {
  color: #333;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m1-area4 .m1-area4__it1 a .m1-area4__iinfo1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m1-area4 .m1-area4__it1 a .m1-area4__iimage1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m1-area4 .m1-area4__it1 a .m1-area4__igrp1 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.m1-area4 .m1-area4__it1.is-fym .m1-area4__iicon1 {
  color: #BF048D;
}

.m1-area4 .m1-area4__iicon1 {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  color: rgba(204, 204, 204, 0.5);
}

.m1-area4 .m1-area4__iicon1 i {
  font-size: 1.25em;
}

.m1-area4 .m1-area4__iimage1 {
  background: #333;
  border: 1px solid rgba(204, 204, 204, 0.1);
  padding-top: 100%;
  position: relative;
}

.m1-area4 .m1-area4__iimage1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m1-area4 .m1-area4__igrp1 {
  padding: 0.5em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m1-area4 .m1-area4__igrp1 .m1-area4__iname1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m1-area4 .m1-area4__igrp1 .m1-area4__ihtags1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.m1-area4 .m1-area4__igrp1 .m1-area4__idate1 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.m1-area4 .m1-area4__iname1 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.m1-area4 .m1-area4__iinfo1 {
  font-size: 0.875em;
  background: rgba(204, 204, 204, 0.3);
  color: #ccc;
  padding: 0.25em;
  text-align: center;
}

.m1-area4 .m1-area4__iinfo1 i {
  margin-right: 0.5em;
}

.m1-area4 .m1-area4__ihtags1 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  margin-left: -0.25em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
}

.m1-area4 .m1-area4__ihtag1 {
  font-size: 0.875em;
  margin-left: 0.5em;
}

.m1-area4 .m1-area4__idate1 {
  margin-top: 1em;
  font-size: 0.875em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: black;
}

.style1 .style1__pdlr1 {
  padding-left: 20px;
  padding-right: 20px;
}

.style1 .style1__ml1 {
  margin-left: 1em;
}

.style1 .style1__ml05 {
  margin-left: 0.5em;
}

@media not all and (min-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.4rem;
  }
  body _::-webkit-full-page-media a, body _:future a, body :root a {
    -webkit-tap-highlight-color: transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    font-size: 1.6rem;
  }
  button:hover,
  a:hover {
    opacity: 0.6;
    transition: opacity 200ms;
  }
  .as1 {
    padding-bottom: 5em;
  }
  .as1 .as1-area1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background: transparent;
    padding: 0;
  }
  .as1-area1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .as1-area1 .as1-area1__wrap1 {
    padding-top: 70px;
  }
  .as1-area1 .as1-area1__nttl1 {
    font-size: 3rem;
    color: #712473;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.0;
  }
  .as1-area1 .as1-area1__nav1 {
    font-size: 1.8rem;
  }
  .as1-area1 .as1-area1__nav1 a {
    color: #333;
  }
  .as1-area1 .as1-area1__nlst1 {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
  .as1-area1 .as1-area1__nit1 {
    margin-top: 0.75em;
    margin-left: 0;
  }
  .as1-area1 .as1-area1__nit1 div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.0;
  }
  .as1-area1 .as1-area1__nit1 div input[type=checkbox] {
    display: none;
  }
  .as1-area1 .as1-area1__nit1 div label {
    position: relative;
    padding-left: 1.125em;
  }
  .as1-area1 .as1-area1__nit1 div label::before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    content: '';
    display: block;
    border: 2px solid #333333;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.25em;
  }
  .as1-area1 .as1-area1__nit1 div label:hover {
    cursor: pointer;
  }
  .as1-area1 .as1-area1__nit1 div input[type=checkbox]:checked + label::after {
    content: '';
    width: 8px;
    height: 5px;
    display: block;
    position: absolute;
    -webkit-transform: translate(38%, -79%) rotate(-50deg);
    -ms-transform: translate(38%, -79%) rotate(-50deg);
    transform: translate(38%, -79%) rotate(-50deg);
    top: 50%;
    left: 0;
    border-left: 2px solid #712473;
    border-bottom: 2px solid #712473;
  }
  .as1-area1 .as1-area1__nit1 div span {
    display: inline-block;
    padding-top: 0.25em;
  }
  .as2 {
    height: 100%;
  }
  .as2.on-fixed .as2-area1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .as2-area1 .as2-area1__wrap1 {
    padding-top: 70px;
  }
  .as2-area1 .as2-area1__it1 {
    width: 300px;
  }
  .f1 .f1-area1__cpw1 span {
    padding-right: 20px;
  }
  .h1 .h1__pd1 {
    padding: 0 20px;
  }
  .h1 .h1__inr1 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .h1-area2 {
    border-top: 10px solid #712473;
  }
  .h1-area2 .h1-area2__logo1 {
    font-size: 3.2rem;
  }
  .h1-area2 .h1-area2__nit1 {
    font-size: 2rem;
  }
  .m1 .m1__colums1 > div {
    padding-left: 1em;
    padding-right: 1em;
  }
  .m1 .m1__inner1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m1 .m1__left1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1.5em;
  }
  .m1 .m1__center1 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative;
  }
  .m1 .m1__center1::before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, white, rgba(204, 204, 204, 0.3), white);
  }
  .m1 .m1__center1::after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, white, rgba(204, 204, 204, 0.3), white);
  }
  .m1 .m1__right1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 1.5em;
  }
  .m1-area1 .m1-area1__wrap1 {
    padding-bottom: 4em;
  }
  .m1-area1 .m1-area1__mtitle1 {
    font-size: 5rem;
  }
  .m1-area1 .m1-area1__mv1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .m1-area1 .m1-area1__player1 {
    padding-top: 56.75%;
  }
  .m1-area1 .slick-slide {
    width: 180px;
  }
  .m1-area4 .m1-area4__title1 {
    font-size: 3.8rem;
  }
  .m1-area4 .m1-area4__it1 {
    width: calc((100% - 0.75em)/3);
  }
  .style1 .style1__pdlr1 {
    padding-left: 0;
    padding-right: 0;
  }
  .style1 .style1__wrapw1 {
    width: 960px;
    margin: 0 auto;
  }
  .style1 .style1__contw1 {
    margin-top: 2em;
  }
}
