html {
  font-size: 22px;
}

body {
  margin: 0;
  padding: 0;
  line-height: 2rem;
  font-family: sans-serif;
}

p, table, dl, ul, ol, hr,
h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

video {
  vertical-align: bottom;
}

.ime_j {
  ime-mode: active;
}

.ime_e {
  ime-mode: inactive;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.tofh {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wsnr {
  white-space: nowrap;
}

.mincho {
  font-family: serif;
}

.gothic {
  font-family: sans-serif;
}

.hide_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.tofh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner {
  max-width: 780px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.inner > .wfit {
  margin-left: -20px;
  margin-right: -20px;
}

.content .inner {
  overflow: hidden;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

.gmap iframe {
  height: 50vh;
  width: 100%;
  border: none;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 35px;
}
.tbl th,
.tbl td {
  border-bottom: 2px solid #C5C5C5;
  padding: 10px;
}
.tbl th {
  text-align: left;
  white-space: nowrap;
}
.tbl td {
  text-align: right;
}
.tbl .tbl_arw {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding: 0 15px;
}

.pager {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager a {
  text-decoration: none;
}
.pager .btn {
  color: #FE5C8E;
  border: 2px solid #FE5C8E;
  background: #fff;
  line-height: 70px;
  width: 120px;
  text-align: center;
  font-size: 30px;
  border-radius: 10px;
  display: block;
}
.pager .btn.off {
  opacity: 0.3;
}
.pager .npps {
  color: #000;
}
.pager .npps .ps {
  opacity: 0.2;
}

.wrp_hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}
.wrp_hl > * {
  margin: 0;
}
.wrp_hl .lnk a {
  color: #009EE8;
  text-decoration: none;
}

#header_wrapper {
  background: #67BDF8;
}

#content_wrapper {
  background: #EAF2FF;
  color: #000;
}

#footer_wrapper {
  background: #67BDF8;
  color: #fff;
}

#fnav_wrapper {
  background: #fff;
}

#header_wrapper {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  margin-top: 90px;
  margin-bottom: 140px;
}

#header {
  position: relative;
}
#header .wrp {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 90px - 40px);
  margin-left: 20px;
}
#header .wrp > * {
  margin: 0;
}
#header .wrp .hdr {
  font-size: 40px;
}
#header .wrp .hdr a {
  color: inherit;
}
#header .logo {
  max-height: 40px;
}

#fnav_wrapper {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 0 #999 inset;
          box-shadow: 0 2px 0 #999 inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
}
#fnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
#fnav .li_sg {
  width: 130px;
}
#fnav .li_sg a {
  font-size: 16px;
  line-height: 26px;
  color: #888;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: url(../img/icon-person.png) center top no-repeat;
}
#fnav .li_rsv {
  width: 370px;
}
#fnav .li_rsv a {
  background: #FF5558;
  background: url(../img/icon-contact.png) center left 30px no-repeat #FF5558;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 90px;
  border-radius: 10px;
}

#header > *:first-child,
#footer > *:first-child {
  margin-top: 0;
}
#header > *:last-child,
#footer > *:last-child {
  margin-bottom: 0;
}

.bxshdw {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.lnkbtn {
  background: #fff;
  border: 2px solid #FE5C8E;
  color: #FE5C8E;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  display: table;
  margin: 0 auto;
  text-decoration: none;
  font-size: 24px;
  line-height: 50px;
  border-radius: 25px;
  width: 80%;
  text-align: center;
  font-weight: bold;
}

.brbw {
  margin: 2rem 0;
}
.brbw .inner {
  background: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hdr_shopinfo {
  padding-top: 30px;
}
.hdr_shopinfo > * {
  margin: 0;
}

#wrp_gnav {
  display: none;
  position: absolute;
  width: 100%;
  background: #EAF2FF;
  overflow: auto;
  max-height: calc(100vh - 90px - 140px - 30px);
}
#wrp_gnav .close {
  display: block;
  color: #fff;
  background: #67BDF8;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
}

.nav_sg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.nav_sg ul a {
  display: table;
  background: #fff;
  line-height: 50px;
  border-radius: 25px;
  font-weight: bold;
  width: 250px;
  text-align: center;
  border: 2px solid;
}
.nav_sg ul a.staff {
  color: #000;
  border-color: #000;
}
.nav_sg ul a.girl {
  color: #FF9FBA;
  border-color: #FF9FBA;
}

