@charset "UTF-8";
/* Scss Document */
.pc {
  display: none;
}

.requireSpec {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #929292;
  padding: 2em;
  line-height: 150%;
  font-size: 85%;
}

#FRAME_CART .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#FRAME_CART .popup_seat {
  width: 30px;
  display: inline-block;
  position: relative;
  top: 0px;
}

#FRAME_CART .popup_seat img {
  width: 100%;
}

#FRAME_CART .textInf {
  line-height: 140%;
}

#FRAME_CART .textInf div {
  float: left;
}

#FRAME_CART > .inner {
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}

#FRAME_CART > h2 {
  text-align: center;
  font-size: 140%;
  line-height: 150%;
  padding: 0 0 20px;
  margin: 0;
  padding-top: 50px;
  font-size: 180%;
}

#FRAME_CART .left_quantity_button, #FRAME_CART #submit_button {
  padding: 10px 0;
}

#FRAME_CART .cart_detail .order_error li {
  background: #eee;
  border-top: 1px solid #c3c3c3;
  padding: 20px;
  position: relative;
  font-size: 4vw;
}

#FRAME_CART .cart_detail .order_error li.bd {
  border-bottom: 1px solid #c3c3c3;
}

#FRAME_CART .cart_detail .order_error li:nth-child(1) {
  margin-bottom: 1px;
}

#FRAME_CART .cart_detail .order_error li:after {
  content: "";
  background: url("../img/page/qust.png") no-repeat center center;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}

#FRAME_CART .cart_detail .select_detail {
  text-align: center;
  padding: 10px 15px;
}

#FRAME_CART .cart_detail .select_detail span {
  display: block;
  margin: 10px 0;
}

#FRAME_CART .cart_detail .select_detail span.txt_select, #FRAME_CART .cart_detail .select_detail span.total_place {
  font-size: 5vw;
  font-weight: bold;
}

#FRAME_CART .cart_detail .select_detail span.txt_select span, #FRAME_CART .cart_detail .select_detail span.total_place span {
  font-size: 120%;
  color: #fd01b0;
  display: inline-block;
}

#FRAME_CART .cart_detail .select_detail span.coution {
  font-size: 3.2vw;
  line-height: 140%;
  margin-bottom: 1em;
  color: #454545;
}

#FRAME_CART .cart_detail .select_detail span.total_place {
  border-bottom: dotted 1px #666;
}

#FRAME_CART .cart_detail #email_section .order dl,
#FRAME_CART .cart_detail #serial_section .order dl,
#FRAME_CART .cart_detail #seat_text_section .order dl {
  box-sizing: border-box;
  width: auto;
  padding: 25px 0 0;
}

#FRAME_CART .cart_detail #email_section .order dl dd,
#FRAME_CART .cart_detail #email_section .order dl dt,
#FRAME_CART .cart_detail #serial_section .order dl dd,
#FRAME_CART .cart_detail #serial_section .order dl dt,
#FRAME_CART .cart_detail #seat_text_section .order dl dd,
#FRAME_CART .cart_detail #seat_text_section .order dl dt {
  width: 100%;
  box-sizing: border-box;
}

#FRAME_CART .cart_detail #email_section .order dl dt,
#FRAME_CART .cart_detail #serial_section .order dl dt,
#FRAME_CART .cart_detail #seat_text_section .order dl dt {
  margin-bottom: 15px;
}

#FRAME_CART .cart_detail #email_section .order select,
#FRAME_CART .cart_detail #serial_section .order select,
#FRAME_CART .cart_detail #seat_text_section .order select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
}

#FRAME_CART .cart_detail #email_section .order select:-ms-expand,
#FRAME_CART .cart_detail #serial_section .order select:-ms-expand,
#FRAME_CART .cart_detail #seat_text_section .order select:-ms-expand {
  display: none;
}

#FRAME_CART .cart_detail #email_section .order .submit_txt,
#FRAME_CART .cart_detail #serial_section .order .submit_txt,
#FRAME_CART .cart_detail #seat_text_section .order .submit_txt {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: #fd01b0;
  font-weight: bold;
  line-height: 140%;
}

#FRAME_CART .cart_detail #email_section .order .submit_cout,
#FRAME_CART .cart_detail #serial_section .order .submit_cout,
#FRAME_CART .cart_detail #seat_text_section .order .submit_cout {
  text-align: center;
  line-height: 140%;
}

#FRAME_CART .cart_detail #email_section .order .btn a:after,
#FRAME_CART .cart_detail #serial_section .order .btn a:after,
#FRAME_CART .cart_detail #seat_text_section .order .btn a:after {
  position: absolute;
  content: "▲";
  font-size: 13px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transform: rotate(90deg);
  line-height: 0;
}

#FRAME_CART .cart_detail #email_section .order {
  display: none;
}

#FRAME_CART .cart_detail #email_section .order_error {
  display: block;
}

#FRAME_CART .cart_detail #submit_section {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 10px;
}

