<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #222;
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #dcdcdc;
  color: #222;
}

::selection {
  background: #dcdcdc;
  color: #222;
}

::-moz-selection {
  background: #dcdcdc;
  color: #222;
}

.parts-svg {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #B0629F;
  border: solid 1px;
  border-radius: 5px;
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal !important;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid;
  border-radius: 5px;
  background: none;
  color: #B0629F;
  margin: 1em 0;
  padding: 1.4em 2em;
  text-decoration: none !important;
  text-align: center;
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}

.btn--more a {
  position: relative;
  padding-bottom: 4px;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  white-space: nowrap;
}
.btn--more a::before, .btn--more a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EDECE7;
}
.btn--more a::after {
  background: #222;
}

@keyframes hover-line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.00001% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.date,
.category,
.youbi {
  display: inline-block;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}

.category {
  color: #86878C;
}

.youbi {
  margin: 0 0.3em;
  font-size: 0.7em;
}

.font-en {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--pager {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  padding: 0 40px;
  letter-spacing: -0.5em;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  text-align: center;
}
.block--pager li {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  color: #B0629F;
}
.block--pager li a, .block--pager li span {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 35px;
}
.block--pager li a::before, .block--pager li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F5F4;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.8);
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 35px;
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  border-top: 2px solid #B0629F;
  border-right: 2px solid #B0629F;
  transform-origin: center;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.3;
}
.block--pager .pager__item--newer {
  position: absolute;
  left: 0;
  margin: 0;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  transform-origin: center left;
  transform: rotate(-135deg) translate(-2px, 3px);
}
.block--pager .pager__item--older {
  position: absolute;
  right: 0;
  margin: 0;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  transform-origin: center right;
  transform: rotate(45deg) translate(-4px, 3px);
}
.block--pager .pager__item--current {
  position: relative;
  font-weight: 300;
}
.block--pager .pager__item--current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F7F5F4;
  z-index: -1;
}
.block--pager .pager-link--list {
  width: auto;
  font-weight: bold;
  border-radius: 0;
}
.block--pager .pager-link--list a:hover::before {
  content: none;
}
.block--pager .pager-link--prev a, .block--pager .pager-link--next a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager-link--prev a::after, .block--pager .pager-link--next a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 14px;
  right: 14px;
}
.block--pager .pager-link--prev a::after {
  transform: rotate(45deg);
}
.block--pager .pager-link--next a::after {
  transform: rotate(-135deg);
}

.list--bnr li a {
  display: inline-block;
  line-height: 0;
  background: #C49AC6;
}
.list--bnr li a img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F7F5F4;
  z-index: -1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  border-top: 2px solid #B0629F;
  border-right: 2px solid #B0629F;
  transform-origin: center;
}

.swiper-button-prev {
  left: auto;
  right: 100px;
}
.swiper-button-prev::after {
  transform-origin: center left;
  transform: rotate(-135deg) translate(-2px, 3px);
}

.swiper-button-next {
  left: auto;
  right: 30px;
}
.swiper-button-next::after {
  transform-origin: center right;
  transform: rotate(45deg) translate(-4px, 3px);
}

.swiper-button-prevar.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-prevar.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
  opacity: 0.5;
}

.swiper-scrollbar {
  background: #EDECE7;
}

.swiper-container-horizontal &gt; .swiper-scrollbar,
.swiper-vertical &gt; .swiper-scrollbar {
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
}

.swiper-scrollbar-drag {
  background: #C49AC6;
}

.photo--slider #swipebox-slider .slide-loading {
  background-image: none !important;
}
.photo--slider #swipebox-slider .slide img {
  max-height: 80%;
}
.photo--slider #swipebox-overlay {
  background: rgba(248, 246, 245, 0.85);
}
.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #C49AC6;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.photo--slider #swipebox-close::before {
  transform: rotate(45deg);
}
.photo--slider #swipebox-close::after {
  transform: rotate(-45deg);
}
.photo--slider #swipebox-top-bar {
  background: none;
  text-shadow: none;
}
.photo--slider #swipebox-bottom-bar {
  background: none;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #C49AC6;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

