@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #000000;
  --txtcolor: #f5e6b4;

}

/* Recet
--------------------------------------*/
html {
  color: #000;
  background: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* Common
--------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  position: relative;
  background: url(../img/pt1.png) repeat-y;
  background-size: 100% auto;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  word-break: break-all;
}

strong {
  font-weight: bold;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.none {
  display: none;
}

.inner {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

.filter {
  filter: grayscale(1);
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.fade_up {
  transform: translateY(30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateY(0px);
}

.fade_left {
  transform: translateX(-30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_left.scrolled {
  opacity: 1;
  transform: translateX(0px);
}

.fade_right {
  transform: translateX(30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_right.scrolled {
  opacity: 1;
  transform: translateX(0px);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  box-sizing: border-box;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* navigation */
#header #pcNav {
  height: 100%;
  align-items: center;
}

#header #pcNav li {
  text-align: center;
}

#header #pcNav li a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all ease 0.4s;
  position: relative;
}

#header #pcNav li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
}

#header .topArea {
  position: relative;
}

#header #spNav {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1000;
  transition: all ease 0.4s;
}

#header #spNav .toggle {
  display: block;
  position: relative;
  width: 1.95rem;
  height: 1.5rem;
  cursor: pointer;
}

#header #spNav .toggle i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f5e7be;
  position: absolute;
  transition: all ease 0.4s;
}

#header.show #spNav .toggle i {
  background-color: #f5e7be;
}

#header #spNav .toggle i:nth-child(1) {
  top: 0;
}

#header #spNav .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#header #spNav .toggle i:nth-child(3) {
  bottom: -1px;
}

#header.show .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

#header.show .toggle i:nth-child(2) {
  opacity: 0;
}

#header.show .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

#header #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

#header.scrolled {
  background: var(--maincolor);
}

#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
}

#header #spMenu ul {
  display: none;
}

#header.show #spMenu .spInner {
  position: relative;
  height: 100vh;
}

#header.show #spMenu ul {
  display: block;
  width: 100%;
  padding: 8%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header #spMenu a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 20px;
  font-family: serif;
  transition: all ease 0.4s;
  cursor: pointer;
}

#header #spMenu a span {
  display: block;
  color: #f5e8bf;
  font-size: .8rem;
  font-weight: lighter;
  letter-spacing: .04em;
}


#header.show #spMenu ul#snsNavSp {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#snsNavSp li {
  width: 8%;
  padding-right: 20px;
}

#header .logo img {
  transition: all ease 0.4s;
}


/* loop slider */
.slider {
  padding: 4% 0 8%;
}

.slider img {
  width: 100%;
  max-height: 220px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all ease 0.4s;
  cursor: pointer;
  border: 1px solid #ccc;
}

#snsBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#snsBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  bottom: 100px;
  right: 8px;
  z-index: 1000;
  width: 10%;
  max-width: 46px;
  transition: all ease 0.4s;
}

#snsBtn img {
  display: block;
  margin-bottom: 12px;
  transition: all ease 0.4s;
}

body.trigger #snsBtn {
  bottom: 240px;
}

#ticketBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1000;
  max-width: 60px;
  transition: all ease 0.4s;
}

body.trigger #ticketBtn {
  bottom: 90px;
}

#ticketBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#ticketBtn img {
  transition: all ease 0.4s;
}

/* topBtn */
#footer #topBtn.show {
  opacity: 1;
  transform: translateY(0px);
}

#footer #topBtn {
  opacity: 0;
  transform: translateY(20px);
  position: fixed;
  z-index: 100;
  right: 8px;
  bottom: 20px;
  padding: 2px;
  transition: all ease 0.4s;
}

#footer #topBtn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--maincolor);
  background-size: 20px;
  background-position: center;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transition: all ease 0.4s;
  border: 1px solid #fff;
}