#gnav ul {
  margin-bottom: 0;
}
#gnav a {
  display: block;
  background: #F3FBFE;
  border-bottom: 2px solid #C5C5C5;
  line-height: 60px;
  padding: 0 20px;
}

#wrp_cnav {
  margin: 2rem 0;
}
#wrp_cnav .inner {
  overflow: hidden;
}

#cnav {
  padding-left: 20px;
  padding-right: 20px;
}
#cnav ul {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
#cnav li {
  width: calc((100% - 40px) / 3);
}
#cnav a {
  background: #fff;
  color: #444;
  display: block;
  font-weight: bold;
  line-height: 80px;
  border-radius: 10px;
}
#cnav a.on {
  background: #FE5C8E;
  color: #fff;
}

#hdr_shopinfo .inner {
  background: #fff;
  padding-top: 2rem;
}
#hdr_shopinfo .inner .map {
  text-decoration: none;
  color: #009EE8;
  font-weight: bold;
  background: url(../img/icon-map.png) center left no-repeat;
  padding-left: 25px;
}

#btm_shopinfo .inner {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
#btm_shopinfo .inner .map {
  text-decoration: none;
  color: #009EE8;
  font-weight: bold;
  background: url(../img/icon-map.png) center left no-repeat;
  padding-left: 25px;
}

#btm_recinfo .inner {
  padding-left: 20px;
  padding-right: 20px;
}
#btm_recinfo .hdr {
  margin-bottom: 0;
  color: #fff;
}
#btm_recinfo .img {
  margin: 0;
  border: 2px solid #ddd;
}
#btm_recinfo .lnk a {
  background: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid;
}
#btm_recinfo .girl {
  margin-bottom: 4rem;
}
#btm_recinfo .girl .hdr {
  background: #FF9FBA;
}
#btm_recinfo .girl .lnk a {
  border-color: #FF9FBA;
  color: #FF9FBA;
}
#btm_recinfo .staff .hdr {
  background: #384766;
}
#btm_recinfo .staff .lnk a {
  border-color: #384766;
  color: #384766;
}
#btm_recinfo .tbl {
  background: #fff;
  margin: 0;
}
#btm_recinfo .tbl caption {
  background: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  padding: 10px;
}
#btm_recinfo .tbl th {
  background: #EFF0F3;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#btm_recinfo .tbl td {
  text-align: left;
}

#top_reviews .swiper a {
  text-decoration: none;
  color: inherit;
}
#top_reviews p {
  margin: 0;
}
#top_reviews .img {
  width: 170px;
  height: 170px;
  background-color: #eee;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}
#top_reviews .gname {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
#top_reviews .ttl {
  font-size: 18px;
  line-height: 28px;
}
#top_reviews .ymd_vst {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
}
#top_reviews .swiper {
  padding-bottom: 40px;
}
#top_reviews .swiper-slide {
  text-align: center;
}

#reviews .dv {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}
#reviews .dv .name,
#reviews .dv p {
  margin: 1rem 0;
}
#reviews .rate {
  color: #E79A00;
}
#reviews .rate .star {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
}
#reviews .rate .star_f {
  background-image: url(../img/star-fill.svg);
}
#reviews .rate .star_h {
  background-image: url(../img/star-half.svg);
}
#reviews .rate .star_b {
  background-image: url(../img/star-border.svg);
}
#reviews .ttl {
  font-weight: bold;
}
#reviews .ymd_vst {
  font-size: 18px;
  color: #808080;
}

.wrp_gprof a {
  text-decoration: none;
  color: inherit;
}

.gprof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 1rem 0;
}
.gprof p {
  margin: 0;
}
.gprof .img {
  width: 130px;
}
.gprof .gname {
  font-weight: bold;
  border-bottom: 2px solid #C5C5C5;
  font-size: 25px;
  line-height: 40px;
}
.wrp_cast_sel {
  background: #fff;
  padding: 20px;
  margin-bottom: 2rem;
}
.wrp_cast_sel p {
  margin: 0;
}
.wrp_cast_sel .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.wrp_cast_sel .wrp > * {
  width: 40%;
}
.wrp_cast_sel .wrp .dscr {
  text-align: center;
  font-weight: bold;
}

