.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  overflow: visible;
  padding-top: 0px;
  border-top-left-radius: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.75em;
  letter-spacing: 0.125em;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0px 0px 16px 16px;
  background-color: transparent;
}

.top-main {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7bdbd), to(#ffe6e6));
  background-image: linear-gradient(180deg, #f7bdbd, #ffe6e6);
}

.contents {
  margin-top: 80px;
}

.contents-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: transparent;
}

.contents-area.contents-area--narrower {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.contents-area.mb-0 {
  margin-bottom: 0px;
}

.title--2 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 100px 0px;
  font-size: 60px;
  line-height: 1.25em;
  text-align: left;
  letter-spacing: 0.25em;
}

.movie-thumb {
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 56.25%;
  border-radius: 0px;
  color: #19354c;
  text-decoration: none;
}

.play-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin: auto;
}

.list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.list-item {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  text-decoration: none;
}

.list-item:hover {
  box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.date {
  margin-right: 8px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #bbb;
  font-size: 12px;
}

.date.date--large {
  color: #000;
  font-size: 32px;
}

.date.date--large {
  font-size: 32px;
}

.list__title {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5em;
}

.list__title.list__title--thumb {
  padding-right: 16px;
}

.text-block {
  display: block;
  opacity: 1;
  letter-spacing: 0.02em;
}

.movie-thumb__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-container.page-container {
  max-width: 1020px;
  padding-top: 0px;
}

.nav-menu {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80vh;
  margin-top: 10vh;
  padding: 48px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 8px solid #c92d17;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -o-object-fit: fill;
  object-fit: fill;
}

.icon {
  font-family: 'Fa brands 400', sans-serif;
  color: #f07e7e;
  font-size: 18px;
}

.icon.icon--twitter {
  color: #1da1f2;
}

.icon.icon--instagram {
  color: #bc2a8d;
}

.icon.icon--line {
  color: #00b900;
}

.icon.icon--facebook {
  color: #1877f2;
}

.icon.icon--pinterest {
  color: #bd081c;
}

.icon.icon--youtube {
  color: #da1725;
}

.menu-button {
  z-index: 300;
  display: block;
}

.menu-button.w--open {
  background-color: transparent;
}

.button {
  width: 12em;
  margin-right: 4px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #d60037;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.button--secondary {
  background-color: #ffe3ee;
  color: #490c04;
  text-shadow: none;
}

.button.btn--100 {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 32px auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
}

.button.btn--100:hover {
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button.btn--100.btn--secondary,
.button.btn--100.button--secondary {
  background-color: #ffe2e8;
  color: #19354c;
}

.button.btn--100.btn--subtle {
  border: 1px none #000;
  background-color: #f0f0f0;
  background-image: none;
}

.button.btn--100.btn--text {
  width: 320px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: 150px;
  color: #d60d40;
  font-size: 16px;
  text-shadow: none;
}

.button.btn--subtle {
  width: auto;
  min-width: 10em;
  border-top: 1px none #aa7f4b;
  border-bottom: 1px none #aa7f4b;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  color: #444;
  text-shadow: none;
  border: 1px solid #ddd;
}

.button.btn--inline {
  text-shadow: none;
}

.button.btn--fc {
  margin-right: 8px;
  margin-left: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #d36ace;
  font-size: 14px;
}

.button.btn--fc:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button.btn--ghost {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.button.btn--ghost.btn--100 {
  position: relative;
  border-color: #f2adbc;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #ff9b9b;
  font-size: 14px;
}

.button.btn--ghost.btn--100:hover {
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 32px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 13px;
  text-decoration: none;
}

.card__title {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5em;
}

.card__inner {
  overflow: visible;
  width: 100%;
  margin-right: 16px;
  margin-bottom: 0px;
  border-radius: 0px;
  text-decoration: none;
}

.card-item {
  /* width: auto; */
  width: 240px;
  max-width: none;
  min-width: 300px;
  margin-right: 16px;
  margin-bottom: 40px;
  margin-left: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #19354c;
  text-decoration: none;
}

.card-item:hover {
  box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.card-item.card-item--large {
  width: 50%;
  min-width: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
}

.list-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-right: 0px;
  padding-bottom: 24px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.list-item__inner.thum-list-item__inner {
  padding-right: 16px;
}

.list-item__inner.date-list-item__inner {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.list-item__inner.list-item__inner--multi-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-item__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.tag-category {
  /* height: 2em; */
  margin-right: 8px;
  margin-left: 0px;
  /* padding-right: 1em; */
  /* padding-left: 1em; */
  border-radius: 20px;
  background-color: transparent;
  color: #ebbdbd;
  font-size: 11px;
}

.tag-category.tag-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 11px;
  white-space: nowrap;
}

.bold-text-2 {
  color: #444;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.view-all {
  margin-right: 0px;
}

.view-all__text {
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.view-all__text.view-all__text-v1 {
  font-family: 'Kaisei Opti';
  color: #f2adbc;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 20px;
  font-family: 'Fa 300', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1em;
}

.arrow.arrow--left {
  position: static;
  width: 24px;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 5px;
  padding-left: 5px;
}

.arrow.arrow-pink {
  border-color: #ee4d4d;
  color: #ee4d4d;
}

.link-all {
  width: auto;
  min-width: 15em;
  margin-right: 48px;
  padding: 0px;
  border-radius: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.link-all:hover {
  box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.link-all.view-all-link {
  background-image: none;
}

.link-all.view-all-link.no-shadow {
  position: relative;
  width: 150px;
  padding: 5px 0px;
  border-top: 1px solid #aa7f4b;
  border-bottom: 1px solid #aa7f4b;
  border-radius: 0px;
  box-shadow: none;
}

.link-all.view-all-link.no-shadow:hover {
  opacity: 0.6;
}

.footer {
  position: relative;
  overflow: visible;
  padding-bottom: 24px;
}

.footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ebbdbd;
  border-right: 1px solid #ebbdbd;
}

.footer__link-item {
  display: inline-block;
  width: 50%;
  margin-right: -1px;
  padding: 10px 10px 20px;
  border-top: 1px none #ac1a68;
  border-right: 1px solid #ebbdbd;
  border-bottom: 1px solid #ebbdbd;
  color: #e58484;
  font-size: 12px;
  text-decoration: none;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8a9096;
  font-size: 11px;
}

.footer__copyright.flex-center {
  color: #444;
  font-size: 12px;
}

.tag-member__icon {
  margin-right: 4px;
  font-family: 'Fa 300', sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.card__data {
  padding: 8px 16px 16px;
}

.card__thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__thumb.banner__thumb {
  position: static;
  width: 240px;
  height: 160px;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #444;
  font-size: 18px;
}

.flex-center.footer__notice {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #727171;
  font-size: 13px;
}

.btn--subtle {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #e2e2e2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

.large {
  font-size: 1.2rem;
}

.logo__image {
  width: 240px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo__image:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.card__data-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.input--text {
  border-radius: 4px;
}

.textarea {
  border-radius: 4px;
}

.select-field {
  border-radius: 4px;
}

.form__label {
  margin-top: 16px;
}

.pager {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.pager__item.pager__item--back {
  width: auto;
}

.pager__item.pager__item--right {
  width: auto;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article.blog-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article__header {
  position: relative;
  margin-bottom: 24px;
}

.article__header.article__header--schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article__title-text {
  font-weight: 400;
}

.birthday-image {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.paragraph-2 {
  line-height: 1.75em;
}

.article__title {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.75em;
  font-weight: 400;
}

.article__title.blog-title {
  margin-bottom: 0px;
}

.title--3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 0px;
  border-left: 6px none #f4c714;
  color: #555;
  font-size: 20px;
}

.title--4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 4px none #cfcfcf;
  font-size: 18px;
  font-weight: 400;
}

.title--5 {
  margin-bottom: 12px;
  color: #d60037;
  font-weight: 700;
}

.title--3__text {
  padding: 0px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: transparent;
  color: #222;
  font-size: 24px;
}

.title--4__text {
  padding-left: 24px;
  color: #d66c6a;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slider__arrow--left {
  position: absolute;
  left: 16px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(46, 0%, 100%, 0.7);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  font-family: 'Fa 300', sans-serif;
  color: #ff9e9e;
  font-size: 14px;
  text-decoration: none;
}

.slider__arrow--left:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.slider__arrow--right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 24px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-family: 'Fa 300', sans-serif;
  color: #ff9e9e;
  font-size: 16px;
  letter-spacing: 0em;
  text-decoration: none;
}

.slider__arrow--right:hover {
  opacity: 0.7;
}

.nav__inner {
  overflow: auto;
  width: 800px;
  height: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.nav__buttons {
  margin-bottom: 23px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

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

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #19354b;
  text-decoration: none;
}

.nav__menu-item-text {
  font-family: 'Roboto Slab';
  font-size: 16px;
  text-decoration: none;
}

.nav__menu-item-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link {
  color: #d69a00;
}

.accordion__title {
  position: relative;
  padding: 16px 32px 16px 0px;
  border-bottom: 1px solid #d1d6db;
}

.accordion__title-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Fa 300', sans-serif;
  font-size: 18px;
  letter-spacing: 0em;
}

.accordion__title-icon.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__title-text {
  font-size: 16px;
  line-height: 1.8em;
}

.accordion__body {
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
}

.banners {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}

.list-item__thumb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}

.list-item__thumb {
  width: 200px;
  height: 200px;
  max-width: 400px;
  display: flex;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #ffebeb;
  justify-content: center;
  align-items: center;
}

.header__logo {
  border-radius: 11px;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.4em;
  text-decoration: none;
}

.header__logo:hover {
  opacity: 0.8;
}

.x-large {
  font-size: 1.4rem;
}

.x-large.price-value {
  margin-right: 8px;
  margin-left: 8px;
}

.small {
  font-size: 0.8rem;
}

.x-small {
  font-size: 0.7rem;
}

.banner-item {
  width: 240px;
  height: 160px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.header-nav {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2adbc), to(#fff));
  background-image: linear-gradient(180deg, #f2adbc, #fff);
}

.main {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.text-block-19 {
  text-shadow: none;
}

.nav-item {
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 0px 16px 4px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 16px;
  -webkit-transition: padding 150ms ease;
  transition: padding 150ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.25em;
  font-weight: 400;
  text-decoration: none;
}

.nav-item:hover {
  /* padding-top: 0px;
  padding-bottom: 0px; */
}

.nav-item.nav-item--jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.logo {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.25em;
  text-align: center;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.nav-menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-item__data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pane {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff2f1;
}

.pane.mb-40 {
  padding-bottom: 16px;
}

.pane.pane--border {
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: transparent;
}

.slider {
  height: 160px;
  background-color: transparent;
}

.slide-nav {
  position: absolute;
  right: 60px;
  bottom: 0;
  /* margin-bottom: -48px; */
  margin-bottom: -24px;
  color: #1979c9;
}

.text-block-21 {
  font-size: 30px;
}

.text-block-22 {
  text-shadow: none;
}

.text-block-23 {
  text-shadow: none;
}

.main-visual__logo {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 1.25em;
}

.main-visual__text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual__sub-text {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.carousel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow--right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Fa 300', sans-serif;
  font-size: 20px;
}

.arrow--left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Fa 300', sans-serif;
  font-size: 20px;
}

.twitter-widget {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.twitter__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.twitter__icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #000;
  background-color: #ddd;
}

.twitter__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.modal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.modal__content {
  display: block;
}

.people__image {
  width: 160px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.people__name {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.people__desc {
  font-size: 13px;
  line-height: 1.6em;
}

.modal__inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: 600px;
  height: 600px;
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.sub-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.people__name--main {
  margin-bottom: 2px;
  font-size: 24px;
}

.people-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0.63;
}

.modal__desc {
  margin-bottom: 20px;
  font-size: 16px;
}

.mask-2 {
  overflow: visible;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

._12-columns.member-list {
  overflow: visible;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container {
  max-width: 1200px;
}

.column {
  padding-right: 16px;
  padding-left: 16px;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.667%;
}

.column.desk-10 {
  width: 83.333%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-8 {
  width: 66.667%;
}

.column.desk-7 {
  width: 58.3333333333%;
}

.column.desk-6 {
  width: 50%;
  border-right: 1px none #ebbdbd;
}

.column.desk-5 {
  width: 41.6666666667%;
}

.column.desk-4 {
  width: 33.333333333%;
  font-family: 'Noto Sans JP', sans-serif;
}

.column.desk-4.disco-item {
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.column.desk-3 {
  width: 25%;
}

.column.desk-2 {
  width: 16.6666666667%;
}

.column.desk-1 {
  width: 8.3333333333%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-6.mob-12.slide {
  position: relative;
}

.column.desk-6.mob-12.profile-card__image {
  padding-right: 0px;
  padding-left: 0px;
}

.sample {
  overflow: hidden;
  height: 100px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fafafa;
}

.ontents-title {
  font-family: Oswald, sans-serif;
  color: #f2adbc;
  letter-spacing: 0.05em;
}

.ontents-title.title--2-2 {
  margin-left: 0px;
  color: #fff;
}

.new-mark {
  position: static;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 16px;
  background-color: #ff4848;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.new-mark.new-mark--thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

.link-block-2 {
  min-width: auto;
  padding: 8px 16px;
  border-radius: 20px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.link-block-2.member-view-alll {
  width: 16em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f07e7e;
  color: #ee4d4d;
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-width.section--strong {
  background-image: linear-gradient(135deg, #f6bdbd, #ffe6e6);
}

.schedule-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-item {
  overflow: hidden;
  width: 23%;
  margin-right: 8px;
  margin-bottom: 32px;
  margin-left: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.member-item:hover {
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.member-data {
  text-align: center;
}

.member-name--kr {
  color: #a0a0a0;
  font-size: 11px;
}

.member-name--en {
  color: #a0a0a0;
  font-size: 11px;
}

.member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, 0.1);
}

.about-data {
  padding: 16px 24px;
}

.about-name {
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  color: #f07e7e;
  font-size: 32px;
  line-height: 1.5em;
}

.about-text {
  margin-bottom: 24px;
  color: #444;
}

.fc-area {
  padding-top: 25px;
  background-color: #ce3abf;
  background-image: linear-gradient(317deg, #903ace, #ff8ad0);
}

.fc-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
}

.fc-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-title--3 {
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 48px;
}

.text-block-25 {
  line-height: 1.755em;
}

.fc-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
}

.fc-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}

.fc-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sns-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f07e7e;
  border-radius: 20px;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
}

.footer-link-item {
  width: 49%;
  margin-top: 8px;
  margin-right: 1%;
  margin-bottom: 0px;
  background-color: #fff0f0;
}

.footer-link-item img {
  width: 100%;
}

.copyright {
  padding-right: 16px;
  padding-left: 16px;
}

.top-fc-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -20px;
  width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  background-color: #ff3c3c;
  background-image: linear-gradient(283deg, #ff3c3c, #ff7d95);
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fffcfc;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.top-fc-link:hover {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.nav-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.nav-toggle-bar {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.nav-toggle-bar.bar-1 {
  top: 8px;
}

.nav-toggle-bar.bar-2 {
  top: 15px;
}

.nav-toggle-bar.bar-3 {
  top: 22px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 0%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #000;
  font-size: 15px;
}

.right-arrow {
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  color: #000;
  font-size: 14px;
}

.list-item__pickup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 0px 8px;
  border: 1px none #f2adbc;
  border-radius: 20px;
  background-color: #c5f1ff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1.5em;
}

.to-top {
  position: absolute;
  left: auto;
  top: -10px;
  right: 10px;
  bottom: auto;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.image-23 {
  width: 20px;
}

.swiper-pagination-bullet,
.slider-dotts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 87px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-dott {
  width: 40px;
  height: 2px;
  margin-right: 2px;
  background-color: #d4d4d4;
}

.slider-dott.active {
  background-color: #000;
}

.ovh {
  overflow: hidden;
}

.link-block-3 {
  font-size: 14px;
}

.icon-top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
}

.gallery-item {
  position: relative;
  width: 33%;
  margin-bottom: 0.5%;
}

.gallery-item__inner {
  position: relative;
  padding-top: 100%;
}

.gallery-item__image img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 8px;
  margin-left: 0px;
}

.category-item--thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-width: 90px;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px none #f2adbc;
  color: #ff9b9b;
  font-size: 13px;
  text-decoration: none;
}

.caategory-item__image {
  width: 80px;
  height: 80px;
  border: 4px solid #f2adbc;
  border-radius: 40px;
  overflow: hidden;
}

.category-item__member-name {
  text-decoration: none;
}

.article-images {
  position: relative;
  min-width: 50%;
  padding-right: 20px;
}

.article-slider {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff0f0;
}

.article-slider__image {
  max-height: 600px;
}

.slider-dots {
  position: absolute;
  left: 0%;
  top: auto;
  right: 20px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-dot__item {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 50%, 0.2);
}

.slider-dot__item.active {
  background-color: #f38a8a;
}

.disco__header {
  margin-top: 8px;
  margin-bottom: 24px;
}

.slider-dot__item-2 {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.slider-dot__item-2.active {
  background-color: #fff;
}

.disco__category {
  margin-top: 8px;
  color: #f1b8b8;
  font-size: 12px;
  line-height: 1.5em;
}

.disco__links {
  margin-top: 24px;
}

.disco__title {
  color: #f2adbc;
  font-size: 40px;
  line-height: 1.75em;
}

.disco-image {
  width: 100%;
}

.disco__desc {
  color: #686868;
}

.disco-thumb {
  margin-bottom: 8px;
}

.disco-item {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.disco-item__link {
  color: #000;
  text-decoration: none;
}

.category__item {
  margin-right: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2adbc;
  border-radius: 40px;
  color: #f89494;
  font-size: 13px;
  text-decoration: none;
}

.profile-name {
  font-family: Oswald, sans-serif;
  color: #f2adbc;
  font-size: 48px;
  line-height: 1.5em;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 189, 189, 0.9);
  opacity: 0;
}

.fc-menu__title {
  margin-bottom: 24px;
  margin-left: 24px;
  padding-bottom: 12px;
  border-bottom: 4px solid #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 31px;
}

.global-fc-menu {
  margin-top: 24px;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.image-24 {
  width: 100%;
}

.title--jp {
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: scale3d(0.85, 1, 1);
  transform: scale3d(0.85, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 72px;
  letter-spacing: 0.025em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page-desc {
  margin-bottom: 32px;
}

.div-block {
  margin-top: 8px;
  padding: 8px 8px 8px 12px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe1e1), color-stop(50%, #fff));
  background-image: linear-gradient(90deg, #ffe1e1, #fff 50%);
}

.about-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 16px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f2adbc;
  border-radius: 8px;
}

.about-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: 100px;
  margin-right: 16px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Fa 300', sans-serif;
  color: #ffa6a6;
  font-size: 60px;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}

.about-item__title {
  margin-bottom: 4px;
  font-size: 20px;
}

.about-item__text {
  color: #555;
}

.sub-title {
  display: flex;
  align-items: center;
  width: 17em;
  padding: 5px 12px;
  border-radius: 16px;
  background-color: #e7e7e7;
  font-size: 13px;
  line-height: 1;
}

.mb-16 {
  margin-bottom: 16px;
}

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

.content-container {
  margin-bottom: 80px;
}

.pane__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20em;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}

.price-list {
  width: 40em;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
}

.price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bold {
  font-weight: 700;
}

.payment-image {
  width: 300px;
  margin-bottom: 8px;
}

.title-2.title-2--has-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.02em;
}

.text-block-26 {
  font-family: Vollkorn, serif;
}

.category-title {
  width: 4em;
  min-width: 4em;
  margin-right: 16px;
  font-family: Oswald, sans-serif;
  color: #ff8e8c;
}

.category-list__wrapper {
  margin-bottom: 16px;
}

.text-block-27 {
  font-family: 'Fa 300', sans-serif;
  font-size: 120px;
  line-height: 1.25em;
}

.eye-catch {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
  background-color: #f2adbc;
}

.list-item__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  margin-right: 10px;
  padding: 4px 16px;
  border-radius: 24px;
  background-color: #eee;
}

.list-item__term.article-header__term {
  width: 23em;
  margin-top: -16px;
  margin-bottom: 16px;
  margin-left: 0px;
}

.list-item__term-date {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.list-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list-item__term-title {
  margin-right: 8px;
  font-size: 13px;
}

.mb-80 {
  margin-bottom: 80px;
}

.birthday-icon {
  font-family: 'Fa 300', sans-serif;
  color: #f2adbc;
  font-size: 60px;
  line-height: 1.5em;
  text-align: center;
}

.title__icon {
  font-family: 'Fa 300', sans-serif;
}

.bold-text-4 {
  font-size: 70px;
}

.title--2__text {
  margin-right: 12px;
  margin-left: 12px;
}

.mx-a {
  margin-right: auto;
  margin-left: auto;
}

.archive-title {
  font-family: Oswald, sans-serif;
  color: #f2adbc;
  font-size: 18px;
  letter-spacing: 0.025em;
}

.archive-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.archive-icon {
  position: static;
  font-family: 'Fa 300', sans-serif;
}

.archive-year__value {
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.archive__month {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.list-item__members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item__member {
  margin-right: 16px;
  color: #ff8080;
  font-size: 13px;
  white-space: nowrap;
}

.list-item__member.member--light {
  color: #6da1ee;
}

@media screen and (min-width: 1440px) {
  .list-item {
    border-bottom-color: #adadad;
    -webkit-transition: box-shadow 400ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 400ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, box-shadow 400ms ease;
    transition: transform 200ms ease, box-shadow 400ms ease, -webkit-transform 200ms ease;
  }

  .list-item:hover {
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }

  .date {
    color: #888;
  }

  .date.date--large {
    color: #000;
  }

  .date.date--large {
    color: #000;
  }

  .card-item {
    /* width: auto; */
    width: 240px;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    box-shadow: 6px 6px 4px 0 transparent;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 150ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 150ms ease;
    transition: box-shadow 200ms ease, transform 150ms ease;
    transition: box-shadow 200ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  }

  .card-item:hover {
    /* padding-bottom: 16px; */
    box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0px, -16px);
    -ms-transform: translate(0px, -16px);
    transform: translate(0px, -16px);
  }

  .list-item__inner {
    border-bottom-color: #ebebeb;
  }

  .view-all__text {
    font-family: Oswald, sans-serif;
    font-size: 12px;
  }

  .arrow {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .arrow.arrow--left {
    width: 24px;
  }

  .link-all:hover {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }

  .card__data {
    margin-top: 0px;
    padding: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .pager__item.pager__item--back {
    width: auto;
  }

  .pager__item.pager__item--right {
    width: auto;
  }

  .paragraph-2 {
    line-height: 1.75em;
  }

  .main-visual__text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-visual__sub-text {
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }

  .carousel-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
  }

  .arrow--right {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-family: 'Fa 300', sans-serif;
    font-size: 20px;
  }

  .arrow--left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.5);
    font-family: 'Fa 300', sans-serif;
    font-size: 20px;
  }

  .twitter-widget {
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
  }

  .twitter__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }

  .twitter__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #cacaca;
  }

  .twitter__text {
    display: inline-block;
  }

  .twitter__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block {
    min-width: auto;
    padding: 8px 16px;
    border-radius: 20px;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    color: #000;
  }

  .nav {
    opacity: 0;
  }

  .about-content-item {
    width: 49%;
  }

  .about-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    min-width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 0px;
    background-color: #fff;
  }

  .navbar {
    padding-top: 0px;
    padding-right: 0px;
  }

  .top-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents-area {
    margin-right: auto;
    margin-left: auto;
    border-top: 1px none #000;
  }

  .title--2 {
    width: 80%;
    font-size: 32px;
  }

  .movie-thumb {
    width: 100%;
  }

  .text-block {
    font-size: min(7vw, 7rem);
  }

  .main-container.page-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-menu {
    width: 90%;
  }

  .icon {
    color: #f07e7e;
  }

  .button.btn--fc {
    width: 8em;
  }

  .card__title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .card__inner {
    width: 100%;
    margin-right: 16px;
  }

  .card-item {
    width: 50%;
    min-width: 40%;
    margin: 0px 0px 32px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .card-item.card-item--large {
    min-width: 240px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .card-item.card-item--first {
    width: 100%;
  }

  .list-item__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item__meta {
    margin-bottom: 8px;
  }

  .link-all {
    margin-right: 8px;
  }

  .footer__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__link-item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card__thumb {
    width: 100%;
    height: 100%;
  }

  .flex-center {
    line-height: 1.54em;
  }

  .slider__arrow--left {
    left: 10px;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: none;
  }

  .slider__arrow--right {
    left: auto;
    top: 0%;
    right: 30px;
    bottom: 0%;
    z-index: 100;
    display: none;
  }

  .nav__inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .card-wrapper {
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banners {
    overflow: hidden;
  }

  .list-item__thumb {
    width: 200px;
    height: 200px;
  }

  .banner-item {
    width: 240px;
    min-width: 240px;
  }

  .header {
    position: relative;
    margin-bottom: 20px;
  }

  .main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-item {
    border-style: solid;
    border-width: 4px;
    border-color: #fff;
    color: #fff;
  }

  .logo {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    margin-left: 20px;
  }

  .menu-button-2 {
    margin-right: 15px;
    margin-left: auto;
    color: #e7707e;
  }

  .menu-button-2.w--open {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: auto;
    border-radius: 500px;
    background-color: rgba(231, 112, 126, 0.3);
    background-image: none;
    background-size: auto;
    color: #c21b2e;
  }

  .nav-menu-2 {
    position: absolute;
    top: 109px;
    display: block;
    overflow: visible;
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: transparent;
  }

  .nav-menu__inner {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 41px 30px 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ffd5d5;
  }

  .main-visual__logo {
    font-size: 80px;
  }

  .modal {
    display: none;
  }

  .column.tab-12 {
    width: 100%;
  }

  .column.tab-11 {
    width: 91.6666666667%;
  }

  .column.tab-10 {
    width: 83.3333333333%;
  }

  .column.tab-9 {
    width: 75%;
  }

  .column.tab-8 {
    width: 66.66666667%;
  }

  .column.tab-7 {
    width: 58.3333333333%;
  }

  .column.tab-6 {
    width: 50%;
  }

  .column.tab-5 {
    width: 41.6666666667%;
  }

  .column.tab-4 {
    width: 33.333333333%;
  }

  .column.tab-3 {
    width: 25%;
  }

  .column.tab-2 {
    width: 16.6666666667%;
  }

  .column.tab-1 {
    width: 8.3333333333%;
  }

  .ontents-title {
    width: 100%;
    font-size: 80px;
  }

  .ontents-title.title--2-2 {
    min-width: 4.1em;
  }

  .member-item {
    width: 230px;
  }

  .about {
    max-width: 90%;
    min-width: auto;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
  }

  .fc-menu {
    margin-right: -8px;
    margin-left: -8px;
  }

  .fc-menu-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-item {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .nav {
    z-index: -1;
  }

  .title--jp {
    font-size: 60px;
  }

  .about-content-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contents-area {
    margin-right: 0px;
  }

  .title--2 {
    width: 80%;
    border-radius: 100px 0px;
  }

  .movie-thumb {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .list {
    width: 100%;
  }

  .date {
    margin-right: 8px;
    font-size: 11px;
  }

  .date.date--large {
    font-size: 28px;
  }

  .date.date--large {
    font-size: 28px;
  }

  .list__title.list__title--term {
    margin-top: -4px;
  }

  .main-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-item {
    width: 46%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-item.card-item--large {
    width: 100%;
  }

  .list-item__inner.thum-list-item__inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .list-item__meta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tag-category {
    margin-right: 4px;
    /* padding-right: 0.5em;
    padding-left: 0.5em; */
  }

  .view-all__text.view-all__text-v1 {
    color: #ac1a68;
  }

  .tag-member__icon {
    margin-right: 0px;
  }

  .text-block-16 {
    /* display: none; */
    overflow: visible;
    margin-left: 4px;
  }

  .card__thumb {
    height: 45vw;
  }

  .card__thumb.banner__thumb {
    height: 160px;
  }

  .flex-center {
    color: #19344b;
    font-size: 12px;
  }

  .pager__item.pager__item--back {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pager__item.pager__item--right {
    padding-right: 8px;
    padding-left: 8px;
  }

  .article.blog-article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article__header.article__header--schedule {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article__meta {
    margin-top: 16px;
  }

  .article__meta.article__meta--sub {
    margin-top: 4px;
  }

  .card-wrapper {
    overflow: visible;
  }

  .banners {
    overflow: visible;
    /* padding-left: 24px; */
    padding-left: 0;
  }

  .list-item__thumb {
    width: 33vw;
    height: 33vw;
    max-width: none;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 1.75em;
  }

  .banner-item {
    width: 240px;
    min-width: 240px;
    margin-left: 0px;
  }

  .logo {
    z-index: 1;
    margin-top: 10px;
    font-size: 50px;
    line-height: 1.1em;
  }

  .list-item__data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider {
    z-index: 1;
  }

  .slide-nav {
    margin-bottom: -60px;
  }

  ._12-columns.member-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column.desk-6.tab-12.mob-full-width.twitter-wrapper {
    margin-bottom: 40px;
  }

  .column.desk-4.disco-item.mob-6 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .column.mob-12 {
    width: 100%;
  }

  .column.mob-11 {
    width: 91.6666666667%;
  }

  .column.mob-10 {
    width: 83.3333333333%;
  }

  .column.mob-9 {
    width: 75%;
  }

  .column.mob-8 {
    width: 66.66666667%;
  }

  .column.mob-7 {
    width: 58.3333333333%;
  }

  .column.mob-6 {
    width: 50%;
  }

  .column.mob-5 {
    width: 41.6666666667%;
  }

  .column.mob-4 {
    width: 33.333333333%;
  }

  .column.mob-3 {
    width: 25%;
  }

  .column.mob-2 {
    width: 16.6666666667%;
  }

  .column.mob-1 {
    width: 8.3333333333%;
  }

  .ontents-title {
    width: 100%;
    margin-left: 0px;
  }

  .member-item {
    width: 45%;
  }

  .about {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-column {
    width: 100%;
  }

  .fc-buttons {
    margin-right: 0px;
    margin-left: -4px;
  }

  .fc-login {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fc-title--3 {
    font-size: 32px;
  }

  .left-arrow {
    bottom: 0px;
    z-index: 4;
  }

  .right-arrow {
    bottom: 0px;
    z-index: 4;
  }

  .slider-dotts {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: -31px;
  }

  .category-list {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 16px;
  }

  .category-list.full-width.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .article-images {
    width: 100%;
    padding-right: 0px;
  }

  .article-slider {
    width: 100%;
  }

  .disco__header {
    margin-top: 16px;
  }

  .title--jp {
    font-size: 50px;
    line-height: 1.2em;
  }

  .title-2.title-2--has-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item__row {
    display: block;
  }

  .title--2__text {
    line-height: 1.1em;
    text-align: center;
  }

  .archive-year__value {
    font-size: 20px;
  }

  .archive__month {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    letter-spacing: 0.15em;
  }

  .navbar {
    z-index: 10000000;
    padding: 0px;
  }

  .top-main {
    margin-bottom: 16px;
  }

  .contents {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 30px;
  }

  .contents-area {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents-area.contents-area--narrower {
    padding: 0px;
  }

  .title--2 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .movie-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .play-btn {
    width: 40px;
    height: 40px;
  }

  .list-item {
    width: auto;
    padding: 0px;
  }

  .date {
    font-size: 11px;
  }

  .date.date--large {
    font-size: 24px;
  }

  .list__title {
    font-size: 14px;
    line-height: 1.5em;
  }

  .list__title.list__title--thumb {
    font-size: 13px;
    line-height: 1.5em;
  }

  .text-block {
    font-size: 54px;
    line-height: 1.25em;
  }

  .movie-thumb__image {
    width: 100%;
  }

  .main-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-container.page-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    display: none;
    width: 90%;
    height: 80vh;
    margin-top: 44px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .icon {
    margin-bottom: 0px;
    color: #f07e7e;
  }

  .menu-button {
    z-index: 3000;
    padding: 8px;
  }

  .button {
    width: auto;
    min-width: 10em;
    margin: 0px 0px 12px 5px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 20px;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    font-size: 13px;
    letter-spacing: 0.125em;
    white-space: normal;
  }

  .button.button--secondary {
    white-space: normal;
  }

  .button.btn--100 {
    max-width: 80%;
    white-space: normal;
  }

  .button.btn--subtle {
    background-color: transparent;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
  }

  .button.btn--inline {
    background-color: transparent;
    color: #fff;
  }

  .button.btn--fc {
    width: auto;
    min-width: 9.7em;
    margin-right: 4px;
    margin-left: 4px;
  }

  .card__title {
    display: block;
    font-size: 13px;
  }

  .card__inner {
    margin-bottom: 8px;
    border-radius: 20px 0px;
  }

  .card-item {
    width: 44%;
    margin: 0px 8px 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item__inner.thum-list-item__inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .list-item__inner.date-list-item__inner {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item__meta {
    margin-bottom: 8px;
  }

  .tag-category {
    /* letter-spacing: 0.2em; */
    margin-right: 8px;
  }

  .tag-category.tag-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 10px;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .view-all__text.view-all__text-v1 {
    font-family: 'Kaisei Opti';
  }

  .link-all {
    margin-top: 16px;
    margin-right: 0px;
    padding: 8px 16px;
  }

  .link-all.view-all-link {
    background-image: none;
  }

  .link-all.view-all-link.no-shadow {
    margin-right: 0px;
    margin-bottom: 10px;
    box-shadow: none;
  }

  .footer {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer__link {
    margin-right: -16px;
    margin-bottom: 24px;
    margin-left: -16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__link-item {
    width: 100%;
    margin-right: 0px;
    padding: 16px 15px;
    font-size: 12px;
  }

  .footer__copyright {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    text-align: right;
  }

  .tag-member__icon {
    font-size: 10px;
    line-height: 1.5em;
  }

  /* .text-block-16 {
    display: none;
  } */

  .card__data {
    padding-right: 4px;
    padding-left: 4px;
  }

  .card__thumb {
    width: 100%;
    height: 48vw;
  }

  .card__thumb.banner__thumb {
    width: 100%;
    height: 40vw;
  }

  .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .large {
    font-size: 1.1rem;
  }

  .logo__image {
    width: 200px;
    height: 80px;
    min-width: 0px;
  }

  .card__data-meta {
    margin-bottom: 0px;
  }

  .pager__item {
    width: 50%;
  }

  .pager__item.pager__item--back {
    padding-left: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pager__item.pager__item--right {
    padding-right: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .article__title-text {
    font-size: 20px;
    line-height: 1.75em;
  }

  .paragraph-2 {
    margin-bottom: 12px;
  }

  .article__title {
    line-height: 1.4em;
  }

  .title--3 {
    margin-top: 24px;
    padding-left: 12px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffe7e7), color-stop(66%, #fff));
    background-image: linear-gradient(90deg, #ffe7e7, #fff 66%);
    color: #3a3a3a;
    line-height: 1.5em;
  }

  .title--4 {
    color: #333;
  }

  .title--3__text {
    padding: 8px 0px;
    color: #555;
    font-size: 20px;
  }

  .nav__inner {
    padding: 0px 8px;
  }

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

  .nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav__menu-item {
    width: 50%;
  }

  .nav__menu-item-text {
    text-align: left;
  }

  .nav__menu-item-icon {
    width: 20px;
    height: 20px;
  }

  .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-right: -8px;
    margin-left: -8px; */
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .accordion__title {
    padding-right: 27px;
  }

  .banners {
    position: relative;
    overflow: visible;
  }

  .list-item__thumb-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-item__thumb {
    width: 33vw;
    height: 33vw;
    min-width: 33vw;
    margin-right: 8px;
  }

  .x-large {
    font-size: 1.2rem;
  }

  .banner-item {
    width: 70vw;
    min-width: 70vw;
    margin-right: 10px;
    margin-left: 10px;
  }

  .header-nav {
    margin-bottom: 0px;
  }

  .main {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-item {
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 2px;
    border-radius: 8px;
    font-size: 24px;
  }

  .logo {
    margin-left: 10px;
    padding-left: 0px;
    font-size: 40px;
  }

  .menu-button-2 {
    margin-right: 5px;
  }

  .nav-menu-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .pane {
    padding: 16px 12px 12px;
  }

  .main-visual__logo {
    font-size: 40px;
  }

  .main-visual__sub-text {
    font-size: 14px;
  }

  .modal {
    display: none;
  }

  .people__image {
    width: 120px;
    margin-right: 10px;
  }

  .people__desc {
    font-size: 12px;
    line-height: 1.5em;
  }

  .modal__inner {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .sub-name {
    font-size: 12px;
  }

  .people__name--main {
    font-size: 20px;
  }

  .people-row {
    margin-bottom: 20px;
  }

  ._12-columns.member-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column.desk-6.tab-12.mob-full-width {
    /* width: auto; */
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }

  .column.desk-6.tab-12.mob-full-width.twitter-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ontents-title {
    font-size: 72px;
  }

  .link-block-2.member-view-alll {
    margin-top: 16px;
    margin-left: 0px;
  }

  .full-width {
    margin-right: -16px;
    margin-left: -16px;
  }

  .schedule-date {
    margin-bottom: 7px;
  }

  .member-item {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .member-wrapper {
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fc-buttons {
    width: 100%;
    margin-right: -4px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fc-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-dotts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .swiper-pagination-bullet,
  .slider-dott {
    display: block;
    width: 40px;
    height: 2px;
    margin-right: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #e4e4e4;
    color: #d8d8d8;
  }

  .category-list {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 17px;
    padding-left: 8px;
  }

  .category-list.full-width.no-wrap {
    overflow: auto;
  }

  .category-item__member-name {
    white-space: nowrap;
  }

  .category__item {
    white-space: nowrap;
  }

  .nav {
    display: none;
  }

  .fc-menu__title {
    margin-left: 10px;
  }

  .about-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    min-width: 40px;
    margin-right: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
  }

  .div-block-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .title-2 {
    font-size: 64px;
  }

  .category-list__wrapper {
    overflow: auto;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .list-item__term {
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
  }

  .list-item__term.article-header__term {
    max-width: 100%;
  }

  .list-item__term-title {
    color: #888;
    font-size: 12px;
    white-space: nowrap;
  }

  .birthday-icon {
    margin-bottom: 4px;
    font-family: 'Fa 300', sans-serif;
    color: #f2adbc;
    font-size: 72px;
    line-height: 1.25em;
    text-align: center;
  }

  .bold-text-4 {
    font-size: 50px;
  }

  .title--2__text {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 54px;
  }

  .list-item__members {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
