@charset "UTF-8";
/* サイズ ------------------------------------------------------------ */
/* フォント ------------------------------------------------------------ */
/* 小数点指定で四捨五入 */
/* -------------------------------------------
 * デザイン幅基準でVWに変換 (layout用)
 * 例：ratio-size(300) → 300pxがvwに
 ------------------------------------------- */
/* -------------------------------------------
 * px → rem 変換 (文字や余白用)
 * 例：px-to-rem(14) → 0.875rem
 ------------------------------------------- */
/* メディアクエリ（max-width)
   ----------------------------------------------------------------- */
/* メディアクエリ（min-width)
   ----------------------------------------------------------------- */
/* メディアクエリ（min〜max)
   ----------------------------------------------------------------- */
/* hover
   ----------------------------------------------------------------- */
/* @media (min-width: 769px) {
  .l-header {
    padding-top: 0;
    padding-bottom: 2.1rem;
  }
}
@media (min-width: 769px) {
  .l-header__container {
    align-items: flex-end;
  }
}
.l-header__logo {
  padding-bottom: 2.1rem;
}
@media (max-width: 768px) {
  .l-header__content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .l-header__member {
    position: relative;
    z-index: 9;
    order: 2;
    margin-top: 3rem;
  }
}
.l-header__member-wrap {
  width: max-content;
  margin-left: auto;
  margin-bottom: 2.4rem;
  background-color: #f7f8f9;
  padding-top: 1.3rem;
  padding-right: 1.5rem;
  padding-bottom: 1.7rem;
  padding-left: 1.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1.9rem;
}
@media (max-width: 768px) {
  .l-header__member-wrap {
    margin: 0 auto;
    border-radius: 0;
    padding-top: 1.6rem;
    padding-right: 2.4rem;
    padding-bottom: 1.6rem;
    padding-left: 2.4rem;
  }
}
.l-header__member-list {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header__member-list {
    flex-direction: column;
    gap: 1.3rem;
  }
}
@media (min-width: 769px) {
  .l-header__member-item a {
    padding-inline: 1.7rem;
  }
}
.l-header__member-item:first-of-type a {
  font-weight: bold;
}
@media (min-width: 769px) {
  .l-header__member-item:not(:last-of-type) a {
    border-right: 1px solid #dddddd;
  }
}
.l-header__member-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .l-header__member-link {
    font-size: 1.6rem;
  }
}
.l-header__member-link.is-products {
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .l-header__member-link.is-products {
    margin-right: 0;
  }
}
.l-header__member-link.is-products, .l-header__member-link.is-licenses {
  padding: 0.7rem 1.4rem;
  color: #fff;
  background-color: #1d2086;
  border-radius: 0.3rem;
}
@media (max-width: 768px) {
  .l-header.is-show .is-scroll {
    position: fixed;
    top: 8rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1002;
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .l-header .overlay {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-gNavi {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .l-gNavi__content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .l-gNavi__line {
    bottom: 0;
    top: 8rem;
  }
}
.l-gNavi .l-nav__link {
  position: relative;
}
@media (min-width: 769px) {
  .l-gNavi .l-nav__link::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #e10013;
  }
}
@media (min-width: 769px) {
  .l-gNavi .l-nav__link.is-current::after {
    opacity: 1;
  }
}
.l-gNavi .l-nav__contact--link {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-gNavi .l-nav__contact--link::before {
  content: none;
}
.l-gNavi .l-nav__contact--link span {
  position: relative;
  padding-left: 2.2rem;
  line-height: normal;
}
.l-gNavi .l-nav__contact--link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.1rem;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer {
  background-color: #fff;
}
.l-footer__right {
  gap: 6rem;
}
@media (max-width: 768px) {
  .l-footer__right {
    padding-left: 0;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .l-footer__right .l-nav {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .l-footer__right .l-nav:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-footer__right .l-nav:nth-child(3) {
    flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__right .l-nav:nth-child(4) li:not(.l-nav__contact) {
    width: 100%;
    max-width: 58.6666666667vw;
  }
}
@media (max-width: 768px) {
  .l-footer__right .l-nav:nth-child(4) li:not(.l-nav__contact) a {
    display: block;
    line-height: normal;
    text-align: center;
  }
}
.l-footer__right .l-nav-ol {
  gap: 1.3rem;
}
@media (max-width: 768px) {
  .l-footer__right .l-nav-ol {
    margin-top: auto;
    align-items: center;
  }
}
.l-footer__right .l-nav-ol._ol2 {
  background-color: #f7f8f9;
  gap: 1.1rem;
  padding-top: 1.6rem;
  padding-right: 2.1rem;
  padding-bottom: 2.2rem;
  padding-left: 2.1rem;
}
@media (max-width: 768px) {
  .l-footer__right .l-nav-ol._ol2 {
    gap: 2rem;
  }
}
.l-footer__right .l-nav-ol._ol2 li {
  line-height: normal;
}
.l-footer__right .l-nav-ol._ol2 li a {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .l-footer__right .l-nav-ol._ol2 li a {
    font-size: 1.6rem;
  }
}
.l-footer__right .l-nav-ol._ol2 li:first-of-type a {
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-footer__right .l-nav__contact {
    margin: auto;
  }
}
.l-footer__right .l-nav__contact-link span {
  position: relative;
  padding-left: 2.2rem;
  line-height: normal;
}
.l-footer__right .l-nav__contact-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.1rem;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.l-single--products .single-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 11.2rem;
}
@media (max-width: 768px) {
  .l-single--products .single-body {
    grid-template-columns: auto;
    margin-top: 6rem;
  }
}
.l-single--products .single-images {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .l-single--products .single-images {
    gap: 1.6rem;
  }
}
.l-single--products .single-images img {
  width: 100%;
}
.l-single--products .single-content {
  background-color: rgba(247, 248, 249, 0.3);
  padding: 6rem;
}
@media (max-width: 768px) {
  .l-single--products .single-content {
    padding: 2rem;
  }
}
.l-single--products .single-header {
  margin-bottom: 6rem;
}
.l-single--products .single-cat span {
  font-size: 1.4rem;
  border: 1px solid #e50012;
  padding: 0.5rem 1.2rem;
  line-height: 1;
}
.l-single--products .single-cat {
  margin-bottom: 1.2rem;
}
.l-single--products .single-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
  line-height: 1;
}
.l-single--products .single-price {
  font-size: 1.6rem;
  line-height: 1;
}
.l-single--products .single-price span {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Cinzel", serif;
}
.l-single--products .single-field-group {
  display: flex;
  border-top: 1px solid #928a97;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .l-single--products .single-field-group {
    font-size: 1.6rem;
  }
}
.l-single--products .single-field-group:last-of-type {
  border-bottom: 1px solid #928a97;
}
.l-single--products .single-field-group dt {
  flex-basis: 15.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .l-single--products .single-field-group dt {
    padding-left: 0.8rem;
  }
}
.l-single--products .single-field-group dd {
  flex: 1;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem;
}
.l-single--products .single-field-group dt,
.l-single--products .single-field-group dd {
  line-height: 1;
}
.l-single--products .single-desc {
  margin-top: 8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 768px) {
  .l-single--products .single-desc {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.l-single--products .single-notice {
  padding: 10rem 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .l-single--products .single-notice {
    grid-template-columns: auto;
  }
}
.l-single--products .single-notice__item {
  padding-inline: 3rem;
}
@media (max-width: 768px) {
  .l-single--products .single-notice__item {
    padding: 3rem;
  }
}
.l-single--products .single-notice__item:not(:last-child) {
  border-right: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .l-single--products .single-notice__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
}
.l-single--products .single-notice__ttl {
  text-align: center;
  font-size: 2rem;
  color: #1d2086;
}
.l-single--products .single-notice__txt {
  margin-top: 3.9rem;
}
@media (max-width: 768px) {
  .l-single--products .single-notice__txt {
    margin-top: 2rem;
  }
}
.l-single--products .is-login-required {
  color: #e50012;
}
.l-single--products .is-login-required a {
  color: #1d2086;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .p-products .l-pageTitle__inner::before,
  .p-licenses .l-pageTitle__inner::before,
  .p-register .l-pageTitle__inner::before,
  .p-single .l-pageTitle__inner::before,
  .p-privacy .l-pageTitle__inner::before {
    bottom: -4.2rem;
  }
}
@media (max-width: 768px) {
  .p-products .l-pageTitle__title span.en,
  .p-licenses .l-pageTitle__title span.en,
  .p-register .l-pageTitle__title span.en,
  .p-single .l-pageTitle__title span.en,
  .p-privacy .l-pageTitle__title span.en {
    font-size: 7.6rem;
    line-height: 1.3480263158;
    bottom: -3.7rem;
  }
}

@media (max-width: 768px) {
  .p-licenses .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 8rem;
  }
}
.p-licenses__table {
  width: 100%;
  min-width: 800px;
}
@media (max-width: 768px) {
  .p-licenses__table {
    margin-bottom: 4rem;
  }
}
.p-licenses__table thead tr {
  background-color: #d9d9d9;
  border-top: 1px solid #928a97;
  border-bottom: 1px solid #928a97;
}
.p-licenses__table thead tr th:nth-child(1) {
  width: 11.4583333333vw;
}
.p-licenses__table thead tr th:nth-child(2) {
  width: 19.7916666667vw;
}
.p-licenses__table thead tr th:nth-child(3) {
  width: 19.7916666667vw;
}
.p-licenses__table thead tr th:nth-child(4) {
  width: 11.4583333333vw;
}
.p-licenses__table tbody tr {
  border-bottom: 1px solid #928a97;
}
.p-licenses__table tbody tr td {
  text-align: center;
}
.p-licenses__table tbody tr td img {
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  vertical-align: middle;
}
.p-licenses__table tr th,
.p-licenses__table tr td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .p-member {
    padding-top: 8rem;
  }
}
.p-member__lead {
  padding-top: 2.2rem;
  padding-inline: 7.2916666667vw;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media (max-width: 768px) {
  .p-member__lead {
    padding-inline: 0;
  }
}
.p-member__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 6rem auto 2rem;
}
@media (max-width: 768px) {
  .p-member__list {
    grid-template-columns: auto;
    margin: 4rem auto;
  }
}
.p-member__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 768px) {
  .p-member__ttl {
    font-size: 2rem;
  }
}
.p-member__item {
  border-radius: 2.4rem;
  border: 1px solid #9199a8;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.p-member__item--1 img {
  margin-bottom: 2.9rem;
  width: 22.4rem;
}
.p-member__item--2 img {
  margin-bottom: 3.5rem;
  width: 13rem;
}

.p-register__lead {
  padding-top: 2.2rem;
  padding-inline: 5.2083333333vw;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media (max-width: 768px) {
  .p-register__lead {
    padding-inline: 0;
  }
}
.p-register__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
  margin: 8rem auto 6rem;
}
@media (max-width: 768px) {
  .p-register__list {
    grid-template-columns: auto;
    margin: 4rem auto;
    gap: 3rem;
  }
}
.p-register__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-register__ttl {
    font-size: 2rem;
  }
}
.p-register__form {
  max-width: 52.0833333333vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-register__form {
    max-width: 100%;
  }
}
.p-register__form__wrap {
  width: 100%;
  margin: 8rem auto 0;
  border-radius: 2.4rem;
  border: 1px solid #9199a8;
  padding-top: 7.9rem;
  padding-right: 12.9166666667vw;
  padding-left: 12.9166666667vw;
  padding-bottom: 6.8rem;
}
@media (max-width: 768px) {
  .p-register__form__wrap {
    padding: 4.3rem 2.8rem 4.5rem;
    border-radius: 1.4rem;
  }
}
.p-register__form__login {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-register__form__login {
    margin-top: 2rem;
  }
}
.p-register__form__login a {
  font-size: 1.8rem;
  font-weight: normal;
  color: #1d2086;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-register__form__login a {
    font-size: 1.4rem;
  }
}
.p-register__form__privacy {
  color: #1d2086;
  text-decoration: underline;
}

.p-privacy--member .boxContent {
  padding-top: 0;
}
.p-privacy--member .c-container {
  padding-top: 4rem;
}
.p-privacy--member .p-privacy__ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
.p-privacy--member .p-privacy__lead {
  margin-bottom: 4rem;
}
.p-privacy--member .p-privacy__item {
  margin-bottom: 4rem;
}
.p-privacy--member .p-privacy__item dt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-privacy--member .p-privacy__item ol {
  margin-top: 2rem;
  padding-left: 2rem;
}
.p-privacy--member .p-privacy__item ol li {
  list-style-type: decimal;
}
.p-privacy--member .p-privacy__supplement {
  text-align: right;
}

.p-maker {
  padding: 4.5rem 0 5rem;
}
@media (max-width: 768px) {
  .p-maker {
    padding-inline: 2rem;
  }
}
.p-maker__title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: center;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 768px) {
  .p-maker__title {
    font-size: 2.4rem;
  }
}
.p-maker__title .en {
  font-family: "Cinzel", serif;
  font-size: 2.1rem;
  color: #928a97;
}
@media (max-width: 768px) {
  .p-maker__title .en {
    font-size: 1.4rem;
  }
}
.p-maker-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 2rem;
  padding: 7.5rem 0 12rem;
}
@media (max-width: 768px) {
  .p-maker-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    row-gap: 1.6rem;
    padding: 7.5rem 0 6rem;
  }
}
.p-maker-list__item {
  background-color: #f6f6f6;
  text-align: center;
  padding: 2rem 0;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .p-maker-list__item {
    padding: 1.6rem 0;
  }
}
.p-maker-list__name {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-maker-list__name {
    font-size: 1.4rem;
  }
}
.p-maker-numDisp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-maker-numDisp {
    grid-template-columns: auto;
  }
}
.p-maker-numDisp__item {
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem 0 7rem;
}
@media (max-width: 768px) {
  .p-maker-numDisp__item {
    gap: 2rem;
    padding: 2rem 0 4rem;
  }
}
.p-maker-numDisp__title {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-maker-numDisp__title {
    font-size: 2rem;
  }
}
.p-maker-numDisp__total {
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 768px) {
  .p-maker-numDisp__total {
    font-size: 2.4rem;
  }
}
.p-maker-numDisp__total .num {
  font-family: "Cinzel", serif;
  font-size: 10rem;
  margin-right: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-maker-numDisp__total .num {
    font-size: 5rem;
    margin-right: 1rem;
  }
}
.p-maker-numDisp--amp {
  background-color: #fbf1f2;
}
.p-maker-numDisp--amp .num {
  color: #a40000;
}
.p-maker-numDisp--tap {
  background-color: #f1f4fb;
}
.p-maker-numDisp--tap .num {
  color: #01339a;
}
.p-maker__lead {
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  padding: 5rem 0 10rem;
}
@media (max-width: 768px) {
  .p-maker__lead {
    font-size: 2.4rem;
    padding: 2.5rem 0 5rem;
    line-height: 1.4;
  }
}
.p-maker__lead .sponly {
  display: none;
}
@media (max-width: 768px) {
  .p-maker__lead .sponly {
    display: block;
  }
}
.p-maker-register {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-maker-register__btn {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #e50012;
  border-radius: 5rem;
  padding: 1.2rem 7.6rem 1.2rem 3rem;
  position: relative;
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  .p-maker-register__btn {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-maker-register__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.875rem;
  width: 3.6rem;
  height: 0.4rem;
  background-image: url(../img/ico_arrow-wht.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-post__list {
  margin-bottom: 11.4rem;
}
.l-products .c-post__box--cat span {
  border: 1px solid #e50012;
  padding: 0.8rem 1.3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.l-products .c-post__box--ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.l-products .c-post__box--price {
  font-size: 1.4rem;
}
.l-products .c-post__box--price span {
  font-size: 2rem;
  font-family: "Cinzel", serif;
  font-weight: bold;
}

.c-search {
  max-width: 126rem;
  margin: 2.8rem auto 8rem;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .c-search {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
}
.c-search__wrap {
  border-radius: 2rem;
  background-color: #f6f6f6;
}
.c-search__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  padding: 2rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .c-search__ttl {
    font-size: 1.8rem;
  }
}
.c-search__toggle {
  position: absolute;
  right: 2rem;
}
.c-search__toggle .icon {
  display: inline-block;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search__toggle .icon::before,
.c-search__toggle .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #333;
  top: 50%;
  transition: transform 0.5s;
  transform: translateY(-50%);
}
.c-search__toggle .icon::before {
  transform: translateY(-50%) rotate(90deg);
}
.c-search__toggle.is-open .icon::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-search__form {
  padding: 4rem 20rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.c-search--licenses .c-search__form {
  gap: 2.9rem;
}
@media (max-width: 768px) {
  .c-search__form {
    padding: 1rem 2rem 4rem;
    gap: 4rem;
  }
}
.c-search__form-container {
  max-height: 200rem;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.c-search__form-container.is-collapsed {
  max-height: 0;
}
.c-search__group {
  display: flex;
  align-items: center;
}
.c-search--licenses .c-search__group {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-search__group {
    flex-direction: column;
  }
}
.c-search__cat-filter {
  align-items: flex-start;
}
.c-search__label {
  flex-basis: 27.2rem;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .c-search__label {
    flex-basis: auto;
    width: 100%;
  }
}
.c-search__options {
  flex: 1;
}
@media (max-width: 768px) {
  .c-search__options {
    width: 100%;
  }
}
.c-search__options label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-search__options label input[type="checkbox"],
.c-search__options label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-right: 0.9rem;
  position: relative;
  cursor: pointer;
}
.c-search__options label input[type="radio"] {
  border-radius: 50%;
}
.c-search__options label input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #333;
}
.c-search__options label input[type="radio"]:checked {
  background-color: #fff;
  border-color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .c-search__options label input[type="checkbox"]:hover,
  .c-search__options label input[type="radio"]:hover {
    border-color: #333;
  }
}
.c-search__options label input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 0;
  left: 0.3rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-search__options label input[type="checkbox"]:checked::after {
  opacity: 1;
}
.c-search__options label input[type="radio"]::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #333;
  border-radius: 50%;
  top: 0.2rem;
  left: 0.2rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-search__options label input[type="radio"]:checked::after {
  opacity: 1;
}
.c-search__options label span {
  margin-left: 0.5rem;
}
.c-search__options--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6rem;
}
@media (max-width: 768px) {
  .c-search__options--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    row-gap: 0.8rem;
  }
}
.c-search--licenses .c-search__options--grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .c-search--licenses .c-search__options--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-search__keyword input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  font-size: 1.6rem;
  width: 40rem;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .c-search__keyword input[type="text"] {
    width: 100%;
  }
}
.c-search__keyword input[type="text"]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}
.c-search__keyword input[type="text"]::placeholder {
  color: #aaa;
}
.c-search__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  gap: 3rem;
}
@media (max-width: 768px) {
  .c-search__btns {
    margin-top: 4rem;
    gap: 1rem;
  }
}
.c-search--licenses .c-search__btns {
  margin-top: 3rem;
}
.c-search__submit,
.c-search__reset {
  border: 1px solid #e50012;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 16rem;
}
.c-search__submit {
  background-color: #e50012;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-search__reset:hover {
    background-color: #e50012;
    color: #fff;
  }
}
.c-search__count {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #928a97;
  padding-bottom: 1rem;
  line-height: 1;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .c-search__count {
    margin-top: 4rem;
  }
}
.c-search__count span {
  margin-left: 2rem;
}
.c-search__result {
  font-size: 1.8rem;
  margin-bottom: 8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-search__result {
    margin: 4rem auto;
  }
}
.c-search__result span {
  margin-right: 2rem;
}

.c-inquiries {
  background-color: #f1f4fb;
  border-radius: 2rem;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
  margin: 6rem auto;
  max-width: 126rem;
}
@media (max-width: 768px) {
  .c-inquiries {
    background-color: #1d2086;
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 90;
    max-width: 100%;
    width: 100%;
    padding-top: 0.9rem;
    padding-bottom: 1.7rem;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
}
.c-inquiries__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #01339a;
  text-align: center;
}
@media (max-width: 768px) {
  .c-inquiries__ttl {
    color: #fff;
    font-size: 1.4rem;
  }
}
.c-inquiries__lead {
  font-size: 2.2rem;
  text-align: center;
  line-height: normal;
}
@media (max-width: 768px) {
  .c-inquiries__lead {
    display: none;
  }
}
.c-inquiries__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
  align-items: flex-end;
  padding-inline: 4.1666666667vw;
}
@media (max-width: 768px) {
  .c-inquiries__list {
    margin-top: 0.8rem;
    gap: 1rem;
  }
}
.c-inquiries__link {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 3rem;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-inquiries__link {
    font-size: 1.3rem;
    height: 4rem;
  }
}
.c-inquiries__link--primary {
  background-color: #e50012;
}
.c-inquiries__link--secondary {
  background-color: #1d2086;
}
@media (max-width: 768px) {
  .c-inquiries__link--secondary {
    color: #1d2086;
    background-color: #fff;
  }
}
.c-inquiries__link--tertiary {
  background-color: #00a3cc;
}
.c-inquiries__link .sponly {
  display: none;
}
.c-inquiries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.c-inquiries.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 769px) {
  .p-contact--member .c-form__wrap {
    padding-top: 7.7rem;
    padding-left: 13.6rem;
    padding-bottom: 10rem;
    padding-right: 13.6rem;
  }
}
.p-contact--member .c-form__wrap__inner {
  padding: 0;
}
.p-contact--member .c-form__group {
  flex-direction: column;
  margin-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .p-contact--member .c-form__group {
    margin-bottom: 3rem;
  }
}
.p-contact--member .c-form__tit {
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-contact--member .c-form__tit {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.p-contact--member .c-form__tit .u-eq {
  min-width: 5.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .p-contact--member .c-form__tit .u-eq {
    font-size: 1.2rem;
    height: 1.4rem;
    min-width: 4rem;
  }
}
.p-contact--member .c-form__control {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .p-contact--member .c-form__control input {
    width: 41rem;
  }
}
.p-contact--member .c-form__control textarea {
  width: 100%;
}
@media (min-width: 769px) {
  .p-contact--member .c-form__control textarea {
    height: 11.9rem;
  }
}
.p-contact--member .c-form__acpt span {
  margin: 0;
}
.p-contact--member .c-form__acpt label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact--member .c-form__acpt label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #333;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-right: 0.9rem;
  position: relative;
  cursor: pointer;
}
.p-contact--member .c-form__acpt label input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact--member .c-form__acpt label input[type="checkbox"]:hover {
    border-color: #333;
  }
}
.p-contact--member .c-form__acpt label input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 1rem;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 0;
  left: 0.3rem;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-contact--member .c-form__acpt label input[type="checkbox"]:checked::after {
  opacity: 1;
}
.p-contact--member .c-form__acpt a {
  font-size: 1.8rem;
  color: #1d2086;
  text-decoration: underline;
}
.p-contact--member .c-form__btn {
  padding-top: 10rem;
}
.p-contact--member .c-form__btn .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #ddd;
  border-color: #ddd;
}
.p-contact--member .c-form__btn .wpcf7-submit:disabled .u-text {
  color: #fff;
}
.p-contact--member .c-form__btn .wpcf7-submit:disabled .u-icon::after {
  background-image: url(../img/icon_btn_w.svg);
}
.p-contact--member .c-form__btn .wpcf7-submit:disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
}

@media (max-width: 768px) {
  .p-contact--products .c-search__options label input[type="checkbox"],
  .p-contact--products
    .c-search__options
    label
    input[type="radio"]
    .p-form__heading {
    line-height: normal;
  }
}

.um-form input[type="password"],
.um-form input[type="search"],
.um-form input[type="tel"],
.um-form input[type="text"],
.um-form textarea textarea {
  background-color: #f9f9f9 !important;
  border-radius: 0.7rem !important;
  border: 1px solid #ededed !important;
}
.um-field {
  padding: 0;
  margin-bottom: 5rem;
}
.um-field-label label {
  font-size: 2.4rem !important;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .um-field-label label {
    font-size: 1.4rem !important;
  }
}
.um-field-block {
  font-size: 1.6rem;
  color: #333;
}
.um-field-checkbox-state i {
  display: flex;
  align-items: center;
}
.um-field-checkbox-option,
.um-field-radio-option {
  color: #333 !important;
}
@media (max-width: 768px) {
  .um-field-checkbox-option,
  .um-field-radio-option {
    font-size: 1.4rem;
  }
}
.um-privacy-link {
  margin: 0 0 0 36px;
}
.um-register .um-field-label label {
  display: flex;
  align-items: center;
}
.um-register .um-field-label label::after {
  content: "必須";
  font-size: 1.3rem;
  background-color: #ea3341;
  color: #fff;
  margin-left: 2rem;
  padding-inline: 0.8rem;
}
@media (max-width: 768px) {
  .um-register .um-field-label label::after {
    font-size: 1.1rem;
    margin-left: 1rem;
    line-height: 1;
    font-weight: 500;
    height: 1.4rem;
  }
}
.um-register .um-field-dl_request {
  margin: 1.1rem auto 2rem;
}
.um-register .um-field-privacy {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .um-register .um-field-privacy {
    margin-bottom: 6rem;
  }
}
.um-register .um-button {
  background-color: #e50012 !important;
  border: 0.1rem solid #e50012 !important;
  border-radius: 2.3rem !important;
  position: relative !important;
  min-width: 24.7rem !important;
  min-height: 4.6rem !important;
  padding: 0.8rem 1rem !important;
  gap: 2.4rem !important;
  -webkit-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  gap: 2.4rem !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 2.6rem !important;
  font-weight: 500 !important;
  font-family: "Shippori Mincho", serif !important;
  line-height: 1 !important;
  color: #fff !important;
  margin: auto !important;
}
@media (max-width: 768px) {
  .um-register .um-button {
    border-radius: 2.3rem !important;
    min-width: 20rem !important;
    min-height: 3.2rem !important;
    padding: 0rem 1rem !important;
    font-size: 1.4rem !important;
  }
}
.um-password .um-button,
.um-login .um-button,
.um-profile .um-button {
  border-radius: 0 !important;
  padding: 1rem 1.8rem !important;
  background-color: #e50012 !important;
  position: relative !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  font-family: "Shippori Mincho", serif !important;
  color: #fff !important;
  margin: auto !important;
  min-width: 16.4rem !important;
  line-height: normal !important;
}
@media (max-width: 768px) {
  .um-password .um-button,
  .um-login .um-button,
  .um-profile .um-button {
    border-radius: 2.3rem !important;
    min-width: 20rem !important;
    min-height: 3.2rem !important;
    padding: 0rem 1rem !important;
    font-size: 1.4rem !important;
  }
}
.um-profile .um-row {
  overflow: hidden;
}
.um-profile .um-profile-nav {
  display: none;
}
.um-profile .um-header {
  min-height: initial;
  border-bottom: 0;
}
.um-profile .um-header .um-profile-photo {
  display: none;
}

.cjp-um-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.cjp-um-modal.is-open {
  display: flex;
}
.cjp-um-modal .um-password {
  max-width: 450px;
}

.cjp-um-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.cjp-um-modal-content {
  position: relative;
  background: #fff;
  border-radius: 2.4rem;
  z-index: 10000;
  max-width: 52.0833333333vw;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 8rem 0;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cjp-um-modal-content {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 5rem;
    padding-inline: 2rem;
  }
}

.cjp-um-modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
}

.cjp-um-modal-form-wrapper {
  min-height: 22.9166666667vw;
}

/* フォームの表示切り替え - 詳細度を上げる */
.cjp-um-modal .cjp-um-form {
  display: none !important;
}

