html {
  font-size: 22px;
}

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

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 caption {
  background: #fe7e9c;
  color: #fff;
  font-weight: bold;
}
.tbl th,
.tbl td {
  border: 2px solid #fe7e9c;
  padding: 10px;
  text-align: center;
  font-weight: normal;
}
.tbl th {
  white-space: nowrap;
  background: #ffe8ed;
}
.tbl .ta_l {
  text-align: left;
}
.tbl .ta_r {
  text-align: right;
}

.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: #fe7e9c;
  border: 2px solid #fe7e9c;
  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: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fe7e9c;
}

body.index {
  margin: 0;
  padding: 0;
  background-color: #ff99b1;
}
body.index #content_wrapper {
  background: none;
}

#index_page {
  background: url(../img/index_pc.png) center top no-repeat;
  background-color: #ffb2c5;
  background-size: 100%;
  padding-top: 45vw;
  /**/
  overflow: hidden;
}
#index_page .enter a {
  background: #fe7e9c;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  font-size: 100px;
  line-height: 150px;
  width: 800px;
}
#index_page .dv_enter_txt {
  margin: 2rem 0;
}
#index_page .dv_enter_txt p {
  margin: 20px 0;
}
#index_page .dv_enter_txt a {
  color: inherit;
}
#index_page .dv_enter_txt .leave {
  font-size: 25px;
}
#index_page .dv_enter_txt .mes {
  font-size: 14px;
  line-height: 18px;
}

#index_banners {
  padding-bottom: 50px;
}
#index_banners .wrp {
  display: table;
  table-layout: fixed;
  margin: 1rem auto;
}
#index_banners .wrp > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

@media screen and (max-width: 780px) {
  #index_page {
    background-image: url(../img/index_sp.png);
    background-color: #ff99b1;
    background-size: 100%;
    padding-top: 350px;
  }
  #index_page .enter a {
    font-size: 50px;
    line-height: 80px;
    width: 300px;
  }
  #index_page .dv_enter_txt .leave {
    font-size: 18px;
  }
  #index_page .dv_enter_txt .mes {
    font-size: 12px;
    line-height: 18px;
  }
  #index_banners .wrp {
    display: block;
    margin: 0;
  }
  #index_banners .wrp > div {
    display: block;
  }
}
#header_wrapper {
  background: #ffe8ed;
}

#footer_wrapper {
  background: #ffe8ed;
}

#fnav_wrapper {
  background: #fff;
}

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

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

#header {
  position: relative;
}
#header .wrp {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 90px - 40px);
  margin-left: 20px;
}
#header .wrp > * {
  margin: 0;
}
#header .wrp .hdr {
  font-size: 14px;
  line-height: 20px;
}
#header .wrp .p_logo a {
  text-decoration: none;
  color: inherit;
  font-size: 35px;
  line-height: 50px;
}

#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 {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fnav a {
  text-decoration: none;
  display: block;
  background: #f8860a;
  color: #fff;
  width: 300px;
  line-height: 40px;
}

#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 #fe7e9c;
  color: #fe7e9c;
  -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;
}

.bigbtn {
  background: #fe7e9c;
  color: #fff;
  display: table;
  text-decoration: none;
  font-size: 30px;
  line-height: 60px;
  padding: 0 30px;
}

.hdr_shopinfo > * {
  margin: 0;
}

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

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

#wrp_cnav {
  margin: 30px 0;
}
#wrp_cnav .inner {
  overflow: hidden;
  background: #ffe8ed;
  padding: 30px 0;
}

#cnav {
  padding-left: 20px;
  padding-right: 20px;
}
#cnav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#cnav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cnav .btn {
  text-align: center;
  display: block;
}
#cnav .cat {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
#cnav .cat .btn {
  background: #fff;
  color: #fe7e9c;
  font-weight: bold;
  line-height: 80px;
}
#cnav .cat .btn.on {
  background: #fe7e9c;
  color: #fff;
}
#cnav .itm {
  margin-top: 30px;
}
#cnav .itm .btn {
  color: inherit;
  border-left: 1px solid #ddd;
  line-height: 50px;
}
#cnav .itm .btn.on {
  color: #fe7e9c;
}
#cnav .itm li:first-child .btn {
  border: none;
}

.lnk_map {
  color: #fe7e9c;
  padding-left: 30px;
  position: relative;
}
.lnk_map::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  background: #fe7e9c;
  -webkit-mask-image: url(../img/icon-map.png);
          mask-image: url(../img/icon-map.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.wrp_itmdtl {
  text-align: center;
  margin: 30px 0;
}
.wrp_itmdtl p {
  margin: 10px 0;
  line-height: 32px;
}
.wrp_itmdtl .itm {
  font-size: 18px;
  position: relative;
}
.wrp_itmdtl .itm::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  margin-left: -80px;
  left: 50%;
  bottom: 0;
  background: #666;
}
.wrp_itmdtl .dtl {
  font-size: 22px;
}

#hdr_shopinfo .inner {
  padding-left: 20px;
  padding-right: 20px;
}
#hdr_shopinfo .inner .logo img {
  width: 200px;
}
#hdr_shopinfo .inner .lnk {
  margin: 10px 0;
}
#hdr_shopinfo .inner .btns {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hdr_shopinfo .inner .btns a {
  text-decoration: none;
  display: block;
  background: #f8860a;
  color: #fff;
  width: 300px;
}

