@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body {
  margin: 0 auto;
  max-width: 1920px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img.fullwide {
  width: 100%;
}
.sp-only {
  display: none;
}
@media (max-width: 612px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.redbg {
  display: inline-block;
  position: relative;
  background-color: #D93831;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  z-index: 1;
  padding: 4px 36px 6px;
}
.redbg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -3px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px #fff;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px transparent;
  z-index: 2;
}
.redbg:after {
  position: absolute;
  content: "";
  right: 0px;
  top: -3px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px #fff;
  z-index: 2;
}
.large-bold {
  font-size: 1.3em;
  font-weight: bold;
}
.mb0 {
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.sectionTitle {
  text-align: center;
}
.gradation {
  margin-top: 0;
  font-size: 5em;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(180deg, #777 0%, #000 75%, #000 100%);
  background: -webkit-linear-gradient(-90deg, #777 0%, #000 75%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  .gradation {
    margin-bottom: 20px;
    font-size: 3em;
  }
}
/* FV */
.mv {
  position: relative;
}
.mv__logo {
  position: fixed;
  top: 27px;
  left: 45px;
  z-index: 999;
}
@media (max-width: 480px) {
  .mv__logo {
    width: 200px;
    top: 12px;
    left: 20px;
  }
}
.mv__logo a {
  display: block;
}
/* こんなお悩みありませんか？ */
.fukidashi {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_fukidashi.jpg");
  background-size: cover;
  background-position: center;
  padding: 3em;
  position: relative;
}
.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #252525;
}
.fukidashi p.fukidashi-ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 3rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 0;
}
.fukidashi-flex {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.fukidashi-flex-child {
  position: relative;
}
.fukidashi-flex-child p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 16px;
}
.fukidashi-flex-child2 p {
  top: 5%;
}
.fukidashi-largefont {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.fukidashi-red {
  color: red;
  font-weight: bold;
}
@media (max-width: 612px) {
  .fukidashi {
    padding: 2em;
  }
  .fukidashi-flex-child {
    width: clamp(160px, 40vw, 210px);
  }
  .fukidashi-flex-child img {
    width: 100%;
  }
  .fukidashi-flex-child p {
    top: 5%;
    font-size: 13px;
    padding-right: 8px;
    line-height: 1.4;
  }
  .fukidashi-flex-child2 p {
    top: unset;
  }
  .fukidashi-largefont {
    font-size: 15px;
  }
}
/* モデルオンデマンドならすべて解決 */
.kaiketsu {
  padding: 5em 0;
}
@media (max-width: 612px) {
  .kaiketsu {
    padding: 5em 2em;
    background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/kaiketsu_bg1@2x_filter.png"), url("https://kotowork.com/modelondemand/wp-content/uploads/kaiketsu_bg2@2x_filter.png");
    background-position: 0% 10%, 100% 90%;
    background-size: 200px, 200px;
    background-repeat: no-repeat, no-repeat;
  }
}
/* スライドの動き等速 */
.swiper-wrapper {
  transform: unset;
  transition-timing-function: linear !important;
  height: unset !important;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 253px;
  padding: 12px;
}
/* 3つの特徴 */
.tokuchou {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_tokuchou@2x-scaled.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.tokuchou__ttl__top {
  font-size: 2em;
  margin-top: 5em;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .tokuchou__ttl__top {
    font-size: 1.5em;
  }
}
.tokuchou-wrapper.flex {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1038px;
}
@media (max-width: 612px) {
  .tokuchou-wrapper.flex {
    display: block;
  }
}
.tokuchou-wrapper-child {
  width: 33%;
  text-align: center;
}
@media (max-width: 480px) {
  .tokuchou-wrapper-child {
    width: 100%;
    margin-bottom: 5em;
  }
}
.tokuchou-wrapper-child img.tokuchou-icon {
  width: 120px;
}
img.tokuchou-text1 {
  width: 180px;
}
img.tokuchou-text2 {
  width: 250px;
  padding-top: 19px;
  padding-bottom: 19px;
}
img.tokuchou-text3 {
  width: 210px;
}
.tokuchou-ttl-top {
  margin-top: 3em;
  margin-bottom: -10px;
  font-size: 1.5em;
  font-weight: bold;
}
.tokuchou-wrapper.bottom {
  text-align: center;
}
@media (max-width: 480px) {
  .tokuchou-wrapper.bottom .redbg {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* WHAT IS MODEL ON DEMAND? */
.whatis {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg-whatis.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px;
  text-align: center;
  height: 1670px;
}
@media (max-width: 480px) {
  .whatis {
    padding-top: 70px;
    height: unset;
  }
}
.whatis__img {
  padding: 1em;
}
.whatis p {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  .whatis p {
    font-size: 1.1em;
  }
}
.whatis-movie {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1038px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .whatis-movie {
    gap: unset;
  }
}
.whatis-movie video {
  width: 494px;
  height: 282px;
}
@media (max-width: 480px) {
  .whatis-movie video {
    width: 100%;
    padding: 1rem;
  }
}
.whatis-movie-comment {
  position: relative;
  display: block;
}
.whatis-movie-comment:before {
  content: " 電子書籍化決定！ /";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  color: #000;
}
/* エントリーはこちら */
.offer {
  position: relative;
}
.offer-btn {
  position: absolute;
  width: 790px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
@media (max-width: 480px) {
  .offer-btn {
    width: 250px;
    bottom: 20px;
  }
}
@media (max-width: 320px) {
  .offer-btn {
    width: 220px;
    bottom: 10px;
  }
}
.offer-btn img {
  width: 100%;
}
.offer a {
  display: inline-block;
  transition: all 0.5s;
}
.offer a:hover {
  opacity: 0.8;
}
/* 知っていますか？ */
.dyn {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_dyn_but-scaled.jpg");
  height: 880px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 2em;
  position: relative;
}
@media (max-width: 480px) {
  .dyn {
    background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_dyn_sp_narrow2.jpg");
    background-size: cover;
    height: 900px;
    background-position: center center;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dyn-child1 {
  max-width: 1038px;
  margin: 0 auto;
  color: #fff;
}
.dyn-child1-text {
  max-width: 600px;
}
.dyn-ttl {
  font-size: 50px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .dyn-ttl {
    font-size: 2em;
  }
}
.dyn-text-red {
  font-size: 20px;
  color: red;
}
@media (max-width: 480px) {
  .dyn-text-red {
    font-size: 1em;
  }
}
.dyn-text-small {
  font-size: 14px;
  line-height: 28px;
}
.dyn-child2 {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .dyn-child2 {
    font-size: 1.3em;
    width: 100%;
    bottom: 50px;
  }
}
/* 講座 */
.kouza {
  text-align: center;
  margin-top: 5em;
}
.kouza__youtuber {
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.kouza__yousei {
  font-size: 6em;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .kouza__yousei {
    font-size: 3.2em;
  }
}
.kouza .redbg, .kouza .large-bold {
  margin-bottom: 0;
}
/* method */
.method__ttl__img {
  margin-bottom: 4rem;
}
.method__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (max-width: 480px) {
  .method__wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.method__wrapper__item {
  max-width: 495px;
  max-height: 650px;
  padding: 20px;
  border: 1px solid #aaa;
}
.method__wrapper__item .merit__number {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.method__wrapper__item .merit__ttl {
  text-align: center;
  margin-bottom: 2em;
}
.method__wrapper__item .merit__text {
  line-height: 1.8;
}
.method__bottom {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 4em;
}
.method__bottom .color-red {
  color: red;
}
.method__bottom .inline {
  display: inline-block;
}
@media (max-width: 480px) {
  .method__bottom .inline {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* flow */
.flow {
  background: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_flow.jpg");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  .flow {
    background: unset;
  }
}
.flow__ttl {
  text-align: center;
  margin-top: 5em;
}
.flow__ttl p.gradation {
  display: inline-block;
  position: relative;
  font-size: 60px;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation {
    font-size: 26px;
  }
}
.flow__ttl p.gradation:before {
  content: url("https://kotowork.com/modelondemand/wp-content/uploads/icon_camera.png");
  position: absolute;
  left: -100px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation:before {
    transform: scale(0.5);
    left: -60px;
    bottom: -25px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation:before {
    transform: scale(0.4);
    left: -55px;
  }
}
.flow__ttl p.gradation:after {
  content: url("https://kotowork.com/modelondemand/wp-content/uploads/icon_cut.png");
  position: absolute;
  right: -90px;
  bottom: -10px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation:after {
    transform: scale(0.5);
    right: -55px;
    bottom: -20px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation:after {
    transform: scale(0.4);
    right: -50px;
  }
}
.flow__wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .flow__wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.flow__wrapper__item {
  display: flex;
  padding: 20px;
  box-shadow: 5px 5px 1px rgba(190, 31, 46, 0.36);
  margin-bottom: 70px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 480px) {
  .flow__wrapper__item {
    display: block;
  }
}
.flow__wrapper__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid #d93831;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}
.flow__wrapper__item__img img {
  max-width: 380px;
}
@media (max-width: 480px) {
  .flow__wrapper__item__img img {
    width: 100%;
  }
}
.flow__wrapper__item__text {
  padding-top: 18px;
  padding-left: 28px;
}
@media (max-width: 480px) {
  .flow__wrapper__item__text {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.flow__wrapper__item__text p.ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.flow__wrapper__item__text p.text {
  line-height: 1.8;
}
/* Q & A */
.qanda__ttl {
  margin-top: 5em;
}
@media (max-width: 480px) {
  .qanda__ttl {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.qanda__ttl .gradation {
  margin-bottom: 0;
  letter-spacing: -2px;
}
.qanda__ttl .gradation .small {
  font-size: 70px;
}
@media (max-width: 480px) {
  .qanda__ttl .gradation .small {
    font-size: 38px;
  }
}
.accordion {
  margin: 2em auto 5em;
  max-width: 60vw;
}
@media (max-width: 480px) {
  .accordion {
    max-width: 90vw;
    margin-top: 0;
  }
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #252525;
}
@media (max-width: 480px) {
  .title {
    padding-right: 2em;
  }
}
.accordion-ttl-large {
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 1em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 480px) {
  .contact__form__ttl.sectionTitle .gradation {
    letter-spacing: 1px;
    font-size: 2.5em;
  }
}
@media (max-width: 320px) {
  .contact__form__ttl.sectionTitle .gradation {
    letter-spacing: 0px;
    font-size: 2em;
  }
}
.contact__form {
  margin-bottom: 5rem;
}
.contact__form form {
  max-width: 1140px;
  margin: 0 auto;
}
.contact__form table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contact__form table td, .contact__form table th {
  padding: 0.5rem 1rem;
}
.contact__form input[type=button], .contact__form input[type=submit] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.contact__form input[type=button]::-webkit-search-decoration, .contact__form input[type=submit]::-webkit-search-decoration {
  display: none;
}
.contact__form input[type=button]::focus, .contact__form input[type=submit]::focus {
  outline-offset: -2px;
}
.contact__form input:where(:not([type=checkbox], [type=radio])), .contact__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__form input[type=date], .contact__form input[type=email], .contact__form input[type=number], .contact__form input[type=password], .contact__form input[type=tel], .contact__form input[type=text], .contact__form input[type=url], .contact__form select, .contact__form textarea {
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.8em 1em;
  margin: 0 0 0.5rem;
  width: 100%;
  color: #333;
  background-color: #fff;
}
.contact__form input[type=file] {
  margin: 0.5rem 0;
}
.contact__form input[type=submit] {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 5px;
}
.contact__form input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
  background-color: var(--vk-color-primary-dark);
}
@media (max-width: 500px) {
  /* 必須・任意のサイズ調整 */
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*確認用の調整*/
.kakunin {
  font-size: 7px;
  padding: 5px;
  background: #228b22;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 100%;
  background: #d83830;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}
@media (max-width: 480px) {
  #formbtn {
    width: 80%;
    margin: 0 auto;
  }
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  opacity: 0.8;
}
/* スクロールバーの幅 */
.scroll-box::-webkit-scrollbar {
  width: 10px;
}
/* スクロールバー背景色 */
.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* スクロールバーのつまみの色 */
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #c1c1c1;
}
/* 本文調整 */
.bs {
  margin-bottom: 1em;
}
.scroll-box {
  padding: 40px;
}
.orange {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.contact__form .form__bottom {
  text-align: center;
  padding: 1rem;
}
.wpcf7-list-item {
  display: inline-block;
}
@media (min-width: 1300px) {
  :root {
    --swl-sidebar_width: 360px;
  }
}
#sidebar {
  background-color: #f5f1f1;
  padding: 20px;
}
@media (min-width: 960px) {
  #sidebar {
    margin-top: -4rem;
    padding-top: 4rem;
    margin-bottom: -6rem;
    padding-bottom: -6rem;
  }
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  max-width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  color: #333;
  background: none;
  padding: 0;
  margin-top: 3px;
}
.c-filterLayer.-texture-dot:after {
  content: none;
}
.l-topTitleArea.c-filterLayer::before {
  content: none;
}
.c-pageTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1em;
  text-shadow: none;
}
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 25px;
  }
}
.c-pageTitle__bigTitle {
  font-size: 3em;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-pageTitle__bigTitle {
    font-size: 4.6em;
    margin-bottom: 35px;
  }
}
.l-topTitleArea {
  height: auto;
}
@media (min-width: 600px) {
  .l-topTitleArea {
    height: 455px;
  }
}
.page .post_content h2:not(.p-postList__title) {
  margin-top: 2em;
}
.page .post_content h3 {
  border-left: 3px solid #cd2f1f;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 2px 20px;
}
@media (min-width: 600px) {
  .page .post_content h3 {
    font-size: 27px;
  }
}
.is-vertically-aligned-top > .wp-block-media-text__content {
  --swl-mediatext--space: 0;
}
.is-vertically-aligned-top > .wp-block-media-text__content h3 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .is-vertically-aligned-top > .wp-block-media-text__content h3 {
    margin-top: 30px !important;
  }
}
.is-style-simple td, .is-style-simple th {
  padding: 20px;
}
.is-style-simple td:first-child {
  white-space: nowrap;
}
figure.wp-block-image.size-full.is-resized.icon-stock {
  margin-bottom: 10px;
}
.is-style-check_list li:before {
  border: 1.7px solid #333;
  width: 25px;
  text-align: center;
  transform: scale(0.6);
}
.is-style-check_list li {
  padding-left: 30px;
}
.l-footer__foot .l-container {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: center;
}
.l-footer__foot .c-footLogo__img {
  width: 280px;
}
.l-footer__foot .copyright {
  display: none;
}
.l-footer__foot .l-footer__nav {
  padding: 1em 0 0em;
}
.l-footer__foot .l-footer__nav li {
  font-weight: 400;
}
.l-footer__foot .l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__foot .l-footer__nav li:last-child a {
  border-right: none;
}
.l-footer__widgetArea .c-listMenu a {
  border-bottom: none;
  font-size: 15px;
}
.l-footer__widgetArea .c-listMenu a::before {
  content: none;
}
.l-footer__widgetArea .w-footer__box:first-child {
  max-width: 260px;
}
.l-footer__widgetArea .c-iconList {
  gap: 5px;
}
.l-footer__widgetArea .c-iconList .-twitter {
  order: 3;
}
.l-footer__widgetArea .c-iconList .instagram {
  order: 1;
}
.l-footer__widgetArea .c-iconList .-tiktok {
  order: 2;
}
.l-footer__widgetArea .c-iconList__link {
  font-size: 25px;
}
.w-beforeFooter {
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #494949;
  color: #fff;
  padding: 4.7em 20px 4em;
}
.w-beforeFooter .l-container {
  overflow: hidden;
  padding-inline: 30px;
  max-width: 1500px;
}
.w-beforeFooter .swiper-wrapper {
  align-items: center;
}
.w-beforeFooter .vk_slider .swiper-button-next, .w-beforeFooter .vk_slider .swiper-button-prev {
  background-color: #cd2f1f;
  color: #fff;
  height: 5rem;
}
.w-beforeFooter .swiper-button-prev:after, .w-beforeFooter .swiper-rtl .swiper-button-next:after, .w-beforeFooter .swiper-button-next:after, .w-beforeFooter .swiper-rtl .swiper-button-prev:after {
  content: "";
  max-width: 9px;
  max-height: 9px;
}
.w-beforeFooter .wp-block-vk-blocks-slider {
  overflow: visible;
}
.w-beforeFooter .wp-block-vk-blocks-slider .container {
  padding-inline: 35px;
}
.w-beforeFooter .swiper-button-next {
  right: -30px;
}
.w-beforeFooter .swiper-button-prev {
  left: -30px;
}
h2.is-style-has-subtitle {
  font-size: 40px;
  --swl-fz--xs: 15px;
  font-weight: normal;
  line-height: 1.4;
  margin-inline: auto;
  border-bottom: 1px solid #a79d9b;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  h2.is-style-has-subtitle {
    font-size: 50px;
  }
}
h2.is-style-has-subtitle span {
  display: block;
  margin-top: 10px;
}
h2.is-style-has-subtitle.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
h2.is-style-has-underline {
  padding-block-end: 30px;
  margin-block-end: 60px;
  border-bottom: 1px solid #a79d9b;
  font-size: 30px;
}
h2.is-style-has-upper-subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  padding-block-end: 15px;
}
h2.is-style-has-upper-subtitle span.swl-fz.u-fz-xs {
  --swl-fz--xs: 15px;
}
h2.is-style-has-upper-subtitle::after {
  content: "";
  width: 20px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.wp-block-button.is-style-banner-button {
  width: 100%;
}
.wp-block-button.is-style-banner-button .wp-block-button__link {
  width: 100%;
  position: relative;
  height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}
.wp-block-button.is-style-banner-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.wp-block-button.is-style-banner-button .wp-block-button__link .swl-fz.u-fz-l {
  --swl-fz--large: 1.2em;
  margin-bottom: 18px;
}
.wp-block-button.is-style-banner-button .wp-block-button__link .swl-fz.u-fz-xl {
  --swl-fz--huge: 4.667em;
  margin-bottom: 40px;
}
.wp-block-button.is-style-2col-button {
  width: 100%;
}
.wp-block-button.is-style-2col-button .wp-block-button__link {
  width: 100%;
  position: relative;
  gap: 20px;
  padding-block: 50px;
  height: 286px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 820px) {
  .wp-block-button.is-style-2col-button .wp-block-button__link {
    height: auto;
    flex-direction: column;
  }
}
.wp-block-button.is-style-2col-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.wp-block-button.is-style-2col-button .wp-block-button__link .price-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 40%;
  max-width: 340px;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .price-data > span {
  display: flex;
  background-color: #fff;
  padding: 11px 20px 13px 40px;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .price-data > span.sponsor {
  color: #cd2f20;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .price-data > span.monthly {
  color: #333;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .price-data .number {
  font-size: 50px;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .copy {
  display: flex;
  flex-direction: column;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .swl-fz.u-fz-l {
  --swl-fz--large: 1.2em;
}
.wp-block-button.is-style-2col-button .wp-block-button__link .swl-fz.u-fz-xl {
  --swl-fz--huge: 4.667em;
  margin-bottom: 30px;
}
.wp-block-media-text.is-style-point {
  border: 1px solid #6f6f6f;
  padding: 15px;
  grid-template-columns: 100px auto !important;
  font-size: 15px;
}
@media (min-width: 600px) {
  .wp-block-media-text.is-style-point {
    padding: 30px;
    grid-template-columns: 166px auto !important;
  }
}
.wp-block-media-text.is-style-point h4 {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  .wp-block-media-text.is-style-point h4 {
    flex-direction: row;
    align-items: center;
  }
}
.wp-block-media-text.is-style-point span.swl-bg-color.has-swl-main-background-color {
  font-size: 10px;
  border-radius: 30px;
  padding: 6px 10px;
  margin-top: 2px;
  line-height: 1;
  margin-right: 10px;
  display: block;
  white-space: nowrap;
}
.wp-block-media-text.is-style-point p.has-border.-border03 {
  --swl-box_padding: 0 0 7px;
  border-style: none none dashed;
  font-size: 1.2em;
}
.wp-block-media-text.is-style-sidebar-heading {
  grid-template-columns: 40px auto !important;
  gap: 11px;
  letter-spacing: 1px;
}
.wp-block-media-text.is-style-sidebar-heading h3 {
  border-left: none;
  padding: 0;
  font-size: 23px;
}
.wp-block-media-text.is-style-sidebar-heading h3 span.swl-fz.u-fz-xs {
  display: block;
  --swl-fz--xs: 9px;
}
.l-fixHeader__inner.l-container, .l-header__inner.l-container {
  --container_size: 1920px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .c-gnav > .menu-item > a {
    white-space: normal;
  }
}
.menu-colored-menu-container .menu {
  display: flex;
  align-items: stretch;
}
.menu-colored-menu-container li a {
  display: block;
  font-size: 10px;
  width: 65px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 1024px) {
  .menu-colored-menu-container li a {
    width: 70px;
  }
}
@media (min-width: 1300px) {
  .menu-colored-menu-container li a {
    width: 90px;
  }
}
.menu-colored-menu-container .menu-contact a {
  background-color: #dce0e5;
  color: #5a5c5d;
}
.menu-colored-menu-container .menu-contact a::before {
  content: "";
  background-image: url("./assets/images/icon-mail.png");
  width: 25px;
  height: 19px;
  background-size: contain;
}
.menu-colored-menu-container .menu-fansite a {
  background-color: #dc737f;
  color: #fff;
}
.menu-colored-menu-container .menu-fansite a::before {
  content: "";
  background-image: url("./assets/images/icon-bookmark.png");
  width: 14px;
  height: 16px;
  background-size: contain;
}
.menu-colored-menu-container .menu-registration a {
  background-color: #cd2f1f;
  color: #fff;
}
.menu-colored-menu-container .menu-registration a::before {
  content: "";
  background-image: url("./assets/images/icon-registration.png");
  width: 23px;
  height: 22px;
  background-size: contain;
}
.menu-colored-menu-container .menu-mypage a {
  background-color: #cd2f1f;
  color: #fff;
}
.menu-colored-menu-container .menu-mypage a::before {
  font-family: icomoon;
  content: "";
  font-size: 21px;
  line-height: 1;
}
.menu-colored-menu-container .menu-login a {
  background-color: #fff;
  color: #333;
}
.menu-colored-menu-container .menu-login a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  font-size: 21px;
  line-height: 1;
}
.menu-colored-menu-container .menu-logout a {
  background-color: #fff;
  color: #333;
}
.menu-colored-menu-container .menu-logout a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  font-size: 21px;
  line-height: 1;
}
.w-header__inner {
  height: 100%;
}
.w-header__inner * {
  height: 100%;
}
form.wpcf7-form.init {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
form.wpcf7-form.init button, form.wpcf7-form.init input, form.wpcf7-form.init select, form.wpcf7-form.init textarea {
  width: 100%;
  background-color: #fff;
}
form.wpcf7-form.init p + p {
  margin-top: 20px;
}
form.wpcf7-form.init .label-cf {
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
}
form.wpcf7-form.init .label-cf.fm_must::after {
  content: "必須";
  background-color: #cd2f1f;
  padding: 5px 5px 6px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 10px;
}
.submit-btn #formbtn {
  border-radius: 50px;
  max-width: 320px;
  margin-inline: auto;
}
#wpmem_login, #wpmem_reg {
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
}
.mypage-content #wpmem_login, .mypage-content #wpmem_reg {
  margin-inline: 0;
}
#wpmem_login input[type="submit"], #wpmem_reg input[type="submit"] {
  background-color: #cd2f1f;
  color: #fff;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 30px !important;
  margin-left: 0;
  width: 170px;
  height: 50px;
}
#wpmem_login legend, #wpmem_reg legend {
  display: none;
}
p.register_status {
  text-align: center;
}
ul.register_links {
  max-width: 200px;
  margin-inline: auto;
}
.logged-in .is-hide-login-user {
  display: none;
}
.top-news-list .wp-block-group__inner-container {
  --article_size: 800px;
}
.top-news-list .-type-simple .p-postList__link {
  --color_border: #b4b4b4;
}
.top-news-list .-type-simple .p-postList__link:hover .p-postList__body::after {
  background: url(./assets/images/icon-news-list.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-news-list .p-postList__body {
  display: flex;
}
.top-news-list .p-postList__body::after {
  content: "";
  background-image: url(./assets/images/icon-news-list.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
  padding-left: 10px;
}
.top-news-list .p-postList__body .u-thin {
  opacity: 1;
  color: #898888;
}
.top-news-list .p-postList__body .icon-posted:before {
  content: none;
}
.top-news-list .p-postList__body .p-postList__title {
  padding-right: 10px;
}
.top-news-list .p-postList__meta {
  margin-bottom: 0;
  flex-shrink: 0;
  align-self: flex-start;
}
.wp-block-group.is-row.header-top-news-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #333;
  padding-bottom: 7px;
  margin-block-end: 0;
}
.wp-block-group.is-row.header-top-news-list h2 {
  font-size: 30px;
}
.wp-block-group.is-row.header-top-news-list .swl-fz.u-fz-xs {
  margin-left: 10px;
  --swl-fz--xs: 15px;
}
.wp-block-group.is-row.header-top-news-list a {
  color: #333;
}
.swell-block-tab.tab-report ul.c-tabList {
  border-bottom: 2px solid #cd2f1f;
  margin-block-end: 40px;
  gap: 10px;
}
.swell-block-tab.tab-report > .c-tabList .c-tabList__button {
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  padding: 10px;
}
.swell-block-tab.tab-report > .c-tabList .c-tabList__button:hover, .swell-block-tab.tab-report > .c-tabList .c-tabList__button[aria-selected="true"] {
  background-color: #cd2f1f;
  color: #fff;
  opacity: 1;
}
.swell-block-tab.tab-report .c-tabList__item button::before {
  content: "";
  width: 273px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
}
.swell-block-tab.tab-report .c-tabList__item:first-child button::before {
  background-image: url(./assets/images/tab-spa47.png);
}
.swell-block-tab.tab-report .c-tabList__item:nth-child(2) button::before {
  background-image: url(./assets/images/tab-tabimusume.png);
}
.swell-block-tab.tab-report .c-tabList__item:nth-child(3) button::before {
  background-image: url(./assets/images/tab-zukan.png);
}
.swell-block-tab.tab-report .c-tabList__item:nth-child(4) button::before {
  background-image: url(./assets/images/tab-terumae.png);
}
.swiper-slide img {
  padding: 0;
}
.home .post_content .pick-up-movie h2 {
  --wp--preset--font-size--large: 25px;
  font-weight: 400;
}
.home .post_content .model h2 {
  --swl-fz--huge: 45px;
  margin-bottom: 46px;
  font-weight: 400;
}
.home .banner-slider.alignfull > .wp-block-group__inner-container {
  --article_size: 100vw;
}
.home .banner-slider .vk_slider {
  height: 68px;
}
.home .banner-slider .vk_slider .swiper-button-next {
  right: 0;
}
.home .banner-slider .vk_slider .swiper-button-prev {
  left: 0;
}
.home .banner-slider .vk_slider .swiper-button-next, .home .banner-slider .vk_slider .swiper-button-prev {
  background-color: #cd2f1f;
  color: #fff;
  height: 100%;
  top: 50%;
  margin-top: 0;
}
.home .banner-slider .swiper-button-prev:after, .home .banner-slider .swiper-rtl .swiper-button-next:after, .home .banner-slider .swiper-button-next:after, .home .banner-slider .swiper-rtl .swiper-button-prev:after {
  content: "";
  max-width: 9px;
  max-height: 9px;
}
.home .banner-slider .swiper-slide img {
  height: auto;
  width: auto;
  max-height: 80px;
}
.home .banner-slider .wp-block-vk-blocks-slider-item.vk_slider_item {
  max-width: 285px;
  padding-inline: 8px;
}
.home .model.alignfull > .wp-block-group__inner-container {
  --article_size: 100vw;
}
.home .model ul.swiper-wrapper.post-slider.thumb-squar {
  padding: 0;
}
.home .model .p-postList__item {
  list-style: none;
  padding-inline: 5px;
}
.home .model .p-postList__link {
  width: 100%;
}
.home .model .p-postList__thumb {
  max-width: 190px;
}
.home .model .p-postList__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  color: #252525;
}
.home .model .p-postList__sub-title {
  font-size: 11px;
}
.home .model .p-postList__title {
  font-size: 17px;
}
.home .model a.mod-post-list__button.button {
  max-width: 1200px;
  color: #252525;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .home .postList-event .p-postList__item {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .home .postList-event .p-postList__item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .home .postList-event .p-postList__item a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
.postList-event .p-postList__body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.postList-event .p-postList__meta {
  padding-top: 15px;
  margin-top: auto !important;
}
.postList-event .p-postList__meta-content {
  width: 100%;
  display: flex;
}
.postList-event .c-post_author {
  background: #cd2f1f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .postList-event .c-post_author {
    font-size: 13px;
  }
}
.postList-event .p-post_more-link {
  margin-top: 10px;
  border-top: 1px solid #333;
  text-align: right;
  padding: 15px 0;
  line-height: 1;
  font-size: 13px;
}
.postList-event .p-postList__excerpt {
  line-height: 1.6;
}
.postList-event + div a.mod-post-list__button.button {
  color: #252525;
}
.omd-postList {
  margin-bottom: 2em;
}
.omd-postList .p-postList__meta {
  margin-top: 15px;
}
.top-event-list .omd-postList .p-postList__meta {
  margin-top: auto;
}
.omd-postList .p-postList__meta-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.omd-postList .p-postList__meta-content .c-post_term, .omd-postList .p-postList__meta-content .c-post_author {
  padding: 4px 14px;
  line-height: 1.2;
  border-radius: 50px;
  background-color: #cd2f20;
  color: #fff;
  font-size: 10px;
  margin: 0.25em 0.5em 0.25em 0 !important;
}
@media (min-width: 768px) {
  .omd-postList .p-postList__meta-content .c-post_term, .omd-postList .p-postList__meta-content .c-post_author {
    font-size: 13px;
  }
}
.omd-postList .p-postList__meta-content .c-post_term {
  background-color: #fff;
  color: #cd2f20;
  border: 1px solid;
}
.omd-postList.p-postList.-type-card.-pc-col4.-sp-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-inline: 0;
}
@media (min-width: 768px) {
  .omd-postList.p-postList.-type-card.-pc-col4.-sp-col2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}
.omd-postList.p-postList.-type-card.-pc-col4.-sp-col2 .p-postList__item {
  width: 100%;
  padding: 0;
}
.omd-postList.p-postList.-type-card.-pc-col4.-sp-col2.thumb-rect .c-postThumb__figure {
  --card_posts_thumb_ratio: 64%;
}
.mod-list__buttons {
  padding-top: 2em;
  padding-bottom: 4em;
}
a.mod-post-list__button.button {
  display: block;
  border: 2px solid;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: background-color 0.4s ease;
}
.top-report-list a.mod-post-list__button.button {
  color: #cd2f20;
}
.top-report-list a.mod-post-list__button.button:hover {
  color: #fff;
  background-color: #cd2f20;
  border-color: #cd2f20;
}
.top-event-list a.mod-post-list__button.button {
  color: #333;
}
.top-event-list a.mod-post-list__button.button:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.post-type-archive a.mod-post-list__button.button, .report a.mod-post-list__button.button {
  color: #cd2f20;
}
.p-postList__favorite {
  display: flex;
  align-items: center;
  color: #cd2f20;
  margin: 0.25em 0.25em 0.25em 0;
}
.p-postList__favorite ::before {
  margin-right: 0.5em;
}
.p-postList__favorite.is-over-figure {
  position: absolute;
  z-index: 999;
  top: 5px;
  left: 5px;
  padding: 4px 8px;
  font-size: 11px;
  border: 1px solid;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1;
}
.p-postList__favorite.is-over-figure ::before {
  margin-right: 0.35em;
}
@media (min-width: 768px) {
  .p-postList__favorite.is-over-figure {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 13px;
  }
}
ul.p-postList.-type-card.-pc-col3.-sp-col1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  ul.p-postList.-type-card.-pc-col3.-sp-col1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
ul.p-postList.-type-card.-pc-col3.-sp-col1 .p-postList__item {
  width: 100%;
  padding-inline: 0;
}
.c-pageTitle__inner {
  font-size: 15px;
}
.c-pageTitle__inner .c-pageTitle__bigTitle {
  font-size: 2em;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-pageTitle__inner .c-pageTitle__bigTitle {
    font-size: 3.33em;
    margin-bottom: 25px;
  }
}
.l-mainContent__inner h1.c-pageTitle {
  border-bottom: 1px solid #a79d9b;
  padding-bottom: 40px;
}
.post-type-archive-report .swell-block-tab.tab-report .c-tabList__item button::before {
  width: 200px;
  height: 43px;
}
.single-model .post_content h2 {
  border-left: 3px solid #cd2f1f;
  margin-inline: 0;
  padding: 8px 20px 10px;
  font-size: 23px;
}
.model-profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 768px) {
  .model-profile {
    grid-template-columns: 1fr 1fr;
  }
}
.model-profile__images {
  width: 100%;
}
.model-profile__images ul {
  padding: 0;
  list-style: none;
}
.model-profile__images .swiper-pagination-bullet-active {
  --swiper-pagination-color: #cd2f1f;
}
.model-profile__images .swiper-pagination {
  position: relative;
}
.model-prifie__image {
  position: relative;
  width: 100%;
}
.model-prifie__image::before {
  content: "";
  display: block;
  padding-top: 112%;
}
.model-prifie__image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.model-profile__name {
  font-size: 30px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}
span.sub-name {
  display: block;
  font-size: 13px;
}
table.model-profile__table {
  margin-bottom: 20px;
}
table.model-profile__table th, table.model-profile__table td {
  border: none;
  background-color: transparent;
  font-weight: normal;
}
table.model-profile__table .character, table.model-profile__table .personality {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
table.model-profile__table .character span, table.model-profile__table .personality span {
  background-color: #e7e7e7;
  padding: 5px 7px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.model-profile__fansite {
  margin-bottom: 20px;
}
.fansite__title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-feature-settings: initial;
}
.fansite__title span {
  margin-left: 10px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  color: #fff;
  background-color: #9d2b11;
  font-size: 10px;
  line-height: 1;
}
.fansite__content {
  display: flex;
  gap: 20px;
}
.fansite__content > a {
  max-width: 150px;
}
.model-fansite.is-text {
  border: 1px solid #ccc;
  padding: 7px 20px;
  white-space: nowrap;
  line-height: 1;
  border-radius: 5px;
  display: block;
}
.model-fansite.is-text:hover {
  background-color: #f5f1f1;
}
ul.model-profile__sns.c-iconList {
  list-style: none;
  padding: 0;
  font-size: 25px;
}
ul.model-profile__sns.c-iconList li {
  line-height: 1;
  margin: 0;
}
ul.model-profile__sns.c-iconList li + li {
  margin-left: 10px;
}
#commentform {
  display: flex;
  flex-direction: column;
}
#commentform .logged-in-as {
  order: 1;
  font-size: 0.9em;
  font-weight: normal;
}
#commentform .wppcr_rating {
  order: 2;
  border: none;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin-bottom: 15px;
  gap: 5px;
}
#commentform .wppcr_rating label[for="star5"] {
  margin-right: auto;
}
#commentform .wppcr_rating > label {
  text-shadow: 1px 1px #f9c834, 1px -1px #f9c834, -1px -1px #f9c834, -1px 1px #f9c834;
}
#commentform .wppcr_rating:not(:checked) > label:hover, #commentform .wppcr_rating:not(:checked) > label:hover ~ label {
  color: #f9c834 !important;
  text-shadow: none;
}
#commentform .wppcr_rating input:checked ~ label {
  text-shadow: none;
}
#commentform .comment-form-custom-field {
  order: 3;
}
#commentform .comment-form-comment {
  order: 4;
}
#commentform .form-submit {
  order: 5;
  text-align: center;
}
.-body-solid .p-commentArea {
  box-shadow: none;
  background-color: #f5f1f1;
}
.comment-respond #submit {
  font-feature-settings: normal;
  letter-spacing: 2px;
}
.comment-respond #abstract, .comment-respond #author, .comment-respond #comment, .comment-respond #email, .comment-respond #url {
  -webkit-appearance: none;
  background: #fff;
  width: 100%;
  border: none;
  box-shadow: none;
}
.comment-respond h3 {
  font-size: 21px;
}
.comment-respond label {
  font-size: 1em;
  margin-bottom: 0.25em;
}
ul.c-commentList {
  list-style: none;
  padding: 0;
}
.comment-body {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.comment-body span.tval {
  display: none;
}
.comment-body h3 {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.comment-author.vcard b {
  font-weight: normal;
}
.comment-metadata {
  color: #808080;
  font-size: 12px;
  margin: 0.2em 0;
}
.accordion-header {
  cursor: pointer;
  display: flex;
}
.accordion-header::after {
  content: "+";
  margin-left: auto;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.accordion-header + * {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
  overflow: hidden;
}
.accordion-header.is-close:after {
  transform: rotate(0deg);
}
.accordion-header.is-close + * {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.qa-content {
  counter-set: counter-qa;
}
.qa-item {
  border-bottom: 1px dashed #a79d9b;
  padding: 30px 30px 30px 45px;
}
.qa-item__q {
  font-size: 18px;
  margin-bottom: 17px;
  position: relative;
}
.qa-item__q:before {
  counter-increment: counter-qa;
  content: "Q" counter(counter-qa) ".";
  position: absolute;
  top: 0;
  left: -40px;
  font-feature-settings: normal;
  letter-spacing: 3px;
}
.model-works-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .model-works-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }
}
.model-work__content {
  position: relative;
  width: 100%;
}
.model-work__content::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.model-work__content iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.model-gallery-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.model-gallery__image {
  display: block;
  position: relative;
  width: 100%;
}
.model-gallery__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.model-gallery__image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 960px) {
  #main_content .mypage {
    margin-top: -60px !important;
  }
}
@media (min-width: 960px) {
  .mypage {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
}
.mypage-menu {
  margin-bottom: 30px;
}
ul.mypage-menus {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  ul.mypage-menus {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  ul.mypage-menus li {
    text-align: center;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0;
  }
  ul.mypage-menus li:nth-child(odd) {
    border-left: 1px solid #efefef;
  }
  ul.mypage-menus a {
    display: block;
    padding: 10px;
  }
}
.mod-edit-form .mod-form {
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.mod-edit-form li {
  margin: 0;
}
.mod-edit-form li + li {
  margin-top: 20px;
}
.mod-edit-form li > label {
  display: inline-block;
  width: 150px;
}
.mod-edit-form .input-note {
  margin-left: 150px;
}
.mod-edit-form input {
  max-width: 100%;
}
ul.slide-gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
ul.slide-gallery .repeat_item + .repeat_item {
  margin-top: 0;
}
ul.slide-gallery input {
  border: none;
  background-color: #fff;
}
ul.slide-gallery figure {
  position: relative;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 768px) {
  ul.slide-gallery figure {
    max-width: 200px;
  }
}
ul.slide-gallery figure.has-image::before {
  content: "";
  display: block;
  padding-top: 112%;
}
ul.slide-gallery figure img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.fan_item figure, .eyecatch-image figure {
  position: relative;
}
.fan_item figure.has-image input, .eyecatch-image figure.has-image input {
  display: none;
}
.repeat_item {
  border: 1px solid #ccc;
  padding: 20px 20px 20px;
}
.repeat_item + .repeat_item {
  margin-top: 20px;
}
.repeat_item .item_name {
  margin: -20px -20px 0;
  padding: 10px 20px;
  background-color: #f5f7f7;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
}
.repeat_item .sortable-handle {
  margin-right: 10px;
  cursor: move;
}
.repeat_item .item-delete {
  margin-left: auto;
}
.repeat_item input {
  width: 100%;
}
.repeat_item textarea {
  height: 80px;
  width: 100%;
}
.repeat_item > div + div {
  margin-top: 15px;
}
.repeat_item > div {
  display: flex;
  align-items: flex-start;
}
.repeat_item > div label {
  display: inline-block;
  width: 100px;
}
.repeat_item figure {
  margin-bottom: 0;
}
.repeat_item.gallery_item, .repeat_item.slider_item {
  width: 100%;
}
@media (min-width: 768px) {
  .repeat_item.gallery_item, .repeat_item.slider_item {
    width: auto;
  }
}
.omd-submit {
  margin: 50px auto 20px;
}
.mod-submit-button {
  -webkit-appearance: none;
  background-color: #cd2f1f;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2em;
  border-radius: 5px;
  min-width: 200px;
  transition: background-color, 0.5s ease;
}
.mod-submit-button:hover {
  background-color: #ef2d17;
}
.remove-file-button {
  position: absolute;
  z-index: 999;
  background-color: #ef2d17;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0.8;
  font-size: 0.9em;
  cursor: pointer;
}
.no-image .remove-file-button {
  display: none;
}
.remove-file-button:hover {
  opacity: 1;
}
.message-box {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #f6f7f7;
}
.statusnotice {
  margin-bottom: 30px;
}
.em-events-admin .subsubsub {
  margin-bottom: 15px;
}
.em-events-admin .events-table td:first-child, .em-events-admin .events-table th:first-child {
  padding-left: 20px !important;
}
.em.em-calendar .em-cal-head {
  --calendar-background: #f3f3f3;
  border-radius: 0;
}
.em.em-calendar .em-cal-body {
  grid-auto-rows: minmax(90px, auto);
}
.page .post_content .em-event-editor > section h3 {
  --font-size: 0px;
  font-weight: 700 !important;
}
.page .post_content .em-event-editor > section + section {
  margin-top: 60px;
}
#main_content .wp-switch-editor {
  margin-top: 5px !important;
}
.single .post_content h2 {
  border-left: 3px solid #cd2f1f;
  margin-inline: 0;
  padding: 3px 20px 5px;
  font-size: 23px;
  font-weight: 400;
}
.single .post_content h3 {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dashed #a79d9b;
  padding: 20px 0;
}
.p-pnLinks__title {
  position: relative;
}
.p-pnLinks__item.-prev .p-pnLinks__title {
  padding-left: 47px;
}
.p-pnLinks__item.-prev .p-pnLinks__title:before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 1.35em;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.p-pnLinks__item.-next .p-pnLinks__title {
  padding-right: 47px;
}
.p-pnLinks__item.-next .p-pnLinks__title::before {
  border-bottom: 1px solid;
  border-right: 1px solid;
  right: 1.35em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.p-pnLinks__title:before {
  content: "";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0.5em;
  z-index: 1;
}
.p-pnLinks__item:before {
  content: none;
}
.p-pnLinks__link {
  color: #7d7d7d;
}
.p-pnLinks__link img {
  height: 111px;
  width: 111px;
  object-fit: cover;
}
ul.c-shareBtns__list {
  max-width: 400px;
  margin-inline: auto;
}
.c-shareBtns__item.-facebook {
  color: #232323;
}
.c-shareBtns__item.-facebook .c-shareBtns__btn::after {
  content: "Share";
}
.c-shareBtns__item.-twitter {
  color: #232323;
}
.c-shareBtns__item.-twitter .c-shareBtns__btn::after {
  content: "Tweet";
}
.c-shareBtns__item.-hatebu {
  color: #232323;
}
.c-shareBtns__item.-hatebu .c-shareBtns__btn::after {
  content: "Hatena";
}
.c-shareBtns__item.-pocket {
  color: #232323;
}
.c-shareBtns__item.-pocket .c-shareBtns__btn::after {
  content: "Pocket";
}
.c-shareBtns__btn {
  border-color: #e5e5e5;
  border-width: 2px;
  border-radius: 5px;
  box-shadow: none;
}
.c-shareBtns__btn::after {
  font-size: 12px;
}
.c-shareBtns__btn:hover::after {
  color: #fff;
}
.c-shareBtns__icon {
  margin-inline: 2px;
}
.c-postAuthor__name {
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #cd2f1f;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
.p-articleMetas__termList.c-taxList {
  margin-right: 10px;
}
.p-articleMetas__termList.c-taxList::before {
  content: none;
}
.p-articleMetas__termList.c-taxList .c-taxList__link {
  background: #fff;
  color: #cd2f1f;
  border: 1px solid;
  border-radius: 20px;
  padding: 5px 10px 6px;
}
button.simplefavorite-button.preset {
  margin-left: auto;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 15px;
  color: #666;
}
button.simplefavorite-button.preset i {
  left: 0.6em;
}
button.simplefavorite-button.preset:hover, button.simplefavorite-button.preset.active {
  background-color: #cd2f1f;
  color: #fff;
  border-color: #cd2f1f;
}
.p-articleMetas.-top {
  margin-top: 1.1em;
}
.em.em-item.em-item-single .em-item-meta {
  display: block;
}
/*# sourceMappingURL=style.css.map */