/*-- YouTube --*/
.video, .player {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.video iframe,
.video embed, .player iframe,
.player embed {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player--ios {
  width: 100%;
  text-align: center;
}

.block--player.player-sp {
  width: 100%;
  padding-top: 0;
}

.block--player &gt; div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block--player &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.block--player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eq-header, .video_title, .video_title_text_cover, .video_title_text {
  display: none !important;
}

.block--player .txt {
  margin-bottom: 1em;
}

.flash__player--accordion {
  margin: 2em 0;
}

.flash__player--accordion dl {
  border: solid 1px #000;
}

.flash__player--accordion dt {
  text-align: center;
  line-height: 3em;
  background-color: #000;
  color: #fff;
}

.flash__player--accordion dd {
  display: none;
  background: #fff;
}

.flash__player--accordion .list--player li {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
}

.flash__player--accordion .list--player li:first-of-type {
  border-top: none;
}

.flash__player--accordion .list--player li a {
  display: block;
  padding: 1em;
}

@media screen and (max-width: 960px) {
  .block--player video {
    width: 100%;
  }
  .block--player--ios &gt; video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block--player {
    width: 100%;
    padding-top: 56.25%;
  }
  .block--player.player-sp {
    width: 100%;
    padding-top: 0;
  }
}
.area--movie {
  margin: 3% auto;
  max-width: 640px;
}

.section--list {
  position: relative;
  z-index: 1;
  width: 84%;
  max-width: 1040px;
  margin: 0 auto;
}
.section--list .no-data {
  font-size: 1.3rem;
}

.list--info {
  position: relative;
}
.list--info li {
  border-bottom: solid 1px #EDECE7;
}
.list--info li a {
  display: block;
  padding: 15px 0;
  line-height: 1.5;
}
.list--info li .date {
  margin-right: 1em;
}
.list--info li:last-child {
  border: none;
}
.list--info li.no-data {
  width: 100%;
}

.list--schedule .date {
  margin: 0;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.list--schedule .date .youbi {
  position: relative;
  padding-left: 10px;
  font-size: 1.1rem;
}

.list--contents li {
  float: left;
  margin-bottom: 6vw;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a figure {
  overflow: hidden;
  z-index: 1;
}
.list--contents li a figure img {
  display: block;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-image: url(/static/octpath/common/no_images.png);
  background-color: #ded6de;
}
.list--contents li .list__txt {
  margin-top: 23px;
}
.list--contents li .list__txt .tit {
  margin-top: 4px;
  line-height: 1.5;
}
.list--contents li .list__txt .date {
  color: #55555a;
}
.list--contents li .list__txt .category {
  position: relative;
  margin-left: 15px;
}

.list--photolog li,
.list--latest li {
  float: none;
}
.list--photolog li .thumb,
.list--latest li .thumb {
  overflow: hidden;
  z-index: 1;
}
.list--photolog li .thumb .blur,
.list--latest li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #ded6de;
}
.list--photolog li .thumb .blur img,
.list--latest li .thumb .blur img {
  filter: blur(6px);
}
.list--photolog li a figure img,
.list--latest li a figure img {
  background-color: inherit;
  background-size: contain;
}
.list--photolog li .list__txt .tit,
.list--latest li .list__txt .tit {
  margin-top: 4px;
  line-height: 1.5;
}
.list--photolog li .list__txt .date,
.list--latest li .list__txt .date {
  color: #55555a;
  margin-right: 15px;
}
.list--photolog li .list__txt .category,
.list--latest li .list__txt .category {
  position: relative;
}

[class^=list--] li.new .block--data,
[class^=list--] li.new .list__txt {
  position: relative;
}
[class^=list--] li.new .block--data::after,
[class^=list--] li.new .list__txt::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "NEW";
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.2rem;
  font-style: italic;
  color: #B0629F;
}

.block--category {
  margin: 20px auto 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.block--category li a, .block--category li span {
  display: block;
  min-width: 50px;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  line-height: 1;
  background: #F8F6F5;
  color: #222;
  border-radius: 20px;
  text-align: center;
}
.block--category .current a {
  background: #C49AC6;
  color: #F8F6F5;
}

.section--detail {
  width: 84%;
  max-width: 1040px;
  margin: 0 auto;
}
.section--detail .tit {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.section--detail .category {
  display: inline-block;
}
.section--detail .txt--basic a {
  text-decoration: underline;
}
.section--detail .txt {
  padding-bottom: 4em;
  border-bottom: solid 1px #EDECE7;
}
.section--detail .txt a {
  text-decoration: underline;
  color: #C49AC6;
}
.section--detail .txt a:hover {
  text-decoration: none;
}
.section--detail.new .tit::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  content: "NEW";
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.2rem;
  font-style: italic;
  color: #B0629F;
}

.form--post dt,
.form--confirm dt {
  margin: 3em 0 1em;
}
.form--post dd,
.form--confirm dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #BEBEBF;
}

::-moz-placeholder {
  color: #BEBEBF;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BEBEBF;
}

:-moz-placeholder {
  color: #BEBEBF;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ded6de;
  border-radius: 0;
  padding: 0.5em;
  color: #222;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #ded6de;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ded6de;
  border-radius: 0;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #ded6de;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #ded6de;
  border-radius: 0;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #ded6de;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #222;
  top: 15px;
  right: 10px;
  z-index: -1;
}

/* checkbox */
.form__checkbox label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #222;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #222;
  border-color: #222;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #222;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #222;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #222;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #222;
  border-color: #222;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 1em 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

/* required */
.required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.drawer__btn {
  display: block;
  position: fixed;
  right: 0;
  top: 15px;
  height: 53px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  z-index: 102;
  cursor: pointer;
}
.drawer__btn .drawer__btn-inner {
  display: block;
  width: 70px;
  height: 53px;
  position: relative;
  will-change: transform;
}
.drawer__btn .drawer__btn-inner span {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  right: 0;
  transition-property: width, transform, opacity;
  transition-duration: 0.3s, 0.3s, 0.2s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.drawer__btn .drawer__btn-inner span:nth-child(1) {
  top: 0;
  background-color: #C49AC6;
  transition-delay: 0s;
}
.drawer__btn .drawer__btn-inner span:nth-child(2) {
  top: 7px;
  background-color: #CAA4CB;
  transition-delay: 0.12s;
}
.drawer__btn .drawer__btn-inner span:nth-child(3) {
  top: 14px;
  background-color: #CFADD1;
  transition-delay: 0.24s;
}
.drawer__btn .drawer__btn-inner span:nth-child(4) {
  top: 21px;
  background-color: #D6B8D7;
  transition-delay: 0.36s;
}
.drawer__btn .drawer__btn-inner span:nth-child(5) {
  top: 28px;
  background-color: #DBC2DD;
  transition-delay: 0.48s;
}
.drawer__btn .drawer__btn-inner span:nth-child(6) {
  top: 35px;
  background-color: #E1CCE2;
  transition-delay: 0.6s;
}
.drawer__btn .drawer__btn-inner span:nth-child(7) {
  top: 42px;
  background-color: #E7D6E8;
  transition-delay: 0.72s;
}
.drawer__btn .drawer__btn-inner span:nth-child(8) {
  top: 49px;
  background-color: #EDE0EE;
  transition-delay: 0.84s;
}
.drawer__btn .drawer__btn-inner .drawer__btn-close {
  display: block;
  width: 70px;
  height: 53px;
}
.drawer__btn .drawer__btn-inner .drawer__btn-close span {
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  top: 50%;
  left: 15px;
  transition-property: width, transform, opacity;
  transition-duration: 0.3s, 0.3s, 0.2s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #ded6de;
  opacity: 0;
}

.loaded .drawer__btn-inner span {
  width: 100%;
}

.is-drawer-shown .is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.2s;
}

.is-drawer-shown .drawer__btn-inner {
  transition-duration: 0.4s;
}
.is-drawer-shown .drawer__btn-inner span {
  width: 0;
}
.is-drawer-shown .drawer__btn-inner .drawer__btn-close span {
  width: 60%;
  opacity: 1;
  transition-property: width, transform, opacity;
  transition-duration: 0.3s, 0.3s, 0.2s;
  transition-delay: 1.5s, 2s, 1.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(1) {
  transform: rotate(-45deg);
}
.is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(2) {
  transform: rotate(45deg);
}

header {
  position: relative;
  z-index: 1000;
}
header h1 {
  z-index: 10;
  max-width: 500px;
  font-size: 0;
}
header h1 a {
  display: inline-block;
}
header h1 a img {
  width: 100%;
}
header .inner {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
header .inner .block--menu {
  color: #86878C;
}
header .inner .block--menu span {
  color: #BEBEBF;
}
header .inner .block--menu.menu-fanclub {
  color: #B0629F;
}
header .inner .block--menu.menu-fanclub span {
  color: #C49AC6;
}

footer {
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #86878C;
}
footer .inner {
  position: relative;
  padding: 30px 8vw;
  height: 100%;
  text-align: center;
  font-size: 1.2rem;
}
footer .inner .copyright small {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}

.block--support {
  margin-bottom: 50px;
}
.block--support .list--support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block--support .list--support li {
  padding: 0 1em;
  font-size: 1.1rem;
}
.block--support .list--support li a {
  display: inline-block;
  margin-bottom: 5px;
}
.block--support .list--support li:first-child {
  padding-left: 0;
}

.wrap {
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.content--body {
  position: relative;
}

.section-tit {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 3.8rem;
  font-style: italic;
  color: #55555a;
}
.section-tit .tit-sub {
  margin-left: 1em;
  font-size: 1.3rem;
}

.contents-tit {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.5;
}

.sub-tit {
  position: relative;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #55555a;
  line-height: 1.2;
}

.comingsoon {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 3vw;
  margin-top: 3em;
  color: #C49AC6;
}

/*-- DETAIL BUTTON --*/
.detail__btn {
  display: block;
  margin: 6em auto 0;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding: 0 0 4px 0;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-decoration: none !important;
  overflow: auto;
}
.detail__btn a::before, .detail__btn a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EDECE7;
}
.detail__btn a::after {
  background: #222;
}

/*-- PAGE TOP --*/
.block--page-top {
  position: fixed;
  bottom: 3vw;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
  transition: 0.8s ease;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #C49AC6;
  z-index: 10;
}
.block--page-top span {
  display: block;
  position: relative;
}

.scroll .block--page-top {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

/*-- LANG BAR --*/
.langBar {
  position: absolute;
  padding: 0 20px;
  background: #F8F6F5;
  border-radius: 15px;
  line-height: 30px;
}
.langBar ul {
  display: flex;
  justify-content: flex-end;
}
.langBar ul li {
  margin-right: 15px;
  font-size: 1.1rem;
  color: #86878C;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  opacity: 0.8;
}
.langBar ul li:last-child {
  margin-right: 0;
}
.langBar ul li.selected {
  font-weight: bold;
  opacity: 1;
}

/*-- SNS NAV --*/
.snsnav {
  display: flex;
  justify-content: flex-end;
}
.snsnav li {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.snsnav li:last-child {
  margin-right: 0;
}
.snsnav li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  border-radius: 50%;
  background: #F8F6F5;
  text-align: center;
  font-size: 1.4rem;
  color: #86878C;
}

/*-- DELIGHTER --*/
.delighter {
  transform: translateY(0px);
  opacity: 0;
}

.delighter.started {
  animation: appear 2s;
  opacity: 1;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-- GENERAL STYLE --*/
.red {
  color: #e12a2a;
}

.bold {
  font-weight: bold;
}

.text-sub {
  font-size: 83%;
}

.link--blank {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 11px;
  border: solid 2px #EDECE7;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}
.link--blank::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 2px;
  height: 12px;
  background: #EDECE7;
  transition: all 0.3s ease;
}
.link--blank::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 14px;
  height: 2px;
  background: #EDECE7;
  transition: all 0.3s ease;
}

.page--home h1 {
  width: 50%;
  max-width: 800px;
}
.page--home .block--mainvisual {
  position: relative;
}
.page--home .block--mainvisual .photo {
  position: relative;
  width: 100%;
  height: 66vw;
  max-height: 1150px;
  overflow: hidden;
}
@media screen and (min-width: 1800px) {
  .page--home .block--mainvisual .photo {
    max-height: 1400px;
  }
}
.page--home .block--mainvisual .photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page--home .block--mainvisual .mainvisual-slide {
  overflow: hidden;
  z-index: 0;
}
.page--home .section--banner .swiper-container {
  opacity: 0;
  transition: opacity 0.2s;
}
.page--home .section--banner .swiper-container.swiper-container-initialized {
  opacity: 1;
}
.page--home .section--banner.no-swiper .swiper-container {
  padding: 0;
  opacity: 1;
}
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next,
.page--home .section--banner.no-swiper .swiper-scrollbar {
  display: none;
}
.page--home .area--official .section-tit {
  font-size: 4.5rem;
}
.page--home .block--tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.page--home .block--tit .section-tit {
  margin-bottom: 0;
}
.page--home .block--tit .btn--more {
  margin-left: 20px;
  margin-bottom: 6px;
}
.page--home .block--topinfo .list--info li a {
  padding: 20px 0;
}
.page--home .block--topinfo .list--schedule li {
  position: relative;
}
.page--home .block--topinfo .list--schedule li a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.page--home .block--topinfo .list--schedule li a .date {
  min-width: 150px;
  margin-right: 0.8em;
  font-size: 2.4rem;
}
.page--home .block--topinfo .list--schedule li a .date .youbi {
  margin: 0;
}
.page--home .block--topinfo .list--schedule li.new .block--txt::after {
  content: "NEW";
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.2rem;
  font-style: italic;
  color: #B0629F;
  position: absolute;
  right: 0;
  top: 20px;
}
.page--home .section--video {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page--home .section--video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F8F6F5;
}
.page--home .section--video .block--tit {
  justify-content: center;
}
.page--home .section--video .block--data {
  margin-top: 23px;
  text-align: left;
  line-height: 1.5;
}
.page--home .section--video .swiper-container {
  padding-left: 6vw;
  overflow: visible;
}
.page--home .section--video .swiper-container .swiper-button-prev,
.page--home .section--video .swiper-container .swiper-button-next {
  top: -80px;
}
.page--home .section--video .swiper-container .swiper-button-prev::before,
.page--home .section--video .swiper-container .swiper-button-next::before {
  background: #fff;
}
.page--home .block--fanclubtop {
  text-align: center;
  padding: 20vw 0 12vw;
}
.page--home .block--fanclubtop .sitename {
  width: 58%;
  max-width: 400px;
  margin: 0 auto;
}
.page--home .block--fanclubtop .block--entry {
  margin-top: 3vw;
}
.page--home .block--fanclubtop .block--entry a {
  display: inline-block;
  margin: 0 3px;
  min-width: 110px;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  background: #B0629F;
}
.page--home .area--fc--contents {
  background: rgb(242, 240, 239);
  background: linear-gradient(180deg, rgb(242, 240, 239) 0%, rgb(248, 246, 245) 25%, rgb(255, 255, 255) 100%);
  position: relative;
}
.page--home .area--fc--contents::before {
  top: -1px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background-image: url(/static/octpath/common/wave-white.svg);
  background-position: 0 center;
  animation: bgwave 6s linear infinite;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-repeat: repeat-x;
  background-size: 1600px 50px;
}
.page--home .area--fc--contents .area--tit {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  font-style: italic;
  color: #55555a;
  text-align: center;
}
.page--home .area--fc--contents .section-tit {
  margin-bottom: 15px;
}
.page--home .area--fc--contents .block--tit {
  margin-bottom: 15px;
}
.page--home .area--fc--contents .block--tit .section-tit {
  margin-bottom: 0;
}
.page--home .area--fc--contents .no-data {
  color: #C49AC6;
}
.page--home .section--photolog .list--photolog {
  padding-bottom: 20px;
}
.page--home .section--photolog .list--photolog li.new .list__txt::after {
  top: -15px;
}
.page--home .section--photolog .list--photolog .block--txt {
  position: relative;
  margin-top: 23px;
}
.page--home .section--photolog .list--photolog .block--txt .icon {
  position: absolute;
  left: 0;
  z-index: 1;
}
.page--home .section--photolog .list--photolog .block--txt .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page--home .section--photolog .list--photolog .block--txt.profile_ img {
  background-image: url(/static/octpath/common/icon_octpath.png);
}
.page--home .section--photolog .list--photolog .block--txt .list__txt .date {
  margin-right: 10px;
}
.page--home .section--latest .section-tit .tit-sub {
  color: #B0629F;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: italic;
  font-size: 12px;
}
.page--home .section--profile {
  background: rgb(242, 240, 239);
  background: linear-gradient(180deg, rgb(242, 240, 239) 0%, rgb(248, 246, 245) 25%, rgb(255, 255, 255) 100%);
  text-align: center;
  position: relative;
}
.page--home .section--profile::before {
  top: -1px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background-image: url(/static/octpath/common/wave-white.svg);
  background-position: 0 center;
  animation: bgwave 6s linear infinite;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-repeat: repeat-x;
  background-size: 1600px 50px;
}
.page--home .section--profile .block--profile {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}
.page--home .section--profile .block--profile .about {
  font-size: 1.4rem;
  line-height: 2.2;
}
.page--home .section--profile .block--profile .list--member {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6vw;
}
.page--home .section--profile .block--profile .list--member li {
  margin-bottom: 5%;
}
.page--home .section--profile .block--profile .list--member li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.page--home .section--profile .block--profile .list--member li a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page--home .section--profile .block--profile .list--member li .name {
  margin-top: 0.8em;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
  font-style: italic;
  color: #B0629F;
  line-height: 1;
}
.page--home footer {
  position: static;
}
.page--home footer .inner {
  padding-top: 15vw;
  padding-bottom: 50px;
}
.page--home footer .inner .logo--footer {
  width: 50%;
  max-width: 270px;
  margin: 0 auto 30px;
}

/*-- POPUP --*/
#popup-wrap,
.group1 {
  display: none;
}

#popup iframe {
  width: 100%;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/*-- WAVE --*/
@keyframes bgwave {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1600px center;
  }
}
/*-- SCROLL DOWN --*/
.scroll-d {
  position: fixed;
  right: -15px;
  bottom: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 10;
  line-height: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  background: #F7F5F4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease-out, opacity 1.5s ease;
  transform: translate(-50%, -50%) scale(0);
  animation: scroll 3s infinite;
}
.scroll-d span {
  width: 10px;
  height: 10px;
  border-top: 2px solid #B0629F;
  border-right: 2px solid #B0629F;
  transform-origin: center;
  transform: rotate(135deg);
}
.scroll-d::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #F7F5F4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: beat 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, -50%);
  }
  70% {
    transform: translate(-50%, -30%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.loaded .scroll-d {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.scroll .scroll-d {
  opacity: 0;
}

/*-- HOME PICKUP INFO TOP --*/
.home_pickupinfo_top {
  position: relative;
  transition: none;
  will-change: transform;
  margin-top: 2vw;
}
.home_pickupinfo_top .tit {
  width: 60px;
  margin-top: -2px;
  margin-right: 15px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  background: #C49AC6;
  color: #fff;
  border-radius: 2em;
}
.home_pickupinfo_top .inner {
  font-size: 1.3rem;
}
.home_pickupinfo_top .inner a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 10px;
  color: #B0629F;
}
.home_pickupinfo_top .inner a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #C49AC6;
}
.home_pickupinfo_top .inner a + a {
  margin-top: 10px;
}

/*-- HOME PICKUP INFO BOTTOM --*/
.home_pickupinfo_bottom {
  margin-bottom: 2em;
}
.home_pickupinfo_bottom a {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  color: #B0629F;
  font-size: 1.1rem;
}

/*-- BIRTHDAY MESSAGE --*/
.birthday-message {
  margin-bottom: 30px;
}
.birthday-message a {
  display: block;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 40px;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  color: #B0629F;
  border-radius: 20px;
  background: #F8F6F5;
  text-align: center;
  box-shadow: 0 1px 1px 0 #d9d7d0;
}
.birthday-message a i {
  margin-right: 10px;
}

/*-- 継続手続きのお知らせ --*/
.block--update {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 340px;
  z-index: 100;
}

.block--update-inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px;
}
.block--update-inner .tit {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.block--update-inner .text {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
  opacity: 1;
  width: 90%;
  margin-bottom: 16px;
}
.block--update-inner .btn--close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: opacity 0.2s ease-in;
}
.block--update-inner .btn--close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.block--update-inner .btn--close span::before, .block--update-inner .btn--close span::after {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background-color: #707070;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.block--update-inner .btn--close span::before {
  transform: translateY(14px) rotate(-45deg);
}
.block--update-inner .btn--close span::after {
  transform: translateY(14px) rotate(45deg);
}
.block--update-inner .btn--update {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  text-align: center;
  transition: 0.3s;
  background: #B0629F;
  color: #fff;
}

.page--info .section--detail .date {
  margin-right: 1em;
}
.page--info .section--detail .txt {
  margin-top: 2em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  max-width: 800px;
  margin: 2% 0;
}
.page--info .section--detail .date-schedule {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 10px;
  line-height: 1;
}
.page--info .section--detail .date-schedule .youbi {
  font-size: 1.1rem;
}
.page--info .block--share {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 50px;
  margin: 0;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #9b899b;
  margin: 0 0 0 20px;
}
.page--info .block--share li a {
  display: block;
  width: 16px;
  text-align: center;
}
.page--info .block--share li svg {
  width: 16px;
  height: 16px;
  fill: #9b899b;
}
.page--info .block--share .share {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  padding: 4px 10px;
  margin-left: 0;
  background: #ebe8eb;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #9b899b;
}
.page--info.category-12 .section--detail .txt {
  border-bottom: none;
}

.page--disco .section--list .section-tit {
  margin-bottom: 10px;
}
.page--disco .section--list .list--contents li .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page--disco .section--list .list--contents li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #ded6de;
}
.page--disco .section--list .list--contents li .thumb .blur img {
  filter: blur(6px);
}
.page--disco .section--list .list--contents li .thumb figure {
  z-index: 2;
  margin: -1% 0 0 -1%;
  width: 102%;
  height: 102%;
  transition: transform 0.3s;
}
.page--disco .section--list .list--contents li .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--disco .section--detail .date {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 2rem;
}
.page--disco .section--detail .category {
  display: block;
  margin: 0;
  color: #55555a;
}
.page--disco .section--detail .jacket .list--jacket li {
  margin-bottom: 20px;
}
.page--disco .section--detail .jacket .list--jacket li:last-child {
  margin-bottom: 0;
}
.page--disco .section--detail .jacket .list--jacket li .txt--sub {
  margin-top: 5px;
}
.page--disco .section--detail .txt {
  margin-top: 3em;
}
.page--disco .section--detail .txt .link,
.page--disco .section--detail .txt .text,
.page--disco .section--detail .txt .block--comment,
.page--disco .section--detail .txt .block--review {
  margin: 0 0 2em 0;
}
.page--disco .section--detail .txt .block--comment {
  font-size: 1.1rem;
}
.page--disco .section--detail .txt .btn--link {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.8);
  padding: 10px 2em;
  min-width: 100px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.page--disco .section--detail .txt .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 1.2rem;
  font-weight: bold;
}
.page--disco .section--detail .txt .shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.page--disco .section--detail .txt .shoplist a, .page--disco .section--detail .txt .shoplist span {
  display: inline-block;
  width: 100px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  border-radius: 3px;
}
.page--disco .section--detail .txt .list--track .num {
  min-width: 20px;
  display: inline-block;
  font-size: 1.2rem;
}
.page--disco .section--detail .txt .list--track a {
  text-decoration: none;
}
.page--disco .slick-dots {
  bottom: -20px;
  text-align: left;
}
.page--disco .slick-dots li {
  margin: 0;
  width: 20px;
  height: 3px;
}
.page--disco .slick-dots li button, .page--disco .slick-dots li button::before {
  width: 100%;
  height: 3px;
}
.page--disco .slick-dots li button::before {
  content: "";
  background: #55555a;
}
.page--disco .slick-dots li.slick-active button::before {
  background: #222;
}

.list--profile {
  opacity: 0;
  transition: opacity 0.3s;
}

.page--profile .block--profile {
  max-width: 1040px;
  margin: 0 auto;
}
.page--profile .block--profile .list--member {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4vw;
  text-align: center;
}
.page--profile .block--profile .list--member li {
  margin-bottom: 5%;
}
.page--profile .block--profile .list--member li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.page--profile .block--profile .list--member li a img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page--profile .block--profile .list--member li .name {
  margin-top: 0.8em;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
  font-style: italic;
  color: #B0629F;
  line-height: 1;
}
.page--profile.member .section--detail .txt .name, .page--profile.member .section--detail .txt .kana {
  color: #C49AC6;
}

.page--schedule .section--list .section-tit {
  margin-bottom: 10px;
}
.page--schedule .section--list .block--month {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  color: #55555a;
  line-height: 1;
  font-size: 1.5rem;
}
.page--schedule .section--list .block--month .tit {
  font-style: italic;
}
.page--schedule .section--list .block--month .tit .month {
  display: inline-block;
  margin-right: 10px;
  line-height: 0.7em;
  letter-spacing: -0.04em;
  font-size: 7rem;
  text-indent: -0.1em;
}
.page--schedule .section--list .block--month .link {
  margin-left: 50px;
}
.page--schedule .section--list .block--month .link p + p {
  margin-left: 15px;
}
.page--schedule .section--list .block--month .link .next-month,
.page--schedule .section--list .block--month .link .prev-month {
  display: inline-block;
}
.page--schedule .section--list .block--month .link .next-month a,
.page--schedule .section--list .block--month .link .prev-month a {
  position: relative;
  display: block;
  white-space: nowrap;
}
.page--schedule .section--list .month-pager {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  letter-spacing: 0;
}
.page--schedule .section--list .month-pager li {
  margin-left: 2em;
}
.page--schedule .section--list .month-pager li a {
  position: relative;
  margin-bottom: 3px;
}
.page--schedule .section--list .block--category {
  padding-left: 0;
}
.page--schedule .section--list .block--category dd {
  position: relative;
  top: 10px;
  text-align: left;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .section--list .block--category .list--sort li .category {
  transition: opacity 0.3s, background 0.3s;
}
.page--schedule .section--list .block--category .list--sort li a, .page--schedule .section--list .block--category .list--sort li span {
  background: #C49AC6;
  color: #F8F6F5;
  margin-bottom: 0;
}
.page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: #F8F6F5;
  color: #222;
  cursor: pointer;
}
.page--schedule .section--list .block--category .list--sort li:hover * {
  cursor: pointer;
}
.page--schedule .section--list .no-data {
  margin-top: 20px;
}
.page--schedule [type=checkbox], .page--schedule [type=radio] {
  display: none;
}
.page--schedule .list--schedule li:last-child {
  border-bottom: solid 1px #EDECE7;
}
.page--schedule .list--schedule li .inner {
  display: flex;
}
.page--schedule .list--schedule li .inner .date {
  width: 60px;
  line-height: 1;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 22px 0 0 0;
  letter-spacing: 0;
  text-align: center;
}
.page--schedule .list--schedule li .inner .date .d {
  position: relative;
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}
.page--schedule .list--schedule li .inner .date .youbi {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.page--schedule .list--schedule li .inner .date .youbi::before {
  content: none;
}
.page--schedule .list--schedule li .inner .list__txt {
  width: calc(100% - 60px);
  padding: 12px 0;
}
.page--schedule .list--schedule li .inner a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.page--photo .photo-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--photo .list--contents .thumb {
  overflow: hidden;
}
.page--photo .list--contents .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #ded6de;
}
.page--photo .list--contents .thumb .blur img {
  filter: blur(6px);
}
.page--photo .section--list .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}

