@charset "UTF-8";
/***************************
2022/3 ixプラスデザイン修正
***************************/
/* マテリアルアイコン */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v101/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2"); }

@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconssharp/v101/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2) format("woff2"); }

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: ix-tenshoku;
  src: url("/_assets/fonts/ix-tenshoku.ttf?8ivb4p") format("truetype"), url("/_assets/fonts/ix-tenshoku.woff?8ivb4p") format("woff"), url("/_assets/fonts/ix-tenshoku.svg?8ivb4p#b-ch") format("svg");
  font-weight: 400;
  font-style: normal; }

.ix-icon--menu,
.ix-icon--close-1::before,
.p-gnav__ttl::after {
  font-family: ix-tenshoku !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ix-icon--menu::before {
  content: '\E90E'; }

.ix-icon--close-1::before {
  content: '\E910'; }

/* ボタン */
.c-button-pc-header-1,
.c-button-pc-header-2,
.c-button-sp-header,
.c-button-sp-header-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 236px;
  height: 46px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
  letter-spacing: 0.7px; }

.c-button-sp-header:hover::before,
.c-button-pc-header-1:hover::before,
.c-button-pc-header-2:hover::before,
.c-button-sp-header:hover::before,
.c-button-sp-header-2:hover::before {
  opacity: 0; }