/* Original
--------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.4s;
  background: #000;
  border-bottom: 2px solid #caa85b;
}

#header .box {
  width: 90%;
  margin: 0 auto;
  padding: 8px 0;
  transition: all ease 0.4s;
  min-height: 66px;
  box-sizing: border-box;
}

#header .logo {
  width: 24%;
  max-width: 170px;
  margin: 0 auto;
  transition: all ease .4s;
}

#header .logo2 {
  width: 100px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 800;
}

#header .logo2 img {
  transition: all ease .4s;
}

#main {
  position: relative;
  background: #000;
  border-bottom: 2px solid #caa85b;
  overflow: hidden;
}

#main img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

#catch {
  padding: 80px 0;
  background: url(../img/item4.png) no-repeat, url(../img/item2.png) no-repeat, url(../img/bg1.png) no-repeat;
  background-size: 22%, 50%, cover;
  background-position: 4% 115%, center bottom, center;
}

.catch__ttl {
  width: 70%;
  margin: 0 auto 10px;
}

.item3 {
  position: absolute;
  right: 10px;
  bottom: -10%;
  z-index: 2;
  width: 30%;
}

#cm {
  padding: 0px 0 80px;
  position: relative;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.cm__small {
  text-align: center;
  padding: 10px 0 40px;
  font-size: .7rem;
  font-weight: 400;
  color: #3a2425;
  letter-spacing: .04em;
}

.cm__ttl {
  width: 40%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.cm__bnr {
  width: 70%;
  margin: 0 auto 60px;
}

.cm__bnr li {
  width: 48%;
}

.cm__bnr li:nth-child(2) {
  transition-delay: .3s;
}

.cm__bnr img {
  transition: all ease .4s;
}

.cm__bnr img:hover {
  opacity: .7;
}

.cm__cm {
  width: 62%;
  margin: 0 auto;
}

#caution {
  padding: 80px 0 20px;
}

#caution .box {
  width: 60%;
  margin: 0 auto;
}

#caution .ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}

#caution .single {
  width: 100%;
  margin: 0 auto 1%;
}

#caution .singleList {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--txtcolor);
  background: #ffe050;
  padding: 1.5%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all ease 0.4s;
}

#caution .singleList.ac_btn span {
  display: inline-block;
  transition: all ease .4s;
}

#caution .singleList.ac_btn.accordion span {
  transform: rotate(180deg);
}

#caution #rule {
  padding-top: 50px;
  margin-top: -50px;
}

#caution .singleDesc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease 0.4s;
  overflow: hidden;
  padding: 0 4%;
}

#caution .info {
  font-size: .9rem;
  color: #e61717;
  background: #fff3f3;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#caution .singleDesc.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  word-break: break-all;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

#caution .singleDescBox {
  margin-bottom: 4%;
}

#caution .singleDescBox .subTtl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2%;
  border-bottom: 2px solid #000;
  padding-bottom: 1%;
}

#caution .singleDescBox .subDesc {
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  margin-bottom: 2%;
  line-height: 1.6;
}

#caution .singleDescBox .subDesc a {
  color: #1cb9ae;
  text-decoration: underline;
  transition: all ease 0.4s;
}

#footer {
  padding: 100px 0 80px;
}

#footer .box {
  width: 60%;
  margin: 0 auto;
}

#footer .bnr {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto 3%;
}

#footer .bnr img {
  transition: all ease 0.4s;
}

.f__contact {
  text-align: center;
  margin-bottom: 60px;
}

.f__contact a {
  display: inline-block;
  color: var(--txtcolor);
  text-align: center;
  width: 40%;
  padding: 20px 0;
  box-sizing: border-box;
  border: 1px solid var(--txtcolor);
  position: relative;
  transition: all ease .4s;
  padding-right: 2%;
}

.f__contact a:hover {
  background: #000;
}

.f__contact span {
  position: absolute;
  display: inline-block;
  width: 24px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.f__logo {
  width: 60%;
  margin: 40px auto 60px;
}

.f__logo li {
  display: flex;
  align-items: center;
  width: 44%;
}

.f__logo li img {
  transition: all ease .4s;
}

.f__logo li img:hover {
  opacity: .7;
}

#footer .desc {
  font-size: 1rem;
  color: var(--txtcolor);
  font-weight: 300;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 100px;
}

#purchase {
  background: #e5e5e5;
  padding: 100px 0;
}

#purchase .box {
  position: relative;
  width: 80%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
  /* border: 6px solid #0047b4; */
  background-size: cover;
  background-position: center;
}

