@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

html {
  margin: 0 !important;
  background-color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

div, span,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li, dl, dt, dd,
th, td, label, input, cite {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #262626;
}
@media all and (-ms-high-contrast: none) {
  div, span,
  h1, h2, h3, h4, h5, h6,
  p,
  ul, ol, li, dl, dt, dd,
  th, td, label, input, cite {
    font-family: Meiryo, sans-serif;
  }
}

a img {
  border: none;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], button,
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input {
  border-radius: 0;
}

input {
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=search]:focus {
  outline: 0;
}

input::-ms-clear {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

*:focus {
  outline: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.analytics-scroll {
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

html {
  scroll-behavior: smooth;
}
html.is-menu-open {
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 767px) {
  body.is-menu-open:after {
    visibility: none;
    filter: alpha(opacity=100);
    opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

body.is-menu-open--search:after {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  body.is-menu-open:after,
  body.is-menu-open--search:after {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media screen and (max-width: 1000px) {
  .is-rollover:hover,
  .is-rollover:active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 0;
            transition-duration: 0;
  }
}
.is-hide {
  display: none;
}

.is-pc-hide {
  display: none;
}
@media screen and (max-width: 1000px) {
  .is-pc-hide {
    display: block;
  }
}

.is-pc-tablet-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-pc-tablet-hide {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .is-sp-hide {
    display: none;
  }
}

.is-common-link-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-common-link-item:hover .common-banner-item__image,
.is-common-link-item:hover .post-detail-nav-box__image,
.is-common-link-item:hover .related-post-item__image,
.is-common-link-item:hover .author-box__image,
.is-common-link-item:hover .archive-list-item__image,
.is-common-link-item:hover .c-post-list-item__image,
.is-common-link-item:hover .carousel-box-list-item__image,
.is-common-link-item:hover .sub-box-banner__image,
.is-common-link-item:hover .c-thumb-list__image, .is-common-link-item:active .common-banner-item__image,
.is-common-link-item:active .post-detail-nav-box__image,
.is-common-link-item:active .related-post-item__image,
.is-common-link-item:active .author-box__image,
.is-common-link-item:active .archive-list-item__image,
.is-common-link-item:active .c-post-list-item__image,
.is-common-link-item:active .carousel-box-list-item__image,
.is-common-link-item:active .sub-box-banner__image,
.is-common-link-item:active .c-thumb-list__image {
  opacity: 0.5;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 767px) {
  .is-common-link-item:hover .carousel-box-list-item__image, .is-common-link-item:active .carousel-box-list-item__image {
    opacity: 1;
  }
}
.is-common-link-item:hover .post-detail-nav-box__heading,
.is-common-link-item:hover .related-post-item__heading,
.is-common-link-item:hover .archive-list-item__heading,
.is-common-link-item:hover .c-post-list-item__heading,
.is-common-link-item:hover .carousel-box-list-item__heading,
.is-common-link-item:hover .c-thumb-list__heading, .is-common-link-item:active .post-detail-nav-box__heading,
.is-common-link-item:active .related-post-item__heading,
.is-common-link-item:active .archive-list-item__heading,
.is-common-link-item:active .c-post-list-item__heading,
.is-common-link-item:active .carousel-box-list-item__heading,
.is-common-link-item:active .c-thumb-list__heading {
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 767px) {
  .is-common-link-item:hover .carousel-box-list-item__heading, .is-common-link-item:active .carousel-box-list-item__heading {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    color: #000000;
  }
}
.is-common-link-item:hover .c-post-caption.is-archive-latest-pc, .is-common-link-item:active .c-post-caption.is-archive-latest-pc {
  color: #A1A1A1;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.is-common-link-item:hover .c-post-info__category, .is-common-link-item:active .c-post-info__category {
  background-color: #FFEA00;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #FFFFFF;
  border-color: #FFEA00;
}
.is-common-link-item:hover .c-post-info__date, .is-common-link-item:active .c-post-info__date {
  color: #FFEA00;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.js-easy-rollover-create {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-box-lv1 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-box-lv2 {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-box-lv2 {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .l-box-lv2 {
    max-width: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-box-lv3 {
  max-width: calc(1472px + 128px);
  margin: 0 auto;
  padding: 0 64px;
}
@media screen and (max-width: 1000px) {
  .l-box-lv3 {
    padding: 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-box-lv3 {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-box-lv3.is-l-header {
    padding: 0;
    position: static;
  }
}
.l-box-lv3.is-nav-icon {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-box-lv3.is-nav-icon {
    position: static;
  }
}
@media screen and (min-width: 1000px) {
  .l-box-lv3.is-nav-icon.is-nav-global {
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-box-lv3.is-nav-icon.is-nav-global {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .l-box-lv3.is-nav-global {
    padding: 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-box-lv3.is-nav-global {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-box-lv3.is-header-drop-down-box {
    padding: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-box-lv4 {
  max-width: 1224px;
  margin: 0 auto;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1000;
  margin: 0 auto 96px;
}
@media screen and (max-width: 1000px) {
  .l-header {
    position: relative;
    z-index: 1000;
    margin: 0 auto 96px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 56px;
    margin: 0 auto 48px;
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  }
}
.l-header::-moz-selection { /* Mac Safariで検索ボタンのtoggleアクションを実行時に背景が一瞬だけ水色になってしまうことを防ぐ */
  background: transparent;
}
.l-header::selection { /* Mac Safariで検索ボタンのtoggleアクションを実行時に背景が一瞬だけ水色になってしまうことを防ぐ */
  background: transparent;
}

.l-header__box {
  background-color: #FFFFFF;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    position: static;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.l-footer {
  margin: 128px auto 0;
}
@media screen and (max-width: 1000px) {
  .l-footer {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 48px;
    padding: 0;
  }
}

.l-footer__inner {
  padding: 16px 0;
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 24px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-text, .c-text--xxs, .c-text--xs, .c-text--s, .c-text--l, .c-text--xl {
  margin: 0 auto 1.75em;
  line-height: 2;
  font-size: 19px;
}
.c-text::before, .c-text.c-link-button-lv2__anchor:after, .c-text--xxs::before, .c-text--xxs.c-link-button-lv2__anchor:after, .c-text--xs::before, .c-text--xs.c-link-button-lv2__anchor:after, .c-text--s::before, .c-text--s.c-link-button-lv2__anchor:after, .c-text--l::before, .c-text--l.c-link-button-lv2__anchor:after, .c-text--xl::before, .c-text--xl.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.c-text::after, .c-text--xxs::after, .c-text--xs::after, .c-text--s::after, .c-text--l::after, .c-text--xl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-text, .c-text--xxs, .c-text--xs, .c-text--s, .c-text--l, .c-text--xl {
    font-size: 16px;
  }
}

.c-text--xl {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-text--xl {
    font-size: 20px;
  }
}

.c-text--l {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .c-text--l {
    font-size: 18px;
  }
}

.c-text--s {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .c-text--s {
    font-size: 15px;
  }
}

.c-text--xs {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-text--xs {
    font-size: 14px;
  }
}

.c-text--xxs {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-text__br {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-form-error-text {
  font-size: 14px;
  color: #CC0000;
  line-height: 1.8;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-form-error-text {
    margin: 0 auto 24px;
  }
}
.c-form-error-text.is-login-front {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .c-form-error-text.is-login-front {
    max-width: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-form-complete-text {
  font-size: 24px;
  color: #00b35a;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-form-complete-text {
    margin: 0 auto 24px;
    font-size: 20px;
  }
}
.c-form-complete-text.is-login-front {
  max-width: 400px;
  font-weight: 700;
  text-align: center;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .c-form-complete-text.is-login-front {
    max-width: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-form {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 48px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .c-form {
    padding: 24px 24px 32px;
    margin: 0 auto 32px;
  }
}

.c-form__label {
  margin: 0 auto 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    margin: 0 auto 24px;
  }
}

.c-form__key {
  line-height: 1.8;
  font-size: 15px;
  color: #262626;
  margin: 0 auto 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-form__key {
    font-size: 15px;
    margin: 0 auto 10px;
  }
}

.c-form__key-required {
  line-height: 1.8;
  font-size: 11px;
  color: #CC0000;
  margin: 0 auto 0 8px;
  font-weight: 400;
}

.c-form__key-optional {
  line-height: 1.8;
  font-size: 11px;
  color: #8B8B8B;
  margin: 0 auto 0 8px;
  font-weight: 400;
}

.c-form__value {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E0E0E0;
  font-weight: 400;
  font-size: 17px;
  padding: 14px 20px;
  line-height: normal;
  width: 100%;
  position: relative;
  display: block;
  outline: none;
  /* Change the white to any color ;) */
}
.c-form__value:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@media screen and (max-width: 767px) {
  .c-form__value {
    font-size: 15px;
    padding: 12px 14px;
  }
}

.c-form__submit {
  display: block;
  border: 2px solid #000000 !important;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  margin: 48px auto 0;
  padding: 20px 48px;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
  font-size: 14px;
  text-shadow: none;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
  outline: none;
}
@media screen and (max-width: 1000px) {
  .c-form__submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    font-size: 15px;
    padding: 20px 24px;
    width: 100%;
    margin: 32px auto 0;
  }
}
.c-form__submit:hover, .c-form__submit:active {
  background-color: #FFEA00;
  border-color: #FFEA00 !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-note-lv1 {
  color: #545454;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 auto 16px;
  position: relative;
}
.c-note-lv1:last-of-type {
  margin-bottom: 0;
}
.c-note-lv1:after {
  content: "";
  display: block;
  clear: both;
}
.c-note-lv1.is-work-detail--main-box {
  font-size: 14px;
  margin: -8px auto 64px;
}
@media screen and (max-width: 1000px) {
  .c-note-lv1.is-work-detail--main-box {
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-note-lv1.is-work-detail--main-box {
    font-size: 14px;
    line-height: 1.8;
    margin: -12px auto 32px;
  }
}
.c-note-lv1.is-work-detail--main-box.is-sub {
  margin: 0 auto 64px;
  color: #545454;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .c-note-lv1.is-work-detail--main-box.is-sub {
    margin: 0 auto 48px;
  }
}
.c-note-lv1.is-work-detail--link-button-note {
  margin: 32px auto 0;
  text-align: center;
  font-size: 12px;
  color: #545454;
}

.c-note-lv1__icon {
  display: block;
  float: left;
  width: 1em;
}

.c-note-lv1__label {
  display: block;
  margin-left: 1.2em;
  color: #545454;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-note-lv2 {
  color: #8B8B8B;
  font-size: 12px;
  line-height: 2;
  margin: 0 auto 1.3em;
}
.c-note-lv2:last-of-type {
  margin-bottom: 0;
}
.c-note-lv2.is-about {
  text-align: center;
  margin: 32px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-note-lv2.is-about {
    margin-top: 16px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-button-accordion-lv1 {
  margin: 6px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-button-accordion-lv1 {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-button-accordion-lv1.is-see-more {
    margin: 32px auto 0;
  }
}

.c-button-accordion-lv1__anchor {
  width: 128px;
  display: block;
  border: 2px solid #000000;
  border-radius: 200px;
  height: 40px;
  padding: 11px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-button-accordion-lv1__anchor {
    width: auto;
    display: inline-block;
    padding: 12px 48px;
    font-size: 15px;
    height: 40px;
  }
}
.c-button-accordion-lv1__anchor:hover, .c-button-accordion-lv1__anchor:active {
  background-color: #FFEA00;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.c-button-accordion-lv1__anchor:after {
  content: "";
  display: block;
  background-image: url("/assets-common/images/icon-plus--bk.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 10px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 767px) {
  .c-button-accordion-lv1__anchor:after {
    right: 16px;
  }
}
.c-button-accordion-lv1__anchor.is-active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  .c-button-accordion-lv1__anchor.is-see-more {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv0, .c-heading-lv0--jp, .c-heading-lv0--mix {
  color: #000000;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv0, .c-heading-lv0--jp, .c-heading-lv0--mix {
    font-size: 18px;
  }
}

.c-heading-lv0--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.c-heading-lv0--mix.is-share, .c-heading-lv0--mix.is-written-by {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv0--mix.is-share, .c-heading-lv0--mix.is-written-by {
    margin: 0 auto 24px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv1, .c-heading-lv1--jp, .c-heading-lv1--mix {
  color: #000000;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv1, .c-heading-lv1--jp, .c-heading-lv1--mix {
    font-size: 16px;
  }
}

.c-heading-lv1--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.c-heading-lv1--mix.is-share, .c-heading-lv1--mix.is-written-by {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv1--mix.is-share, .c-heading-lv1--mix.is-written-by {
    margin: 0 auto 24px;
  }
}

.c-heading-lv1--jp {
  line-height: 1.5;
}
.c-heading-lv1--jp.is-work-detail--main-box {
  margin: 96px auto 1.5em;
}
@media screen and (max-width: 767px) {
  .c-heading-lv1--jp.is-work-detail--main-box {
    margin-top: 48px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv2, .c-heading-lv2--jp, .c-heading-lv2--mix {
  color: #000000;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}
.c-heading-lv2::before, .c-heading-lv2.c-link-button-lv2__anchor:after, .c-heading-lv2--jp::before, .c-heading-lv2--jp.c-link-button-lv2__anchor:after, .c-heading-lv2--mix::before, .c-heading-lv2--mix.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-heading-lv2::after, .c-heading-lv2--jp::after, .c-heading-lv2--mix::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-heading-lv2, .c-heading-lv2--jp, .c-heading-lv2--mix {
    font-size: 23px;
  }
}

.c-heading-lv2--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
}

.c-heading-lv2.is-work-detail--main-box, .is-work-detail--main-box.c-heading-lv2--mix, .is-work-detail--main-box.c-heading-lv2--jp {
  margin: 0 auto 32px;
  line-height: 1.625;
}
.c-heading-lv2.is-work-detail--main-box::before, .c-heading-lv2.is-work-detail--main-box.c-link-button-lv2__anchor:after, .is-work-detail--main-box.c-heading-lv2--mix::before, .is-work-detail--main-box.c-heading-lv2--mix.c-link-button-lv2__anchor:after, .is-work-detail--main-box.c-heading-lv2--jp::before, .is-work-detail--main-box.c-heading-lv2--jp.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.c-heading-lv2.is-work-detail--main-box::after, .is-work-detail--main-box.c-heading-lv2--mix::after, .is-work-detail--main-box.c-heading-lv2--jp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-heading-lv2.is-work-detail--main-box, .is-work-detail--main-box.c-heading-lv2--mix, .is-work-detail--main-box.c-heading-lv2--jp {
    margin: 0 auto 20px;
  }
}
.c-heading-lv2.is-work-list, .is-work-list.c-heading-lv2--mix, .is-work-list.c-heading-lv2--jp, .c-heading-lv2.is-related-post, .is-related-post.c-heading-lv2--mix, .is-related-post.c-heading-lv2--jp {
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .c-heading-lv2.is-work-list, .is-work-list.c-heading-lv2--mix, .is-work-list.c-heading-lv2--jp, .c-heading-lv2.is-related-post, .is-related-post.c-heading-lv2--mix, .is-related-post.c-heading-lv2--jp {
    margin: 40px auto;
  }
}
.c-heading-lv2.is-private-box, .is-private-box.c-heading-lv2--mix, .is-private-box.c-heading-lv2--jp {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .c-heading-lv2.is-private-box, .is-private-box.c-heading-lv2--mix, .is-private-box.c-heading-lv2--jp {
    margin: 8px auto 16px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv3, .c-heading-lv3--jp, .c-heading-lv3--mix {
  color: #000000;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv3, .c-heading-lv3--jp, .c-heading-lv3--mix {
    font-size: 26px;
  }
}

.c-heading-lv3--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 1344px) {
  .c-heading-lv3--mix.is-work-detail--info {
    text-align: center;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv4, .c-heading-lv4--jp, .c-heading-lv4--mix {
  color: #000000;
  font-size: 51px;
  line-height: 1.25;
  font-weight: 700;
}
.c-heading-lv4::before, .c-heading-lv4.c-link-button-lv2__anchor:after, .c-heading-lv4--jp::before, .c-heading-lv4--jp.c-link-button-lv2__anchor:after, .c-heading-lv4--mix::before, .c-heading-lv4--mix.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.c-heading-lv4::after, .c-heading-lv4--jp::after, .c-heading-lv4--mix::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-heading-lv4, .c-heading-lv4--jp, .c-heading-lv4--mix {
    font-size: 29px;
  }
}

.c-heading-lv4--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 1344px) {
  .c-heading-lv4--mix.is-work-detail--info {
    text-align: center;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv5, .c-heading-lv5--jp, .c-heading-lv5--mix {
  color: #000000;
  font-size: 76px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv5, .c-heading-lv5--jp, .c-heading-lv5--mix {
    font-size: 32px;
  }
}

.c-heading-lv5--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv6, .c-heading-lv6--jp, .c-heading-lv6--mix {
  color: #000000;
  font-size: 96px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv6, .c-heading-lv6--jp, .c-heading-lv6--mix {
    font-size: 40px;
  }
}

.c-heading-lv6--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv7, .c-heading-lv7--jp, .c-heading-lv7--mix {
  color: #000000;
  font-size: 112px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv7, .c-heading-lv7--jp, .c-heading-lv7--mix {
    font-size: 48px;
  }
}

.c-heading-lv7--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-heading-lv8, .c-heading-lv8--jp, .c-heading-lv8--mix {
  color: #000000;
  font-size: 128px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading-lv8, .c-heading-lv8--jp, .c-heading-lv8--mix {
    font-size: 56px;
  }
}

.c-heading-lv8--mix {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-lead-lv1 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 8px auto 48px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lead-lv1 {
    padding-top: 0;
    margin: 8px auto 32px;
  }
}
.c-lead-lv1.is-work-detail--info {
  text-align: left;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1344px) {
  .c-lead-lv1.is-work-detail--info {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-lead-lv1.is-work-detail--info {
    padding-top: 0;
    margin: 0 auto 32px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-list-box.is-work-detail--info {
  margin: 24px auto 0;
}

.c-list-box__heading {
  color: #000000;
  font-size: 36px;
  line-height: 1.5;
  margin: 0 auto;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
}
.c-list-box__heading.is-work-detail {
  margin-bottom: 0px;
  line-height: 1.25;
  font-size: 48px;
}

.c-list-box__heading-note.is-work-detail {
  margin: -4px auto 32px;
}

.c-list-box__heading-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.c-list-box__list {
  margin: 0 auto 0;
  padding-left: 0;
  font-size: 0; /* for display-inline-block */
}
.c-list-box__list.is-work-detail--about {
  margin: 0 0 0.5em;
}

.c-list-box__list-item {
  color: #262626;
  font-size: 19px;
  line-height: 1.75;
  margin: 1em auto 0;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-list-box__list-item {
    font-size: 15px;
    line-height: 1.8;
  }
}
.c-list-box__list-item:before, .c-list-box__list-item.c-link-button-lv2__anchor:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #262626;
  vertical-align: middle;
  position: absolute;
  left: 0.5em;
  top: 0.875em;
}
@media screen and (max-width: 767px) {
  .c-list-box__list-item:before, .c-list-box__list-item.c-link-button-lv2__anchor:after {
    top: 0.7em;
    width: 6px;
    height: 6px;
  }
}
.c-list-box__list-item:first-of-type {
  margin-top: 0;
}
.c-list-box__list-item.is-work-detail--about {
  font-size: 17px;
}
@media screen and (max-width: 1344px) {
  .c-list-box__list-item.is-work-detail--about {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-box__list-item.is-work-detail--about {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-list-box-2.is-work-detail--info {
  margin: 32px auto;
}

.c-list-box-2__heading {
  color: #000000;
  font-size: 36px;
  line-height: 1.5;
  margin: 0 auto;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
}
.c-list-box-2__heading.is-work-detail, .c-list-box-2__heading.is-about {
  margin-bottom: 0px;
  line-height: 1.25;
  font-size: 48px;
}

.c-list-box-2__heading-note.is-work-detail, .c-list-box-2__heading-note.is-about {
  margin: -4px auto 32px;
}

.c-list-box-2__heading-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.c-list-box-2__list {
  margin: 0 auto 0;
  padding-left: 0;
  font-size: 0; /* for display-inline-block */
  margin: 0;
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-list-box-2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
    margin-bottom: -8px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-list-box-2__list.is-work-detail--about {
  margin: 0 0 0.5em;
}

.c-list-box-2__list-item {
  color: #262626;
  font-size: 15px;
  line-height: 1.75;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: left;
  margin: 0 0 0.5em;
  display: inline-block;
}
@media screen and (max-width: 1344px) {
  .c-list-box-2__list-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item {
    display: block;
    padding-left: 1.5em;
    width: 100%;
    margin: 0 auto 1.2em;
    font-size: 15px;
  }
}
.c-list-box-2__list-item:before, .c-list-box-2__list-item.c-link-button-lv2__anchor:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #262626;
  vertical-align: middle;
  position: absolute;
  left: 0.5em;
  top: calc(1em - 3px);
  display: none;
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item:before, .c-list-box-2__list-item.c-link-button-lv2__anchor:after {
    display: block;
    top: 0.7em;
    width: 6px;
    height: 6px;
  }
}
.c-list-box-2__list-item:after {
  content: "／";
  margin: 0 0.4em 0;
  color: #CACACA;
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item:after {
    display: none;
  }
}
.c-list-box-2__list-item:first-of-type {
  margin-top: 0;
}
.c-list-box-2__list-item:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item.is-work-detail, .c-list-box-2__list-item.is-about {
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item.is-work-detail:first-of-type, .c-list-box-2__list-item.is-about:first-of-type {
    margin-top: 0;
  }
}
.c-list-box-2__list-item.is-about--career {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item.is-about--career {
    margin: 0.4em auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item.is-about--career:first-of-type {
    margin-top: 0;
  }
}
.c-list-box-2__list-item.is-work-detail--about {
  font-size: 19px;
  font-weight: 700;
}
.c-list-box-2__list-item.is-work-detail--about:after {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-list-box-2__list-item.is-work-detail--about {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-image {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-image-box-wrap {
  margin: 32px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-image-box-wrap.is-shelf--1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-image-box-wrap.is-shelf--2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #262626;
}
.c-image-box-wrap.is-work-detail--sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 96px;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--sp {
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box-wrap.is-work-detail--sp {
    padding: 24px;
  }
}
.c-image-box-wrap.is-work-detail--sp.is-shelf--1 {
  background-color: #D9D9D9;
}
.c-image-box-wrap.is-work-detail--sp.is-shelf--2 {
  background-color: #262626;
}
.c-image-box-wrap.is-work-detail--1col {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--1col {
    margin: 24px auto;
  }
}
.c-image-box-wrap.is-work-detail--1col.is-shelf--2, .c-image-box-wrap.is-work-detail--1col.is-shelf--3 {
  padding: 96px;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--1col.is-shelf--2, .c-image-box-wrap.is-work-detail--1col.is-shelf--3 {
    margin: 24px auto;
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box-wrap.is-work-detail--1col.is-shelf--2, .c-image-box-wrap.is-work-detail--1col.is-shelf--3 {
    padding: 24px;
  }
}
.c-image-box-wrap.is-work-detail--1col.is-shelf--2 {
  background-color: #D9D9D9;
}
.c-image-box-wrap.is-work-detail--1col.is-shelf--3 {
  background-color: #262626;
}
.c-image-box-wrap.is-work-detail--2col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--2col {
    margin: 24px auto;
  }
}
.c-image-box-wrap.is-work-detail--2col.is-shelf--2, .c-image-box-wrap.is-work-detail--2col.is-shelf--3 {
  padding: 48px;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--2col.is-shelf--2, .c-image-box-wrap.is-work-detail--2col.is-shelf--3 {
    margin: 24px auto;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box-wrap.is-work-detail--2col.is-shelf--2, .c-image-box-wrap.is-work-detail--2col.is-shelf--3 {
    margin: 24px auto;
    padding: 16px;
  }
}
.c-image-box-wrap.is-work-detail--2col.is-shelf--2 {
  background-color: #D9D9D9;
  outline: 1px solid #D9D9D9;
}
.c-image-box-wrap.is-work-detail--2col.is-shelf--3 {
  background-color: #262626;
  outline: 1px solid #262626;
}
.c-image-box-wrap.is-work-detail--3col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
}
.c-image-box-wrap.is-work-detail--3col::after {
  content: "";
  display: block;
  width: calc((100% - 64px / 2 * 2) / 3 - 0.1px);
}
.c-image-box-wrap.is-work-detail--3col.is-shelf--2, .c-image-box-wrap.is-work-detail--3col.is-shelf--3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 48px;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--3col.is-shelf--2, .c-image-box-wrap.is-work-detail--3col.is-shelf--3 {
    margin: 24px auto;
    padding: 32px;
  }
}
.c-image-box-wrap.is-work-detail--3col.is-shelf--2 {
  background-color: #D9D9D9;
  outline: 1px solid #D9D9D9;
}
.c-image-box-wrap.is-work-detail--3col.is-shelf--3 {
  background-color: #262626;
  outline: 1px solid #262626;
}
.c-image-box-wrap.is-work-detail--4col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
}
.c-image-box-wrap.is-work-detail--4col.is-shelf--2, .c-image-box-wrap.is-work-detail--4col.is-shelf--3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 48px;
}
@media screen and (max-width: 1000px) {
  .c-image-box-wrap.is-work-detail--4col.is-shelf--2, .c-image-box-wrap.is-work-detail--4col.is-shelf--3 {
    margin: 24px auto;
    padding: 32px;
  }
}
.c-image-box-wrap.is-work-detail--4col.is-shelf--2 {
  background-color: #D9D9D9;
  outline: 1px solid #D9D9D9;
}
.c-image-box-wrap.is-work-detail--4col.is-shelf--3 {
  background-color: #262626;
  outline: 1px solid #262626;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-image-box {
  margin: 0;
  text-align: center;
}
.c-image-box.is-work-detail--1col {
  outline: 1px solid #D9D9D9;
  margin: 0 auto 96px;
}
.c-image-box.is-work-detail--1col:last-of-type {
  margin-bottom: 0;
}
.c-image-box.is-work-detail--1col.is-image-adjust {
  max-width: 832px;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--1col {
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box.is-work-detail--1col {
    margin: 0 auto 24px;
  }
}
.c-image-box.is-work-detail--2col {
  width: calc((100% - 64px / 2 * 1) / 2 - 0.1px);
  outline: 0;
  background-color: transparent;
  position: relative;
  margin-bottom: 32px;
}
.c-image-box.is-work-detail--2col:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--2col {
    width: calc((100% - 24px * 1) / 2 - 0.1px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box.is-work-detail--2col {
    width: calc((100% - 32px / 2 * 1) / 2 - 0.1px);
    margin-bottom: 16px;
  }
}
.c-image-box.is-work-detail--2col.is-shelf--2, .c-image-box.is-work-detail--2col.is-shelf--3 {
  width: calc((100% - (48px) * 1) / 2 - 0.1px);
  margin-bottom: 48px;
}
.c-image-box.is-work-detail--2col.is-shelf--2:nth-last-of-type(-n+2), .c-image-box.is-work-detail--2col.is-shelf--3:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--2col.is-shelf--2, .c-image-box.is-work-detail--2col.is-shelf--3 {
    width: calc((100% - 32px * 1) / 2 - 0.1px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box.is-work-detail--2col.is-shelf--2, .c-image-box.is-work-detail--2col.is-shelf--3 {
    width: calc((100% - 32px / 2 * 1) / 2 - 0.1px);
    margin-bottom: 16px;
  }
}
.c-image-box.is-work-detail--2col.is-shelf--2 {
  outline: 1px solid #D9D9D9;
}
.c-image-box.is-work-detail--2col.is-shelf--3 {
  outline: 1px solid #262626;
}
.c-image-box.is-work-detail--3col {
  width: calc((100% - 64px / 2 * 2) / 3 - 0.1px);
  position: relative;
  background-color: transparent;
  margin: 0 0 32px;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--3col {
    width: calc((100% - 16px * 2) / 3 - 0.1px);
    margin-bottom: 16px;
  }
}
.c-image-box.is-work-detail--3col:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.c-image-box.is-work-detail--3col.is-shelf--2, .c-image-box.is-work-detail--3col.is-shelf--3 {
  width: calc((100% - (48px) * 2) / 3 - 0.1px);
  margin-bottom: 48px;
}
.c-image-box.is-work-detail--3col.is-shelf--2:nth-last-of-type(-n+3), .c-image-box.is-work-detail--3col.is-shelf--3:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--3col.is-shelf--2, .c-image-box.is-work-detail--3col.is-shelf--3 {
    width: calc((100% - 32px * 2) / 3 - 0.1px);
    margin-bottom: 32px;
  }
}
.c-image-box.is-work-detail--3col.is-shelf--2 {
  outline: 1px solid #D9D9D9;
}
.c-image-box.is-work-detail--3col.is-shelf--3 {
  outline: 1px solid #262626;
}
.c-image-box.is-work-detail--4col {
  width: calc((100% - 64px / 2 * 3) / 4 - 0.1px);
  position: relative;
  margin: 0 0 32px;
}
.c-image-box.is-work-detail--4col:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}
.c-image-box.is-work-detail--4col.is-shelf--2, .c-image-box.is-work-detail--4col.is-shelf--3 {
  width: calc((100% - (48px) * 3) / 4 - 0.1px);
  margin-bottom: 48px;
}
.c-image-box.is-work-detail--4col.is-shelf--2:nth-last-of-type(-n+4), .c-image-box.is-work-detail--4col.is-shelf--3:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}
.c-image-box.is-work-detail--4col.is-shelf--2 {
  outline: 1px solid #D9D9D9;
}
.c-image-box.is-work-detail--4col.is-shelf--3 {
  outline: 1px solid #262626;
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--4col {
    width: calc((100% - 48px) / 4 - 0.1px);
    margin-bottom: 16px;
  }
}
.c-image-box.is-work-detail--sp {
  width: calc((100% - 64px * 2) / 3 - 0.1px);
  position: relative;
  margin: 64px 64px 0 0;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .c-image-box.is-work-detail--sp:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .c-image-box.is-work-detail--sp:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-image-box.is-work-detail--sp:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-image-box.is-work-detail--sp {
    width: calc((100% - 32px * 2) / 3 - 0.1px);
    margin: 32px 32px 0 0;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box.is-work-detail--sp {
    width: calc((100% - 24px * 1) / 2 - 0.1px);
    margin: 24px 24px 0 0;
  }
  .c-image-box.is-work-detail--sp:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-image-box.is-work-detail--sp:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .c-image-box.is-work-detail--sp:last-of-type {
    margin-right: 0;
  }
}
.c-image-box.is-logout--thank-you {
  max-width: 280px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .c-image-box.is-logout--thank-you {
    max-width: 200px;
    margin: 48px auto;
  }
}

.c-image-box__item {
  max-width: 100%;
  width: 100%;
}
.c-image-box__item.is-logout--thank-you {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
.c-image-box__item.is-work-detail--1col {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.c-image-box__item.is-work-detail--sp {
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  outline: #FFFFFF solid 8px;
  border-radius: 24px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .c-image-box__item.is-work-detail--sp {
    border-radius: 16px;
    outline: #FFFFFF solid 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-image-box__item.is-work-detail--sp {
    border-radius: 8px;
  }
}
.c-image-box__item.is-work-detail--sp.is-color-2nd {
  border-color: #262626;
}
.c-image-box__item.is-work-detail--2col {
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-video-box {
  margin: 32px auto;
  text-align: center;
  outline: 1px solid #D9D9D9;
}
.c-video-box.is-shelf--1 {
  background-color: #D9D9D9;
}
.c-video-box.is-shelf--2 {
  background-color: #262626;
}
.c-video-box.is-shelf--3 {
  background-color: #D9D9D9;
}
@media screen and (min-width: 1344px) {
  .c-video-box.is-shelf--3 {
    padding: 96px;
  }
}
.c-video-box.is-shelf--4 {
  background-color: #262626;
}
@media screen and (min-width: 1344px) {
  .c-video-box.is-shelf--4 {
    padding: 96px;
  }
}

.c-video-box__item {
  max-width: 100%;
  vertical-align: bottom;
}
.c-video-box__item.is-work-detail {
  text-align: center;
  max-width: 100%;
  outline: 1px solid #D9D9D9;
}
.c-video-box__item:hover, .c-video-box__item:active {
  cursor: pointer;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-tab-box.is-hide {
  display: none;
}
.c-tab-box.is-search-result {
  margin: 0 auto 64px;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .c-tab-box.is-search-result {
    max-width: 100%;
    margin: 0 auto 32px;
  }
}

.c-tab-box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-tab-box__nav {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-tab-box__nav {
    margin: 0 auto 0;
  }
}

.c-tab-box__nav-item {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #A1A1A1;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  text-align: center;
  padding: 16px 16px;
  margin: 0 auto;
  border-bottom: 2px solid transparent;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-tab-box__nav-item {
    font-size: 15px;
    padding: 12px 16px;
  }
}
.c-tab-box__nav-item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-right: 1px solid #E0E0E0;
}
.c-tab-box__nav-item:last-of-type::after {
  border: none;
}
.c-tab-box__nav-item:hover, .c-tab-box__nav-item:active {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-tab-box__nav-item:hover, .c-tab-box__nav-item:active {
    text-decoration: none;
  }
}
.c-tab-box__nav-item.is-search-result {
  width: 33.3333333333%;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .c-tab-box__nav-item.is-search-result {
    font-size: 15px;
  }
}
.c-tab-box__nav-item.is-active {
  color: #000000;
  border-bottom: 3px solid #FFEA00;
}
@media screen and (min-width: 1000px) {
  .c-tab-box__item.is-top-news--feature {
    width: calc(100% - 224px - 68px);
  }
}
@media screen and (min-width: 1000px) {
  .c-tab-box__item.is-top-news--collect {
    width: 224px;
    margin: 0 68px 32px 0;
    background-color: #D9D9D9;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c-tab-box__item.is-top-news--collect {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .c-tab-box__item.is-top-news {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .c-tab-box__item.is-top-news {
    display: none;
  }
  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
  .c-tab-box__item.is-top-news.is-active {
    display: block;
    opacity: 1;
    -webkit-animation-duration: 250ms;
            animation-duration: 250ms;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
  .c-tab-box__item.is-top-news.is-hide {
    display: none;
  }
  .c-tab-box__item.is-top-news.is-initial {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .c-tab-box__item-heading .c-tab-box__item-heading.is-top-news--collect {
    margin: 0 auto 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    color: #000000;
  }
}
@media screen and (max-width: 1000px) {
  .c-tab-box__item-heading .c-tab-box__item-heading.is-top-news--collect {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-wrap-box {
  padding: 0 0 0;
  display: block;
}
.c-wrap-box.is-search {
  display: none;
}
.c-wrap-box.is-active {
  display: block;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-text, .wp-block-quote cite a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
.c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
  text-decoration: none;
  color: #000000;
  background-color: #FFEA00;
}
@media screen and (max-width: 767px) {
  .c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
    text-decoration: none;
  }
}
.c-link-text[target=_blank]:after, .wp-block-quote cite a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: 0 0.4em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-main-box {
  margin: 0 auto 0;
}
@media screen and (max-width: 1000px) {
  .c-main-box {
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-main-box {
    width: auto;
    display: block;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1000px) {
  .c-thumb-list__item {
    width: calc((100% - 96px) / 4);
    margin: 32px 32px 0 0;
  }
  .c-thumb-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .c-thumb-list__item:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-thumb-list__item {
    width: calc((100% - 16px) / 2);
    margin: 16px 16px 0 0;
  }
  .c-thumb-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-thumb-list__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-thumb-list__item {
    width: calc((100% - 32px) / 2);
    margin: 32px 32px 0 0;
  }
  .c-thumb-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-thumb-list__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-thumb-list__item.is-rect-test {
    width: calc((100% - 96px) / 4);
    margin: 32px 32px 0 0;
  }
  .c-thumb-list__item.is-rect-test:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-thumb-list__item.is-top-games {
    width: calc((100% - 48px) / 4);
    margin: 16px 16px 0 0;
  }
  .c-thumb-list__item.is-top-games:nth-of-type(4n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-top-games:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-thumb-list__item.is-top-games {
    width: calc((100% - 12px) / 2);
    margin: 0 12px 12px 0;
  }
  .c-thumb-list__item.is-top-games:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-top-games:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-thumb-list__item.is-top-games {
    width: calc((100% - 48px) / 4);
    margin: 16px 16px 0 0;
  }
  .c-thumb-list__item.is-top-games:nth-of-type(4n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-top-games:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .c-thumb-list__item.is-sub-box-games {
    width: calc((100% - 16px) / 2);
    margin: 16px 16px 0 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-thumb-list__item.is-sub-box-games {
    width: calc((100% - 12px) / 2);
    margin: 0 12px 12px 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-thumb-list__item.is-sub-box-games {
    width: calc((100% - 48px) / 4);
    margin: 16px 16px 0 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-of-type(4n) {
    margin-right: 0;
  }
  .c-thumb-list__item.is-sub-box-games:nth-of-type(-n+4) {
    margin-top: 0;
  }
}

.c-thumb-list__anchor {
  text-decoration: none;
  display: block;
}

.c-thumb-list__image-box {
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .c-thumb-list__image-box {
    margin: 0 auto 6px;
  }
}
.c-thumb-list__image-box.is-top-games {
  margin-bottom: 0;
}
.c-thumb-list__image-box.is-sub-box-games {
  margin-bottom: 0;
}

.c-thumb-list__image {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.c-thumb-list__image.is-border {
  border-color: #CACACA;
}

.c-thumb-list__heading {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  margin: 0 auto;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .c-thumb-list__heading {
    font-size: 11px;
  }
}
.c-thumb-list__heading.is-top-games {
  display: none;
}
.c-thumb-list__heading.is-sub-box-games {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-back-top {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-back-top {
    margin: 0 0 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-back-top__item {
    right: 0;
    bottom: -74px;
  }
}

.c-back-top__anchor {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
}
@media screen and (max-width: 1000px) {
  .c-back-top__anchor {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-back-top__anchor {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
}
.c-back-top__anchor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("/assets-common/images/icon-arrow--bk.svg");
  background-repeat: no-repeat;
  background-position: 54% 50%;
  background-size: 100%;
  width: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1000px) {
  .c-back-top__anchor:after {
    width: 12px;
    background-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-back-top__anchor:after {
    width: 12px;
    background-size: 6px;
  }
}
.c-back-top__anchor:hover, .c-back-top__anchor:active {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: #FFEA00;
  border-color: #FFEA00;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-text-strong {
  font-weight: 700;
}
.c-text-strong.is-search-result {
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .c-text-strong.is-search-result {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-box {
  margin: 0 auto 0;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .c-link-box {
    max-width: 100%;
    padding: 0;
  }
}
.c-link-box.is-sub-box.is-all-post {
  padding: 40px 0 0;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-sub-box.is-all-post {
    padding: 32px 0 0;
  }
}
.c-link-box.is-archive-list {
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-archive-list {
    padding: 48px 0;
  }
}
.c-link-box.is-search-result {
  border-top: 1px solid #E0E0E0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-search-result {
    padding-bottom: 0;
  }
}
.c-link-box.is-top {
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-top {
    padding: 32px 0;
  }
}
.c-link-box.is-about {
  padding: 0px 0 0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-about {
    padding: 0px 0 0;
  }
}
.c-link-box.is-404 {
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-link-box.is-404 {
    padding: 0 0 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-page-nav {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-nav.is-archive {
  position: relative;
  margin: 96px auto 0;
}
@media screen and (max-width: 1000px) {
  .c-page-nav.is-archive {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-nav.is-archive {
    margin: 48px auto 24px;
  }
}

.c-page-nav__number {
  font-size: 17px;
  display: inline-block;
  min-width: 52px;
  line-height: 48px;
  margin: 0 8px;
  padding: 0 12px;
  border: 2px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
  border-radius: 200px;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page-nav__number {
    display: block;
    margin: 0 8px;
    font-size: 15px;
    min-width: 36px;
    line-height: 32px;
  }
}
.c-page-nav__number:hover, .c-page-nav__number:active {
  color: #000000;
  background-color: #FFEA00;
  border: 2px solid #FFEA00;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.c-page-nav__number.is-current {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
}
.c-page-nav__number.is-current:hover, .c-page-nav__number.is-current:active {
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-page-nav__number.is-first, .c-page-nav__number.is-last {
    display: none;
  }
}

.c-page-nav__arrow {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  vertical-align: top;
  width: 48px;
  height: 48px;
  margin: 0 24px;
  border: 2px solid #000000;
  border-radius: 200px;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}
@media screen and (max-width: 767px) {
  .c-page-nav__arrow {
    width: 40px;
    height: 40px;
  }
}
.c-page-nav__arrow:hover, .c-page-nav__arrow:active {
  background-color: #FFEA00;
}
.c-page-nav__arrow:after {
  content: " ";
  display: block;
  position: absolute;
  background-image: url("/assets-common/images/icon-arrow--bk.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 54% 50%;
  vertical-align: middle;
  margin: auto;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-page-nav__arrow.is-prev {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-page-nav__arrow.is-prev {
    display: none;
  }
}
.c-page-nav__arrow.is-prev:after {
  margin: auto;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-page-nav__arrow.is-prev.is-archive {
  left: 0;
  padding-left: 24px;
}
.c-page-nav__arrow.is-next {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-page-nav__arrow.is-next {
    display: none;
  }
}
.c-page-nav__arrow.is-next:after {
  margin: auto;
}

.c-page-nav__separator {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-page-nav__separator {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .c-page-nav__number-page-of {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-page-nav__number-page-of {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-page-nav__number-page-of-key {
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 4px 0 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-page-nav__number-page-of-value {
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-page-nav__number-page-of-separator {
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-size: 16px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post {
  max-width: 800px;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  margin: 0 auto;
  padding: 60px 0 64px;
}
@media screen and (max-width: 767px) {
  .c-post {
    padding: 44px 0 48px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-caption {
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .c-post-caption.is-archive-latest-pc {
    font-size: 15px;
    color: #545454;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-caption.is-archive-latest-pc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-caption.is-archive-latest-sp {
    font-size: 12px;
    color: #545454;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-empty {
  color: #000000;
  font-size: 72px;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin: 128px 0;
}
@media screen and (max-width: 767px) {
  .c-post-empty {
    font-size: 36px;
    margin: 64px 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-info {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-post-info {
    width: calc(65% - 16px);
    vertical-align: top;
    margin: 0 auto;
  }
}
.c-post-info.is-post-detail {
  margin: 0 auto 0 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-post-info__attribute {
  margin: 0 auto 0;
  line-height: 1;
  font-size: 0;
}

.c-post-info__date {
  color: #737373;
  font-size: 12px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-post-info__date {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-info__date {
    font-size: 13px;
  }
}
.c-post-info__date.is-c-post-list {
  line-height: 22px;
  padding: 1px 0 0;
}
.c-post-info__date.is-post-detail {
  font-size: 13px;
  color: #545454;
  margin: 0 0 0 auto;
  text-align: left;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 767px) {
  .c-post-info__date.is-post-detail {
    font-size: 18px;
    display: block;
    margin: 0 auto 4px;
  }
}

.c-post-info__category {
  color: #000000;
  border: 1px solid #000000;
  display: block;
  font-size: 12px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-post-info__category {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-info__category {
    font-size: 12px;
  }
}
.c-post-info__category.is-post-detail {
  font-size: 13px;
  color: #000000;
  border: none;
  margin: 0;
  text-align: left;
  position: relative;
}
.c-post-info__category.is-post-detail:after {
  content: "/";
  margin: 0 8px;
  font-weight: 400;
  color: #CACACA;
}
@media screen and (max-width: 767px) {
  .c-post-info__category.is-post-detail {
    font-size: 11px;
  }
}

.c-post-info__media.is-top-news--collect {
  position: relative;
  font-size: 10px;
  line-height: 1.25;
  color: #737373;
}
@media screen and (min-width: 1000px) {
  .c-post-info__media.is-top-news--collect {
    padding: 0 0 0 20px;
    margin: 6px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-info__media.is-top-news--collect {
    padding: 0 0 0 20px;
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-info__media.is-top-news--collect {
    padding: 0 0 0 20px;
    margin: 10px auto 0;
  }
}
.c-post-info__media.is-top-news--collect::before, .c-post-info__media.is-top-news--collect.c-link-button-lv2__anchor:after {
  background-image: url("/assets-common/images/icon-target-blank--bk.svg");
  background-size: cover;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 10px;
  margin: auto;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 64px auto 64px;
}
@media screen and (max-width: 1000px) {
  .c-post-list {
    margin: 64px auto 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 48px;
  }
}
.c-post-list.is-front-page--blog {
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .c-post-list.is-front-page--blog {
    margin-bottom: 32px;
  }
}
.c-post-list.is-related-post {
  margin: 0 auto;
}
.c-post-list.is-archive--search {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .c-post-list.is-archive--search {
    margin: 32px auto 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-list-box {
  margin: 64px auto;
}
@media screen and (max-width: 1000px) {
  .c-post-list-box {
    margin: 48px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-box {
    margin: 32px auto;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-post-list-item {
  text-align: left;
}
.c-post-list-item.is-archive--work, .c-post-list-item.is-archive--resources {
  width: calc((100% - 64px) / 2 - 0.1px);
  margin: 64px 64px 0 0;
}
@media screen and (min-width: 768px) {
  .c-post-list-item.is-archive--work:nth-of-type(even), .c-post-list-item.is-archive--resources:nth-of-type(even) {
    margin-right: 0;
  }
  .c-post-list-item.is-archive--work:nth-of-type(-n+2), .c-post-list-item.is-archive--resources:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-post-list-item.is-archive--work, .c-post-list-item.is-archive--resources {
    width: calc((100% - 48px) / 2 - 0.1px);
    margin: 48px 48px 0 0;
  }
  .c-post-list-item.is-archive--work:first-of-type, .c-post-list-item.is-archive--resources:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item.is-archive--work, .c-post-list-item.is-archive--resources {
    width: 100%;
    margin: 48px auto 0;
    border-bottom: none;
    padding: 0;
  }
  .c-post-list-item.is-archive--work:first-of-type, .c-post-list-item.is-archive--resources:first-of-type {
    margin-top: 0;
  }
}
.c-post-list-item.is-archive--blog, .c-post-list-item.is-archive--search, .c-post-list-item.is-front-page--blog {
  width: calc((100% - 128px) / 3 - 0.1px);
  margin: 64px 64px 0 0;
}
@media screen and (min-width: 1000px) {
  .c-post-list-item.is-archive--blog:nth-of-type(3n), .c-post-list-item.is-archive--search:nth-of-type(3n), .c-post-list-item.is-front-page--blog:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-post-list-item.is-archive--blog:nth-of-type(-n+3), .c-post-list-item.is-archive--search:nth-of-type(-n+3), .c-post-list-item.is-front-page--blog:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-post-list-item.is-archive--blog, .c-post-list-item.is-archive--search, .c-post-list-item.is-front-page--blog {
    width: calc((100% - 48px) / 2 - 0.1px);
    margin: 48px 48px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item.is-archive--blog:nth-of-type(2n), .c-post-list-item.is-archive--search:nth-of-type(2n), .c-post-list-item.is-front-page--blog:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-post-list-item.is-archive--blog:nth-of-type(-n+2), .c-post-list-item.is-archive--search:nth-of-type(-n+2), .c-post-list-item.is-front-page--blog:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item.is-archive--blog, .c-post-list-item.is-archive--search, .c-post-list-item.is-front-page--blog {
    width: 100%;
    margin: 0 auto 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 24px 0;
  }
  .c-post-list-item.is-archive--blog:first-of-type, .c-post-list-item.is-archive--search:first-of-type, .c-post-list-item.is-front-page--blog:first-of-type {
    padding-top: 0;
  }
  .c-post-list-item.is-archive--blog:last-of-type, .c-post-list-item.is-archive--search:last-of-type, .c-post-list-item.is-front-page--blog:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item.is-front-page--blog {
    width: 100%;
    margin: 0 auto 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 32px 0;
  }
  .c-post-list-item.is-front-page--blog:first-of-type {
    padding-top: 0;
  }
  .c-post-list-item.is-front-page--blog:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.c-post-list-item.is-work-detail {
  width: calc((100% - 64px * 2) / 3 - 0.1px);
  margin: 64px 64px 0 0;
}
@media screen and (min-width: 1000px) {
  .c-post-list-item.is-work-detail:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-post-list-item.is-work-detail:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-post-list-item.is-work-detail {
    width: calc((100% - 48px) / 2 - 0.1px);
    margin: 48px 48px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item.is-work-detail:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .c-post-list-item.is-work-detail:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item.is-work-detail {
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
    padding: 24px 0;
  }
  .c-post-list-item.is-work-detail:first-of-type {
    padding-top: 0;
  }
}
.c-post-list-item.is-related-post {
  width: 100%;
  margin: 48px 0 0 0;
}
.c-post-list-item.is-related-post:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-item.is-related-post {
    margin: 32px 0 0 0;
  }
}

.c-post-list-item__anchor {
  height: 100%;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-post-list-item__anchor.is-related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-post-list-item__image-box {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__image-box {
    margin: 0 0 24px 0;
    width: 100%;
    vertical-align: top;
  }
}
.c-post-list-item__image-box.is-work {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item__image-box.is-work {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__image-box.is-work-detail {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__image-box.is-archive--work {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item__image-box.is-front-page--blog {
    margin: 0 24px 0 0;
    width: 35%;
    vertical-align: top;
  }
}
.c-post-list-item__image-box.is-related-post {
  margin: 0 24px 0 0;
  width: 35%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__image-box.is-related-post {
    margin: 0 16px 0 0;
  }
}

.c-post-list-item__image {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
}
.c-post-list-item__image.is-work {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  overflow: hidden;
}

.c-post-list-item__info {
  width: 100%;
}

.c-post-list-item__heading {
  color: #000000;
  font-weight: 700;
  text-align: left;
}
.c-post-list-item__heading.is-work-detail {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 25px;
  margin: 0.6em auto 0.25em;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__heading.is-work-detail {
    margin: 0.6em auto 0.25em;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__heading.is-work-detail {
    font-size: 25px;
  }
}
.c-post-list-item__heading.is-archive--work {
  line-height: 1.5;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 30px;
  margin: 0.6em auto 0.25em;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__heading.is-archive--work {
    font-size: 22px;
    margin: 0.8em auto 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__heading.is-archive--work {
    font-size: 23px;
  }
}
.c-post-list-item__heading.is-archive--blog, .c-post-list-item__heading.is-archive--search, .c-post-list-item__heading.is-front-page--blog, .c-post-list-item__heading.is-archive--resources {
  font-size: 19px;
  margin: 1em auto 0.75em;
  line-height: 1.625;
}
@media screen and (max-width: 1280px) {
  .c-post-list-item__heading.is-archive--blog, .c-post-list-item__heading.is-archive--search, .c-post-list-item__heading.is-front-page--blog, .c-post-list-item__heading.is-archive--resources {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__heading.is-archive--blog, .c-post-list-item__heading.is-archive--search, .c-post-list-item__heading.is-front-page--blog, .c-post-list-item__heading.is-archive--resources {
    font-size: 16px;
    margin: 1em auto 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__heading.is-archive--blog, .c-post-list-item__heading.is-archive--search, .c-post-list-item__heading.is-front-page--blog, .c-post-list-item__heading.is-archive--resources {
    font-size: 16px;
    margin: -0.3em auto 0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-post-list-item__heading.is-front-page--blog {
    margin: -0.3em auto 16px;
  }
}
.c-post-list-item__heading.is-related-post {
  font-size: 18px;
  line-height: 1.625;
  margin: -0.3em auto 0.8em;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__heading.is-related-post {
    font-size: 16px;
    margin: -6px auto 10px;
  }
}

.c-post-list-item__lead.is-archive--work {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 0.5em;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__lead.is-archive--work {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__lead.is-archive--work {
    font-size: 13px;
  }
}
.c-post-list-item__lead.is-archive--resources {
  font-size: 14px;
  color: #000000;
  line-height: 1.625;
  font-weight: 400;
  text-align: left;
  margin: -0.5em auto 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__lead.is-archive--resources {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__lead.is-archive--resources {
    font-size: 13px;
  }
}
.c-post-list-item__lead.is-work-detail {
  font-size: 13px;
  color: #000000;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 0.5em;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__lead.is-work-detail {
    font-size: 12px;
    margin: 0 auto 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__lead.is-work-detail {
    font-size: 13px;
    margin: 0 auto 2px;
  }
}

.c-post-list-item__tag {
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  line-height: 1.5;
  color: #000000;
}

.c-post-list-item__tag_list.is-work {
  width: 100%;
  margin: 0;
  padding: 0;
}

.c-post-list-item__tag-item.is-archive--work {
  font-size: 12px;
  color: #545454;
  line-height: 1;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 400;
  list-style: none;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 -1px 0 0;
}
.c-post-list-item__tag-item.is-archive--work:after {
  content: ",";
  margin: 0 8px 0 2px;
}
.c-post-list-item__tag-item.is-archive--work:last-of-type:after {
  content: none;
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__tag-item.is-archive--work {
    font-size: 11px;
    font-weight: 400;
  }
}

.c-post-list-item__attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-post-list-item__attribute.is-work-detail {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__attribute.is-post-detail-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-post-list-item__info-box.is-archive--blog, .c-post-list-item__info-box.is-archive--search, .c-post-list-item__info-box.is-front-page--blog {
    width: 100%;
  }
}
.c-post-list-item__info-box.is-post-detail--header {
  margin: 0 auto 0 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__info-box.is-post-detail--header {
    margin: 0 auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .c-post-list-item__info-box.is-front-page--blog {
    width: calc(65% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__info-box.is-front-page--blog {
    width: 100%;
  }
}
.c-post-list-item__info-box.is-related-post {
  width: calc(65% - 24px);
}
@media screen and (max-width: 767px) {
  .c-post-list-item__info-box.is-related-post {
    width: calc(65% - 16px);
  }
}

.c-post-list-item__category {
  font-size: 12px;
  color: #000000;
  line-height: 1;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-weight: 700;
  vertical-align: baseline;
  position: relative;
  margin: 0;
}
.c-post-list-item__category:after {
  content: "/";
  margin: 0 8px;
  font-weight: 400;
  color: #CACACA;
}
.c-post-list-item__category.is-post-detail {
  font-size: 13px;
  color: #000000;
  border: none;
  margin: 0;
  text-align: left;
  font-weight: 700;
  position: relative;
}
.c-post-list-item__category.is-post-detail:after {
  content: "/";
  margin: 0 8px;
  font-weight: 400;
  color: #CACACA;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__category.is-post-detail {
    font-size: 12px;
  }
}

.c-post-list-item__taxonomy-list {
  line-height: 0;
  margin: 0 0 -0.8em 0;
  padding: 0;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__taxonomy-list {
    display: none;
  }
}
.c-post-list-item__taxonomy-list.is-post-detail--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__taxonomy-list.is-post-detail--header {
    margin: 0 auto 0 0;
  }
}
.c-post-list-item__taxonomy-list.is-archive--work {
  margin: 0 0 -0.8em 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__taxonomy-list.is-archive--work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-post-list-item__taxonomy-item {
  font-size: 12px;
  color: #737373;
  line-height: 1;
  font-weight: 400;
  vertical-align: baseline;
  position: relative;
  margin: 0 0 0.8em 0;
  list-style: none;
}
.c-post-list-item__taxonomy-item:after {
  content: "/";
  margin: 0 0.4em;
  font-weight: 400;
  color: #CACACA;
}
.c-post-list-item__taxonomy-item:last-of-type:after {
  display: none;
}
.c-post-list-item__taxonomy-item.is-post-detail {
  font-size: 13px;
  color: #737373;
  border: none;
  margin: 0;
  text-align: left;
  font-weight: 700;
  position: relative;
}
.c-post-list-item__taxonomy-item.is-post-detail:after {
  content: "/";
  margin: 0 8px;
  font-weight: 400;
  color: #CACACA;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__taxonomy-item.is-post-detail {
    font-size: 12px;
  }
}
.c-post-list-item__taxonomy-item.is-post-detail--header {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__taxonomy-item.is-post-detail--header {
    margin: 0 0 1em 0;
  }
}
.c-post-list-item__taxonomy-item.is-archive--work {
  font-size: 12px;
  margin: 0 0 0.8em 0;
}

.c-post-list-item__date {
  font-size: 14px;
  color: #737373;
  line-height: 1;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  margin: -0.1em 1.5em 0.625em 0;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__date {
    margin: -0.1em 0 0.625em 0;
  }
}
.c-post-list-item__date.is-post-detail--header {
  font-size: 19px;
  color: #545454;
  margin: 0 1em 0 0;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-post-list-item__date.is-post-detail--header {
    font-size: 15px;
    display: block;
    margin: 0 auto 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .c-post-list-item__date.is-c-post-list {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-section-lv1 {
  margin: 0 auto;
  padding: 0;
}
.c-section-lv1.is-work-detail--info {
  margin: 64px auto 0;
}
.c-section-lv1.is-work-detail--info:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1344px) {
  .c-section-lv1.is-work-detail--info {
    margin: 128px auto;
    max-width: 720px;
  }
  .c-section-lv1.is-work-detail--info:first-of-type {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1000px) {
  .c-section-lv1.is-work-detail--info {
    margin: 128px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-section-lv1.is-work-detail--info {
    margin: 64px auto;
    padding: 0;
  }
  .c-section-lv1.is-work-detail--info:first-of-type {
    margin-top: 64px;
  }
}
.c-section-lv1.is-about {
  margin: 128px auto;
}
@media screen and (max-width: 1000px) {
  .c-section-lv1.is-about {
    margin: 128px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-section-lv1.is-about {
    margin: 64px auto;
    padding: 0;
  }
}
.c-section-lv1.is-about:first-of-type {
  margin-top: 0;
}
.c-section-lv1.is-post-detail {
  max-width: 800px;
}
.c-section-lv1.is-nav-global {
  border-top: 0;
}
@media screen and (min-width: 1000px) {
  .c-section-lv1.is-nav-global {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .c-section-lv1.is-nav-global {
    display: block;
    padding: 24px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-section-lv1.is-nav-global {
    padding: 32px 0;
  }
}
.c-section-lv1.is-keyword {
  padding-bottom: 32px;
}
.c-section-lv1.is-written-by {
  border-top: 1px solid #E0E0E0;
  margin: 64px auto;
}
@media screen and (max-width: 1000px) {
  .c-section-lv1.is-written-by {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section-lv1.is-written-by {
    margin: 64px auto;
    padding-bottom: 0;
  }
}
.c-section-lv1.is-related-post {
  border-top: 1px solid #E0E0E0;
  padding: 0;
}
.c-section-lv1.is-front-page--blog-latest {
  border-top: 1px solid #E0E0E0;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .c-section-lv1.is-front-page--blog-latest {
    margin-top: 48px;
  }
}

.c-section-lv1__inner {
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .c-section-lv1__inner {
    margin: 32px auto;
    padding: 32px 0 0;
  }
}
.c-section-lv1__inner.is-work-detail--info-detail {
  padding: 128px 0 0;
  border-top: 1px solid #E0E0E0;
  margin: 128px auto;
}
@media screen and (max-width: 1000px) {
  .c-section-lv1__inner.is-work-detail--info-detail {
    padding: 128px 0 0;
    margin: 128px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-section-lv1__inner.is-work-detail--info-detail {
    padding: 32px 0 0;
    margin: 32px auto;
  }
}
.c-section-lv1__inner.is-work-list {
  padding: 0 0 0;
  margin: 128px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-section-lv1__inner.is-work-list {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-lv1__inner.is-work-list {
    margin: 32px auto;
    padding: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-section-lv2 {
  max-width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-section-lv3 {
  max-width: 848px;
  margin: 0 auto;
}
.c-section-lv3.is-about {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .c-section-lv3.is-about {
    margin-bottom: 64px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-annotation-number {
  font-size: 11px;
  vertical-align: baseline;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-anchor-landing {
  margin-top: -24px;
  padding-top: 24px;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-button-lv1 {
  text-align: center;
}
.c-link-button-lv1.is-work-detail--page-header {
  margin: 64px auto;
}
.c-link-button-lv1.is-work-detail--main-box {
  margin: 48px auto 0;
}
.c-link-button-lv1.is-work-detail--link-button-main {
  margin: 0 auto 0;
}
.c-link-button-lv1.is-login-reissue {
  margin: 32px auto;
}
.c-link-button-lv1.is-private-box, .c-link-button-lv1.is-logout {
  font-size: 0; /* for display: inline-block */
}
.c-link-button-lv1.is-see-more {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1.is-see-more {
    margin: 32px auto 0;
  }
}

.c-link-button-lv1__icon {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  display: inline-block;
  font-size: 0;
}

.c-link-button-lv1__icon-inner {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(/assets-common/images/icon-arrow--bk.svg) 50% 50% no-repeat;
  background-size: auto auto;
  background-size: 100%;
  width: 8px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.c-link-button-lv1__anchor {
  font-size: 0;
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  padding: 20px 80px 20px;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-link-button-lv1__anchor {
    padding: 20px 80px 20px; /* for chrome */
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__anchor {
    background-image: url(/assets-common/images/bg-base-1.svg);
    background-size: 8px;
    padding: 20px 64px 18px;
    width: 100%;
  }
}
.c-link-button-lv1__anchor:hover {
  background-color: #FFEA00;
  color: #000000;
  border-color: #FFEA00;
}
.c-link-button-lv1__anchor:hover .c-link-button-lv1__icon:after {
  opacity: 0;
}
.c-link-button-lv1__anchor:hover .c-link-button-lv1__icon-inner {
  opacity: 1;
}
.c-link-button-lv1__anchor[target=_blank] .c-link-button-lv1__icon:after {
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv1__anchor[target=_blank] .c-link-button-lv1__icon-inner {
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv1__anchor.is-private-box, .c-link-button-lv1__anchor.is-logout {
  margin: 0 16px;
  background-image: none;
  background-color: #FFFFFF;
}
.c-link-button-lv1__anchor.is-private-box:first-of-type, .c-link-button-lv1__anchor.is-logout:first-of-type {
  margin-left: 0;
}
.c-link-button-lv1__anchor.is-private-box:last-of-type, .c-link-button-lv1__anchor.is-logout:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__anchor.is-private-box:last-of-type, .c-link-button-lv1__anchor.is-logout:last-of-type {
    margin-bottom: 0;
  }
}
.c-link-button-lv1__anchor.is-private-box:hover, .c-link-button-lv1__anchor.is-logout:hover {
  background-color: #FFEA00;
}
.c-link-button-lv1__anchor.is-private-box:hover .c-link-button-lv1__icon:after, .c-link-button-lv1__anchor.is-logout:hover .c-link-button-lv1__icon:after {
  opacity: 0;
}
.c-link-button-lv1__anchor.is-private-box:hover .c-link-button-lv1__icon-inner, .c-link-button-lv1__anchor.is-logout:hover .c-link-button-lv1__icon-inner {
  opacity: 1;
}
.c-link-button-lv1__anchor.is-private-box {
  width: 320px;
  padding: 20px 64px 18px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv1__anchor.is-private-box {
    margin: 0 16px;
    width: 256px;
    padding: 20px 48px 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__anchor.is-private-box {
    margin: 0 auto 8px;
    width: 100%;
    padding: 20px 32px 18px;
  }
}
.c-link-button-lv1__anchor.is-logout {
  width: 200px;
  padding: 20px 64px 18px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv1__anchor.is-logout {
    margin: 0 16px;
    width: 256px;
    padding: 20px 48px 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__anchor.is-logout {
    margin: 0 auto 8px;
    width: 100%;
    padding: 20px 32px 18px;
  }
}

.c-link-button-lv1__label {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__label {
    font-size: 17px;
  }
}
.c-link-button-lv1__label.is-private-box {
  letter-spacing: 0;
  margin-right: 0;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv1__label.is-private-box {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv1__label.is-private-box {
    font-size: 12px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-button-lv2 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2 {
    font-size: 12px;
    margin: 0 auto 0;
  }
}
.c-link-button-lv2.is-about {
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2.is-about {
    margin-top: 24px;
  }
}
.c-link-button-lv2.is-front-page--usp {
  text-align: left;
  margin-top: -16px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv2.is-front-page--usp {
    margin-top: -8px;
  }
}
.c-link-button-lv2.is-login--account {
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2.is-login--account {
    margin-top: 24px;
  }
}

.c-link-button-lv2__anchor {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  position: relative;
  margin: 0 auto 0;
  line-height: 1.625;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0;
}
.c-link-button-lv2__anchor:before, .c-link-button-lv2__anchor:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2__anchor:before, .c-link-button-lv2__anchor:after {
    height: 2px;
  }
}
.c-link-button-lv2__anchor:after {
  background-color: #FFEA00;
  width: 0%;
}
.c-link-button-lv2__anchor:after.is-active {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.c-link-button-lv2__anchor:hover:after, .c-link-button-lv2__anchor:active:after {
  left: 0;
  width: 100%;
}
.c-link-button-lv2__anchor.is-reverse {
  padding-right: 0;
  padding-left: 24px;
}
.c-link-button-lv2__anchor.is-reverse:before, .c-link-button-lv2__anchor.is-reverse:after {
  left: 0;
  right: auto;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-link-button-lv2__anchor.is-reverse {
  padding-right: 0;
  padding-left: 24px;
}
.c-link-button-lv2__anchor.is-reverse:before, .c-link-button-lv2__anchor.is-reverse:after {
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-link-button-lv2__anchor.is-about {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2__anchor.is-about {
    font-size: 13px;
  }
}
.c-link-button-lv2__anchor.is-front-page--usp {
  font-size: 1.36vw;
  opacity: 0;
  -webkit-animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms 1 normal forwards;
          animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms 1 normal forwards;
}
.c-link-button-lv2__anchor.is-front-page--usp:before, .c-link-button-lv2__anchor.is-front-page--usp:after {
  margin: 0;
}
@media screen and (min-width: 1472px) {
  .c-link-button-lv2__anchor.is-front-page--usp {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv2__anchor.is-front-page--usp {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv2__anchor.is-front-page--usp {
    font-size: 16px;
  }
}
.c-link-button-lv2__anchor.is-front-page--usp.is-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.c-link-button-lv2__anchor.is-pagination-next, .c-link-button-lv2__anchor.is-pagination-prev {
  font-size: 15px;
  margin: 0 24px;
}
.c-link-button-lv2__anchor.is-pagination-next {
  padding: 6px 24px 6px 0;
}
.c-link-button-lv2__anchor.is-pagination-prev {
  padding: 6px 0 6px 24px;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-button-lv3, .post-detail-content .wp-block-button {
  text-align: center;
}

.c-link-button-lv3__icon {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  display: inline-block;
  font-size: 0;
}

.c-link-button-lv3__icon-inner {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(/assets-common/images/icon-arrow--bk.svg) 50% 50% no-repeat;
  background-size: auto auto;
  background-size: 100%;
  width: 8px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-link-button-lv3__icon-inner.is-reverse {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-link-button-lv3__icon-inner.is-bottom {
  right: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-link-button-lv3__anchor, .post-detail-content .wp-block-button__link {
  font-size: 0;
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  padding: 12px 48px;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-link-button-lv3__anchor, .post-detail-content .wp-block-button__link {
    padding: 12px 48px; /* for chrome */
  }
}
.c-link-button-lv3__anchor:hover, .post-detail-content .wp-block-button__link:hover {
  background-color: #FFEA00;
  border-color: #FFEA00;
  color: #000000;
}
.c-link-button-lv3__anchor:hover .c-link-button-lv3__icon:after, .post-detail-content .wp-block-button__link:hover .c-link-button-lv3__icon:after {
  opacity: 0;
}
.c-link-button-lv3__anchor:hover .c-link-button-lv3__icon-inner, .post-detail-content .wp-block-button__link:hover .c-link-button-lv3__icon-inner {
  opacity: 1;
}
.c-link-button-lv3__anchor[target=_blank] .c-link-button-lv3__icon:after, .post-detail-content [target=_blank].wp-block-button__link .c-link-button-lv3__icon:after,
.c-link-button-lv3__anchor[target=_blank] .c-link-button-lv3__icon-inner,
.post-detail-content [target=_blank].wp-block-button__link .c-link-button-lv3__icon-inner {
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv3__anchor.is-scroll, .post-detail-content .is-scroll.wp-block-button__link {
  background-image: none;
}

.c-link-button-lv3__label {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.625;
  display: block;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv3__label {
    font-size: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-link-button-lv3__label {
    font-family: Meiryo, sans-serif;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-button-lv4 {
  text-align: center;
}
.c-link-button-lv4.is-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-link-button-lv4.is-plural {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4.is-plural {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-link-button-lv4.is-plural.is-private-box {
  max-width: 640px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4.is-plural.is-private-box {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px auto 0;
  }
}

.c-link-button-lv4__icon {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  display: inline-block;
  font-size: 0;
}
.c-link-button-lv4__icon.is-none {
  display: none;
}

.c-link-button-lv4__icon-inner {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(/assets-common/images/icon-arrow--bk.svg) 50% 50% no-repeat;
  background-size: auto auto;
  background-size: 100%;
  width: 8px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-link-button-lv4__icon-inner.is-reverse {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-link-button-lv4__anchor {
  font-size: 0;
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  padding: 18px 80px;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-link-button-lv4__anchor { /* for chrome */
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv4__anchor {
    padding-top: 18px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor {
    padding: 16px 32px;
    width: 100%;
  }
}
.c-link-button-lv4__anchor:hover {
  background-color: #FFEA00;
  border-color: #FFEA00;
  color: #000000;
}
.c-link-button-lv4__anchor:hover .c-link-button-lv4__icon:after {
  opacity: 0;
}
.c-link-button-lv4__anchor:hover .c-link-button-lv4__icon-inner {
  opacity: 1;
}
.c-link-button-lv4__anchor[target=_blank] .c-link-button-lv4__icon:after {
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv4__anchor[target=_blank] .c-link-button-lv4__icon-inner {
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv4__anchor.is-plural {
  min-width: 302px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv4__anchor.is-plural {
    min-width: auto;
    width: 256px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-plural {
    min-width: auto;
    width: 100%;
  }
}
.c-link-button-lv4__anchor.is-emphasis {
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
}
.c-link-button-lv4__anchor.is-primary {
  margin-left: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 16px;
  }
}
.c-link-button-lv4__anchor.is-secondary {
  margin-right: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 16px;
  }
}
.c-link-button-lv4__anchor.is-private-box {
  margin: 0 16px;
  background-color: transparent;
  width: 320px;
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv4__anchor.is-private-box {
    margin: 0 16px;
    width: 256px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-private-box {
    margin: 0 auto 16px;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.c-link-button-lv4__anchor.is-private-box:first-of-type {
  margin-left: 0;
}
.c-link-button-lv4__anchor.is-private-box:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-private-box:last-of-type {
    margin-bottom: 0;
  }
}
.c-link-button-lv4__anchor.is-private-box:hover {
  background-color: #FFEA00;
}
.c-link-button-lv4__anchor.is-private-box:hover .c-link-button-lv4__icon:after {
  opacity: 0;
}
.c-link-button-lv4__anchor.is-private-box:hover .c-link-button-lv4__icon-inner {
  opacity: 1;
}
.c-link-button-lv4__anchor.is-logout, .c-link-button-lv4__anchor.is-account {
  width: 302px;
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv4__anchor.is-logout, .c-link-button-lv4__anchor.is-account {
    margin: 0 16px;
    width: 256px;
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__anchor.is-logout, .c-link-button-lv4__anchor.is-account {
    margin: 0 auto 8px;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.c-link-button-lv4__label {
  font-size: 14px;
  line-height: 1.625;
  display: block;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .c-link-button-lv4__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-button-lv4__label {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-icon-twitter {
  display: block;
  margin: 0 auto;
}
.c-icon-twitter.is-post-detail--footer {
  width: 16px;
  height: 100%;
  fill: #000000;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-icon-facebook {
  display: block;
  margin: 0 auto;
  padding: 0 1px 0 0;
}
.c-icon-facebook.is-post-detail--footer {
  width: 10px;
  height: 100%;
  fill: #000000;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-icon-hatena {
  display: block;
  margin: 0 auto;
}
.c-icon-hatena.is-post-detail--footer {
  width: 16px;
  height: 100%;
  fill: #000000;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-icon-line {
  display: block;
  margin: 0 auto;
}
.c-icon-line.is-post-detail--footer {
  width: 24px;
  height: 100%;
  fill: #000000;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-fade-enter-active, .c-fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-fade-enter, .c-fade-leave-to {
  opacity: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-search-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search-form {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
.c-search-form.is-l-header {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .c-search-form.is-l-header {
    display: block;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-search-form.is-search-page {
    margin-bottom: 0;
  }
}
.c-search-form.is-search-result {
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .c-search-form.is-search-result {
    margin: 0 auto 24px;
  }
}

.c-search-form__label {
  position: relative;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.c-search-form__submit-box {
  position: relative;
}
.c-search-form__submit-box:before, .c-search-form__submit-box.c-link-button-lv2__anchor:after {
  content: "";
  display: block;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/assets-common/images/icon-search-3.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .c-search-form__submit-box:before, .c-search-form__submit-box.c-link-button-lv2__anchor:after {
    width: 24px;
  }
}

.c-search-form__input {
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #000000;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 30px;
  padding: 16px 56px 16px 48px;
  height: 72px;
  font-weight: 700;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.c-search-form__input::-webkit-search-cancel-button, .c-search-form__input::-webkit-search-decoration {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-search-form__input {
    width: 100%;
    font-size: 18px;
    padding: 12px 56px 12px 40px;
    background-size: 24px;
    height: auto;
  }
}
.c-search-form__input:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
.c-search-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
.c-search-form__input:placeholder-shown {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-search-form__input:-moz-placeholder-shown {
    font-size: 18px;
  }
  .c-search-form__input:-ms-input-placeholder {
    font-size: 18px;
  }
  .c-search-form__input:placeholder-shown {
    font-size: 18px;
  }
}
.c-search-form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-search-form__input::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.c-search-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-search-form__input::-moz-placeholder {
    font-size: 18px;
  }
}
.c-search-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .c-search-form__input:-ms-input-placeholder {
    font-size: 18px;
  }
}
.c-search-form__input.is-l-header:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}
@media screen and (max-width: 767px) {
  .c-search-form__input.is-l-header:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFEA00 inset;
  }
}

.c-search-form__submit {
  display: none;
}

.c-search-form__reset {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  height: 72px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-search-form__reset {
    height: 100%;
    top: calc(50% - 4px);
  }
}
.c-search-form__reset:before, .c-search-form__reset.c-link-button-lv2__anchor:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.c-search-form__reset:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(/assets-common/images/icon-close--bk.svg);
  background-size: 100%;
  background-color: transparent;
  opacity: 0.75;
}
.c-search-form__reset.is-active {
  visibility: visible;
}
.c-search-form__search-result {
  color: #000000;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-search-form__search-result {
    font-size: 12px;
    margin: 24px auto 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-search-form-box.is-l-header {
  position: absolute;
  display: none;
  opacity: 0;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-search-form-box.is-l-header {
    visibility: unset;
    position: static;
    opacity: 1;
    padding: 0 24px;
    margin: 16px auto 24px;
    width: 100%;
    height: auto;
    z-index: -1;
    display: block;
  }
}
.c-search-form-box.is-l-header.is-active {
  display: block;
  opacity: 1;
  background-color: #F5F5F5;
}
.c-search-form-box.is-search-result, .c-search-form-box.is-archive--blog {
  visibility: visible;
  opacity: 1;
  margin: -16px auto 64px;
}
@media screen and (max-width: 767px) {
  .c-search-form-box.is-search-result, .c-search-form-box.is-archive--blog {
    margin: -12px auto 32px;
  }
}

.c-search-form-box__bg {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  z-index: -1;
}
.c-search-form-box__bg.is-active {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .c-search-form-box__tag-box-lv1 {
    display: none;
  }
}

.c-search-form-box__tag-box-lv2 {
  margin: 64px auto;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-logout-complete__complete-text {
  max-width: 400px;
  font-weight: 700;
  text-align: center;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-logout-complete__complete-text {
    max-width: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.screen-reader-response {
  display: none;
  font-size: 14px;
  color: #CC0000;
  line-height: 1.8;
  margin: 0 auto 24px;
}
.screen-reader-response ul {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wpcf7-form.sent {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #CC0000;
  line-height: 1.8;
  margin: 8px auto 0;
  display: block;
}

.wpcf7-validation-error {
  display: none;
}

.wpcf7-display-none {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid #CC0000;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-contact--mail-address-box {
  margin: 64px auto 96px;
}
@media screen and (max-width: 767px) {
  .p-contact--mail-address-box {
    margin: 48px auto 80px;
  }
}

.p-contact--mail-address-text {
  font-size: 30px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact--mail-address-text {
    margin: 0 auto;
    font-size: 20px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-login-status {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-login-status {
    position: static;
  }
}

.p-login-status__inner {
  font-size: 14px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-login-status__inner {
    color: rgba(0, 0, 0, 0.6);
    padding: 16px 24px 0;
    text-align: left;
    font-size: 13px;
    margin: 0;
    position: static;
  }
}

.p-login-status__logout {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

.p-login-status__id {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-login-status__id {
    color: rgba(0, 0, 0, 0.6);
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-sp-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sp-menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15000;
  }
}
@media screen and (max-width: 1000px) {
  .p-sp-menu-button.is-search {
    right: 0;
    left: auto;
  }
}

.p-sp-menu-button__anchor {
  line-height: 1;
  padding: 28px 32px;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  background-image: url(/assets-common/images/icon-sp-nav-open--bk.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
}
.p-sp-menu-button__anchor.is-menu-open {
  background-image: url(/assets-common/images/icon-close--bk.svg);
}
.p-sp-menu-button__anchor.is-search {
  background-image: url(/assets-common/images/icon-search-2.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.p-sp-menu-button__anchor.is-search.is-menu-open--search {
  background-image: url(/assets-common/images/icon-close--bk.svg);
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-work--button-scroll-private-box {
  margin: -24px auto 64px;
}
@media screen and (max-width: 1000px) {
  .p-work--button-scroll-private-box {
    margin: -8px auto 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-work--button-scroll-private-box {
    margin: 32px auto 40px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-about--button-contact {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .p-about--button-contact {
    margin: 32px auto 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-post-status {
  margin: 0 auto 64px;
  padding: 24px 32px;
  background-color: #262626;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-post-status__icon {
  width: 40px;
  margin-right: 8px;
  fill: #EDEDED;
}

.p-post-status__text {
  font-size: 17px;
  color: #EDEDED;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post-status__text {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-youtube {
  margin: 48px auto !important;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-youtube {
    margin: 24px auto !important;
  }
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: static;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-vimeo {
  margin: 48px auto !important;
  margin: 48px auto !important;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-vimeo {
    margin: 24px auto !important;
  }
}
.wp-block-embed-vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-text, .wp-block-quote cite a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
.c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
  text-decoration: none;
  color: #000000;
  background-color: #FFEA00;
}
@media screen and (max-width: 767px) {
  .c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
    text-decoration: none;
  }
}
.c-link-text[target=_blank]:after, .wp-block-quote cite a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: 0 0.4em;
}

.post-detail-content .wp-block-image {
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image {
    margin: 32px auto;
  }
}
.post-detail-content .wp-block-image .modal-image {
  width: 100%;
  text-align: center;
}
.post-detail-content .wp-block-image.is-item {
  background-color: #D9D9D9;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image.is-item {
    padding: 24px;
  }
}
.post-detail-content .wp-block-image.is-item img {
  max-height: 592px;
}
.post-detail-content .wp-block-image.is-item-line {
  outline: 1px solid #E0E0E0;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image.is-item-line {
    padding: 24px;
  }
}
.post-detail-content .wp-block-image.is-item-line img {
  max-height: 592px;
  outline: none;
}
.post-detail-content .wp-block-image.is-cite .modal-image {
  cursor: auto;
}
.post-detail-content .wp-block-image.is-cite .modal-image img {
  border: none;
  outline: none;
  max-width: 100%;
  max-height: 100%;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: auto;
}
.post-detail-content .wp-block-image.is-cite figcaption {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  word-break: break-all;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image.is-cite figcaption {
    bottom: 4px;
    left: 8px;
  }
}
.post-detail-content .wp-block-image.is-cite figcaption:before, .post-detail-content .wp-block-image.is-cite figcaption.c-link-button-lv2__anchor:after {
  content: "Source: ";
}
.post-detail-content .wp-block-image.is-cite figcaption a {
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
.post-detail-content .wp-block-image.is-cite figcaption a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin: 0 0.4em;
  opacity: 0.75;
}
.post-detail-content .wp-block-image.is-cite figcaption a:hover:after, .post-detail-content .wp-block-image.is-cite figcaption a:active:after {
  opacity: 1;
}
.post-detail-content .wp-block-image.is-cite figcaption a:hover, .post-detail-content .wp-block-image.is-cite figcaption a:active {
  text-decoration: none;
  color: #000000;
  background-color: #FFEA00;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image.is-cite figcaption a:hover, .post-detail-content .wp-block-image.is-cite figcaption a:active {
    text-decoration: none;
  }
}
.post-detail-content .wp-block-image img {
  outline: 1px solid #E0E0E0;
  height: auto !important;
  width: auto;
  max-width: 100%;
}
.post-detail-content .wp-block-image figcaption {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.8;
  margin: 16px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-image figcaption {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-video {
  margin: 48px auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-video {
    margin: 24px auto !important;
  }
}
.wp-block-video video {
  vertical-align: bottom;
  outline: 1px solid #E0E0E0;
  max-width: 100%;
}
.wp-block-video figcaption {
  color: #545454;
  font-size: 15px;
  line-height: 2;
  position: relative;
  margin: 1.3em auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .wp-block-video figcaption {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-twitter {
  margin: 48px auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-twitter {
    margin: 24px auto !important;
  }
}
.wp-block-embed-twitter .EmbeddedTweet {
  max-width: 640px;
}
.wp-block-embed-twitter .twitter-timeline {
  display: block !important;
  margin: 0 auto !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-slideshare {
  margin: 48px auto;
  position: relative;
  padding-top: 73.8%;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-slideshare {
    margin: 24px auto;
  }
}
.wp-block-embed-slideshare iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wp-block-embed-slideshare .wp-block-embed__wrapper {
  position: static;
}
.wp-block-embed-slideshare .wp-block-embed__wrapper div {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-speaker-deck {
  margin: 48px auto;
  position: relative;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-speaker-deck {
    margin: 24px auto;
  }
}
.wp-block-embed-speaker-deck iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wp-block-embed-speaker-deck .wp-block-embed__wrapper {
  position: static;
}
.wp-block-embed-speaker-deck .wp-block-embed__wrapper div {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-text, .wp-block-quote cite a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
.c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
  text-decoration: none;
  color: #000000;
  background-color: #FFEA00;
}
@media screen and (max-width: 767px) {
  .c-link-text:hover, .wp-block-quote cite a:hover, .c-link-text:active, .wp-block-quote cite a:active {
    text-decoration: none;
  }
}
.c-link-text[target=_blank]:after, .wp-block-quote cite a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: 0 0.4em;
}

.wp-block-quote {
  margin: 48px auto !important;
  background-color: #F5F5F5;
  padding: 48px 48px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-quote {
    margin: 24px auto !important;
    padding: 24px 24px 32px;
  }
}
.wp-block-quote:before, .wp-block-quote:after {
  position: absolute;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  color: #CACACA;
  font-size: 38px;
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-block-quote:before, .wp-block-quote:after {
    font-size: 30px;
    width: 24px;
    height: 24px;
  }
}
.wp-block-quote:before, .wp-block-quote.c-link-button-lv2__anchor:after {
  content: "“";
  top: 4px;
  right: auto;
  left: -4px;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-quote:before, .wp-block-quote.c-link-button-lv2__anchor:after {
    top: 2px;
    left: 2px;
  }
}
.wp-block-quote:after {
  content: "”";
  top: auto;
  right: -4px;
  left: auto;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .wp-block-quote:after {
    right: 2px;
    bottom: 2px;
  }
}
.wp-block-quote p {
  margin: 0 auto;
  line-height: 2;
  font-style: italic;
}
.wp-block-quote cite {
  font-size: 12px;
  line-height: 1.625;
  margin: 56px auto 0;
  color: #545454;
  display: block;
  font-style: normal;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .wp-block-quote cite {
    margin: 32px auto 0;
  }
}
.wp-block-quote cite:before, .wp-block-quote cite.c-link-button-lv2__anchor:after {
  content: "From: ";
  margin-right: 0.5em;
}
.wp-block-quote cite a {
  color: rgba(0, 0, 0, 0.75);
}
.wp-block-quote cite a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  width: 8px;
  height: 8px;
  margin: 0 0.4em;
  opacity: 0.75;
}
.wp-block-quote cite a:hover:after, .wp-block-quote cite a:active:after {
  opacity: 1;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed-instagram {
  margin: 48px auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-embed-instagram {
    margin: 24px auto !important;
  }
}
.wp-block-embed-instagram .instagram-media {
  max-width: 640px !important;
  min-width: auto !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-embed {
  margin: 48px auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-embed {
    margin: 24px auto !important;
  }
}
.wp-block-embed.is-archive--resources {
  margin: 0 auto !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wp-block-code {
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .wp-block-code {
    margin: 32px auto;
  }
}
.wp-block-code code {
  padding: 1.6em 1.8em;
  line-height: 1.8;
  font-size: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .wp-block-code code {
    font-size: 15px;
  }
}
.wp-block-code code span {
  font-size: 15px;
  font-family: Menlo, Monaco, MonoSpace, Consolas, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .wp-block-code code span {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.c-link-button-lv3, .post-detail-content .wp-block-button {
  text-align: center;
}

.c-link-button-lv3__icon {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  display: inline-block;
  font-size: 0;
}

.c-link-button-lv3__icon-inner {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(/assets-common/images/icon-arrow--bk.svg) 50% 50% no-repeat;
  background-size: auto auto;
  background-size: 100%;
  width: 8px;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.c-link-button-lv3__icon-inner.is-reverse {
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-link-button-lv3__icon-inner.is-bottom {
  right: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-link-button-lv3__anchor, .post-detail-content .wp-block-button__link {
  font-size: 0;
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  font-weight: bold;
  padding: 12px 48px;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .c-link-button-lv3__anchor, .post-detail-content .wp-block-button__link {
    padding: 12px 48px; /* for chrome */
  }
}
.c-link-button-lv3__anchor:hover, .post-detail-content .wp-block-button__link:hover {
  background-color: #FFEA00;
  border-color: #FFEA00;
  color: #000000;
}
.c-link-button-lv3__anchor:hover .c-link-button-lv3__icon:after, .post-detail-content .wp-block-button__link:hover .c-link-button-lv3__icon:after {
  opacity: 0;
}
.c-link-button-lv3__anchor:hover .c-link-button-lv3__icon-inner, .post-detail-content .wp-block-button__link:hover .c-link-button-lv3__icon-inner {
  opacity: 1;
}
.c-link-button-lv3__anchor[target=_blank] .c-link-button-lv3__icon:after, .post-detail-content [target=_blank].wp-block-button__link .c-link-button-lv3__icon:after,
.c-link-button-lv3__anchor[target=_blank] .c-link-button-lv3__icon-inner,
.post-detail-content [target=_blank].wp-block-button__link .c-link-button-lv3__icon-inner {
  width: 12px;
  height: 12px;
  right: 20px;
}
.c-link-button-lv3__anchor.is-scroll, .post-detail-content .is-scroll.wp-block-button__link {
  background-image: none;
}

.c-link-button-lv3__label {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.625;
  display: block;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-link-button-lv3__label {
    font-size: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-link-button-lv3__label {
    font-family: Meiryo, sans-serif;
  }
}

.post-detail-content .wp-block-buttons {
  margin: 48px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-buttons {
    margin: 32px auto;
  }
}
.post-detail-content .wp-block-button {
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .post-detail-content .wp-block-button {
    margin: 0 auto !important;
  }
}
.post-detail-content .wp-block-button__link {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  position: relative;
}
.post-detail-content .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
}
.post-detail-content .wp-block-button__link:visited, .post-detail-content .wp-block-button__link:after {
  color: #000000;
}
.post-detail-content .wp-block-button__link[target=_blank]:after {
  content: "";
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  background-size: 100%;
  margin: auto;
}
.post-detail-content .wp-block-button__link:focus {
  color: #000000;
}

.wp-block-button:after {
  background-color: #FFEA00;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.gist {
  margin: 48px auto;
}
@media screen and (max-width: 767px) {
  .gist {
    margin: 32px auto;
  }
}
.gist .blob-code-inner span {
  font-family: inherit;
  font-size: 14px;
}
.gist .blob-num:before, .gist .blob-num.c-link-button-lv2__anchor:after {
  font-size: 14px;
}
.gist .gist-meta {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif !important;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button {
  width: 48px;
  height: 48px;
}
.pswp__button:before, .pswp__button.c-link-button-lv2__anchor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}
.pswp__button:after {
  opacity: 0.75;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.pswp__button:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pswp__button {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
    display: none;
  }
}
.pswp__button--close {
  position: relative;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .pswp__button--close {
    top: 16px;
    right: 16px;
  }
}
.pswp__button--close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets-common/images/icon-close--wh.svg);
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  .pswp__button--close:after {
    background-size: 12px;
  }
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-image: url(/assets-common/images/photoswipe-default-skin.svg);
  background-position: -88px 0;
  width: 56px;
  height: 56px;
  position: relative;
  top: 0;
  right: 168px;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 0;
  position: absolute;
}
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(/assets-common/images/icon-arrow--wh.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 52% 50%;
}

.pswp__button--arrow--left {
  top: 24px;
  right: 136px;
}
.pswp__button--arrow--left:after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pswp__button--arrow--right {
  top: 24px;
  right: 80px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before, a.pswp__share--facebook.c-link-button-lv2__anchor:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before, a.pswp__share--facebook.c-link-button-lv2__anchor:hover:after {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 24px;
  top: 24px;
  height: 26px;
  line-height: 26px;
  padding: 0.1em 10px 0;
  font-size: 13px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  color: rgba(255, 255, 255, 0.75);
  font-family: IsidoraSans;
  font-weight: 400;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .pswp__counter {
    left: 16px;
    top: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0.1em 8px 0;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/assets-common/images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1472px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.p-search-result-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 0px 0 64px;
}
@media screen and (max-width: 767px) {
  .p-search-result-not-found {
    padding: 24px 0 48px;
  }
}
.p-search-result-not-found.is-404 {
  padding: 24px 0 48px;
}
@media screen and (max-width: 767px) {
  .p-search-result-not-found.is-404 {
    padding: 0 0 32px;
  }
}
.p-search-result-not-found.is-search-result {
  border-top: 1px solid #E0E0E0;
  margin: 64px auto;
  padding: 64px 0 0;
}
@media screen and (max-width: 767px) {
  .p-search-result-not-found.is-search-result {
    margin: 48px auto;
    padding: 48px 0 0;
  }
}
.p-search-result-not-found__image-box {
  margin: 0 auto 48px;
  max-width: 160px;
  max-height: 160px;
}
@media screen and (max-width: 767px) {
  .p-search-result-not-found__image-box {
    max-width: 96px;
    max-height: 96px;
    margin-bottom: 16px;
  }
}
.p-search-result-not-found__image {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.header-drop-down-box {
  width: 100%;
  background-color: #FFFFFF;
  padding: 48px 0 32px;
  position: absolute;
  top: 172px;
  left: 0;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-drop-down-box {
    top: 56px;
    padding: 24px 0 24px;
    margin: 0 auto;
  }
}
.header-drop-down-box.is-menu-open--search {
  display: block;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.header-logo {
  margin: 0 auto 0 0;
  text-align: center;
  padding: 2px 0 0 0;
  height: 80px;
}
@media screen and (max-width: 1000px) {
  .header-logo {
    padding: 4px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-bottom: 0;
    padding: 0;
    z-index: 15000;
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header-logo.is-menu-open {
    position: relative;
  }
}

.header-logo__anchor {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-logo__anchor {
    line-height: 56px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo__anchor.is-sub-menu-open {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header-logo__image {
  display: block;
  width: 200px;
  height: 80px;
}
@media screen and (max-width: 1000px) {
  .header-logo__image {
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo__image {
    width: 152px;
    height: 56px;
  }
}

.header-logo__svg_use {
  fill: #000000;
}
@media screen and (max-width: 767px) {
  .header-logo__svg_use {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header-logo__svg_use.is-menu-open {
    fill: #000000;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.footer-button-text {
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-button-text {
    margin-bottom: 64px;
  }
}
.footer-button-text__anchor {
  display: inline-block;
  border: 1px solid #737373;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 24px;
  width: 320px;
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer-button-text__anchor {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 272px;
    font-size: 15px;
  }
}
.footer-button-text__anchor:hover, .footer-button-text__anchor:active {
  background-color: #FFEA00;
  color: #FFFFFF;
  border: 1px solid #FFEA00;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.footer-credit {
  padding: 0;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .footer-credit {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer-credit__copyright {
  display: block;
  text-align: center;
  color: #545454;
  font-size: 12px;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  margin-right: 0.1em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.footer-logo {
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 48px auto 32px;
  }
}

.footer-logo__anchor {
  display: block;
  margin: 0 auto;
}

.footer-logo__image-box {
  width: auto;
  max-width: 160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-logo__image-box {
    max-width: 160px;
  }
}

.footer-logo__image {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.footer-sns {
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    margin-bottom: 48px;
  }
}
.footer-sns__heading {
  text-align: center;
  font-size: 24px;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .footer-sns__heading {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.footer-sns__item {
  margin: 0 20px;
}
.footer-sns__anchor .js-easy-rollover-create {
  width: 24px;
  height: 24px;
}
.footer-sns__image {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .footer-sns__image {
    width: 32px;
    height: 32px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-close-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-close-button {
    text-align: left;
    display: block;
    margin: 0;
  }
}
.nav-close-button.is-drop-down-box {
  display: block;
  text-align: center;
}

.nav-close-button__anchor {
  line-height: 1;
  padding: 16px 16px 16px 44px;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  color: #000000;
  position: relative;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .nav-close-button__anchor {
    padding: 24px 24px 24px 48px;
    margin: auto auto auto 0;
  }
}
.nav-close-button__anchor:hover, .nav-close-button__anchor:active {
  opacity: 0.6;
}
.nav-close-button__anchor:before, .nav-close-button__anchor.c-link-button-lv2__anchor:after {
  content: " ";
  display: block;
  position: absolute;
  background-image: url("/assets-common/images/icon-close--bk.svg");
  background-size: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: auto auto auto 20px;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .nav-close-button__anchor:before, .nav-close-button__anchor.c-link-button-lv2__anchor:after {
    margin: auto auto auto 24px;
  }
}
.nav-close-button__anchor.is-drop-down-box {
  color: #000000;
}
.nav-close-button__anchor.is-drop-down-box:before, .nav-close-button__anchor.is-drop-down-box.c-link-button-lv2__anchor:after {
  background-image: url("/assets-common/images/icon-close--bk.svg");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-footer-list-item {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .nav-footer-list-item {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .nav-footer-list-item.is-sub {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    border-right: none;
  }
}

.nav-footer-list-item__anchor {
  text-decoration: none;
  margin: 0 auto;
  padding: 16px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .nav-footer-list-item__anchor {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .nav-footer-list-item__anchor {
    color: #000000;
    text-align: center;
    height: 100%;
    min-height: 0;
    padding: 12px 20px 14px;
    line-height: 1.5;
    margin: 0;
  }
}
.nav-footer-list-item__anchor:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 8px;
  margin: 0;
  width: 0%;
  height: 3px;
  background-color: #FFEA00;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .nav-footer-list-item__anchor:after {
    display: none;
  }
}
.nav-footer-list-item__anchor:after.is-active {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.nav-footer-list-item__anchor:hover:after, .nav-footer-list-item__anchor:active:after {
  left: 0;
  width: 100%;
}
.nav-footer-list-item__anchor.is-active:after {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

.nav-footer-list-item__label {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1000px) {
  .nav-footer-list-item__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nav-footer-list-item__label {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-footer-list {
  margin: 0 24px 0 0;
  padding: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .nav-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-footer {
  text-align: center;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .nav-footer {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-global-item {
  list-style: none;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 80px;
  margin: 0 0 0 32px;
}
.nav-global-item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .nav-global-item {
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .nav-global-item {
    height: auto;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-global-item.is-search {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav-global-item.is-search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-global-item.is-sub {
    height: auto;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-bottom: 0;
  }
  .nav-global-item.is-sub:nth-of-type(odd) {
    border-right: 0;
  }
}

.nav-global-item__anchor {
  text-decoration: none;
  margin: 0;
  display: block;
  height: 100%;
  line-height: 80px;
  position: relative;
  overflow: hidden;
}
.nav-global-item__anchor:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 18px;
  margin: 0;
  width: 0%;
  height: 3px;
  background-color: #FFEA00;
  -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-global-item__anchor:after.is-active {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  .nav-global-item__anchor:after {
    display: none;
  }
}
.nav-global-item__anchor:hover:after, .nav-global-item__anchor:active:after {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav-global-item__anchor {
    color: #000000;
    text-align: left;
    height: 100%;
    min-height: 0;
    padding: 8px 24px;
    line-height: 1;
  }
}
.nav-global-item__anchor.is-active:after {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.nav-global-item__anchor.is-search {
  background-image: url(/assets-common/images/icon-search-2.svg);
  background-size: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 64px;
}
.nav-global-item__anchor.is-menu-open--search {
  background-image: url(/assets-common/images/icon-close--wh.svg);
  background-size: 20px;
  background-position: 50%;
}

.nav-global-item__label {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .nav-global-item__label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .nav-global-item__label {
    font-size: 37px;
    color: #000000;
    letter-spacing: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .nav-global-item__label {
    font-size: 30px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-global-list {
  margin: 0 auto;
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .nav-global-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .nav-global-list {
    margin: 0;
    padding: 78px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .nav-global-list.is-sub {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom: 1px solid #E0E0E0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-global {
  display: block;
}
@media screen and (max-width: 767px) {
  .nav-global {
    display: block;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #FFEA00;
    width: 100%;
    height: 100%;
    padding: 0 0 16px;
    -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .nav-global.is-menu-open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 48px 0;
  }
}

.nav-global__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-global__search-toggle {
  display: block;
  position: relative;
  width: 48px;
  height: 80px;
  margin: 0 0 0 0px;
  right: -16px;
  cursor: pointer;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.nav-global__search-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/assets-common/images/icon-search-3.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .nav-global__search-toggle {
    right: -12px;
    width: 40px;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-global__search-toggle {
    display: none;
  }
}
.nav-global__search-toggle:before, .nav-global__search-toggle.c-link-button-lv2__anchor:after {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "";
}
.nav-global__search-toggle:hover:before, .nav-global__search-toggle.c-link-button-lv2__anchor:hover:after, .nav-global__search-toggle:active:before, .nav-global__search-toggle.c-link-button-lv2__anchor:active:after {
  background-color: #FFEA00;
}
.nav-global__search-toggle.is-active:after {
  background-image: url(/assets-common/images/icon-close--bk.svg);
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .nav-icon {
    height: auto;
  }
}
.nav-icon.is-search {
  position: absolute;
  top: 0;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .nav-icon.is-search {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav-icon.is-search {
    display: none;
  }
}
.nav-icon.is-about--social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .nav-icon.is-about--social-media {
    margin: 32px auto 0;
  }
}
.nav-icon.is-post-detail--profile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .nav-icon.is-post-detail--profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24px auto 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.nav-icon.is-header--sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-icon.is-header--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px 0;
  }
}
.nav-icon.is-footer--sns {
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 1000px) {
  .nav-icon.is-footer--sns {
    margin: 0 32px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-icon.is-footer--sns {
    margin: 0;
  }
}

.nav-icon__anchor {
  display: block;
  padding: 0;
  line-height: 1;
  vertical-align: bottom;
  height: 100%;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor {
    padding: 0;
    margin: 0;
    height: auto;
  }
}
.nav-icon__anchor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.nav-icon__anchor:hover, .nav-icon__anchor:active {
  opacity: 0.6;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.nav-icon__anchor.is-header--sns {
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
}
.nav-icon__anchor.is-header--sns:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-header--sns {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-header--sns:after {
    background-size: 20px;
  }
}
.nav-icon__anchor.is-footer--sns {
  width: 20px;
  height: 20px;
  margin: 0 24px 0 0;
}
.nav-icon__anchor.is-footer--sns:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-footer--sns {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-footer--sns:after {
    background-size: 20px;
  }
}
.nav-icon__anchor.is-about--profile {
  width: 24px;
  height: 24px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-about--profile {
    width: 40px;
    height: 40px;
  }
}
.nav-icon__anchor.is-about--profile:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-about--profile:after {
    background-size: 20px;
  }
}
.nav-icon__anchor.is-about--social-media {
  width: 24px;
  height: 24px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-about--social-media {
    width: 24px;
    height: 24px;
    margin: 0 24px 0 0;
  }
}
.nav-icon__anchor.is-about--social-media:last-of-type {
  margin-right: 0;
}
.nav-icon__anchor.is-post-detail--profile {
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-post-detail--profile {
    width: 24px;
    height: 24px;
    margin: 0 24px 0 0;
  }
}
.nav-icon__anchor.is-post-detail--profile:last-of-type {
  margin-right: 0;
}
.nav-icon__anchor.is-twitter {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-twitter {
    margin-right: 0;
  }
}
.nav-icon__anchor.is-twitter:after {
  background-image: url(/assets-common/images/icon-twitter-x-bk.svg);
}
.nav-icon__anchor.is-twitter.is-header--sns {
  margin-right: 14px;
}
.nav-icon__anchor.is-twitter.is-header--sns:after {
  background-image: url(/assets-common/images/icon-twitter-x-bk.svg);
}
.nav-icon__anchor.is-twitter.is-about--social-media {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-twitter.is-about--social-media {
    margin-right: 22px;
  }
}
.nav-icon__anchor.is-twitter.is-post-detail--profile {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-twitter.is-post-detail--profile {
    margin-right: 22px;
  }
}
.nav-icon__anchor.is-twitter.is-contact--social-media {
  width: 36px;
  height: 36px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .nav-icon__anchor.is-twitter.is-contact--social-media {
    width: 24px;
    height: 24px;
    margin: 36px auto 0;
  }
}
.nav-icon__anchor.is-hatena-bookmark:after {
  background-image: url(/assets-common/images/icon-hatena-tr-bk.svg);
}
.nav-icon__anchor.is-hatena-bookmark.is-header--sns:after {
  background-image: url(/assets-common/images/icon-hatena-tr-bk.svg);
}
.nav-icon__anchor.is-hatena-bookmark.is-footer--sns {
  display: none;
}
.nav-icon__anchor.is-instagram:after {
  background-image: url(/assets-common/images/icon-instagram--bk.svg);
}
.nav-icon__anchor.is-instagram.is-header--sns:after {
  background-image: url(/assets-common/images/icon-instagram--bk.svg);
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.nav-top {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-top {
    display: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-top-list-item {
    list-style: none;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
    height: 80px;
  }
  .nav-top-list-item:nth-of-type(odd) {
    border-right: 1px solid #CACACA;
  }
}
.nav-top-list-item__anchor {
  display: none;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .nav-top-list-item__anchor {
    display: block;
    text-align: left;
    font-size: 21px;
    padding: 22px 24px 0;
    height: 100%;
    position: relative;
  }
}
.nav-top-list-item__anchor:hover .nav-top-list-item__heading,
.nav-top-list-item__anchor:hover .nav-top-list-item__caption, .nav-top-list-item__anchor:active .nav-top-list-item__heading,
.nav-top-list-item__anchor:active .nav-top-list-item__caption {
  color: #FFEA00;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.nav-top-list-item__heading {
  display: block;
  color: #000000;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .nav-top-list-item__heading {
    font-size: 21px;
  }
}
.nav-top-list-item__caption {
  display: block;
  color: #262626;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-top-list-item__caption {
    font-size: 10px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive-list-unit {
    padding: 0;
  }
}
.archive-list-unit.is-archive-latest {
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .archive-list-unit.is-archive-latest {
    margin-bottom: 48px;
  }
}
.archive-list-unit.is-archive-list {
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .archive-list-unit.is-archive-list {
    margin-bottom: 48px;
  }
}
.archive-list-unit.is-top {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .archive-list-unit.is-top {
    padding-top: 24px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.archive-list {
  margin: 0 auto;
  font-size: 0;
  width: auto;
}
.archive-list.is-archive-latest {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .archive-list.is-archive-latest {
    margin-bottom: 32px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.archive-list-item {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  .archive-list-item {
    width: calc((100% - 40px) / 2 - 0.1px);
    margin: 40px 40px 0 0;
  }
  .archive-list-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .archive-list-item:nth-of-type(even) {
    margin-right: 0;
  }
  .archive-list-item.is-sub-box {
    width: auto;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .archive-list-item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 24px;
  }
  .archive-list-item:nth-of-type(even) {
    margin-right: 0;
  }
  .archive-list-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.archive-list-item.is-overlap {
  display: none;
}
@media screen and (min-width: 1000px) {
  .archive-list-item.is-archive-normal:nth-of-type(even), .archive-list-item.is-archive-paged:nth-of-type(even), .archive-list-item.is-top:nth-of-type(even), .archive-list-item.is-page-all-posts:nth-of-type(even), .archive-list-item.is-search-result:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive-list-item.is-archive-normal:nth-of-type(even), .archive-list-item.is-archive-paged:nth-of-type(even), .archive-list-item.is-top:nth-of-type(even), .archive-list-item.is-page-all-posts:nth-of-type(even), .archive-list-item.is-search-result:nth-of-type(even) {
    margin-right: 0;
  }
}
.archive-list-item__anchor {
  height: 100%;
  display: block;
  text-decoration: none;
}

.archive-list-item__image-box {
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive-list-item__image-box {
    margin-bottom: 8px;
  }
}
.archive-list-item__image-box.is-sub-box {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .archive-list-item__image-box.is-archive-latest-pc {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .archive-list-item__image-box.is-archive-latest-sp {
    margin-bottom: 10.4px;
  }
}

.archive-list-item__image {
  width: 100%;
}

.archive-list-item__heading {
  font-size: 18px;
  color: #000000;
  line-height: 1.625;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .archive-list-item__heading {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .archive-list-item__heading {
    font-size: 14px;
  }
}
.archive-list-item__heading.is-sub-box {
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) {
  .archive-list-item__heading.is-archive-latest-pc {
    font-size: 23px;
    line-height: 1.625;
    margin: 0 auto 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .archive-list-item__heading.is-archive-latest-pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .archive-list-item__heading.is-archive-latest-sp {
    font-size: 16px;
    margin-bottom: 10.4px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.archive-page-nav {
  position: relative;
  max-width: 428px;
  margin: 80px auto 18px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .archive-page-nav {
    padding: 0 24px;
    max-width: 100%;
    margin: 32px auto 48px;
  }
}
.archive-page-nav.is-post-detail {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .archive-page-nav.is-post-detail {
    margin: 0 auto 0;
  }
}
.archive-page-nav.is-post-detail-header {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .archive-page-nav.is-post-detail-header {
    margin-bottom: 16px;
  }
}

.archive-page-nav__current {
  text-align: center;
  margin: 0 auto;
}
.archive-page-nav__current.is-post-detail-header {
  line-height: 1;
}

.archive-page-nav__current-key {
  font-size: 17px;
  color: #000000;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-right: 4px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .archive-page-nav__current-key {
    font-size: 15px;
  }
}

.archive-page-nav__current-value {
  font-size: 25px;
  color: #000000;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .archive-page-nav__current-value {
    font-size: 20px;
  }
}
.archive-page-nav__current-value.is-post-detail-header {
  color: #000000;
  margin-left: 0;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .archive-page-nav__current-value.is-post-detail-header {
    font-size: 15px;
  }
}

.archive-page-nav__js-trigger-next,
.archive-page-nav__js-trigger-prev {
  display: none;
}

.archive-page-nav__anchor {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 32px;
  height: 64px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .archive-page-nav__anchor {
    background-size: 24px;
    width: 24px;
    height: 48px;
    padding: 16px 30px;
  }
}
.archive-page-nav__anchor.is-prev {
  background-image: url(/assets-common/images/icon-arrow--bk.svg);
  left: 0;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .archive-page-nav__anchor.is-prev {
    left: 24px;
  }
}
.archive-page-nav__anchor.is-next {
  background-image: url(/assets-common/images/icon-arrow--bk.svg);
  right: 0;
  transform: translateY(-50%) scaleX(1);
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
}
@media screen and (max-width: 767px) {
  .archive-page-nav__anchor.is-next {
    right: 24px;
  }
}
.archive-page-nav__anchor:hover, .archive-page-nav__anchor:active {
  background-image: url(/assets-common/images/icon-arrow-1--over.svg);
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.accordion-box__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 auto;
}
.accordion-box__dl:first-of-type.is-about {
  border-top: 1px solid #E0E0E0;
}
.accordion-box__dl.is-about {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .accordion-box__dl.is-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 32px 0;
  }
}

.accordion-box__dt {
  width: 160px;
  margin: 0;
  padding: 0;
}
.accordion-box__dt.is-about {
  font-weight: 700;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 22px;
  margin: 0 32px 0 0;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .accordion-box__dt.is-about {
    width: 100%;
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 1;
  }
}

.accordion-box__dd {
  width: 540px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd {
    width: 100%;
  }
}

.accordion-box__dd-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accordion-box__dd-box {
  width: 328px;
}
.accordion-box__dd-box.is-about {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-box.is-about {
    width: 100%;
    margin: 0 auto 24px;
  }
}

.accordion-box__dd-heading {
  font-size: 19px;
  line-height: 1.5;
  margin: 0 auto 24px;
  padding: 0;
}
.accordion-box__dd-heading.is-about {
  font-weight: 700;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 19px;
  margin: 2px auto 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-heading.is-about {
    margin: 0 auto 8px;
    font-size: 16px;
  }
}

.accordion-box__dd-button {
  margin: 6px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-button {
    text-align: center;
    margin: 0 auto;
  }
}

.accordion-box__dd-button-anchor {
  width: 128px;
  display: block;
  border: 2px solid #000000;
  border-radius: 200px;
  height: 40px;
  padding: 11px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  cursor: pointer;
  position: relative;
  line-height: 1;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-button-anchor {
    width: 160px;
    display: inline-block;
    padding: 12px 32px;
    font-size: 15px;
    height: 40px;
  }
}
.accordion-box__dd-button-anchor:hover, .accordion-box__dd-button-anchor:active {
  background-color: #FFEA00;
  border-color: #FFEA00;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.accordion-box__dd-button-anchor:after {
  content: "";
  display: block;
  background-image: url("/assets-common/images/icon-plus--bk.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 10px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-button-anchor:after {
    right: 16px;
  }
}
.accordion-box__dd-button-anchor.is-active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-box__dd-see-more {
  margin: 0 auto 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  line-height: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.accordion-box__dd-see-more.is-active {
  margin-top: 24px;
  line-height: 1;
  opacity: 1;
  height: 100%;
}

.accordion-box__dd-section {
  margin: 0 auto 32px;
}
.accordion-box__dd-section:last-of-type {
  margin-bottom: 0;
}
.accordion-box__dd-section.is-about--experience {
  background-color: #F5F5F5;
  padding: 36px 40px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-section.is-about--experience {
    padding: 24px 24px 32px;
  }
}

.accordion-box__dd-text {
  font-size: 17px;
  line-height: 2;
  margin: 0 auto 1.4em;
}
@media screen and (max-width: 767px) {
  .accordion-box__dd-text {
    font-size: 16px;
  }
}
.accordion-box__dd-text:last-of-type {
  margin-bottom: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box.is-post-detail--content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-box.is-post-detail--author-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-box.is-writer-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sns-box.is-writer-list {
    display: none;
  }
}
.sns-box.is-author-archive {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sns-box.is-author-archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sns-box__item {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .sns-box__item {
    margin-left: 16px;
  }
  .sns-box__item:first-of-type {
    margin-left: 0;
  }
}
.sns-box__item.is-post-detail--content {
  margin: 0 12px;
}

.sns-box__anchor {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 767px) {
  .sns-box__anchor {
    width: 48px;
    height: 48px;
  }
}
.sns-box__anchor.is-icon--twitter {
  border-color: #000000;
}
.sns-box__anchor.is-icon--twitter:hover, .sns-box__anchor.is-icon--twitter:active {
  background-color: #000;
  border-color: #000;
}
.sns-box__anchor.is-icon--twitter:hover .c-icon-twitter, .sns-box__anchor.is-icon--twitter:active .c-icon-twitter {
  fill: #FFFFFF;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sns-box__anchor.is-icon--facebook {
  border-color: #000000;
}
.sns-box__anchor.is-icon--facebook:hover, .sns-box__anchor.is-icon--facebook:active {
  background-color: #3B5998;
  border-color: #3B5998;
}
.sns-box__anchor.is-icon--facebook:hover .c-icon-facebook, .sns-box__anchor.is-icon--facebook:active .c-icon-facebook {
  fill: #FFFFFF;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sns-box__anchor.is-icon--hatena {
  border-color: #000000;
}
.sns-box__anchor.is-icon--hatena:hover, .sns-box__anchor.is-icon--hatena:active {
  background-color: #00A4DE;
  border-color: #00A4DE;
}
.sns-box__anchor.is-icon--hatena:hover .c-icon-hatena, .sns-box__anchor.is-icon--hatena:active .c-icon-hatena {
  fill: #FFFFFF;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sns-box__anchor.is-icon--line {
  border-color: #000000;
}
.sns-box__anchor.is-icon--line:hover, .sns-box__anchor.is-icon--line:active {
  background-color: #00b900;
  border-color: #00b900;
}
.sns-box__anchor.is-icon--line:hover .c-icon-line, .sns-box__anchor.is-icon--line:active .c-icon-line {
  fill: #FFFFFF;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.page-header {
  background-color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
  }
}

.page-header__inner {
  margin: -20px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-header__inner {
    padding: 0;
  }
}

.page-header__heading {
  color: #000000;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  margin: 0 auto calc(128px - 16px - 8px);
  font-size: 76px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
}
.page-header__heading::before, .page-header__heading.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.page-header__heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .page-header__heading {
    font-size: 32px;
    margin-bottom: 48px;
    line-height: 1;
  }
}
.page-header__heading.is-error-status {
  font-size: 76px;
}
@media screen and (max-width: 767px) {
  .page-header__heading.is-error-status {
    font-size: 29px;
  }
}

.page-header__lead {
  color: #000000;
  font-size: 19px;
  line-height: 1.625;
  font-weight: 700;
  margin: -12px auto 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-header__lead {
    font-size: 15px;
    margin: -8px auto 0;
    padding: 0 0 0;
  }
}

.page-header__keyword-heading {
  color: #737373;
  font-size: 13px;
  line-height: 1;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 4px;
  letter-spacing: 1px;
  padding-left: 1px;
}
@media screen and (max-width: 767px) {
  .page-header__keyword-heading {
    font-size: 11px;
    margin: 0 auto 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .author-box {
    max-width: none;
  }
}
.author-box.is-post-detail {
  margin: 64px auto 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .author-box.is-post-detail {
    display: block;
    margin: 64px auto 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.author-box.is-about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 64px auto 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .author-box.is-about {
    margin: 0 auto 0;
  }
}

.author-box__anchor {
  text-decoration: none;
  display: block;
}

.author-box__info {
  width: calc(100% - 128px - 32px - 0.1px);
}
@media screen and (max-width: 767px) {
  .author-box__info {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.author-box__info.is-about {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .author-box__info.is-post-detail {
    position: relative;
    padding: 0 0 56px 0;
  }
}

.author-box__profile.is-post-detail {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .author-box__profile.is-post-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .author-box__profile-anchor {
    display: none;
  }
}
.author-box__profile-anchor.is-author-archive {
  display: none;
}
@media screen and (max-width: 767px) {
  .author-box__profile-anchor.is-author-archive {
    display: block;
    border: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    padding: 14px 24px;
    text-align: center;
    margin: 24px auto 0;
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
  }
}
.author-box__profile-anchor.is-author-archive:hover, .author-box__profile-anchor.is-author-archive:active {
  color: #FFFFFF;
  background-color: #FFEA00;
  border-color: #FFEA00;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.author-box__profile-anchor.is-post-detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .author-box__profile-anchor.is-post-detail {
    display: block;
    border: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    padding: 14px 24px;
    text-align: center;
    margin: 0 auto 12px;
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
  }
}
.author-box__profile-anchor.is-post-detail:hover, .author-box__profile-anchor.is-post-detail:active {
  color: #FFFFFF;
  background-color: #FFEA00;
  border-color: #FFEA00;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.author-box__image-box {
  display: block;
  max-width: 128px;
  max-height: 128px;
  margin: 0 32px 0 0;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .author-box__image-box {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto 24px;
  }
}
.author-box__image-box.is-author-archive {
  max-width: 128px;
  max-height: 128px;
  margin: 0 40px 0 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .author-box__image-box.is-author-archive {
    display: block;
    margin: 0 auto 22px;
    width: 96px;
    height: 96px;
  }
}
.author-box__image-box.is-about {
  margin: 0 auto 48px;
  max-width: 160px;
  max-height: 160px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .author-box__image-box.is-about {
    margin: 0 auto 32px;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
  }
}

.author-box__image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.author-box__name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .author-box__name-box {
    display: block;
    margin: 0 auto 24px;
  }
}

.author-box__name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin: 0 auto 24px 0;
}
.author-box__name::before, .author-box__name.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.author-box__name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .author-box__name {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 100%;
    text-align: center;
  }
}
.author-box__name.is-about {
  text-align: center;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .author-box__name.is-about {
    margin: 0 auto 32px;
  }
}
.author-box__name.is-post-detail {
  margin: 0 32px 0 0;
}
@media screen and (max-width: 767px) {
  .author-box__name.is-post-detail {
    margin: 0 auto;
  }
}

.author-box__name-jp.is-about {
  line-height: 1.5;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 16px;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  display: block;
}
.author-box__name-jp.is-about::before, .author-box__name-jp.is-about.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.author-box__name-jp.is-about::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .author-box__name-jp.is-about {
    font-size: 23px;
  }
}
.author-box__name-jp.is-post-detail:after {
  content: "/";
  color: #000000;
  font-weight: 400;
  margin: 0 4px 0 8px;
}

.author-box__name-alphabet {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
}
.author-box__name-alphabet.is-about {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .author-box__name-alphabet.is-about {
    font-size: 14px;
  }
}

.author-box__caption {
  color: #262626;
  font-size: 19px;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
}
.author-box__caption::before, .author-box__caption.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.author-box__caption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .author-box__caption {
    margin-bottom: 24px;
    max-width: 100%;
    font-size: 15px;
  }
}
.author-box__caption.is-post-detail {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}
.author-box__caption.is-post-detail::before, .author-box__caption.is-post-detail.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.author-box__caption.is-post-detail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .author-box__caption.is-post-detail {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.author-box__caption.is-about {
  font-size: 17px;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 767px) {
  .author-box__caption.is-about {
    font-size: 16px;
  }
}
.author-box__caption.is-about:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .author-box__sns-box.is-post-detail {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .author-box__sns-box.is-author-archive {
    text-align: center;
  }
}
.author-box__sns-box.is-writer-list {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .author-box__sns-box.is-writer-list {
    display: none;
  }
}
.author-box__sns-box.is-post-detail {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .author-box__sns-box.is-post-detail {
    text-align: center;
  }
}

.author-box__sns-icon {
  display: inline-block;
  margin: 0 12px 0;
}
@media screen and (max-width: 767px) {
  .author-box__sns-icon {
    margin: 0 16px 0;
  }
}
.author-box__sns-icon.is-post-detail {
  margin: 24px 12px 0;
}
@media screen and (max-width: 767px) {
  .author-box__sns-icon.is-post-detail {
    margin: 32px 16px 0;
  }
}
.author-box__sns-icon.is-author-archive {
  margin: 24px 24px 0 0;
}
@media screen and (max-width: 767px) {
  .author-box__sns-icon.is-author-archive {
    margin: 32px 16px 0;
  }
}

.author-box__sns-anchor {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  border: 2px solid #000000;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.author-box__sns-anchor:before, .author-box__sns-anchor.c-link-button-lv2__anchor:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.author-box__sns-anchor:hover, .author-box__sns-anchor:active {
  color: #FFFFFF;
  background-color: #000000;
}
.author-box__sns-anchor.is-author-archive {
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid #737373;
}
.author-box__sns-anchor.is-author-archive.is-icon-font-twitter:hover, .author-box__sns-anchor.is-author-archive.is-icon-font-twitter:active {
  color: #FFFFFF;
  background-color: #000;
  border: 2px solid #000;
}
.author-box__sns-anchor.is-author-archive.is-icon-font-facebook:hover, .author-box__sns-anchor.is-author-archive.is-icon-font-facebook:active {
  color: #FFFFFF;
  background-color: #3B5998;
  border: 2px solid #3B5998;
}

.author-box__sns-image {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.share {
  max-width: 800px;
  text-align: center;
  margin: 128px auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .share {
    padding: 0;
    margin: 64px auto;
  }
}

.share__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share__sns-item {
  margin: 0 12px;
}

.share__sns-anchor {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.share__sns-anchor:before, .share__sns-anchor.c-link-button-lv2__anchor:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.share__sns-anchor:hover, .share__sns-anchor:active {
  color: #FFFFFF;
  background-color: #000000;
}

.share__sns-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .share__sns-image {
    width: 64px;
    height: 64px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.page-header-space.is-post-detail {
  height: 64px;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.wpp-no-data {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.definition-list.is-work-detail-1st {
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .definition-list.is-work-detail-1st {
    margin: 48px auto;
  }
}
.definition-list.is-work-detail-2nd {
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .definition-list.is-work-detail-2nd {
    margin: 48px auto;
  }
}

.definition-list__inner {
  margin: 0 auto;
}
.definition-list__inner:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .definition-list__inner {
    margin: 0 auto;
  }
}

.definition-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .definition-list__box {
    display: block;
    padding: 0 0;
  }
}
.definition-list__box:first-of-type {
  margin-top: 0;
}
.definition-list__box:last-of-type {
  margin-bottom: 0;
}
.definition-list__box.is-sub {
  margin: 0 auto 16px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .definition-list__box.is-sub {
    margin: 0 auto 24px;
    display: block;
    padding: 0;
  }
}
.definition-list__box.is-sub:first-of-type {
  margin-top: 0;
}
.definition-list__box.is-sub:last-of-type {
  margin-bottom: 0;
}
.definition-list__box.is-work-detail--about {
  padding: 0;
  margin: 16px auto 0;
}
.definition-list__box.is-work-detail--about:first-of-type {
  margin-top: 0;
}

.definition-list__term {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  vertical-align: top;
  margin: 0 8px 0 0;
  min-width: 136px;
}
@media screen and (max-width: 767px) {
  .definition-list__term {
    min-width: inherit;
    display: inline-block;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    margin: 0 auto 4px;
    position: relative;
  }
}
.definition-list__term.is-sub {
  font-size: 12px;
  font-weight: normal;
  color: #545454;
}
.definition-list__term.is-emphasis {
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .definition-list__term.is-emphasis {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .definition-list__term.is-emphasis {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 767px) {
  .definition-list__term {
    margin: 0 auto 4px;
  }
}

.definition-list__description {
  color: #262626;
  font-size: 14px;
  line-height: 1.75;
  vertical-align: top;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .definition-list__description {
    font-size: 15px;
  }
}
.definition-list__description.is-sub {
  font-size: 13px;
  color: #545454;
}
.definition-list__description.is-emphasis {
  font-size: 19px;
  font-weight: bold;
}

.definition-list__description-note {
  color: #262626;
  font-size: 13px;
  margin: 0 0 0 0;
}

.iframe-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 40px auto !important;
}
@media screen and (max-width: 767px) {
  .iframe-box {
    margin: 24px auto 24px !important;
  }
}
.iframe-box.is-sub-box {
  margin: 0 !important;
}
.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-content {
  margin: 0 auto 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post-detail-content {
    padding: 0 0 0;
  }
}
.post-detail-content h2 {
  color: #000000 !important;
  font-size: 30px;
  line-height: 1.625;
  margin: 128px auto 32px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-detail-content h2::before, .post-detail-content h2.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.post-detail-content h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .post-detail-content h2 {
    font-size: 23px;
    margin: 64px auto 24px;
  }
}
.post-detail-content h3 {
  color: #262626 !important;
  font-size: 25px;
  line-height: 1.625;
  margin: 72px auto 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-detail-content h3::before, .post-detail-content h3.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.post-detail-content h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .post-detail-content h3 {
    font-size: 20px;
    margin: 56px auto 24px;
    line-height: 2;
  }
}
.post-detail-content h4, .post-detail-content h5, .post-detail-content h6 {
  color: #262626 !important;
  font-size: 22px;
  line-height: 1.625;
  margin: 64px auto 24px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-detail-content h4::before, .post-detail-content h4.c-link-button-lv2__anchor:after, .post-detail-content h5::before, .post-detail-content h5.c-link-button-lv2__anchor:after, .post-detail-content h6::before, .post-detail-content h6.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.post-detail-content h4::after, .post-detail-content h5::after, .post-detail-content h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .post-detail-content h4, .post-detail-content h5, .post-detail-content h6 {
    font-size: 18px;
    margin: 48px auto 24px;
    line-height: 2;
  }
}
.post-detail-content p {
  color: #262626;
  font-size: 19px;
  line-height: 2;
  margin: 1.75em auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-detail-content p::before, .post-detail-content p.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.post-detail-content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.post-detail-content p:first-of-type {
  margin-top: 0;
}
.post-detail-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .post-detail-content p {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-content p {
    font-size: 16px;
    line-height: 2;
  }
}
.post-detail-content p.is-note {
  color: #545454;
  font-size: 14px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-detail-content p.is-note {
    font-size: 15px;
  }
}
.post-detail-content strong {
  font-weight: 700;
}
.post-detail-content p > a,
.post-detail-content li > a {
  color: inherit;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
}
.post-detail-content p > a:hover, .post-detail-content p > a:active,
.post-detail-content li > a:hover,
.post-detail-content li > a:active {
  text-decoration: none;
  color: #000000;
  background-color: #FFEA00;
}
@media screen and (max-width: 767px) {
  .post-detail-content p > a:hover, .post-detail-content p > a:active,
  .post-detail-content li > a:hover,
  .post-detail-content li > a:active {
    text-decoration: none;
  }
}
.post-detail-content p > a[target=_blank]:after,
.post-detail-content li > a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url(/assets-common/images/icon-target-blank--bk.svg);
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: 0 0.4em;
}
.post-detail-content a img:hover, .post-detail-content a img:active {
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.post-detail-content ul {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .post-detail-content ul {
    margin: 24px auto;
  }
}
.post-detail-content ol {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .post-detail-content ol {
    margin: 24px 0;
  }
}
.post-detail-content li {
  color: #262626;
  font-size: 19px;
  line-height: 1.75;
  margin: 1em auto 0;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-detail-content li {
    font-size: 16px;
  }
}
.post-detail-content li:first-of-type {
  margin-top: 0;
}
.post-detail-content ul li:before, .post-detail-content ul li.c-link-button-lv2__anchor:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #262626;
  vertical-align: middle;
  position: absolute;
  left: 0.5em;
  top: 0.75em;
}
@media screen and (max-width: 767px) {
  .post-detail-content ul li:before, .post-detail-content ul li.c-link-button-lv2__anchor:after {
    top: 0.7em;
    width: 6px;
    height: 6px;
  }
}
.post-detail-content ul li ul {
  margin: 1em auto;
}
.post-detail-content ul li ul li:before, .post-detail-content ul li ul li.c-link-button-lv2__anchor:after {
  background: #8B8B8B;
}
.post-detail-content ul li ul li ul li:before, .post-detail-content ul li ul li ul li.c-link-button-lv2__anchor:after {
  background: #A1A1A1;
}
.post-detail-content ol {
  display: table;
}
.post-detail-content ol li {
  list-style-type: decimal;
  margin: 0;
  padding: 0em;
  display: table-row;
  counter-increment: table-ol;
}
.post-detail-content ol li:before, .post-detail-content ol li.c-link-button-lv2__anchor:after {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  font-weight: 700;
}
.post-detail-content ol li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
.post-detail-content ol li:last-of-type:after {
  margin-bottom: 0;
}
.post-detail-content table {
  width: 100%;
}
.post-detail-content .twitter-tweet,
.post-detail-content .twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}
.post-detail-content .ez-toc-container-direction {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  margin: 48px auto;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .post-detail-content .ez-toc-container-direction {
    margin: 32px auto;
    padding: 32px 24px;
  }
}
.post-detail-content .ez-toc-title {
  font-size: 25px;
  font-weight: 700;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  color: #000000;
  line-height: 1;
  margin: 0 auto 0.8em;
}
@media screen and (max-width: 767px) {
  .post-detail-content .ez-toc-title {
    font-size: 20px;
  }
}
.post-detail-content .ez-toc-list {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: table;
}
.post-detail-content .ez-toc-list .ez-toc-page-1 {
  font-size: 15px;
  line-height: 1.8;
  list-style-type: decimal;
  margin: 0;
  padding: 0em;
  display: table-row;
  counter-increment: table-ol;
}
@media screen and (max-width: 767px) {
  .post-detail-content .ez-toc-list .ez-toc-page-1 {
    font-size: 15px;
  }
}
.post-detail-content .ez-toc-list .ez-toc-page-1:first-of-type {
  margin-top: 0;
}
.post-detail-content .ez-toc-list .ez-toc-page-1 a {
  cursor: pointer;
}
.post-detail-content .ez-toc-list .ez-toc-page-1:before, .post-detail-content .ez-toc-list .ez-toc-page-1.c-link-button-lv2__anchor:after {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  font-weight: 700;
  vertical-align: initial;
  position: initial;
  background: none;
}
.post-detail-content .ez-toc-list .ez-toc-page-1:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
.post-detail-content .ez-toc-list .ez-toc-page-1:last-of-type:after {
  margin-bottom: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-header {
  padding-bottom: 0;
  margin-bottom: 128px;
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  .post-detail-header {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .post-detail-header {
    margin-bottom: 96px;
  }
}
.post-detail-header.is-blog {
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .post-detail-header.is-blog {
    margin-bottom: 32px;
  }
}

.post-detail-header__inner {
  margin: 0 auto 0;
}

.post-detail-header__image-box {
  background-image: url("/assets-common/images/bg-grey-1.svg");
  background-repeat: repeat;
  background-size: 64px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1000px) {
  .post-detail-header__image-box {
    margin: 0 -64px;
    background-size: 48px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__image-box {
    margin: 0 -24px;
    background-size: 32px;
    padding: 0;
  }
}
.post-detail-header__image-box.is-blog {
  background-image: none;
  max-width: 720px;
}
@media screen and (max-width: 1000px) {
  .post-detail-header__image-box.is-blog {
    padding: 0;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__image-box.is-blog {
    padding: 0;
  }
}
.post-detail-header__image {
  margin: 0 auto 0;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadein 1000ms cubic-bezier(0.19, 1, 0.22, 1) 400ms 1 alternate forwards;
          animation: fadein 1000ms cubic-bezier(0.19, 1, 0.22, 1) 400ms 1 alternate forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  display: block;
}
@media screen and (max-width: 767px) {
  .post-detail-header__image {
    margin: 0 auto;
  }
}

.post-detail-header__heading-box {
  margin: 96px auto 128px;
}
@media screen and (max-width: 1344px) {
  .post-detail-header__heading-box {
    margin: 96px auto 128px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading-box {
    margin: 0 auto;
  }
}
.post-detail-header__heading-box.is-blog {
  margin: 0px 0 64px;
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading-box.is-blog {
    margin: 0px 0 32px;
  }
}
.post-detail-header__heading-box.is-work-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 128px 64px;
  margin: 64px auto 0;
}
.post-detail-header__heading-box.is-work-detail > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.post-detail-header__heading-box.is-work-detail > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1344px) {
  .post-detail-header__heading-box.is-work-detail {
    margin: 64px auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading-box.is-work-detail {
    margin: 0 auto;
  }
}

.post-detail-header__heading {
  color: #000000;
  font-size: 76px;
  line-height: 1.25;
  font-weight: 700;
  margin: calc(64px - 8px) auto 0;
}
.post-detail-header__heading::before, .post-detail-header__heading.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.post-detail-header__heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .post-detail-header__heading {
    margin: 64px auto 48px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading {
    font-size: 29px;
    margin: 32px auto;
  }
}
.post-detail-header__heading.is-blog {
  font-size: 38px;
  margin: 0 auto 32px;
  line-height: 1.625;
}
.post-detail-header__heading.is-blog::before, .post-detail-header__heading.is-blog.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.625) * 0.5em);
  content: "";
}
.post-detail-header__heading.is-blog::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.625) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading.is-blog {
    font-size: 26px;
    margin: 0 auto 16px;
  }
}
.post-detail-header__heading.is-paged {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .post-detail-header__heading.is-paged {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .post-detail-header__heading.is-paged {
    font-size: 28px;
  }
}
.post-detail-header__heading.is-work-detail {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 1344px) {
  .post-detail-header__heading.is-work-detail {
    text-align: center;
  }
}

.post-detail-header__lead {
  color: #000000;
  font-size: 25px;
  line-height: 1.75;
  font-weight: 700;
  margin: 0 auto 24px;
}
.post-detail-header__lead::before, .post-detail-header__lead.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.post-detail-header__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .post-detail-header__lead {
    font-size: 18px;
  }
}

.post-detail-header__description {
  color: #262626;
  font-size: 15px;
  line-height: 2;
  margin: 0 auto;
}
.post-detail-header__description::before, .post-detail-header__description.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.post-detail-header__description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 1344px) {
  .post-detail-header__description {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__description {
    font-size: 15px;
  }
}

.post-detail-header__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .post-detail-header__info-box {
    padding: 0;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__info-box.is-blog {
    display: block;
  }
}

.post-detail-header__about-box {
  margin: -0.5em auto 0;
}
@media screen and (max-width: 1344px) {
  .post-detail-header__about-box {
    margin: 64px auto;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__about-box {
    margin: 48px auto;
  }
}

.post-detail-header__lead-box {
  margin: 0;
}
@media screen and (max-width: 1344px) {
  .post-detail-header__lead-box {
    margin: 0 auto 64px;
    display: block;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-header__lead-box {
    margin: 0 auto 48px;
  }
}

.post-detail-header__author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .post-detail-header__author-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.post-detail-header__author-image-box {
  display: block;
  max-width: 40px;
  max-height: 40px;
  margin: 0 16px 0 0;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}

.post-detail-header__author-image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.post-detail-header__author-name {
  font-size: 13px;
  line-height: 1;
  color: #545454;
  margin: 0 auto;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 767px) {
  .post-detail-header__author-name {
    margin-left: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-footer {
  margin: 128px auto 0;
}
@media screen and (max-width: 1000px) {
  .post-detail-footer {
    margin: 128px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-footer {
    margin: 80px auto 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-flex {
  margin: 64px auto 0;
  padding-bottom: 0;
}

.post-detail-flex__main-box {
  margin: 0 auto 192px;
  position: relative;
}
.post-detail-flex__main-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .post-detail-flex__main-box {
    margin: 0 auto 160px;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-flex__main-box {
    margin: 0 auto 80px;
  }
}

.post-detail-flex__info-box {
  margin: 64px auto;
}
@media screen and (max-width: 1000px) {
  .post-detail-flex__info-box {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-flex__info-box {
    margin: 24px auto;
  }
}
.post-detail-flex__info-box.is-work-detail--main-box-header {
  margin-top: 0;
}

.post-detail-flex__about-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: minmax(500px, 1fr) 64px minmax(500px, 1fr);
  grid-template-columns: minmax(500px, 1fr) minmax(500px, 1fr);
  grid-gap: 0 64px;
  margin: 128px auto 128px;
}

.post-detail-flex__about-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.post-detail-flex__about-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 1344px) {
  .post-detail-flex__about-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-flex__about-box {
    margin: 0 auto;
  }
}

.post-detail-flex__detail-box {
  border-top: 1px solid #E0E0E0;
  margin-top: 128px;
  padding-top: 128px;
}
@media screen and (max-width: 767px) {
  .post-detail-flex__detail-box {
    margin-top: 64px;
    padding-top: 64px;
  }
}

.post-detail-flex__info-box-inner {
  border-radius: 16px;
}
.post-detail-flex__info-box-inner.is-work-detail--main-box-list {
  border: 1px solid #E0E0E0;
  padding: 48px 48px;
}
@media screen and (max-width: 767px) {
  .post-detail-flex__info-box-inner.is-work-detail--main-box-list {
    padding: 32px 24px 32px;
  }
}

.post-detail-flex__list-heading {
  color: #262626;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .post-detail-flex__list-heading {
    font-size: 15px;
    margin: 0 auto 20px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-credit {
  margin: 32px auto 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .post-detail-credit {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .post-detail-credit {
    margin: 32px auto 0;
  }
}

.post-detail-credit__item {
  font-size: 12px;
  color: #8B8B8B;
  line-height: 1.625;
  margin: 0 auto;
  display: inline-block;
}
.post-detail-credit__item:after {
  content: "/";
  color: #CACACA;
  font-size: 12px;
  margin: 0 0.5em 0;
}
.post-detail-credit__item:last-of-type:after {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-nav-button {
  width: 50%;
}
.post-detail-nav-button:first-of-type {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button:first-of-type {
    margin-right: 24px;
  }
}

.post-detail-nav-button__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: inherit;
}
.post-detail-nav-button__anchor:hover .post-detail-nav-button__button-text {
  opacity: 1;
}

.post-detail-nav-button__button-text {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  min-height: 16px;
  margin: 0 auto 24px;
  letter-spacing: 1px;
  padding-left: 1px;
  vertical-align: middle;
  display: inline;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 0.5;
  color: #000000;
  text-align: center;
  width: 56px;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    opacity: 1;
    width: auto;
  }
}
.post-detail-nav-button__button-text:after {
  content: " ";
  position: absolute;
  background-image: url("/assets-common/images/icon-arrow--bk.svg");
  background-size: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text:after {
    display: block;
    width: 6px;
    height: 12px;
  }
}
.post-detail-nav-button__button-text.is-prev {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text.is-prev {
    padding-left: 16px;
  }
}
.post-detail-nav-button__button-text.is-prev:after {
  margin: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text.is-prev:after {
    left: 0;
  }
}
.post-detail-nav-button__button-text.is-next {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text.is-next {
    padding-right: 16px;
  }
}
.post-detail-nav-button__button-text.is-next:after {
  margin: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-button__button-text.is-next:after {
    right: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 48px auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-box {
    margin: 32px auto 24px;
  }
}

.post-detail-nav-box__item {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-box__item {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.post-detail-nav-box__image-box {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-box__image-box {
    margin-bottom: 12px;
  }
}

.post-detail-nav-box__image {
  width: 100%;
}

.post-detail-nav-box__heading {
  margin: 1.1em auto 0.8em;
  font-size: 17px;
  line-height: 1.625;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .post-detail-nav-box__heading {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.post-detail-nav {
  border-top: 1px solid #E0E0E0;
  padding: 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .post-detail-nav {
    padding: 0 0 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.yarpp-related {
  margin: 0 !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.modal-image {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.modal-image:hover {
  text-decoration: none;
  cursor: pointer;
}
.modal-image:hover:before, .modal-image.c-link-button-lv2__anchor:hover:after {
  opacity: 0.75;
}
.modal-image:hover:after {
  opacity: 1;
}
.modal-image:hover .c-image-box__item {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1080px) {
  .modal-image:hover .c-image-box__item {
    opacity: 1;
  }
}
.modal-image:hover figcaption {
  text-decoration: none !important;
}
.modal-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(/assets-common/images/icon-view-entire--bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: #FFEA00;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  z-index: 800;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1080px) {
  .modal-image:after {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.menu-list-box {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-list-box__inner.is-about {
  width: calc(100% - 24px);
  margin: 0 48px 0 0;
}
.menu-list-box__inner.is-about:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .menu-list-box__inner.is-about {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-list-box__inner.is-see-more {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    line-height: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .menu-list-box__inner.is-see-more.is-active {
    margin-top: 32px;
    line-height: 1;
    opacity: 1;
    height: 100%;
  }
}

.menu-list-box__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-list-box__dl.is-about {
  line-height: 1;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #E0E0E0;
}
.menu-list-box__dl.is-about:first-of-type {
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .menu-list-box__dl.is-about {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-list-box__dl.is-about--2nd:first-of-type {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-list-box__dl.is-border-none--sp {
    border-bottom: none;
  }
}

.menu-list-box__dt {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-list-box__dt {
    font-size: 14px;
  }
}

.menu-list-box__dt-note {
  font-size: 12px;
}

.menu-list-box__dd {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .menu-list-box__dd {
    font-size: 12px;
  }
}

.menu-list-box__dd-number {
  font-size: 15px;
  margin: 0 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-list-box__dd-number {
    font-size: 15px;
  }
}

.menu-list-box__dd-separate {
  font-size: 12px;
  margin: 0 0.1em;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
body.login {
  position: relative;
  background-color: #EDEDED;
}
body.login .c-link-button-lv1__anchor {
  margin: 0;
  padding: 20px 80px 18px;
  background-color: #fff;
  cursor: pointer;
}
body.login .c-link-button-lv1__anchor:hover {
  background-color: #FFEA00;
  color: #000000;
}
body.login .c-link-button-lv1__anchor:hover .c-link-button-lv3__icon:after {
  opacity: 0;
}
body.login .c-link-button-lv1__anchor:hover .c-link-button-lv3__icon-inner {
  opacity: 1;
}
body.login .c-link-button-lv1__label {
  font-size: 15px;
}

body.login div#login {
  width: auto;
  max-width: 400px;
}
body.login div#login h1 a {
  background-image: url(/assets-common/images/site-logo.svg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  height: auto;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 auto 48px;
  padding: 0;
  width: 240px;
  text-indent: -9999px;
  outline: 0;
  display: block;
}
body.login div#login h1 a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.login div#login form#loginform,
body.login div#login form#lostpasswordform {
  margin-top: 0;
  margin-left: 0;
  padding: 48px;
  background: #fff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-radius: 8px;
}
body.login div#login form#loginform p label,
body.login div#login form#lostpasswordform p label {
  color: #262626;
}
body.login div#login form#loginform input,
body.login div#login form#lostpasswordform input {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding: 16px 16px;
}
body.login div#login form#loginform input#user_login, body.login div#login form#loginform input#user_pass,
body.login div#login form#lostpasswordform input#user_login,
body.login div#login form#lostpasswordform input#user_pass {
  margin: 0 auto;
  background-color: #F5F5F5;
  border: 1px solid #8B8B8B;
  font-size: 15px;
}
body.login div#login form#loginform input#user_login,
body.login div#login form#lostpasswordform input#user_login {
  margin: 0 auto;
}
body.login div#login form#loginform input#user_pass,
body.login div#login form#lostpasswordform input#user_pass {
  margin: 16px auto 32px;
}
body.login div#login form#loginform p.forgetmenot,
body.login div#login form#lostpasswordform p.forgetmenot {
  float: inherit;
  margin: 0 auto 32px;
}
body.login div#login form#loginform p .button-primary,
body.login div#login form#lostpasswordform p .button-primary {
  float: inherit;
  display: block;
  border: 3px solid #000000;
  background-color: #fff;
  color: #000000 !important;
  font-weight: bold;
  margin: 32px auto 0;
  padding: 0;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
  width: 100%;
  font-size: 15px;
  text-shadow: none;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 56px;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
body.login div#login form#loginform p .button-primary::focus,
body.login div#login form#lostpasswordform p .button-primary::focus {
  outline-offset: 0;
  outline: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
body.login div#login form#loginform p .button-primary:hover, body.login div#login form#loginform p .button-primary:active,
body.login div#login form#lostpasswordform p .button-primary:hover,
body.login div#login form#lostpasswordform p .button-primary:active {
  background-color: #FFD500;
  color: #000000;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
body.login div#login p#nav {
  text-align: center;
  margin-top: 32px;
}
body.login div#login p#nav a, body.login div#login p#backtoblog a {
  color: #262626;
  text-decoration: underline;
}
body.login div#login p#nav a:hover, body.login div#login p#nav a:active, body.login div#login p#backtoblog a:hover, body.login div#login p#backtoblog a:active {
  text-decoration: none;
}
body.login div#login p.message {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid #A1A1A1;
  padding: 20px 24px;
  line-height: 1.8;
  color: #262626;
  background-color: #FFFFFF;
  font-size: 13px;
  border-radius: 8px;
  margin: 0 auto 24px;
}
body.login div#login #login_error {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #CC0000;
  padding: 20px 24px;
  line-height: 1.8;
  color: #CC0000;
  background-color: #fff5f5;
  font-weight: bold;
  font-size: 13px;
  border-radius: 8px;
  margin: 0 auto 24px;
}

#lostpasswordform {
  display: none;
  -webkit-transition: all 0.15s linear, color 0.15s linear;
  transition: all 0.15s linear, color 0.15s linear;
}
#lostpasswordform.is-active {
  display: block;
}

.login-reissue {
  position: absolute;
  right: 0;
  bottom: 48px;
  left: 0;
  margin: auto;
  color: #CACACA;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.login-reissue:hover, .login-reissue:active {
  text-decoration: none;
  color: #545454;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.login-front__form {
  margin: 0 auto 64px;
  max-width: 400px;
  display: block;
  background-color: #F5F5F5;
  padding: 40px 48px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .login-front__form {
    max-width: none;
    padding: 24px;
    margin: 0 auto 32px;
  }
}

.login-front__item {
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .login-front__item {
    margin: 0 auto 16px;
  }
}
.login-front__item:last-of-type {
  margin-bottom: 0;
}
.login-front__item.is-input-submit {
  text-align: center;
  margin: 40px auto 24px;
}
@media screen and (max-width: 767px) {
  .login-front__item.is-input-submit {
    margin: 32px auto 24px;
  }
}

.login-front__key {
  font-size: 13px;
  color: #262626;
  line-height: 1.8;
  margin: 0 auto 8px;
  font-weight: 700;
}

.login-front__input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E0E0E0;
  font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 16px;
  line-height: 1;
  width: 100%;
  position: relative;
  display: block;
  /* Change the white to any color ;) */
}
@media screen and (max-width: 767px) {
  .login-front__input-text {
    border: 1px solid #E0E0E0;
  }
}
.login-front__input-text::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
.login-front__input-text::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
.login-front__input-text:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
.login-front__input-text::-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
.login-front__input-text::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding: 4px 0;
}
.login-front__input-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.login-front__input-submit {
  display: inline-block;
  border: 2px solid #000000 !important;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 20px 48px;
  position: relative;
  text-decoration: none;
  border-radius: 200px;
  font-size: 14px;
  text-shadow: none;
  height: auto;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
  outline: none;
  background-image: url(/assets-common/images/bg-base-1.svg);
  background-size: 8px;
  background-repeat: repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .login-front__input-submit {
    width: 100%;
    padding: 19px 24px;
    font-size: 13px;
  }
}
.login-front__input-submit:hover, .login-front__input-submit:active {
  background-color: #FFEA00;
  border-color: #FFEA00 !important;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.sort-list-box {
  margin: -16px auto;
}
@media screen and (max-width: 1000px) {
  .sort-list-box {
    margin: -16px auto;
  }
}
@media screen and (max-width: 767px) {
  .sort-list-box {
    position: relative;
    margin: 32px auto;
    height: 80px;
  }
}
.sort-list-box.is-search-form-box {
  margin: 0 auto;
}

.sort-list-box__heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .sort-list-box__heading {
    display: block;
    font-size: 12px;
    font-family: IsidoraSans, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin: 0 auto 16px;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .sort-list-box__inner {
    border: 1px solid #E0E0E0;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 900;
    width: 100%;
  }
}

.sort-list-box__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .sort-list-box__list {
    margin: 0 auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 0;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .sort-list-box__list.is-show {
    visibility: visible;
    opacity: 1;
    max-height: 2000px;
  }
}

.sort-list-box__select {
  display: none;
}
@media screen and (max-width: 767px) {
  .sort-list-box__select {
    display: block;
    padding: 12px 24px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sort-list-box__select:before, .sort-list-box__select.c-link-button-lv2__anchor:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/assets-common/images/icon-arrow--bk.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8px;
    vertical-align: middle;
    margin: auto;
    top: 0;
    right: 24px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sort-list-box__select.is-show {
  background-color: #EDEDED;
}

.sort-list-box__item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sort-list-box__item:last-of-type {
    padding-bottom: 16px;
  }
}

.sort-list-box__anchor {
  text-decoration: none;
  margin: 0 16px;
  padding: 12px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sort-list-box__anchor {
    margin: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .sort-list-box__anchor {
    width: 100%;
    margin: 0;
    padding: 12px 24px;
    line-height: 1.5;
  }
}
.sort-list-box__anchor:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: 4px;
  margin: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .sort-list-box__anchor:after {
    display: none;
  }
}
.sort-list-box__anchor:after.is-active {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.sort-list-box__anchor:hover:after, .sort-list-box__anchor:active:after {
  left: 0;
  width: 100%;
}
.sort-list-box__anchor.is-active:after {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

.sort-list-box__label {
  display: inline;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sort-list-box__label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sort-list-box__label {
    font-size: 14px;
  }
}
.sort-list-box__label.is-search-form-box {
  font-size: 14px;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes usp-flow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes usp-flow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.usp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 164px auto 192px;
}
@media screen and (max-width: 1000px) {
  .usp-box {
    margin: 72px auto 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .usp-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 48px;
  }
}

.usp-box__heading {
  width: 61.8%;
  opacity: 0;
  -webkit-animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 400ms 1 normal forwards;
          animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 400ms 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 1000px) {
  .usp-box__heading {
    margin: 0 auto 96px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .usp-box__heading {
    margin: 8px auto 48px;
    width: 100%;
  }
}

.usp-box__info-box {
  margin: 0;
  width: 30.2%;
}
@media screen and (max-width: 1000px) {
  .usp-box__info-box {
    margin: 0 0 0 auto;
    width: calc((100% - 48px) / 2 - 0.1px);
  }
}
@media screen and (max-width: 767px) {
  .usp-box__info-box {
    width: 100%;
  }
}

.usp-box__lead {
  word-wrap: break-word;
  font-size: 19px;
  font-weight: 700;
  margin: 0 auto 1.75em;
  color: #000000;
  line-height: 2;
  opacity: 0;
  -webkit-animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 800ms 1 normal forwards;
          animation: usp-flow 1000ms cubic-bezier(0.19, 1, 0.22, 1) 800ms 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.usp-box__lead::before, .usp-box__lead.c-link-button-lv2__anchor:after {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.usp-box__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 1472px) {
  .usp-box__lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 1344px) {
  .usp-box__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .usp-box__lead {
    font-size: 16px;
    margin: 0 auto 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .usp-box__lead {
    font-size: 16px;
    margin: 0 auto 1.75em;
  }
}
.usp-box__lead.is-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.lazyloadl,
.lazyloading {
  opacity: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.private-box {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 96px;
}
@media screen and (max-width: 1000px) {
  .private-box {
    padding: 64px;
  }
}
@media screen and (max-width: 767px) {
  .private-box {
    padding: 48px 24px 32px;
  }
}
.private-box.is-work-detail {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .private-box.is-work-detail {
    margin: 0 auto;
  }
}
.private-box.is-work-archive {
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .private-box.is-work-archive {
    margin: 48px auto;
    padding: 24px;
  }
}

.private-box__project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 64px auto 56px;
}
@media screen and (max-width: 1000px) {
  .private-box__project-info {
    margin: 48px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .private-box__project-info {
    margin: 24px auto;
  }
}

.private-box__project-info-item {
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin: 0 48px 0;
}
@media screen and (max-width: 767px) {
  .private-box__project-info-item {
    margin: 0 12px 0;
  }
}

.private-box__project-info-key {
  font-size: 18px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .private-box__project-info-key {
    font-size: 13px;
  }
}

.private-box__project-info-value {
  font-size: 91px;
  font-family: IsidoraSans, "Avenir Next", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, Meiryo, sans-serif;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .private-box__project-info-value {
    font-size: 37px;
  }
}

.private-box__project-caption {
  max-width: 640px;
  text-align: left;
  margin: 0 auto 1.3em;
  font-size: 15px;
  line-height: 2;
}
.private-box__project-caption:first-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .private-box__project-caption {
    margin: 0 auto 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .private-box__project-caption {
    margin: 0 auto 1.3em;
    text-align: left;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .private-box__project-caption-br {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.u-mt-lv0, .u-mtb-lv0 {
  margin-top: 0;
}

.u-mb-lv0, .u-mtb-lv0 {
  margin-bottom: 0;
}

.u-mt-lv1, .u-mtb-lv1 {
  margin-top: 8px;
}

.u-mb-lv1, .u-mtb-lv1 {
  margin-bottom: 8px;
}

.u-mt-lv2, .u-mtb-lv2 {
  margin-top: 16px;
}

.u-mb-lv2, .u-mtb-lv2 {
  margin-bottom: 16px;
}

.u-mt-lv3, .u-mtb-lv3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv3, .u-mtb-lv3 {
    margin-top: 16px;
  }
}

.u-mb-lv3, .u-mtb-lv3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv3, .u-mtb-lv3 {
    margin-bottom: 16px;
  }
}

.u-mt-lv4, .u-mtb-lv4 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv4, .u-mtb-lv4 {
    margin-top: 24px;
  }
}

.u-mb-lv4, .u-mtb-lv4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv4, .u-mtb-lv4 {
    margin-bottom: 24px;
  }
}

.u-mt-lv5, .u-mtb-lv5 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv5, .u-mtb-lv5 {
    margin-top: 32px;
  }
}

.u-mb-lv5, .u-mtb-lv5 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv5, .u-mtb-lv5 {
    margin-bottom: 32px;
  }
}

.u-mt-lv6, .u-mtb-lv6 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv6, .u-mtb-lv6 {
    margin-top: 40px;
  }
}

.u-mb-lv6, .u-mtb-lv6 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv6, .u-mtb-lv6 {
    margin-bottom: 40px;
  }
}

.u-mt-lv7, .u-mtb-lv7 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv7, .u-mtb-lv7 {
    margin-top: 48px;
  }
}

.u-mb-lv7, .u-mtb-lv7 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv7, .u-mtb-lv7 {
    margin-bottom: 48px;
  }
}

.u-mt-lv8, .u-mtb-lv8 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv8, .u-mtb-lv8 {
    margin-top: 64px;
  }
}

.u-mb-lv8, .u-mtb-lv8 {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv8, .u-mtb-lv8 {
    margin-bottom: 64px;
  }
}

.u-mt-lv9, .u-mtb-lv9 {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv9, .u-mtb-lv9 {
    margin-top: 80px;
  }
}

.u-mb-lv9, .u-mtb-lv9 {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv9, .u-mtb-lv9 {
    margin-bottom: 80px;
  }
}

.u-mt-lv10, .u-mtb-lv10 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .u-mt-lv10, .u-mtb-lv10 {
    margin-top: 96px;
  }
}

.u-mb-lv10, .u-mtb-lv10 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .u-mb-lv10, .u-mtb-lv10 {
    margin-bottom: 96px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.u-fw-400 {
  font-weight: 700;
}

.u-fw-bold {
  font-weight: 700;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

.u-ta-center--sp-exc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-ta-center--sp-exc {
    text-align: left;
  }
}

.u-ta-right {
  text-align: right;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.u-404--heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .u-404--heading {
    margin-bottom: 16px;
  }
}

.u-404--lead {
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .u-404--lead {
    font-size: 15px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets-common/fonts/NotoSans_regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets-common/fonts/NotoSans_bold.woff") format("woff");
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-medium-adjust.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-mediumIt-adjust.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-bold-adjust.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IsidoraSans";
  src: url("/assets-common/fonts/IsidoraSans-boldIt-adjust.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out-block {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}