.cjp-um-modal .cjp-um-form.active {
  display: block !important;
}

/* Ultimate Memberフォームの強制表示 */
.cjp-um-modal .um,
.cjp-um-modal .um-form,
.cjp-um-modal .um-field {
  opacity: 1 !important;
  visibility: visible !important;
}

.cjp-um-form {
  display: block;
}

.cjp-um-modal .c-member {
  padding: 0;
}
@media (max-width: 768px) {
  .cjp-um-modal .c-member__register__ttl {
    font-size: 1.6rem !important;
  }
}
.cjp-um-modal .um-login {
  margin-bottom: 2rem !important;
}
.cjp-um-modal .um-login .um-field {
  margin-bottom: 2rem;
}
.cjp-um-modal .um-login .um-field-password {
  margin-bottom: 0;
}
.cjp-um-modal .um-login .um-field-label label {
  font-size: 1.8rem !important;
}
@media (max-width: 768px) {
  .cjp-um-modal .um-login .um-field-label label {
    font-size: 1.6rem !important;
  }
}
.cjp-um-modal .um-login .um-col-alt {
  margin-top: 0 !important;
}

#um_field_480_last_name,
#um_field_480_first_name,
#um_field_480_last_name_kana,
#um_field_480_first_name_kana {
  width: calc(50% - 1rem);
  display: inline-block;
  vertical-align: top;
}

