@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://use.typekit.net/qze7und.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
/*! 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: 1px;
  overflow: visible;
  border: 0;
  background-color: #777777;
}

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;
  vertical-align: top;
}

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

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

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

html, body {
  height: 100%;
}

body {
  background: #edf2f6;
  color: #1e1e1e;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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: #1e1e1e;
  color: #edf2f6;
}

::selection {
  background: #1e1e1e;
  color: #edf2f6;
}

::-moz-selection {
  background: #1e1e1e;
  color: #edf2f6;
}

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

svg {
  transition: fill 0.5s ease;
}
svg .color-primary {
  fill: #1e95d4;
}
svg .color-secondary {
  fill: #e3007f;
}

a:hover {
  /*
  animation: svg_hover_effect 1s forwards;
  */
}
a:hover .color-primary {
  fill: #e3007f;
}
a:hover .color-secondary {
  fill: #1e95d4;
}

.logo--fc__white {
  --primary-color: #ffffff;
  --secondary-color: #ffffff;
}

@keyframes svg_hover_effect {
  0% {
    color: #ffff00;
  }
  100% {
    color: #ffffff;
  }
}
.parts-fish .parts-fish_details {
  transition: fill 0.5s ease;
}

#loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #edf2f6;
  transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#loader {
  width: 30vw;
  min-width: 200px;
  transition: opacity 0.6s ease 0.5s;
}

.is-hide {
  display: none;
}

.fadeout-wrap {
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  opacity: 0;
  pointer-events: none;
}

