@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  box-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

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

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font-style: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #202020;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

button,
input {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #79747E;
}

select {
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.validateError {
  display: block;
  padding: 5px 0;
  color: #e63c0a;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.validateError::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 18px;
  height: 18px;
}
.validateError.--deleteSpace::before {
  display: none;
}

@media screen and (max-width: 1040px) {
  .validateError {
    font-size: 1rem;
  }
  .validateError::before {
    width: 14px;
    height: 14px;
  }
}
@keyframes topLineClose {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  20% {
    transform: rotate(0) scale(0, 1);
  }
  70% {
    transform: rotate(-45deg) scale(0, 1);
  }
  100% {
    transform: rotate(-45deg) scale(1.3, 1);
  }
}
@keyframes middleLineClose {
  0% {
    transform: translateY(-50%) scale(1, 1);
  }
  20% {
    transform: translateY(-50%) scale(0, 1);
  }
  70% {
    transform: translateY(-50%) scale(0, 1);
  }
  100% {
    transform: translateY(-50%) scale(0, 1);
  }
}
@keyframes bottomLineClose {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  20% {
    transform: rotate(0) scale(0, 1);
  }
  70% {
    transform: rotate(45deg) scale(0, 1);
  }
  100% {
    transform: rotate(45deg) scale(1.3, 1);
  }
}
@keyframes topLineOpen {
  0% {
    transform: rotate(-45deg) scale(1.3, 1);
  }
  20% {
    transform: rotate(-45deg) scale(0, 1);
  }
  70% {
    transform: rotate(0) scale(0, 1);
  }
  100% {
    transform: rotate(0) scale(1, 1);
  }
}
@keyframes middleLineOpen {
  0% {
    transform: translateY(-50%) scale(0, 1);
  }
  20% {
    transform: translateY(-50%) scale(0, 1);
  }
  70% {
    transform: translateY(-50%) scale(0, 1);
  }
  100% {
    transform: translateY(-50%) scale(1, 1);
  }
}
@keyframes bottomLineOpen {
  0% {
    transform: rotate(45deg) scale(1.3, 1);
  }
  20% {
    transform: rotate(45deg) scale(0, 1);
  }
  70% {
    transform: rotate(0) scale(0, 1);
  }
  100% {
    transform: rotate(0) scale(1, 1);
  }
}
body.is-open {
  overflow: hidden;
}

.header {
  width: 100%;
}
.header .header__upper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #32418c;
}
.header .header__upper .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  height: 70px;
}
.header .header__lower {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}

.headerTitle .headerTitle__link:hover {
  opacity: 0.6;
}
.headerTitle .headerTitle__link .headerTitle__image {
  display: block;
  width: 327px;
  height: 31px;
}
.headerTitle .headerTitle__link .headerTitle__image img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.headerMenu {
  display: flex;
  align-items: center;
}
.headerMenu .headerMenu__old {
  margin-right: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}
.headerMenu .headerMenu__old:hover {
  text-decoration: none;
}
.headerMenu .headerMenu__old .headerMenu__oldBr {
  display: none;
}

.headerButton {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2b3878;
  word-break: keep-all;
}
.headerButton:hover {
  opacity: 0.6;
}
.headerButton::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.headerButton.--login::before {
  width: 18px;
  height: 20px;
  margin-bottom: 5px;
  background-image: url(../images/common/login.svg);
}
.headerButton.--favorite::before {
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
  background-image: url(../images/common/favorite.svg);
}
.headerButton.--message::before {
  width: 20px;
  height: 16px;
  margin-bottom: 6px;
  background-image: url(../images/common/message.svg);
}
.headerButton.--account {
  margin-left: 1px;
}
.headerButton.--account::before {
  width: 20px;
  height: 22px;
  margin-bottom: 5px;
  background-image: url(../images/common/account.svg);
}
.headerButton.--logout::before {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background-image: url(../images/common/logout.svg);
}
.headerButton .headerButton__text {
  padding-bottom: 17px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.headerButton .headerButton__note {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 16px;
  height: 12px;
  border-radius: 3px;
  background-color: #fed728;
  color: #202020;
  font-size: 1.2rem;
  font-weight: 700;
}

.headerMenuButton {
  display: none;
}

.headerList {
  display: flex;
  width: 100%;
  max-width: 1040px;
}
.headerList .headerList__item {
  display: flex;
  align-items: center;
  width: 20%;
  height: 50px;
}
.headerList .headerList__item .headerList__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #202020;
  font-size: 1.4rem;
  font-weight: 500;
}
.headerList .headerList__item .headerList__link:hover {
  opacity: 0.6;
}
.headerList .headerList__item .headerList__link.--current {
  pointer-events: none;
}
.headerList .headerList__item .headerList__link.--current::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #32418c;
}

.headerRegistration {
  display: none;
}

.headerLogoutButton {
  display: none;
}