#purchase .box.ended:before {
  content: '公演終了';
  color: #fff;
  background-color: #e7540a;
  position: absolute;
  top: -2px;
  left: -24px;
  z-index: 3;
  padding: 4px 20px;
  transform: rotate(-22deg);
}

#purchase .box.ended:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}

#purchase .ttl {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
}

#purchase .sub {
  text-align: center;
  margin-bottom: 40px;
}

#purchase .sub span {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 4px;
  background: var(--maincolor);
}

#purchase .infoArea {
  padding: 40px 0 30px;
}

#purchase .infoArea li {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4px;
}

#purchase .infoArea li:nth-child(2) {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03em;
}

#purchase .ac_btn {
  color: #fff;
  background: var(--maincolor);
  font-size: 1.1rem;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
}

#purchase .ac_btn span {
  display: inline-block;
  transition: all ease .4s;
}

#purchase .ac_btn.accordion {
  background: #69a4ff;
}

#purchase .ac_btn.accordion span {
  transform: rotate(180deg);
}

#purchase .ac_info {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all ease .4s;
}

#purchase .ac_info.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px 0;
}

#purchase .gmap {
  margin-bottom: 20px;
}

#purchase .type {
  margin: 0;
}

#purchase .accordion .type {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}

#purchase .info {
  margin-bottom: 20px;
}

#purchase .info p {
  color: #141d45;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}

#purchase .info p a {
  color: #1fb09e;
  text-decoration: underline;
}

/* POPUP
--------------------------------------*/

.popupbtn1 {
  width: 60%;
  max-width: 360px;
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  cursor: pointer;
}

.popupbtn1 img {
  transition: all ease .4s;
}

.popupbtn1 img:hover {
  opacity: .7;
}

.popupContents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transform: scale(0.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

.popupContents.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1000;
}

.popupContents i.fa-times-circle {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.popupContents i.fa-external-link-alt {
  margin-left: 1%;
}

.popupContents h3 {
  font-family: serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3%;
}

.popupContents h3:first-letter {
  color: var(--subcolor);
}

.popupContents h3 span {
  color: var(--pointcolor);
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}

.popupContents .box {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popupContents .desc {
  height: 100%;
  overflow-y: scroll;
}

.popupContents p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 4%;
}

.popupContents .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 25%;
}

.popupContents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupContents .link {
  margin-top: 2%;
}

.popupContents .link a {
  color: #78ffda;
  text-decoration: underline;
}

.popupContents .popcm .youtube {
  width: 80%;
  padding-top: 45%;
}

.popupContents .popcm h3 {
  color: #fff;
  letter-spacing: 0.4em;
}

.popupContents .popcm h3:first-letter {
  color: var(--pointcolor);
}

.popupBox {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}

.popupBox.active {
  visibility: visible;
  opacity: 1;
  box-sizing: border-box;
}

.popupBox .close {
  width: 50px;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.popupBox h3 {
  color: #fff;
  font-family: serif;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3%;
}

.popupBox h3:first-letter {
  color: var(--subcolor);
}

.popupBox h3 span {
  color: var(--pointcolor);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

.popupBox .box {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.popupBox .desc {
  height: 100%;
}

.popupBox p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: .9rem;
  margin-bottom: 4%;
}

.popupBox .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 25%;
}

.popupBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupBox .link {
  margin-top: 2%;
  margin-bottom: 0 !important;
}

.popupBox .link a {
  color: #78ffda;
  text-decoration: underline;
}

.comingsoon {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
  margin-top: 60px;
}

#ticket_api {
  margin: 0px auto 30px auto !important;
}

