@charset "UTF-8";
/*************  common css  *************/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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: inherit;
}

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

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[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;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/******************************

**  media PC

*******************************/
/**  custom  **/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(100 / 1000 * 1em);
  width: 100%;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab-sp,
.sp {
  display: none;
}

.c-main {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-main {
    margin-top: 70px;
  }
}
.c-main__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-main__2col--side {
  width: 300px;
  background-color: #F4F6FA;
}
@media screen and (max-width: 1024px) {
  .c-main__2col--side {
    width: 240px;
  }
}
@media screen and (max-width: 940px) {
  .c-main__2col--side {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-main__2col--side {
    display: none;
  }
}
.c-main__2col--main {
  width: calc(95% - 300px);
  margin-inline: auto;
  padding: 20px 0 150px;
}
@media screen and (max-width: 1024px) {
  .c-main__2col--main {
    width: calc(95% - 240px);
  }
}
@media screen and (max-width: 940px) {
  .c-main__2col--main {
    width: calc(95% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .c-main__2col--main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0 20px;
  }
}

.c-inner {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.c-inner-mid {
  max-width: 900px;
  width: 88%;
  margin-inline: auto;
}
.c-inner-sm {
  max-width: 720px;
  width: 88%;
  margin-inline: auto;
}

.c-section__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(59 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  color: #0F318D;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 24px;
  }
}
.c-section__title--wh {
  color: #fff;
}
.c-section__title .ico-horn {
  position: relative;
}
.c-section__title .ico-horn::before {
  content: "＼";
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .ico-horn::before {
    top: auto;
    bottom: 0;
    left: -4px;
  }
}
.c-section__title .ico-horn::after {
  content: "／";
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .ico-horn::after {
    right: -24px;
    top: auto;
    bottom: 0;
  }
}

.c-cta {
  padding: 60px 0;
}
@media screen and (max-width: 940px) {
  .c-cta {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 0 0 50px;
  }
}
.c-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 940px) {
  .c-cta__container {
    gap: 35px;
  }
}
.c-cta__img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .c-cta__img {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__img {
    display: none;
  }
}
.c-cta__dtl {
  width: 100%;
}
.c-cta__dtl-main {
  margin-bottom: 10px;
}
.c-cta__dtl-link {
  text-align: center;
  display: block;
  width: 82%;
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  position: relative;
  border: solid 1px #FF9600;
}
@media screen and (max-width: 940px) {
  .c-cta__dtl-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__dtl-link {
    padding: 21px;
  }
}
.c-cta__dtl-link::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__dtl-link::after {
    width: 25px;
    right: 4.2%;
  }
}
.c-cta__dtl-link:hover {
  background-color: #fff;
  color: #FF9600;
}

.c-button {
  text-align: center;
}
.c-button button {
  text-align: center;
  display: inline-block;
  max-width: 300px;
  width: 82%;
  margin-inline: auto;
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  color: #fff;
  background-color: #FF9600;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  position: relative;
  border: solid 1px #FF9600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 940px) {
  .c-button button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button button {
    padding: 21px;
  }
}
.c-button button::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button button::after {
    width: 25px;
    right: 2.4%;
  }
}
.c-button button:hover {
  background-color: #fff;
  color: #FF9600;
}
.c-button__link.back {
  color: #FF9600;
  background-color: #fff;
  border: solid 1px #FF9600;
}
.c-button__link.back::after {
  background-image: url(../img/common/ico-arrow-org.svg);
  right: auto;
  left: 4.2%;
}
.c-button__link.back:hover {
  color: #fff;
  background-color: #FF9600;
}
.c-button--vip-link {
  max-width: 250px;
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #FF9600;
  background-color: #FF9600;
  color: #fff;
  gap: 8px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  -webkit-box-shadow: 0 4px 4px #c7cfdd;
          box-shadow: 0 4px 4px #c7cfdd;
}
@media screen and (max-width: 767px) {
  .c-button--vip-link {
    font-size: 16px;
    width: 94%;
    max-width: 100%;
  }
}
.c-button--vip-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/mypage/ico-crown.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-button--vip-link::before {
    width: 40px;
  }
}
.c-button--vip-link:hover {
  background-color: #fff;
  color: #FF9600;
}

.form-w20 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .form-w20 {
    width: 25%;
  }
}

.form-w35 {
  width: 35%;
}

.form-w50 {
  width: 50%;
}

.form-w60 {
  width: 60%;
}

.form-w70 {
  width: 70%;
}

.form-w80 {
  width: 80%;
}

.form-w90 {
  width: 90%;
}

.form-w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-spw100 {
    width: 100%;
  }
}

