@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body, p, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, small, figure, header, footer, main, nav, time {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, time {
  font-size: 16px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Sans JP";
}

time {
  display: block;
}

/**/
/* common */
/**/
* {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc.tb {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc.tb {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .mb {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #1F2C32;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  a:hover,
a:hover * {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

a.u-line {
  text-decoration: underline;
}

li {
  list-style: none;
}

p {
  line-height: 1.7;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  img.mb-max-width {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  img.sp-max-width {
    width: 100%;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-310 {
  margin-top: 310px;
}

@media only screen and (max-width: 767px) {
  .mt-5-sp {
    margin-top: 5px !important;
  }

  .mt-10-sp {
    margin-top: 10px !important;
  }

  .mt-15-sp {
    margin-top: 15px !important;
  }

  .mt-20-sp {
    margin-top: 20px !important;
  }

  .mt-25-sp {
    margin-top: 25px !important;
  }

  .mt-30-sp {
    margin-top: 30px !important;
  }

  .mt-35-sp {
    margin-top: 35px !important;
  }

  .mt-40-sp {
    margin-top: 40px !important;
  }

  .mt-50-sp {
    margin-top: 50px !important;
  }

  .mt-60-sp {
    margin-top: 60px !important;
  }

  .mt-70-sp {
    margin-top: 70px !important;
  }

  .mt-80-sp {
    margin-top: 80px !important;
  }

  .mt-90-sp {
    margin-top: 90px !important;
  }

  .mt-100-sp {
    margin-top: 100px !important;
  }

  .mt-120-sp {
    margin-top: 120px !important;
  }

  .mt-140-sp {
    margin-top: 120px !important;
  }

  .mt-150-sp {
    margin-top: 150px !important;
  }

  .mt-160-sp {
    margin-top: 160px !important;
  }
}
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-250 {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .pt-5-sp {
    padding-top: 5px !important;
  }

  .pt-15-sp {
    padding-top: 15px !important;
  }

  .pt-20-sp {
    padding-top: 20px !important;
  }

  .pt-30-sp {
    padding-top: 30px !important;
  }

  .pt-40-sp {
    padding-top: 40px !important;
  }

  .pt-45-sp {
    padding-top: 45px !important;
  }

  .pt-50-sp {
    padding-top: 50px !important;
  }

  .pt-60-sp {
    padding-top: 60px !important;
  }
}
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-180 {
  padding-bottom: 180px;
}

@media only screen and (max-width: 1025px) {
  body {
    width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

/* 背景 */
body {
  background-color: #ffffff;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1743px) {
  body {
    background-size: contain;
  }
}
body .main-contents {
  background-repeat: no-repeat;
  overflow: auto;
}
@media only screen and (min-width: 1743px) {
  body .main-contents {
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  body .main-contents {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  body .main-contents {
    overflow: visible;
  }
}

body.otome-top .main-contents {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/otomejuku/img/common/body-bgi-obj-b.png");
  background-position: center bottom -300px;
}
@media only screen and (min-width: 1743px) {
  body.otome-top .main-contents {
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  body.otome-top .main-contents {
    background-size: contain;
    background-image: url("/wp-content/themes/otomejuku/img/common/body-bgi-obj-b-sp.png");
    background-position: center bottom;
  }
}

body.otome-top .recommend .container-wrap {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/otomejuku/img/common/body-bgi-obj-c.png");
  background-position: center top;
}
@media only screen and (min-width: 1743px) {
  body.otome-top .recommend .container-wrap {
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  body.otome-top .recommend .container-wrap {
    background-image: url("/wp-content/themes/otomejuku/img/common/body-bgi-obj-c-sp.png");
    background-size: contain;
  }
}

#main {
  background-image: url("/wp-content/themes/otomejuku/img/common/common-top-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-top-back.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back.png");
  background-size: auto, contain, auto, 100% auto;
  background-repeat: no-repeat;
  background-position: top center, top center, bottom center, bottom center;
}
@media screen and (max-width: 767px) {
  #main {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .main-contents {
    background-image: url("/wp-content/themes/otomejuku/img/common/common-top-back-sp.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back-sp.png");
    background-size: contain;
    background-position: top, bottom;
  }
}

.otome-media-cat .main-contents {
  background-image: url("/wp-content/themes/otomejuku/img/common/common-top-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-top-back.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back2-2.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back.png");
  background-size: auto, contain, auto, contain;
  background-repeat: no-repeat;
  background-position: top center, top center, bottom center, bottom center;
}
@media screen and (max-width: 767px) {
  .otome-media-cat .main-contents {
    background-image: none;
  }
}

#main.page-member {
  background-image: url("/wp-content/themes/otomejuku/img/common/common-top-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-top-back.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back.png");
  background-size: auto, contain, contain;
  background-repeat: no-repeat;
  background-position: top center, top center, bottom center;
}
@media screen and (max-width: 767px) {
  #main.page-member {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .otome-media-cat .main-contents,
#main.page-member {
    background-image: url("/wp-content/themes/otomejuku/img/common/common-top-back-sp.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back-sp.png");
    background-size: contain;
    background-position: top, bottom;
  }
}

.container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-contents {
  padding-top: 0px;
}

.otome-top .main-contents {
  padding-top: 0px;
}

/* サイドバーページ*/
.header + .main-contents {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .header + .main-contents {
    padding-top: 100px;
  }
}

.set-sidebar .main-contents .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container {
    flex-direction: column;
    padding: 0;
  }
}
.set-sidebar .main-contents .container .main {
  width: 688px;
}
@media only screen and (max-width: 768px) {
  .set-sidebar .main-contents .container .main {
    width: 426px;
  }
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .main {
    width: 100%;
    padding: 0 10px;
  }
}
.set-sidebar .main-contents .container .aside-profile a {
  text-decoration: none;
}
.set-sidebar .main-contents .container .aside-profile li a {
  text-decoration: underline;
}
.set-sidebar .main-contents .container .sidebar {
  width: 312px;
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .sidebar {
    width: 100%;
    margin-top: 50px;
  }
}
.set-sidebar .main-contents .container .sidebar-inner {
  background-color: #FFDDE9;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .sidebar-inner {
    background-color: transparent;
  }
}
.set-sidebar .main-contents .container .sidebar .section-title {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .set-sidebar .main-contents .container .sidebar .section-title {
    font-size: 28px;
  }
}
.set-sidebar .main-contents .container .sidebar .aside-profile {
  background-color: #ffffff;
  padding: 20px 10px;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .name {
  font-size: 24px;
  color: #DD5189;
  text-align: center;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .prof-image {
  text-align: center;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .profile-sns-list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .profile-sns-list li {
  margin: 0 5px;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .profile-sns-list img {
  box-shadow: none;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .profile-link-list li {
  margin-top: 10px;
}
.set-sidebar .main-contents .container .sidebar .aside-profile .profile-link-list a {
  font-size: 14px;
  text-decoration: underline;
}
.set-sidebar .main-contents .container .auther-content {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.set-sidebar .main-contents .container .cst-insidebar li {
  margin-bottom: 10px;
}
.set-sidebar .main-contents .container .cst-insidebar li:last-child {
  margin-bottom: 0;
}
.set-sidebar .main-contents .container .cst-insidebar article {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .cst-insidebar article .article-image {
    display: inline-flex;
    min-width: 30%;
    padding: 2%;
    position: relative;
  }
  .set-sidebar .main-contents .container .cst-insidebar article .article-image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.set-sidebar .main-contents .container .cst-insidebar article a:first-child {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .set-sidebar .main-contents .container .cst-insidebar article a:first-child {
    width: 92px;
    height: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .cst-insidebar article a:first-child {
    width: 100%;
    height: 100%;
  }
}
.set-sidebar .main-contents .container .cst-insidebar article .title {
  font-size: 18px;
  width: 180px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .set-sidebar .main-contents .container .cst-insidebar article .title {
    width: 100%;
    font-size: 16px;
  }
}
.set-sidebar .main-contents .container .sidebar > ul:first-child {
  margin-bottom: 60px;
}
.set-sidebar .main-contents .container .sidebar > .sns-list {
  margin-top: 20px;
}
.set-sidebar .main-contents .container .sidebar .hot-word {
  width: 100%;
}
.set-sidebar .main-contents .container .sidebar .hot-word .title {
  font-size: 20px;
}
.set-sidebar .main-contents .container .sidebar .hot-word li {
  margin-right: 14px;
}
.set-sidebar .main-contents .container .sidebar .hot-word li:last-child {
  margin-right: 0;
}
.set-sidebar .main-contents .container .sidebar .hot-word a {
  font-size: 14px;
}
.set-sidebar .main-contents .container .sidebar .sns-list li {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.post-contents .profile-sns-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.post-contents .profile-sns-list li {
  margin-left: 10px;
  width: 24px;
}
.post-contents .profile-sns-list img {
  box-shadow: none !important;
  width: 100%;
}

.set-sidebar .section-lead {
  font-size: 16px;
}

/* header 帯 透過させないページ */
.header-oapcity1 .img-header-back img {
  opacity: 1;
}

footer .produced img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .main-contents .container {
    width: 100%;
  }
}

.otome-gallery {
  border: 1px solid #D176AC;
}
.otome-gallery .gallery-columns-3 {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  margin-top: 32px;
}
.otome-gallery .gallery-columns-3 figure.gallery-item {
  width: 30%;
}
.otome-gallery .gallery-item {
  margin: auto;
}
.otome-gallery img {
  display: block;
  margin: auto;
}
.otome-gallery figcaption.gallery-caption {
  font-size: smaller;
}

button.navigate-btn {
  display: block;
  margin: 30px auto 60px;
  padding: 0;
  background-color: transparent;
  background-image: url("../img/common/lesson-btn-more.png");
  height: 49px;
  width: 357px;
}
button.navigate-btn a[href] {
  font-size: 20px;
  color: #e07ca4;
  padding: 0 45px 0 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  button.navigate-btn a[href] {
    font-size: 16px;
  }
}

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

/**
 * header
 */
.img-header-back {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .img-header-back {
    width: 1024px;
    left: -480px;
    transform: translate(0%, 0%);
  }
}
@media only screen and (max-width: 768px) {
  .img-header-back {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .img-header-back {
    left: 0;
    transform: translate(0%, 0%);
  }
}
.img-header-back img {
  opacity: 0.85;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .img-header-back img {
    width: 100%;
  }
}

.img-header-back.ver-fill img {
  opacity: 1;
  transition: all 0.3s;
}

body.ver_pc_tb .img-header-back {
  display: block !important;
}

body.ver_pc_tb .header .logo {
  display: block !important;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding: calc(9 / 16 * 100%) 0 0;
  margin: 5px 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 50vw;
  }
}
.header {
  background-repeat: no-repeat;
  background-position: top center;
  position: fixed;
  width: 100vw;
  z-index: 100;
  pointer-events: none;
  padding-right: 17px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background-position: -480px 0px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background-size: cover;
    background-position: left;
    height: 30vw;
    z-index: 10000;
  }
}
.header .container {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .header .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .container {
    flex-direction: column;
    align-items: inherit;
    padding: 0;
  }
}
.header .container > * {
  pointer-events: auto;
}
.header .logo {
  padding: 15px 20px 20px 20px;
  margin-left: 10px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    width: 20%;
    padding: 0;
    margin-top: 7px;
    margin-left: 12px;
    box-sizing: border-box;
  }
}
.header .g-nav {
  display: flex;
  width: 100%;
}
body.ver_pc_tb .header .g-nav {
  height: 98px;
  /** align-items: endだとSafariで崩れる */
  padding-top: 40px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .header .g-nav {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .header .g-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 15%;
    padding-top: 20%;
    padding-bottom: 5%;
  }
}
.header .g-nav > ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .g-nav > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .g-nav > ul > li {
    margin-bottom: 20px;
  }
}
.header .g-nav.search-mode > .header-nav-main {
  flex-grow: 0;
  gap: 8px;
}
.header .g-nav.search-mode > .header-nav-main > li a dl dd {
  display: none;
}
.header .g-nav.search-mode > .header-sns {
  flex-grow: 1;
  justify-content: end;
}
.header .g-nav.search-mode > .header-sns > .li-searchform {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .header .g-nav.search-mode > .header-sns > .li-searchform dt {
    display: none;
  }
}
.header .g-nav.search-mode > .header-sns > .li-searchform dd {
  flex-grow: 1;
}
.header .g-nav.search-mode > .header-sns > .li-searchform dd .searchform {
  flex-grow: 10;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header .g-nav:not(.search-mode) > .header-nav-main dt {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .g-nav:not(.search-mode) .searchform {
    display: none;
  }
}
.header .header-nav-main {
  margin-left: 10px;
  flex-grow: 1;
  transition: flex-grow 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header .header-nav-main {
    justify-content: space-around;
  }
}
.header .header-nav-main img {
  height: 32px;
}
.header li.li-searchform dl {
  justify-content: end;
}
.header li.li-searchform dd {
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header li.li-searchform dd {
    width: 100%;
    flex-wrap: wrap;
  }
}
.header li.li-searchform dd > div {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .header li.li-searchform dd > div {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-sns {
    justify-content: flex-start;
  }
}
.header .header-sns > li {
  margin-left: 10px;
}
.header .header-sns img {
  height: 25px;
}
.header .header-nav-main > li a dl,
.header .header-sns > li a dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .header-nav-main > li a dl dt,
.header .header-sns > li a dl dt {
    width: 35px;
  }
  .header .header-nav-main > li a dl dt img,
.header .header-sns > li a dl dt img {
    width: 100%;
    height: unset;
  }
}
.header .header-nav-main > li a dl dd,
.header .header-sns > li a dl dd {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .header .header-nav-main > li a dl dd,
.header .header-sns > li a dl dd {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-nav-main > li a dl dd,
.header .header-sns > li a dl dd {
    margin-left: 20px;
  }
}
.header .header-nav-main > li a dl dd p,
.header .header-sns > li a dl dd p {
  line-height: 1;
}
.header .header-nav-main > li a dl dd p:nth-child(1),
.header .header-sns > li a dl dd p:nth-child(1) {
  font-size: 16px;
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .header .header-nav-main > li a dl dd p:nth-child(1),
.header .header-sns > li a dl dd p:nth-child(1) {
    font-size: 20px;
  }
}
.header .header-nav-main > li a dl dd p:nth-child(2),
.header .header-sns > li a dl dd p:nth-child(2) {
  font-size: 10px;
  color: #E07CA4;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .header .header-nav-main > li a dl dd p:nth-child(2),
.header .header-sns > li a dl dd p:nth-child(2) {
    font-size: 12px;
  }
}

/* ハンバーガーmenu */
.nav-hum-btn-wrap {
  position: fixed;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 100;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 46px;
  height: 34px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #D98BB9;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 15px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#nav-hum-btn
=============================*/
#nav-hum-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#nav-hum-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#nav-hum-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* search */
#search-icon {
  cursor: pointer;
}

.searchform {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #333333;
  transition: flex-grow 1s;
}
@media only screen and (max-width: 767px) {
  .searchform {
    width: 100%;
    height: 40px;
  }
}
.searchform .searchtext {
  border: none;
  padding: 4px;
  width: 10px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .searchform .searchtext {
    width: 80%;
  }
}
.searchform .searchsubmit {
  background-color: #333333;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 30px;
  background-image: url("/wp-content/themes/otomejuku/img/common/nav-search-w.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .searchform .searchsubmit {
    width: 20%;
    height: 100%;
  }
}

.searchform-wrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-sns > li.li-searchform {
    display: none;
  }

  .searchform-wrap {
    display: block;
    margin-left: 0;
    width: 100%;
    padding-right: 15%;
    margin-bottom: 20px;
  }
  .searchform-wrap > p.uq_p {
    line-height: 1;
    font-size: 10px;
    color: #E07CA4;
    margin-top: 4px;
    font-size: 12px;
  }

  .header-sns .searchtext {
    width: 80%;
  }
}
/* header sp スクロール */
.ver_sp .header .img-header-back,
.ver_sp .header .logo {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.ver_sp .header.hide .img-header-back,
.ver_sp .header.hide .logo {
  visibility: hidden;
  opacity: 0;
}

/**
 * footer
 */
.footer {
  color: #ffffff;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: #ffffff;
}

.footer-top {
  background-image: url("/wp-content/themes/otomejuku/img/common/footer/footer-back.png");
  background-repeat: repeat-X;
  padding-top: 45px;
  padding-bottom: 70px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .footer-top {
    padding-top: 30px;
  }
}

.footer-top .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-logo {
    display: block;
    text-align: center;
  }
}
.footer-top .footer-logo > img {
  width: 100px;
  height: auto;
  order: 2;
}
.footer-top .footer-logo p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-logo p {
    line-height: 1.7;
    font-size: 18px;
  }
}
.footer-top .footer-logo p:nth-of-type(1) {
  margin-right: 30px;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-logo p:nth-of-type(1) {
    margin-right: 0px;
    margin-top: 10px;
  }
}
.footer-top .footer-logo p:nth-of-type(2) {
  margin-left: 30px;
  order: 3;
}
@media only screen and (max-width: 767px) {
  .footer-top .footer-logo p:nth-of-type(2) {
    margin-left: 0px;
  }
}

.footer-ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-ul {
    flex-direction: column;
  }
}
.footer-ul p, .footer-ul li a {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer-ul p, .footer-ul li a {
    font-size: 14px;
  }
}

.footer-ul:nth-of-type(1) {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 50px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .footer-ul:nth-of-type(1) {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-ul:nth-of-type(2) {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-ul:nth-of-type(2) {
    flex-direction: column;
    padding-top: 30px;
  }
}

.footer-ul > li:nth-child(1) {
  width: 530px;
}
@media only screen and (max-width: 768px) {
  .footer-ul > li:nth-child(1) {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-ul > li:nth-child(1) {
    width: 100%;
  }
}

.footer-ul > li:nth-child(2) {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .footer-ul > li:nth-child(2) {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-ul > li:nth-child(2) {
    width: 100%;
  }
}

.footer-ul li.tags ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-ul li.tags ul li {
  margin-bottom: 10px;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .footer-ul li.contact {
    margin-top: 20px;
  }
}

.footer-ul li.contact p {
  line-height: 1.7;
}

.footer-ul .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-ul .title {
    font-size: 16px;
  }
}

.companies-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .companies-wrap {
    justify-content: space-between;
  }
}
.companies-wrap > li > ul {
  border-left: 1px solid #ffffff;
  padding: 12px 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  .companies-wrap > li > ul {
    padding: 6px 0 6px 6px;
  }
}
.companies-wrap > li > ul > li {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .companies-wrap > li > ul > li {
    margin-top: 16px;
  }
}
.companies-wrap > li > ul > li:first-child {
  margin-top: 0;
}
.companies-wrap .li-company {
  width: 175px;
}
@media only screen and (max-width: 768px) {
  .companies-wrap .li-company {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .companies-wrap .li-company {
    width: auto;
  }
}
@media only screen and (max-width: 374px) {
  .companies-wrap .li-company {
    width: 50%;
  }
}
.companies-wrap .li-medias {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .companies-wrap .li-medias {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .companies-wrap .li-medias {
    width: auto;
  }
}
@media only screen and (max-width: 374px) {
  .companies-wrap .li-medias {
    width: 50%;
  }
}
.companies-wrap .li-medias .title:nth-of-type(2) {
  margin-top: 10px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .companies-wrap > li.li-policies {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .companies-wrap > li.li-policies {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 374px) {
  .companies-wrap > li.li-policies {
    margin-top: 27px;
  }
}
.companies-wrap > li.li-policies > ul {
  border-left: none;
  padding-top: 0;
  padding-left: 0;
}
.companies-wrap > li.li-policies > ul > li.policy {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .companies-wrap > li.li-policies > ul > li.policy {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .companies-wrap > li.li-policies > ul > li.qa {
    margin-top: 19px;
  }
}
.companies-wrap .li-link {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .companies-wrap .li-link {
    margin-top: 30px;
  }
}
.companies-wrap .li-link > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.companies-wrap .li-link > ul li {
  margin-top: 0;
  min-width: 112px;
}
.companies-wrap .li-link > ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.companies-wrap .li-link > ul li a img {
  margin-right: 4px;
}
.companies-wrap .li-link > ul li a span {
  margin-top: -3px;
}

@media only screen and (max-width: 767px) {
  .footer-ul li.produced {
    margin-top: 50px;
  }
}

.footer-ul li.produced .title {
  font-size: 14px;
}
.footer-ul li.produced .title span {
  font-size: 18px;
}

.footer-ul li.produced > p {
  font-size: 12px;
  line-height: 2;
}

p.no-image {
  margin-bottom: 10px;
}

.footer-ul li.produced > figure {
  margin-top: 10px;
}
.footer-ul li.produced > figure figcaption {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-ul li.produced > figure figcaption {
    width: 100%;
  }
}
.footer-ul li.produced > figure figcaption a {
  font-size: 12px;
}

.footer small {
  color: #dd5189;
  text-align: center;
  padding: 20px 0;
  display: block;
  background-color: #ffffff;
}

.go-top-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .go-top-wrap {
    bottom: 10px;
    right: 10px;
  }
}
.go-top-wrap a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .go-top-wrap a img {
    width: 60px;
  }
}

/* module */
.section-title {
  text-align: center;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
.section-title .small {
  font-size: 32px;
  vertical-align: bottom;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .section-title .small {
    font-size: 24px;
    margin-left: 4px;
  }
}

.section-lead {
  color: #dd5189;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .section-lead {
    margin-top: 20px;
  }
}

/* メインビジュアル */
.top-mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .top-mv {
    height: 400px;
    height: 105vw;
  }
}
.top-mv .container {
  position: relative;
  height: inherit;
}
@media only screen and (max-width: 1024px) {
  .top-mv .container {
    padding: 0;
  }
}
.top-mv .top-mv-pickup {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 25px 20px 10px 80px;
}
@media only screen and (max-width: 767px) {
  .top-mv .top-mv-pickup {
    padding: 5px 15px 5px 80px;
  }
}
.top-mv .top-mv-pickup .inner {
  position: relative;
}
.top-mv .top-mv-pickup p.icon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 96px;
  height: 100px;
  background-image: url("/wp-content/themes/otomejuku/img/common/pickup-pc.png");
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 0 0 5px;
}
.top-mv .top-mv-pickup p.text {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .top-mv .top-mv-pickup p.text {
    font-size: 14px;
  }
}

/* カセット */
.csts {
  display: flex;
  flex-wrap: wrap;
}
.csts > * {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.csts > * > article {
  width: 100%;
}
.csts > * > article > a {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .csts > * {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .csts > *:nth-child(2n) {
    margin-right: 0% !important;
  }
}

.csts.colum-3 > * {
  width: 31%;
  margin-right: 3.5%;
}
.csts.colum-3 > *:nth-child(3n) {
  margin-right: 0%;
}

.csts.colum-2 {
  padding: 0 150px;
}
@media only screen and (max-width: 768px) {
  .csts.colum-2 {
    padding: 0 130px;
  }
}
@media only screen and (max-width: 767px) {
  .csts.colum-2 {
    padding: 0 0px;
  }
}
.csts.colum-2 > * {
  width: 47%;
  margin-right: 6%;
}
.csts.colum-2 > *:nth-child(2n) {
  margin-right: 0%;
}

.csts-mv {
  overflow: hidden;
  width: 100%;
  height: 318px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .csts-mv {
    height: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .csts-mv {
    height: 175px;
  }
}

.csts-icon {
  color: #ffffff;
  text-align: center;
  background-image: url("/wp-content/themes/otomejuku/img/common/csts-icon-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .csts-icon {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}

.csts .text-wrap {
  padding: 25px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .csts .text-wrap {
    padding: 10px 10px 10px 10px;
  }
}

.cst-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cst-title {
    min-height: 45px;
    font-size: 14px;
  }
}

.cst-title + p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}
/*カテゴリーリスト*/
.cats-list > * {
  margin-right: 2px;
  margin-bottom: 5px;
  display: inline-block;
}
.cats-list > * > a {
  border: 1px solid #000000;
  padding: 3px 5px;
  display: block;
}
.cats-list > * > a.cat-01 {
  border-color: #F2CED3;
}
.cats-list > * > a.cat-01.fill {
  border: none;
  background-color: #F2CED3;
}
.cats-list > * > a.cat-02 {
  border-color: #B8E8DA;
}
.cats-list > * > a.cat-02.fill {
  border: none;
  background-color: #B8E8DA;
}
.cats-list > * > a.cat-03 {
  border-color: #C8C2DF;
}
.cats-list > * > a.cat-03.fill {
  border: none;
  background-color: #C8C2DF;
}
@media only screen and (max-width: 767px) {
  .cats-list > * > a {
    font-size: 10px;
  }
}

/* カセット　丸窓 */
.csts-circle {
  display: flex;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .csts-circle {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.csts-circle > * {
  width: 180px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .csts-circle > * {
    width: 20vw;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .csts-circle > * {
    width: 42vw;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 8vw;
  }
}
.csts-circle > * > a {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .csts-circle > * > a {
    height: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .csts-circle > * > a {
    height: 42vw;
  }
}
.csts-circle > * p {
  text-align: center;
  font-size: 18px;
}
.csts-circle > * p:nth-of-type(2) {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .csts-circle > *:nth-child(2n) {
    margin-right: 0;
  }
}

.back-white {
  background-color: #ffffff;
}

/* newarrival */
.newarrival {
  background-image: url("/wp-content/themes/otomejuku/img/common/new-arrival-back-3.png"), url("/wp-content/themes/otomejuku/img/common/new-arrival-back-2.png"), url("/wp-content/themes/otomejuku/img/common/new-arrival-back-1.png");
  background-size: auto, contain, cover;
  background-position: center 70px, bottom, top;
  background-repeat: no-repeat;
}

/* recommend */
#recommend {
  margin-top: -110px;
}

.section-mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 80px;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .section-mv {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .section-mv {
    padding: 50px 0 40px;
    margin-top: 20px;
  }
}
.section-mv .container .title,
.section-mv .container p,
.section-mv .container time {
  color: #ffffff;
  text-align: center;
}
.section-mv .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .section-mv .title {
    font-size: 14px;
  }
}
.section-mv .container > a:hover {
  color: #ffffff;
}
.section-mv .cats-list {
  text-align: center;
  justify-content: center;
}
.section-mv .cats-list > * a {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .recommend-mv-p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .recommend-mv-time {
    font-size: 10px;
  }
}

.ranking-member-sns-wrap {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .ranking-member-sns-wrap {
    background-color: #ffffff;
    background-image: url("/wp-content/themes/otomejuku/img/common/ranking-member-sns-wrap-back.png"), url("/wp-content/themes/otomejuku/img/common/ranking-member-sns-wrap-img1.png"), url("/wp-content/themes/otomejuku/img/common/ranking-member-sns-wrap-img2.png");
    background-size: contain, auto, auto;
    background-position: bottom, top, center 450px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1745px) {
  .ranking-member-sns-wrap {
    background-size: auto, auto, auto;
  }
}
@media screen and (max-width: 767px) {
  .ranking-member-sns-wrap {
    background-size: contain;
    background-image: url("/wp-content/themes/otomejuku/img/common/body-bgi-obj-b-sp.png");
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

/* ranking */
.ranking .csts > * {
  background-color: #F4F3F0;
}

.rank-icon {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 0 10px;
  color: #ffffff;
  width: 84px;
  height: 85px;
  background-image: url("/wp-content/themes/otomejuku/img/common/icon-rank.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .rank-icon {
    width: 42px;
    height: 43px;
    font-size: 12px;
    padding: 6px 0 0 6px;
  }
}

/* SNS */
.csts.colum-2.sns-list {
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .csts.colum-2.sns-list {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.csts.colum-2.sns-list > li {
  margin-right: 0;
  padding: 18px;
}
@media only screen and (max-width: 767px) {
  .csts.colum-2.sns-list > li {
    width: 100% !important;
  }
}
.csts.colum-2.sns-list > li:nth-child(1) {
  width: 335px;
}
@media only screen and (max-width: 768px) {
  .csts.colum-2.sns-list > li:nth-child(1) {
    width: 37%;
  }
}
.csts.colum-2.sns-list > li:nth-child(2) {
  width: 540px;
}
@media only screen and (max-width: 768px) {
  .csts.colum-2.sns-list > li:nth-child(2) {
    width: 60%;
  }
}

.sns-list .title {
  background: linear-gradient(to right, #E07CA4, #FBBFBD, #EFC5C1, #E0CECA, #D7D4CB, #C5DFD3, #B8E8DA, #AAF0DE);
  border-radius: 10px;
  padding: 20px 0 20px 60px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
}

.sns-list li.li-tw .title::before {
  content: " ";
  display: block;
  width: 44px;
  height: 38px;
  background-image: url("/wp-content/themes/otomejuku/img/common/icon-twitter-w.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 17px;
}

.sns-list li.li-insta .title::before {
  content: " ";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url("/wp-content/themes/otomejuku/img/common/icon-insta-w.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 18px;
  left: 17px;
}

/* insta wig override */
/* more ボタン　HOT Word */
.btn-more {
  text-align: center;
}

.btn-more a {
  text-align: left;
  display: inline-block;
  width: 185px;
  height: 50px;
  background-image: url("/wp-content/themes/otomejuku/img/common/btn-more.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 16px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #E07CA4;
}

.hot-word-wrap {
  text-align: center;
}

.hot-word {
  background-color: #F4F3F0;
  border-radius: 10px;
  display: inline-block;
  width: 730px;
  padding: 17px;
}
@media only screen and (max-width: 768px) {
  .hot-word {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hot-word {
    width: 100%;
  }
}
.hot-word > .title {
  text-align: center;
  font-size: 24px;
}
.hot-word > .title span {
  position: relative;
}
.hot-word > .title span::before {
  content: " ";
  display: block;
  background-image: url("/wp-content/themes/otomejuku/img/common/keyword-icon1.png");
  width: 55px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -55px;
}
.hot-word > .title span::after {
  content: " ";
  display: block;
  background-image: url("/wp-content/themes/otomejuku/img/common/keyword-icon2.png");
  width: 55px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  right: -55px;
}

.hot-word-list {
  text-align: left;
}
.hot-word-list li {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 10px;
}
.hot-word-list li :last-child {
  margin-right: 0;
}
.hot-word-list li a {
  font-size: 22px;
}

/* 下層ページ　パーツ */
@media only screen and (max-width: 768px) {
  .single-top-mv-wrap .container {
    padding: 0;
  }
}

.single-top-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .single-top-mv {
    height: 413px;
  }
}

/* カセット 横長 1カラム */
.csts-landscape > * {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.csts-landscape article {
  display: flex;
}
.csts-landscape .csts-mv {
  width: 148px;
  height: 148px;
}
@media only screen and (max-width: 767px) {
  .csts-landscape .csts-mv {
    width: 160px;
    height: 100%;
  }
}
.csts-landscape .cst-title {
  height: auto;
  min-height: initial;
  min-height: auto;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 767px) {
  .csts-landscape .cst-title {
    min-height: 42px;
    font-weight: bold;
    -webkit-line-clamp: 2;
  }
}
.csts-landscape .cst-title + p {
  margin-top: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .csts-landscape .cst-title + p {
    margin-top: 15px;
  }
}
.csts-landscape time {
  margin-top: 10px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .csts-landscape time {
    margin-top: 10px;
    font-size: 10px !important;
  }
}
.csts-landscape .csts-icon {
  width: 45px;
  height: 45px;
  font-size: 14px;
  right: 5px;
  top: 5px;
}
.csts-landscape .text-wrap {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .csts-landscape .text-wrap {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .csts-landscape .cats-list {
    margin-top: 5px;
  }
}
.csts-landscape .rank-icon {
  width: 60px;
  height: 60px;
  font-size: 17px;
}

.page-nation {
  display: flex;
  justify-content: center;
}
.page-nation li {
  margin: 0 3px;
}
.page-nation li a,
.page-nation li span.current {
  border: 2px solid #EA93B6;
  border-radius: 3px;
  padding: 2px 8px;
  color: #E07CA4;
  background-color: #ffffff;
}
.page-nation li span.current {
  background-color: #EA93B6;
  color: #ffffff;
}
.page-nation li span.dots {
  color: #EA93B6;
}

.set-sidebar .main .hot-word {
  width: 100%;
}

.box-wrap {
  background-color: #ffffff;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .box-wrap p {
    font-size: 12px;
  }
}
.box-wrap .logo-wrap {
  display: flex;
  justify-content: flex-end;
}
.box-wrap .logo-wrap > p {
  margin-right: 10px;
  color: #999999;
}

.single-csts-inbox {
  display: flex;
  flex-wrap: wrap;
}

.single-csts-inbox.colum-3 li {
  width: 31%;
  margin-right: 2.6%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-csts-inbox.colum-3 li {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 768px) {
  .single-csts-inbox.colum-3 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-csts-inbox.colum-3 li {
    width: 47%;
    margin-right: 6%;
  }
  .single-csts-inbox.colum-3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.single-csts-inbox.colum-3 li img {
  width: 100%;
}

.single-csts-inbox.colum-4 li {
  width: 22.25%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-csts-inbox.colum-4 li {
    width: 47%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 768px) {
  .single-csts-inbox.colum-4 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-csts-inbox.colum-4 li {
    width: 47%;
    margin-right: 6%;
  }
  .single-csts-inbox.colum-4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.single-csts-inbox.colum-4 li img {
  width: 100%;
}

/* 投稿ページ　個別 */
.otome-media-single .main-contents {
  padding-top: 18px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .otome-media-single .main-contents {
    padding-top: 16px;
  }
}

.section-post-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .section-post-title {
    font-size: 24px;
  }
}

.post-profile {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .post-profile {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}

.post-profile li {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .post-profile li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .post-profile li {
    font-size: 10px;
  }
}
.post-profile li p, .post-profile li time {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .post-profile li p, .post-profile li time {
    font-size: 10px;
  }
}

.post-profile li.post-profile-img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .post-profile li.post-profile-img {
    font-size: 20px;
    margin-right: 6px;
  }
}

.post-profile li.post-profile-name {
  margin-right: 36px;
}
@media only screen and (max-width: 767px) {
  .post-profile li.post-profile-name {
    font-size: 12px;
    margin-right: 0;
  }
}

.post-profile-name__a {
  margin-left: 24px;
  color: #DB66D2 !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .post-profile-name__a {
    margin-left: 12px;
    font-size: 10px;
  }
}

.post-profile li.post-profile-date {
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .post-profile li.post-profile-date {
    margin-right: 16px;
    margin-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  .post-profile li.post-profile-date img {
    width: 11px;
    height: auto;
  }
}
.post-profile li.post-profile-date time {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-profile li.post-profile-date time {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .post-profile li:nth-child(4) img {
    width: 11px;
    height: auto;
  }
}
.post-profile li:nth-child(4) p {
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .post-profile li:nth-child(4) p {
    margin-left: 5px;
  }
}

.post-profile-img span {
  width: 52px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .post-profile-img span {
    width: 35px;
    height: 35px;
  }
}

.section-post > .post-contents a {
  color: #dd5189;
  text-decoration: underline;
}

.sp .name, .sp .prof-image {
  text-align: center;
  border-left: 0px;
}

.prof-cats {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .prof-cats {
    padding: 0px 0px 10px 10px;
  }
}
.prof-cats.sp {
  border: solid;
  border-color: #D98BB9;
}
.prof-cats .hot-word-list li {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .prof-cats .hot-word-list li {
    margin-bottom: 5px;
  }
}
.prof-cats .hot-word-list li a {
  font-size: 14px;
}

.prof-cats-title {
  color: #D176AC;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .prof-cats-title {
    font-size: 14px;
  }
}

.post-contents p,
.post-contents figcaption {
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .post-contents p,
.post-contents figcaption {
    margin-bottom: 28px;
  }
}
.post-contents img {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  max-width: 640px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post-contents img {
    max-width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .post-contents img {
    text-align: center;
  }
}
.post-contents figure {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .post-contents figure {
    text-align: center;
  }
}
.post-contents figcaption {
  margin-top: 10px;
  line-height: 1.4;
}
.post-contents .subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .post-contents .subtitle {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.post-contents .post-kodawari,
.post-contents .post-unchiku {
  position: relative;
  padding-left: 38px;
}
.post-contents .post-kodawari::before,
.post-contents .post-unchiku::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "　";
  background-repeat: no-repeat;
  background-size: cover;
}
.post-contents .post-kodawari::before {
  width: 32px;
  height: 32px;
  background-image: url("/assets/common/images/icon-kodawari.png");
}
.post-contents .post-unchiku::before {
  width: 32px;
  height: 32px;
  background-image: url("/assets/common/images/icon-unchiku.png");
}
.post-contents .hoge {
  text-align: center;
}
.post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents p {
  text-align: left;
}
.post-contents p a, .post-contents p img {
  text-align: center;
}
.post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents .wrap-align-left {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents .wrap-align-left {
    margin-bottom: 28px;
  }
}
.post-contents h4 + *, .post-contents blockquote + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .post-contents h4 + *, .post-contents blockquote + * {
    margin-top: 20px;
  }
}
.post-contents h2 {
  line-height: 1.6;
  font-weight: 700;
  padding: 8px 0 8px 12px;
  border-left: 4px solid #D176AC;
}
@media screen and (max-width: 767px) {
  .post-contents h2 {
    line-height: 1.5;
  }
}
.post-contents h3 {
  line-height: 1.5;
  padding: 6px 2px;
  border-bottom: 1px solid #D176AC;
}
@media screen and (max-width: 767px) {
  .post-contents h3 {
    line-height: 1.4;
  }
}
.post-contents h4 {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #EED4D3), to(#EED4D3));
  background: linear-gradient(transparent, transparent 50%, #EED4D3 50%, #EED4D3);
  display: inline;
  font-size: 21px;
  padding: 4px 2px;
  padding-left: 16px;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-contents h4 {
    font-size: 18px;
  }
}
.post-contents h4::before {
  content: "●";
  display: inline;
  font-size: 0.4em;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .post-contents h4::before {
    top: 10px;
  }
}
.post-contents h5 {
  font-weight: bold;
  font-size: 18px;
}
.post-contents blockquote {
  color: #D176AC;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.post-contents blockquote::before {
  content: " ";
  display: block;
  background-image: url("/wp-content/themes/otomejuku/img/common/block1.png");
  width: 23px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.post-contents blockquote::after {
  content: " ";
  display: block;
  background-image: url("/wp-content/themes/otomejuku/img/common/block2.png");
  width: 23px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-contents blockquote * {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-contents blockquote * {
    margin-top: 18px;
  }
}
.post-contents strong {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #EED4D3), to(#EED4D3));
  background: linear-gradient(transparent, transparent 50%, #EED4D3 50%, #EED4D3);
}

* + .post-contents h2, * + .post-contents h3, * + .post-contents h4, * + .post-contents h5, * + .post-contents .wrap-align-left {
  margin-top: 30px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  * + .post-contents h2, * + .post-contents h3, * + .post-contents h4, * + .post-contents h5, * + .post-contents .wrap-align-left {
    font-size: 20px;
  }
}

#main.cat-column1-wrap {
  max-width: initial;
  max-width: auto;
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  #main.cat-column1-wrap {
    padding-top: 60px;
  }
}

#main.cat-column1-wrap #main-content {
  padding: 0px;
}

.top-mainImage {
  background-image: url("/wp-content/themes/otomejuku/img/common/top-mainImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 575px;
  padding: 155px 80px 80px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-mainImage {
    min-height: 400px;
    padding: 50px 12%;
  }
}

.top-mainImage-box {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  padding: 30px 0px 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-mainImage-box {
    padding: 30px 20px 30px;
  }
}

#main .top-mainImage p {
  margin: 0;
}

#main p.top-mainImage-title {
  text-align: center;
  font-size: 42px;
  color: #1F2C32;
}
@media screen and (max-width: 767px) {
  #main p.top-mainImage-title {
    font-size: 30px;
  }
}

#main p.top-mainImage-text {
  font-size: 34px;
  text-align: center;
  padding-top: 60px;
  color: #1F2C32;
}
@media screen and (max-width: 767px) {
  #main p.top-mainImage-text {
    font-size: 20px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form-memo input,
.form-memo textarea {
    width: 100%;
  }
}

#main.pages-level2 .section-title {
  text-align: center;
  font-size: 42px;
  color: #000000;
}
#main.pages-level2 .section-lead {
  color: #dd5189;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

#contact-wrap.contact-wrap.cmnSecMg {
  width: 780px;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  text-align: start;
}
@media screen and (max-width: 767px) {
  #contact-wrap.contact-wrap.cmnSecMg {
    width: 100%;
  }
}
#contact-wrap.contact-wrap.cmnSecMg p {
  margin: 0;
  font-family: initial;
}
#contact-wrap.contact-wrap.cmnSecMg form p {
  margin-top: 8px;
}
#contact-wrap.contact-wrap.cmnSecMg .form-memo {
  background-color: transparent;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.option-arrow::before {
  content: "▼";
  display: block;
  width: 20px;
  height: 20px;
}

.form-memo__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.form-memo__dl:nth-of-type(1) {
  margin-top: 50px;
}

.form-memo__dl dt {
  width: 120px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form-memo__dl dt {
    width: 100%;
    padding-bottom: 10px;
  }
}

.form-memo__dl dd {
  width: 460px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form-memo__dl dd {
    width: 100%;
  }
}
.form-memo__dl dd > * {
  width: 100%;
}

.form-memo__dl dd select,
.form-memo__dl dd input {
  padding: 5px;
  border: #d6d6d6 1px solid;
}

.form-memo__dl dd textarea {
  border: #d6d6d6 1px solid;
}

.form-memo__dl.form-memo-select dd select {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .form-memo__dl.form-memo-select dd select {
    width: 100%;
  }
}

.mw_wp_form_input select, .mw_wp_form_input input, .mw_wp_form_input textarea {
  padding: 5px;
  border: #d6d6d6 1px solid;
  background-color: white;
  max-width: 100%;
}
.mw_wp_form_input select {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 220px;
}
.mw_wp_form_input p:not(:first-child) {
  margin-top: 8px;
}

form .mwform-tel-field input[type=text] {
  width: 96px;
}

#main .form-memo-text {
  font-size: 20px;
  line-height: 1.4;
  margin-left: 0;
}

.form-memo-submit-wrap {
  text-align: center;
}

.form-memo-submit {
  display: inline-block;
  border: none;
  background-color: transparent;
  background-color: #d580b2;
  border: 1px solid #b36b96;
  width: 340px;
  max-width: 100%;
  color: #ffffff;
  border-radius: 5px;
  padding: 15px 0;
  cursor: pointer;
  box-shadow: 0 5px #b56d98;
}

.form-option select {
  background-image: url(/wp-content/themes/otomejuku/img/common/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.resereve-wrap {
  text-align: center;
}

.resereve-box {
  display: inline-block;
  background-color: #F4F3F0;
  width: 780px;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  .resereve-box {
    width: 100%;
  }
}

.resereve-box.post-btn p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}

.resereve-box.post-btn #reserve-button {
  max-width: 357px;
  margin-bottom: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .resereve-box.post-btn #reserve-button {
    margin-top: 30px;
  }
}

#main .resereve-box #reserve-button button {
  background-color: transparent;
  color: #E07CA4;
  cursor: pointer;
  font-size: 24px;
}

.resereve-box.post-btn a {
  background-image: url("/wp-content/themes/otomejuku/img/common/lesson-btn-more.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  padding: 0px 0;
  line-height: 1;
}
.resereve-box.post-btn a button {
  color: #E07CA4;
}

#main #main-content .title-pink {
  font-size: 20px;
  color: #d580b2;
  text-align: left;
  border: none;
  padding: 0;
}
#main #main-content .title-left-sq {
  margin-bottom: 0;
}
#main #main-content .title-work {
  margin-top: 140px;
}
#main #main-content .img-list {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #main #main-content .img-list {
    margin-top: 20px;
  }
}
#main #main-content .img-list li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #main #main-content .img-list li {
    width: 49%;
  }
}
#main #main-content .img-list + P {
  margin-top: 20px;
}
#main #main-content .icon-mark-wrap {
  margin-bottom: 40px;
  margin-top: 40px;
}

.single-recommend .single-csts-inbox + p {
  text-align: right;
}

.wrap-align-left {
  text-align: left;
}

.supervision {
  border: 2px solid #1d62b2;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 40px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .supervision {
    padding: 7%;
  }
}

.supervision img {
  box-shadow: none !important;
}

.supervision p {
  margin-bottom: 0;
}

.supervision-img {
  width: 24.1%;
}
@media screen and (max-width: 767px) {
  .supervision-img {
    width: 30%;
  }
}
.supervision-img img {
  width: 100%;
}

.supervision .namesGroup {
  width: 71.9%;
}
@media screen and (max-width: 767px) {
  .supervision .namesGroup {
    width: 64%;
  }
}

.supervision .namesGroup-title {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .supervision .namesGroup-title {
    font-size: 18px;
  }
}
.supervision .namesGroup-position,
.supervision .namesGroup-name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .supervision .namesGroup-position,
.supervision .namesGroup-name {
    font-size: 16px;
  }
}
.supervision .namesGroup-position {
  margin-top: 5px;
}
.supervision .namesGroup-belongs {
  font-size: 12px;
  margin-top: 5px;
}
.supervision .namesGroup-link a {
  font-size: 12px;
  color: #D379AE !important;
  text-decoration: underline;
}

.supervision p.supervision-profile {
  border-top: 1px solid #000000;
  font-size: 12px;
  margin-top: 40px;
  padding-top: 35px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .supervision p.supervision-profile {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.reserve-btn-pink,
.reserve-btn-white {
  background-color: #E992AC;
  display: block;
  margin-top: 40px;
  border-radius: 6px;
  color: #ffffff !important;
  padding: 10px 0;
  font-size: 18px;
  position: relative;
  text-align: center;
}

.reserve-btn-pink::before,
.reserve-btn-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.reserve-btn-white::before {
  border-top: solid 2px #E992AC;
  border-right: solid 2px #E992AC;
}

a.reserve-btn-pink:link,
a.reserve-btn-pink:visited,
a.reserve-btn-pink:hover,
a.reserve-btn-pink:active {
  color: #ffffff;
}

.reserve-btn-white {
  background-color: #ffffff;
  color: #E992AC !important;
  border: 2px solid #E992AC;
}

a.reserve-btn-white:visited,
a.reserve-btn-white:hover,
a.reserve-btn-white:active {
  color: #ffffff;
}

.reserve-btn-pink + *,
.reserve-btn-white + * {
  margin-top: 32px;
}

/* 投稿ページのリスト */
.post-contents li {
  list-style: inherit !important;
  padding-bottom: 10px;
}

.post-contents li > ul,
.post-contents li > ol {
  padding-top: 20px;
}

.post-contents ul {
  padding-left: 30px !important;
}

.post-contents ol {
  padding-left: 25px;
}

/*目次マージン*/
#main-detail-content ol > li {
  padding: 15px 5px 7px 20px !important;
}

#main-detail-content ul > li:before {
  content: "" !important;
}

#main-detail-content ul > li {
  line-height: 20px;
}

.rtoc-mokuji-content .rtoc-mokuji.level-2 li {
  padding-top: 3px !important;
}

/* プライバシーポリシー*/
ul.profile-sns-list li {
  list-style: none !important;
  padding: 0 !important;
  margin: 10px !important;
}

.main-content ol li.rtoc-item {
  list-style: none !important;
}

/* サイドバー*/
.set-sidebar .main-contents .container .sidebar .section-title {
  font-size: 32px !important;
}

.sidebar .section-lead {
  font-size: 14px;
}

/* サイドバー　SNS上余白 */
.sns-list {
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