#FRAME_CART .cart_detail #email_section.enable .order {
  display: block;
}

#FRAME_CART .cart_detail #email_section.enable .order_error {
  display: none;
}

#FRAME_CART .cart_detail #seat_text_section .order {
  display: none;
}

#FRAME_CART .cart_detail #seat_text_section .order_error {
  display: block;
}

#FRAME_CART .cart_detail #seat_text_section.enable .order {
  display: block;
}

#FRAME_CART .cart_detail #seat_text_section.enable .order_error {
  display: none;
}

#FRAME_CART .cart_detail .order {
  box-sizing: border-box;
  padding: 0 15px 20px;
  background: #f8f8f8;
}

#FRAME_CART .cart_detail .order dl {
  width: 96%;
  margin: 0 auto;
}

#FRAME_CART .cart_detail .order dl {
  padding: 25px 0;
}

#FRAME_CART .cart_detail .order dl:nth-child(2) {
  margin-bottom: 60px;
}

#FRAME_CART .cart_detail .order dl dt {
  margin-bottom: 15px;
}

#FRAME_CART .cart_detail .order .submit_txt {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  color: #fd01b0;
  font-weight: bold;
  line-height: 140%;
  font-size: 90%;
}

#FRAME_CART .cart_detail .order .submit_cout {
  text-align: center;
  line-height: 140%;
  font-size: 100%;
  text-align: left;
}

#FRAME_CART .cart_detail .order .submit_cout br {
  display: none;
}

.faq {
  line-height: 26px;
}

.faq .inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}

.faq .inner dl {
  padding: 20px;
  border-bottom: 1px dotted #999;
}

.faq .inner dl dt {
  color: #fd01b0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq .inner dl:last-child {
  border-bottom: none;
}

.faq .inner.show {
  padding: 30px 2% 60px;
}

.faq h3 {
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-size: 100%;
  color: #fff;
  background: #333;
  padding: 15px 20px;
  position: relative;
}

.faq h3:after {
  position: absolute;
  content: url("../img/plus.png");
  top: 50%;
  right: -15px;
  transform: translateY(-50%) scale(0.3);
  line-height: 0;
}

.faq h3.active:after {
  content: url("../img/minus.png");
}

.faq.q_1 div {
  text-align: center;
}

.faq.q_1 div img {
  width: 100%;
}

.faq.q_2 .sek {
  padding: 0 2%;
  margin-top: 20px;
}

.faq.q_2 div {
  text-align: center;
}

.faq.q_2 div h4 {
  font-size: 150%;
  padding-bottom: 1.5em;
}

.faq.q_2 div p {
  text-align: left;
  width: 96%;
  margin: 0 auto;
}

.faq.q_2 div img {
  width: 100%;
  max-width: inherit;
}

.faq.q_2 .flex {
  padding: 0 2%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.faq.q_2 .flex li {
  width: 48%;
}

#share_page header {
  position: relative;
}

#share_page #share_container {
  background: #313131;
  padding: 30px 0%;
  margin-bottom: 30px;
}

#share_page #share_container img {
  width: 100%;
  margin: 0 auto;
}

#share_page .share_box ul li img {
  width: 60%;
}

#FRAME_THANKS,
#FRAME_SHARE {
  margin-bottom: 100px;
}

#FRAME_THANKS *,
#FRAME_SHARE * {
  text-align: center;
}

#FRAME_THANKS img,
#FRAME_SHARE img {
  width: 90%;
}

#FRAME_THANKS #thanks_container,
#FRAME_SHARE #thanks_container {
  background: #313131;
  padding: 80px 15px 40px;
  margin-bottom: 60px;
}

#FRAME_THANKS .btn,
#FRAME_SHARE .btn {
  margin: 30px 15px;
  transition: opacity 0.6s;
}

#FRAME_THANKS .btn:hover,
#FRAME_SHARE .btn:hover {
  opacity: 0.7;
}

#FRAME_THANKS .btn a,
#FRAME_THANKS .btn input,
#FRAME_SHARE .btn a,
#FRAME_SHARE .btn input {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 14px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #fd01b0 url("../img/arrow_01.png") right 15px top 50% no-repeat;
  background-size: 12px auto;
  border: none;
  border-radius: 4px;
}

@media screen and (min-width: 1060px) {
  #FRAME_THANKS .btn a,
  #FRAME_THANKS .btn input,
  #FRAME_SHARE .btn a,
  #FRAME_SHARE .btn input {
    font-size: 22px;
  }
}

#thanks_container h2 {
  padding: 30px 0 20px;
  font-size: 160%;
  color: #FFF;
}

#thanks_container h3 {
  margin-bottom: 30px;
  color: #e3e3e3;
  font-size: 90%;
  font-weight: normal;
  line-height: 1.4;
}

#thanks_container h4 {
  display: inline-block;
  padding: 0.5em;
  color: #fd01b0;
  font-size: 120%;
  border: 1px solid #fd01b0;
}

