@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  color: #00093A;
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  word-wrap: break-word;
}

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: #DDE5ED;
  color: #00093A;
}

::selection {
  background: #DDE5ED;
  color: #00093A;
}

::-moz-selection {
  background: #DDE5ED;
  color: #00093A;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background-color: #001489;
  color: #fff;
  margin: 1em 0;
  padding: 1.2em 2em 1.3em;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #00093A;
  background-color: transparent;
  color: #00093A;
  margin: 1em 0;
  padding: 1.2em 2em 1.3em;
  font-weight: 500;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.font-futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
}

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

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  position: relative;
  text-align: center;
  margin: 35px 7% 70px;
  padding: 0;
}
.block--pager li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.6em 0;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #00093A;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.3em;
  transition: 0.3s;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--older {
  margin: 0 0 0 0.9em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6em 0;
  position: relative;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  content: "PREV";
  display: inline-block;
  position: static;
  transition: 0.3s;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  margin: 0 0.9em 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6em 0;
  position: relative;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  content: "NEXT";
  display: inline-block;
  position: static;
  transition: 0.3s;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.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 {
  position: relative;
  padding: 0.6em 0.3em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.date {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.045em;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 13px;
  color: #172050;
  /*color: #2f3865;*/
}

.list__more {
  margin: 1.5em 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: right;
  font-size: 12px;
  transform: translateX(3px);
}
.list__more a {
  display: inline-block;
  position: relative;
  padding: 12px 28px 12px 0;
  color: #00093A;
}
.list__more a::before, .list__more a::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  background-color: #00093A;
  opacity: 0.75;
}
.list__more a::before {
  width: 100%;
  bottom: 0;
  left: 0;
  transition: width 0.22s;
}
.list__more a::after {
  width: 16px;
  bottom: 0;
  right: 0;
  transform: rotate(43deg);
  transform-origin: right bottom;
  transition: right 0.22s;
}

.list--info li.no-data {
  padding: 1.5em 7%;
}
.list--info li .tit {
  line-height: 1.6;
}
.list--info li a {
  padding: 18px 7%;
  display: block;
}
.list--info li a .date, .list--info li a .tit {
  position: relative;
}

.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a img {
  display: block;
}

[class^=list--] li .date.new {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
[class^=list--] li .date.new::before, [class^=list--] li .date.new::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10px;
}
[class^=list--] li .date.new::before {
  content: "";
  top: -3px;
  height: 18px;
  background-color: #001489;
  border-radius: 50%;
  transform: scale(0.94);
}
[class^=list--] li .date.new::after {
  content: "N";
  color: #fff;
  top: 1px;
  transform: scale(0.92);
}

.list--indent li {
  padding-left: 0.5em;
  margin-bottom: 0.6em;
  text-indent: -0.5em;
}

.slick-prev,
.slick-next {
  display: block;
  top: auto !important;
  right: auto !important;
  bottom: -40px;
  width: 40px;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  transform: none;
  transition: 0.3s;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev::after,
.slick-next::after {
  display: block;
  position: static;
  width: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13px;
  color: #00093A;
  transition: 0.3s;
}

.slick-prev {
  left: 50px !important;
}
.slick-prev::after {
  content: "NEXT";
}

.slick-next {
  left: 0 !important;
}
.slick-next::after {
  content: "PREV";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:not(.slick-disabled):hover::after, .slick-next:not(.slick-disabled):hover::after {
  color: #1229ae;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
  transition: 0.3s opacity;
  cursor: inherit;
}
.slick-prev.slick-disabled a,
.slick-next.slick-disabled a {
  cursor: default;
}

.form--post dt {
  margin: 2.5em 0 0.4em;
  font-weight: 500;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #c00319;
  background: rgba(200, 50, 50, 0.12);
  padding: 10px;
  border-radius: 5px;
}

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #cdcdd0;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #444;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #545D91;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

input[type=submit] {
  line-height: 1;
}

/* textarea */
textarea {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #cdcdd0;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border: 1px solid #cdcdd0;
  color: #444;
}
textarea:focus {
  border-color: #545D91;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea:focus {
  border-color: #545D91;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #cdcdd0;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #545D91;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #00093A;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #545D91;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #545D91;
  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: #545D91;
  border-color: #545D91;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #545D91;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #545D91;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #545D91;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #545D91;
  border-color: #545D91;
}
.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 {
  border: 0.5px solid #ddd;
  border-radius: 5px;
  padding: 25px 15px 0;
  margin: 1em 0 2em;
}
.form--confirm dt {
  margin: 0 0 0.2em;
  opacity: 0.65;
  font-size: 0.85em;
}
.form--confirm dd {
  margin: 0 0 2em;
}

form .icon--required,
form .required {
  display: inline-block;
  line-height: 1;
  padding: 2px 5px 3px;
  margin-left: 0.8em;
  background-color: #999;
  color: #fff;
  font-size: 10px;
  vertical-align: 1px;
}

form .icon--required {
  position: relative;
}
form .icon--required::before {
  display: block;
  position: static;
  content: "必須";
}

.nav {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
}

header h1 a {
  display: block;
}
header h1 .logo--mail {
  display: block;
  width: 100%;
}
header h1 .logo--mail .cls-1 {
  fill: #001489;
}

footer {
  z-index: 3;
}
footer .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 10px;
  color: #000;
}

.wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 0.2s;
}
.loaded .wrap {
  opacity: 1;
}

.bg--animation {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(90vw - 400px);
  height: 100vh;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
}
.bg--animation .symbol-animation {
  position: absolute;
  width: 104%;
  bottom: 26vh;
  left: -2%;
}
.bg--animation .symbol-animation .cls-1, .bg--animation .symbol-animation .cls-2 {
  stroke-dashoffset: 20000px;
  stroke-dasharray: 20000px;
  fill: transparent;
  stroke: #545D91;
  opacity: 1;
}
.bg--animation .symbol-animation .cls-1 {
  stroke-width: 2px;
  animation: bg-symbol-animation 18s linear 0s infinite;
}
.bg--animation .symbol-animation .cls-2 {
  stroke-width: 1px;
  stroke-dashoffset: 0;
}

.bg--animation-side {
  position: fixed;
  top: 0;
  left: calc(90vw - 100px);
  width: calc(90vw - 400px);
  height: 100vh;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden;
}
.bg--animation-side .symbol-animation-side {
  position: absolute;
  width: 100%;
  bottom: -31vh;
  left: 0;
}
.bg--animation-side .symbol-animation-side .cls-1, .bg--animation-side .symbol-animation-side .cls-2 {
  stroke-dashoffset: 8000px;
  stroke-dasharray: 8000px;
  fill: transparent;
  stroke: #545D91;
  opacity: 1;
}
.bg--animation-side .symbol-animation-side .cls-1 {
  stroke-width: 2px;
  animation: bg-symbol-animation-side 18s linear 0s infinite;
}
.bg--animation-side .symbol-animation-side .cls-2 {
  stroke-width: 1px;
  stroke-dashoffset: 0;
}

@keyframes bg-symbol-animation {
  0% {
    fill: transparent;
    stroke-dashoffset: 20000px;
    stroke-dasharray: 20000px;
  }
  45% {
    opacity: 1;
  }
  90% {
    fill: transparent;
    stroke: #545D91;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg-symbol-animation-side {
  0% {
    fill: transparent;
  }
  52% {
    fill: transparent;
    stroke-dashoffset: 8000px;
    stroke-dasharray: 8000px;
  }
  75% {
    opacity: 1;
  }
  98% {
    fill: transparent;
    stroke: #545D91;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
  }
}
.content--body {
  position: relative;
  overflow: hidden;
}

.section--detail {
  position: relative;
}

.section--list {
  position: relative;
}

.section-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
  font-size: 35px;
}

.block-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
}