.page--photo.photo--slider .list--contents {
  margin: 0;
  padding: 0;
  opacity: 0;
}
.page--photo.photo--slider.loaded .list--contents {
  opacity: 1;
}

.page--blog .form__select {
  position: absolute;
  right: 3vw;
  top: 0;
}
.page--blog .form__select select {
  padding: 3px 30px 3px 15px;
  border-radius: 20px;
  color: #222;
}
.page--blog .form__select::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 12px;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #ded6de;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.page--blog .list--contents .thumb {
  overflow: hidden;
}
.page--blog .list--contents .thumb figure img {
  background-color: inherit;
  background-size: contain;
}
.page--blog .list--contents .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background-color: #ded6de;
}
.page--blog .list--contents .thumb .blur img {
  filter: blur(6px);
}
.page--blog .section--detail .user {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  font-size: 1.2rem;
}
.page--blog .section--detail .user a {
  color: #C49AC6;
}
.page--blog .section--detail .user::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ded6de;
  opacity: 0.5;
}
.page--blog .section--detail .txt {
  margin-top: 3em;
}
.page--blog .section--detail .txt .ph {
  max-width: 800px;
  margin: 2% 0;
}
.page--blog .section--detail .link--blog .btn--sub {
  min-width: 220px;
  padding: 1em;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.page--blog .section--detail .link--blog .btn--sub.btn--categorylist {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.page--blog .section--detail .block--pager {
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
}
.page--blog .section--detail .block--pager .pager-link--list {
  font-size: 1.3rem;
}
.page--blog.cate--photolog .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--blog.cate--photolog .list--contents li .thumb figure img {
  background-size: cover;
}
.page--blog.cate--photolog .list--contents li .list__writer {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  min-width: 120px;
  max-width: 100%;
  margin: 0;
  padding: 6px 10px;
  background-color: #F8F6F5;
}
.page--blog.cate--photolog .list--contents li .list__writer .date {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  font-size: 1.1rem;
  color: #86878C;
}
.page--blog.cate--photolog .list--contents li .list__writer .category {
  display: block;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1;
  font-size: 1.1rem;
  color: #222;
}
.page--blog.cate--photolog .list--contents li.new .list__writer::after {
  content: "NEW";
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 1.2rem;
  font-style: italic;
  color: #B0629F;
  position: absolute;
  top: 2px;
  right: 9px;
}
.page--blog.cate--photolog .list--contents.loggedin li .thumb::before {
  content: none;
}

@media screen and (min-width: 1px) and (max-width: 520px) {
  .page--blog.cate--photolog .list--contents li .list__txt {
    width: 100%;
    min-width: 0;
    padding: 5px 10px;
  }
}
.page--movie.new-movie.category-movie .section--list .block--category-list:nth-of-type(3) .category-tit {
  color: #999999;
}
.page--movie.new-movie.category-movie .section--list h3 {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #55555a;
}
.page--movie.new-movie.category-movie .section--list .list--contents li {
  margin-right: 0;
}
.page--movie.new-movie.category-movie .section--list .list__more {
  display: block;
  position: relative;
  vertical-align: middle;
  color: #C49AC6;
  text-align: right;
}
.page--movie.new-movie.category-movie .section--list .list__more .inner {
  display: inline-block;
  position: relative;
}
.page--movie.new-movie.category-movie .section--list .list__more .inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page--movie.new-movie.category-movie .section--list .list__more .inner a::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 31%;
  width: 35px;
  height: 35px;
  background: #F7F5F4;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
  transform: scale(0.8) translateY(-50%);
}
.page--movie.new-movie.category-movie .section--list .list__more .inner a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 4px;
  right: -22px;
}

.page--movie.new-movie.movie-category-list .section-tit.jp {
  opacity: 0.8;
}

.page--movie.new-movie .content--body .section--detail .area--movie {
  max-width: none;
}
.page--movie.new-movie .content--body .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie .content--body .section--detail .block--tit .tit {
  margin-bottom: 0.3em;
}
.page--movie.new-movie .content--body .section--detail .link {
  text-align: center;
  margin-bottom: 5vw;
}
.page--movie.new-movie .content--body .section--detail .link a {
  background-color: #B0629F;
  color: #fff;
}
.page--movie.new-movie .content--body .section--detail .block--more_movies .more_movies_title {
  font-size: 2.6rem;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: #55555a;
  margin-bottom: 30px;
}
.page--movie.new-movie .content--body .section--detail .block--more_movies .list--contents li {
  margin-right: 0;
}
.page--movie.new-movie .content--body .section--detail .block--more_movies .tit {
  font-size: 1.3rem;
}
.page--movie.new-movie .list--contents li .list__txt {
  margin-top: 0;
}
.page--movie.new-movie .list--contents li .list__txt .date {
  margin-bottom: 0 !important;
}

.page--questionnaire .content--body {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}
.page--questionnaire .section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 2.2rem;
  margin-bottom: 2em;
}
.page--questionnaire .form--confirm {
  border: 0.5px solid #EDECE7;
  border-radius: 6px;
  margin: 20px auto 40px;
  background: #fff;
}
.page--questionnaire .form--confirm dt {
  margin-bottom: 0;
  opacity: 0.6;
  font-size: 0.8em;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}

.form--post {
  margin: 0 0 40px;
}

.form--post + .txt--sub {
  text-align: center;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #B0629F;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 0;
  vertical-align: 2px;
  padding: 0px 6px 1px;
  margin-left: 5px;
  border-radius: 2px;
}