#btm_shopinfo .inner {
  padding-left: 20px;
  padding-right: 20px;
}
#btm_shopinfo .inner .sn {
  margin: 0;
}
#btm_shopinfo .inner .name {
  font-size: 50px;
  line-height: 60px;
}
#btm_shopinfo .inner .subname {
  font-size: 25px;
  line-height: 35px;
}

.rec_gs {
  width: 700px;
  margin: 0 auto;
}
.rec_gs .hdr {
  margin-bottom: 0;
  color: #fff;
}
.rec_gs .img {
  margin: 0;
}
.rec_gs .lnk {
  margin-top: 20px;
}
.rec_gs .lnk a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
}
.rec_gs.rec_g .hdr {
  background: #ffa88d;
}
.rec_gs.rec_g .lnk a {
  background: #ffa88d;
}
.rec_gs.rec_grp .hdr {
  background: #ff6bb8;
}
.rec_gs.rec_grp .lnk a {
  background: #ff6bb8;
}
.rec_gs.rec_s .hdr {
  background: #000;
}
.rec_gs.rec_s .lnk a {
  background: #000;
}

#btm_recinfo .inner {
  padding-left: 20px;
  padding-right: 20px;
}

#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;
  border: 2px solid #ddd;
}
#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 #ddd;
  font-size: 25px;
  line-height: 40px;
}
.wrp_cast_sel {
  background: #fff;
  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;
  background: #fe7e9c;
  margin: 10px 0;
  padding: 10px;
}
.wrp_cast_sel .wrp > * {
  width: 40%;
}
.wrp_cast_sel .wrp .dscr {
  text-align: center;
  font-weight: bold;
}
.wrp_cast_sel .total {
  background: #ffe8ed;
  margin: 10px 0;
  padding: 0 10px;
}
.wrp_cast_sel .hdr {
  margin: 0;
  padding: 0 10px;
}

.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.4);
  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 #ddd;
  margin-bottom: 0;
}
#shame .dv .send_date {
  font-size: 18px;
  color: #808080;
  margin-top: 0;
}

#shop .inner {
  padding-left: 20px;
  padding-right: 20px;
  background: #ffe8ed;
}

#system .inner {
  padding-left: 20px;
  padding-right: 20px;
}
#system .tbl {
  table-layout: fixed;
}
#system .tbl .dscr {
  font-size: 14px;
  line-height: 24px;
}

#event {
  margin: 2rem 0;
}
#event .inner {
  padding-left: 20px;
  padding-right: 20px;
}
#event .ttl {
  color: #fff;
  background: #fe7e9c;
}
#event .img {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
#event .txt {
  background: #ffe8ed;
  padding: 30px 40px;
  border-radius: 30px;
}
#event {
  /*.dv{
  	border-bottom:variables.$def_bdb;
  }
  .wrp{
  	.dv:last-child{
  		border-bottom:none;
  	}
  }*/
}

#castlist .cnt,
#sche .cnt {
  margin-bottom: -2rem;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  background: #ffe8ed;
}
#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 #fe7e9c;
  margin: 1rem 0;
}
.cast_shft_tdy .itm {
  background: #fe7e9c;
  color: #fff;
  padding: 0 20px;
}
.cast_shft_tdy .dtl {
  padding: 0 80px;
}

#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% - 100px) / 6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #999;
}
#gallery .tmb_list li.on {
  border-color: #ffe8ed;
}

#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: #fe7e9c;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px 30px 0 0;
}
#cast_sche .sche .shft {
  background: #fff;
  border: 1px solid #fe7e9c;
  padding: 20px 0;
  border-radius: 0 0 30px 30px;
}

.tbl_prof {
  border-collapse: collapse;
  width: 100%;
}
.tbl_prof th, .tbl_prof td {
  border-bottom: 2px solid #ddd;
  padding: 5px 10px;
}
.tbl_prof th {
  text-align: left;
}
.tbl_prof td {
  text-align: right;
}

#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;
  margin: 1rem 0;
}
#cast_hdr .ch_ancs a {
  width: 160px;
  background: #f8860a;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#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: #fe7e9c;
  margin: 0;
  padding: 20px;
}
#castsrchform dl dd {
  margin: 0;
}

#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 #ddd;
  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: rgba(0, 0, 0, 0.4);
}

#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 #ffe8ed;
  color: #ffe8ed;
  display: table;
  padding: 0 10px;
}

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

.topcstlst .swiper {
  padding-bottom: 50px;
}
.topcstlst .wrp_dv a,
.topcstlst .swiper-slide a {
  text-decoration: none;
  position: relative;
  display: block;
}
.topcstlst .wrp_dv .txt,
.topcstlst .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 26px;
}
.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);
}

#top_qanda .swiper {
  padding-bottom: 50px;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}
#top_qanda .swiper-slide {
  background: #ffe8ed;
  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_banner .swiper {
  padding-bottom: 50px;
}

.pct_list {
  list-style: none;
  padding: 0;
}
.pct_list li {
  border-bottom: 2px solid #ddd;
  background: #fff;
  margin: 3px 0;
}
.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: #fe7e9c;
}
.pct_list .shft2 {
  font-weight: bold;
  color: #888;
}
.pct_list .shft2.on {
  color: #fe7e9c;
}
.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: #777;
  -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;
}