.block--pager {
  text-align: center;
  font-size: 15px;
  margin: 0 auto 5vw;
  padding: 0;
  position: relative;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  padding: 0 0.6em;
  color: #1e95d4;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #1e95d4;
  text-align: center;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #e3007f;
  border-right: solid 1px #e3007f;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #e3007f;
  border-right: solid 1px #e3007f;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  opacity: 0.3;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 2em;
  min-height: 2em;
  border: solid 1px #1e95d4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}

.block--pager__detail {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 3em;
}
.block--pager__detail .pager__item--newer,
.block--pager__detail .pager__item--older {
  margin: 0 1em;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span {
  display: block;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  border-right: solid 1px #1e95d4;
  border-bottom: solid 1px #1e95d4;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  border-left: solid 1px #e3007f;
  border-bottom: solid 1px #e3007f;
  background: rgba(255, 255, 255, 0);
  color: #e3007f;
}
.block--pager__detail .detail__btn {
  display: flex;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  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;
}

.page--wallpaper .section--detail .ph::after {
  display: none;
}

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-pagination {
  position: static;
  text-align: right;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  line-height: 1;
}

.swiper-pagination-bullet {
  background: #1e95d4;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
}

.swiper-button-prev:after {
  content: "Prev";
}

.swiper-button-next:after {
  content: "Next";
}

.swiper-button-lock + .progress-bar {
  display: none;
}

.no-carousel .block--carousel-nav {
  display: none;
}

.form--post dt {
  margin: 3em 0 1em;
}
.form--post 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: #edf2f6;
}

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

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

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

/* 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],
form button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1e1e1e;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #1e1e1e;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
form button:focus {
  border-color: #1e1e1e;
}
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,
form button.form__error {
  background: #ffffff;
  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,
form 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],
form 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;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1e1e1e;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #1e1e1e;
}
textarea.form__error {
  background: #ffffff;
  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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1e1e1e;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #1e1e1e;
}
.form__select select.form__error {
  background: #ffffff;
  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: solid 1px #edf2f6;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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 {
  display: inline-block;
  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 #1e1e1e;
  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: #1e95d4;
  border-color: #1e95d4;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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 {
  display: inline-block;
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  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: #1e95d4;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.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 #1e1e1e;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #1e1e1e;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #1e95d4;
  border-color: #1e95d4;
}
.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: 2em 0 2em;
}

.form--confirm {
  border: solid 0.5px #aee6ff;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #aee6ff;
  color: #1e95d4;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #1e1e1e;
}

.btn {
  text-align: center;
}

.btn-base-style, .commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btn--main {
  margin: 1em 0;
  padding: 0.7em 1em;
  border: solid 1px #1e95d4;
  border-radius: 50em;
  background: #ffffff;
  color: #1e95d4;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 0.7em 1em;
  border: solid 1px #e3007f;
  border-radius: 50em;
  background: #ffffff;
  color: #e3007f;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.detail__btn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.detail__btn a {
  border-left: solid 1px #e3007f;
  border-bottom: solid 1px #e3007f;
  background: rgba(255, 255, 255, 0);
  color: #e3007f;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}

.date {
  z-index: 0;
  color: #1e95d4;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: 0.1em;
}

.category {
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.tit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  word-break: break-word;
}

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

.list--info li {
  position: relative;
}
.list--info li a {
  display: block;
}
.list--info li a .block--tit {
  color: #1e95d4;
}
.list--info li.new .date {
  position: relative;
}
.list--info li.new .date::after {
  border-radius: 50em;
  background-color: #e3007f;
}
.list--info li.no-data {
  padding-top: 0;
}

.list--contents, .list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list--contents li a, .list--photo li a {
  display: block;
  position: relative;
}
.list--contents li a .block--thumb, .list--photo li a .block--thumb {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.list--contents li a .block--thumb img, .list--photo li a .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center 20%;
  background-size: cover;
  line-height: 0;
}
.list--contents li a .block--thumb .blur, .list--photo li a .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--contents li a .block--thumb .blur img, .list--photo li a .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li a .tit, .list--photo li a .tit {
  display: inline-block;
  color: #1e95d4;
}
.list--contents li a .date, .list--photo li a .date {
  display: block;
  color: #1e95d4;
}
.list--contents li.new .date::after, .list--photo li.new .date::after {
  border-radius: 50em;
  background-color: #e3007f;
}

.list--photo li a {
  display: block;
  margin: 0 auto;
}
.list--photo li a .block--thumb {
  padding-top: 100%;
}

.list--contents__category li a .block--thumb {
  padding-top: 100%;
}

.list--error li {
  color: #e63a37;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  color: #1e1e1e;
  border: none !important;
  padding: 4em 0;
}

.block--nav__category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--nav__category li a {
  display: block;
  border: solid 1px #1e95d4;
  border-radius: 50em;
  background-color: #ffffff;
  color: #1e95d4;
  text-align: center;
}
.block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--nav__category li.current a {
  background-color: #1e95d4;
  color: #ffffff;
  pointer-events: none;
}

.header {
  width: 100%;
  position: relative;
  transition: 0.3s ease-out;
}

.drawer {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  -ms-overflow-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  pointer-events: none;
  transition: opacity 0.5s;
}
.drawer .drawer-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer .drawer-inner .g-nav ul li {
  opacity: 0;
  line-height: 1;
}
.drawer .drawer-inner .g-nav ul li a {
  position: relative;
  display: block;
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  text-decoration: none;
}

body:not(.drawer-visible) .drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
body:not(.drawer-visible) .drawer__btn .parts-nav--close {
  display: none;
  opacity: 0;
}
body:not(.drawer-visible) .drawer .drawer-inner .block--keyvisual {
  animation: mask-totob 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.drawer-visible) .drawer .drawer-inner .logo {
  opacity: 0;
  animation: mask-totob 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
body:not(.drawer-visible) .drawer .drawer-inner .logo a {
  display: block;
}
body:not(.drawer-visible) .drawer .drawer-inner .section--login {
  opacity: 0;
}
body:not(.drawer-visible) .drawer .g-nav ul li {
  opacity: 0;
}

body.drawer-visible header > .logo {
  opacity: 0;
  pointer-events: none;
}
body.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
body.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  background-color: #edf2f6;
}
body.drawer-visible .drawer .drawer-inner .block--keyvisual {
  background-color: #ffffff;
  animation: mask-btotop 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.drawer-visible .drawer .drawer-inner .block--keyvisual .logo {
  animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: opacity 0.5s 0.3s;
}
body.drawer-visible .drawer .drawer-inner .block--keyvisual .logo a {
  display: block;
}
body.drawer-visible .drawer .drawer-inner .section--login {
  animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transition: opacity 0.5s 0.6s;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
}
body.drawer-visible .drawer .drawer-inner .g-nav ul li {
  opacity: 1;
  animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
  transition: opacity 0.5s ease-in 0.8s, transform 0.5s ease-in 0.8s;
}
body.drawer-visible .drawer .drawer-inner .g-nav ul li .txt--sub {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
body.drawer-visible .drawer__btn .parts-nav--menu {
  display: none;
  opacity: 0;
}
body.drawer-visible .drawer__btn .parts-nav--close {
  display: block;
  opacity: 1;
}
body.drawer-visible .drawer__btn {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  mix-blend-mode: inherit;
  transform-origin: center;
  transition: fill 0.3s ease, transform 0.5s 0.7s;
  will-change: transform;
}

footer {
  position: relative;
  margin-top: auto;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  transition: color 0.2s;
}
footer .copyright {
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}

body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .logo {
  display: none;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.content-main {
  min-height: 100%;
}

.section-tit {
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}

.section-tit__sub {
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}

.item--centering {
  text-align: center;
}

.section--list,
.section--detail {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
  margin-bottom: 2vw;
}
.section--detail .tit {
  color: #1e95d4;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
  color: #1e95d4;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  color: #e3007f;
  font-size: 17px;
}
.section--detail .block--share li.twitter {
  margin-right: 8px;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #e3007f;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #e3007f;
  font-size: 12px;
  margin-right: 20px;
}

.message-baloon {
  display: block;
  position: relative;
  width: 90%;
  max-width: 300px;
}
.message-baloon a {
  display: block;
  border-radius: 1em;
  border-bottom-right-radius: 4em;
  background-color: #e3007f;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.message-baloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  border: solid 12px transparent;
  border-right: solid 25px #e3007f;
  transform: rotate(25deg);
}

.page--home .section--top .inner {
  position: relative;
}
.page--home .section--top .block--tit {
  background-color: #1e95d4;
  overflow: hidden;
  position: relative;
}
.page--home .section--top .block--tit.event {
  box-shadow: -12px -11px 19px -1px rgba(44, 43, 43, 0.2) inset;
  position: relative;
  z-index: 1;
}
.page--home .section--top .block--tit.event .block--event_photo {
  width: 100%;
  opacity: 0;
  -webkit-clip-path: circle(0px at center);
          clip-path: circle(0px at center);
  transition: -webkit-clip-path 1s 0.8s;
  transition: clip-path 1s 0.8s;
  transition: clip-path 1s 0.8s, -webkit-clip-path 1s 0.8s;
}
.page--home .section--top .block--tit.event .block--event_photo .main {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}
.page--home .section--top .block--tit.event .block--event_photo .main img {
  background-size: contain;
  width: 100%;
  max-width: 1000px;
  max-height: 1000px;
  margin: 0 auto;
}
.page--home .section--top .block--tit.event .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  filter: blur(35px) opacity(0.5);
  opacity: 0;
  transition: opacity 1s 0.7s;
}
.page--home .section--top .block--tit.event .blur img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
}
.page--home .section--top .block--event_txt {
  background: #ffffff;
  color: #1e95d4;
  font-family: futura-pt, sans-serif;
  font-size: 1.34em;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(12, 118, 173, 0.15);
  display: block;
}
.page--home .section--top .block--event_txt::before {
  content: "";
  display: block;
  background: #e3007f;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.page--home .section--top .block--event_txt a p {
  position: relative;
}
.page--home .section--top .block--event_txt a p::after {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid #e3007f;
  border-left: 0;
  border-bottom: 0;
  margin-left: 10px;
  transform: translateX(-25%) rotate(45deg);
}
.page--home .section--top.started .block--tit.event .block--event_photo {
  opacity: 1;
  -webkit-clip-path: circle(180% at center);
          clip-path: circle(180% at center);
}
.page--home .section--top.started .block--tit.event .block--event_photo .blur {
  opacity: 1;
}
.page--home .section--top .block--nav .section--login {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.page--home .section--top .block--nav .section--login li a {
  display: block;
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--home .section--banner .progress-bar {
  z-index: 2;
  height: 1px;
  background-color: #ffdef2;
}
.page--home .section--banner .progress-bar p {
  transform: scaleX(0);
  transform-origin: 0 100%;
  width: 100%;
  height: 1px;
  background-color: #e3007f;
  transition: transform 2s linear;
}
.page--home .list__more a {
  display: block;
  border-right: solid 1px #e3007f;
  border-bottom: solid 1px #e3007f;
  color: #e3007f;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .section--news .list--info {
  background-color: #ffffff;
}
.page--home .section--news .list--info li a .date {
  position: relative;
}
.page--home .section--news .list--info li:last-of-type {
  margin-bottom: 0;
}
.page--home .section--news .list--info li.no-data {
  padding-top: 0;
}
.page--home .link--contents .inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page--home .link--contents .inner .section-tit {
  line-height: 1;
}
.page--home .link--contents .inner .txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--home .link--contents .inner .btn--main {
  display: inline-block;
  margin: 0 auto;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
}
.page--home .link--contents .block--parts-fish {
  position: absolute;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -30deg);
}
.page--home .link--contents .block--parts-fish:last-of-type {
  top: auto;
  left: auto;
}
.page--home .link--contents.section--livestreaming {
  margin-bottom: 10vw;
}
.page--home .link--contents.section--livestreaming .inner {
  background-color: #1e95d4;
}
.page--home .link--contents.section--livestreaming .inner .section-tit {
  color: #ffffff;
}
.page--home .link--contents.section--livestreaming .inner .txt {
  color: #ffffff;
}
.page--home .link--contents.section--livestreaming .inner .btn--main {
  position: relative;
  border: solid 1px #ffffff;
  background-color: #1e95d4;
  color: #ffffff;
  transition: transform 0.6s ease-out, background 0.2s;
}
.page--home .link--contents.section--mailmagazine .inner {
  border: solid 1px #1e95d4;
  background-color: #e9f7ff;
}
.page--home .link--contents.section--mailmagazine .inner .section-tit {
  color: #1e95d4;
}
.page--home .link--contents.section--mailmagazine .inner .txt {
  color: #1e95d4;
}
.page--home .link--contents.section--mailmagazine .inner .btn--main {
  border: solid 1px #1e95d4;
  background-color: #ffffff;
  color: #1e95d4;
}
.page--home .area--contents .section--radio {
  position: relative;
}
.page--home .area--contents .section--radio .list--contents li .block--thumb {
  padding-top: 56.25%;
  border: solid 1px #edf2f6;
}
.page--home .area--contents .section--radio::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #ffffff;
}
.page--home .area--contents .section--blog {
  position: relative;
  background-color: #ffffff;
}
.page--home .area--contents .section--blog .list--contents li .block--thumb {
  position: relative;
  padding-top: 100%;
  border: solid 1px #edf2f6;
}
.page--home .area--contents .section--blog .list--contents li .writer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #1e95d4;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.page--home .area--contents .section--blog .block--parts-fish {
  position: absolute;
}
.page--home .area--contents .section--gallery {
  position: relative;
  background-color: #ffffff;
}
.page--home .area--contents .section--gallery .list--contents li .block--thumb {
  position: relative;
  padding-top: 100%;
  border: solid 1px #edf2f6;
}
.page--home .area--contents .section--gallery .block--parts-fish {
  position: absolute;
}
.page--home .area--contents .section--movie {
  position: relative;
}
.page--home .area--contents .section--movie .list--contents li .block--thumb {
  padding-top: 56.25%;
  border: solid 1px #edf2f6;
}

.block--expire {
  width: 90%;
  max-width: 770px;
  padding: 2em 1.5em;
  border-radius: 10px;
  border: solid 1px #018bd3;
  background-color: #ffffff;
  text-align: center;
}
.block--expire .tit {
  color: #018bd3;
  font-weight: bold;
  line-height: 1.3;
}
.block--expire .notice {
  color: #000000;
}
.block--expire .notice em {
  color: #018bd3;
  font-weight: bold;
}
.block--expire .btn {
  margin-bottom: 0;
}
.block--expire .btn--main {
  margin: 0;
  border: solid 1px #018bd3;
  background-color: #018bd3;
  color: #ffffff;
}

.page--info .section--detail {
  width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail > .txt * {
  margin-bottom: 0;
}
.page--info .block--pager__detail .pager__item--newer,
.page--info .block--pager__detail .pager__item--older {
  margin: 0 1em;
}
.page--info .block--pager__detail .pager__item--newer a, .page--info .block--pager__detail .pager__item--newer span {
  border-right: solid 1px #1e95d4;
  border-bottom: solid 1px #1e95d4;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
}
.page--info .block--pager__detail .pager__item--older a, .page--info .block--pager__detail .pager__item--older span {
  border-left: solid 1px #e3007f;
  border-bottom: solid 1px #e3007f;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  color: #e3007f;
}
.page--info .block--pager__detail .detail__btn a {
  border-bottom: solid 1px #1e95d4;
  border-left: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
}

.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #1e1e1e;
  line-height: 0;
  position: relative;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: #aee6ff;
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 2em;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #aee6ff;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: fixed;
  top: 50%;
  border-radius: 100%;
  background: none;
  background-color: #aee6ff;
  color: #ffffff;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  left: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.page--wallpaper .list--contents li .thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.page--wallpaper .list--contents li .thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.page--wallpaper .list--contents li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.2);
}
.page--wallpaper .list--contents li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--wallpaper .block--wp-size .block--btn .btn span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.page--blog .list--horizontal {
  font-family: source-han-sans-japanese, sans-serif;
}
.page--blog .list--horizontal li {
  border-bottom: solid 1px #1e1e1e;
}
.page--blog .list--horizontal li a {
  padding: 38px 0px;
}
.page--blog .list--contents li .block--thumb {
  position: relative;
  padding-top: 100%;
}
.page--blog .list--contents li .writer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #1e95d4;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.page--blog .block--form dt {
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--blog .block--form textarea {
  border-color: #1e95d4;
}
.page--blog .block--comment .list--comment li {
  position: relative;
}
.page--blog .block--comment .name {
  display: inline-block;
  background-color: #1e95d4;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.page--blog .block--comment .date {
  display: block;
}
.page--blog .block--comment .btn--delete input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #1e95d4;
  background-color: #e9f7ff;
  color: #1e95d4;
  line-height: 1;
}
.page--blog .block--pager__detail .pager__item--newer,
.page--blog .block--pager__detail .pager__item--older {
  margin: 0 1em;
}
.page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
  border-left: solid 1px #e3007f;
  border-bottom: solid 1px #e3007f;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  color: #e3007f;
}
.page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
  border-right: solid 1px #1e95d4;
  border-bottom: solid 1px #1e95d4;
  border-left: none;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
}
.page--blog .block--pager__detail .detail__btn a {
  border-bottom: solid 1px #1e95d4;
  border-left: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  color: #1e95d4;
}

.commentconfirm, .commentcomplete, .commentdelete {
  width: 93%;
  max-width: 950px;
  margin: 0 auto;
}
.commentconfirm .pageTit, .commentcomplete .pageTit, .commentdelete .pageTit {
  display: none;
}
.commentconfirm .titArea, .commentcomplete .titArea, .commentdelete .titArea {
  margin-bottom: 2em;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2;
}
.commentconfirm dl, .commentcomplete dl, .commentdelete dl {
  margin-bottom: 1.5em;
  padding: 1.5em;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.2);
}
.commentconfirm dt, .commentcomplete dt, .commentdelete dt {
  margin-bottom: 0.6em;
  font-size: 11px;
}
.commentconfirm dd, .commentcomplete dd, .commentdelete dd {
  margin-bottom: 1.5em;
  color: #1e95d4;
}
.commentconfirm dd:last-of-type, .commentcomplete dd:last-of-type, .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a {
  margin: 1em 0;
  padding: 0.7em 1em;
  border: solid 1px #1e95d4;
  border-radius: 50em;
  background: #ffffff;
  color: #1e95d4;
  line-height: 1.3;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .commentconfirm .btn input[type=submit], .commentconfirm .btn a, .commentcomplete .btn input[type=submit], .commentcomplete .btn a, .commentdelete .btn input[type=submit], .commentdelete .btn a {
    min-width: 50%;
  }
}

.commentcomplete .titArea, .commentdelete .titArea {
  text-align: center;
}

.page--qa .txt {
  margin-bottom: 2rem;
  text-align: center;
}
.page--qa .btn--main {
  background: #1e95d4;
  color: #ffffff;
}
.page--qa .btn--main:hover {
  background: #ffffff;
  color: #1e95d4;
}
.page--qa .list--qa {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page--qa .list--qa li a {
  display: block;
  border: solid 1px #e3007f;
  background: #ffffff;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #1e1e1e;
}
.page--qa .list--qa li a .tit {
  color: #1e1e1e;
}
.page--qa .list--qa li a .name {
  color: #1e95d4;
}
.page--qa .block--form dt {
  color: #1e95d4;
}
.page--qa .block--form dd {
  margin-bottom: 1rem;
}
.page--qa .block__question {
  margin-bottom: 2rem;
  border: solid 1px #ffdef2;
  text-align: left;
}
.page--qa .block__question .ico--q {
  display: block;
  color: #ffdef2;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--qa .block__question .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__question .name {
  color: #1e1e1e;
}
.page--qa .block__question .name span {
  margin-right: 0.5rem;
}
.page--qa .block__answer {
  margin-bottom: 2rem;
  border: solid 1px #1e95d4;
  text-align: left;
}
.page--qa .block__answer .ico--a {
  display: block;
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1rem;
  text-align: left;
}
.page--qa .block__answer .name {
  color: #1e1e1e;
  font-size: 13px;
}
.page--qa .block__answer .name span {
  margin-right: 0.5rem;
  font-size: 10px;
}

.page--support .section--detail {
  width: 86%;
  max-width: 950px;
  padding: 0;
  margin: 0 auto;
}
.page--support .section--detail .section-tit {
  margin: 0 0 1em;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 20px;
  text-align: left;
}
.page--support .section--detail .tit {
  font-weight: normal;
}
.page--support .section--detail .list--support li {
  margin-bottom: 0.6em;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--support .section--detail .list--support a:hover {
  text-decoration: none;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 1.5em;
}

.page--faq .section--list .section-tit {
  margin: 0 0 1em;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}
.page--faq .section--list .tit {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .block--contact {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
}
.page--faq .section--list .block--contact a:hover {
  color: #1e95d4;
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #1e1e1e;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #1e1e1e;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #1e1e1e;
}
.page--faq .list--faq li .tit {
  margin: 0 0 0 0;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: center;
  align-items: center;
  padding: 1.5em 0;
  text-decoration: none;
}
.page--faq .list--faq .txt {
  padding-top: 0;
  font-size: 15px;
  line-height: 1.6;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  margin: 0 10px 0 0;
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: solid 1px #1e1e1e;
  padding: 25px;
  margin: 0 0 80px;
  word-break: break-all;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: solid 1px #1e1e1e;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  display: inline-block;
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--faq-detail .icon--q {
  display: none;
  /*
  display: block;
  margin-right: .2em;
  margin-bottom: .5em;
  color: var.$primary-color;
  @include var.font-sans-serif();
  font-size: 1.5em;
  line-height: 1;
  */
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
.page--faq .block--contact a:hover {
  color: #1e95d4;
  text-decoration: none;
}
.page--faq .block--contact a:hover + i {
  color: #1e95d4;
}

.section--detail.page--entry .txt--lead {
  color: #1e1e1e;
}
.section--detail.page--entry .block-tit {
  color: #1e95d4;
  text-align: center;
  letter-spacing: 0.12em;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 2vw;
}
.section--detail.page--entry .block--benefit {
  padding-top: 5vw;
}
.section--detail.page--entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.page--entry .list--content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.section--detail.page--entry .list--content li {
  border: solid 1px #1e95d4;
  background: #ffffff;
  color: #1e95d4;
}
.section--detail.page--entry .list--content li .title {
  margin-bottom: 1.2vw;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 30px;
  line-height: 1;
}
.section--detail.page--entry .list--content li:nth-of-type(even) {
  margin-right: 0;
}
.section--detail.page--entry .list--content li :not(.btn) a {
  color: #e3007f;
  font-family: sonar-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.section--detail.page--entry .list--txt li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.page--entry .price {
  width: 100%;
  border: solid 1px #1e95d4;
  background-color: #E9F7FF;
  color: #1e95d4;
}
.section--detail.page--entry .price td, .section--detail.page--entry .price th {
  border-bottom: solid 1px #1e95d4;
}
.section--detail.page--entry .price th {
  font-weight: normal;
}
.section--detail.page--entry .note a {
  color: #e3007f;
  text-decoration: underline;
}
.section--detail.page--entry .block--login {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login .btn--main {
  transition: 0.2s;
}
.section--detail.page--entry .block--login .btn--main.type-blue2 {
  border: solid 1px #018bd3;
  background: #018bd3;
  color: #ffffff;
}
.section--detail.page--entry .block--login .btn {
  margin: 0 auto;
}
.section--detail.page--entry #section--continue .btn--main {
  border: solid 1px #018bd3;
  background: #ffffff;
  color: #018bd3;
}
.section--detail.page--entry .txt--link {
  display: block;
}
.section--detail.page--entry .txt--link strong {
  display: block;
}
.section--detail.page--entry .txt--link a {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  word-break: break-all;
}
.section--detail.page--entry .txt--link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6em;
  margin-left: -1.1em;
  border: solid 2px #e3007f;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 10%;
}
.section--detail.page--entry .block--login__fanplus {
  margin-bottom: 0 !important;
}
.section--detail.page--entry .block--login__fanplus .block--inner {
  padding: 20px;
  background-color: #ffffff;
  margin-top: 30px;
}
.section--detail.page--entry .block--login__fanplus .txt--basic {
  width: 100%;
  color: #1e95d4;
  text-align: center;
  margin: 0 auto;
}
.section--detail.page--entry .block--login__fanplus .txt--basic span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
.section--detail.page--entry .block--login__fanplus .btn {
  margin: 0 auto;
}
.section--detail.page--entry .block--attention {
  padding: 1em;
  border: solid 1px #e3007f;
  background: #ffffff;
}
.section--detail.page--entry .block--attention.block-style_white {
  padding-top: 0;
  background: #ffffff;
}

/* terms popup
------------------------------ */
#terms {
  display: none;
}