.stageWrap__ticket__button {
  margin: 24px auto;
}

.ac_info .stageWrap__ticket__button {
  margin: 0px auto !important;
}

.ac_info.accordion .stageWrap__ticket__button {
  margin: 24px auto;
}

.ac_info.accordion #ticket_api {
  display: block !important;
}

.apiArea iframe {
  width: 100%;
  min-height: 560px;
  border: none !important;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: .6em;
  height: .6em;
  margin-top: -3px;
  margin-left: 10px;
  transform: translateX(0%) rotate(45deg);
}

#topBtn .arrow {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

#series {
  padding: 80px 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.series__ul {
  width: 40%;
  margin: 0 auto;
}

.series__ttl {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.series__desc {
  font-size: .95rem;
  color: #382424;
  width: 70%;
  margin: 0 auto 60px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 150%;
}

.series__catch {
  color: #801d42;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: 20px;
}

.series__area li {
  width: 19%;
}

.series__area li img {
  transition: all ease .4s;
}

.series__area li img:hover {
  opacity: .8;
}

.series__area li:nth-child(2) {
  transition-delay: .3s;
}

.series__area li:nth-child(3) {
  transition-delay: .6s;
}

.series__area li:nth-child(4) {
  transition-delay: .9s;
}

.series__area li:nth-child(5) {
  transition-delay: 1.2s;
}

.slick-slide img {
  width: 100%;
  aspect-ratio: 5 /3;
  object-fit: cover;
}

.slider1 .slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
}

.slider2 .slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
}

.lum-lightbox {
  z-index: 20000;
}

#about {
  padding: 80px 0;
  position: relative;
}

.about__ttl {
  width: 70%;
  max-width: 280px;
  margin: 0 auto 20px;
}

.about__txt1 {
  width: 80%;
  margin: 0 auto 40px;
}

.about__desc {
  font-size: .95rem;
  color: #f5e6b4;
  width: 94%;
  margin: 0 auto 60px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 190%;
  text-align: center;
}

.about__desc a {
  display: block;
  margin-top: 8px;
  color: #f5e6b4;
  text-decoration: underline;
  transition: all ease .4s;
}

.about__desc a:hover {
  opacity: .8;
}

.about__comic {
  width: 70%;
  margin: 0 auto 40px;
}

.about__comic p {
  font-size: .8rem;
  font-weight: 300;
  color: #f5e6b4;
  text-align: center;
  padding: 4px 0;
  box-sizing: border-box;
  letter-spacing: .05em;
}

.about__what {
  text-align: center;
}

.about__what a {
  display: inline-block;
  color: #f5e6b4;
  text-align: center;
  padding: 16px 60px;
  box-sizing: border-box;
  border: 1px solid #f5e6b4;
  position: relative;
  transition: all ease .4s;
  background: #382424;
}

.about__what a:hover {
  background: #000;
}

.about__rubi {
  position: relative;
}

.about__rubi small {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: .45rem;
  right: 0;
  line-height: 1;
  width: 100%;
  margin: auto;
}

.item5 {
  position: absolute;
  width: 16%;
  left: 30px;
  bottom: -300px;
  z-index: 100;
}

#point {
  padding: 120px 0 160px;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  clip-path: polygon(0 140px, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 160px));
  position: relative;
}

.point__ttl {
  width: 70%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.point__ul {
  width: 90%;
  margin: 0 auto 60px;
}

.point__ul li {
  width: 32%;
}

.point__ul li:nth-child(2) {
  transition-delay: .3s;
}

.point__ul li:nth-child(3) {
  transition-delay: .6s;
}

#point .inner {
  position: relative;
}


#play {
  padding: 0px 0 80px;
}

