.pcmainimg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #F8EBE2;
}
@media screen and (max-width: 1350px) { 
  .pcmainimg {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) { 
  .pcmainimg {
    background-size: cover;
  }
}
.spmainimg,
.spmainimg_slide {
  display: none;
}
p {
  margin-bottom: 10px;
}
main {
  background-color: #FCF9F1;
}
.wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.leftcont {
  width: 70%;
}
.rightcont {
  width: 25%;
  margin: 0 0 0 5%;
}
.rightcont img {
  display: block;
  margin-bottom: 16px;
}
section {
  margin:  100px 0;
    background: #fff;
}
section:last-child { 
  margin:  100px 0 0 0;
}
section:first-of-type {
  margin: 0;
}
.ageattention {
  padding: 0 8px;
  background: #8e5500;
  font-size: 12px;
  color: #fff;
}
.ageattention a {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
#topnews {
  padding: 20px;
  border-radius: 20px;
  background: #32190E;
}
#topnews h2.newsmidashi {
  width: 60%;
  color: #FFF;
  font-size: 36px;
  margin:0 auto;
  letter-spacing: 2px;
  text-align: center;
}
#topnews .accordion-area section {
  background: #fff;
  color: #414141;
  border-radius: 0;
}
#topnews .accordion-area section .title::before, 
#topnews .accordion-area section .title::after {
  background: #32190E;
}


#concept {
  padding: 10px 10px 20px 10px ;
  background-color: #fff;
  background-image: url(../img/index/concept01.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left bottom;
}
#concept h3 {
  font-size: 36px;
  color: #F99B0E;
  text-align: center;
}
#concept .concepttext {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  max-width: 900px;
  margin:20px auto 0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
background: #32190E;
color: #FFF;
border-radius: 10px;
padding-bottom: 16px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 1% 1% 1% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #fff;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 0 3%;
  padding: 3%;

}
#yakusoku {
  position: relative;
  padding: 50px 20px 20px 20px;
}
#yakusoku p {
  text-align: center;
}
#yakusoku::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: url('../img/index/yakusoku01.png');
  display: block;
}
#yakusoku h3 {
  font-size: 18px;
}
h2.barsec {
  background: #634545;
  color: #fff;
  padding: 10px 10px 10px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 26px;
}
#sokutop .cast-list.card-flex {
  display: flex;
  flex-wrap: wrap;
}

#sokutop .cast-list .girls-card {
  width: calc(100% / 2 - 15px);
  margin: 0 auto;
  padding: 30px 0 25px 0;
  border-radius: 20px;
  background: #fff;
}

#sokutop .cast-list .soku {
  margin: 0 0 3px 0;
  border: solid 1px #cbadad;
  text-align: center;
}

#sokutop .cast-list .soku span {
  display: block;
  color: #EE3A59;
}

#sokutop .cast-list li {
  margin: 10px auto;
  font-size: 20px;
  font-weight: bold;
}

#sokutop .cast-list .cast_time {
  font-size: 16px;
  background: #EE3A59;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#newblog .castbloglist {
  display: flex;
  flex-wrap: wrap;
}
#newblog .castbloglist li {
  width: calc(100% / 2 - 15px);
  margin: 0 auto;
  padding: 0 0 25px 0;
  margin-top: 40px;
  box-sizing: border-box;
}
#newblog .castbloglist li a {
  display: block;
}
#newblog .castbloglist .castbloglistinner {
  position: relative;
  text-align: center;
}
#newblog .castbloglist .blogkind {
  position: absolute;
  top: -10px;
  width: 164px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  color: #fff;
  background: #FF3B5D;
}
#newblog .castbloglist .attendance {
  background:#FFB60D;
}
#newblog .castbloglist .everyday {
  background:#3B9B58;
}
#newblog .profblogtext .blogkind {
  position: relative;
  top: initial;
}
#newblog .castbloglist .castbloglistinner img.blogimg {
  width: 90%;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
}

#newblog .castbloglist .castbloglistinner dl {
  width: 90%;
  display: flex;
  margin: 0 auto;
  padding: 10px;
  background: #CBADAD;
  color: #fff;
}
#newblog .castbloglist .castbloglistinner dl dt {
  width: 30%;
}
#newblog .castbloglist .castbloglistinner dl dt a {
  display: block;
  color: #fff;
}
#newblog .castbloglist .castbloglistinner dl dt a.linkname {
  font-size: 13px;
  text-decoration: underline;
}
#newblog .castbloglist .castbloglistinner dl dt .linkimg {
  display: block;
width: 100px;
}
#newblog .castbloglist .castbloglistinner dl dd {
  width: 64%;
  margin-left: 6%;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
