/*  CSS (home.css) */
@font-face {
  font-family: "Bretton_Bold_Bold";
  src: url("../fonts/Bretton_Bold_Bold.woff2") format("woff2"), url("../fonts/Bretton_Bold_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

h1 {
  position: absolute;
  width: 96%;
  left: 3%;
  top: 50%;
  margin: 0;
  z-index: 10;
  animation: floating-y 5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-2%);
  }
  60% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
/* ============================================
 main_visual
============================================ */
/* ============================================
 slider
============================================ */
#main_slick {
  background: #000;
  position: relative;
  padding-top: 60px;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}
#main_slick img {
  width: 100%;
}
#main_slick .illust {
  font-size: 8px;
  font-size: 2.5vw;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  color: #5a6161;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  bottom: -4%;
}
#main_slick a:hover {
  opacity: 1 !important;
}

.sepa_left {
  display: none;
}

.sepa_right {
  display: none;
}

.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#slick_next {
  right: 0;
}

#slick_preview {
  left: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* ============================================
 contents
============================================ */
#main {
  width: 100%;
  margin-top: 30px;
}

section {
  position: relative;
  margin: 40px auto;
  padding: 0px 25px;
}
section h2 {
  margin: 50px auto 20px;
  text-align: center;
}
section h2 span {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10vw;
  font-weight: 900;
  text-decoration: none;
  color: white;
  display: inline-block;
  background-size: 120% 100%;
  font-size: 25px;
  font-size: 7.8125vw;
  font-family: "Bretton_Bold_Bold", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
section h2 img {
  width: 80%;
}
section.scrolling .dammy01 {
  animation: fadeinTop 0.5s ease 0.3s forwards;
}
section.scrolling .dammy02 {
  animation: fadeinBottom 0.5s ease 0.3s forwards;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}

@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.glitch {
  position: relative;
  margin: 0 auto;
}

@keyframes noise-anim {
  0% {
    clip: rect(16px, 9999px, 53px, 0);
  }
  5% {
    clip: rect(68px, 9999px, 54px, 0);
  }
  10% {
    clip: rect(70px, 9999px, 41px, 0);
  }
  15% {
    clip: rect(78px, 9999px, 71px, 0);
  }
  20% {
    clip: rect(21px, 9999px, 42px, 0);
  }
  25% {
    clip: rect(41px, 9999px, 40px, 0);
  }
  30% {
    clip: rect(73px, 9999px, 71px, 0);
  }
  35% {
    clip: rect(48px, 9999px, 66px, 0);
  }
  40% {
    clip: rect(97px, 9999px, 60px, 0);
  }
  45% {
    clip: rect(61px, 9999px, 31px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 12px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 12px, 0);
  }
  60% {
    clip: rect(47px, 9999px, 3px, 0);
  }
  65% {
    clip: rect(25px, 9999px, 66px, 0);
  }
  70% {
    clip: rect(10px, 9999px, 30px, 0);
  }
  75% {
    clip: rect(42px, 9999px, 56px, 0);
  }
  80% {
    clip: rect(94px, 9999px, 95px, 0);
  }
  85% {
    clip: rect(69px, 9999px, 42px, 0);
  }
  90% {
    clip: rect(60px, 9999px, 17px, 0);
  }
  95% {
    clip: rect(11px, 9999px, 40px, 0);
  }
  100% {
    clip: rect(19px, 9999px, 38px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(71px, 9999px, 35px, 0);
  }
  5% {
    clip: rect(66px, 9999px, 95px, 0);
  }
  10% {
    clip: rect(87px, 9999px, 62px, 0);
  }
  15% {
    clip: rect(74px, 9999px, 80px, 0);
  }
  20% {
    clip: rect(57px, 9999px, 55px, 0);
  }
  25% {
    clip: rect(69px, 9999px, 72px, 0);
  }
  30% {
    clip: rect(55px, 9999px, 73px, 0);
  }
  35% {
    clip: rect(66px, 9999px, 48px, 0);
  }
  40% {
    clip: rect(81px, 9999px, 80px, 0);
  }
  45% {
    clip: rect(31px, 9999px, 56px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 85px, 0);
  }
  55% {
    clip: rect(32px, 9999px, 76px, 0);
  }
  60% {
    clip: rect(59px, 9999px, 32px, 0);
  }
  65% {
    clip: rect(61px, 9999px, 68px, 0);
  }
  70% {
    clip: rect(80px, 9999px, 10px, 0);
  }
  75% {
    clip: rect(70px, 9999px, 15px, 0);
  }
  80% {
    clip: rect(55px, 9999px, 17px, 0);
  }
  85% {
    clip: rect(55px, 9999px, 74px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 13px, 0);
  }
  95% {
    clip: rect(59px, 9999px, 12px, 0);
  }
  100% {
    clip: rect(92px, 9999px, 50px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

@keyframes fadeinTop {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeinBottom {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.box {
  width: 200px;
  height: 200px;
  background-color: aquamarine;
  animation: fadein 3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg {
  width: 100%;
  height: auto;
}
.bg.bg01 {
  background: url("../images/GRPL_bg_pattern.svg") repeat;
  background-size: contain;
}
.bg.bg02 {
  background: #090909;
  background-size: cover;
}
.bg.bg03 {
  background: url("https://d20dfxyuz7q532.cloudfront.net/soraru/2023/bg02.jpg") no-repeat;
  background-size: cover;
}
.bg.bg04 {
  background: #090909;
  background-size: cover;
}
.bg.bg05 {
  background: url("https://d20dfxyuz7q532.cloudfront.net/soraru/2023/bg03.jpg") no-repeat;
  background-size: cover;
}
.bg.bg05 {
  background: url("https://d20dfxyuz7q532.cloudfront.net/soraru/2023/bg03.jpg") no-repeat;
  background-size: cover;
}

/*-----------------------------------------------------------------
  ticket
------------------------------------------------------------------*/
#goods {
  margin-bottom: 0;
}
#goods .box_ticket {
  position: relative;
  padding: 0;
  text-align: center;
}
#goods .box_ticket .repticket {
  position: absolute;
  top: 11.3%;
  left: 10%;
  width: 80%;
  z-index: 10;
}
#goods .box_ticket .ticket01 {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 6.25vw;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-weight: 900;
}
#goods .box_ticket .ticket01 small {
  font-size: 13px;
  font-size: 4.0625vw;
}
#goods .box_ticket .box-senkou {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 50.5%;
  border: none;
}
#goods .box_ticket .box-senkou-en {
  position: absolute;
  top: 92%;
  width: 74%;
  left: 13%;
}
#goods .box_ticket .detail {
  padding: 20px;
}
#goods .box_ticket .detail .kikan {
  letter-spacing: -0.5px;
  font-size: 12px;
  font-size: 3.75vw;
}
#goods .box_ticket .detail .kikan strong {
  color: #ff004b;
}
#goods .box_ticket .dmm-btn {
  text-align: center;
  margin: 20px auto;
}
#goods .box_ticket .dmm-btn img {
  width: 70%;
}
#goods .box_ticket .dmm-attention {
  font-size: 8px;
  font-size: 2.5vw;
}
#goods .box_ticket .dmm-attention ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 8px;
  font-size: 2.5vw;
}
#goods .box_ticket p.info {
  color: #fff;
  font-size: 8px;
  font-size: 2.5vw;
  margin-top: 15px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}