.c-button-pc-header-1::before,
.c-button-pc-header-2::before,
.c-button-sp-header::before,
.c-button-sp-header-2::before,
.c-button-flat::before,
.c-button-pc-header-1::after,
.c-button-pc-header-2::after,
.c-button-sp-header::after,
.c-button-sp-header-2::after,
.c-button-flat::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-button-pc-header-1::before,
.c-button-pc-header-2::before,
.c-button-sp-header::before,
.c-button-sp-header-2::before {
  background: linear-gradient(to bottom, #b99969 0%, #a37f47 100%);
  z-index: -1;
  transition: opacity 0.3s ease 0s; }

.c-button-pc-header-1::after,
.c-button-pc-header-2::after,
.c-button-sp-header::after,
.c-button-sp-header-2::after {
  background: linear-gradient(to bottom, #b4843d 0%, #744d10 100%);
  z-index: -2; }

.c-button-pc-header-1 {
  width: 100%;
  height: 34px; }

.c-button-pc-header-1:hover {
  color: #fff; }

.c-button-pc-header-2 {
  width: 100%;
  height: 34px;
  color: #222;
  border: 1px solid #d5d5d5; }

.c-button-pc-header-2:hover {
  color: #222; }

.c-button-pc-header-2::before {
  background: #fff; }

.c-button-pc-header-2::after {
  background: #e6e6e6; }

.c-button-sp-header {
  width: 100%;
  height: 42px;
  font-size: 18px; }

.c-button-sp-header-2 {
  width: 100%;
  height: 42px;
  font-size: 18px;
  color: #222;
  border: 1px solid #d5d5d5; }

.c-button-sp-header-2::before {
  background: #fff; }

.c-button-sp-header-2::after {
  background: #e6e6e6; }

@media only screen and (max-width: 667px) {
  .c-button-sp-header:hover {
    color: #fff; } }

@media (-ms-high-contrast: none) {
  .c-button-pc-header-1,
  .c-button-pc-header-2,
  .c-button-sp-header,
  .c-button-sp-header-2 {
    padding-top: 4px; } }

/* 未ログインヘッダー */
.ix-l-header {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5); }

.p-header {
  position: relative; }

.p-header__inner {
  display: flex;
  height: 60px;
  padding: 0 70px; }

.p-header__logo {
  margin: 4px 0 0 0; }

.p-header__logo a {
  display: flex;
  align-items: flex-end;
  color: #222; }

.p-header__logo img {
  width: 125px;
  height: auto; }

.p-header__logo-txt {
  margin-left: 15px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap; }

.p-header__site-top {
  display: flex;
  align-items: center;
  margin-left: auto; }

.p-header__site-top > * {
  width: 120px;
  margin-left: 10px; }

.p-header-sp-menu {
  -webkit-transform: translateX(-105vw);
          transform: translateX(-105vw); }

.p-header-sp-menu__inner {
  position: relative;
  width: calc(100vw - 65px);
  height: 100vh;
  padding-bottom: 120px;
  background: #3e3e3e;
  box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.p-header-sp-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100vh; }

.p-header-sp-menu__close .ix-icon--close-1 {
  position: absolute;
  top: 20px;
  right: 21px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }

.is-sp-menu-open .p-header-sp-menu__close .ix-icon--close-1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s; }

.p-header-sp-menu__head {
  padding: 35px 25px;
  background: #2b2b2b; }

.p-header-sp-menu__head > *:not(:last-child) {
  margin-bottom: 15px; }

.p-header__arrow-link {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 20px; }

.p-header__arrow-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/_assets/img/beginner/message/arrow_back_ios.svg); }

.p-header__arrow-link:hover::after {
  background: url(/_assets/img/beginner/message/arrow_hover_ios.svg); }

@media print, screen and (min-width: 668px) {
  .u-use--sp {
    display: none; } }

@media only screen and (max-width: 667px) {
  .u-use--pc {
    display: none; }
  .ix-l-header {
    min-width: initial;
    min-width: auto; }
  .p-header__inner {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 20px; }
  .p-header__logo {
    margin: 2px 0 0; }
  .p-header__logo img {
    width: 107px;
    height: auto; }
  .p-header__menu {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 22px;
    color: #9fa0a0;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .p-header__login {
    position: absolute;
    right: calc(7px + 44px); }
  .p-header__login a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .p-header__login-icn {
    display: flex;
    margin: 1px 0 1px;
    font-size: 21px;
    color: #9fa0a0;
    -webkit-text-stroke: 0.5px white; }
  .p-header__login-txt {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 9px;
    line-height: 1;
    color: #222;
    letter-spacing: -0.4px; }
  .p-header__register {
    position: absolute;
    right: 7px; }
  .p-header__register a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .p-header__register-icn {
    display: flex;
    margin: 0;
    font-size: 24px;
    color: #9fa0a0;
    -webkit-text-stroke: 0.8px white; }
  .p-header__register-icn.is-add {
    margin: 0;
    position: relative;
    left: -3px;
    font-size: 23px;
    -webkit-text-stroke: 0.5px white; }
  .p-header__register-txt {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 9px;
    line-height: 1;
    color: #222;
    letter-spacing: 0.1px; }
  .p-header__site-top {
    display: none; }
  .p-header-sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-105vw);
            transform: translateX(-105vw);
    transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    z-index: 110; }
  .is-sp-menu-open .p-header-sp-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media only screen and (max-width: 667px) and (-ms-high-contrast: none) {
  .p-header__menu {
    top: 8px; }
  .p-header__login {
    top: 8px; }
  .p-header__register {
    top: 8px; } }

/* SPハンバーガーメニュー */
.p-gnav {
  display: block;
  color: #fff; }

.p-gnav a {
  color: #fff; }

.p-gnav a:hover {
  text-decoration: underline; }

.p-gnav__col {
  margin-right: 80px; }

.p-gnav__ttl {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'YuGothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese Light', sans-serif;
  font-weight: bold; }

.p-gnav__list li {
  font-size: 13px; }

.p-gnav__list li:not(:last-child) {
  margin-bottom: 5px; }

.is-prevent-scroll {
  overflow: hidden; }

@media only screen and (max-width: 667px) {
  .p-gnav a:hover {
    text-decoration: none; }
  .p-gnav__col {
    margin-right: auto; }
  .p-gnav__col:last-child {
    border-bottom: 1px solid #4e4e4e; }
  .p-gnav__ttl {
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: auto;
    padding: 0 10px;
    font-weight: normal;
    border-top: 1px solid #4e4e4e;
    position: relative;
    line-height: 2;
    letter-spacing: 0.7px; }
  .p-gnav__ttl.is-active::after {
    color: #b99969;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .p-gnav__ttl::after {
    content: '\E908';
    display: flex;
    margin-left: auto;
    font-size: 12px;
    color: #727171;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.3s ease 0s; }
  .p-gnav__list {
    display: none;
    border-top: 1px solid #4e4e4e; }
  .p-gnav__list li:not(:last-child) {
    margin-bottom: 8px; }
  .p-gnav__list li {
    margin-left: 25px;
    line-height: 2; }
  .p-gnav__list li:first-child {
    margin-top: 20px; }
  .p-gnav__list li:last-child {
    margin-bottom: 20px; }
  .p-gnav__list li a {
    display: block;
    letter-spacing: 0.02em; }
  .c-button-sp-header-3 {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.5;
    border-radius: 3px;
    overflow: hidden;
    z-index: 0; }
  .c-button-sp-header-3:hover {
    color: #fff; } }