.wrp_dv_shame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}
.wrp_dv_shame a {
  width: calc((100% - 40px) / 3);
}
.wrp_dv_shame a .dv {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #eee;
  position: relative;
}
.wrp_dv_shame a .dv .wrp_img_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 0 5px;
}
.wrp_dv_shame a .dv .img {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.wrp_dv_shame a .dv .txt p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

#shame .dv {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}
#shame .dv .name,
#shame .dv p {
  margin: 1rem 0;
}
#shame .dv .ttl {
  font-weight: bold;
  border-bottom: 2px solid #C5C5C5;
  margin-bottom: 0;
}
#shame .dv .send_date {
  font-size: 18px;
  color: #808080;
  margin-top: 0;
}

#event {
  margin: 2rem 0;
}
#event .inner {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
#event .ttl {
  color: #fff;
  background: #83D5FB;
}
#event .img {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
#event .dv {
  border-bottom: 2px solid #C5C5C5;
}
#event .wrp .dv:last-child {
  border-bottom: none;
}

#castlist .cnt,
#sche .cnt {
  margin-bottom: -2rem;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  background: #EAF2FF;
}
#castlist .pct_list,
#sche .pct_list {
  margin-left: -20px;
  margin-right: -20px;
}

.cast_shft_tdy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cast_shft_tdy div {
  border: 2px solid #FF5558;
  margin: 1rem 0;
}
.cast_shft_tdy .itm {
  background: #FF5558;
  color: #fff;
  padding: 0 20px;
}
.cast_shft_tdy .dtl {
  padding: 0 80px;
  color: #FF5558;
}

#gallery {
  margin-top: -60px;
}
#gallery .big_img {
  background: #fff;
  display: table;
  margin: 0 auto 1rem;
}
#gallery .big_img p {
  margin: 0;
}
#gallery .tmb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 720px;
  margin: 1rem auto;
}
#gallery .tmb_list li {
  width: calc((100% - 80px) / 5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #999;
}
#gallery .tmb_list li.on {
  border-color: #67BDF8;
}

#cast_sche .wrp {
  overflow: auto;
  margin: 2rem 0;
}
#cast_sche .sche {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 1520px;
}
#cast_sche .sche p {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cast_sche .sche li {
  width: 200px;
}
#cast_sche .sche .gny {
  background: #67BDF8;
  color: #fff;
  padding: 15px 0;
  border-radius: 30px 30px 0 0;
}
#cast_sche .sche .shft {
  background: #EAF2FF;
  padding: 30px 0;
  border-radius: 0 0 30px 30px;
}

#cast_mov video {
  margin-bottom: 2rem;
  width: 100%;
}

#cast_info .inner > * {
  margin: 0;
}
#cast_info .inner > *:first-child {
  margin-top: 2rem;
}
#cast_info .inner > *:last-child {
  margin-bottom: 2rem;
}
#cast_info .nf {
  vertical-align: middle;
}

#cast_hdr .inner > * {
  margin: 0;
}
#cast_hdr .inner > *:first-child {
  margin-top: 2rem;
}
#cast_hdr .inner > *:last-child {
  margin-bottom: 2rem;
}
#cast_hdr .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#cast_hdr .ch_ancs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cast_hdr .ch_ancs a {
  width: 150px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 20px;
  border: 2px solid #888;
  text-decoration: none;
  color: #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 65px;
  position: relative;
}
#cast_hdr .ch_ancs a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 22px;
  margin-top: -11px;
  top: 50%;
  left: 25px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #888;
}
#cast_hdr .ch_ancs a.dry::after {
  -webkit-mask-image: url(../img/note.svg);
          mask-image: url(../img/note.svg);
}
#cast_hdr .ch_ancs a.rvw::after {
  -webkit-mask-image: url(../img/comment.svg);
          mask-image: url(../img/comment.svg);
}
#cast_hdr .ch_ancs a.mov::after {
  -webkit-mask-image: url(../img/video.svg);
          mask-image: url(../img/video.svg);
}
#cast_hdr .nf {
  vertical-align: middle;
}