.section--detail.page--support .section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 2.2rem;
  margin-bottom: 2em;
}
.section--detail.page--support .list--support {
  padding-bottom: 4em;
  border-bottom: solid 1px #EDECE7;
}
.section--detail.page--support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.page--support .list--support dd {
  line-height: 1.8;
  margin-bottom: 2em;
}
.section--detail.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.page--support .list--support li {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section--detail.page--support .list--support li:last-of-type {
  margin-bottom: 0;
}
.section--detail.page--support .list--support li ul {
  text-indent: 1em;
}
.section--detail.page--support .list--support li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.page--support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.section--detail.page--support .txt-end {
  margin-top: 1em;
  text-align: right;
}
.section--detail.page--support a {
  text-decoration: underline;
}

.page--faq .section--list {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
}
.page--faq .section--list .section-tit {
  margin-bottom: 0;
  padding-left: 0;
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 1.8rem;
}
.page--faq .section--list .section-tit::before {
  content: none;
}
.page--faq .tit--category {
  font-weight: bold;
  margin: 0 0 20px;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid #EDECE7;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #EDECE7;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq a:hover {
  opacity: 0.6;
}
.page--faq .list--faq .tit {
  padding-left: 20px;
  line-height: 1.4;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 0;
  line-height: 1.4;
  border: none;
}
.page--faq .list--faq .icon--q {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  float: left;
  line-height: 1.5;
  color: #222;
  margin-right: 5px;
}
.page--faq .block--faq-detail {
  padding: 25px 0;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
  padding-left: 45px;
  padding-bottom: 0;
  margin: 0;
  border: none;
}
.page--faq .block--faq-detail dt {
  border-bottom: 1px solid #EDECE7;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail dd hr {
  margin: 1em 0;
  border-color: #EDECE7;
}
.page--faq .block--faq-detail span[class^=icon--] {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
  border-radius: 50%;
}
.page--faq .block--faq-detail span.icon--q {
  color: #F8F6F5;
  background: #C49AC6;
}
.page--faq .block--faq-detail span.icon--a {
  color: #222;
  background: #F8F6F5;
}
.page--faq .section--detail .block--contact {
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact .txt {
  padding-bottom: 1em;
  border: none;
}
.page--faq .section--detail .block--contact a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
  text-decoration: none;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  transition: 0.3s;
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a::after {
  margin-left: 5px;
  margin-top: -2px;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.page--error .section--detail .tit {
  margin-top: 2em;
}
.page--error .section--detail .txt {
  text-align: center;
  border: none;
}

.page--moment.page--list .list--contents li.test,
.page--moment.page--list .list--contents li.takahashi {
  display: none;
}

.page--moment .section--list, .page--moment .section--detail {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.page--moment .list--contents {
  display: flex;
  flex-wrap: wrap;
}
.page--moment .list--contents li {
  position: relative;
}
.page--moment .list--contents .date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background: #C49AC6;
  line-height: 1;
  border-radius: 33px;
  z-index: 5;
  zoom: 0.8;
}
.page--moment .list--contents .icon {
  position: relative;
}
.page--moment .list--contents .icon::before {
  content: "";
  display: block;
  border: 3px solid #d5d5d5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--moment .list--contents li.unread a .icon:before {
  border-color: #C49AC6;
}
.page--moment .list--contents li.read a .icon:before {
  border-color: #E7D6E8;
}
.page--moment .list--contents .thumb {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.page--moment .list--contents .thumb img {
  background-position-y: top;
}

.page--detail.page--moment .section--detail {
  padding: 0;
}
.page--detail.page--moment .section--detail.item-txt {
  background-color: #fff;
  color: #222;
}
.page--detail.page--moment .section--detail.item-img, .page--detail.page--moment .section--detail.item-movie {
  background: #505050;
  color: #fff;
}
.page--detail.page--moment .section--detail .txt {
  padding-bottom: 0;
  border-bottom: none;
}
.page--detail.page--moment .section--detail .tit {
  font-size: 1.2rem;
}
.page--detail.page--moment .section--detail .block__sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
}
.page--detail.page--moment .section--detail .block__sub-info .block__member-info {
  display: flex;
  align-items: center;
}
.page--detail.page--moment .section--detail .block__sub-info .block__member-info .thumb {
  overflow: hidden;
  border-radius: 50%;
}
.page--detail.page--moment .section--detail .block__sub-info .block__member-info .thumb img {
  background-position-y: top;
}
.page--detail.page--moment .section--detail .block__sub-info .icon--like i.fa-heart {
  position: relative;
}
.page--detail.page--moment .section--detail .block__sub-info .icon--like i.fa-heart::before {
  content: none;
}
.page--detail.page--moment .section--detail .block__sub-info .icon--like i.fa-heart::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/octpath/fanclub/moment/heart-regular.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.page--detail.page--moment .section--detail .block__sub-info .icon--like i.fa-heart.clicked::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/octpath/fanclub/moment/heart-solid.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: heart 1.2s reverse both;
}
.page--detail.page--moment .block_detail.item-movie, .page--detail.page--moment .block_detail.item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--detail.page--moment .block_detail.item-img .hide {
  display: none;
}
.page--detail.page--moment .block_detail.item-img .txt {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--detail.page--moment .block_detail.item-img .txt .ph {
  line-height: 0;
}
.page--detail.page--moment .block_detail.item-img .txt img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page--detail.page--moment .block_detail.item-txt {
  font-size: 14px;
  padding-top: 5%;
  padding-bottom: 5%;
  word-break: break-all;
  height: 90vh;
  position: relative;
}
.page--detail.page--moment .block_detail.item-txt .back a {
  color: #222;
}
.page--detail.page--moment .block_detail.item-txt .back a:after {
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}
.page--detail.page--moment .block_detail.item-txt &gt; .txt {
  width: 100%;
  margin: 0 auto;
  max-width: 85%;
  font-size: 16px;
  max-height: 100%;
  overflow: scroll;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--detail.page--moment .block_detail.item-movie .block--movie-loading {
  color: #fff;
  width: 85%;
}
.page--detail.page--moment .block_detail .back a {
  font-size: 12px;
  position: relative;
  text-decoration: none;
  padding-left: 10px;
  color: #fff;
}
.page--detail.page--moment .block_detail .back a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.page--detail.page--moment .icon--comment {
  position: fixed;
  bottom: 8vh;
  right: 7%;
  color: #000;
  background: #fff;
  padding: 11px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 23px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.page--detail.page--moment .pageNav {
  display: none;
  padding: 0 7%;
  z-index: 50;
}
.page--detail.page--moment .pageNav li {
  width: 35px;
  height: 35px;
}
.page--detail.page--moment .pageNav li a {
  position: relative;
  padding: 18px 18px 0 18px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.5);
}
.page--detail.page--moment .pageNav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #B0629F;
  border-right: 2px solid #B0629F;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.page--detail.page--moment .pageNav li.next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #B0629F;
  border-right: 2px solid #B0629F;
  transform: rotate(45deg);
  transition: 0.2s;
}
.page--detail.page--moment .pageNav li:first-child {
  text-align: left;
  padding: 0;
  display: inline-block;
}
.page--detail.page--moment .pageNav li:last-child {
  text-align: right;
  display: inline-block;
  float: right;
}
.page--detail.page--moment .block--nav {
  width: 100%;
  text-shadow: 1px 1px #000;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes heart {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.page--detail.page--moment .comment--area {
  display: none;
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: translateY(20px);
  overflow: scroll;
}
.page--detail.page--moment .comment--area .inner {
  position: relative;
  width: 100%;
}
.page--detail.page--moment .comment--area .inner .block--comment {
  width: 83%;
  background: #FFFFFF;
  padding: 25px 4% 20px;
  border-radius: 10px;
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
  position: relative;
}
.page--detail.page--moment .comment--area .inner .block--comment .close {
  position: absolute;
  width: 35px;
  height: 35px;
  right: -12px;
  top: -20px;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: 50%;
}
.page--detail.page--moment .comment--area .inner .block--comment .close::before, .page--detail.page--moment .comment--area .inner .block--comment .close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 17px;
  left: 10px;
}
.page--detail.page--moment .comment--area .inner .block--comment .close::before {
  transform: rotate(45deg);
}
.page--detail.page--moment .comment--area .inner .block--comment .close::after {
  transform: rotate(-45deg);
}
.page--detail.page--moment .comment--area .inner .table_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--detail.page--moment .comment--area .inner .table_box .comment-box textarea {
  margin: 0;
  font-size: 14px;
  word-break: break-word;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 5px;
}
.page--detail.page--moment .comment--area .inner .table_box .btn button {
  display: block;
  padding: 11px;
  border-radius: 50%;
  font-weight: normal;
  background: #000;
}
.page--detail.page--moment .comment--area .inner .table_box .btn button span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/static/octpath/fanclub/moment/icon-send.svg);
  background-size: contain;
  position: relative;
  top: 2px;
}
.page--detail.page--moment .comment--area .comment {
  max-height: 60vh;
  overflow: scroll;
}
.page--detail.page--moment .comment--area .comment .list--comment .comment__item {
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.page--detail.page--moment .comment--area .comment .list--comment .comment__item .name {
  font-size: 11px;
  color: #858585;
}
.page--detail.page--moment .comment--area .comment .list--comment .comment__item:first-child {
  border-top: none;
}
.page--detail.page--moment .comment--area #next {
  margin-top: 15px;
}
.page--detail.page--moment .comment--area #next a {
  display: block;
  text-decoration: none;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  padding: 9px 30px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid;
}
.page--detail.page--moment.comment-open .comment--area {
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
  display: block;
  pointer-events: visible;
  background-color: rgba(0, 0, 0, 0.4);
}
.page--detail.page--moment.comment-open .comment--area .block--comment {
  top: 50vh;
  transform: translateY(-50%);
}
.page--detail.page--moment.comment-open .comment--area .comment .btn--delete {
  width: 5%;
  max-width: 60px;
  min-width: 40px;
  margin: 0 0 0 auto;
}
.page--detail.page--moment.comment-open .comment--area .comment .btn--delete .main {
  border-radius: 0.3em;
  display: block;
  padding: 4px 0;
  border: none;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  background: #C49AC6;
  font-size: 11px;
  cursor: pointer;
}

.page--comfirvar.page--moment .txt--basic,
.page--complete.page--moment .txt--basic {
  text-align: center;
}

.page--diagnosis_top .wrap,
.page--diagnosis .wrap {
  background: #f7f0fb url(/static/octpath/diagnosis/dot.png) repeat;
}
.page--diagnosis_top .wrap .content--body,
.page--diagnosis .wrap .content--body {
  background: url(/static/octpath/diagnosis/diagnosis_bg.png) no-repeat center top;
}

.block--head-img,
.block--head-error {
  text-align: center;
}
.block--head-img img,
.block--head-error img {
  width: 100%;
  max-width: 800px;
  vertical-align: bottom;
}

.block--head-txt {
  text-align: center;
}
.block--head-txt .lead {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2vw;
  line-height: 1.4;
}

.block--select-member {
  margin-top: 30px;
}
.block--select-member h3 {
  text-align: center;
}
.block--select-member h3 .en {
  display: block;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: 2.8rem;
  color: #B0629F;
}
.block--select-member h3 .jp {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.5em;
}
.block--select-member .list--member {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.block--select-member .list--member li {
  width: 25%;
  margin-bottom: 50px;
}
.block--select-member .list--member li a {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.block--select-member .list--member li .thumb {
  width: 220px;
  border-radius: 110px 110px 0px 0px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  will-change: transform;
}
.block--select-member .list--member li .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #63347d;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: opacity 0.8s 0.6s ease;
}
.block--select-member .list--member li .name {
  padding: 10px;
  margin-top: -1px;
  text-align: center;
  font-size: 15px;
  background-color: #e8ddf1;
  color: #524f62;
  border-radius: 0px 0px 5px 5px;
}
.block--select-member .list--member li .name span {
  display: block;
  padding: 3px;
  margin-top: 10px;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  border-radius: 20px;
}
.block--select-member .list--member li.toma .name span {
  background-color: #f7f7f7;
  color: #afafaf;
}
.block--select-member .list--member li.kaiho .name span {
  background-color: #6f6872;
  color: #d1d1d1;
}
.block--select-member .list--member li.kurita .name span {
  background-color: #e9a06b;
  color: #fdedcf;
}
.block--select-member .list--member li.kose .name span {
  background-color: #ed7070;
  color: #f5c4c4;
}
.block--select-member .list--member li.ota .name span {
  background-color: #6d7ab9;
  color: #d7e7ff;
}
.block--select-member .list--member li.takahashi .name span {
  background-color: #db89ba;
  color: #f9ddef;
}
.block--select-member .list--member li.kobori .name span {
  background-color: #7cbccb;
  color: #d9f1f7;
}
.block--select-member .list--member li.yotsuya .name span {
  background-color: #97b978;
  color: #d1e9bb;
}
.block--select-member .list--member li.delighter.started.ended .thumb::before {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .block--select-member .list--member li a, .block--select-member .list--member li .thumb {
    width: 185px;
  }
}
.page--diagnosis .block--contents {
  color: #524f62;
}
.page--diagnosis .block-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
  text-align: center;
}
.page--diagnosis .block--select {
  margin-top: 3em;
}
.page--diagnosis .block--btn .btn--main {
  border: none;
}
.page--diagnosis .list--form {
  margin: 0 auto 3.5em;
  color: #524f62;
}
.page--diagnosis .list--form dt {
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-size: 1.8rem;
}
.page--diagnosis .list--form dt .count {
  position: relative;
  display: inline-block;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 2.3rem;
  font-weight: 500;
  color: #a792b5;
  z-index: 1;
}
.page--diagnosis .list--form dt .count::before {
  display: inline-block;
  content: "Q.";
  position: static;
  margin-right: 0.35em;
}
.page--diagnosis .list--form .list--questions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--diagnosis .list--form .list--questions li {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  margin-bottom: 12px;
}
.page--diagnosis .list--form .list--questions li:nth-of-type(2n) {
  margin-right: 0;
}
.page--diagnosis .list--form .list--questions label {
  display: block;
}
.page--diagnosis .list--form .list--questions label span {
  display: block;
  line-height: 1.4;
  background: #fff;
  padding: 1.3em;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 7px;
  border: solid 1px #a891b5;
  box-shadow: 0px 3px 0px 0 #a891b5;
}
.page--diagnosis .list--form .list--questions label input {
  display: none;
}
.page--diagnosis .list--form .list--questions label input[type=radio]:checked + span {
  color: #fff;
  background: #b6a9d3;
  border: solid 1px #8e7db1;
  box-shadow: 0px 3px 0px 0 #8e7db1;
}
.page--diagnosis .list--attention {
  margin-top: 10px;
  color: #e24e2d;
}
.page--diagnosis .list--error {
  font-size: 1.2rem;
  color: #e24e2d;
}
.page--diagnosis .result {
  text-align: center;
}
.page--diagnosis .result .result-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 4% 50px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  transform: translateZ(0);
}
.page--diagnosis .result .result-inner .box {
  width: 100%;
  padding-bottom: 8vw;
}
.page--diagnosis .result .result-inner .box .logo {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.page--diagnosis .result .result-inner .box .top-txt {
  color: #fff;
}
.page--diagnosis .result .result-inner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ebe1f3;
  z-index: -1;
}
.page--diagnosis .result .result-inner .bg .thumb {
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
  background-size: cover;
  filter: blur(30px);
}
.page--diagnosis .result .result-inner .bg .thumb img {
  width: 100%;
  height: 100%;
}
.page--diagnosis .result .result-inner .bg_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
}
.page--diagnosis .result .section-tit {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  opacity: 0;
  font-size: 1.5rem;
}
.page--diagnosis .result .top-txt {
  margin: 0 0 1em;
  font-size: 18px;
  color: #B0629F;
  opacity: 0;
  line-height: 1.2;
}
.page--diagnosis .result .top-txt .name-txt {
  font-size: 1.4em;
  margin-right: 3px;
}
.page--diagnosis .result .block--ph {
  position: relative;
  opacity: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 380px;
}
.page--diagnosis .result .block--ph .thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: solid 5px #e8ddf1;
}
.page--diagnosis .result .block--ph .thumb img {
  display: block;
  width: 100%;
  line-height: 0;
  background-position: center top;
  background-size: 100% auto;
}
.page--diagnosis .result .box--rate {
  display: flex;
  justify-content: flex-end;
  margin-top: -24%;
}
.page--diagnosis .result .rate {
  display: block;
  position: relative;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  width: 30%;
  padding-top: 30%;
}
.page--diagnosis .result .rate::before {
  content: "";
  display: block;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  background-image: url(/static/octpath/diagnosis/heart.png);
  width: 150px;
  height: 150px;
  position: absolute;
  top: -13px;
  right: -13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.page--diagnosis .result .rate .numb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding-top: 1%;
  padding-right: 12%;
}
.page--diagnosis .result.pass .rate::before {
  transform: scale(1.15);
  filter: none;
}
.page--diagnosis .result .odometer-inside {
  position: relative;
  right: 0px;
  bottom: 0;
}
.page--diagnosis .result .odometer-digit:first-of-type .odometer-value {
  text-align: right;
}
.page--diagnosis .result .odometer-digit:last-of-type::after {
  content: "%";
  font-size: 20px;
  margin-left: 2px;
  position: absolute;
  bottom: 16px;
}
.page--diagnosis .result .special_photo {
  position: relative;
  margin: 2em auto;
  width: 90%;
  max-width: 420px;
}
.page--diagnosis .result .block--special_contents {
  position: relative;
  background: #f2e8f7;
  padding: 4%;
  display: flex;
  align-items: center;
}
.page--diagnosis .result .block--special_contents .inner {
  width: 100%;
}
.page--diagnosis .result .block--special_contents .inner, .page--diagnosis .result .block--special_contents .btn {
  opacity: 0;
}
.page--diagnosis .result .block--special_contents .tit {
  font-size: 2rem;
}
.page--diagnosis .result .block--special_contents .result_rate {
  margin-bottom: 10px;
}
.page--diagnosis .result .block--special_contents .result_rate span {
  padding: 10px 40px;
  background: #c49ac6;
  line-height: 1;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.page--diagnosis .result .block--special_contents .movie_area {
  margin: 4% auto;
}
.page--diagnosis .result .block--special_contents .movie_area #player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--diagnosis .result .block--special_contents .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--diagnosis .result .txt--sub .stg {
  font-size: 160%;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  color: #f29090;
}
.page--diagnosis .result .show:not(.not-found), .page--diagnosis .result .block--special_contents.show .inner {
  transition: opacity 0.4s 0.5s;
  opacity: 1;
}
.page--diagnosis .result .not-found {
  text-align: left;
  margin: 0 0 3em;
}
.page--diagnosis.error .btn {
  margin-top: 4em;
}

.loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 42%;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #C49AC6;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
  opacity: 1;
}
.loader span {
  display: block;
  color: #C49AC6;
  font-size: 13px;
  margin: 0 auto 50px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0);
}

.show .loader {
  opacity: 0;
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.page--feature :not(h2).section-tit {
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page--feature .section--detail .ph {
  margin: 2% auto;
}
.page--feature .link--text {
  text-decoration: underline;
}
.page--feature .link--text:hover {
  text-decoration: none;
}
.page--feature table * {
  transition: none;
}
.page--feature table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #d6bbd7;
  border-collapse: collapse;
  color: #B0629F;
}
.page--feature table th {
  width: 30%;
  padding: 15px 20px;
  background: #f5f0f5;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #d6bbd7;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.page--feature table td {
  padding: 15px 20px;
  border: 1px solid #d6bbd7;
  vertical-align: middle;
}
.page--feature .heading_1 {
  display: block;
  margin: 2em auto;
  padding-bottom: 0.5em;
  font-size: 150%;
  font-weight: normal;
  border-bottom: solid 1px;
  line-height: 1.5;
  color: #B0629F;
}
.page--feature .heading_2 {
  display: block;
  margin: 2em auto 0.5em;
  padding-bottom: 0.5em;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
}
.page--feature .heading_3 {
  display: block;
  margin: 1em auto 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: dashed 1px #EDECE7;
}
.page--feature .notice {
  margin: 2% 0;
  padding: 1.5em;
  font-size: 1.2rem;
  border: dotted 1px;
}
.page--feature .text--box {
  padding: 2em 2.5em;
  margin-top: 2em;
  background: #F8F6F5;
}

.page--entry .section--entry {
  padding: 0;
  max-width: none;
  position: relative;
  background: rgb(242, 240, 239);
  background: linear-gradient(180deg, rgb(242, 240, 239) 0%, rgb(248, 246, 245) 25%, rgb(255, 255, 255) 100%);
}
.page--entry .section--entry::before {
  top: -1px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background-image: url(/static/octpath/common/wave-white.svg);
  background-position: 0 center;
  animation: bgwave 6s linear infinite;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
  background-repeat: repeat-x;
  background-size: 1600px 50px;
}
.page--entry .section--entry .block--entry-head {
  padding: 170px 6vw 2vw;
  text-align: center;
}
.page--entry .section--entry .block--entry-head .logo-fc {
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
}
.page--entry .section--entry .block--entry-head h3 {
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  font-weight: normal;
  color: #ac609d;
  line-height: 1.5;
}
.page--entry .section--entry .lead {
  text-align: center;
  padding: 0 6vw;
}
.page--entry .section--entry .block--spec {
  width: 84%;
  margin: 5vw auto;
  max-width: 980px;
  padding: 6vw;
  border-radius: 50px;
  background: #fff;
}
.page--entry .section--entry .block--spec li .cource {
  padding-bottom: 1em;
  color: #b265a1;
}
.page--entry .section--entry .block--spec li .cource p {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
}
.page--entry .section--entry .block--spec li dl {
  width: 100%;
  padding: 2em 0 5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.page--entry .section--entry .block--spec li dl dt {
  width: 180px;
  padding-bottom: 1em;
  font-weight: bold;
}
.page--entry .section--entry .block--spec li dl dd {
  width: calc(100% - 190px);
  padding-bottom: 1em;
}
.page--entry .section--entry .block--spec li dl dd .notice {
  padding: 0;
  font-size: 1.1rem;
  border: none;
}
.page--entry .section--entry .block--spec li:last-child dl {
  padding-bottom: 0;
}
.page--entry .section--entry .block--movie {
  margin-top: 5vw;
}
.page--entry .section--entry .block--movie .block--movie-inner {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 0;
}
.page--entry .section--entry .block--movie .block--movie-inner .message {
  position: absolute;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 70%;
  left: 50%;
  padding: 0.5em 30px;
  transform: translateX(-50%);
  color: #fff;
  background: #B0629F;
  font-size: 4vw;
  border-radius: 2em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
.page--entry .section--entry .block--movie .block--movie-inner .message span {
  position: relative;
  padding-right: 1em;
}
.page--entry .section--entry .block--movie .block--movie-inner .message span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-10px);
}
.page--entry .section--entry .block--movie .block--movie-inner .blur-img {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page--entry .section--entry .block--movie .block--movie-inner .blur-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  filter: blur(20px);
}
.page--entry .section--entry .block--movie .block--movie-inner a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #F8F6F5;
}
.page--entry .section--entry .block--contentslist {
  width: 84%;
  margin: 8vw auto;
  max-width: 980px;
}
.page--entry .section--entry .block--contentslist .tit--contentslist {
  margin-bottom: 0.5em;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 4.5rem;
  letter-spacing: 0;
  text-align: center;
  color: #B0629F;
  line-height: 1;
}
.page--entry .section--entry .block--contentslist .list--contentslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--entry .section--entry .block--contentslist .list--contentslist li {
  width: 49%;
  padding: 20px;
  background: #f1e8ef;
  margin-bottom: 2%;
  color: #B0629F;
  border-radius: 10px;
}
.page--entry .section--entry .block--contentslist .list--contentslist li .tit {
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 2.6rem;
  line-height: 1.5;
}
.page--entry .section--entry .block--contentslist .list--contentslist li .tit.jp {
  font-size: 2.4rem;
}
.page--entry .section--entry .block--contentslist .list--contentslist li .tit span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  font-family: noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: bold;
  background: #8a4089;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  transform: translateY(-3px);
}
.page--entry .section--entry .block--notice {
  width: 84%;
  margin: 0 auto;
  max-width: 980px;
  font-size: 1.2rem;
}

