@charset "UTF-8";
:root {
  --global--color-primary: #333;
  --color-main: #e0597f;
  --color-sub: #ffe89e;
  --global--color-background: #fff5cc;
  --bg-gray: #f4f4f4;
  --bg-yellow: #fffaeb;
  --bg-input: #e5e5e5;
  --bg-button: #6d97c1;
  --bg-button-secondary: #c58168;
  --bg-button-tertiary: #bbb;
  --border-gray: #e6e6e6;
  --color-question: #ca6a77;
  --color-answer: #a68b41;
  --color-list-marker: var(--color-question);
  --f-size-xsmall: .75rem;
  --f-size-small: .8125rem;
  --f-size-middle: .875rem;
  --f-size-normal: 1rem;
  --f-size-large: 1.125rem;
  --f-size-xlarge: 1.25rem;
  --f-size-xxlarge: 1.5rem;
  --f-weight-normal: 400;
  --f-weight-middle: 500;
  --f-weight-bold: 700;
  --page-width: 1000px;
  --content-width: 800px;
  --movie-thumb-width: 192px;
  --radius-base: 10px;
  --radius-button: 2px;
  --color-1: #6d97c1;
  --color-2: #7dbda6;
  --color-3: #7db975;
  --color-4: #b5c870;
  --color-5: #c5a56b;
  --color-6: var(--bg-button-secondary);
  --color-7: #999;
  --color-8: #8da1c7;
  --base-padding-left: 50px;
  --line-height-title: 1.375;
  --ehon_de_asobo_base_font: "M PLUS Rounded 1c", sans-serif;
  --font-headings: var(--ehon_de_asobo_base_font);
  --font-base: var(--ehon_de_asobo_base_font);
  --primary-nav--padding: .5em;
  --primary-nav--color-link-hover: #fff;
  --primary-nav--font-size: var(--f-size-middle);
  --primary-nav--font-weight: var(--f-weight-bold);
  --global--font-size-base: var(--f-size-normal);
  --global--font-size-page-title: var(--f-size-xlarge);
  --heading--font-weight-page-title: var(--f-weight-bold);
  --entry-header--color-focus: var(--global--color-primary);
}

.wp-core-ui .button-primary,
.comment-form .submit,
.acf-button,
.fea-submit-button,
.editing_password .acf-input .cancel-edit,
.button_div .buttons,
.submit.button {
  font-size: var(--f-size-middle);
  font-weight: bold;
  color: #fff;
  background: var(--bg-button);
  border-color: var(--bg-button);
  border-radius: var(--radius-button);
}

.edit-password,
.editing_password .acf-input .cancel-edit {
  color: var(--bg-button);
  background: none;
  border: 1px solid var(--bg-button);
}

.acf-fields .edit_password input[type=password] {
  display: block;
}

.acf-fields .password_main .acf-input-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.acf-fields .editing_password .acf-input-wrap {
  max-height: 60px;
}

.acf-input .acf-button,
.editing_password .acf-input .cancel-edit,
.acf-input .fea-submit-button {
  padding: 5px 15px;
}

.acf-input .pass-strength-result {
  margin-top: 5px;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
  line-height: 2;
}

.acf-notice.-error {
  padding: 1rem;
  background: var(--color-main);
}
.acf-notice.-error p {
  margin: 0;
  font-size: var(--f-size-normal);
}

body .wp-core-ui .button,
body .wp-core-ui .button-secondary {
  border-color: #bbb;
}

.comment-form .form-submit {
  margin-top: 1rem;
}
.comment-form .logged-in-as {
  display: none;
}
.comment-form textarea {
  height: 140px;
  border: 1px solid #000;
}
.comment-form .submit {
  padding: 0.25em 0.75em;
  font-size: var(--f-size-xlarge);
  border-radius: var(--radius-button);
}

.comment-reply-title {
  display: none;
}