#um_field_480_last_name,
#um_field_480_last_name_kana {
  margin-right: 2rem;
}

#um_field_480_dl_request .um-field-half,
#um_field_480_privacy .um-field-half {
  width: 100%;
}

.c-member {
  padding: 8rem 15.3645833333vw 10rem;
}
@media (max-width: 768px) {
  .c-member {
    padding: 4rem 2rem;
  }
}
.c-member__ttl {
  font-size: 2.4rem;
  color: #01339a;
  text-align: center;
  margin-bottom: 6rem;
}
.c-member__password {
  text-align: center;
}
.c-member__password__link {
  font-size: 1.4rem;
  color: #1d2086;
  text-decoration: underline;
}
.c-member__register {
  padding-top: 4.9rem;
  text-align: center;
}
.c-member__register__ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
}
.c-member__register__btn {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #01339a;
  margin-top: 2rem;
  display: inline-block;
  padding: 1.4rem 0;
  line-height: normal;
  min-width: 22rem;
}
.c-member__loggedin__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}

.c-member-notice__lead {
  text-align: center;
}
@media (max-width: 768px) {
  .c-member-notice__lead {
    font-size: 1.4rem;
  }
}
.c-member-notice__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .c-member-notice__actions {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.c-member-notice__btn {
  font-size: 1.8rem;
  min-width: 20rem;
  border: 1px solid #e50012;
  line-height: 1;
  padding: 1.4rem 0;
  background-color: #fff;
  color: #333;
  text-align: center;
}
.c-member-notice__btn--login {
  background-color: #e50012;
  color: #fff;
}
.c-member-notice__btn--register {
  margin-top: 0;
}

#popup-banner-overlay {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1.2rem;
  z-index: 10;
}
@media (max-width: 768px) {
  #popup-banner-overlay {
    right: 0;
  }
}
#popup-banner-overlay.active {
  display: block;
}

#popup-banner-inner {
  position: relative;
  max-width: 30rem;
  width: 90%;
}
@media (max-width: 768px) {
  #popup-banner-inner {
    max-width: 22rem;
  }
}
#popup-banner-inner img {
  width: 100%;
  height: auto;
  display: block;
}

#popup-banner-close {
  position: absolute;
  top: -0.6rem;
  right: -0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #b0891e;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}

.c-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 62.9rem;
  margin: 0 auto;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=custom.css.map */