#goods .box_ticket p.info a {
  color: #fff;
}
#goods .box_ticket ul {
  margin-bottom: 20px;
}
#goods .box_ticket ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 8px;
  font-size: 2.5vw;
}
#goods .box_ticket .btn_attention {
  margin: 20px auto 10px;
}
#goods .box_ticket .ticket02 {
  margin-top: 35px;
  border-bottom: 1px solid #000;
}
#goods .box_ticket .ticket03 {
  margin-top: 35px;
  position: relative;
}
#goods .box_ticket .btn_senkou {
  display: block;
  position: absolute;
  top: 68%;
  left: 20%;
  width: 60%;
}
#goods .box_ticket .btn_senkou2 {
  display: block;
  position: absolute;
  top: 46%;
  left: 10%;
  width: 80%;
}
#goods .box_ticket .btn_senkou3 {
  display: block;
  position: absolute;
  top: 72%;
  left: 10%;
  width: 80%;
}
#goods .ticket_box {
  position: relative;
  margin-top: 30px;
}
#goods .ticket_box a img {
  position: absolute;
  top: 38.5%;
  left: 30.6%;
  width: 47%;
}

@keyframes playerlist {
  0% {
    opacity: 0;
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 2px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.small {
  font-size: 15px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 200ms;
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.bg-wrap01 {
  position: absolute;
  left: 12.6%;
  top: 8.9%;
}

.bg-wrap02 {
  position: absolute;
  left: 31.4%;
  top: 8.9%;
}

.bg-wrap03 {
  position: absolute;
  left: 50.5%;
  top: 8.9%;
}

.bg-wrap04 {
  position: absolute;
  left: 69.9%;
  top: 8.9%;
}

.bg-wrap05 {
  position: absolute;
  left: 3.2%;
  top: 25.7%;
}

.bg-wrap06 {
  position: absolute;
  left: 22.1%;
  top: 25.7%;
}

.bg-wrap07 {
  position: absolute;
  left: 40.9%;
  top: 25.7%;
}

.bg-wrap08 {
  position: absolute;
  left: 59.8%;
  top: 25.7%;
}

.bg-wrap09 {
  position: absolute;
  left: 78.9%;
  top: 25.7%;
}

.bg-wrap10 {
  position: absolute;
  left: 25.8%;
  top: 41.7%;
  width: 22.4% !important;
}

.bg-wrap11 {
  position: absolute;
  left: 53.9%;
  top: 41.8%;
}

.bg-wrap12 {
  position: absolute;
  left: 22.2%;
  top: 67.9%;
}

.bg-wrap13 {
  position: absolute;
  left: 40.9%;
  top: 67.9%;
}

.bg-wrap14 {
  position: absolute;
  left: 59.8%;
  top: 67.9%;
}

.bg-wrap15 {
  position: absolute;
  left: 22.1%;
  top: 84.9%;
}

.bg-wrap16 {
  position: absolute;
  left: 40.9%;
  top: 84.9%;
}

.bg-wrap17 {
  position: absolute;
  left: 59.8%;
  top: 84.9%;
}

/*-----------------------------------------------------------------
  notice
------------------------------------------------------------------*/
#notice {
  margin-top: 0;
}
#notice h3 {
  font-size: 12px;
  font-size: 3.75vw;
  background: rgba(255, 255, 255, 0.8196078431);
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 45px;
  line-height: 1.3;
  padding: 2px 10px;
  color: #1a1a1a;
  text-align: center;
}
#notice .btn_app {
  display: flex;
  margin: 5px auto;
  margin-top: -15px;
  margin-bottom: 10px;
}
#notice .btn_app a {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
}
#notice .btn_app a:first-child {
  width: 45%;
}
#notice ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 9px;
  font-size: 2.8125vw;
}
#notice ul li a {
  color: #fff;
  text-decoration: none !important;
}
#notice p {
  font-size: 9px;
  font-size: 2.8125vw;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin: 0 auto 25px;
}
#notice p a {
  color: #fff;
}
#notice p strong {
  color: #fff;
}
#notice p:first-child {
  margin-top: 0;
}
#notice .btn_app {
  display: flex;
  margin: 5px auto;
  margin-top: -15px;
}
#notice .btn_app a {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
}
#notice .btn_app a:first-child {
  width: 45%;
}
#notice .bnr_ac {
  margin-top: 20px;
}