.acf-block-preview {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.post-settings .p-topArea__body {
  display: none;
}
body.post-settings .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
}
body.post-settings .acf-field {
  padding-top: 40px;
}
body.post-settings .acf-field input[type=text],
body.post-settings .acf-field input[type=email],
body.post-settings .acf-field input[type=password] {
  width: 100%;
  font-size: var(--f-size-xxlarge);
  border: none;
  background: var(--bg-input);
}
body.post-settings .acf-label {
  min-height: 40px;
  margin: 0;
  padding: 0.5em 0 1em var(--base-padding-left);
  background: url(../image/bg_title.svg) no-repeat;
}
body.post-settings .acf-label body.post-settings .acf-label__main {
  font-size: var(--f-size-xlarge);
  font-weight: var(--f-weight-bold);
}
body.post-settings .acf-label label {
  font-size: var(--f-size-xlarge);
  font-weight: var(--f-weight-bold);
}
body.post-settings .acf-notice.-success {
  padding: 1rem;
  border: none;
  color: var(--color-base);
  background: var(--color-sub);
}
body.post-settings .acf-notice.-success p {
  margin: 0;
  font-size: var(--f-size-normal);
}
body.post-settings .frontend-admin-dismiss {
  display: none;
}
body.post-settings #select_user_to_edit_form {
  display: none;
}
body.post-settings .wppb-form-field h4 {
  min-height: 40px;
  margin: 0;
  padding: 0.5em 0 0.5em var(--base-padding-left);
  background: url(../image/bg_title.svg) no-repeat;
}
body.post-settings .wppb-form-field.wppb-default-name-heading, body.post-settings .wppb-form-field.wppb-default-contact-info-heading {
  padding-top: 2.5rem;
}
body.post-settings .wppb-form-field.wppb-default-username {
  display: none;
}
body.post-settings .wppb-form-field label,
body.post-settings .wppb-form-field .text-input {
  display: block;
  width: 100%;
  float: none;
}
body.post-settings .wppb-form-field .text-input {
  padding: 4px 8px;
  font-size: var(--f-size-xxlarge);
  border: none;
  background: var(--bg-input);
}
body.post-settings .wppb-form-field .wppb-required {
  display: none;
}
body.post-settings .wppb-form-field .wppb-description-delimiter {
  margin: 0.5rem 0 0 0;
  font-size: var(--f-size-small);
  font-style: normal;
  line-height: 1.5;
}
body.post-settings .form-submit {
  margin-top: 2.5rem;
}
body.post-settings .form-submit .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}

.page-numbers:not(.dots).current,
.page-numbers:not(.dots):hover,
.post-page-numbers:not(.dots).current,
.post-page-numbers:not(.dots):hover {
  background: var(--bg-button-secondary);
}