.c-progressbar {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-progressbar {
    margin-bottom: 50px;
  }
}
.c-progressbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-progressbar__list {
    gap: 6px;
  }
}
.c-progressbar__list-item {
  width: 33.3333333333%;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  padding: 20px;
  background-color: #F4F6FA;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-progressbar__list-item {
    font-size: 14px;
    padding: 15px;
  }
}
.c-progressbar__list-item.current {
  color: #fff;
  background-color: #0F318D;
}
.c-progressbar__list-item.current::befor {
  border-color: #0F318D;
}
.c-progressbar__list-item.current::after {
  border-left-color: #0F318D !important;
}
.c-progressbar__list-item:nth-of-type(1) {
  position: relative;
  z-index: 5;
}
.c-progressbar__list-item:nth-of-type(2) {
  position: relative;
  z-index: 4;
}
.c-progressbar__list-item:nth-of-type(3) {
  position: relative;
  z-index: 3;
}
.c-progressbar__list-item:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 28px transparent;
  border-left: solid 24px #F4F6FA;
  border-bottom: solid 28px transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .c-progressbar__list-item:not(:last-of-type)::after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 12px;
  }
}
.c-progressbar__list-item:not(:first-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 28px transparent;
  border-left: solid 24px #fff;
  border-bottom: solid 28px transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-progressbar__list-item:not(:first-of-type)::before {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 12px;
  }
}

.c-breadcrumb {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
.c-breadcrumb__position {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
.c-breadcrumb__item {
  position: relative;
  line-height: 1.2em;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  color: #A6B5CC;
  position: absolute;
  top: 2px;
  right: -18px;
}
.c-breadcrumb__item a {
  white-space: nowrap;
}
.c-breadcrumb__link {
  font-size: 12px;
  font-weight: 700;
  line-height: calc(15 / 12 * 1em);
  letter-spacing: normal;
  color: #A6B5CC;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__link.current {
  color: #000;
  pointer-events: none;
}

.l-body.mypage .l-footer {
  margin-top: 0;
}

/**  header  **/
.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  border-bottom: solid 1px #fafafa;
}
.l-header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.l-header__logo {
  margin-left: 3.4%;
}
.l-header__logo a {
  display: block;
}
.l-header__nav {
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.l-header__nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.l-header__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  padding: 5px 0;
  position: relative;
}
.l-header__nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #0F318D;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__nav-link:hover {
  color: #0F318D;
}
.l-header__nav-link:hover::after {
  width: 100%;
}
.l-header__nav.open {
  right: 0;
}
.l-header__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__link-list {
  width: 120px;
  height: 100%;
}
.l-header__link-list.user .l-header__link-item {
  background-color: #FF9600;
}
.l-header__link-list.user .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-user.svg");
          mask-image: url("../img/common/ico-user.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-list.login .l-header__link-item {
  background-color: #0F318D;
}
.l-header__link-list.login .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-login.svg");
          mask-image: url("../img/common/ico-login.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-list.logout .l-header__link-item {
  background-color: #0F318D;
}
.l-header__link-list.logout .l-header__link-item::before {
  background-color: #fff;
  -webkit-mask-image: url("../img/common/ico-login.svg");
          mask-image: url("../img/common/ico-login.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-header__link-item {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 599, 16px);
}
.l-header__link-item::before {
  content: "";
  width: 50px;
  height: 32px;
  display: inline-block;
}
.l-header__link-item:hover {
  opacity: 0.75;
}
.l-header__trigger {
  display: none;
  width: 62px;
  height: 62px;
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__trigger-btn span {
  width: 50%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__trigger-btn.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header--mypage {
  border-bottom: solid 1px #EAEDF2;
}
.l-header--mypage .l-header__nav {
  margin-right: 350px;
}
@media screen and (max-width: 1140px) {
  .l-header--mypage .l-header__nav {
    margin-right: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header--mypage .l-header__nav {
    margin-right: auto;
  }
}
.l-header__account {
  max-width: 300px;
  width: 22.4%;
  position: fixed;
  top: 18px;
  right: 1.2%;
  padding: 11px 0;
  border-radius: 33px;
  border: solid 1px #EAEDF2;
  background-color: #F4F6FA;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header__account {
    position: static;
    margin-right: 0;
    margin-left: auto;
    width: auto;
    padding: 11px 2.2%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__account {
    width: 92px;
    height: 100%;
    border-radius: 0;
    overflow: visible;
  }
}
.l-header__account-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
}
@media screen and (max-width: 767px) {
  .l-header__account-name {
    display: none;
  }
}
.l-header__account-name .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  text-decoration: underline;
}
.l-header__account-wrap {
  border-color: #EAEDF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__account-wrap {
    height: 100%;
    gap: 0;
  }
}
.l-header__account-wrap:hover {
  cursor: pointer;
}
.l-header__account-wrap::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-user-blue.svg) no-repeat center/42%;
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__account-wrap::before {
    width: 50px;
  }
}
.l-header__account-wrap::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-blue.svg) no-repeat center/contain;
}
.l-header__account-wrap.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header__account-nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__account-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #F4F6FA;
  }
}
.l-header__account-nav.open {
  margin-top: 15px;
  max-height: 900px;
}
@media screen and (max-width: 767px) {
  .l-header__account-nav.open {
    margin-top: 0;
  }
}
.l-header__account-item:not(:last-of-type) {
  border-bottom: solid 1px #EAEDF2;
}
.l-header__account-item:hover .l-header__account-link {
  background-color: #fff;
}
.l-header__account-link {
  display: block;
  padding: 15px 45px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .l-header__account-link {
    padding: 25px 23px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/**  footer  **/
.l-footer {
  margin-top: 100px;
  padding: 50px 0 30px;
  background-color: #0F318D;
}
.l-footer__nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.l-footer__nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #fff;
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  color: #fff;
}

/** mypage **/
.c-sidenav {
  height: 100%;
  padding: 60px 0;
  border-right: solid 3px #EAEDF2;
}
@media screen and (max-width: 940px) {
  .c-sidenav {
    padding: 30px 0;
  }
}
.c-sidenav__list {
  position: sticky;
  top: 160px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .c-sidenav__list {
    top: 100px;
  }
}
.c-sidenav__list-item {
  border-bottom: solid 1px #EAEDF2;
}
.c-sidenav__list-item.current .c-sidenav__list-link::after {
  background-color: #0F318D;
}
.c-sidenav__list-item.current a {
  pointer-events: none;
}
.c-sidenav__list-link {
  display: block;
  padding: 30px 6.2%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  position: relative;
}
.c-sidenav__list-link::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-sidenav__list-link:hover {
  color: #0F318D;
}
.c-sidenav__vip {
  margin-top: 60px;
  position: sticky;
  top: 605px;
}
@media screen and (max-width: 1024px) {
  .c-sidenav__vip {
    top: 535px;
  }
}
.c-sidenav__vip-link {
  text-align: center;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 24px 2.4%;
  background-color: #FF9600;
  border: solid 1px #FF9600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 599, 18px);
}
.c-sidenav__vip-link::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/mypage/ico-crown.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .c-sidenav__vip-link::before {
    width: 22px;
  }
}
.c-sidenav__vip-link:hover {
  color: #FF9600;
  background-color: #fff;
}