.play__ttl {
  width: 70%;
  max-width: 420px;
  margin: 0 auto 60px;
}

.play__campain {
  text-align: center;
  margin-bottom: 40px;
  color: #efc946;
  font-size: 1.1rem;
  letter-spacing: .04em;
  text-decoration: underline;
}

.play__step__single {
  margin-bottom: 50px;
}

.play__step {
  width: 70%;
  margin: 0 auto 120px;
}

.play__stepL {
  width: 30%;
}

.play__stepR {
  width: 64%;
}

.play__stepR h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #f0c945;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

.play__stepR p {
  font-size: .9rem;
  font-weight: 200;
  color: #f6e5b5;
}

.play__how__ul {
  width: 90%;
  margin: 0 auto 50px;
}

.play__how__ul li {
  width: 32%;
}

.play__how__ul li:nth-child(2) {
  transition-delay: .3s;
}

.play__how__ul li:nth-child(3) {
  transition-delay: .6s;
}

.play__link {
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
}

.play__link a {
  display: inline-block;
  box-sizing: border-box;
  transition: all ease .4s;
}

.play__link a img {
  transition: all ease .4s;
}

.play__link a img:hover {
  opacity: .7;
}

.play__read {
  padding: 0px 0 60px;
  position: relative;
}

.play__read__area {
  width: 40%;
  margin: 0 auto 80px;
  position: relative;
}

.play__read__area a {
  display: block;
  transition: all ease .4s;
}

.play__read__area a:hover {
  opacity: .7;
}

.play__read__area li {
  position: relative;
}

.play__read__area small {
  position: absolute;
  top: 50%;
  /* text-decoration: underline; */
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP';
  font-weight: bold;
  letter-spacing: .05em;
  text-shadow: 1px 1px 10px #000;
  border: 1px solid #fff;
  padding: 5px 0px;
  width: 80%;
  text-align: center;
  box-sizing: border-box;
  background: #c49400;
}

.item7 {
  position: absolute;
  left: -100px;
  top: 30%;
  width: 30%;
}


#product {
  padding: 0px 0 150px;
}

.product__ttl {
  width: 50%;
  max-width: 300px;
  margin: 0 auto 30px;
}

.product__area {
  background: url(../img/item9.png) no-repeat, url(../img/item10.png) no-repeat, url(../img/item11.png) no-repeat, url(../img/item12.png) no-repeat, #382424;
  background-size: 30px;
  background-position: left top, right top, right bottom, left bottom;
  border: 1px solid #f5e6b4;
  box-sizing: border-box;
  padding: 60px;
}

.product__box {
  margin-bottom: 60px;
}

.product__boxL {
  width: 36%;
}

.product__boxR {
  width: 60%;
  transition-delay: .3s;
}