.l-content .wppb-error, .l-content .wppb-warning, .l-content .wppb-notice, .l-content .wppb-success, .admin-bar .l-content #wppb_form_general_message {
  padding: 0.5rem 1rem;
}
.l-content .wppb-edit-user .wppb-field-error {
  background-color: inherit;
  border: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.l-content .wppb-form-field > span.wppb-form-error {
  border: none;
  color: #c00;
}
.l-content .wppb-description-delimiter a[style*="float: right"] {
  display: block;
  float: none !important;
}

* {
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: var(--f-weight-middle);
}

html[data-is-admin=false] {
  overflow-x: hidden;
  letter-spacing: inherit;
}
html[data-is-admin=false] img {
  transform: rotate(0deg);
}
@media (max-width: 999px) {
  html[data-drawer=opened] {
    max-height: 100vh;
    overflow-y: hidden;
  }
}

body {
  font-family: var(--ehon_de_asobo_base_font);
}
body.admin-bar {
  padding-top: var(--wp-admin--admin-bar--height);
}

.center {
  text-align: center;
}

.span__inline-block span {
  display: inline-block;
}

.bg_color-1 {
  background: var(--color-1);
}

.bg_color-2 {
  background: var(--color-2);
}

.bg_color-3 {
  background: var(--color-3);
}

.bg_color-4 {
  background: var(--color-4);
}

.bg_color-5 {
  background: var(--color-5);
}

.bg_color-6 {
  background: var(--color-6);
}

.bg_color-7 {
  background: var(--color-7);
}

.header__greeting {
  padding-bottom: 10px;
  font-size: var(--f-size-normal);
  text-align: right;
  font-weight: var(--f-weight-middle);
}

.acf-block-preview a {
  pointer-events: none;
}

.block-editor .editor-styles-wrapper,
.blocks-widgets-container .editor-styles-wrapper,
.wp-block-widget-area, body.editor-styles-wrapper {
  background: #fff;
}

.edit-disabled {
  background: none;
  border: none;
  pointer-events: none;
}
.edit-disabled:focus {
  outline: none;
}

.l-wrapper {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}

.l-header {
  max-width: 100%;
  padding: 15px 0 28px;
  background: #fff url(../image/border_header.png) repeat-x center bottom;
}
@media (min-width: 1000px) {
  .l-header {
    padding: 10px 0 23px;
  }
}
.admin-bar .l-header {
  top: 0;
}
.l-header__center {
  padding: 0;
}
@media (min-width: 1000px) {
  .l-header__center {
    padding: 8px 0;
  }
}
.l-header__right {
  flex-direction: column;
  align-items: flex-end;
  align-self: auto;
}
@media (min-width: 1000px) {
  .l-header__logo {
    margin: 10px 0 0 66px;
  }
}

.l-content {
  width: var(--page-width);
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.l-content__body {
  --adjust: .25;
  margin-top: 0;
  padding: calc(3rem * var(--adjust)) calc((var(--page-width) / 2 - var(--content-width) / 2) * var(--adjust));
}
@media (min-width: 600px) {
  .l-content__body {
    --adjust: .5;
  }
}
@media (min-width: 1000px) {
  .l-content__body {
    --adjust: 1;
  }
}
.p-topArea + .l-content__body {
  padding-top: 0;
}

.l-footer {
  width: var(--page-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.l-footer__nav a {
  font-size: var(--f-size-middle);
}

.l-footer__foot {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-main__body > .c-postContent {
  margin-top: 2rem;
}

.p-topArea {
  --adjust: .25;
  min-height: inherit;
  margin-top: 0;
  padding: calc(3rem * var(--adjust)) calc((var(--page-width) / 2 - var(--content-width) / 2) * var(--adjust));
}
.p-topArea.-noimg {
  background: none;
}
.p-topArea__body {
  padding: 0;
  color: var(--color-base);
  text-shadow: none;
}
.p-topArea__title {
  text-align: left;
}
@media (min-width: 1000px) {
  .p-topArea {
    padding: 3rem calc(var(--page-width) / 2 - var(--content-width) / 2) 0;
  }
}

.p-drawer {
  top: 84px;
  padding: 0;
  background: #fff;
}
.admin-bar .p-drawer {
  top: calc(84px + var(--wp-admin--admin-bar--height));
}
.p-drawer__body {
  width: 100%;
  max-width: inherit;
  padding: 0;
}
.p-drawer__close {
  color: var(--global--color-primary);
}
@media (min-width: 1000px) {
  .p-drawer {
    display: none;
  }
}

.p-postList[class*=type-] {
  padding-bottom: 1rem;
}
.p-front__content .p-postList {
  margin-top: 0;
}
.p-postList.-type-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
  gap: 10px;
  margin: 0;
}
.p-postList.-type-card .p-postList__item {
  margin: 0;
  padding: 0;
}
.p-postList.-type-card .p-postList__body {
  padding-top: 0.75rem;
}
.p-postList.-type-card .p-postList__title {
  font-size: var(--f-size-normal);
  line-height: var(--line-height-title);
  font-weight: var(--f-weight-middle);
}
.p-postList__item {
  padding: 0;
}
.p-postList__content * {
  margin: revert;
  padding: revert;
  font-size: revert;
  list-style: revert;
}
.p-postList.-type-post .p-postList__link {
  color: var(--global--color-primary);
  text-decoration: none;
  line-height: 1.75;
}
.p-postList.-type-post .p-postList__link:hover {
  color: var(--bg-button);
}
.p-postList.-type-post .p-postList__archive-link {
  text-align: right;
}
.p-postList.-type-post .p-postList__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: var(--base-padding-left);
  margin-bottom: 1rem;
}
.p-postList.-type-post .p-postList__item {
  display: flex;
  margin: 0;
  list-style: none;
}
.p-postList.-type-post .p-postList__item::before {
  flex-shrink: 0;
  --size: 10px;
  content: "";
  width: var(--size);
  height: var(--size);
  margin: calc(0.875rem - var(--size) * 0.5) 0.25em 0 0;
  border-radius: var(--size);
  background: var(--color-list-marker);
}
.p-postList.-type-post .p-postList__date {
  display: inline-block;
  padding-right: 1rem;
}
.p-postList.-type-normal .p-postList__item {
  padding-bottom: 20px;
}
.p-postList.-type-normal .p-postList__body {
  width: 192px;
  max-width: 100%;
  flex-shrink: 0;
}
.p-postList.-type-normal .p-postList__thumb {
  margin-bottom: 0.75rem;
}
.p-postList.-type-normal .p-postList__date {
  font-size: var(--f-size-middle);
}
.p-postList.-type-normal .p-postList__title {
  font-size: var(--f-size-normal);
  font-weight: var(--f-weight-middle);
}
.p-postList.-type-normal .p-postList__text {
  flex-grow: 2;
  font-size: var(--f-size-middle);
}
.p-postList.-type-normal.-post-movie .p-postList__link, .p-postList.-type-normal.-post-lesson .p-postList__link {
  display: flex;
  gap: 20px;
}
.p-postList.-post-lesson .p-postList {
  padding-bottom: 0;
}
.p-postList.-post-lesson .p-postList__archive-link {
  text-align: right;
}
.post-type-archive-movie .p-postList {
  gap: 20px 10px;
  margin-bottom: 2rem;
}
.p-postList.-post-movie .p-postList__link {
  color: var(--color-base);
  text-decoration: none;
}
.p-postList.-post-movie .p-postList__link:hover .c-postThumb::before {
  opacity: 0.1;
}
.p-postList.-post-movie .p-postList__link:hover .c-postThumb__img {
  transform: scale(1.15);
}

.p-postList-bbs {
  --margin: 28px;
}
.p-postList-bbs .p-postList__item {
  padding: var(--margin);
  background: var(--bg-yellow);
}
.p-postList-bbs .p-postList__item + .p-postList__item {
  margin-top: var(--margin);
}
.p-postList-bbs .p-postList__body {
  width: auto;
}
.p-postList-bbs .p-postList__date, .p-postList-bbs .p-postList__author {
  font-size: var(--f-size-xlarge);
  line-height: 1.35;
}
.p-postList-bbs .p-postList__title {
  padding: 0.25em 0 0;
  font-size: var(--f-size-xxlarge);
}

.p-entry__thumb {
  margin-top: 0.5rem;
}
.p-entry__content {
  margin: 0;
}
.p-entry__content.c-postContent {
  margin-bottom: 2rem;
}

.c-gnav {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 610px;
  height: auto;
}
.c-gnav .is-hidden {
  pointer-events: none;
  opacity: 0;
}
.c-gnav .menu-item {
  flex-grow: 2;
  border-radius: var(--radius-button);
  transition: transform 0.25s ease;
}
.c-gnav .menu-item:hover {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.c-gnav .menu-item > a {
  padding: 0.5em 0.75em;
  color: #fff;
  font-size: var(--f-size-middle);
  font-weight: var(--f-weight-bold);
}

.c-gnav .menu-item a[aria-current=page],
.c-drawerNav .menu-item a[aria-current=page] {
  color: #fff;
}
.c-gnav .menu-item:nth-child(7n+1),
.c-drawerNav .menu-item:nth-child(7n+1) {
  background-color: var(--color-2);
}
.c-gnav .menu-item:nth-child(7n+2),
.c-drawerNav .menu-item:nth-child(7n+2) {
  background-color: var(--color-8);
}
.c-gnav .menu-item:nth-child(7n+3),
.c-drawerNav .menu-item:nth-child(7n+3) {
  background-color: var(--color-1);
}
.c-gnav .menu-item:nth-child(7n+4),
.c-drawerNav .menu-item:nth-child(7n+4) {
  background-color: var(--color-3);
}
.c-gnav .menu-item:nth-child(7n+5),
.c-drawerNav .menu-item:nth-child(7n+5) {
  background-color: var(--color-4);
}
.c-gnav .menu-item:nth-child(7n+6),
.c-drawerNav .menu-item:nth-child(7n+6) {
  background-color: var(--color-5);
}
.c-gnav .menu-item:nth-child(7n+7),
.c-drawerNav .menu-item:nth-child(7n+7) {
  background-color: var(--color-6);
}
.c-gnav .menu-item:last-child,
.c-drawerNav .menu-item:last-child {
  background-color: var(--color-7);
}

.c-drawerNav .is-hidden {
  display: none;
}

.c-iconBtn__icon .__close {
  color: var(--global--color-primary);
}

.c-copyright {
  text-align: center;
  font-size: var(--f-size-middle);
}

.c-returnTopButton {
  display: block;
  width: 176px;
  height: 65px;
  bottom: 0;
  margin-left: auto;
  background: url(../image/return_top.svg) no-repeat center top/176px 65px;
  text-decoration: none;
  box-shadow: none;
  pointer-events: auto;
}
.c-returnTopButton:hover {
  opacity: 0.75;
}
.c-returnTopButton__wrap {
  position: fixed;
  width: 100%;
  max-width: var(--page-width);
  right: max((100% - var(--page-width)) / 2, 20px);
  bottom: 0;
  opacity: 0;
  transform: translate(0, 20px);
  animation: showReturnTopButton 0.5s ease 3s forwards;
  pointer-events: none;
}

@keyframes showReturnTopButton {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.c-pageTitle {
  min-height: 40px;
  margin: 0;
  padding: 0.5em 0 1em var(--base-padding-left);
  background: url(../image/bg_title.svg) no-repeat;
}
.c-pageTitle .c-pageTitle__main {
  font-size: var(--f-size-xlarge);
  font-weight: var(--f-weight-bold);
}
.c-pageTitle__week {
  padding-left: 1rem;
}

.c-bbs__form-wrapper {
  padding-bottom: 50px;
}
.c-bbs__form-wrapper .acf-field--post-title .acf-label::before {
  content: "タイトルを入力してください";
  margin: 0;
  font-size: var(--f-size-middle);
}
.c-bbs__form-wrapper .acf-field--post-title .acf-label label {
  display: none;
}
.c-bbs__form-wrapper .acf-field--post-title input {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-bbs__form-wrapper .acf-fields .acf-field {
  padding: 0;
}
.c-bbs__form-wrapper .acf-fields .acf-field--post-content {
  padding-top: 1em;
  border: none;
}
.c-bbs__form-wrapper .acf-field .acf-label {
  margin-bottom: 0;
}
.c-bbs__form-wrapper .acf-field input[name="acf[_post_title]"] {
  padding: 0.25em 0.5em;
  font-size: var(--f-size-xlarge);
  font-weight: var(--f-weight-bold);
}
.c-bbs__form-wrapper .acf-field--post-content .acf-label {
  display: none;
}
.c-bbs__form-wrapper .acf-editor-wrap button:not(:hover):not(:active):not(.has-background), .c-bbs__form-wrapper .acf-editor-wrap button:hover, .c-bbs__form-wrapper .acf-editor-wrap button:active,
.c-bbs__form-wrapper .acf-editor-wrap input:not(:hover):not(:active):not(.has-background),
.c-bbs__form-wrapper .acf-editor-wrap input:hover,
.c-bbs__form-wrapper .acf-editor-wrap input:active {
  color: var(--color-body);
  background: inherit;
}
.c-bbs__form-wrapper .acf-editor-wrap .wp-switch-editor button {
  background: #f6f7f7;
}
.c-bbs__form-wrapper .acf-editor-wrap.tmce-active .switch-tmce:not(:hover):not(:active):not(.has-background), .c-bbs__form-wrapper .acf-editor-wrap.tmce-active .switch-tmce:hover, .c-bbs__form-wrapper .acf-editor-wrap.tmce-active .switch-tmce:active, .c-bbs__form-wrapper .acf-editor-wrap.html-active .switch-html:not(:hover):not(:active):not(.has-background), .c-bbs__form-wrapper .acf-editor-wrap.html-active .switch-html:hover, .c-bbs__form-wrapper .acf-editor-wrap.html-active .switch-html:active {
  background: #f6f7f7;
}
.c-bbs__form-wrapper .acf-form-submit {
  padding-top: 1em;
}
.c-bbs__form-wrapper .acf-button[type=submit] {
  margin-right: 0.5em;
  padding: 0.25em 0.75em;
  font-size: var(--f-size-xlarge);
  color: #fff;
  background: var(--bg-button);
  border: none;
  border-radius: var(--radius-button);
}
.c-bbs__updated-message {
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--color-sub);
}

.c-postContent .space-left {
  padding-left: var(--base-padding-left);
}
.single-movie .l-main__body .c-postContent {
  margin: 1rem 0 0;
}

.c-button {
  display: inline-block;
  padding: 0.3em 0.75em;
  font-size: var(--f-size-middle);
  font-weight: var(--f-weight-bold);
  border: none;
  border-radius: var(--radius-button);
  color: #fff;
  background: var(--bg-button);
  text-decoration: none;
  transition: transform 0.25s ease;
}
.c-button:hover {
  transform: scale(1.1);
}
.c-button__wrapper {
  padding-left: var(--base-padding-left);
}
.c-button__secondary {
  background-color: var(--bg-button-secondary);
}
.c-button__tertiary {
  background-color: var(--bg-button-tertiary);
}

.c-bbsComment {
  padding-top: 2em;
}
.c-bbsComment__title, .c-bbsComment__body {
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-bottom: 1px solid var(--global--color-primary);
}
.c-bbsComment__title {
  padding-bottom: 0.25em;
  font-size: var(--f-size-large);
}
.c-bbsComment__body {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.6875;
}
.c-bbsComment__content {
  margin-bottom: 0.25em;
}
.c-bbsComment__author {
  padding-right: 0.25em;
}

.c-anchorList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-top: 1rem;
  padding-left: var(--base-padding-left);
}
.c-anchorList__item {
  margin: 0;
  list-style: none;
}
.c-anchorList__button {
  display: block;
}

.c-gap.-top {
  padding-top: 1rem;
}
.c-gap.-bottom {
  padding-bottom: 2.25rem;
}

.c-faqList__title, .c-faqList__question, .c-faqList__answer {
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: var(--base-padding-left);
  background-repeat: no-repeat;
}
.c-faqList__title {
  font-size: var(--f-size-large);
  background-image: url(../image/icon-faq-title.svg);
  background-position: 5px -2px;
}
.c-faqList__question {
  color: var(--color-question);
  background-image: url(../image/icon-faq-q.svg);
  background-position: 10px 7px;
  font-weight: var(--f-weight-middle);
}
.c-faqList__answer {
  padding-top: 0;
  line-height: 1.75;
  color: var(--color-answer);
  background-image: url(../image/icon-faq-a.svg);
  background-position: 10px 0;
  font-weight: var(--f-weight-middle);
}

.c-contactForm {
  padding-top: 1rem;
}
.c-contactForm label {
  display: block;
  padding-bottom: 0.25rem;
  font-size: var(--f-size-middle);
}
.c-contactForm input[type=text],
.c-contactForm input[type=email],
.c-contactForm select {
  max-width: 388px;
  padding-left: 1rem;
  font-size: var(--f-size-xlarge);
  border: 1px solid var(--global--color-primary);
}
.c-contactForm input:read-only {
  border: none;
}
.c-contactForm input:read-only:focus {
  outline: none;
}
.c-contactForm textarea {
  width: 100%;
  margin-top: 0.25rem;
  border: 1px solid var(--global--color-primary);
}
.c-contactForm__item {
  margin-bottom: 1.5rem;
  padding-left: 5px;
}
.c-contactForm .c-button {
  font-size: var(--f-size-xlarge);
}
.c-contactForm .c-button[name=submitBack] {
  margin-right: 1rem;
}
.mw_wp_form_confirm .c-contactForm .c-contactForm__input {
  display: block;
  max-width: inherit;
  padding-left: 1rem;
  font-size: var(--f-size-xlarge);
  background: var(--bg-gray);
}

.c-movieList__list {
  max-width: 800px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.c-movieList__main-content {
  margin-bottom: 2rem;
}
.c-movieList__item {
  margin-top: 1rem;
}
.c-movieList__link {
  color: var(--color-body);
  text-decoration: none;
}
.c-movieList__link:hover .c-postThumb__img {
  transform: scale(1.15);
}
.c-movieList__movie {
  width: var(--movie-thumb-width);
}
.c-movieList__title {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: var(--f-size-large);
  font-weight: var(--f-weight-bold);
  width: 192px;
  white-space: inherit;
}
.c-movieList__text {
  width: 192px;
  font-weight: var(--f-weight-normal);
  white-space: inherit;
}

.c-singleMovieBottom__item {
  margin-top: 1.5rem;
}
.c-singleMovieBottom .c-button {
  margin-top: 0.5rem;
  font-size: var(--f-size-normal);
}

.c-postTimes__item {
  font-size: var(--f-size-normal);
}
.c-postTimes__item .arkhe-icon-posted {
  display: none;
}

.before_copyright {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px;
}
.before_copyright .jasrac_logo {
  width: 32px;
  height: 32px;
}
.before_copyright .jasrac {
  height: 32px;
  line-height: 32px;
  font-size: var(--f-size-middle);
}

#login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: calc(100% - 2rem);
  width: var(--page-width);
}
#login #nav {
  text-align: center;
}

#loginform {
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.login {
  display: flex;
  flex-direction: column;
  background: var(--global--color-background);
}
.login #backtoblog,
.login #nav {
  font-size: var(--f-size-middle);
}
.login .site-footer {
  background: none;
  padding: 30px 0;
}
.login h1 {
  margin-bottom: 1rem;
}
.login h1 a {
  width: 790px;
  max-width: 90%;
  height: 124px;
  background: url(../image/logo.svg) no-repeat;
  background-size: contain;
}
.login form {
  padding: 2em 65px;
  border: none;
  border-radius: var(--radius-base);
}
.login form .input,
.login form input[type=checkbox] {
  border: none;
  background: var(--bg-input);
}
.login form .input {
  width: 270px;
  max-width: 100%;
}
.login form[name=lostpasswordform] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.login form[name=lostpasswordform] p:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login label {
  font-size: var(--f-size-normal);
  font-weight: 700;
}
.login .forgetmenot label {
  font-size: var(--f-size-middle);
}
.login > .clear:last-of-type {
  display: none;
}

.registration-title__wrap {
  padding: 2rem;
  text-align: center;
}
.registration-title__title {
  font-size: var(--f-size-xxlarge);
}

#wpmem_register_form {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}
#wpmem_register_form fieldset {
  border: none;
}
#wpmem_register_form legend {
  display: none;
}
#wpmem_register_form label {
  display: block;
}
#wpmem_register_form input[type=text],
#wpmem_register_form input[type=password],
#wpmem_register_form input[type=email],
#wpmem_register_form .input,
#wpmem_register_form select {
  width: 100%;
  min-height: 3rem;
  margin-bottom: 1rem;
  font-size: var(--f-size-normal);
  border: none;
  background: var(--bg-input);
}
#wpmem_register_form .req,
#wpmem_register_form .req-text {
  display: none;
}
#wpmem_register_form .div_select {
  position: relative;
  display: inline-block;
  width: 7rem;
  min-width: 100px;
}
#wpmem_register_form .div_select select {
  display: block;
  width: 4rem;
  max-width: inherit;
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: var(--f-size-normal);
}
#wpmem_register_form label[for=age2] + .div_select::before {
  position: absolute;
  content: "～";
  bottom: 2rem;
  left: -2rem;
}
#wpmem_register_form label[for=age2] {
  display: none;
}
#wpmem_register_form .button_div .buttons {
  min-height: 32px;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
  line-height: 2;
  font-size: var(--f-size-normal);
  border: none;
}

.wpmem_msg {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  text-align: center;
  font-size: var(--f-size-normal);
  background: var(--color-sub);
}

/*# sourceMappingURL=ehon.css.map */