#newblog .castbloglist .castbloglistinner dl dd p {
  font-size: 14px;
  color: #fff;

}
#newblog .castbloglist .castbloglistinner dl dd .castbloglistttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#topvoice {
  padding: 18px;
  background: #f2e9e9;
}
#topvoice h2 {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#topvoice ul {
  margin-top: 18px;
}
#topvoice ul li {
  margin-bottom: 16px;
}
#topvoice ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}
#topvoice ul li a p {
  width: 20%;
  padding-top: 4px;
  font-size: 14px;
}
#topvoice ul li a p.castname {
margin-right: 20px;
}
#topvoice ul li a p.next {
  padding: 4px 8px;
  line-height: 1.8;
  font-size: 12px;
  color: #fff;
  background: #FF83AA;
  text-align: center;
}
#recruit .recruitbox {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;

}
#recruit .kyuujinban {
  margin: 16px auto;
}
#recruit a {
  display: block;
  width: 70%;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  border-radius: 50px;
  background: #F58DBA;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}





@media screen and (max-width: 750px) {

section {
  margin: 50px 0;
  font-weight: 500;
}	
.pcmainimg,
.pcmainimg_slide {
display: none;
}
.spmainimg,
.spmainimg_slide {
  display: block;
  width: 100%;
}
.wrap {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
}
.leftcont {
  width: 100%;
}
#topnews {
  padding: 0 20px 15px 20px;
}
#topnews h2.newsmidashi { 
  width: 100%;
  line-height: 60px;
  height: 40px;
  font-size: 14px;
}
#topnews .title {
  font-size: 14px;
}
.accordion-area {
  list-style: none;
}
#concept {
  background-size: 180px;
  background-position: left -50px bottom;
}
#concept h3 {
  font-size: 26px;
}
#concept .concepttext {
  width: 70%;
  text-align: left;
  margin-left: 30%;
}
#yakusoku {
  margin-bottom: 0;
}
#yakusoku::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 170px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url('../img/index/yakusoku01.png');
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#yakusoku h3,
#topnews {
  font-size: 14px;
}
h2.barsec {
  font-size: 16px;
}
#sokutop .cast-list li {
  font-size: 16px;
}
#sokutop .cast-list .cast_time {
  font-size: 14px;
}
#sokutop .cast-list .girls-card {
  padding: 10px 0 0 0;
}
#newblog .castbloglist li {
  margin-top: 20px;
  padding: 0 0 10px 0;
}
#newblog .castbloglist .castbloglistinner dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#newblog .castbloglist .blogkind {
  width: 100%;
}
#newblog .castbloglist .castbloglistinner img.blogimg {
  width: 100%;
}
#newblog .castbloglist .castbloglistinner dl {
  display: block;
  width: 100%;
}
#newblog .castbloglist .castbloglistinner dl dt .linkimg {
  display: block;
  width: 50px;
}
#newblog .castbloglist .castbloglistinner dl dt a.linkname {
  margin-left: 10px;
}
#newblog .castbloglist .castbloglistinner dl dd {
  width: 100%;
  margin-left: 0;
}
#newblog .castbloglist .castbloglistinner dl dd p {
  margin-bottom: 0;
}
#topvoice ul li a {
  flex-wrap: wrap;
}
#topvoice ul li a p {
  width: 47%;
}
#topvoice ul li a p.castname {
  margin-right: 0;
}
#topvoice ul li a p.next { 
  width: 100%;
}
section#recruit {
  margin: 50px 0
}
#recruit .recruitbox {
  width: 90%;
}
#recruit a {
  width: 84%;
}
.rightcont {
  width: 100%;
  margin: 0 auto;
}
}


/* PCは幅768px以上で表示 */
.mainpc { display: none; }
@media (min-width: 768px) {
  .mainpc { display: block; }
  .mainsp { display: none; }
}

/* SPは768px未満で表示 */
@media (max-width: 767px) {
  .mainsp { display: block; }
  .mainpc { display: none; }
}

/* スライダー画像は幅いっぱいに */
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}


/* ナビ矢印・ドット ちょい見やすく */
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, .35);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.swiper-pagination-bullet {
  background: rgba(248, 189, 255, 0.55);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #feadff;
  transform: scale(1.15);
}

@media screen and (max-width: 750px) {
  .mv {
      aspect-ratio: initial;
      min-height: initial;
  }
}
/* MVセクション内のSwiperナビを丸ボタンに */
.swiper {
  /* 矢印アイコンの色とサイズ（SwiperのCSS変数） */
  --swiper-navigation-color: #fff;   /* 矢印の色 */
  --swiper-navigation-size: 20px;    /* 矢印の大きさ */
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(255, 69, 224, 0.45);         /* 丸の中（半透明） */
  backdrop-filter: blur(2px);           /* 余裕あれば少しだけぼかし */
  display: grid;
  place-items: center;                  /* 矢印を中央に */
  transition: background .2s, transform .2s;
}

/* Swiperのデフォ矢印（:after）をそのまま利用。色/サイズは上の変数で制御 */
.swiper-button-prev::after,
.swiper-button-next::after {
  /* 何も書かなくてもOK（変数が効く） */
}

/* ホバー・フォーカス・無効時 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(66, 197, 116, 0.65);
  transform: translateY(-1px);
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

/* スマホはタップしやすく少し大きめに */
@media (max-width: 767px) {
.swiper-button-prev,
.swiper-button-next {
    width: 56px;
    height: 56px;
  }
}

/* 位置はお好みで（例：左右12px） */
.swiper-button-prev { left: 12px; }
.swiper-button-next { right: 12px; }