#thanks_container p {
  margin-top: 2em;
  color: #fff;
  font-size: 110%;
  line-height: 1.5;
}

#thanks_container span {
  display: block;
  text-decoration: none !important;
  color: #FFF;
  line-height: 140%;
  margin-top: 1em;
  color: #fd01b0;
}

@media screen and (min-width: 768px) {
  #thanks_container h2 {
    font-size: 200%;
  }
  #thanks_container h4 {
    font-size: 150%;
  }
}

#FRAME_SHARE h3 {
  font-size: 200%;
  padding: 20px 0 0;
  color: #fd01b0;
}

#FRAME_SHARE h2 {
  font-size: calc(85% + 1.25vw);
  color: #333;
}

#FRAME_SHARE ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

#FRAME_SHARE ul li {
  max-width: 80px;
  width: calc(100% / 4);
  box-sizing: border-box;
}

#FRAME_CART .photo_none {
  background: #313131;
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

#FRAME_CART .photo_none p {
  color: #FFF;
  text-align: center;
  font-size: 100%;
}

#FRAME_HISTORY .hist_messege {
  background: #313131;
  padding: 80px 0;
  margin: 0 15px;
  max-width: 1000px;
}

#FRAME_HISTORY .hist_messege p {
  color: #FFF;
  text-align: center;
  font-size: 100%;
}

@media screen and (min-width: 1060px) {
  #FRAME_HISTORY .hist_messege {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
    display: inline-block;
  }
  .sp {
    display: none;
  }
  #FRAME_CART .textInf div {
    float: none;
    display: inline;
  }
  #FRAME_CART .textInf div br {
    display: none;
  }
  #FRAME_CART .popup_seat {
    top: 6px;
  }
  #FRAME_CART #submit_section {
    margin-bottom: 30px;
  }
  #FRAME_CART .cart_detail .photo_none {
    font-size: 140%;
  }
  #FRAME_CART .cart_detail #submit_section {
    margin-top: 0px;
  }
  #FRAME_CART .cart_detail .select_detail {
    max-width: 840px;
    margin: 0 auto;
    width: 90%;
  }
  #FRAME_CART .cart_detail .select_detail span.txt_select, #FRAME_CART .cart_detail .select_detail span.total_place {
    font-size: 120%;
  }
  #FRAME_CART .cart_detail .select_detail span.coution {
    font-size: 120%;
    line-height: 140%;
  }
  #FRAME_CART .cart_detail .select_detail .total_place {
    margin-bottom: 30px;
  }
  #FRAME_CART .cart_detail .order_error {
    pointer-events: none;
  }
  #FRAME_CART .cart_detail .order_error li {
    pointer-events: all;
    font-size: 100%;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
    border: none;
    border-radius: 5px;
    border-bottom: none !important;
    cursor: pointer;
  }
  #FRAME_CART .cart_detail .order {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto 0;
    padding-right: 50px;
    padding-left: 50px;
    background: #f8f8f8;
    border: none !important;
    border-radius: 0px;
  }
  #FRAME_CART .cart_detail .order .submit_txt {
    font-size: 114%;
  }
  #FRAME_CART .cart_detail .order .submit_cout {
    font-size: 100%;
    text-align: center;
  }
  #FRAME_CART .cart_detail .order .submit_cout br {
    display: block;
  }
  .faq.q_1 div {
    text-align: center;
  }
  .faq.q_1 div img {
    width: 90%;
    margin: 20px 0;
  }
  .faq.q_2 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faq.q_2 .inner > * {
    width: 50%;
  }
  .faq.q_2 .inner > *:nth-child(1) {
    order: 1;
    padding-left: 4%;
    box-sizing: border-box;
  }
  .faq.q_2 .inner > *:nth-child(2) {
    order: 0;
  }
  #FRAME_THANKS *,
  #FRAME_SHARE * {
    text-align: center;
  }
  #FRAME_THANKS .thanks_box,
  #FRAME_SHARE .thanks_box {
    margin-bottom: 100px;
  }
  #FRAME_THANKS #thanks_container,
  #FRAME_THANKS #share_container,
  #FRAME_SHARE #thanks_container,
  #FRAME_SHARE #share_container {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto 60px auto;
    padding: 120px 15px 100px 15px;
  }
  #FRAME_THANKS .btn,
  #FRAME_SHARE .btn {
    margin: 30px auto;
  }
  #FRAME_THANKS img {
    max-width: 600px !important;
  }
  #FRAME_SHARE img {
    max-width: 300px !important;
  }
  #FRAME_CART .photo_none {
    border-radius: 5px;
  }
  #FRAME_HISTORY .hist_messege {
    border-radius: 5px;
  }
  .faq.pc_show h3 {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f7f7f7;
    border-bottom: 1px dotted #c4c4c4;
    color: #333;
    font-size: 120%;
  }
  .faq.pc_show h3:after {
    display: none;
  }
}