.section--entry .block--entry {
  width: 84%;
  margin: 0 auto 100px;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
.section--entry .block--entry .entry_inner {
  width: 49%;
  text-align: center;
}
.section--entry .block--entry .entry_inner p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.section--entry .block--entry .entry_inner p span {
  font-size: 1.1rem;
}
.section--entry .block--entry .entry_inner a + span {
  display: block;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #B0629F;
}

.page--birthday .section--detail .tit {
  text-align: center;
  color: #B0629F;
  font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 3.8rem;
}
.page--birthday .section--detail .txt {
  text-align: center;
  border: none;
}
.page--birthday .section--detail .txt .message {
  margin: 30px auto 0;
  width: 100%;
  max-width: 600px;
}

body.page--home .bottom--bnr {
  color: #ffffff;
  background: #ffffff;
  width: 100%;
  max-width: 373px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-top: 1px solid #c49ac6;
  border-left: 1px solid #c49ac6;
  border-right: 1px solid #c49ac6;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .bottom--bnr {
    max-width: 500px;
  }
}
body.page--home .bottom--bnr button {
  border-radius: 0.5em 0.5em 0 0;
  padding: 0 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  background: #fff;
  color: #c49ac6;
  cursor: pointer;
  border-top: 1px solid #c49ac6;
  border-left: 1px solid #c49ac6;
  border-right: 1px solid #c49ac6;
  -webkit-tap-highlight-color: transparent;
}
body.page--home .bottom--bnr button:active, body.page--home .bottom--bnr button:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
body.page--home .bottom--bnr .event-swiper {
  overflow: hidden;
  padding: 1em;
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li {
  width: calc(50% - 0.5em);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li a {
  width: 100%;
  min-width: 166px;
  height: 74px;
  display: block;
  padding: 0.5em;
  transition: opacity 0.3s;
  background: #c49ac6;
}
@media screen and (min-width: 961px) {
  body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li a:hover {
    opacity: 0.6;
  }
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li a img {
  display: none;
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li a .date {
  margin-bottom: 0.5em;
}
body.page--home .bottom--bnr .event-swiper .swiper-wrapper .swiper-slide li a .block--txt {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.page--home .bottom--bnr.open::before {
  top: -4px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .bottom--bnr.open::before {
    top: -4px;
  }
}
body.page--appfcmenu {
  overflow-x: hidden;
  background: #fff;
  color: #000;
}
body.page--appfcmenu::after {
  display: none;
}
body.page--appfcmenu header, body.page--appfcmenu footer, body.page--appfcmenu .drawer__btn, body.page--appfcmenu .block--page-top {
  display: none;
}
body.page--appfcmenu .content--body {
  margin: 0 !important;
  opacity: 1;
}
body.page--appfcmenu .section--detail {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
}
body.page--appfcmenu .fclogo {
  width: 40%;
  max-width: 300px;
  line-height: 1;
  margin-left: 2.5%;
}
body.page--appfcmenu .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
body.page--appfcmenu .list-appmenu li {
  width: 50%;
  margin-bottom: 3%;
}
body.page--appfcmenu .list-appmenu li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  -webkit-touch-callout: none;
}
body.page--appfcmenu .list-appmenu li a .item-detail {
  position: relative;
  width: 100%;
  height: 100%;
}
body.page--appfcmenu .list-appmenu li a .thumb {
  position: relative;
}
body.page--appfcmenu .list-appmenu li a .thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #C49AC6;
  opacity: 0.8;
}
body.page--appfcmenu .list-appmenu li a .thumb img {
  background-image: url(/static/octpath/common/no_images_app.png);
}
body.page--appfcmenu .list-appmenu li a .tit--box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  padding: 1em;
  color: #fff;
  font-family: Helvetica, "sans-serif";
  font-size: 3.8vw;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body.page--appfcmenu .list-appmenu li.new a .item-detail::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #b56eb5 transparent transparent;
  z-index: 1;
}
body.page--appfcmenu .banner--app {
  margin-top: 5vw;
}

body:not(.page--home).page--appfcmenu .content--body {
  padding: 90px 0;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu--side h1 .st0, .menu--side h1 .st1, .menu--side h1 .st2 {
    animation: none;
  }
}
body:not(.page--home).body--app::after {
  content: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    transition: background 0.3s, color 0.3s;
  }
  .btn--main:hover {
    background: #bf89b3;
  }
  .btn--sub {
    min-width: 300px;
    transition: opacity 0.3s;
  }
  .btn--sub:hover {
    opacity: 0.6;
  }
  .btn--more a::after {
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .btn--more a:hover::after {
    animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  }
  .block--pager {
    margin-top: 100px;
    padding: 0 80px;
  }
  .block--pager li a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .block--pager .pager-link--list a:hover {
    opacity: 0.8;
  }
  .block--pager .pager-link--prev a:hover::after {
    opacity: 0.8;
  }
  .block--pager .pager-link--next a:hover::after {
    opacity: 0.8;
  }
  .list--bnr .slick-list {
    width: 40vw;
  }
  .list--bnr li a img {
    transition: opacity 0.3s;
  }
  .list--bnr li a img:hover {
    opacity: 0.8;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    transition: background 0.3s;
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    background-color: #efe9ef;
  }
  .section--list {
    width: 100%;
  }
  .list--info li a {
    padding: 25px 0;
    transition: opacity 0.3s;
  }
  .list--info li a:hover {
    opacity: 0.6;
  }
  .list--info.list--schedule li a {
    padding: 13px 0;
  }
  .list--schedule li a .tit {
    width: 100%;
  }
  .list--contents {
    margin: 0 auto;
  }
  .list--contents li {
    width: 31.5%;
    margin-right: 2.71%;
  }
  .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .list--contents li a .thumb, .list--contents li a .ph, .list--contents li a .list__txt {
    transition: opacity 0.3s;
  }
  .list--contents li a:hover .thumb, .list--contents li a:hover .ph, .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .block--category li a:hover {
    background: #F8F6F5;
    color: #86878C;
  }
  .section--detail {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto;
  }
  .section--detail .tit {
    font-size: 2.8rem;
  }
  .section--detail .ph {
    margin: 0 auto;
  }
  .drawer__btn {
    display: none;
  }
  header {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end;
    padding: 30px;
    min-height: 150px;
    /*-- LANG BAR --*/
    /*-- SNS NAV --*/
  }
  header .inner {
    margin-left: 30px;
    white-space: nowrap;
  }
  header .inner a {
    transition: opacity 0.3s;
  }
  header .inner a:hover {
    opacity: 0.6;
  }
  header .inner .gnav {
    transform: translateY(0);
    transition: transform 0.3s, top 0.3s;
  }
  header .inner .gnav .block--menu {
    transition: opacity 0.3s;
  }
  header .inner .gnav.scrolling .block--menu {
    opacity: 0;
  }
  header .inner .gnav .nav {
    display: flex;
    justify-content: flex-end;
  }
  header .inner .gnav .nav li {
    position: relative;
  }
  header .inner .gnav .nav li a, header .inner .gnav .nav li span {
    display: inline-block;
    padding: 5px 0 0 15px;
  }
  header .inner .gnav .nav li .sub {
    display: none;
    text-align: left;
    border-radius: 5px;
    padding: 30px 20px 10px;
    position: absolute;
    left: -16px;
    top: 15px;
    width: 200px;
    z-index: 99;
    background: #F8F6F5;
    color: #86878C;
    box-shadow: 0 13px 30px -12px rgba(0, 0, 0, 0.3);
  }
  header .inner .gnav .nav li .sub li {
    margin-bottom: 20px;
  }
  header .inner .block--menu {
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem;
  }
  header .inner .block--menu.menu-fanclub {
    margin-top: 10px;
  }
  header .inner .block--menu .menu-mypage, header .inner .block--menu .menu-join {
    position: relative;
    margin-left: 35px;
  }
  header .inner .block--menu .menu-mypage::before, header .inner .block--menu .menu-join::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -20px;
    width: 20px;
    height: 1px;
    background: #C49AC6;
  }
  header .langBar {
    top: 30px;
    right: 200px;
  }
  header .langBar ul li, header .langBar ul a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  header .langBar ul li:hover, header .langBar ul a:hover {
    opacity: 0.6;
  }
  header .block--sns {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .scroll header .inner .gnav {
    position: fixed;
    top: 0;
    right: 30px;
    transform: translateY(30px);
    mix-blend-mode: multiply;
    z-index: 110;
  }
  .scroll header .inner .gnav.scrolling .block--menu {
    opacity: 1;
  }
  body:not(.page--home) .content--body {
    padding: 6vw 100px 130px;
  }
  .block--support .list--support li {
    display: inline-block;
  }
  .block--support .list--support li a {
    transition: opacity 0.3s;
  }
  .block--support .list--support li a:hover {
    opacity: 0.6;
  }
  .detail__btn a:hover::after {
    animation: hover-line 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  }
  .page--home header {
    height: 16vw;
    max-height: 230px;
  }
  .page--home .box--main {
    padding: 0 100px;
  }
  .page--home .section--banner {
    margin-top: -50px;
  }
  .page--home .section--banner .swiper-container {
    padding: 0 0 110px 100px;
  }
  .page--home .section--banner .swiper-scrollbar {
    margin: 0 200px 0 100px;
    width: calc(100% - 300px);
    bottom: 30px;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding: 0 100px;
  }
  .page--home .section--banner.no-swiper .swiper-container .list--bnr li {
    width: 450px;
  }
  .page--home .block--topinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1240px;
    margin: 5vw auto 0;
  }
  .page--home .block--topinfo section {
    width: 50%;
    padding: 0 2vw;
  }
  .page--home .list--schedule li {
    border-bottom: none;
  }
  .page--home .list--schedule li .date {
    font-size: 2.8rem;
  }
  .page--home .section--video {
    margin: 120px 0 0 0;
    padding: 130px 0 80px 0;
  }
  .page--home .section--video::before {
    left: 100px;
  }
  .page--home .section--video .swiper-container {
    padding-left: calc(100px + 6vw);
  }
  .page--home .section--video .block--video li a .thumb, .page--home .section--video .block--video li a .block--data {
    transition: opacity 0.3s;
  }
  .page--home .section--video .block--video li a:hover .thumb, .page--home .section--video .block--video li a:hover .block--data {
    opacity: 0.6;
  }
  .page--home .section--video .block--tit {
    margin-bottom: 50px;
  }
  .page--home .section--video .block--tit .section-tit {
    margin-left: 50px;
  }
  .page--home .section--video .swiper-button-prev:hover::before, .page--home .section--video .swiper-button-next:hover::before {
    background-color: #efe9ef;
  }
  .page--home .block--fanclubtop {
    display: none;
  }
  .page--home .area--fc--contents {
    margin-top: 100px;
    padding: 150px 0 30px;
  }
  .page--home .area--fc--contents .area--tit {
    margin-bottom: 60px;
    font-size: 4.5rem;
  }
  .page--home .section--photolog {
    padding: 0 100px;
    max-width: 1480px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .page--home .section--photolog .section-tit .btn--more {
    margin-bottom: 3px;
  }
  .page--home .section--photolog .block--tit .btn--more {
    margin-bottom: 0;
  }
  .page--home .section--photolog .list--photolog {
    display: flex;
  }
  .page--home .section--photolog .list--photolog li:nth-child(1) {
    width: 48%;
  }
  .page--home .section--photolog .list--photolog li:nth-child(2), .page--home .section--photolog .list--photolog li:nth-child(3) {
    width: 24%;
    margin-left: 2%;
  }
  .page--home .section--photolog .list--photolog li a {
    transition: opacity 0.3s;
    display: block;
  }
  .page--home .section--photolog .list--photolog li a:hover {
    opacity: 0.6;
  }
  .page--home .section--photolog .list--photolog .block--txt .icon {
    width: 70px;
    height: 70px;
    top: -28px;
  }
  .page--home .section--photolog .list--photolog .block--txt .list__txt {
    margin-left: 85px;
  }
  .page--home .section--photolog .swiper-button-prev, .page--home .section--photolog .swiper-button-next {
    display: none;
  }
  .page--home .section--latest {
    max-width: 1480px;
    margin: 0 auto;
  }
  .page--home .section--latest .list--latest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page--home .section--latest .list--latest li {
    width: 48%;
    margin-right: 0;
  }
  .page--home .section--profile {
    padding-top: 150px;
  }
  .page--home .section--profile .section-tit {
    font-size: 4.5rem;
  }
  .page--home .section--profile .list--member li {
    width: 25%;
  }
  .page--home .section--profile .list--member li a {
    transition: opacity 0.3s;
  }
  .page--home .section--profile .list--member li a:hover {
    opacity: 0.6;
  }
  .page--home #app-bnr {
    display: none;
  }
  /*-- HOME PICKUP INFO TOP --*/
  .home_pickupinfo_top {
    display: flex;
    align-items: flex-start;
  }
  .home_pickupinfo_top .inner a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_top .inner a:hover {
    opacity: 0.6;
  }
  /*-- HOME PICKUP INFO BOTTOM --*/
  .home_pickupinfo_bottom a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_bottom a:hover {
    opacity: 0.6;
  }
  /*-- BIRTHDAY MESSAGE --*/
  .birthday-message {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .birthday-message a {
    font-size: 1.2rem;
  }
  /*-- SCROLL DOWN --*/
  .scroll-d {
    width: 90px;
    height: 90px;
  }
  .page--info .block--share a {
    transition: opacity 0.3s;
  }
  .page--info .block--share a:hover {
    opacity: 0.6;
  }
  .page--profile .block--profile .list--member li {
    width: 25%;
  }
  .page--profile .block--profile .list--member li a {
    transition: opacity 0.3s;
  }
  .page--profile .block--profile .list--member li a:hover {
    opacity: 0.6;
  }
  .page--profile.member .section--detail {
    width: 45%;
    float: right;
  }
  .page--profile.member .section--detail .box--inner {
    display: flex;
    justify-content: flex-end;
  }
  .page--profile.member .section--detail .box--inner .photo {
    position: fixed;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .page--profile.member .section--detail .box--inner .photo img {
    margin-top: 160px;
    width: 100%;
    height: 100%;
    background-position: center top;
    border-radius: 0 50px 0 0;
  }
  .page--profile.member .section--detail .box--inner .txt {
    width: 100%;
    padding: 4vw 0;
  }
  .page--profile.member .section--detail .box--inner .txt .name {
    font-size: 3rem;
    line-height: 1;
  }
  .page--profile.member .section--detail .box--inner .txt .kana {
    margin-top: 1em;
    font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .page--profile.member .section--detail .box--inner .txt .detail {
    margin-top: 3em;
  }
  .page--schedule .section--list .block--month a {
    transition: opacity 0.3s;
  }
  .page--schedule .section--list .block--month a:hover {
    opacity: 0.6;
  }
  .page--schedule .section--list .block--category .list--sort li .category:hover {
    opacity: 0.5;
  }
  .page--schedule .section--list .block--category .list--sort li input[type=checkbox]:not(:checked) + .category:hover {
    opacity: 0.5;
  }
  .page--schedule .list--schedule li a {
    padding: 10px 0 10px 20px;
  }
  .page--disco .section--detail .block--disco {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 4em;
    border-bottom: solid 1px #EDECE7;
  }
  .page--disco .section--detail .jacket {
    width: 40%;
  }
  .page--disco .section--detail .block--disc-detail {
    width: 53%;
  }
  .page--disco .section--detail .block--disc-detail .tit,
  .page--disco .section--detail .block--disc-detail .category,
  .page--disco .section--detail .block--disc-detail .date {
    text-align: left;
  }
  .page--disco .section--detail .block--disc-detail .link,
  .page--disco .section--detail .block--disc-detail .text {
    width: 100%;
  }
  .page--disco .section--detail .block--disc-detail .btn--link:hover {
    opacity: 0.6;
  }
  .page--disco .section--detail .txt {
    border-bottom: none;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 25%;
  }
  .page--photo .section--detail .list--contents li:nth-child(3n) {
    margin: 0;
  }
  .page--photo .section--detail .list--contents li:nth-child(3n+1) {
    clear: none;
  }
  .page--photo.photo--slider #swipebox-bottom-bar {
    height: 0;
    bottom: 0;
    position: static;
  }
  .page--photo.photo--slider #swipebox-bottom-bar.visible-bars {
    transform: none;
  }
  .page--photo.photo--slider #swipebox-arrows {
    height: 0;
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next {
    position: absolute;
    top: 50%;
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev::after, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page--blog.cate--photolog .list--contents {
    max-width: 935px;
  }
  .page--blog.cate--photolog .list--contents li {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .page--blog.cate--photolog .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog.cate--photolog .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .page--movie.new-movie.category-movie .section--list .block--category-list:nth-of-type(3) .category-tit {
    font-size: 2.1rem;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li {
    margin-bottom: 5vw;
  }
  .page--movie.new-movie.category-movie .section--list .list__more:hover {
    cursor: pointer;
  }
  .page--movie.new-movie.category-movie .section--list .list__more:hover .inner a::before {
    opacity: 1;
  }
  .page--movie.new-movie.movie-category-list .section-tit.jp {
    font-size: 3rem;
  }
  .page--movie.new-movie .content--body .section--detail .area--movie {
    margin-bottom: 4em;
  }
  .page--movie.new-movie .content--body .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1.5em;
  }
  .page--movie.new-movie .content--body .section--detail .link a {
    transition: all 0.4s;
  }
  .page--movie.new-movie .content--body .section--detail .link a:hover {
    background-color: #bf89b3;
  }
  .page--movie.new-movie.page-movie-detail .content--body .section--detail .link {
    margin-top: -5vw;
  }
  .page--questionnaire .content--body {
    width: 100%;
  }
  .page--support {
    font-size: 1.3rem;
  }
  .page--moment.page--list .section--list {
    padding: 0;
    margin: 0 auto;
  }
  .page--moment.page--list .section--list .section-tit {
    margin-bottom: 60px;
  }
  .page--moment.page--list .list--contents {
    max-width: 1000px;
  }
  .page--moment.page--list .list--contents li {
    margin: 0 7% 60px 0;
    position: relative;
    width: 26.3333333333%;
  }
  .page--moment.page--list .list--contents li .date {
    font-size: 18px;
    bottom: -18px;
    padding: 3px 15px 3px;
  }
  .page--moment.page--list .list--contents li .thumb {
    width: 100%;
    height: 100%;
    margin: 0 auto 10px;
  }
  .page--moment.page--list .list--contents .icon::before {
    width: 110%;
    height: 110%;
    max-width: 300px;
    max-height: 300px;
    border: 4px solid #d5d5d5;
  }
  .page--moment.page--detail .section--detail {
    width: 800px;
    min-height: 900px;
    border: 1px solid #86878C;
  }
  .page--moment.page--detail .section--detail.item-img {
    display: flex;
    align-items: center;
  }
  .page--moment.page--detail .block__sub-info {
    padding: 45px 7% 15px;
  }
  .page--moment.page--detail .block__sub-info .thumb {
    width: 90px;
    height: 90px;
    margin-right: 25px;
  }
  .page--moment.page--detail .block__sub-info .date {
    font-size: 1.4rem;
  }
  .page--moment.page--detail .block__sub-info .tit {
    font-size: 1.8rem;
  }
  .page--moment.page--detail .block__sub-info .icon--like {
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .page--moment.page--detail .block__sub-info .icon--like i.fa-heart {
    width: 35px;
    height: 35px;
  }
  .page--moment.page--detail .block__sub-info .icon--like i.fa-heart::after {
    opacity: 0.5;
  }
  .page--moment.page--detail .block__sub-info .icon--like i.fa-heart.clicked::after {
    opacity: 1;
  }
  .page--moment.page--detail .block_detail.item-movie {
    max-height: 840px;
  }
  .page--moment.page--detail .block_detail.item-movie .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .page--moment.page--detail .block_detail.item-img {
    position: relative;
    max-height: 840px;
    overflow: auto;
  }
  .page--moment.page--detail .block_detail.item-img .txt {
    height: 100%;
  }
  .page--moment.page--detail .block_detail.item-txt {
    height: 900px;
  }
  .page--moment.page--detail .block_detail.item-txt &gt; .txt {
    height: 70%;
    max-height: 740px;
  }
  .page--moment.page--detail .block_detail .back {
    position: absolute;
    bottom: 5vh;
    left: 7%;
  }
  .page--moment.page--detail .block_detail .back a {
    font-size: 16px;
  }
  .page--moment.page--detail .block_detail .back a::after {
    top: 6px;
    left: -5px;
    width: 12px;
    height: 12px;
  }
  .page--moment.page--detail .icon--comment {
    font-size: 36px;
    bottom: 4vh;
    cursor: pointer;
  }
  .page--moment.page--detail .comment--area .block--comment .table_box .comment-box {
    width: 92%;
  }
  .page--moment.page--detail .comment--area .block--comment .table_box .btn .main {
    cursor: pointer;
  }
  .page--diagnosis_top .wrap header,
  .page--diagnosis .wrap header {
    background: #fff;
  }
  .page--diagnosis_top .wrap .content--body,
  .page--diagnosis .wrap .content--body {
    padding-top: 0 !important;
    background-size: 100% 510px;
  }
  .block--select-member a {
    transition: opacity 0.3s;
  }
  .block--select-member a:hover {
    opacity: 0.8;
  }
  .page--diagnosis.page--diagnosis .content--body {
    padding: 0 0 130px;
  }
  .page--diagnosis.page--diagnosis .block--contents {
    padding: 0 8%;
  }
  .page--diagnosis.page--diagnosis .result {
    padding: 0;
    max-width: none;
  }
  .page--diagnosis.page--diagnosis .result .block--result {
    display: flex;
    margin-bottom: 40px;
  }
  .page--diagnosis.page--diagnosis .result .block--result .result-inner {
    width: 50%;
  }
  .page--diagnosis.page--diagnosis .result .block--result .block--special_contents {
    width: 50%;
  }
  .page--diagnosis.page--diagnosis .result .block--result video {
    width: 60%;
  }
  body:not(.page--home).page--entry .content--body {
    padding: 0 0 130px;
  }
  .page--entry .section--entry .block--movie .block--movie-inner .message {
    font-size: 2.4rem;
  }
  .page--entry .section--entry .block--movie .block--movie-inner a {
    transition: opacity 0.3s;
  }
  .page--entry .section--entry .block--movie .block--movie-inner a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 961px) and (-ms-high-contrast: none), screen and (min-width: 961px) and (-ms-high-contrast: active) {
  .list--bnr .slick-list.is--slide {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* Support Acoudion (SP ONLY) */
  /*-- SNS NAV --*/
  /*-- PAGE TOP --*/
  /*-- SCROLL DOWN --*/
  /*-- HOME PICKUP INFO TOP --*/
  /*-- 継続手続きのお知らせ --*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--more {
    text-align: right;
  }
  .date {
    font-size: 1.2rem;
  }
  .list--bnr.one, .list--bnr.two {
    display: block;
    margin: 0 6vw;
  }
  .list--bnr.one li, .list--bnr.two li {
    width: 100%;
    max-width: none;
    margin-bottom: 3vw;
  }
  .list--bnr .slick-dots li {
    width: 20px;
  }
  .list--info li .date {
    margin-right: 0.5em;
  }
  .list--schedule .date {
    margin-bottom: 3px;
    font-size: 3.5rem;
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .list--contents li .list__txt {
    margin-top: 15px;
  }
  [class^=list--] li.new .tit::after {
    margin-left: 6px;
    font-size: 1rem;
    transform: translateY(-2px);
  }
  .input--half {
    width: 100% !important;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
    background-color: #fff;
  }
  header h1 {
    position: absolute;
    left: 6vw;
    top: 20px;
    width: 60%;
    max-width: 800px;
  }
  header h1 a {
    display: block;
  }
  header .inner {
    position: relative;
    min-height: 100%;
    padding: 130px 6vw 10vw 6vw;
    z-index: 1;
    background: #F8F6F5;
  }
  header .inner .menu-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateY(-100vh);
    transition: transform 2s 0.2s ease;
  }
  header .inner .menu-bg span {
    position: relative;
    display: block;
    width: 100vw;
    height: 75vh;
    background: #fff;
  }
  header .inner .menu-bg span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    background-image: url(/static/octpath/common/wave-white-sp.svg);
    background-position: 0 center;
    background-repeat: repeat-x;
    background-size: 1600px 50px;
    animation: bgwave 12s linear infinite;
  }
  header .inner .gnav {
    margin-top: 60px;
    display: flex;
  }
  header .inner .subnav {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #EDECE7;
    color: #86878C;
  }
  header .inner .block--menu {
    width: 50%;
    display: flex;
  }
  header .inner .block--menu ul li a, header .inner .block--menu ul li span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  header .inner .block--menu ul li.menu-join {
    margin-top: 50px;
    position: relative;
  }
  header .inner .block--menu ul li.menu-join::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 25px;
    height: 1px;
    background: #C49AC6;
  }
  header .inner .link--home {
    display: inline-block;
    margin-left: 6vw;
  }
  header.is-open .inner .menu-bg {
    transform: translateY(0);
  }
  .wrap {
    background-color: #fff;
  }
  body:not(.page--home) .content--body {
    padding: 95px 0 130px;
  }
  .section-tit {
    font-size: 2.6rem;
  }
  .comingsoon {
    font-size: 6vw;
  }
  .block--support {
    max-width: 500px;
    margin: 0 auto 50px;
    border: solid 1px #EDECE7;
    text-align: left;
  }
  .block--support .list--support-tit {
    position: relative;
    padding: 0.5em 1em;
    font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 1.6rem;
  }
  .block--support .list--support-tit::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 18px;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #86878C;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: 0.3s;
    vertical-align: middle;
  }
  .block--support .list--support-tit.open::after {
    transform: rotate(135deg);
    margin: 4px 0 0 10px;
  }
  .block--support .list--support {
    display: none;
    padding: 1em;
  }
  .block--support .list--support li {
    width: 100%;
    padding: 0.5em 0;
  }
  .block--sns .snsnav li a {
    font-size: 1.5rem;
  }
  .block--sns.sp {
    margin-top: 20px;
    margin-left: 20px;
  }
  .block--sns.sp .snsnav {
    justify-content: flex-start;
  }
  .block--sns.sp .snsnav li {
    width: 35px;
    height: 35px;
  }
  .block--sns.sp .snsnav li a {
    line-height: 35px;
    font-size: 1.5rem;
  }
  .block--page-top {
    bottom: 6vw;
    right: 12px;
  }
  .scroll-d {
    bottom: 15%;
  }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: none;
  }
  .page--home .area--official .logo_sp {
    position: relative;
    height: 160px;
  }
  .page--home .area--official .logo_sp h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 70%;
    max-width: 480px;
    line-height: 0;
  }
  .page--home .block--mainvisual {
    min-height: 80vw;
    padding-bottom: 110px;
  }
  .page--home .box--main {
    padding: 0 8vw;
  }
  .page--home .section--banner .swiper-container {
    padding: 0 0 55px 8vw;
  }
  .page--home .section--banner .swiper-scrollbar {
    margin: 0 0 0 8vw;
    width: calc(100% - 8vw);
    bottom: 30px;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding: 0 8vw;
  }
  .page--home .section--banner.no-swiper .swiper-container .list--bnr li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .page--home .block--tit {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .page--home .area--official .section-tit {
    font-size: 3rem;
  }
  .page--home .block--topinfo {
    margin-top: 10vw;
  }
  .page--home .block--topinfo .section--schedule {
    margin-top: 60px;
  }
  .page--home .block--topinfo .section--schedule li a {
    flex-wrap: wrap;
  }
  .page--home .block--topinfo .section--schedule li a .block--txt {
    width: 100%;
  }
  .page--home .section--video {
    padding: 12vw 0 10vw 0;
    margin-top: 12vw;
  }
  .page--home .section--video::before {
    left: 8vw;
  }
  .page--home .section--video .swiper-container {
    padding-left: 14vw;
  }
  .page--home .section--video .block--tit {
    display: block;
    margin-bottom: 25px;
  }
  .page--home .section--video .block--tit .btn--more {
    margin-left: 0;
    text-align: center;
  }
  .page--home .section--video .swiper-button-prev, .page--home .section--video .swiper-button-next {
    display: none;
  }
  .page--home .area--fc--contents {
    padding: 130px 0 30px;
  }
  .page--home .area--fc--contents::before {
    background-image: url(/static/octpath/common/wave-white-sp.svg);
    animation: bgwave 12s linear infinite;
  }
  .page--home .area--fc--contents .area--tit {
    margin-bottom: 50px;
  }
  .page--home .section--photolog .block--tit {
    padding: 0 8vw;
  }
  .page--home .section--photolog .list--photolog {
    padding-left: 8vw;
  }
  .page--home .section--photolog .list--photolog .block--txt {
    margin-top: 20px;
  }
  .page--home .section--photolog .list--photolog .block--txt .icon {
    width: 65px;
    height: 65px;
    top: -27px;
  }
  .page--home .section--photolog .list--photolog .block--txt .list__txt {
    margin-left: 75px;
  }
  .page--home .section--photolog .no-data {
    margin: 0 8%;
  }
  .page--home .section--latest {
    margin-top: 12vw;
  }
  .page--home .section--latest .list--latest .section-tit {
    margin-bottom: 12px;
  }
  .page--home .section--latest .list--latest li {
    margin-bottom: 10vw;
  }
  .page--home .section--latest .list--latest li a {
    display: flex;
    justify-content: space-between;
  }
  .page--home .section--latest .list--latest li a .thumb {
    width: 50%;
  }
  .page--home .section--latest .list--latest li a .list__txt {
    width: 46%;
    margin-top: 0;
  }
  .page--home .section--profile {
    padding: 100px 0 30px;
  }
  .page--home .section--profile::before {
    background-image: url(/static/octpath/common/wave-white-sp.svg);
    animation: bgwave 12s linear infinite;
  }
  .page--home .section--profile .about {
    text-align: left;
  }
  .page--home .section--profile .list--member li {
    width: 50%;
  }
  .page--home .section--profile .list--member li .name {
    font-size: 1.4em;
  }
  .page--home #app-bnr {
    bottom: 10px;
    left: 3%;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    display: block;
  }
  .page--home #app-bnr a {
    border: 1px solid #EAEAEA;
    background: #fff;
    position: relative;
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    display: flex;
    display: webkit-flex;
    align-items: center;
    letter-spacing: 0;
    transition: none;
    text-decoration: none;
    padding: 10px 7% 10px 10px;
  }
  .page--home #app-bnr a .icon {
    width: 17%;
    float: left;
    line-height: 0;
    margin: 0 3.5% 0 0;
  }
  .page--home #app-bnr a .icon img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
  }
  .page--home #app-bnr a .txt {
    overflow: hidden;
    flex: 1;
    line-height: 1.5em;
    color: #686868;
  }
  .page--home #app-bnr a .txt span {
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
    color: #686868;
  }
  .page--home #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
  }
  .page--home #app-bnr .close:before, .page--home #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #bbb;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
  }
  .page--home #app-bnr .close:before {
    transform: rotate(-45deg);
  }
  .page--home #app-bnr .close:after {
    transform: rotate(45deg);
  }
  .drawer__btn {
    transition: 0.5s;
  }
  .app-bnr.bnr-show .drawer__btn {
    top: 95px;
  }
  .app-bnr.bnr-show.scroll .drawer__btn {
    top: 15px;
  }
  .is-drawer-shown .drawer__btn {
    top: 15px !important;
  }
  .home_pickupinfo_top .tit {
    margin-bottom: 10px;
  }
  .home_pickupinfo_top .inner {
    font-size: 1.1rem;
  }
  .home_pickupinfo_top .inner a {
    transition: opacity 0.3s;
  }
  .home_pickupinfo_top .inner a:hover {
    opacity: 0.6;
  }
  .block--update {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .block--update-inner {
    border-radius: 0px;
  }
  .page--info .block--share {
    padding-top: 35px;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--profile .block--profile .list--member li {
    width: 50%;
  }
  .page--profile .block--profile .list--member li .name {
    font-size: 1.4em;
  }
  .page--profile.member .content--body {
    padding-top: 600px;
  }
  .page--profile.member .content--body .box--inner .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
  }
  .page--profile.member .content--body .box--inner .photo img {
    width: 100%;
    height: 100%;
    background-position: center top;
  }
  .page--profile.member .content--body .box--inner .txt {
    padding-top: 5vw;
  }
  .page--profile.member .content--body .box--inner .txt .name {
    font-size: 3rem;
    line-height: 1;
  }
  .page--profile.member .content--body .box--inner .txt .kana {
    margin-top: 1em;
    font-family: futura-pt, noto-sans-cjk-jp, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  .page--profile.member .content--body .box--inner .txt .detail {
    margin-top: 2em;
  }
  .page--schedule .section--list .block--month {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .page--schedule .section--list .block--month .tit .month {
    font-size: 12vw;
  }
  .page--schedule .section--list .block--month .link {
    display: flex;
    margin-left: 30px;
  }
  .page--schedule .section--list .block--narrowing.block--category {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .page--schedule .list--schedule li .inner .date .m {
    top: 5px;
  }
  .page--schedule .list--schedule li .inner a {
    display: block;
    padding: 5px 0 5px 1.5em;
  }
  .page--schedule .list--schedule li .inner a .tit {
    width: 100%;
  }
  .page--disco .section--detail .jacket {
    max-width: 500px;
    margin: 0 auto;
  }
  .page--disco .section--detail .block--disc-detail {
    margin-top: 2em;
  }
  .page--disco .section--detail .block--disc-detail .txt {
    margin-top: 2em;
  }
  .page--disco .section--detail .tit {
    margin-bottom: 0;
  }
  .page--disco .section--detail .date {
    font-size: 1.4rem;
  }
  .page--photo .section--detail .list--contents li {
    margin: 0;
    width: 33.3333333333%;
  }
  .page--blog.cate--photolog .section--list {
    width: 100%;
  }
  .page--blog.cate--photolog .section--list .section-tit {
    width: 84%;
    margin: 0 auto 30px;
  }
  .page--blog.cate--photolog .section--list .block--pager {
    margin-left: 8%;
    margin-right: 8%;
  }
  .page--blog.cate--photolog .section--list .no-data {
    margin: 0 8%;
  }
  .page--blog.cate--photolog .list--contents li {
    width: calc((100% - 6px) / 3);
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .page--blog.cate--photolog .list--contents li:nth-child(2n+1) {
    clear: none;
  }
  .page--blog.cate--photolog .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--blog.cate--photolog .list--contents li:nth-child(3n+1) {
    clear: both;
  }
  .page--blog.cate--photolog .list--contents li .list__writer {
    min-width: 100px;
  }
  .page--blog .form__select {
    max-width: 150px;
  }
  .page--moment .block--page-top {
    display: none;
  }
  .page--moment .list--contents {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .page--moment .list--contents li {
    width: 31.3333333333%;
  }
  .page--moment .list--contents li:nth-child(2n) {
    margin-right: inherit;
  }
  .page--moment .list--contents li:nth-child(2n+1) {
    margin-right: 0;
  }
  .page--moment .list--contents .thumb {
    width: 24vw;
    height: 24vw;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto 10px;
  }
  .page--moment .list--contents .icon:before {
    width: 27vw;
    height: 27vw;
    max-width: 132px;
    max-height: 132px;
  }
  .page--moment .list--contents .date {
    font-size: 1rem;
    padding: 4px 7px 2px;
    bottom: -9px;
  }
  .page--moment.page--detail footer {
    display: none;
  }
  .page--moment.page--detail .content--body {
    height: 100vh;
    padding-bottom: 0;
  }
  .page--moment.page--detail .section--detail {
    width: 100%;
    height: 100%;
    background-color: #505050;
  }
  .page--moment.page--detail .block__sub-info {
    padding: 25px 7% 15px;
  }
  .page--moment.page--detail .block__sub-info .thumb {
    width: 12vw;
    height: 12vw;
    margin-right: 15px;
  }
  .page--moment.page--detail .block__sub-info .icon--like {
    width: 5vw;
    height: 5vw;
  }
  .page--moment.page--detail .block__sub-info .icon--like i {
    width: 100%;
    height: 100%;
  }
  .page--moment.page--detail .block_detail .block--player {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page--moment.page--detail .block_detail.item-movie .hide img {
    width: 100%;
    height: auto;
  }
  .page--moment.page--detail .block_detail.item-movie .txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%);
  }
  .page--moment.page--detail .block_detail.item-img {
    position: relative;
    height: 90vh;
    overflow: auto;
  }
  .page--moment.page--detail .block_detail.item-img .txt {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .page--moment.page--detail .block_detail.item-txt .txt {
    height: 63vh;
  }
  .page--moment.page--detail .block_detail .back {
    position: fixed;
    bottom: 8vh;
    left: 7%;
  }
  .page--moment.page--detail .comment--area .block--comment .table_box .comment-box {
    width: 82%;
  }
  .body--app.page--moment.page--detail .content--body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .body--app.page--moment.page--detail .block_detail.item-txt .txt {
    height: 70vh;
    margin-top: 20px;
  }
  .page--movie.new-movie.category-movie .section--list {
    padding: 0;
  }
  .page--movie.new-movie.category-movie .section--list .block--latest-list, .page--movie.new-movie.category-movie .section--list .block--category-list {
    margin-bottom: 30px;
  }
  .page--movie.new-movie.category-movie .section--list h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents {
    gap: 8%;
  }
  .page--movie.new-movie.category-movie .section--list .list--contents li {
    width: 46%;
    margin-bottom: 6vw;
  }
  .page--movie.new-movie.category-movie .section--list .list__more .inner:after {
    top: 10px;
    right: -10px;
  }
  .page--movie.new-movie.movie-category-list .section-tit.jp {
    font-size: 2.4rem;
  }
  .page--movie.new-movie .content--body .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie .content--body .section--detail .area--movie {
    margin-bottom: 15px;
  }
  .page--movie.new-movie .content--body .section--detail .block--tit {
    margin: 0 auto 40px;
    padding: 0;
  }
  .page--movie.new-movie .content--body .section--detail .block--player {
    top: 0;
    position: relative;
  }
  .page--movie.new-movie .content--body .section--detail .block--player .video-js .vjs-play-control {
    top: -18vw;
    left: 41%;
  }
  .page--movie.new-movie .content--body .section--detail .block--more_movies .more_movies_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .content--body .section--detail .block--more_movies .list--contents {
    gap: 8%;
  }
  .page--movie.new-movie .content--body .section--detail .block--more_movies .list--contents li {
    width: 46%;
    margin-bottom: 6vw;
  }
  .page--movie.new-movie.page-movie-detail .content--body .section--detail .link {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 500px) and (max-width: 960px) {
  .page--movie.new-movie .content--body .section--detail .block--player .video-js .vjs-play-control {
    top: -24vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .block--faq-detail {
    padding: 15px 0;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: none;
  }
  .page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
    padding-left: 0;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .list--faq .tit {
    font-size: 1.3rem;
  }
  .page--faq .list--faq .txt {
    font-size: 1.3rem;
  }
  .page--diagnosis .wrap .content--body {
    background-size: 100% 360px;
  }
  .block--head-txt .lead {
    font-size: 4vw;
  }
  .block--select-member .list--member li {
    width: 33.3333333333%;
    margin-bottom: 40px;
  }
  .block--select-member .list--member li a {
    width: 90%;
    margin: 0 auto;
  }
  .block--select-member .list--member li .thumb, .block--select-member .list--member li .name {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (max-width: 640px) {
  .block--select-member .list--member li {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--diagnosis .section--detail {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page--diagnosis .block-tit {
    font-size: 2rem;
  }
  .page--diagnosis .block--select {
    margin-top: 4rem;
  }
  .page--diagnosis .list--form {
    margin: 0 auto 2.5rem;
  }
  .page--diagnosis .list--form dt {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .page--diagnosis .list--form .list--questions li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page--diagnosis .list--form .list--questions label {
    display: block;
  }
  .page--diagnosis .list--form .list--questions label span {
    padding: 1.2em 1em;
    border-radius: 6px;
  }
  .page--diagnosis .result .result-inner {
    padding: 10vw 4vw 8vw;
  }
  .page--diagnosis .result .top-txt {
    font-size: 1.6rem;
  }
  .page--diagnosis .result .block--ph {
    margin: 0 auto;
    width: 100%;
  }
  .page--diagnosis .result .rate {
    width: 34%;
    padding-top: 34%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 8vw;
  }
  .page--diagnosis .result .rate::before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 4vw;
    bottom: 24%;
  }
  .page--diagnosis .result .block--special_contents {
    min-height: 200px;
    padding: 10% 4%;
    margin-bottom: 30px;
  }
  .page--diagnosis .result video {
    width: 100%;
    background-color: #000000;
  }
  .page--entry .section--entry {
    width: 100%;
  }
  .page--entry .section--entry::before {
    background-image: url(/static/octpath/common/wave-white-sp.svg);
    background-position: 0 center;
    background-repeat: repeat-x;
    background-size: 1600px 50px;
    animation: bgwave 12s linear infinite;
  }
  .page--entry .section--entry .block--entry-head {
    padding-top: 130px;
  }
  .page--entry .section--entry .block--entry-head h3 {
    font-size: 2.5rem;
  }
  .page--entry .section--entry .lead {
    margin: 1em;
    font-size: 1.2rem;
  }
  .page--entry .section--entry .block--spec {
    border-radius: 30px;
  }
  .page--entry .section--entry .block--spec li .cource {
    padding: 20px 0 0 0;
  }
  .page--entry .section--entry .block--spec li .cource p {
    font-size: 1.6rem;
  }
  .page--entry .section--entry .block--spec li dl {
    padding: 1em 0 2em;
    display: block;
  }
  .page--entry .section--entry .block--spec li dl dt {
    width: 100%;
    padding-bottom: 0;
  }
  .page--entry .section--entry .block--spec li dl dd {
    width: 100%;
  }
  .page--entry .section--entry .block--movie .block--movie-inner .message span::before {
    transform: translateY(-6px);
    border-width: 6px 0 6px 6px;
  }
  .page--entry .section--entry .block--contentslist {
    margin: 80px auto 8vw;
  }
  .page--entry .section--entry .block--contentslist .tit--contentslist {
    font-size: 3.8rem;
  }
  .page--entry .section--entry .block--contentslist .list--contentslist {
    display: block;
  }
  .page--entry .section--entry .block--contentslist .list--contentslist li {
    width: 100%;
    font-size: 1.2rem;
  }
  .page--entry .section--entry .block--contentslist .list--contentslist li .tit {
    margin-bottom: 0;
    font-size: 2.1rem;
  }
  .page--entry .section--entry .block--entry {
    display: block;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .page--entry .section--entry .block--entry .entry_inner {
    width: 100%;
    margin-top: 30px;
  }
}
/*  appli
------------------------------ */
.body--app:not(.page--home) .content--body {
  padding: 60px 0 80px;
}
.body--app.page--profile.member .content--body {
  padding-top: 600px;
}
.body--app .detail__btn, .body--app .block--pager li,
.body--app .list--info li, .body--app .list--schedule li,
.body--app .list--contents li,
.body--app .list--member li,
.body--app .list--faq li {
  -webkit-touch-callout: none;
}

@media screen and (min-width: 756px) and (max-width: 960px) {
  .list--bnr.two {
    display: flex;
    justify-content: space-between;
  }
  .list--bnr.two li {
    width: 48%;
  }
  .list--bnr .slick-list {
    width: 68%;
  }
  .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 6vw;
  }
  .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .list--contents li:nth-child(2n+1) {
    clear: both;
  }
  .section-tit {
    font-size: 2.8rem;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding: 0 8vw;
  }
  .page--home .section--banner.no-swiper .swiper-container .list--bnr li {
    margin: 0;
  }
  .page--home .section--photolog {
    padding: 0 8vw;
  }
  .page--home .section--photolog .block--tit {
    padding: 0;
  }
  .page--home .section--photolog .list--photolog {
    display: flex;
    padding: 0 0 20px 0;
  }
  .page--home .section--photolog .list--photolog li:nth-child(1) {
    width: 32%;
  }
  .page--home .section--photolog .list--photolog li:nth-child(2), .page--home .section--photolog .list--photolog li:nth-child(3) {
    width: 32%;
    margin-left: 2%;
  }
  .page--home .section--photolog .list--photolog li.new .list__txt::after {
    top: -15px;
  }
  .page--home .section--photolog .no-data {
    margin: 0;
  }
  .page--home .section--latest {
    margin-top: 8vw;
  }
  .page--home .section--latest .list--latest {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .section--latest .list--latest .section-tit {
    margin-bottom: 12px;
  }
  .page--home .section--latest .list--latest li {
    margin-bottom: 10vw;
  }
  .page--home .section--latest .list--latest li a {
    display: block;
  }
  .page--home .section--latest .list--latest li a .thumb {
    width: 100%;
  }
  .page--home .section--latest .list--latest li a .list__txt {
    width: 100%;
    margin-top: 23px;
  }
  .page--home .section--profile .list--member li {
    width: 33.3333333333%;
  }
  .page--profile .block--profile .list--member li {
    width: 33.3333333333%;
  }
  .page--photo .section--detail .list--contents li:nth-child(2n+1) {
    clear: none;
  }
  .page--diagnosis .wrap .content--body {
    background-size: 100% 570px;
  }
  .block--head-txt .lead {
    font-size: 3vw;
  }
  .block--select-member .list--member li a {
    width: 200px;
  }
  .block--select-member .list--member li .thumb, .block--select-member .list--member li .name {
    width: 100%;
  }
  .page--diagnosis .result .result-inner {
    padding: 5vw 4vw 4vw;
  }
  .page--diagnosis .result .top-txt {
    font-size: 20px;
  }
  .page--diagnosis .result .block--ph {
    width: 380px;
  }
  .page--diagnosis .result .rate {
    width: 30%;
    padding-top: 30%;
  }
  .page--diagnosis .result .rate .numb {
    font-size: 45px;
  }
  .page--diagnosis .result .odometer-digit:last-of-type::after {
    font-size: 20px;
    bottom: 16px;
  }
  .page--diagnosis .result .txt--movie {
    font-size: 1.3em;
  }
  .page--diagnosis .result .txt--sub {
    text-align: center;
  }
  .page--diagnosis .result .block--movie {
    margin: 0 auto 5em;
  }
  .page--entry .section--entry .block--movie .block--movie-inner .message span::before {
    transform: translateY(-10px);
    border-width: 10px 0 10px 10px;
  }
  .page--moment .list--contents .thumb {
    max-width: inherit;
    max-height: inherit;
  }
  .page--moment .list--contents .icon::before {
    width: 26vw;
    height: 26vw;
    max-width: inherit;
    max-height: inherit;
  }
  .page--moment .list--contents .date {
    font-size: 1.2rem;
  }
}</pre></body></html>