#castsrchform {
  margin: 0 -20px;
}
#castsrchform input[type=search] {
  background: url(../img/icon-search.png) center right 10px no-repeat #fff;
  padding-right: 60px;
}
#castsrchform dl {
  background: #67BDF8;
  margin: 0;
  padding: 20px;
}
#castsrchform dl dd {
  margin: 0;
}

#top_explanation .inner {
  background: #fff;
}
#top_explanation .dv_txt {
  padding-left: 20px;
  padding-right: 20px;
}

#top_system .wrp {
  margin: 2rem 0;
}
#top_system .tbl {
  table-layout: fixed;
  margin: 0;
}
#top_system .tbl caption {
  background: #67BDF8;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding: 5px;
}
#top_system .tbl th,
#top_system .tbl td {
  text-align: center;
  font-weight: normal;
  background: #EAF2FF;
  padding: 5px;
}
#top_system .tbl th {
  border-right: 2px solid #C5C5C5;
}
#top_system .tbl .dscr {
  font-size: 14px;
  line-height: 30px;
}

#top_event .wrp_dv_event {
  margin: 2rem 0;
}
#top_event .wrp_dv_event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #C5C5C5;
  padding: 20px 0;
}
#top_event .wrp_dv_event .dv:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
#top_event .wrp_dv_event .img {
  width: 140px;
}
#top_event .wrp_dv_event .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top_sokuhime .wrp_dv .txt {
  background: #FE5C8E;
}

#top_pickup .wrp {
  overflow: hidden;
  margin: 2rem 0;
}
#top_pickup .wrp p {
  margin: 0;
}
#top_pickup .img {
  width: 40%;
  float: left;
  margin-right: 1rem;
}
#top_pickup .name {
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
}
#top_pickup .shft {
  border: 2px solid #67BDF8;
  color: #67BDF8;
  display: table;
  padding: 0 10px;
}

#top_newcast .nf {
  width: 16px;
  vertical-align: top;
}

.topcstlst .wrp_dv {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
.topcstlst .wrp_dv .dv {
  width: calc((100% - 40px) / 3);
}
.topcstlst .wrp_dv a {
  text-decoration: none;
}
.topcstlst .wrp_dv .txt {
  background: #67BDF8;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  line-height: 26px;
}

#top_qanda .swiper {
  padding-bottom: 50px;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}
#top_qanda .swiper-slide {
  background: #EAF2FF;
  height: auto;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_qanda p {
  margin: 0;
}
#top_qanda .qa_q {
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 15px;
}
#top_qanda .qa_a {
  font-size: 20px;
  line-height: 40px;
}

#top_movie .swiper {
  padding-bottom: 50px;
}
#top_movie .ttl {
  margin: 0;
}

#top_banner .swiper {
  padding-bottom: 50px;
}

.pct_list {
  list-style: none;
  padding: 0;
}
.pct_list li {
  border-bottom: 2px solid #C5C5C5;
  background: #fff;
}
.pct_list li a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.pct_list p {
  margin: 0;
}
.pct_list .wrp_img {
  width: 240px;
}
.pct_list .wrp_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pct_list .name {
  font-weight: bold;
  font-size: 26px;
  line-height: 50px;
}
.pct_list .shft {
  font-weight: bold;
  font-size: 30px;
  line-height: 55px;
  color: #FE5C8E;
}
.pct_list .shft2 {
  font-weight: bold;
  color: #888;
}
.pct_list .shft2.on {
  color: #FE5C8E;
}
.pct_list .nf {
  vertical-align: middle;
}

/***** drawer *****/
.drawer {
  position: absolute;
  right: calc((100% - 760px) / 2);
  top: 0;
}

.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  width: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 15px;
}

.drawer_open span:after {
  top: 15px;
}

#header .drawer_open.opened span {
  background: rgba(255, 255, 255, 0);
}

#header .drawer_open.opened span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .drawer_open.opened span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***** form *****/
select,
textarea,
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=search],
input[type=number],
input[type=submit],
input[type=reset],
input[type=text] {
  font-size: 32px;
  line-height: 45px;
  padding: 13px;
  color: #444;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 1px);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=submit],
input[type=reset] {
  padding: 5px 50px;
  background: #eee;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
}