.detail__btn {
  display: block;
  margin: 1.5em 0;
  transform: translateX(-3px);
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding: 12px 0 12px 34px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #00093A;
}
.detail__btn a::before, .detail__btn a::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  background-color: #00093A;
  opacity: 0.75;
}
.detail__btn a::before {
  width: 100%;
  bottom: 0;
  right: 0;
  transition: width 0.22s;
  transform-origin: right bottom;
}
.detail__btn a::after {
  width: 16px;
  bottom: 0;
  left: 0;
  transform: rotate(-43deg);
  transform-origin: left bottom;
  transition: left 0.22s;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--home .wrap {
  transition: opacity 0.6s, background 0.6s;
  transition-delay: 0s;
}
.page--home .content--body::after {
  display: block;
  content: "";
  position: fixed;
  height: 100vh;
  top: 0;
  background-color: #001489;
  transform: scale(1, 1);
  transform-origin: bottom;
  backface-visibility: hidden;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .logo-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 87vh;
}
.page--home .section--top .logo-symbol img {
  width: 130px;
  margin-top: 10vh;
}
.page--home .section--top .wrap--scroll {
  position: absolute;
}
.page--home .section--top .scroll {
  width: 100px;
  transform-origin: left top;
  transform: rotate(90deg);
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 11px;
}
.page--home .section--top .scroll span {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 0.6em;
  color: #00093A;
}
.page--home .section--top .scroll span:first-of-type {
  animation: scroll-01 3.4s linear 0s infinite;
}
.page--home .section--top .scroll span:nth-of-type(2) {
  animation: scroll-02 3.4s linear 0s infinite;
}
.page--home .section--top .scroll span:nth-of-type(3) {
  animation: scroll-03 3.4s linear 0s infinite;
}
.page--home .section--top .scroll span:nth-of-type(4) {
  animation: scroll-04 3.4s linear 0s infinite;
}
.page--home .section--top .scroll span:nth-of-type(5) {
  animation: scroll-05 3.4s linear 0s infinite;
}
.page--home .section--top .scroll span:nth-of-type(6) {
  animation: scroll-06 3.4s linear 0s infinite;
}
.page--home .section--top .block--login .list--login {
  display: flex;
  justify-content: flex-end;
  padding: 0 7%;
}
.page--home .section--top .block--login .list--login li a {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 16px;
  transition: 0.3s;
}
.page--home .section--top .block--login .list--login li.add a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.page--home .section--top .block--login .list--login li.add a span {
  display: inline-block;
}
.page--home .section--top .block--login .list--login li.add a .icon {
  position: absolute;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid 1.5px #00093A;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 0;
}
.page--home .section--top .block--login .list--login li.add a .icon::before, .page--home .section--top .block--login .list--login li.add a .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #00093A;
  transition: 0.3s;
  z-index: 1;
}
.page--home .section--top .block--login .list--login li.add a .icon::before {
  width: 6px;
  height: 2px;
}
.page--home .section--top .block--login .list--login li.add a .icon::after {
  width: 2px;
  height: 6px;
}
.page--home .section--top .block--login .list--login li + li {
  position: relative;
  margin-left: 50px;
}
.page--home .section--top .block--login .list--login li + li::before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00093A;
}
@keyframes scroll-01 {
  0% {
    top: 0;
  }
  14% {
    top: 0;
  }
  20% {
    top: -8px;
  }
  26% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-02 {
  0% {
    top: 0;
  }
  16% {
    top: 0;
  }
  22% {
    top: -8px;
  }
  28% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-03 {
  0% {
    top: 0;
  }
  18% {
    top: 0;
  }
  24% {
    top: -8px;
  }
  30% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-04 {
  0% {
    top: 0;
  }
  20% {
    top: 0;
  }
  26% {
    top: -8px;
  }
  32% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-05 {
  0% {
    top: 0;
  }
  22% {
    top: 0;
  }
  28% {
    top: -8px;
  }
  34% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-06 {
  0% {
    top: 0;
  }
  24% {
    top: 0;
  }
  30% {
    top: -8px;
  }
  36% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.page--home [class^=section--] {
  position: relative;
}
.page--home .section--about {
  opacity: 0;
  transition: opacity 0.6s;
  padding: 70px 7% 170px;
}
.page--home .section--about.started {
  opacity: 1;
}
.page--home .section--about .section-tit {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
}
.page--home .section--about .logo-parts {
  width: 162px;
  margin-bottom: 24px;
}
.page--home .section--about .txt {
  margin-bottom: 2em;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.page--home .section--topic {
  background-color: #001489;
  color: #fff;
  margin: 0 7% 70px;
  z-index: 1;
}
.page--home .section--topic .list--info li a {
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.page--home .section--bnr {
  padding: 0 0 150px;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.6s;
}
.page--home .section--bnr.started {
  opacity: 1;
}
.page--home .section--bnr .bnrList {
  margin: 0 0 0 7%;
  opacity: 0;
  transition: opacity 0.3s;
}
.page--home .section--bnr .bnrList.slick-initialized {
  opacity: 1;
}
.page--home .section--bnr .bnrList .slick-slide {
  margin: 0 14px 0 0;
}
.page--home .section--bnr .bnrList .slick-slide a {
  display: block;
}
.page--home .section--bnr .bnrList .slick-slide a img {
  display: block;
  width: 100%;
}
.page--home .section--bnr .bnrList.no-slide {
  margin-right: 7%;
  opacity: 1;
}
.page--home .section--bnr .bnrList.no-slide a {
  display: block;
}
.page--home .section--bnr .bnrList.no-slide a img {
  display: block;
  width: 100%;
}
.page--home .section--bnr .slick-list {
  overflow: visible;
  width: 92%;
}
.page--home .section--member {
  padding: 80px 7%;
}
.page--home .section--member .section-tit {
  opacity: 0;
  transition: opacity 0.6s;
}
.page--home .section--member.started .section-tit {
  opacity: 1;
}
.page--home .section--member .list--member li {
  margin-bottom: 64px;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateX(50px);
}
.page--home .section--member .list--member li a {
  display: flex;
  align-items: center;
}
.page--home .section--member .list--member li a .thumb {
  position: relative;
  width: 50%;
  order: 1;
}
.page--home .section--member .list--member li a .thumb img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--home .section--member .list--member li a .txt {
  width: 50%;
  padding-left: 5%;
  order: 2;
  text-align: center;
}
.page--home .section--member .list--member li a .txt .name {
  margin-top: 6px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 22px;
}
.page--home .section--member .list--member li a .txt .name span {
  display: block;
  margin: 0.9em 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
  font-size: 10px;
}
.page--home .section--member .list--member li a .txt .select {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 14px;
}
.page--home .section--member .list--member li:nth-child(2n) {
  transform: translateX(-50px);
}
.page--home .section--member .list--member li:nth-child(2n) a .thumb {
  order: 2;
}
.page--home .section--member .list--member li:nth-child(2n) a .txt {
  padding-left: 0;
  padding-right: 5%;
  order: 1;
}
.page--home .section--member .list--member li.started {
  opacity: 1;
  transform: translateX(0);
}
.page--home .section--info {
  padding: 90px 0;
  background-color: #001489;
  opacity: 0;
  transition: opacity 0.6s;
}
.page--home .section--info.started {
  opacity: 1;
}
.page--home .section--info .section-tit {
  color: #fff;
}
.page--home .section--info .list--info {
  margin-bottom: 30px;
}
.page--home .section--info .list--info li .date.new::before {
  background-color: #fff;
}
.page--home .section--info .list--info li .date.new::after {
  color: #001489;
}
.page--home .section--info .list--info li a {
  color: #fff;
}
.page--home .section--info .list--info li a .date {
  /*color: #B8C6E2;*/
  color: #ced9ed;
}
.page--home .section--info .list--info li.no-data {
  color: #fff;
}
.page--home .section--info .list__more {
  margin: 1.5em 7% 0.5em;
}
.page--home .section--info .list__more a {
  color: #fff;
}
.page--home .section--info .list__more a::before, .page--home .section--info .list__more a::after {
  background-color: #fff;
}
.page--home .section--pickup {
  position: relative;
  padding: 70px 7% 50px;
}
.page--home .section--pickup .list--pickup li a {
  display: block;
  position: relative;
  line-height: 1.45;
  font-size: 13px;
}
.page--home .section--pickup .list--pickup li a::before, .page--home .section--pickup .list--pickup li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.page--home .section--pickup .list--pickup li a::before {
  background-color: #d0d2e0;
}
.page--home .section--pickup .list--pickup li a span {
  display: block;
  position: relative;
  padding: 18px 0 19px 20px;
}
.page--home .section--pickup .list--pickup li a span::before {
  display: block;
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-color: #9296b1;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  background-color: #fff;
}
.page--home .block--support {
  position: relative;
  padding: 40px 7% 40px;
}
.page--home .block--support .nav-tit {
  position: relative;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.page--home .block--support .nav-tit span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.page--home .block--support .nav-tit span::before, .page--home .block--support .nav-tit span::after {
  content: "";
  display: block;
  position: absolute;
  background: #00093A;
}
.page--home .block--support .nav-tit span::before {
  width: 11px;
  height: 3px;
  top: 8px;
  right: 0;
}
.page--home .block--support .nav-tit span::after {
  width: 3px;
  height: 11px;
  right: 4px;
  top: 4px;
  transition: 0.3s;
}
.page--home .block--support .nav-tit.open span::after {
  height: 1px;
  top: 9px;
}
.page--home .block--support .nav--support {
  display: none;
  padding: 1.8em 25px;
  background-color: #f3f6f9;
}
.page--home .block--support .nav--support li {
  margin-bottom: 1em;
}
.page--home .block--support .nav--support li a {
  display: block;
  padding: 0.2em 0;
  font-size: 12px;
}
.page--home .block--support .nav--support li:last-child {
  margin-bottom: 0;
}
.page--home .block--official-link {
  position: relative;
  padding: 40px 0 140px;
  text-align: center;
}
.page--home .block--official-link a {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.page--home .block--official-link a .logo-official {
  width: 100%;
  fill: #00093A;
  transition: fill 0.3s;
}

.page--info .section--list .section-tit {
  margin-bottom: 52px;
}
.page--info .section--list .detail__btn {
  margin-left: 7%;
  margin-right: 7%;
}
.page--info .section--detail .tit {
  line-height: 1.6;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 18px;
}
.page--info .section--detail .date {
  font-size: 14px;
}
.page--info .section--detail .date.new {
  position: relative;
  display: inline-block;
  padding-right: 26px;
}
.page--info .section--detail .date.new::before, .page--info .section--detail .date.new::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10px;
}
.page--info .section--detail .date.new::before {
  content: "";
  top: -3px;
  height: 18px;
  background-color: #001489;
  border-radius: 50%;
}
.page--info .section--detail .date.new::after {
  content: "N";
  color: #fff;
  top: 1px;
  transform: scale(0.96);
}
.page--info .section--detail .txt {
  padding: 30px 0;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .section--detail .txt .ph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page--info .section--detail .youtube {
  margin-top: 30px;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 30px;
  margin: 0 0 60px;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 11px;
  padding-right: 0;
  letter-spacing: 0.1em;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 0 18px;
  color: #001489;
}
.page--info .block--share li.lineIco {
  margin-left: 16px;
}
.page--info .block--share li.lineIco svg {
  width: 18px;
  height: 18px;
  vertical-align: -1px;
  fill: #001489;
}
.page--info #next {
  clear: both;
  text-align: center;
}
.page--info #next .loading {
  margin: 30px auto;
  position: relative;
  text-indent: -9999em;
}
.page--info #next .loading::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/static/inimail/fansite/common/ico_loading.png) no-repeat center;
  background-size: 40px;
  -webkit-background-size: 40px;
  display: block;
  animation: gear 5s linear infinite;
  margin: 0 auto;
}
@keyframes gear {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/*  page support
------------------------------ */
.page--support .section-tit {
  line-height: 1.4;
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-size: 22px;
}
.page--support .list--support {
  margin-bottom: 70px;
}
.page--support .list--support li a, .page--support .list--support dd a {
  text-decoration: underline;
}
.page--support .list--support li a:hover, .page--support .list--support dd a:hover {
  text-decoration: none;
}
.page--support .list--support dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 7px;
}
.page--support .list--support dd {
  line-height: 1.6;
  margin-bottom: 40px;
}
.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.page--support .list--support li {
  font-weight: normal;
}
.page--support .list--support li ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.page--support .list--support li ul li {
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
}
.page--support .list--support > li {
  margin-bottom: 1.5em;
}
.page--support .list--support > li:last-of-type {
  margin-bottom: 0;
}
.page--support .txt + .list--support {
  margin-top: 2em;
}
.page--support .txt + .txt {
  margin-top: 1em;
}

/* FAQ */
.page--faq .section--list {
  padding: 80px 7% 100px;
}
.page--faq .section-tit {
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-size: 22px;
}
.page--faq .tit--category {
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 1.2em;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 15px 0;
}
.page--faq .list--faq a:hover {
  opacity: 0.6;
}
.page--faq .list--faq .tit {
  padding-left: 34px;
  line-height: 1.5;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
}
.page--faq .list--faq .icon--q {
  float: left;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  line-height: 1.5;
  color: #00093A;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 50px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 32px;
  font-size: 16px;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  color: #999;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--detail .tit--category {
  font-size: 0.9em;
  font-weight: 400;
}
.page--faq .section--detail .tit--faq {
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 18px;
}
.page--faq .section--detail .txt--faq {
  margin-bottom: 60px;
}
.page--faq .section--detail .txt--faq a {
  text-decoration: underline;
}
.page--faq .section--detail .txt--faq a:hover {
  text-decoration: none;
}
.page--faq .section--detail .detail__btn {
  margin-top: 3em;
}

.page--profile .section--detail {
  padding: 0 0 80px;
}
.page--profile .block--profile {
  margin-bottom: 80px;
}
.page--profile .block--profile .btn--mail {
  height: 80px;
  padding: 0 4% 0 0;
  line-height: 80px;
  text-align: right;
}
.page--profile .block--profile .btn--mail a {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13px;
  transition: 0.3s;
}
.page--profile .block--profile .btn--mail a span {
  display: inline-block;
}
.page--profile .block--profile .btn--mail a .icon {
  position: absolute;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 1.5px #00093A;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 0;
}
.page--profile .block--profile .btn--mail a .icon::before, .page--profile .block--profile .btn--mail a .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #00093A;
  transition: 0.3s;
  z-index: 1;
}
.page--profile .block--profile .btn--mail a .icon::before {
  width: 6px;
  height: 2px;
}
.page--profile .block--profile .btn--mail a .icon::after {
  width: 2px;
  height: 6px;
}
.page--profile .block--profile .list--profile {
  margin-bottom: 110px;
}
.page--profile .block--profile .list--profile dt img {
  display: block;
  width: 100%;
  background-position: center top;
  background-size: cover;
}
.page--profile .block--profile .list--profile dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  padding: 17px 7%;
}
.page--profile .block--profile .list--profile .name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  flex: 1;
}
.page--profile .block--profile .list--profile .yomi {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
  font-size: 12px;
}
.page--profile .block--profile .block-tit {
  text-align: center;
}
.page--profile .block--profile .block--movie {
  margin-bottom: 90px;
  padding: 0 7%;
}
.page--profile .block--profile .block--movie .player {
  position: relative;
  padding-top: 56.25%;
}
.page--profile .block--profile .block--movie .player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--profile .block--profile .block--mail {
  margin-bottom: 50px;
  padding: 0 7%;
}
.page--profile .block--profile .block--mail .list--mail {
  padding: 25px 20px;
  background-color: #f3f6f9;
}
.page--profile .block--profile .block--mail .list--mail dt {
  margin-bottom: 30px;
}
.page--profile .block--profile .block--mail .list--mail dt .tit {
  line-height: 1.5;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 17px;
}
.page--profile .block--profile .block--mail .list--mail dt .date {
  color: #76798B;
}
.page--profile .block--profile .block--mail .list--mail dd .txt {
  font-size: 13px;
}
.page--profile .block--profile .block--mail .list--mail dd .txt .ph {
  display: block;
  position: relative;
  margin: 0.8em auto;
}
.page--profile .block--profile .block--mail .list--mail dd .txt .ph::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/static/inimail/fansite/common/dummy.png);
  background-size: 100% 100%;
}
.page--profile .block--profile .comingsoon {
  margin-top: -30px;
  margin-bottom: 100px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 22px;
  opacity: 0.2;
  text-align: center;
}
.page--profile .detail__btn {
  padding: 0 7%;
}

.page--intro .logo {
  width: 70%;
  max-width: 280px;
  margin: 20px auto 70px;
}
.page--intro .txt--lead {
  margin-bottom: 70px;
}
.page--intro .block-tit {
  margin-bottom: 30px;
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.page--intro .block--flow {
  margin-bottom: 100px;
}
.page--intro .block--flow .list--flow {
  margin-bottom: 30px;
}
.page--intro .block--flow .list--flow dt {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 16px;
}
.page--intro .block--flow .list--flow dt span {
  display: inline-block;
  position: relative;
  width: 24px;
  margin-right: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 14px;
  z-index: 1;
}
.page--intro .block--flow .list--flow dt span::before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background-color: #001489;
  border-radius: 50%;
  z-index: -1;
}
.page--intro .block--flow .list--flow dt p {
  line-height: 1.5;
  padding-bottom: 1px;
}
.page--intro .block--flow .list--flow dd {
  line-height: 1.7;
  margin-bottom: 1.2em;
  font-size: 13px;
}
.page--intro .block--flow > .txt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
.page--intro .block--device {
  margin-bottom: 100px;
}
.page--intro .block--price {
  margin-bottom: 100px;
}
.page--intro .block--payment {
  margin-bottom: 60px;
}
.page--intro .block--payment .list--payment li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 0.8em;
}
.page--intro .block--payment .list--payment li::before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0.7em;
  left: 0;
  background-color: #00093A;
  border-radius: 50%;
}
.page--intro .block--payment .list--payment li p {
  font-weight: 700;
  line-height: 1.6;
}
.page--intro .block--payment .list--payment li span {
  font-size: 0.85em;
  line-height: 1.4;
}
.page--intro .block--payment > .txt--sub {
  margin-bottom: 20px;
}
.page--intro .list--data dt {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 7px;
}
.page--intro .list--data dd {
  line-height: 1.6;
  margin-bottom: 2em;
}
.page--intro .list--data dd:last-of-type {
  margin-bottom: 0;
}
.page--intro .block--caution__pid {
  margin-bottom: 70px;
  font-size: 0.85em;
}
.page--intro .block--caution__pid .sub-tit {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: 1.1em;
}
.page--intro .block--caution__pid .list--indent {
  margin: 1.5em 0;
}
.page--intro .block--caution__pid .list--indent li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.page--intro .block--caution__pid .list--indent li::before {
  position: static;
  display: inline-block;
  content: "";
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: #00093A;
  width: 3px;
  height: 3px;
  vertical-align: middle;
}