@media screen and (max-width: 1040px) {
  .header {
    box-shadow: none;
  }
  .header .header__upper {
    padding-left: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .header .header__upper .header__inner {
    width: 100%;
    height: 56px;
  }
  .header .header__lower {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 56px;
    right: 0;
    overflow-y: scroll;
    height: calc(100vh - 56px);
    padding: 30px 20px;
    transform: translateX(100%);
    background-color: #fff;
  }
  .header .header__lower.is-open {
    transition: 0.5s;
    transform: translateX(0);
  }
  .header .header__lower.is-close {
    transition: 0.5s;
  }
  .headerTitle .headerTitle__link:hover {
    opacity: 1;
  }
  .headerTitle .headerTitle__link .headerTitle__image {
    width: 102px;
    height: 34px;
  }
  .headerMenu .headerMenu__old {
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .headerMenu .headerMenu__old:hover {
    text-decoration: underline;
  }
  .headerMenu .headerMenu__old .headerMenu__oldBr {
    display: inline;
  }
  .headerButton {
    width: 60px;
    height: 56px;
  }
  .headerButton:hover {
    opacity: 1;
  }
  .headerButton.--login::before {
    width: 18px;
    height: 20px;
    margin-bottom: 5px;
  }
  .headerButton.--favorite {
    display: none;
  }
  .headerButton.--message::before {
    width: 20px;
    height: 16px;
    margin-bottom: 6px;
  }
  .headerButton.--account {
    margin-left: 1px;
  }
  .headerButton.--account::before {
    width: 20px;
    height: 22px;
    margin-bottom: 3px;
  }
  .headerButton.--logout {
    display: none;
  }
  .headerButton .headerButton__text {
    padding-bottom: 10px;
  }
  .headerButton .headerButton__note {
    top: 7px;
    right: 9px;
    font-size: 1.1rem;
  }
  .headerMenuButton {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 60px;
    height: 56px;
    margin-left: 1px;
    background-color: #2b3878;
  }
  .headerMenuButton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
  .headerMenuButton.is-open .headerMenuButton__lineWrapper .headerMenuButton__line.--top {
    animation-name: topLineClose;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    top: 0;
  }
  .headerMenuButton.is-open .headerMenuButton__lineWrapper .headerMenuButton__line.--middle {
    animation-name: middleLineClose;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .headerMenuButton.is-open .headerMenuButton__lineWrapper .headerMenuButton__line.--bottom {
    animation-name: bottomLineClose;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    bottom: 0;
  }
  .headerMenuButton.is-close .headerMenuButton__lineWrapper .headerMenuButton__line.--top {
    animation-name: topLineOpen;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .headerMenuButton.is-close .headerMenuButton__lineWrapper .headerMenuButton__line.--middle {
    animation-name: middleLineOpen;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .headerMenuButton.is-close .headerMenuButton__lineWrapper .headerMenuButton__line.--bottom {
    animation-name: bottomLineOpen;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .headerMenuButton .headerMenuButton__lineWrapper {
    position: relative;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
  }
  .headerMenuButton .headerMenuButton__lineWrapper .headerMenuButton__line {
    display: block;
    position: absolute;
    z-index: 10;
    width: 22px;
    height: 2px;
    transform-origin: right;
    border-radius: 1px;
    background-color: #fff;
  }
  .headerMenuButton .headerMenuButton__lineWrapper .headerMenuButton__line.--top {
    top: 3px;
    right: 0;
    transform: rotate(0) scale(1, 1);
    transition: top 0.7s;
  }
  .headerMenuButton .headerMenuButton__lineWrapper .headerMenuButton__line.--middle {
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1, 1);
  }
  .headerMenuButton .headerMenuButton__lineWrapper .headerMenuButton__line.--bottom {
    bottom: 3px;
    right: 0;
    transform: rotate(0) scale(1, 1);
    transition: bottom 0.7s;
  }
  .headerMenuButton .headerMenuButton__text {
    padding-bottom: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    word-break: keep-all;
  }
  .headerList {
    flex-direction: column;
    width: 100%;
  }
  .headerList .headerList__item {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .headerList .headerList__item .headerList__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  .headerList .headerList__item .headerList__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #32418c;
    border-right: 2px solid #32418c;
    transform: translateY(-50%) rotate(45deg);
  }
  .headerList .headerList__item .headerList__link.--current {
    border-bottom: none;
  }
  .headerList .headerList__item .headerList__link:hover {
    opacity: 1;
    cursor: default;
  }
  .headerRegistration {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .headerRegistration .headerRegistration__textSub {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .headerRegistration .headerRegistration__text {
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .headerRegistration .headerRegistration__description {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .headerRegistrationButton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #e63c0a;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
  }
  .headerRegistrationButton::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .headerRegistrationLogin {
    margin-bottom: 18px;
    color: #202020;
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .headerLogoutButton {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 50px auto 0;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #e63c0a;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(0 0 5px rgba(20, 20, 20, 0.2));
    transition: filter 0.3s;
  }
  .headerLogoutButton:hover {
    cursor: default;
  }
  .headerLogoutButton.--gray {
    background-color: #ccc;
  }
}
@media screen and (max-width: 430px) {
  .headerMenu .headerMenu__old {
    margin: 0 10px;
    font-size: 1.1rem;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fafafa;
}
.footer .footer__inner {
  width: 95%;
  max-width: 1040px;
  padding: 60px 0 50px;
}
.footer .footer__inner .footer__upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.footerTitle {
  width: 150px;
  height: 50px;
}
.footerTitle img {
  display: block;
  width: 150px;
  height: 50px;
  pointer-events: none;
}

.footerTopButton {
  display: flex;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: 145px;
  right: 5%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: box-shadow 0.3s, opacity 0.5s ease-in-out;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.footerTopButton.visible {
  opacity: 1;
}
.footerTopButton:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.footerTopButton.footerCopyEntry {
  bottom: 215px;
}
.footerTopButton .footerTopButton__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #202020;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.footerTopButton .footerTopButton__text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  transform: rotate(-45deg);
  transform-origin: center;
}

.footerList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.footerList .footerList__item a {
  display: flex;
  align-items: center;
  color: #202020;
  font-size: 1.3rem;
}
.footerList .footerList__item a:hover {
  opacity: 0.6;
}
.footerList .footerList__item a:hover::before {
  opacity: 0.6;
}
.footerList .footerList__item a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}

.footerCopy {
  width: 100%;
  padding: 15px 0;
  background-color: #32418c;
}
.footerCopy.footerCopyEntry {
  padding: 15px 0 85px;
}
.footerCopy .footerCopy__text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .footer .footer__inner {
    width: 100%;
    max-width: 100%;
    padding: 50px 50px 50px;
  }
  .footer .footer__inner .footer__upper {
    margin-bottom: 30px;
  }
  .footerTopButton {
    position: unset;
  }
  .footerTopButton:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .footerList {
    justify-content: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footerList .footerList__item a:hover {
    opacity: 1;
  }
  .footerList .footerList__item a:hover::before {
    opacity: 1;
  }
  .footerCopy .footerCopy__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .footer .footer__inner {
    padding: 50px 20px 50px;
  }
}
.reset {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0 90px;
  scroll-margin-top: 70px;
}
.reset .reset__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #32418c;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.reset .reset__text {
  margin-bottom: 50px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.reset .reset__window {
  width: 360px;
  margin: auto;
  padding: 30px 20px;
  border: 1px solid #9d9d9d;
  border-radius: 16px;
}
.reset .resetForm {
  margin-bottom: 30px;
}
.reset .resetForm .resetForm__missmachError {
  display: none;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #e63c0a;
}
.reset .resetForm .resetForm__missmachError.--last {
  margin-left: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.reset .resetForm .resetForm__missmachError.--showAlert {
  display: inline-block;
}
.reset .resetForm .resetForm__label {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 30px;
}
.reset .resetForm .resetForm__label .resetForm__inputDecoration {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 4px;
  background-color: #fff;
  font-size: 1.2rem;
}
.reset .resetForm .resetForm__label .resetForm__inputDecoration.--showAlert {
  display: inline;
  color: #e63c0a;
}
.reset .resetForm .resetForm__label .resetForm__input {
  width: 100%;
  height: 48px;
  padding: 5px 10px;
  border: 1px solid #79747e;
  border-radius: 4px;
  font-size: 1.6rem;
}
.reset .resetForm .resetForm__label .resetForm__input.--showAlert {
  border: 1px solid #dd5e36;
}
.reset .resetForm .reset__button {
  background-color: #32418c;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: filter 0.3s;
  filter: drop-shadow(0 0 5px rgba(20, 20, 20, 0.2));
  width: 100%;
  height: 64px;
  font-size: 2rem;
  font-weight: 700;
}
.reset .resetForm .reset__button:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
  cursor: pointer;
}
.reset .resetLink {
  text-align: center;
}
.reset .resetLink a {
  color: #32418c;
  text-decoration: none;
  font-size: 1.6rem;
}
.reset .resetLink a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1040px) {
  .reset {
    margin-left: 50px;
    margin-right: 50px;
    scroll-margin-top: 56px;
  }
  .reset .reset__title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .reset .reset__text {
    font-size: 1.6rem;
  }
  .reset .reset__window {
    width: 100%;
    max-width: 360px;
  }
  .reset .resetForm .reset__button:hover {
    filter: drop-shadow(0 0 5px rgba(20, 20, 20, 0.2));
  }
  .reset .resetLink a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 430px) {
  .resetForm .reset__button {
    display: block;
    width: 240px;
    height: 45px;
    margin: auto;
    font-size: 1.6rem;
  }
}