/*-----------------------------------------------
variable
-----------------------------------------------*/
/*-----------------------------------------------
Styles
-----------------------------------------------*/
.post_content {
  /*-----------------------------------------------
  reset
  -----------------------------------------------*/
  /*-----------------------------------------------
  layout
  -----------------------------------------------*/
  /*-----------------------------------------------
  compornent
  -----------------------------------------------*/
  /*-----------------------------------------------
  project
  -----------------------------------------------*/
  /* p-youtube-contents */
  /* p-about */
  /* p-contestant */
  /* p-dressup */
  /* p-point */
  /* p-interview */
  /* p-takeover */
  /* p-price */
  /*-----------------------------------------------
  utility
  -----------------------------------------------*/
}
.m-font{
font-family: 'Shippori Mincho B1', serif;
font-weight: 500;
}
.bold{
  font-weight: 700;
}
.post_content p {
  line-height: 1.5;
}
.post_content em, .post_content span {
  font-style: normal;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  padding: 0;
  margin: 0;
}
.post_content ul {
  margin: 0;
}
.post_content li {
  line-height: inherit;
}
.post_content .l-section--youtube {
  margin-bottom: 140px;
}
.post_content .l-section--contestant {
  margin-bottom: 100px;
}
.post_content .l-section--takeover {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .post_content .l-section {
    padding: 0 20px;
  }
  .post_content .l-section--youtube {
    margin-bottom: 100px;
  }
}
.post_content .l-fv {
  margin-bottom: 60px;
  text-align: center;
}
.post_content .l-fv img {
  min-height: 600px;
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .post_content .l-fv img {
    min-height: auto;
    width: 100%;
  }
}
.post_content .c-ttl01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2.2em;
}
.post_content .c-ttl01 .eng {
  display: block;
  font-size: 1.66em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.post_content .c-ttl02 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.post_content .c-ttl03 {
  font-size: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .post_content .c-ttl01 {
    font-size: 17px;
    line-height: 1.4;
  }
  .post_content .c-ttl01.eng {
    font-size: 1.8em;
  }
  .post_content .c-ttl02 {
    font-size: 21px;
    margin-bottom: 0.5em;
  }
  .post_content .c-ttl03 {
    font-size: 15px;
    padding-bottom: 0.35em;
  }
}
.post_content .c-lead01 {
  text-align: center;
  font-size: 19px;
  line-height: 2.1;
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .post_content .c-lead01 {
    font-size: 12px;
    line-height: 2.33;
    text-align: justify;
  }
}
.post_content .c-flexbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  /*gap: 0 2%;*/
}
.post_content .c-flexbox__item {
  max-width: 43%;
}
.post_content .c-flexbox__item video {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .post_content .c-flexbox {
    flex-flow: column;
    width:80%;
  }
  .post_content .c-flexbox__item {
    max-width: none;
  }
}
.post_content .p-youtube-contents {
  margin-bottom: 4.5em;
}
.post_content .p-youtube-contents__ttl {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
.post_content .p-youtube-contents__ttl .--icon {
  margin-right: 0.3em;
}
.post_content .p-youtube-contents__mov {
  max-width: 800px;
  width: auto;
  margin: auto;
}
.post_content .p-youtube-contents__mov iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .post_content .p-youtube-contents {
    margin-bottom: 2.5em;
  }
  .post_content .p-youtube-contents__ttl {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .post_content .p-youtube-contents__ttl .--icon {
    display: inline-block;
    height: 1.3em;
    width: auto;
  }
}
.post_content .p-dr {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  width: 100%;
  margin: auto;
}
.post_content .p-dr__outer {
  margin-bottom: 150px;
}
.post_content .p-dr__lead {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}
.post_content .p-dr__lead .--min {
  font-size: 0.875em;
}
.post_content .p-dr__lead .--marker {
  color: #ff7b9e;
}
.post_content .p-dr__prof {
  max-width: 700px;
  width: 100%;
  margin-left: 40px;
}
.post_content .p-dr__prof__ttl {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0.35em;
}
.post_content .p-dr__prof__txt {
  font-size: 16px;
  line-height: 2.6;
  text-align: justify;
  font-weight: bold;
}
.p-dr__slider__outer {
  width: 950px;
  margin: auto;
}
.post_content .p-dr__slider {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 750px) {
  .post_content .p-dr__slider {
    animation: scrollAnime 18s linear infinite;
  }
}
@media screen and (min-width: 751px) {
  .post_content .p-dr__slider--sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .post_content .p-dr {
    flex-flow: column;
  }
  .post_content .p-dr__outer {
    margin-bottom: 100px;
  }
  .post_content .p-dr__lead {
    font-size: 17px;
  }
  .post_content .p-dr__prof {
    width: 100%;
    margin: auto;
  }
  .post_content .p-dr__prof__ttl {
    font-size: 32px;
  }
  .post_content .p-dr__prof__txt {
    font-size: 12px;
    line-height: 2.25;
  }
  .post_content .p-dr__slider {
    gap: 0;
  }
  .post_content .p-dr__slider__outer {
    display: flex;
    overflow: hidden;
    width: 100vw;
    margin-left: -20px;
  }
  .post_content .p-dr__slider__item {
    width: 75vw;
  }
}
.post_content .p-about {
  width: 100%;
  max-width: 950px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post_content .p-about__prof {
  max-width: 620px;
  width: 100%;
  margin-right: 20px;
}
.post_content .p-about__prof__ttl {
  color: #fff;
  background: #000;
  position: relative;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.3em;
  font-size: 27px;
  margin-bottom: 1.3em;
}
.post_content .p-about__prof__ttl:before, .post_content .p-about__prof__ttl:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: none;
}
.post_content .p-about__prof__ttl:before {
  left: 0;
  border-right: #000 solid 1.1em;
  border-bottom: #fff solid 2.3em;
}
.post_content .p-about__prof__ttl::after {
  right: 0;
  border-right: #fff solid 1.1em;
  border-bottom: #000 solid 2.3em;
}
.post_content .p-about__prof__txt {
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
  width: 85%;
  margin: auto;
  font-weight: bold;
}
.post_content .p-about__prof__link {
  font-size: 20px;
  padding: 0.65em 0;
  max-width: 14em;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 1.2em auto 0;
}
.l-section.bg-color{
background: #000;
padding: 4em 0;
}
.l-section.bg-color .c-ttl01{
color: #fff;
  }
@media screen and (max-width: 750px) {
  .post_content .p-about {
    flex-flow: column;
  }
  .post_content .p-about__prof {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .post_content .p-about__prof__ttl {
    font-size: 18.5px;
  }
  .post_content .p-about__prof__txt {
    font-size: 12px;
    line-height: 2.25;
    width: 92%;
  }
  .post_content .p-about__prof__link {
    font-size: 14px;
    padding: 0.9em 0;
  }
}
.post_content .p-contestant {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.post_content .p-contestant__prof {
  width: 570px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.post_content .p-contestant__prof__ttl {
  font-size: 30px;
  text-align: center;
}
.post_content .p-contestant__prof__ttl__copy {
  font-size: 25px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.post_content .p-contestant__prof__ttl__name {
  font-size: 0.6em;
  line-height: 1.73;
  font-weight: bold;
}
.post_content .p-contestant__prof__txt {
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .post_content .p-contestant {
    flex-flow: column;
  }
  .post_content .p-contestant__prof {
    width: 100%;
  }
  .post_content .p-contestant__prof__ttl {
    font-size: 17px;
  }
  .post_content .p-contestant__prof__ttl__name {
    font-size: 0.82em;
  }
  .post_content .p-contestant__prof__txt {
    font-size: 12px;
    line-height: 2.33;
  }
}
.post_content .p-dressup {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  .post_content .p-dressup {
    margin: 0 auto 20px;
  }
}
.post_content .p-point {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 80px;
}
.post_content .p-point:last-child {
  margin-bottom: 0;
}
.post_content .p-point__outer {
  margin-bottom: 70px;
}
.post_content .p-point__photo {
  display: block;
}
.post_content .p-point__prof {
  width: 380px;
  font-size: 15px;
}
.post_content .p-point__prof__num {
  margin-bottom: 1em;
}
.post_content .p-point__prof__ttl {
  font-size: 1.6em;
  margin: 0 0 1em;
  font-weight: bold;
}
.post_content .p-point__prof__txt {
  font-size: inherit;
  line-height: 2;
  font-weight: bold;
}
.post_content .p-point__prof__link {
  display: block;
  color: #000;
  font-size: 1em;
  border: 1px solid #000;
  padding: 0.9em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.post_content .p-point__prof__link:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .post_content .p-point {
    flex-flow: column;
  }
  .post_content .p-point__photo {
    width: 90%;
    margin: auto;
  }
  .post_content .p-point__prof {
    width: 100%;
  }
  .post_content .p-point__prof__num {
    display: block;
    width: 45vw;
    margin: 15px 0;
  }
  .post_content .p-point__prof__ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .post_content .p-point__prof__ttl__outer {
    display: flex;
    flex-flow: column;
  }
  .post_content .p-point__prof__txt {
    font-size: 12px;
    line-height: 2.33;
  }
  .post_content .p-point__prof__link {
    font-size: 14px;
    margin-bottom: 1em;
    padding: 1.3em 0;
  }
  .post_content .p-point:nth-child(even) .p-point__prof__ttl__outer {
    align-items: flex-end;
  }
}
.post_content .p-interview {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
.post_content .p-interview__outer {
  margin-bottom: 100px;
}
.post_content .p-interview__prof {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 460px;
  width: 100%;
  font-size: 15px;
  padding-top: 3.3em;
}
.post_content .p-interview__prof__ttl {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
.post_content .p-interview__prof__ttl .--name {
  font-size: 1.25em;
}
.post_content .p-interview__prof__txt {
  font-size: inherit;
  line-height: 2.66;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: justify;
}
.post_content .p-interview--tenchim {
  flex-flow: row-reverse;
}
.post_content .p-interview--tenchim .p-interview__prof {
  right: auto;
  left: 0;
  max-width: 500px;
}
.post_content .p-interview:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .post_content .p-interview {
    flex-flow: column;
    margin-bottom: 50px;
  }
  .post_content .p-interview__prof {
    position: static;
    max-width: none;
    font-size: 12px;
    padding-top: 2em;
  }
  .post_content .p-interview__prof__ttl {
    margin-bottom: 0.5em;
  }
  .post_content .p-interview__prof__txt {
    margin-bottom: 0;
  }
}
.post_content .p-takeover {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-flow: row-reverse;
}
.post_content .p-takeover__photo {
  position: absolute;
  left: 0;
  top: 0;
  width:58%;
}
.post_content .p-takeover__prof {
  font-size: 15px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.post_content .p-takeover__prof__ttl {
  font-size: 1.75em;
  line-height: 2;
  text-align: right;
  margin-bottom: 0.5em;
}
.post_content .p-takeover__prof__txt {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5em 0 1.5em 2.6em;
  line-height: 2.33;
  max-width: 477px;
  width: 100%;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.post_content .p-takeover__prof__link {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  padding: 1em 0.5em;
  color: #000;
  /*width: 14em;*/
  background: #fff;
}
.post_content .p-takeover__prof__link a {
  color: inherit;
}
@media screen and (max-width: 750px) {
  .post_content .p-takeover {
    flex-flow: column;
  }
  .post_content .p-takeover__photo {
    position: static;
    margin-bottom: 20px;
    width: auto;
  }
  .post_content .p-takeover__prof {
    align-items: flex-start;
  }
  .post_content .p-takeover__prof__ttl {
    font-size: 1.15em;
    text-align: left;
    line-height: 1.75;
    margin: auto;
    margin-bottom: 0.9em;
    text-align: center;

  }
  .post_content .p-takeover__prof__txt {
    max-width: none;
    padding: 0;
    font-size: 0.8em;
  }
  .post_content .p-takeover__prof__link {
    width: 100%;
    font-size: 0.95em;
  }
}
.post_content .p-price {
  margin-bottom: 45px;
}
.post_content .p-price:last-child {
  margin-bottom: 0;
}
.post_content .p-price__outer {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.post_content .p-price--pink {
  border-color: #ff7b9e;
  color: #ff7b9e;
}
.post_content .p-price--purple {
  border-color: #835d95;
  color: #835d95;
}
.post_content .p-price--yellow {
  border-color: #fdd000;
  color: #fdd000;
}
.post_content .p-price--orange {
  border-color: #e48c76;
  color: #e48c76;
}
.post_content .p-price__ttl {
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 0.1em 0;
  width: 7.5em;
}
.post_content .p-price__ttl--pink {
  background: #ff7b9e;
}
.post_content .p-price__ttl--purple {
  background: #835d95;
}
.post_content .p-price__ttl--yellow {
  background: #fdd000;
}
.post_content .p-price__ttl--orange {
  background: #e48c76;
}
.post_content .p-price__list {
  border: 2px solid;
  border-color: inherit;
  color: inherit;
  padding: 15px 40px;
  background: #fff;
}
.post_content .p-price__list__item {
  border-bottom: 1px solid;
  border-color: inherit;
  font-size: 25px;
  padding: 0.2em 1em 0.2em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post_content .p-price__list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post_content .p-price__list__item__name {
  font-size: inherit;
  margin: 0;
}
.post_content .p-price__list__item__price {
  font-size: 2.1em;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post_content .p-price__list__item__price .--yen {
  font-size: 0.55em;
  line-height: 1;
}
.post_content .p-price__list__item__price .--yen .--min {
  font-size: 0.42em;
  display: block;
}
@media screen and (max-width: 750px) {
  .post_content .p-price__outer .c-ttl03 {
    font-size: 18px;
  }
  .post_content .p-price__outer .c-lead01 {
    text-align: center;
    font-size: 15px;
    margin-top: 0.3em;
  }
  .post_content .p-price__ttl {
    font-size: 18px;
  }
  .post_content .p-price__list {
    padding: 20px 20px 15px;
  }
  .post_content .p-price__list__item {
    flex-flow: column;
    border-bottom: none;
    padding: 0;
    font-size: 20px;
    margin-bottom: 0.7em;
  }
  .post_content .p-price__list__item:last-child {
    margin-bottom: 0;
  }
  .post_content .p-price__list__item__name {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    padding-bottom: 0.4em;
  }
  .post_content .p-price__list__item__price {
    font-size: 2.25em;
  }
}

/*-----------------------------------------------
keyframes
-----------------------------------------------*/
@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 750px) {
  .l-section.bg-color{
  padding: 2em 1em;
  }
}

/*まりころ特設ページ*/

p
{
  text-align: justify;
}

.l-marikoro-inner h1{
  font-size: min(1.75em,5vw);
}

.l-section--marikoro--info h3{
  font-size: min(1.4em,4.5vw);
  line-height: 2em;
  margin-bottom: 2em;
  letter-spacing: 0.1em;
}

.l-section--marikoro--info p,
.l-section--marikoro--stories p
{
  font-size: 0.9em;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}

.l-section--marikoro--info .p-dr{
  margin-bottom: 6em;
}

.l-section--marikoro--stories{
  width: min(980px,90%);
  margin: auto;
}

.l-marikoro-inner .p-youtube-contents__ttl{
  font-size: min(35px,6vw);
  margin: 2em auto 1.5em;
  letter-spacing: 0;
}
.post_content .p-youtube-contents__ttl .--icon{
  width:1.25em;
}

.l-section--marikoro--stories h3{
  border: 1px solid #000;
  padding: 0.5em 1em;
  font-size: min(23px,4vw);
}

.l-section--marikoro--stories h3 img{
  display: inline-block;
  margin-right: 1em;
}

.l-section--qa{
  background: #f3e5e7;
  padding: 4em 0;
}

.post_content ul.l-section--qa--inner{
  width: min(950px,90%);
  margin: auto;
}

.post_content ul.l-section--qa--inner li{
  background: #fff;
  padding: 1em 2em;
  margin-bottom: 2em;
  box-shadow: 3px 3px 7px -5px #777777;
}

.post_content ul.l-section--qa--inner li p{
  margin: 0em;
  padding:0.5em 0;
}

.l-section--qa--inner li span{
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.5em;
}

.l-section--qa--inner li p:first-of-type span{
  color: #835d95;
}
.l-section--qa--inner li p:last-of-type span{
  color: #ff7b9e;
}

.p-dr__slider__outer .stories-icon{
  width: 10em;
}

.p-stories{
  display: flex;
}

.p-stories__slider__item{
  width: calc((100%  / 3) - 1.75em);
}

.p-stories__slider__item h4{
  background: #ff8faf;
  color: #fff;
  line-height: 1em;
  padding: 0.5em 1em;
  font-size: 0.9em;
  border-radius: 2em;
}

.p-stories__slider__item p,
.p-stories__slider__item dl{
  line-height: 1em;
  margin: auto 0;
  font-size: 0.9em;
}

.p-stories__slider__item > div{
  margin-top: 1.5em;
}

.p-stories__slider__item > div > .between{
  margin-bottom: 1em;
}

.p-stories__slider__item > div > .between p{
  margin-right: 2em;
}

.p-stories__slider__item p.stories-icon{
  margin: 1.5em 0;
}

.stories-icon + p a{
  display: block;
  background: #535d61;
  color: #eee;
  text-align: center;
  padding: 0.75em 0;
  border-radius: 2em;
}

.l-section--marikoro--stories:not(:first-of-type){
  margin-top: 12em;
}
.splide.is-initialized:not(.is-active) .splide__list{
  display: flex !important;
}
.free-monita-info{
  width: min(920px,90%);
  margin: auto;
  border: 1px solid #000;
  padding: 1.5em 2em;
  margin-bottom: 6em;
}

.free-monita-info p{
  line-height: 2.4em;
  margin-bottom: 0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.free-monita-info h3{
  margin: auto;
  margin-top: -2em;
  background: #fff;
  display: table;
  padding: 0em 1em 0.5em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .post_content .p-dr.reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .l-section--marikoro--info .p-dr{
    margin-bottom: 3em;
  }
  .l-section--marikoro--stories h3 span:first-of-type{
    width: 40%;
    display: flex;
    align-items: center;
  }
  .l-marikoro-inner .p-youtube-contents__ttl{
    margin: 1em auto;
  }
  .l-section--marikoro--stories:not(:first-of-type){
    margin-top: 5em;
  }

  .free-monita-info h3{
    margin-top: -3em;
    padding: 0em 1.5em 0.5em;
  }

  .p-stories__slider__item h4{
    font-size: 3.5vw;
  }
  .p-stories__slider__item p{
    font-size: 3.5vw;
  }
  .p-stories__slider__item dl{
    font-size: 3.25vw;
  }
  .p-stories__slider__item dl *{
    font-size: 3.25vw;
  }
  .p-stories__slider__item p.stories-icon{
    margin: 1em 0 1.5em;
  }
  .p-dr__slider__outer .stories-icon{
    width: 12em;
  }
  .splide__pagination{
    bottom: -2.5em !important;
  }

  .splide__pagination__page.is-active{
    background: #f88eb0 !important;
  }

  .p-stories__slider__item dt{
    width: 2em;
  }
  /*スライダープラグイン*/
  ul.splide__list{
    width: 100% !important;
  }
  .splide__slide{
    padding: 0 3.5em;
  }
  .post_content .p-dr__slider__outer.splide__track{
    margin: 0;
  }
  .splide__slide .flex{
    display: flex;
  }

}