.list--error {
  margin: 0 0 2em;
}
.list--error li {
  position: relative;
  color: #c00319;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list--error li::before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 0.4em;
}

.page--contact .section-tit {
  line-height: 1.4;
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-size: 22px;
}
.page--contact .red, .page--contact .must {
  color: #c00319;
}
.page--contact #contact_form {
  margin-bottom: 3em;
}
.page--contact .list--attention {
  margin-bottom: 2em;
  font-size: 0.85em;
}
.page--contact .complete .txt {
  margin-bottom: 2em;
}
.page--contact .complete .btn {
  margin-bottom: 3em;
}

/*  page--error
------------------------------ */
.page--error .section-tit {
  font-size: 30px;
}
.page--error .section-tit strong {
  display: block;
  margin-bottom: 0.5em;
  font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.page--error .section-tit span {
  display: block;
  font-size: 23px;
}
.page--error .btn {
  margin-top: 2em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: opacity 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    transition: 0.3s;
  }
  .btn--main:hover {
    background-color: #00093A;
  }
  .btn--sub {
    min-width: 300px;
    transition: 0.3s;
  }
  .btn--sub:hover {
    background-color: #f3f6f9;
  }
  header {
    position: fixed;
    width: calc(90vw - 400px);
    height: 100vh;
  }
  header h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 17vh;
    margin: auto;
    width: 34%;
    max-width: 330px;
    min-width: 250px;
  }
  footer {
        position: relative;
        max-width: 400px;
        text-align: center;
        margin: 90px auto 40px;
        background-color: transparent;

  }

  .block--pager a:hover {
    color: #1229ae;
  }
  .list__more a:hover::before {
    width: calc(100% + 6px);
  }
  .list__more a:hover::after {
    right: -6px;
  }
  .list--info a {
    transition: background-color 0.4s;
  }
  .list--info a:hover {
    background-color: #f3f6f9;
  }
  .content--body {
    max-width: 400px;
    margin-left: calc(90vw - 400px);
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 9, 58, 0.07);
  }
  .section--detail {
    padding: 80px 7% 110px;
    min-height: 100vh;
  }
  .section--list {
    padding: 80px 0 110px;
    min-height: 100vh;
  }
  .detail__btn a:hover::before {
    width: calc(100% + 6px);
  }
  .detail__btn a:hover::after {
    left: -6px;
  }
  @keyframes hover-line {
    0% {
      transform: scaleX(1);
      transform-origin: right;
    }
    50% {
      transform: scaleX(0);
      transform-origin: right;
    }
    50.00001% {
      transform: scaleX(0);
      transform-origin: left;
    }
    100% {
      transform: scaleX(1);
      transform-origin: left;
    }
  }
  .page--home .wrap::after {
    display: block;
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #001489;
    transform: scale(1, 1);
    transition: transform 0.6s;
    transition-delay: 0.6s;
    transform-origin: top;
  }
  .page--home .content--body {
    z-index: 4;
  }
  .page--home .content--body::after {
    width: 400px;
    left: calc(90vw - 400px);
    transition: transform 0.6s;
    transition-delay: 0.6s;
  }
  .page--home .section--top {
    height: 100vh;
  }
  .page--home .section--top .wrap--scroll {
    top: 9vh;
    right: calc(-100px + 5.5%);
    width: 100px;
  }
  .page--home .section--top .block--login {
    height: 13vh;
  }
  .page--home .section--top .block--login .list--login li a:hover {
    color: #1229ae;
  }
  .page--home .section--top .block--login .list--login li.add a:hover .icon {
    border-color: #1229ae;
    background-color: #1229ae;
  }
  .page--home .section--top .block--login .list--login li.add a:hover .icon::before, .page--home .section--top .block--login .list--login li.add a:hover .icon::after {
    background-color: #fff;
  }
  .page--home .section--topic .list--info a:hover {
    background-color: #3a4894;
  }
  .page--home .section--bnr .bnrList .slick-slide a:hover {
    opacity: 0.8;
  }
  .page--home .section--bnr .slick-list {
    overflow: visible;
    width: 92%;
  }
  .page--home .section--member .list--member li a .thumb {
    transition: opacity 0.3s;
  }
  .page--home .section--member .list--member li a .select {
    position: relative;
    display: inline-block;
  }
  .page--home .section--member .list--member li a .select::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #00093A;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.3s;
    opacity: 0.75;
  }
  .page--home .section--member .list--member li a:hover .thumb {
    opacity: 0.85;
  }
  .page--home .section--member .list--member li a:hover .txt .select::after {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
  .page--home .section--info {
    z-index: 0;
  }
  .page--home .section--info .list--info a:hover {
    background-color: #0a1e92;
  }
  .page--home .section--pickup {
    position: relative;
    padding: 70px 7% 50px;
  }
  .page--home .section--pickup .list--pickup li a::after {
    background-color: #999ba9;
    transition: transform 0.4s;
    transform: scaleX(0);
    transform-origin: right;
  }
  .page--home .section--pickup .list--pickup li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--home .section--pickup .list--pickup li a span::before {
    transition: border-color 0.4s, background-color 0.4s;
  }
  .page--home .section--pickup .list--pickup li a span:hover::before {
    border-color: #001489;
    background-color: #001489;
  }
  .page--home .block--support .nav--support li a:hover {
    opacity: 0.6;
  }
  .page--home .block--official-link a:hover .logo-official {
    fill: #001489;
  }
  .page--home.loaded .wrap::after {
    transform: scale(1, 0);
  }
  .page--home.loaded .content--body::after {
    transform: scale(1, 0);
  }
  .page--home.scroll--member .wrap {
    background-color: #DDE5ED;
  }
  .page--home.scroll--info .wrap {
    background-color: #fff;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .block--share a {
    transition: 0.3s;
  }
  .page--info .section--detail .block--share a:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  .page--info .section--detail .block--share li.lineIco svg {
    transition: 0.3s;
  }
  .page--profile .section--detail {
    padding: 0 0 80px;
  }
  .page--profile .block--profile .btn--mail a:hover {
    color: #1229ae;
  }
  .page--profile .block--profile .btn--mail a:hover .icon {
    border-color: #1229ae;
    background-color: #1229ae;
  }
  .page--profile .block--profile .btn--mail a:hover .icon::before, .page--profile .block--profile .btn--mail a:hover .icon::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  .bg--animation .symbol-animation {
    bottom: 23vh;
  }
}
@media screen and (min-width: 1250px) {
  header {
    width: calc(86vw - 400px);
  }
  .bg--animation {
    width: calc(86vw - 400px);
  }
  .bg--animation-side {
    left: calc(86vw - 100px);
    width: calc(86vw - 400px);
  }
  .content--body {
    margin-left: calc(86vw - 400px);
  }
  .page--home .content--body::after {
    left: calc(86vw - 400px);
  }
}
@media all and (-ms-high-contrast: none) {
  .list__more a:hover::before {
    width: 106%;
  }
  .list__more a:hover::after {
    right: -6%;
  }
  .detail__btn a:hover::before {
    width: 108%;
  }
  .detail__btn a:hover::after {
    left: -8%;
  }
  .bg--animation {
    background-image: url(/static/inimail/fansite/common/bg_symbol.png);
    background-repeat: no-repeat;
    background-position: left -2vw bottom 26vh;
    background-size: 104% auto;
  }
  .bg--animation svg {
    display: none;
  }
  .bg--animation-side {
    background-image: url(/static/inimail/fansite/common/bg_symbol_side.png);
    background-repeat: no-repeat;
    background-position: left bottom -29vh;
    background-size: 104% auto;
  }
  .bg--animation-side svg {
    display: none;
  }
}
.faq-point {
  border: 1px solid #00093A;
  padding: 12px;
}
.faq-point .unknown-point {
  color: #c00319;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  a {
    transition: opacity 0.3s;
  }
  .btn--main {
    min-width: 76%;
  }
}
@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: 76%;
  }
}
@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) {
  header {
    position: absolute;
    width: 130px;
    height: 80px;
    top: 0;
    left: 5%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 3;
  }
  header h1 {
    position: absolute;
    width: 130px;
    top: 20px;
    left: 0;
  }
  footer {
 position: relative;
    max-width: 400px;
    margin: 50px auto 40px;
    background-color: transparent;
  }
  footer .copyright {
    text-align: center;
  }
  .bg--animation {
    width: 100%;
    opacity: 1;
    transition: opacity 0.6s;
  }
  .bg--animation .symbol-animation {
    position: absolute;
    width: 108%;
    top: 2.5vh;
    bottom: auto;
    left: -4%;
    opacity: 0.9;
  }
  .bg--animation .symbol-animation .cls-1 {
    stroke-width: 3.5px;
  }
  .bg--animation .symbol-animation .cls-1 {
    animation: bg-symbol-animation 14s linear 0s infinite;
  }
  .bg--animation .symbol-animation .cls-2 {
    stroke-width: 2px;
    opacity: 0.85;
  }
  .scroll--top-sp .bg--animation {
    opacity: 0.15;
  }
  .content--body {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .section--detail {
    padding: 110px 7% 80px;
    min-height: 90vh;
  }
  .section--list {
    padding: 110px 0 80px;
    min-height: 90vh;
  }
  .page--home header {
    top: 56vh;
    width: 53%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page--home header h1 {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .page--home .content--body {
    background-color: transparent;
  }
  .page--home .content--body::after {
    width: 100%;
    left: 0;
    z-index: 10;
    transition: transform 0.8s;
    transition-delay: 0.6s;
  }
  .page--home .section--top .wrap--scroll {
    top: 73vh;
    left: 8%;
    width: 100px;
  }
  .page--home .section--top .block--login {
    padding: 102vh 0 50px;
  }
  .page--home .section--top, .page--home .section--about, .page--home .section--bnr, .page--home .section--member, .page--home .section--pickup, .page--home .block--support, .page--home .block--official-link {
    z-index: 1;
  }
  .page--home .section--pickup, .page--home .block--support, .page--home .block--official-link {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .page--home .section--member .list--member li {
    transition: opacity 0.8s, transform 0.8s;
    transform: translateX(70px);
  }
  .page--home .section--member .list--member li:nth-child(2n) {
    transform: translateX(-70px);
  }
  .page--home .section--member .list--member li.started {
    opacity: 1;
    transform: translateX(0);
  }
  .page--home .section--info .bg--animation.info {
    opacity: 0;
    z-index: -1;
  }
  .page--home .section--info .section-tit, .page--home .section--info .list--info, .page--home .section--info .list__more {
    position: relative;
    z-index: 2;
  }
  .page--home .section--pickup .list--pickup li a::before {
    background-color: #999ba9;
  }
  .page--home .block--official-link {
    padding: 40px 0 100px;
  }
  .page--home.loaded .content--body::after {
    transform: scale(1, 0);
  }
  .page--home.scroll--info-sp .section--info .bg--animation {
    opacity: 0.7;
    z-index: 0;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--info .section--detail.new .date {
    position: relative;
  }
  .page--info .section--detail.new .date::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #001489;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -14px;
    border-radius: 4px;
  }
  .page--support .section-tit {
    font-size: 20px;
  }
  .page--support .list--support dd {
    margin-bottom: 30px;
  }
  .page--faq .section--list {
    padding: 110px 7% 80px;
  }
  .page--faq .section-tit {
    font-size: 20px;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--contact .section-tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page--home .section--about .txt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 560px) {
  .bg--animation .symbol-animation .cls-1 {
    stroke-width: 2.5px;
  }
  .bg--animation .symbol-animation .cls-2 {
    stroke-width: 1.5px;
  }
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .bg--animation .symbol-animation .cls-1 {
    stroke-width: 2px;
  }
  .bg--animation .symbol-animation .cls-2 {
    stroke-width: 1px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .page--home header {
    width: 42%;
  }
  .page--home .section--member {
    padding-left: 14%;
    padding-right: 14%;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  header {
    left: calc((100% - 400px) / 2 + 20px);
    max-width: 400px;
  }
  footer {
        position: relative;
    max-width: 400px;
    margin: 50px auto 40px;
    background-color: transparent;
  }
  .bg--animation .symbol-animation {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bg--animation .symbol-animation .cls-1 {
    animation: bg-symbol-animation 18s linear 0s infinite;
  }
  .scroll--top-sp .bg--animation {
    opacity: 1;
  }
  .content--body {
    max-width: 400px;
    margin: 0 auto;

  }
  .section--detail {
    min-height: 100vh;
  }
  .section--list {
    min-height: 100vh;
  }
  .page--home header {
    top: 45vh;
  }
  .page--home header h1 {
    width: 56%;
  }
  .page--home .section--top .wrap--scroll {
    top: 75vh;
  }
  .page--home .block--official-link {
    padding-bottom: 180px;
  }
}/*# sourceMappingURL=fansite-pc-service.css.map */