.popup-inner {
  padding: 120px 0 0;
  color: #edf2f6;
}
.popup-inner .terms_check {
  text-align: center;
  margin: 0 0 20px;
}
.popup-inner .terms_check .form__checkbox {
  display: inline-block;
}
.popup-inner .txt-wrap {
  font-size: 13px;
}
.popup-inner .tit {
  font-size: 20px;
  margin: 0 0 1em;
}
.popup-inner .txt {
  margin-top: 1.5em;
}
.popup-inner .list--support dt {
  font-weight: bold;
}
.popup-inner .list--support dd {
  margin-bottom: 1.5em;
}
.popup-inner .terms-list > li {
  margin: 0 0 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.popup-inner .btn {
  opacity: 0.6;
}
.popup-inner .btn .btn--main {
  pointer-events: none;
}
.popup-inner .btn.checked {
  opacity: 1;
}
.popup-inner .btn.checked .btn--main {
  pointer-events: auto;
}
.popup-inner .form__checkbox label p::before {
  background: #edf2f6;
}

/* Profile List
------------------------------ */
.page--profile.section--list {
  width: 86%;
  max-width: 1280px;
}
.page--profile.section--list .list--contents li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page--profile.section--list .list--contents li a .block--thumb {
  overflow: hidden;
  position: relative;
  padding-top: 150%;
  margin-bottom: 0;
}
.page--profile.section--list .list--contents li a .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.page--profile.section--list .list--contents li a .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.page--profile.section--list .list--contents li a .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.page--profile.section--list .list--contents li a .block--txt .name {
  display: inline-block;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}
.page--profile.section--list .list--contents li a .block--txt .name_sub {
  display: block;
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}

/* Profile Detail
------------------------------ */
.page--profile__detail .wrap {
  background: #dfe6ea url(/static/apollobay/fanclub/feature/profile/bg_paper.jpg) no-repeat center top;
  background-size: cover;
  background-blend-mode: hard-light;
}

.page--profile.section--detail .block--profile dt {
  border-bottom: dashed 1px #1e95d4;
  color: #1e95d4;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}
.page--profile.section--detail .block--profile dd {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}
.page--profile.section--detail .block--profile dd.profile-birth img {
  width: auto;
  vertical-align: bottom;
}
.page--profile.section--detail .block--profile dd.profile-birth img:first-of-type {
  margin-left: 0;
}
.page--profile.section--detail .block--sns li i {
  color: #1e95d4;
}
.page--profile.section--detail .block--sns li:last-of-type {
  margin-right: 0;
}
.page--profile.section--detail .block--contents ul li a {
  color: #1e95d4;
  font-family: sonar-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--profile.section--detail .block--contents ul li a:before {
  content: "\f04b";
  display: inline-block;
  color: #e3007f;
  font-family: FontAwesome;
  line-height: 1;
}

/*  Birthday Massage
------------------------------ */
.birthday_massage-wrap {
  width: 90%;
  max-width: 700px;
  margin: 2em auto 10em;
}
.birthday_massage-wrap .birthday_photo {
  margin: 3em auto 0;
}

/*  questionnaire
------------------------------ */
@media screen and (min-width: 961px) {
  .page--questionnaire .section-tit {
    font-size: 20px;
  }
}
.page--questionnaire main > section {
  width: 90%;
  max-width: 950px;
  margin: 0 auto 5em;
}
.page--questionnaire main > section .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page--questionnaire .form--post {
  margin-bottom: 100px;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #1e1e1e;
  top: 50%;
  right: 0.5em;
  margin-top: -0.25em;
}

.form--post {
  margin: 0 0 40px;
}
.form--post + .txt--sub {
  text-align: center;
}
.form--post dt {
  font-weight: bold;
}
.form--post .form__select::after {
  position: absolute;
  border-color: #1e1e1e;
  top: 50%;
  right: 0.75em;
  margin-top: -0.25em;
  pointer-events: none;
}

.icon--required {
  display: inline-block;
}
.icon--required::before {
  content: "必須";
  background: #e63a37;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
  padding: 3px 6px 3px;
  margin-left: 5px;
}

/*  effect
------------------------------ */
@keyframes bg_mask {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #1e95d4;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes parts_floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes kurukuru-out {
  0% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

.section--top.delighter .block--tit {
  background-color: #e3007f;
}
.section--top.delighter .block--logo {
  opacity: 0;
  transform: scale(0.2) translate(100%, 20%);
}
.section--top.delighter .block--nav li {
  opacity: 0;
}
.section--top.delighter .block--scroll {
  opacity: 0;
}
.section--top.delighter .block--birthday {
  opacity: 0;
}

.section--top.started .block--tit {
  background-color: #1e95d4;
  animation: mask-btotop 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 3s;
}
.section--top.started .block--logo {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition: opacity 1s 0.7s, transform 1s 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--nav li {
  opacity: 1;
  animation: mask-btotop 1s cubic-bezier(0.4, 0, 0.2, 1) 1.4s;
  transition: opacity 1s 1.4s;
}
.section--top.started .block--scroll {
  opacity: 1;
  transition: opacity 1s 1.6s;
}
.section--top.started .block--birthday {
  opacity: 1;
  transition: opacity 1s 1.6s;
}

.drawer__btn.delighter {
  opacity: 0;
}

.drawer__btn.started {
  opacity: 1;
  transition: opacity 1s 1.6s;
}

.section--banner.delighter {
  opacity: 0;
}

.section--banner.started {
  opacity: 1;
  transition: opacity 1s ease;
}

.section-tit.delighter, .txt.delighter, .block--nav__category.delighter {
  opacity: 0;
  transform: translateY(20px);
}

.section-tit.started, .txt.started, .block--nav__category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.section--blog.delighter .block--logo {
  opacity: 0;
  transform: scale(0.2) translate(100%, 20%);
}
.section--blog.delighter .block--nav li {
  opacity: 0;
}
.section--blog.delighter .block--scroll {
  opacity: 0;
}
.section--blog.delighter .block--birthday {
  opacity: 0;
}

.section--blog.delighter .block--parts-fish {
  opacity: 0;
  transform: translate(30em, -20em) rotate(-90deg);
}

.section--blog.delighter.started .block--parts-fish {
  opacity: 1;
  transition: opacity 0.6s 0.6s, transform 0.9s 0.6s;
  transform: translate(0, 0) rotate(-30deg);
}

.section--gallery .block--parts-fish.delighter {
  opacity: 0;
  transform: translate(-30em, 30em) rotate(100deg);
}

.section--gallery .block--parts-fish.delighter.started {
  opacity: 1;
  transition: opacity 0.6s 0.3s, transform 0.9s 0.3s;
  transform: translate(0, 0) rotate(150deg);
}

.tit.delighter {
  opacity: 0;
  transform: translateY(20px);
}

.tit.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, color 0.3s;
}

.date.delighter, .block--share.delighter, .category.delighter {
  opacity: 0;
  transform: translateY(20px);
}

.date.started, .block--share.started, .category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

.page--entry .list--content li.delighter {
  transform: translateY(20px);
}

.page--entry .list--content li.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.list--info li.delighter {
  transform: translateY(20px);
}

.list--info li.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translateY(0);
}

.link--contents.delighter .block--parts-fish:first-of-type {
  opacity: 0;
  transform: translate(10em, 10em) rotate3d(0, 0, 1, 330deg);
}

.link--contents.delighter .block--parts-fish:last-of-type {
  opacity: 0;
  transform: translate(-10em, -10em) rotate3d(0, 0, 1, 330deg);
}

.link--contents.delighter.started .block--parts-fish {
  opacity: 1;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transform: scale(1) rotate3d(0, 0, 1, -30deg);
}

.block--pager.delighter {
  transform: translateY(20px);
}

.block--pager.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.block--category.delighter {
  transform: translateY(20px);
}

.block--category.started {
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.list--contents li.delighter {
  transform: translateY(10px);
}

.list--contents li.started {
  z-index: 1;
  transform: none;
  transition: opacity 0.6s ease-in 0.1s;
  animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.block--thumb.delighter {
  transform: translateY(10px);
}

.block--thumb.started {
  transform: none;
  transition: opacity 0.6s ease-in 0.1s;
  animation: mask-btotop 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.list__more.started {
  transition: opacity 0.2s ease-in 0.2s;
}

.birthday_massage-wrap p.delighter {
  opacity: 0;
  transform: translateY(20px);
}

.birthday_massage-wrap p.delighter.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn a,
  .btn input {
    overflow: hidden;
    min-width: 200px;
    cursor: pointer;
    transition: 0.3s;
  }
  .btn a:before,
  .btn input:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .btn--main {
    min-width: 200px;
    transition: all 0.3s;
  }
  .btn--main:hover {
    border: solid 1px #1e95d4;
    background: #1e95d4;
    color: #ffffff;
  }
  .btn--sub {
    min-width: 200px;
    transition: all 0.3s;
  }
  .btn--sub:hover {
    border: solid 1px #e3007f;
    background: #e3007f;
    color: #ffffff;
  }
  .detail__btn {
    margin: 2.5em 0 0;
  }
  .detail__btn a {
    display: inline-block;
    padding: 0.3em 1em 0.6em 1em;
    border-bottom-left-radius: 1.5em;
    font-size: 15px;
    transition: 0.3s;
  }
  .detail__btn a:hover {
    transform-origin: 50% 50%;
    transform: translateX(-1em);
  }
  .content-main {
    padding-bottom: 5rem;
  }
  .content-main::after {
    top: 7vh;
    left: 0;
    width: 96vw;
    height: 100%;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }
  .section-tit {
    margin-bottom: 3vw;
    font-size: 50px;
  }
  .section-tit__sub {
    margin-bottom: 3vw;
    font-size: 25px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-top: 2.5vw;
    margin-bottom: 4vw;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--share li a i {
    transition: color 0.3s;
  }
  .section--detail .block--share li a:hover i {
    color: #1e95d4;
  }
  .section--detail .block--share li a:hover svg {
    fill: #1e95d4;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .block--nav .nav li a:hover::before,
  .block--nav .nav li a:hover::after,
  .g-nav .nav li a:hover::before,
  .g-nav .nav li a:hover::after,
  .section--login li a:hover::after,
  .section--login li a:hover::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    border: solid 1px #1e95d4;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    opacity: 1;
    animation: 1s ripples_effect linear infinite;
  }
  .section--login li a:hover::after,
  .section--login li a:hover::before {
    left: calc((6.5vw - 4em) / 2);
    top: -17%;
    width: 4em;
    height: 4em;
  }
  .block--nav .nav li a:hover::before,
  .block--nav .nav li a:hover::after {
    left: calc(50% - 1em);
    top: -0.35em;
  }
  .block--nav .nav li a:hover::before,
  .g-nav .nav li a:hover::before,
  .section--login li a:hover::before {
    opacity: 0;
    animation-delay: 0.6s;
  }
  @keyframes ripples_effect {
    0% {
      transform: scale(0);
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .message-baloon {
    margin: 6em auto 0;
  }
  .message-baloon a {
    display: block;
    padding: 1em;
    font-size: 16px;
    line-height: 1.6;
    transition: background-color 0.3s;
  }
  .message-baloon::after {
    top: 0.6em;
    left: -2em;
    transition: border-color 0.3s;
  }
  .message-baloon:hover a {
    background-color: #1e95d4;
  }
  .message-baloon:hover::after {
    border-right-color: #1e95d4;
  }
  .block--pager li a {
    display: inline;
    position: relative;
    padding: 0.25em 0.6em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--newer a:hover {
    background: none;
  }
  .block--pager .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #1e95d4;
    border-right: solid 1px #1e95d4;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .block--pager .pager__item--older a:hover {
    background: none;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #1e95d4;
    border-right: solid 1px #1e95d4;
  }
  .block--pager__detail {
    margin-top: 3em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span {
    font-size: 15px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
    padding: 0.3em 1.5em 0.6em 1em;
    border-bottom-right-radius: 1.5em;
  }
  .block--pager__detail .pager__item--newer a:hover {
    transform: translateX(0.8em);
  }
  .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
    padding: 0.3em 1em 0.6em 1.5em;
    border-bottom-left-radius: 1.5em;
  }
  .block--pager__detail .pager__item--older a:hover {
    transform: translateX(-0.8em);
  }
  .block--pager__detail .detail__btn a {
    padding: 0.3em 1em 0.6em 1em;
  }
  .block--pager__detail .detail__btn a:hover {
    border-color: #1e95d4;
    background-color: rgb(255, 255, 255);
    color: #1e95d4;
    transform: translateX(0);
  }
  .page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
    padding: 0.3em 1em 0.6em 1.5em;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 0;
  }
  .page--blog .block--pager__detail .pager__item--newer a:hover {
    transform: translateX(-0.8em);
  }
  .page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
    padding: 0.3em 1.5em 0.6em 1em;
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 0;
  }
  .page--blog .block--pager__detail .pager__item--older a:hover {
    transform: translateX(0.8em);
  }
  .page--blog .block--pager__detail .detail__btn a {
    padding: 0.3em 1em 0.6em 1em;
  }
  .page--blog .block--pager__detail .detail__btn a:hover {
    border-color: #1e95d4;
    background-color: rgb(255, 255, 255);
    color: #1e95d4;
    transform: translateX(0);
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #e3007f;
  }
  .date {
    font-size: 12px;
  }
  .category {
    font-size: 13px;
    line-height: 1.2;
  }
  .tit {
    font-size: 15px;
    line-height: 1.6;
  }
  .list--info li {
    margin-bottom: 2.8vw;
  }
  .list--info li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 15px;
    transition: color 0.3s;
  }
  .list--info li a .date {
    margin-right: 2.2vw;
    transition: color 0.3s;
  }
  .list--info li a .date p {
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }
  .list--info li a:hover .tit {
    color: #e3007f;
  }
  .list--info li a:hover .date {
    color: #e3007f;
  }
  .list--info li.new .date::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0.3em;
    margin-left: 0.2vw;
    vertical-align: 5%;
  }
  .list--contents, .list--photo {
    margin: 0 auto 7em;
  }
  .list--contents li, .list--photo li {
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 8%;
  }
  .list--contents li:nth-of-type(2n), .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a, .list--photo li a {
    display: block;
  }
  .list--contents li a .block--thumb, .list--photo li a .block--thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2vw;
  }
  .list--contents li a .tit, .list--photo li a .tit {
    transition: color 0.5s;
  }
  .list--contents li a .category, .list--photo li a .category {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  .list--contents li a .date, .list--photo li a .date {
    margin-top: 0.4vw;
    transition: color 0.5s;
  }
  .list--contents li a .block--thumb::after, .list--photo li a .block--thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle, #1e95d4 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .list--contents li a:hover .tit, .list--photo li a:hover .tit {
    color: #e3007f;
  }
  .list--contents li a:hover .category, .list--photo li a:hover .category {
    color: #e3007f;
  }
  .list--contents li a:hover .date, .list--photo li a:hover .date {
    color: #e3007f;
  }
  .list--contents li a:hover .block--thumb::after, .list--photo li a:hover .block--thumb::after {
    transform: scale(15, 15);
    transition: transform 0.9s;
    opacity: 0.5;
  }
  .list--contents li.new .date::after, .list--photo li.new .date::after {
    content: "";
    display: inline-block;
    position: inherit;
    width: 6px;
    height: 6px;
    margin-left: 0.2vw;
    vertical-align: 10%;
  }
  .list--photo li {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .list--photo li a {
    width: 90%;
  }
  .list--contents__category li {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .list--contents__category li a {
    width: 90%;
  }
  .list--error li {
    font-size: 13px;
  }
  .no--data {
    text-align: center;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    line-height: 1.3;
    transition: background-color 0.2s, color 0.2s;
  }
  .block--nav__category li a:hover {
    background-color: #1e95d4;
    color: #ffffff;
  }
  header > .logo {
    max-width: 200px;
    margin-top: 2vw;
    margin-bottom: 3vw;
    margin-left: 2vw;
    transition: 0.2s ease-in;
  }
  header > .logo a {
    display: block;
  }
  .drawer__btn {
    top: 2vw;
    right: 2.5vw;
    width: 6vw;
    max-width: 4em;
    height: 3vw;
  }
  body:not(.drawer-visible) .drawer__btn .parts-nav--menu {
    --primary-color: #1e95d4;
    --secondary-color: #e3007f;
    transition: transform 0.3s;
  }
  body:not(.drawer-visible) .drawer__btn .parts-nav--menu:hover {
    transform: skew(10deg, 10deg);
    --primary-color: #e3007f;
    --secondary-color: #1e95d4;
  }
  .page--home .drawer__btn {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .page--home .drawer__btn.show {
    opacity: 1;
  }
  body.drawer-visible .drawer .drawer-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }
  body.drawer-visible .drawer .drawer-inner .block--keyvisual {
    width: 34.4vw;
    height: 100vh;
    border-bottom-right-radius: 15vw;
  }
  body.drawer-visible .drawer .drawer-inner .block--keyvisual .logo {
    width: 18vw;
    margin: 6.7vw auto 5.58vw;
  }
  body.drawer-visible .drawer .drawer-inner .section--login li {
    width: 8vw;
    min-width: 6em;
  }
  body.drawer-visible .drawer .drawer-inner .section--login li.nav--join {
    margin-right: 2.69vw;
  }
  body.drawer-visible .drawer .drawer-inner .section--login li a {
    display: block;
    position: relative;
  }
  body.drawer-visible .drawer .drawer-inner .block--nav_area {
    width: 65.6vw;
    height: 100vh;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav {
    margin-top: 7.7vw;
    margin-left: 8vw;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li {
    width: 50%;
    margin-bottom: 2.75vw;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li a {
    display: block;
    position: relative;
    font-size: 36px;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li .txt--sub {
    margin-top: 0.5em;
    font-size: 12px;
  }
  .page--home .section--top .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
  .page--home .section--top .block--tit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    height: 100vh;
    border-bottom-right-radius: 20vw;
  }
  .page--home .section--top .block--tit .block--logo {
    width: 50%;
  }
  .page--home .section--top .block--logo.event {
    width: 13.85vw;
    margin: 0 auto 2vw;
    padding-right: 1.6vw;
  }
  .page--home .section--top .block--event_txt {
    padding: 20px 24px;
    border-top-right-radius: 24px;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateY(50px) translateX(-50%);
    opacity: 0;
    transition: 0.5s 2s;
  }
  .page--home .section--top .block--event_txt a:hover {
    color: #e3007f;
  }
  .page--home .section--top .block--event_txt a p,
  .page--home .section--top .block--event_txt a p::after {
    line-height: 1.2;
  }
  .page--home .section--top.started .block--event_txt {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
  .page--home .section--top .block--nav {
    width: 50%;
  }
  .page--home .section--top .block--nav .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto 2.68vw;
  }
  .page--home .section--top .block--nav .nav li {
    margin-right: 2.2vw;
    margin-bottom: 2.68vw;
  }
  .page--home .section--top .block--nav .nav li a {
    position: relative;
    display: block;
    color: #1e95d4;
    font-family: sonar-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 25px;
  }
  .page--home .section--top .block--nav .section--login {
    margin: 0 auto;
  }
  .page--home .section--top .block--nav .section--login li {
    position: relative;
    width: 6.5vw;
    min-width: 6em;
  }
  .page--home .section--top .block--nav .section--login li.nav--join {
    margin-right: 2.69vw;
  }
  .page--home .block--scroll .scroll {
    width: 1px;
    height: 5vw;
    background: #edf2f6;
    position: absolute;
    bottom: 0;
    left: 50%;
    animation: scroll 1.4s linear 1.3s infinite;
    transform-origin: top;
  }
  .page--home .block--scroll .scroll-txt {
    display: block;
    position: absolute;
    bottom: 5.5vw;
    left: 0%;
    width: 100%;
    color: #edf2f6;
    font-family: sonar-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 12px;
    text-align: center;
  }
  .page--home.scrolling .block--scroll {
    opacity: 0;
  }
  @keyframes scroll {
    0% {
      transform: scaleY(0);
      transform-origin: top;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
    }
    50.0001% {
      transform: scaleY(1);
      transform-origin: bottom;
    }
    100% {
      transform: scaleY(0);
      transform-origin: bottom;
    }
  }
  .page--home .section--banner {
    margin-top: 6.9vw;
    margin-bottom: 6.9vw;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 1.7vw;
    margin-left: 9vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    width: 27.5% !important;
    margin-right: 2%;
  }
  .page--home .section--banner .list--bnr li figure {
    position: relative;
  }
  .page--home .section--banner .list--bnr li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle, #1e95d4 10%, transparent 10%) no-repeat 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .page--home .section--banner .block--carousel-nav {
    margin-left: 9%;
  }
  .page--home .section--banner .progress-bar {
    width: 6.8vw;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: block;
    /*text-align: center;*/
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    display: inline-flex;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    display: inline-block;
    /*
    margin-right: 0;
    margin-left: -18vw;
    */
  }
  .page--home .block--parts-fish {
    width: 6.4em;
  }
  .page--home .section-tit {
    font-size: 100px;
  }
  .page--home .list__more {
    display: inline-block;
  }
  .page--home .list__more a {
    padding-right: 1em;
    padding-bottom: 0.6em;
    border-bottom-right-radius: 1.5em;
    font-size: 15px;
  }
  .page--home .list__more a:hover {
    transform-origin: 50% 50%;
    transform: translateX(0.8em);
  }
  .page--home .section--news {
    width: 91vw;
    margin: 0 0 10vw auto;
  }
  .page--home .section--news .area--tit {
    margin-bottom: -6.5em;
  }
  .page--home .section--news .section-tit {
    margin-bottom: 1.5vw;
    text-align: left;
  }
  .page--home .section--news .list--info {
    width: 82vw;
    margin: 0 0 0 auto;
    padding: 6em 6em;
    border-bottom-left-radius: 8vw;
  }
  .page--home .link--contents .inner {
    width: 39vw;
    max-width: 570px;
    padding: 3vw 1vw;
    border-radius: 4vw;
  }
  .page--home .link--contents .inner .section-tit {
    margin-bottom: 1vw;
    font-size: 50px;
  }
  .page--home .link--contents .inner .txt {
    margin-bottom: 1.6vw;
    font-size: 20px;
  }
  .page--home .link--contents .inner .btn--main {
    font-size: 15px;
  }
  .page--home .link--contents .inner .btn--main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50em;
    padding: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
  }
  .page--home .link--contents .inner .btn--main::before {
    speak: none;
    display: block;
    -webkit-font-smoothing: antialiased;
  }
  .page--home .link--contents .inner .btn--main:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.93);
  }
  .page--home .link--contents .inner .btn--main:hover:after {
    animation: sonar_effect 0.6s ease-out 50ms;
  }
  @keyframes sonar_effect {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.9;
      box-shadow: 0 0 0 1px #edf2f6;
    }
    100% {
      box-shadow: 0 0 0 1px #edf2f6;
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes sonar_effect_blue {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.9;
      box-shadow: 0 0 0 1px #1e95d4;
    }
    100% {
      box-shadow: 0 0 0 1px #1e95d4;
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .page--home .link--contents.section--livestreaming {
    margin-bottom: 8vw;
  }
  .page--home .link--contents.section--mailmagazine .inner .btn--main::after {
    box-shadow: 0 0 0 2px rgba(30, 149, 212, 0.1);
  }
  .page--home .link--contents.section--mailmagazine .inner .btn--main:hover {
    background: rgba(30, 149, 212, 0.1);
  }
  .page--home .link--contents.section--mailmagazine .inner .btn--main:hover::after {
    animation: sonar_effect_blue 0.6s ease-out 50ms;
  }
  .page--home .link--contents .block--parts-fish {
    top: clamp(-2.7em, -1.5vw, -2.7em);
    left: clamp(-2.7em, -1.5vw, -2.7em);
    width: 6vw;
    max-width: 6em;
  }
  .page--home .link--contents .block--parts-fish:last-of-type {
    bottom: clamp(-3.2em, -1.5vw, -3.2em);
    right: clamp(-3.2em, -1.5vw, -3.2em);
  }
  .page--home .area--contents .area--tit .section-tit {
    display: inline-block;
    margin-right: 1.2vw;
    vertical-align: -12%;
  }
  .page--home .area--contents .list--contents li {
    width: 26vw;
    margin-right: 2vw;
    margin-bottom: 2.8vw;
  }
  .page--home .area--contents .section--radio {
    position: relative;
    width: 91.37vw;
    margin-bottom: 12vw;
    margin-left: 9vw;
    padding-bottom: 2vw;
  }
  .page--home .area--contents .section--radio::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 82.7vw;
    height: 100%;
    border-bottom-left-radius: 12vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  }
  .page--home .area--contents .section--radio .list--contents {
    margin-left: 5.17vw;
  }
  .page--home .area--contents .section--radio .list--contents li {
    width: 26.2vw;
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(1), .page--home .area--contents .section--radio .list--contents li:nth-of-type(2) {
    width: 40.3vw;
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(1) .tit, .page--home .area--contents .section--radio .list--contents li:nth-of-type(2) .tit {
    font-size: 20px;
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(2), .page--home .area--contents .section--radio .list--contents li:nth-of-type(5) {
    margin-right: 0;
  }
  .page--home .area--contents .section--radio .list--contents li .block--thumb {
    border-top-right-radius: 4em;
  }
  .page--home .area--contents .section--blog {
    width: 96.55vw;
    margin: 0 auto 12vw 0;
    padding-top: 4vw;
    padding-bottom: 2vw;
    padding-left: 9vw;
    border-top-right-radius: 20em;
  }
  .page--home .area--contents .section--blog .list--contents {
    display: grid;
    grid-template-columns: 42.3vw 19.2vw 19.2vw;
    grid-template-rows: auto;
  }
  .page--home .area--contents .section--blog .list--contents li {
    width: calc(100% - 2vw);
  }
  .page--home .area--contents .section--blog .list--contents li .block--thumb {
    border-top-left-radius: 4em;
  }
  .page--home .area--contents .section--blog .list--contents li:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2 – 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3 – 1;
    grid-row: 1/3;
    width: calc(100% - 2vw);
  }
  .page--home .area--contents .section--blog .list--contents li:first-of-type .tit {
    font-size: 20px;
  }
  .page--home .area--contents .section--blog .list--contents li:first-of-type .writer {
    font-size: 13px;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3 – 2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2 – 1;
    grid-row: 1/2;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4 – 3;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2 – 1;
    grid-row: 1/2;
    margin-right: 0;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3 – 2;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3 – 2;
    grid-row: 2/3;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4 – 3;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3 – 2;
    grid-row: 2/3;
    margin-right: 0;
  }
  .page--home .area--contents .section--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    border-bottom-left-radius: 1.2em;
    font-size: 11px;
  }
  .page--home .area--contents .section--blog .block--parts-fish {
    top: 3vw;
    right: 3vw;
    width: 6vw;
    max-width: 6em;
  }
  .page--home .area--contents .section--gallery {
    width: 96.55vw;
    margin: 0 0 12vw auto;
    padding-top: 1.86vw;
    padding-bottom: 2vw;
    border-top-left-radius: 16vw;
  }
  .page--home .area--contents .section--gallery .area--tit {
    margin-left: 5vw;
  }
  .page--home .area--contents .section--gallery .list--contents {
    margin-left: 10.4vw;
  }
  .page--home .area--contents .section--gallery .list--contents li {
    width: 26.2vw;
  }
  .page--home .area--contents .section--gallery .list--contents li .block--thumb {
    border-bottom-right-radius: 4em;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(1), .page--home .area--contents .section--gallery .list--contents li:nth-of-type(2) {
    width: 40.3vw;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(1) .tit, .page--home .area--contents .section--gallery .list--contents li:nth-of-type(2) .tit {
    font-size: 20px;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(1) .writer, .page--home .area--contents .section--gallery .list--contents li:nth-of-type(2) .writer {
    font-size: 16px;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(2), .page--home .area--contents .section--gallery .list--contents li:nth-of-type(5) {
    margin-right: 0;
  }
  .page--home .area--contents .section--gallery .block--parts-fish {
    bottom: -1vw;
    left: 1vw;
    width: 6vw;
    max-width: 6em;
  }
  .page--home .area--contents .section--movie {
    width: 96.55vw;
    margin-bottom: 12vw;
    border-bottom-right-radius: 12vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  }
  .page--home .area--contents .section--movie .area--tit {
    margin-left: 9vw;
  }
  .page--home .area--contents .section--movie .list--contents {
    margin-left: 3.44vw;
  }
  .page--home .area--contents .section--movie .list--contents li {
    width: 26.2vw;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(1), .page--home .area--contents .section--movie .list--contents li:nth-of-type(2) {
    width: 40.3vw;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(1) .tit, .page--home .area--contents .section--movie .list--contents li:nth-of-type(2) .tit {
    font-size: 20px;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(2), .page--home .area--contents .section--movie .list--contents li:nth-of-type(5) {
    margin-right: 0;
  }
  .page--home .area--contents .section--movie .list--contents li .block--thumb {
    border-top-left-radius: 4em;
  }
  .block--expire {
    margin: 0 auto 6em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
  .block--expire .notice {
    margin-bottom: 2em;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .txt a {
    color: #1e95d4;
  }
  .page--info .section--detail .txt a:hover {
    color: #e3007f;
  }
  .page--info .status--ticket {
    margin: 0 auto 50px;
  }
  .page--info .status--ticket .tit--section {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #1e95d4;
  }
  .page--info .status--ticket .link--text-sub {
    color: #1e95d4;
    position: relative;
  }
  .page--info .status--ticket .link--text-sub::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 6px;
    right: -10px;
    width: 7px;
    height: 7px;
    color: #1e95d4;
    border-top: 1px solid #1e95d4;
    border-right: 1px solid #1e95d4;
    transform: rotate(45deg);
    transition: all 0.2s ease;
  }
  .page--info .status--ticket .link--text-sub:hover {
    opacity: 0.7;
  }
  .page--info .ticketList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .page--info .ticketList::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page--info .ticketList li {
    width: 32%;
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .page--info .ticketList li a .thumb {
    margin: 0 0 10px 0;
  }
  .page--info .ticketList li a .thumb img {
    background-image: url(https://s3-aop.plusmember.jp/dev/public/apollobay/contents/information/thumb.jpg);
    background-size: contain;
  }
  .page--info .ticketList li a time {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: bold;
  }
  .page--info .ticketList li a .block--tit .tit {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page--info .ticketList li a .date--event {
    background: rgba(255, 255, 255, 0.9);
    color: #E3007F;
    padding: 8px 3px;
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .page--info .ticketList li a .date--event .week {
    font-size: 10px;
  }
  .page--photo .list--contents li .block--thumb, .page--photo .list--photo li .block--thumb {
    border-bottom-right-radius: 4em;
  }
  .page--movie .section--list .no-data {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie .list--contents li .block--thumb {
    border-top-left-radius: 4em;
  }
  .page--movie .section--detail {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page--movie .section--detail .txt a {
    color: #1e95d4;
  }
  .page--movie.page--radio .list--contents li .block--thumb {
    border-top-right-radius: 4em;
    border-top-left-radius: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .vjs-poster {
    background-size: cover !important;
    background-position: center !important;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin: 100px auto !important;
  }
  .page--movie.new-movie .section--detail .area--more-info .more_movies_title {
    color: #1e95d4;
    font-family: sonar-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 24px;
    padding: 0 0 40px 0;
    margin: 0 0 60px 0;
    border-bottom: 1px solid;
    line-height: 1;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie {
    background: none !important;
    padding: 0;
    border: none;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents {
    display: block;
    gap: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li {
    border-bottom: none;
    width: 46%;
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .thumb {
    width: 45%;
    margin: 0;
    height: auto;
    padding-top: 25.25%;
    border-top-left-radius: 2em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt {
    width: 50%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .date {
    font-size: 11px;
    margin: 0.4vw 0 0 0;
    opacity: 1;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .tit {
    font-size: 14px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .category {
    display: block;
  }
  .page--movie.new-movie.page--radio .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .thumb {
    border-top-right-radius: 2vw;
    border-top-left-radius: 0;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    border-radius: 10px;
    border-top-left-radius: 50px;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .list--qa li a:hover {
    background: #fffba0;
  }
  .page--qa .list--qa li.new a .date::before {
    top: -50%;
    left: -2%;
    width: 20px;
    height: 20px;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    margin-bottom: 0.6rem;
    font-size: 40px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--blog .list--contents li .block--thumb {
    border-top-left-radius: 4em;
  }
  .page--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    border-bottom-left-radius: 1.2em;
    font-size: 14px;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page--blog .section--detail .txt {
    margin-top: 3em;
  }
  .page--blog .section--detail .block--player {
    position: relative;
    padding-top: 56.25%;
  }
  .page--blog .block--comment .list--comment {
    margin: 3em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 3em;
  }
  .page--blog .block--comment .name {
    max-width: 90%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border-bottom-right-radius: 1.2em;
    font-size: 13px;
  }
  .page--blog .block--comment .txt {
    margin: 0.6em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 13px;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: 0rem;
  }
  .page--faq .list--faq li a {
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #e3007f;
  }
  .page--faq .block--faq-detail .txt a {
    transition: 0.3s;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail .txt a:hover {
    color: #1e95d4;
  }
  .page--error .section--detail {
    width: 93%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--error .section--detail .tit {
    font-family: sonar-sans, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 13vw 0 2vw;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .list--support .nav--support {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 4.3em;
  }
  footer .inner .list--support .nav--support li {
    margin-right: 2em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    position: relative;
    font-size: 13px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #e3007f;
  }
  footer .inner .logo {
    width: 22%;
    max-width: 260px;
    margin-bottom: 1.5em;
  }
  footer .copyright {
    font-size: 12px;
    text-align: left;
  }
  body:not(.page--home) footer {
    padding: 5em 0 2em;
  }
  /* Profile List
  ------------------------------ */
  .page--profile.section--list .list--contents li {
    width: 30%;
    margin-bottom: 4em;
    margin-right: 5%;
  }
  .page--profile.section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--profile.section--list .list--contents li a {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
  }
  .page--profile.section--list .list--contents li a .block--thumb-wrap {
    width: 36%;
  }
  .page--profile.section--list .list--contents li a .block--txt {
    width: 56%;
  }
  .page--profile.section--list .list--contents li a .block--txt .name {
    font-size: 20px;
    line-height: 1.3;
    transition: color 0.5s;
  }
  .page--profile.section--list .list--contents li a .block--txt .name_sub {
    margin-top: 1em;
    font-size: 12px;
    transition: color 0.5s;
  }
  .page--profile.section--list .list--contents li a:hover {
    background-color: #ffffff;
  }
  /* Profile Detail
  ------------------------------ */
  .page--profile.section--detail .section--detail__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .page--profile.section--detail .block--photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2 – 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2 – 1;
    grid-row: 1/2;
    width: 90%;
    margin-bottom: 3em;
  }
  .page--profile.section--detail .block--profile {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3 – 2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3 – 1;
    grid-row: 1/3;
    width: 93%;
  }
  .page--profile.section--detail .block--profile dt {
    margin-bottom: 0.9em;
    padding-bottom: 0.4em;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .page--profile.section--detail .block--profile dd {
    margin-bottom: 2.5em;
    font-size: 15px;
  }
  .page--profile.section--detail .block--profile dd.profile-birth img {
    height: 6vw;
    max-height: 1.6em;
    min-height: 1em;
    margin-right: 0.6em;
    margin-left: 0.6em;
  }
  .page--profile.section--detail .block--link {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 90%;
    margin-top: -10.5em;
  }
  .page--profile.section--detail .block--sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5em;
  }
  .page--profile.section--detail .block--sns li {
    margin-right: 1em;
  }
  .page--profile.section--detail .block--sns li i {
    font-size: 18px;
    transition: color 0.3s ease-out;
  }
  .page--profile.section--detail .block--sns li i:hover {
    color: #e3007f;
  }
  .page--profile.section--detail .block--sns li.icon-website {
    width: 1.5em;
  }
  .page--profile.section--detail .block--contents ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .page--profile.section--detail .block--contents ul li {
    margin-right: 1.5em;
    margin-bottom: 1em;
  }
  .page--profile.section--detail .block--contents ul li a {
    font-size: 20px;
    transition: color 0.3s ease-out;
  }
  .page--profile.section--detail .block--contents ul li a:before {
    margin-right: 0.1em;
    font-size: 10px;
    vertical-align: 36%;
  }
  .page--profile.section--detail .block--contents ul li a:hover {
    color: #e3007f;
  }
  /*  questionnaire
  ------------------------------ */
  .page--questionnaire > section {
    padding-top: 7em;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section--detail.page--entry .logo {
    width: 40%;
    margin: 5vw auto 5vw;
  }
  .section--detail.page--entry .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 5vw;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }
  .section--detail.page--entry .block-tit {
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .section--detail.page--entry [class^=block--] {
    margin-bottom: 4vw;
  }
  .section--detail.page--entry .block--benefit {
    text-align: center;
  }
  .section--detail.page--entry .list--content li {
    width: 47%;
    margin-right: 4%;
    margin-bottom: 4%;
    padding: 3vw 2.5vw;
    border-radius: 10px;
    border-bottom-left-radius: 4em;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 1vw;
    font-size: 25px;
  }
  .section--detail.page--entry .list--content li .btn {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 3vw;
  }
  .section--detail.page--entry .price tr td, .section--detail.page--entry .price tr th {
    font-size: 16px;
    padding: 1vw;
  }
  .section--detail.page--entry .price tr th {
    width: 24%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #1e95d4;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-bottom: 5vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 3vw auto 0;
  }
  .section--detail.page--entry .block--login .block--inner {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
  }
  .section--detail.page--entry .block--login .block--inner .btn--main.type-blue2:hover {
    border: solid 1px #1e95d4;
    background: #ffffff;
    color: #1e95d4;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 2vw;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .txt--link a {
    font-size: 0.9em;
  }
  .section--detail.page--entry #section--continue .btn--main:hover {
    border: solid 1px #1e95d4;
    background: #1e95d4;
    color: #edf2f6;
  }
  .section--detail.page--entry #section--entry .txt--link {
    margin-top: 1.5em;
  }
  .section--detail.page--entry .block--login__fanplus {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 48%;
    padding: 2vw;
  }
  .section--detail.page--entry .block--login__fanplus .block--inner .txt--basic {
    height: 50%;
  }
  .section--detail.page--entry .block--attention {
    margin-top: 4vw;
    padding: 2vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 15px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* Profile List
  ------------------------------ */
  /* Profile Detail
  ------------------------------ */
  /* terms popup
  ------------------------------ */
  /*  effect：override
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .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: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .detail__btn {
    font-size: 12px;
    margin: 3em 0 0;
  }
  .detail__btn a {
    padding: 0.3em 1.5em 0.6em 1.5em;
    border-bottom-left-radius: 1.5em;
  }
  .block--pager li a {
    display: inline;
    position: relative;
    padding: 0.25em 0.6em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s;
  }
  .block--pager .pager__item--newer a {
    background: none;
  }
  .block--pager .pager__item--older a {
    background: none;
  }
  .block--pager__detail {
    margin-top: 2em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span {
    font-size: 12px;
    transition: 0.3s;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
    padding: 0.3em 1.5em 0.6em 1em;
    border-bottom-right-radius: 1.5em;
  }
  .block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
    padding: 0.3em 1em 0.6em 1.5em;
    border-bottom-left-radius: 1.5em;
  }
  .page--blog .block--pager__detail .pager__item--newer a, .page--blog .block--pager__detail .pager__item--newer span {
    padding: 0.3em 1em 0.6em 1.5em;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 0;
  }
  .page--blog .block--pager__detail .pager__item--older a, .page--blog .block--pager__detail .pager__item--older span {
    padding: 0.3em 1.5em 0.6em 1em;
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 0;
  }
  .page--blog .block--pager__detail .detail__btn a {
    padding: 0.3em 1.5em 0.6em 1.5em;
  }
  header > .logo {
    max-width: 140px;
    margin-top: 6.6vw;
    margin-bottom: 12vw;
    margin-left: 4vw;
    transition: 0.2s ease-in;
  }
  header > .logo a {
    display: block;
  }
  .drawer__btn {
    top: 5.86vw;
    right: 3.2vw;
    width: 11.7vw;
    max-width: 5em;
    height: 6.13vw;
  }
  .page--home .drawer__btn {
    --primary-color: #1e95d4;
    --secondary-color: #e3007f;
  }
  .page--home .drawer__btn:not(.show) {
    --primary-color: #ffffff;
    --secondary-color: #ffffff;
  }
  .page--home.drawer-visible .drawer__btn:not(.show) {
    --primary-color: inherit;
    --secondary-color: inherit;
  }
  body:not(.page--home):not(.drawer-visible) .drawer__btn .parts-nav--menu {
    --primary-color: #1e95d4;
    --secondary-color: #e3007f;
    transition: 0.3s;
  }
  body.drawer-visible .drawer .drawer-inner {
    height: 100vh;
    margin: 0 auto;
  }
  body.drawer-visible .drawer .drawer-inner .block--keyvisual {
    width: 100vw;
    margin-bottom: 8vw;
    padding-top: 9.3vw;
    padding-bottom: 8vw;
    border-bottom-right-radius: 15vw;
  }
  body.drawer-visible .drawer .drawer-inner .block--keyvisual .logo {
    width: 38vw;
    margin: 0 auto;
  }
  body.drawer-visible .drawer .drawer-inner .section--login li {
    width: 23vw;
  }
  body.drawer-visible .drawer .drawer-inner .section--login li.nav--join {
    margin-right: 5.6vw;
  }
  body.drawer-visible .drawer .drawer-inner .block--nav_area {
    width: 100vw;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav {
    width: 90vw;
    margin: 8vw auto 0;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li {
    width: 50%;
    margin-bottom: 6vw;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li a {
    font-size: 22px;
  }
  body.drawer-visible .drawer .drawer-inner .g-nav ul li .txt--sub {
    margin-top: 0.5em;
    font-size: 10px;
  }
  footer {
    padding: 16vw 0 3vw;
  }
  footer .inner {
    width: 83.7vw;
  }
  footer .list--support {
    margin: 0 auto 16vw;
    border-bottom: solid 1px #1e95d4;
  }
  footer .list--support dt {
    position: relative;
    padding-bottom: 2.7vw;
    color: #1e95d4;
    font-family: sonar-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 15px;
    text-align: left;
    pointer-events: all;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    background: #1e95d4;
    transition: 0.2s ease-in;
  }
  footer .list--support dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 7.6px;
    height: 1px;
    top: 50%;
    right: 0.96em;
    transform: rotate(45deg);
  }
  footer .list--support dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 7.6px;
    height: 1px;
    top: 50%;
    right: 0.6em;
    transform: rotate(-45deg);
  }
  footer .list--support dt.open::before {
    transform: rotate(-45deg);
  }
  footer .list--support dt.open::after {
    transform: rotate(45deg);
  }
  footer .list--support dd {
    display: none;
  }
  footer .list--support dd ul {
    border-top: solid 1px #1e95d4;
    text-align: left;
  }
  footer .list--support dd ul li {
    display: block;
    margin-bottom: 1.5em;
    font-size: 11px;
  }
  footer .list--support dd ul li:first-of-type {
    margin-top: 1.5em;
  }
  footer .logo {
    width: 45vw;
    margin: 0 auto 7.46vw;
  }
  footer .copyright {
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  body:not(.page--home) footer {
    padding: 5em 0 2em;
  }
  .swiper-button-next {
    margin-left: 2.6vw;
  }
  .swiper-button-prev {
    margin-right: 2.6vw;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .date {
    font-size: 10px;
  }
  .category {
    font-size: 11px;
    line-height: 1.2;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--info li {
    margin-bottom: 6vw;
  }
  .list--info li a {
    display: block;
  }
  .list--info li a .block--tit {
    margin: 0;
  }
  .list--info li a .tit {
    font-size: 13px;
  }
  .list--info li a .date {
    display: block;
    margin-bottom: 1.5vw;
  }
  .list--info li a .date p {
    display: inline-block;
    font-size: 10px;
    text-align: left;
  }
  .list--info li.new .date::after {
    content: "";
    display: inline-block;
    position: static;
    width: 5px;
    height: 5px;
    margin-left: 1vw;
    vertical-align: 7%;
  }
  .list--contents, .list--photo {
    margin: 0 auto;
  }
  .list--contents li, .list--photo li {
    width: 46%;
    margin-bottom: 5vw;
    margin-right: 8%;
    vertical-align: top;
  }
  .list--contents li:nth-of-type(2n), .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list--contents li a .block--thumb, .list--photo li a .block--thumb {
    margin-bottom: 1.7vw;
  }
  .list--contents li a .category, .list--photo li a .category {
    margin-top: 1.1vw;
  }
  .list--contents li a .date, .list--photo li a .date {
    margin-top: 1.1vw;
  }
  .list--contents li.new .date::after, .list--photo li.new .date::after {
    content: "";
    display: inline-block;
    position: static;
    width: 5px;
    height: 5px;
    margin-left: 1vw;
    vertical-align: 7%;
  }
  .list--photo li {
    width: 50%;
    margin-right: 0;
  }
  .list--photo li a {
    width: 90%;
  }
  li.no-data {
    padding: 2em 0;
    text-align: left;
  }
  .block--nav__category {
    margin-bottom: 2em;
  }
  .block--nav__category li {
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
  .block--nav__category li a {
    padding: 0.3em 1em;
    line-height: 1.3;
  }
  .content-main {
    padding-bottom: 5rem;
  }
  .section-tit {
    margin-bottom: 6.66vw;
    font-size: 36px;
  }
  .section-tit__sub {
    margin-bottom: 6.66vw;
    font-size: 20px;
  }
  .section--list .txt .ph,
  .section--detail .txt .ph {
    margin: 1.5em auto;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 1em;
  }
  .section--detail .tit {
    font-size: 18px;
    margin-bottom: 1.2em;
  }
  .message-baloon {
    margin: 12vw auto 0;
  }
  .message-baloon a {
    display: block;
    padding: 1em;
    font-size: 15px;
    line-height: 1.6;
  }
  .message-baloon::after {
    top: 0.6em;
    left: -2em;
  }
  .page--home .section--top .block--tit {
    width: 100%;
    padding: 18.4vw 0;
    border-bottom-right-radius: 40vw;
  }
  .page--home .section--top .block--tit .block--logo {
    width: 56vw;
    margin: 0 auto;
  }
  .page--home .section--top .block--tit.event {
    height: 100vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--home .section--top .block--event_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.8vw;
    min-height: 120px;
    border-bottom-left-radius: 24px;
    margin: 0 0 0 auto;
    position: relative;
    bottom: 30px;
    right: -50px;
    opacity: 0;
    transition: 0.8s ease 1.2s;
  }
  .page--home .section--top .block--event_txt a {
    text-align: center;
  }
  .page--home .section--top .block--event_txt a p,
  .page--home .section--top .block--event_txt a p::after {
    line-height: 1.4;
  }
  .page--home .section--top .block--event_txt a p::after {
    width: 9px;
    height: 9px;
    margin-left: 6px;
  }
  .page--home .section--top .block--logo.event {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e95d4;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: scale(1) translateX(-100%);
    transition: 0.8s ease 1.2s;
  }
  .page--home .section--top .block--logo.event svg {
    width: 85%;
  }
  .page--home .section--top.started .block--event_txt {
    right: 0;
    opacity: 1;
  }
  .page--home .section--top.started .block--logo.event {
    transform: scale(1) translateX(0px);
  }
  .page--home .section--top .block--nav {
    margin: 0 auto;
    padding-top: 12vw;
  }
  .page--home .section--top .block--nav .nav {
    display: none;
  }
  .page--home .section--top .block--nav .section--login {
    margin: 0 auto 0;
  }
  .page--home .section--top .block--nav .section--login li {
    width: 23.4vw;
  }
  .page--home .section--top .block--nav .section--login li.nav--join {
    margin-right: 7.7vw;
  }
  .page--home .section--top .block--nav .section--login li a {
    display: block;
  }
  .page--home .section--banner {
    margin-top: 12vw;
    margin-bottom: 16vw;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 5.86vw;
    margin-left: 8.5vw;
  }
  .page--home .section--banner .list--bnr li {
    width: 64%;
    margin-right: 5%;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .block--carousel-nav {
    margin-left: 9%;
  }
  .page--home .section--banner .progress-bar {
    width: 26.6vw;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    margin-left: 0;
    justify-content: center;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    margin-right: 0;
  }
  .page--home .block--parts-fish {
    width: 6.4em;
  }
  .page--home .list__more {
    display: inline-block;
  }
  .page--home .list__more a {
    padding-right: 1em;
    padding-bottom: 0.26em;
    border-bottom-right-radius: 1.5em;
    font-size: 12px;
  }
  .page--home .section--news {
    margin: 0 0 0.6vw auto;
  }
  .page--home .section--news .area--tit {
    width: 83.7vw;
    margin: 0 auto;
  }
  .page--home .section--news .section-tit {
    margin: 0 auto -3vw;
    text-align: left;
  }
  .page--home .section--news .list--info {
    width: 96.5vw;
    margin: 0 0 0 auto;
    padding: 10vw 5.3vw;
    border-bottom-left-radius: 20vw;
  }
  .page--home .section--news .block--list__more {
    width: 83.7vw;
    text-align: right;
  }
  .page--home .link--contents .inner {
    width: 84%;
    padding: 6.9vw 9.3vw;
    border-radius: 10vw;
  }
  .page--home .link--contents .inner .section-tit {
    margin-bottom: 1vw;
    font-size: 25px;
  }
  .page--home .link--contents .inner .txt {
    margin-bottom: 4.8vw;
    font-size: 13px;
  }
  .page--home .link--contents .inner .btn--main {
    min-width: auto;
    padding: 2vw 6.5vw;
    font-size: 12px;
  }
  .page--home .link--contents .block--parts-fish {
    top: -5vw;
    left: -5vw;
    width: 13vw;
  }
  .page--home .link--contents .block--parts-fish:last-of-type {
    bottom: -6vw;
    right: -6vw;
  }
  .page--home .link--contents.section--livestreaming {
    margin-top: 20vw;
    margin-bottom: 16vw;
  }
  .page--home .area--contents .area--tit {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 83.7vw;
    margin-left: 4.8vw;
  }
  .page--home .area--contents .area--tit .section-tit {
    vertical-align: -12%;
  }
  .page--home .area--contents .list--contents {
    width: 86.9vw;
    padding-bottom: 1em;
  }
  .page--home .area--contents .list--contents li {
    width: 40vw;
    margin-right: 3.7vw;
    margin-bottom: 6.7vw;
  }
  .page--home .area--contents .section--radio {
    width: 96.8vw;
    margin: 0 0 16vw auto;
    margin-bottom: 16vw;
    padding-bottom: 1vw;
    border-bottom-left-radius: 20vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(1) {
    width: 83.7vw;
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(1) .tit {
    font-size: 16px;
  }
  .page--home .area--contents .section--radio .list--contents li:nth-of-type(odd) {
    margin-right: 0;
  }
  .page--home .area--contents .section--radio .list--contents li .block--thumb {
    border-top-right-radius: 6vw;
  }
  .page--home .area--contents .section--blog {
    width: 96.8vw;
    margin: 0 auto 16vw 0;
    padding-top: 4vw;
    padding-bottom: 2vw;
    border-top-right-radius: 20vw;
  }
  .page--home .area--contents .section--blog .area--tit {
    margin-left: 8vw;
  }
  .page--home .area--contents .section--blog .list--contents {
    margin-right: 1.6vw;
  }
  .page--home .area--contents .section--blog .list--contents li .block--thumb {
    border-top-left-radius: 6vw;
  }
  .page--home .area--contents .section--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    border-bottom-left-radius: 4vw;
    font-size: 10px;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(1) {
    width: 83.7vw;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(1) .tit {
    font-size: 16px;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(1) .writer {
    font-size: 12px;
  }
  .page--home .area--contents .section--blog .list--contents li:nth-of-type(odd) {
    margin-right: 0;
  }
  .page--home .area--contents .section--blog .block--parts-fish {
    top: -1.5vw;
    right: -1.5vw;
    width: 13vw;
  }
  .page--home .area--contents .section--gallery {
    width: 96.8vw;
    margin: 0 0 16vw auto;
    padding-top: 1.86vw;
    padding-bottom: 2vw;
    border-top-left-radius: 25vw;
  }
  .page--home .area--contents .section--gallery .list--contents li .block--thumb {
    border-bottom-right-radius: 6vw;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(1) {
    width: 83.7vw;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(1) .tit {
    font-size: 16px;
  }
  .page--home .area--contents .section--gallery .list--contents li:nth-of-type(odd) {
    margin-right: 0;
  }
  .page--home .area--contents .section--gallery .block--parts-fish {
    bottom: -2vw;
    left: -1vw;
    width: 13vw;
  }
  .page--home .area--contents .section--movie {
    width: 96.8vw;
    margin: 0 auto 24vw 0;
    padding-bottom: 1vw;
    border-bottom-right-radius: 20vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  }
  .page--home .area--contents .section--movie .area--tit {
    margin-left: 8vw;
  }
  .page--home .area--contents .section--movie .list--contents {
    margin-right: 1.6vw;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(1) {
    width: 83.7vw;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(1) .tit {
    font-size: 16px;
  }
  .page--home .area--contents .section--movie .list--contents li:nth-of-type(odd) {
    margin-right: 0;
  }
  .page--home .area--contents .section--movie .list--contents li .block--thumb {
    border-top-left-radius: 6vw;
  }
  .block--expire {
    margin: 0 auto 3em;
  }
  .block--expire .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .block--expire .notice {
    margin-bottom: 1em;
    /*
    em {
    	display: block;
    	font-size: 20px;
    }
    */
  }
  .page--info .block--share {
    padding-top: 0;
    margin: -4px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 16px;
    vertical-align: 0px;
    line-height: 1;
  }
  .page--info .section--detail {
    width: 93%;
    padding: 0 6%;
  }
  .page--info .section--detail .txt {
    margin-top: 3em;
  }
  .page--info .section--detail .category {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .page--info .section--detail .category::before {
    left: inherit;
    right: -5px;
    top: 8px;
  }
  .page--info .status--ticket {
    margin: 0 auto 50px;
  }
  .page--info .status--ticket .tit--section {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #1e95d4;
  }
  .page--info .status--ticket .link--text-sub {
    color: #1e95d4;
    position: relative;
    font-size: 12px;
  }
  .page--info .status--ticket .link--text-sub::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 4px;
    right: -10px;
    width: 7px;
    height: 7px;
    color: #1e95d4;
    border-top: 1px solid #1e95d4;
    border-right: 1px solid #1e95d4;
    transform: rotate(45deg);
    transition: all 0.2s ease;
  }
  .page--info .status--ticket .link--text-sub:hover {
    opacity: 0.7;
  }
  .page--info .ticketList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .page--info .ticketList::after {
    content: "";
    display: block;
    width: 49%;
  }
  .page--info .ticketList li {
    width: 49%;
    margin-bottom: 5vh;
    margin-right: 0;
  }
  .page--info .ticketList li a .thumb {
    margin: 0 0 10px 0;
  }
  .page--info .ticketList li a .thumb img {
    background-image: url(https://s3-aop.plusmember.jp/dev/public/apollobay/contents/information/thumb.jpg);
    background-size: contain;
  }
  .page--info .ticketList li a time {
    margin: 0 0 5px 0;
    font-size: 11px;
    font-weight: bold;
  }
  .page--info .ticketList li a .block--tit .tit {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page--info .ticketList li a .date--event {
    background: rgba(255, 255, 255, 0.9);
    color: #E3007F;
    padding: 8px 3px;
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
  .page--info .ticketList li a .date--event span {
    display: block;
  }
  .page--info .ticketList li a .date--event .week {
    font-size: 10px;
    display: inline-block;
  }
  .page--photo .list--contents li .block--thumb, .page--photo .list--photo li .block--thumb {
    border-bottom-right-radius: 6vw;
  }
  .page--movie .list--contents li .block--thumb {
    border-top-left-radius: 6vw;
  }
  .page--movie .section--detail .tit {
    margin: 0 0 0.2em;
  }
  .page--movie .section--detail .sub-txt-list {
    margin: 30px auto;
  }
  .page--movie .section--detail .txt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .page--movie.page--radio .list--contents li .block--thumb {
    border-top-right-radius: 6vw;
    border-top-left-radius: 0;
  }
  .page--movie.new-movie .section--detail#new_movie {
    padding-top: 0;
  }
  .page--movie.new-movie .section--detail#new_movie .area--movie .block--player {
    position: relative;
    top: auto;
    left: auto;
    height: 0;
    margin: 0 auto 20px;
    line-height: 0;
  }
  .page--movie.new-movie .section--detail#new_movie .area--movie .block--player .video-js .vjs-play-control {
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: -17vw;
    left: 41%;
  }
  .page--movie.new-movie .section--detail#new_movie .area--movie .block--player .video-js .vjs-play-control span::before {
    display: none;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info {
    margin: 50px auto !important;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .more_movies_title {
    color: #1e95d4;
    font-family: sonar-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 21px;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid;
    line-height: 1;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie {
    background: none !important;
    padding: 0;
    border: none;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents {
    gap: 0;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li {
    border-bottom: none;
    margin-bottom: 5vw;
    margin-right: 0;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .thumb {
    border-top-left-radius: 6vw;
    overflow: hidden;
    width: 40%;
    margin: 0;
    height: auto;
    padding-top: 23.25%;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt {
    width: 55%;
    padding: 0;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .date {
    font-size: 11px;
    margin: 0.4vw 0 0 0;
    opacity: 1;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .tit {
    font-size: 14px;
  }
  .page--movie.new-movie .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .list__txt .category {
    display: block;
    padding-top: 1.1vw;
    margin: 0;
  }
  .page--movie.new-movie.page--radio .section--detail#new_movie .area--more-info .block--tab__main .block--more_movies.tab--movie .list--contents li a .thumb {
    border-top-right-radius: 6vw;
    border-top-left-radius: 0;
  }
  .page--qa .txt {
    margin-bottom: 2rem;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 5rem auto 2rem;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
    border-radius: 10px;
    border-top-left-radius: 50px;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2rem;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1rem;
  }
  .page--qa .list--qa li a .name {
    font-size: 13px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__question {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
  }
  .page--qa .block__question .ico--q {
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1rem;
  }
  .page--qa .block__question .name {
    font-size: 13px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2rem;
    padding: 1.2rem;
    border-radius: 10px;
    border-bottom-left-radius: 50px;
  }
  .page--qa .block__answer .ico--a {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 30px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 10px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5rem;
    font-size: 10px;
  }
  .page--blog .list--contents li .block--thumb {
    border-top-left-radius: 6vw;
  }
  .page--blog .list--contents li .writer {
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.5em 1em;
    border-bottom-left-radius: 4vw;
    font-size: 11px;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 15px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .page--blog .section--detail .txt {
    margin-top: 3em;
  }
  .page--blog .section--detail .block--player {
    position: relative;
    padding-top: 56.25%;
  }
  .page--blog .block--comment .list--comment {
    margin: 3em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 3em;
  }
  .page--blog .block--comment .name {
    max-width: 90%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border-bottom-right-radius: 1.2em;
    font-size: 11px;
  }
  .page--blog .block--comment .txt {
    margin: 0.3em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 11px;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.4;
  }
  .page--support .section--detail .tit {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.4em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1em;
  }
  .page--faq .section--list .searchBox input[type=submit] {
    top: -0.1rem;
  }
  .page--faq .searchBox {
    width: 100%;
    max-width: 100%;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--profile.section--list .list--contents li {
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }
  .page--profile.section--list .list--contents li a .block--thumb-wrap {
    width: 30%;
  }
  .page--profile.section--list .list--contents li a .block--txt {
    width: 64%;
  }
  .page--profile.section--list .list--contents li a .block--txt .name {
    font-size: 20px;
    line-height: 1.3;
  }
  .page--profile.section--list .list--contents li a .block--txt .name_sub {
    margin-top: 0.5em;
    font-size: 12px;
  }
  .page--profile.section--detail .section--detail__inner {
    margin-bottom: 5em;
  }
  .page--profile.section--detail .block--photo {
    margin-bottom: 3em;
  }
  .page--profile.section--detail .block--profile dt {
    margin-bottom: 0.9em;
    padding-bottom: 0.3em;
    font-size: 13px;
  }
  .page--profile.section--detail .block--profile dd {
    margin-bottom: 2em;
    font-size: 15px;
  }
  .page--profile.section--detail .block--profile dd.profile-birth img {
    height: 5vw;
    max-height: 1.6em;
    min-height: 1em;
    margin-right: 0.6em;
    margin-left: 0.6em;
  }
  .page--profile.section--detail .block--sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page--profile.section--detail .block--sns li {
    margin-right: 1.5em;
  }
  .page--profile.section--detail .block--sns li i {
    font-size: 20px;
  }
  .page--profile.section--detail .block--sns li.icon-website {
    width: 1.8em;
  }
  .page--profile.section--detail .block--contents ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 3em;
  }
  .page--profile.section--detail .block--contents ul li {
    margin-right: 1.5em;
    margin-bottom: 1em;
  }
  .page--profile.section--detail .block--contents ul li a {
    font-size: 18px;
  }
  .page--profile.section--detail .block--contents ul li a:before {
    margin-right: 0.2em;
    font-size: 9px;
    vertical-align: 30%;
  }
  .page--questionnaire main > section .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.15em;
  }
  .page--questionnaire main > section .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire main > section .tit {
    font-size: 14px;
  }
  .page--questionnaire main > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire main > section form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire main > section form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire main > section form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire main > section .form--confirm {
    padding: 16px;
  }
  .section--detail.page--entry .logo {
    width: 50%;
    margin: 0 auto 10vw;
  }
  .section--detail.page--entry .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .txt--lead {
    margin-bottom: 10vw;
    font-size: 13px;
    line-height: 1.8;
  }
  .section--detail.page--entry .block-tit {
    margin-bottom: 5vw;
    font-size: 22px;
  }
  .section--detail.page--entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.page--entry .list--content li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 6vw 6.6vw;
    border-radius: 10px;
    border-bottom-left-radius: 4em;
  }
  .section--detail.page--entry .list--content li .title {
    margin-bottom: 2vw;
    font-size: 17px;
  }
  .section--detail.page--entry .list--content li .btn {
    margin-top: 1em;
  }
  .section--detail.page--entry .note {
    font-size: 13px;
  }
  .section--detail.page--entry .price {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 6vw;
  }
  .section--detail.page--entry .price tr td, .section--detail.page--entry .price tr th {
    font-size: 13px;
    padding: 2vw;
  }
  .section--detail.page--entry .price tr th {
    width: 30%;
  }
  .section--detail.page--entry .price tr td {
    border-left: solid 1px #1e95d4;
    font-size: 13px;
  }
  .section--detail.page--entry .price tr:last-of-type th {
    border-bottom: 0;
  }
  .section--detail.page--entry .price tr:last-of-type td {
    border-bottom: 0;
  }
  .section--detail.page--entry .block--spec {
    margin-top: 10vw;
    margin-bottom: 7vw;
  }
  .section--detail.page--entry .txt--sub {
    font-size: 11px;
  }
  .section--detail.page--entry .block--login {
    margin: 10vw auto;
  }
  .section--detail.page--entry .block--login .block--inner {
    padding: 0 2vw 0;
    margin-bottom: 2vw;
    text-align: center;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic {
    font-size: 13px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--basic span {
    font-size: 3vw;
  }
  .section--detail.page--entry .block--login .block--inner .btn span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }
  .section--detail.page--entry .block--login .block--inner .txt--sub {
    margin-bottom: 6vw;
  }
  .section--detail.page--entry .txt--link {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
  .section--detail.page--entry .txt--link a {
    font-size: 0.8em;
  }
  .section--detail.page--entry .block--attention {
    margin-top: 6vw;
    margin-bottom: 6vw;
    padding: 5vw;
    font-size: 13px;
    line-height: 1.6;
  }
  .section--detail.page--entry .block--attention .tit {
    font-size: 16px;
  }
  .section--detail.page--entry .block--attention #section--entry {
    margin-top: 5em;
  }
  .section--detail.page--entry .block--attention #section--entry .tit {
    font-size: 14px;
  }
  .section--detail.page--entry .block--attention strong {
    font-weight: bold;
    font-size: 16px;
  }
  .popup-inner {
    padding: 60px 0 0;
  }
  .popup-inner .tit {
    font-size: 15px;
  }
  .page--home .section--banner.started {
    transition-delay: 2.5s;
  }
  .page--home .section--news.started {
    transition: opacity 0.5s;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .page--home .section--top .block--logo.event {
    width: 126px;
    height: 126px;
  }
  .page--home .area--contents .section--blog {
    padding-top: 6vw;
  }
  .page--home .area--contents .section--gallery {
    padding-top: 6vw;
  }
}