/******************************

**  media tab

*******************************/
@media screen and (max-width: 1024px) {
  /**  custom  **/
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
  /**  header  **/
  .l-header {
    height: 70px;
  }
  .l-header__container {
    height: 70px;
    gap: 0;
  }
  .l-header__nav {
    position: fixed;
    top: 70px;
    right: -120%;
    width: 320px;
    background-color: #0F318D;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .l-header__nav-list {
    display: block;
    padding-top: 30px;
    width: 92%;
    margin-inline: auto;
    overflow: auto;
  }
  .l-header__nav-item {
    border-bottom: solid 1px #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header__nav-item:hover {
    border-bottom-color: #FF9600;
  }
  .l-header__nav-item:hover a {
    color: #FF9600;
  }
  .l-header__nav-link {
    padding: 30px 0;
    font-size: 16px;
    display: block;
    color: #fff;
  }
  .l-header__link {
    margin-right: 0;
    margin-left: auto;
  }
  .l-header__link-list {
    width: 100px;
  }
  .l-header__link-item::before {
    width: 32px;
    height: 22px;
  }
  .l-header__trigger {
    display: block;
  }
  /**  footer  **/
  .l-footer {
    margin-top: 60px;
  }
}
/******************************

**  media SP

*******************************/
@media screen and (max-width: 767px) {
  /**  custom  **/
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-main {
    margin-top: 70px;
    overflow: hidden;
  }
  /**  header  **/
  .l-header {
    height: 70px;
  }
  .l-header__logo {
    margin-left: 4.2%;
    width: 40%;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__nav-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    margin-inline: auto;
    padding: 30px 0 100px;
    overflow: auto;
  }
  .l-header__nav-item {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .l-header__nav-link {
    font-size: 16px;
    color: #fff;
    padding: 25px 0;
    display: block;
  }
  .l-header__link-list {
    width: 80px;
  }
  .l-header__trigger-btn span {
    width: 45%;
  }
  /**  footer  **/
  .l-footer {
    margin-top: 40px;
    padding: 25px 0;
  }
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .l-footer__nav-item {
    width: 50%;
  }
  .l-footer__nav-link {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  .l-footer__copyright {
    font-size: 11px;
  }
}