.product__boxR h3 {
  color: #f0c945;
  font-size: 1.3rem;
  letter-spacing: .05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.product__boxR dl {
  margin-bottom: 20px;
  overflow: hidden;
}

.product__boxR dt {
  float: left;
  width: 26%;
  font-weight: 300;
  letter-spacing: .1em;
  color: #f5e6b4;
  background: #4f4152;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
}

.product__boxR dd {
  float: right;
  color: #f5e6b4;
  width: 68%;
  letter-spacing: .1em;
  font-weight: 200;
  padding: 10px 0px;
  box-sizing: border-box;
}

.product__boxR dd a {
  color: #f5e6b4;
  text-decoration: underline;
  transition: all ease .4s;
}

.product__boxR dd a:hover {
  opacity: .8;
}

.product__info1 {
  margin-bottom: 80px;
}

.product__info1 .txt {
  color: #f5e6b4;
  display: block;
  letter-spacing: .03em;
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
}

.product__info1 h3 {
  width: 46%;
  max-width: 330px;
  margin: 0 auto 20px;
}

.product__illust {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.product__illust__name {
  font-size: .9rem;
  letter-spacing: .05em;
  margin-bottom: 4px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 300;
}

.product__illust__name span {
  position: relative;
}

.product__illust__name span a {
  color: #fff;
  text-decoration: underline;
  transition: all ease .4s;
}

.product__illust__name span a:hover {
  opacity: .7;
}

.product__illust__name small {
  display: block;
  font-size: .5rem;
  font-weight: lighter;
  letter-spacing: 0;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.product__illust__job {
  font-weight: 200;
  font-size: .8rem;
  letter-spacing: .01em;
  color: #ccc;
}

.product__link {
  text-align: center;
  margin-bottom: 30px;
}

.product__link:nth-child(2) {
  transition-delay: .3s;
}

.product__link a {
  width: 50%;
  padding: 10px 0;
  display: inline-block;
  font-size: 1.1rem;
  color: var(--txtcolor);
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--txtcolor);
  position: relative;
  transition: all ease .4s;
}

.product__link.ver2 {
  margin-bottom: 0;
}

.product__link.ver2 a {
  padding: 15px 0;
  width: 70%;
  margin-top: 30px;
}

.product__link a:hover {
  background: #000;
}

ul .product__link a {
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.product__link span {
  position: absolute;
  display: inline-block;
  width: 24px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product__link small {
  font-size: .8rem;
  font-weight: 200;
  text-align: center;
  display: block;
}

.product__info1 ul {
  width: 90%;
  margin: 0 auto;
}

.product__info1 li {
  width: 48%;
}

.product__info1 li a {
  width: 100%;
}

.product__info2 {
  margin-bottom: 60px;
}

.product__info2 h3 {
  width: 50%;
  max-width: 340px;
  margin: 0 auto 10px;
}

.product__info2__box {
  margin-bottom: 20px;
}

.product__info2__box:nth-of-type(3) {
  margin-bottom: 80px;
}

.product__info2__box .big {
  color: #f0c945;
  font-size: 1.3rem;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
}

.product__info2__box .big small {
  color: #f5e6b4;
  display: block;
  letter-spacing: .05em;
  font-size: 1.1rem;
}

.product__info2__box .txt {
  color: #f5e6b4;
  display: block;
  letter-spacing: .03em;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
}

.product__info2__box .txt b {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
}

.product__info2__box .txt b span {
  position: relative;
}

.product__info2__box .txt b span small {
  font-size: .5rem;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

.product__info3__box .txt {
  color: #f5e6b4;
  display: block;
  letter-spacing: .03em;
  font-size: 1.3rem;
  text-align: center;
}

.product__info3__box .txt b {
  display: inline-block;
  margin-bottom: 8px;
}

.product__box.ver2 {
  align-items: center;
}

.product__box.ver2 h4 {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .07em;
  text-align: center;
}

.product__box.ver2 .product__boxR dl {
  margin-bottom: 10px;
}

.product__box.ver2 .product__boxR dt {
  background: #101010;
}

.product__box.ver2 .product__boxR p {
  color: #f3de09;
  letter-spacing: .1em;
  font-weight: 400;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: center;
}

.scrapdan small {
  font-size: .9rem;
  letter-spacing: .01em;
  text-align: center;
  display: block;
  color: #f5e6b4;
  font-weight: 200;
  margin-bottom: 10px;
}

.scrapdan p {
  width: 50%;
  margin: 0 auto;
}

.scrapdan p img {
  width: 100%;
  margin: 0 auto;
  transition: all ease .4s;
}

.scrapdan p img:hover {
  opacity: .7;
}

.product__info3 {
  padding-bottom: 50px;
  margin-bottom: 60px;
}

.product__info2 h3 {
  color: #f0c945;
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: bold;
  text-align: center;
}

.product__info3 h3 {
  color: #f0c945;
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.product__info3__box {
  width: 80%;
  margin: 0 auto;
}

.product__info3__single {
  margin-bottom: 30px;
  flex-direction: column-reverse;
}

.product__info3__singleL {
  width: 60%;
  margin: 20px auto;
}

.product__info3__single:nth-child(1) .product__info3__singleL {
  width: 90%;
  margin: 20px auto;
}

.product__info3__singleR {
  width: 90%;
  text-align: center;
  transition-delay: .3s;
  margin: 0 auto;
}

.product__info3__box h4 {
  padding: 12px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #f5e6b4;
  background: #526b5d;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.product__info3__box p {
  color: #f5e6b4;
  font-size: .9rem;
  letter-spacing: .04em;
  font-weight: 200;
  padding: 10px 0px;
  box-sizing: border-box;
}

.product__info3__box p a {
  color: #ffd95a;
  text-decoration: underline;
  transition: all ease .4s;
}

.product__info3__box p a:hover {
  opacity: .7;
}

.filter small {
  font-size: .6rem;
  line-height: 1;
}

.product__link.filter a:hover {
  background: none;
}

#nazo {
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  padding: 60px 0 140px;
}

#nazo small {
  display: block;
  color: #b81b1b;
  margin-bottom: 10px;
  padding: 8px 0;
  box-sizing: border-box;
}

.nazo__ttl {
  width: 30%;
  max-width: 260px;
  margin: 0 auto 30px;
}

.nazoImg {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}

.answerArea {
  margin-bottom: 2%;
}

.answerArea input {
  display: block;
  width: 80%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid #ccc;
  margin: 0 auto 20px;
}

.answerArea p {
  width: 20%;
}

.formBox {
  width: 80%;
  margin: 0 auto;
}

input.error {
  background: #ffe1e1 !important;
  border: 2px solid red !important;
}

#pop1 {
  background: rgba(0, 0, 0, .8);
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  transition: all ease .4s;
  z-index: -1;
}

#pop1.error {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  z-index: 10001;
}

.nazo__txt {
  font-size: 1rem;
  padding: 8px 0;
}

#pop1.error p {
  color: #fff;
}

.popClose {
  width: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.popBig {
  color: #ff0000 !important;
  font-size: 4rem;
  letter-spacing: .1em;
  line-height: 200%;
}

.popTxt {
  font-size: 1.2rem;
  letter-spacing: .1em;
}

#clear {
  padding: 80px 0;
}

.clearImg {
  margin-bottom: 40px;
}

.product__yokoku img {
  display: block;
  width: 70%;
  margin: 50px auto;
}

.play__link.ver2 {
  margin-bottom: 40px;
}

.play__link.ver2 a {
  width: 80%;
  font-size: 1.6rem;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
  transition: all ease .4s;
  padding-right: 2%;
  background: #2e9aad;
}

.play__link.ver2 span {
  width: 20px;
}

.play__link.ver2 a:hover {
  opacity: .7;
}

.play__link.ver3 {
  margin-bottom: 10px;
}

.play__link.ver3 a {
  width: 30%;
  font-size: 1rem;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: relative;
  transition: all ease .4s;
  padding-right: 0%;
  background: #0c0c0c;
}

.play__link.ver3 a:hover {
  opacity: .7;
}

.lum-lightbox-inner img {
  max-width: 90% !important;
}

.lum-close-button {
  top: 10px !important;
  right: 10px !important;
}

.slick-prev:before {
  content: '' !important;
  display: inline-block !important;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-wl.png) no-repeat;
  background-size: contain;
}

.slick-next:before {
  content: '' !important;
  display: inline-block !important;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-wr.png) no-repeat;
  background-size: contain;
}

.slick-prev {
  left: -35px !important;
}

.play__link.ver2 span {
  width: 20px !important;
  display: inline-block;
  margin-left: 8px;
}

.sankajo {
  width: 70%;
  margin: 30px auto 50px;
}

.slider2 .slick-dots li button:before {
  font-size: 24px !important;
}

.slider2 .slick-dots li.slick-active button:before {
  color: #fff !important;
}

.slider2 .slick-dots {
  bottom: -35px !important;
}