/*-----------------------------------------------------------------
  goods
------------------------------------------------------------------*/
#goods {
  text-align: center;
}
@keyframes fadein01 {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#caution_popup {
  height: 100vh;
  padding: 30px;
}
#caution_popup .popup_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 720px;
  background: #000;
  padding: 0px 0px;
  overflow-y: scroll;
}
#caution_popup .popup_content {
  position: relative;
}
#caution_popup .popup_content .btn_iphone {
  position: absolute;
  left: 10.5%;
  top: 22.1%;
  width: 33%;
}
#caution_popup .popup_content .btn_and {
  position: absolute;
  left: 45%;
  top: 22.1%;
  width: 45%;
}
#caution_popup .popup_content .url_iphone {
  position: absolute;
  left: 16%;
  top: 63.1%;
  width: 56%;
}
#caution_popup .popup_content .url_android {
  position: absolute;
  left: 16%;
  top: 65.6%;
  width: 75%;
}
#caution_popup .popup_content .url_joukyo {
  position: absolute;
  left: 18%;
  top: 73.2%;
  width: 28%;
}
#caution_popup .popup_content .wakuchin01 {
  position: absolute;
  left: 16.6%;
  top: 92.5%;
  width: 61%;
}
#caution_popup .popup_content .wakuchin02 {
  position: absolute;
  left: 16.6%;
  top: 95.9%;
  width: 72%;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  h1 {
    position: absolute;
    width: 96%;
    left: 3%;
    top: 50%;
    margin: 0;
    z-index: 10;
    animation: floating-y 5s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translateY(0);
    }
    30% {
      transform: translateY(-3%);
    }
    60% {
      transform: translateY(4%);
    }
    100% {
      transform: translateY(0);
    }
  }
  /* ============================================
   main_visual
  ============================================ */
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-top: 80px;
    margin: 0 auto;
    background: #000;
    max-width: none;
  }
  #main_slick .illust {
    font-size: 12px;
    font-size: 1rem;
    text-align: right;
    opacity: 0.7;
    margin-top: 10px;
    padding-right: 5px;
    bottom: -2.4%;
  }
  .sepa_left {
    position: absolute;
    width: 192px;
    height: 28px;
    left: 0;
    top: 1%;
    display: block;
    background-size: 192px 28px;
  }
  .sepa_right {
    position: absolute;
    width: 192px;
    height: 28px;
    right: 0;
    top: 1%;
    display: block;
    background-size: 192px 28px;
  }
  .slick_wrapper {
    margin: 0 auto;
  }
  .slick_inner {
    position: relative;
  }
  #arrows {
    display: block;
  }
  #slick_preview, #slick_next {
    position: absolute;
    display: block;
    height: 70px;
    width: 60px;
    line-height: 0;
    font-size: 35px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
  }
  #slick_preview {
    left: -60px;
  }
  #slick_next {
    right: -60px;
  }
  .slick-dots {
    bottom: -35px;
  }
  .slick-slide img {
    max-width: none;
    width: 100%;
  }
  .slick-dotted.slick-slider {
    margin: 0;
  }
  /* ============================================
   contents
  ============================================ */
  #main {
    width: 100%;
    margin-top: 30px;
  }
  section {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    padding: 40px 0px;
  }
  section h2 {
    margin: 60px auto 30px;
    text-align: center;
  }
  section h2 span {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10vw;
    font-weight: 900;
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 60px;
    font-size: 5rem;
    font-family: "Bretton_Bold_Bold", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
  }
  section h2 img {
    width: 60%;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  /*-----------------------------------------------------------------
    ticket
  ------------------------------------------------------------------*/
  #goods {
    padding-bottom: 20px;
    max-width: 820px;
  }
  #goods .box_ticket {
    position: relative;
    padding: 0;
  }
  #goods .box_ticket .ticket01 {
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-size: 3.3333333333rem;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-weight: 900;
  }
  #goods .box_ticket .ticket01 small {
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #goods .box_ticket .ticket03 {
    max-width: 700px;
    margin: 35px auto;
    position: relative;
  }
  #goods .box_ticket .btn_gekijo {
    display: block;
    position: absolute;
    top: 11.5%;
    left: 22%;
    width: 58%;
  }
  #goods .box_ticket .btn_senkou {
    display: block;
    position: absolute;
    top: 68%;
    left: 24%;
    width: 51%;
  }
  #goods .box_ticket .btn_kokunai {
    display: block;
    position: absolute;
    top: 75.2%;
    left: 22%;
    width: 58%;
  }
  #goods .box_ticket .btn_zaiko {
    display: block;
    position: absolute;
    top: 95.8%;
    left: 34%;
    width: 31%;
  }
  #goods .box_ticket .box-senkou {
    border: solid 1px #000;
    background: #fff;
    color: #000;
    margin-bottom: 30px;
  }
  #goods .box_ticket .box-senkou h3 {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #goods .box_ticket .box-senkou.dmm-senkou {
    border-color: #ff004b;
  }
  #goods .box_ticket .box-senkou.dmm-senkou h3 {
    background: #ff004b;
  }
  #goods .box_ticket .detail {
    padding: 30px 80px;
  }
  #goods .box_ticket .detail .kikan {
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #goods .box_ticket .detail .kikan strong {
    color: #ff004b;
  }
  #goods .box_ticket .dmm-btn {
    text-align: center;
    margin: 30px auto;
  }
  #goods .box_ticket .dmm-btn img {
    width: 50%;
  }
  #goods .box_ticket .dmm-attention {
    font-size: 8px;
    font-size: 2.5vw;
  }
  #goods .box_ticket .dmm-attention ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.25rem;
  }
  #goods .box_ticket p.info {
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-top: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
  }
  #goods .box_ticket p.info a {
    color: #fff;
  }
  #goods .box_ticket ul {
    margin-bottom: 20px;
  }
  #goods .box_ticket ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.25rem;
  }
  /*-----------------------------------------------------------------
    notice
  ------------------------------------------------------------------*/
  #notice .inner {
    margin: 0 auto;
    max-width: 820px;
  }
  #notice h3 {
    font-size: 23px;
    font-size: 1.9166666667rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
    letter-spacing: -0.2px;
    line-height: 1.6;
    padding: 0;
    text-align: center;
  }
  #notice ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #notice p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: 500;
    margin: 0 auto 25px;
  }
  #notice p:first-child {
    margin-top: 0;
  }
  #notice .bnr_ac {
    margin-top: 40px;
  }
  /*-----------------------------------------------------------------
    goods
  ------------------------------------------------------------------*/
  #goods {
    text-align: center;
  }
  /*-----------------------------------------------------------------
    movie
  ------------------------------------------------------------------*/
  #movie h2 {
    color: #fff;
  }
  #movie .movie_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 -5% -5%;
  }
  #movie .movie_list ul li {
    width: 45%;
    margin: 0 0 5% 5%;
    color: #fff;
  }
  #movie .movie_list ul li > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie .movie_list ul li > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #movie .movie_list ul li p {
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1rem;
  }
  /*-----------------------------------------------------------------
    movie
  ------------------------------------------------------------------*/
  /*-----------------------------------------------------------------
    profile
  ------------------------------------------------------------------*/
  #profile .box_profile {
    display: block;
  }
  #profile .box_profile .profile_img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  #profile .box_profile .profile_img img {
    max-width: 100%;
  }
  #profile .box_profile .profile_txt {
    margin-top: 20px;
    width: 100%;
    padding-left: 0px;
  }
  #profile .box_profile .profile_txt h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 auto 25px;
  }
  #profile .box_profile .profile_txt .intro {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: 400;
    margin: 0 auto 40px;
    letter-spacing: 0.8px;
  }
  #profile .box_profile .profile_txt .bio {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    display: block;
    margin: 0 auto;
  }
  #profile .box_profile .profile_txt .bio p {
    margin: 0 0 0 0%;
    line-height: 1.8;
    width: 100%;
  }
  #caution_popup {
    height: 100vh;
    padding: 50px;
  }
  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background: #000;
    padding: 0px 100px;
    overflow-y: scroll;
  }
}

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