/* 共通 */
.bg-blue {
  background: url(/cmp/entertainmentparty/common/img/bg_dot_blue.png) repeat #50bfff;
  background-size: 10px 10px;
}
.bg-green {
  background: url(/cmp/entertainmentparty/common/img/bg_line_green.png) repeat #aaff7d;
  background-size: 12px 12px;
}
.cleartext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.break {
  display: inline-block;
}
.main-content {
}

/* セクション＋ヘッダーの背景 */
section {
}
#main-story {
  padding: 20px 0 40px;
  position: relative;
}
#point, #theme, #faq {
  padding-bottom: 20px;
  position: relative;
}
#point, #theme {
  padding-bottom: 50px;
}
#point:before, #theme:before, #faq:before {
  content: "";
  display: block;
  position: absolute;
  background: #77df57;
  top: 0;
  width: 100%;
  padding-top: 20%;
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: 2;
}
#theme:before {
  background: #50bfff;
}
#main-story:after, #point:after, #theme:after, #faq:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  bottom: -5px;
  width: 100%;
  padding-top: 5%;
  transform: skewY(1deg);
  transform-origin: top left;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #main-story {
    margin-top: 10px;
    padding: 20px 0 50px;
  }
  #point, #theme, #faq {
    padding-bottom: 90px;
  }
  #point:before, #theme:before, #faq:before {
    padding: 0;
    height: 100%;
    max-height: 100px;
  }
  #main-story:after, #point:after, #theme:after, #faq:after {
    padding: 0;
    height: 100%;
    max-height: 40px;
  }
}

/* セクションヘッダ */
h2.section-header {
  position: relative;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
h2.section-header img {
  width: 90%;
}
@media only screen and (min-width: 768px) {
    h2.section-header img {
    max-width: 520px;
  }
}

/* トップに戻るボタン */
.pgtop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
}
.pgtop a {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  font-size: 1rem;
  padding-top: 1.5rem;
  width: 5rem;
  height: 5rem;
  display: block;
}

/* --------------------------------------------------
メイン画像
-------------------------------------------------- */
.main-ttl {
  width: 100%;
  margin: 0 auto;
}
.main-ttl h1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.main-ttl h1 img {
  width: 100%;
}
.main-ttl h1 img.pc-hidden {
  max-width: 750px;
}
.main-ttl h1 img.sp-hidden {
  max-width: 900px;
}
.main-ttl h1 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: rgba(255,255,255,0);
}

/* --------------------------------------------------
リード文
-------------------------------------------------- */
.story-box {
  background: url(/cmp/entertainmentparty/common/img/storybox_bg.png) no-repeat;
  background-size: contain;
  padding-top: 33%;
  position: relative;
  width: 100%;
}
.story-box p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
  padding: 22px 15px 0 25px;
}
.button-search {
  max-width: 80%;
  margin: 10px auto;
}
.button-search a {
  width: 100%;
}
.button-search a img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .story-box {
    padding-top: 0;
    max-width: 540px;
    min-height: 200px;
    margin: auto;
  }
  .story-box p {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 20px;
    max-width: 540px;
    padding: 35px 40px 0 80px;
  }
  .button-search {
    max-width: 460px;
  }
}

/* --------------------------------------------------
おすすめポイント
-------------------------------------------------- */
.point-inner {
  position: relative;
  z-index: 12;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.point-inner ul li dl dt img {
  width: 100%;
}
.point-inner ul li dl dd {
  z-index: 10;
  background: url(/cmp/entertainmentparty/common/img/point_bg.svg) no-repeat;
  background-size: 100% 100%;
  padding: 10px 10px 10px 20px;
}
.point-inner ul li:nth-of-type(2) dl dd {
  background: url(/cmp/entertainmentparty/common/img/point_bg2.svg) no-repeat;
  background-size: 100% 100%;
}
.point-inner ul li dl dd p {
  display: table;
  height: 100%;
}
.point-inner ul li dl dd p span {
  display: table-cell;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .point-inner {
    padding: 0 10px;
  }
  .point-inner ul li {
    padding: 10px 0;
  }
  .point-inner ul li dl {
    display: flex;
    position: relative;
  }
  .point-inner ul li dl dt {
    z-index: 11;
    flex: 1 0 34%;
  }
  .point-inner ul li dl dd {
    margin-left: -20px;
  }
  .point-inner ul li:nth-of-type(2) dl dt {
    order: 2;
    flex: 1 0 36%;
    margin-left: -20px;
  }
  .point-inner ul li:nth-of-type(2) dl dd {
    order: 1;
    margin-left: 0;
    padding: 10px 20px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .point-inner ul {
    display: flex;
  }
  .point-inner ul li {
    flex: 1 0 33%;
    padding: 0 5px;
  }
  .point-inner ul li dl {
    height: 100%;
  }
  .point-inner ul li dl dd {
    width: 90%;
    height: 50%;
    margin: -20px auto 0;
    min-height: 140px;
    padding: 26px 10px 10px;
  }
  .point-inner ul li dl dd p span {
    font-size: 1.6rem;
  }
}


/* --------------------------------------------------
イベントからさがす
-------------------------------------------------- */
.theme-inner {
  background: url(/cmp/entertainmentparty/common/img/theme_img.png) no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 114.7%;
  position: relative;
}
.theme-kansai {
  background: url(/cmp/entertainmentparty/common/img/theme_img_kansai.png) no-repeat;
  background-size: 100%;
}
.theme-inner ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  letter-spacing: -1em;
  line-height: 0;
}
.theme-inner ul li {
  display: inline-block;
  width: 50%;
  height: 50%;
  letter-spacing: 0em;
}
.theme-inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .theme-inner {
    max-width: 600px;
    min-height: 688px;
    margin: 0 auto;
    padding-top: 0;
  }
  .theme-inner ul {
    min-height: 688px;
  }
}

/* --------------------------------------------------
よくある質問
-------------------------------------------------- */
.faq-inner {
  width: 100%;
}
.faq-inner dl dt {
  background: url(/cmp/entertainmentparty/common/img/faq_q.png) no-repeat 5px center #3f9624;
  background-size: contain;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  transform: skewY(-1deg);
  transform-origin: bottom right;
  padding-left: calc(3.2rem + 5px);
}
.faq-inner dl dd {
  padding: 14px 10px 10px;
  overflow: visible !important;
}
.faq-inner dl dd div {
  background: #fff;
  padding: 10px 5px;
}
.faq-inner dl dd:before {
  content: "";
  display: block;
  background: url(/cmp/entertainmentparty/common/img/faq_outlet.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 20px;
  margin-left: 30px;
}
.faq-inner dl dd p {
  font-size: 1.2rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.faq-inner dl dd p.faq-answer {
  background: url(/cmp/entertainmentparty/common/img/faq_a.png) no-repeat left top;
  background-size: contain;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 2.8rem;
}
@media only screen and (min-width: 768px) {
  .faq-inner {
    max-width: 680px;
    margin: 0 auto;
  }
  .faq-inner dl dt {
    font-size: 2rem;
    padding-left: calc(4rem + 5px);
  }
  .faq-inner dl dd {
    padding: 18px 40px 20px;
  }
  .faq-inner dl dd p {
    font-size: 1.6rem;
    padding: 0.5rem 1rem 0 1rem;
  }
  .faq-inner dl dd p.faq-answer {
    font-size: 1.8rem;
    padding: 0 0 0 3.6rem;
  }
  .faq-inner .button-search {
    max-width: 360px;
  }
}

